@import "../themes/scanrapid/assets/plugins/bootstrap/css/bootstrap.min.css";
@import "../themes/scanrapid/assets/plugins/fontawesome-pro/css/all.css";
@import "../themes/scanrapid/assets/plugins/jquery-ui/jquery-ui.min.css";
@import "../themes/scanrapid/assets/plugins/owl-carousel/assets/owl.carousel.min.css";
@import "../themes/scanrapid/assets/plugins/owl-carousel/assets/owl.theme.default.min.css";
@import "../themes/scanrapid/assets/plugins/animate/animate.min.css";
@import "../themes/scanrapid/assets/plugins/fancybox/jquery.fancybox.min.css";
/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url('../themes/scanrapid/assets/fonts/lato/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../themes/scanrapid/assets/fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../themes/scanrapid/assets/fonts/lato/Lato-Regular.woff2') format('woff2'), url('../themes/scanrapid/assets/fonts/lato/Lato-Regular.woff') format('woff'), url('../themes/scanrapid/assets/fonts/lato/Lato-Regular.ttf') format('truetype');
  /* IE6-IE8 */
  /* Modern Browsers */
  /* Modern Browsers */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* ==============================
 2. Global styles
 =========================== */
body {
  font-family: 'LatoWeb', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'LatoWeb', sans-serif;
  padding: 0;
  padding-bottom: 1rem; }

.pl-30 {
  padding-left: 30px; }

.pt0 {
  padding-top: 0 !important; }

.thm-container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thm-btn {
  border: none;
  outline: none;
  background: #c60019;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 0px;
  padding-left: 20px;
  padding-right: 15px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .thm-btn:hover {
    background: #960013;
    color: #fff; }
    .thm-btn:hover i {
      color: #fff;
      border-color: transparent; }
      .thm-btn:hover i:after {
        background: #fff; }
  .thm-btn i {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    border-left: 1px solid #000;
    margin-left: 20px;
    padding-left: 15px;
    position: relative; }
    .thm-btn i:after {
      content: '';
      position: absolute;
      top: 0;
      left: -2px;
      width: 1px;
      height: 100%;
      background: #000; }
  .thm-btn.transparent {
    background-color: transparent;
    border: 1px solid #85a4be;
    color: #fff; }
    .thm-btn.transparent i {
      color: inherit; }
    .thm-btn.transparent:hover {
      background: #c60019;
      border-color: #c60019;
      color: #fff; }
      .thm-btn.transparent:hover i {
        color: inherit; }

.sec-padding {
  padding: 80px 0; }
  .sec-padding.page-title {
    padding-bottom: 30px; }

.sec-title {
  margin-bottom: 50px; }
  .sec-title h2 {
    margin-top: -9px; }
    .sec-title h2:after {
      content: '';
      width: 55px;
      height: 3px;
      background: #c60019;
      display: block;
      margin-top: 13px; }
    .sec-title h2 span {
      display: block;
      font-size: 30px;
      font-weight: bold;
      color: #323232;
      text-transform: uppercase; }

.list-item li {
  color: #898989;
  line-height: 34px; }
  .list-item li:before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    color: #f6ba18;
    margin-right: 10px; }
/* ==============================
 3. Caption Effect styles
 ============================== */
.img-cap-effect:hover .img-box .img-caption {
  top: 0; }
  .img-cap-effect:hover .img-box .img-caption:before {
    bottom: 10px;
    opacity: 1; }
  .img-cap-effect:hover .img-box .img-caption .box-holder ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .img-cap-effect .img-box {
    position: relative;
    overflow: hidden; }
  .img-cap-effect .img-box .img-caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(251, 177, 47, 0.6);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .img-cap-effect .img-box .img-caption:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 100%;
      opacity: 0;
      border: 5px solid #fff;
      border-bottom: 0;
      border-right: 0;
      -webkit-transition: all 0.5s ease 0.5s;
      transition: all 0.5s ease 0.5s; }
    .img-cap-effect .img-box .img-caption .box-holder {
      width: 100%;
      height: 100%;
      display: table; }
      .img-cap-effect .img-box .img-caption .box-holder ul {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 0.5s ease 1s;
        transition: all 0.5s ease 1s; }
        .img-cap-effect .img-box .img-caption .box-holder ul li {
          display: inline-block; }
          .img-cap-effect .img-box .img-caption .box-holder ul li a {
            display: block;
            width: 30px;
            height: 30px;
            background: #13314c;
            font-size: 13px;
            color: #fff;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            margin-right: 5px; }
/* ==============================
 5. Top Bar styles
 ============================== */
#top-bar {
  background: #061e2a;
  padding: 10px 0; }
  #top-bar .phone p {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px; }
  #top-bar .phone p span {
    font-size: 18px; }
  #top-bar .top-contact-info li {
    display: inline-block;
    color: #c0c0c0;
    padding-left: 35px; }
  #top-bar .top-contact-info li i {
    color: #4378b1;
    margin-right: 5px; }
    #top-bar .top-contact-info li i.fa-envelope {
      font-size: 17px; }
/* ==============================
 6. header styles
 ============================== */
#header {
  background: #fff;
  position: relative;
  padding: 10px 0; }
  #header .languages {
    margin-top: 0;
    margin-bottom: 0;
    /*.language.active {
     border-radius: 2px;
     background-color: #dbdbdb;
     background-size: 16px;
     }*/ }
  #header .languages .language {
    width: 21px;
    display: block;
    text-decoration: none; }
  #header .logo {
    display: inline-block; }
  #header .logo img {
    max-width: 247px; }
  #header .header-info {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 27px;
    display: inline-block; }
  #header .thm-container {
    position: relative;
    z-index: 99; }

.header-info {
  padding: 4px 0; }
  .header-info .info-box {
    vertical-align: middle;
    padding-right: 15px; }
  .header-info .info-box:last-child {
    padding-right: 0; }
  .header-info .info-box .icon-box, .header-info .info-box .text-box {
    display: table-cell;
    vertical-align: middle; }
  .header-info .info-box .icon-box {
    padding-right: 10px; }
    .header-info .info-box .icon-box i {
      font-size: 30px;
      color: rgba(198, 0, 25, 0.6);
      position: relative;
      top: 5px; }
      .header-info .info-box .icon-box i:before {
        margin: 0;
        font-size: 30px; }
  .header-info .info-box .social-icons {
    font-size: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
    line-height: 6px;
    margin-top: 5px; }
    .header-info .info-box .social-icons li {
      display: inline-block;
      margin-left: 7.5px;
      margin-right: 7.5px; }
      .header-info .info-box .social-icons li a {
        display: block;
        font-size: 15px;
        color: #d4d4d4; }
        .header-info .info-box .social-icons li a:hover {
          color: #c60019; }
  .header-info .info-box p {
    color: #333;
    line-height: 20px;
    margin: 0; }
    .header-info .info-box p.highlighted {
      color: #000; }
  .header-info .info-box .icon-box.no-border i {
    border: none; }
/* ==============================
 7. Header Menu styles
 ============================== */
.main-menu-wrapper {
  margin-top: -10px;
  margin-bottom: -55px;
  position: relative;
  width: 100%;
  background: #c60019;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }
  .main-menu-wrapper.stricky-fixed {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fafafa+19,e2e2e2+69,d7d7d7+100 */
    background: #fff;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0); }
  .main-menu-wrapper.stricky-fixed .free-qoute-button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .main-menu-wrapper.stricky-fixed .free-qoute-button:before {
      content: '';
      background: #c60019;
      right: 100%;
      width: 2500px;
      top: 0;
      height: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .main-menu-wrapper.stricky-fixed .free-qoute-button:hover {
      background: #c60019; }
      .main-menu-wrapper.stricky-fixed .free-qoute-button:hover:before {
        background: #c60019; }
      .main-menu-wrapper.stricky-fixed .free-qoute-button:hover a {
        color: #fff; }
  .main-menu-wrapper .thm-container {
    position: relative; }
  .main-menu-wrapper .thm-container:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .main-menu-wrapper .free-qoute-button {
    background: #960013;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-menu-wrapper .free-qoute-button:hover {
    background: #63000d; }
    .main-menu-wrapper .free-qoute-button:hover:before {
      background: #63000d; }
    .main-menu-wrapper .free-qoute-button:hover a {
      color: #fff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .main-menu-wrapper .free-qoute-button:before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    width: 80px;
    background: #960013;
    height: 100%;
    -webkit-transform: skewx(-45deg);
    -ms-transform: skewx(-45deg);
    transform: skewx(-45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-menu-wrapper .free-qoute-button:after {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    width: 10px;
    background: #000;
    height: 100%;
    -webkit-transform: skewx(-45deg);
    -ms-transform: skewx(-45deg);
    transform: skewx(-45deg);
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-menu-wrapper .free-qoute-button a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 30px 18px 28px;
    line-height: 29px;
    display: block;
    position: relative; }
    .main-menu-wrapper .free-qoute-button a:before {
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: -65px;
      right: 5px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-left: 0; }

.nav-holder {
  position: relative; }
  .nav-holder .nav-header {
    display: none;
    padding: 12px 20px; }
  .nav-holder .nav-header button {
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    outline: none;
    color: #000;
    font-size: 18px;
    border-radius: 5px; }
  .nav-holder .nav-footer {
    display: block; }
  .nav-holder .nav-footer ul.nav > li {
    display: inline-block;
    line-height: 29px;
    padding: 18px 0;
    position: relative; }
    .nav-holder .nav-footer ul.nav > li:hover a, .nav-holder .nav-footer ul.nav > li.active a {
      color: #fff;
      background-color: transparent; }
    .nav-holder .nav-footer ul.nav > li:last-child > a {
      border: none;
      padding-right: 0; }
    .nav-holder .nav-footer ul.nav > li > a {
      padding: 0 26px;
      display: block;
      font-size: 16px;
      color: #f5e7e7;
      text-transform: uppercase;
      font-weight: bold;
      border-right: 1px dashed #bababa;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .nav-holder .nav-footer ul.nav > li > a:hover {
        color: #fff; }
      .nav-holder .nav-footer ul.nav > li > ul.submenu {
        top: 100%;
        left: 0; }
      .nav-holder .nav-footer ul.nav > li > ul.submenu.align-right {
        right: 0;
        left: auto; }
    .nav-holder .nav-footer ul.nav > li:hover > ul.submenu {
      visibility: visible;
      opacity: 1; }
    .nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu {
      top: 0;
      left: 100%; }
      .nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu.align-right {
        right: 100%;
        left: auto; }
      .nav-holder .nav-footer ul.nav > li > ul.submenu > li:hover > ul.submenu {
        visibility: visible;
        opacity: 1; }
    .nav-holder .nav-footer ul.nav > li ul.submenu {
      position: absolute;
      width: 280px;
      padding: 0;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 99999;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .nav-holder .nav-footer ul.nav > li ul.submenu li {
        display: block;
        padding: 0;
        background: #c60019; }
      .nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a {
        border-bottom: 0; }
        .nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a:after {
          display: none; }
      .nav-holder .nav-footer ul.nav > li ul.submenu li:hover > a {
        color: #fff; }
      .nav-holder .nav-footer ul.nav > li ul.submenu li a {
        color: #fff;
        font-family: 'LatoWeb', sans-serif;
        padding: 7px 26px;
        border-bottom: 1px solid #f3f5f7;
        position: relative;
        display: block;
        font-weight: 500;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .nav-holder .nav-footer ul.nav > li ul.submenu li a:before {
          content: '\f105';
          font-family: 'Font Awesome 5 Pro';
          margin-right: 10px;
          font-size: 12px; }
        .nav-holder .nav-footer ul.nav > li ul.submenu li a:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          border-bottom: 1px solid #c5c5c5; }
        .nav-holder .nav-footer ul.nav > li ul.submenu li a:hover {
          background-color: #a50116; }

.nav-footer ul.nav li.has-submenu > a > button {
  display: none; }

.main-menu-wrapper.full-width {
  background: #c60019;
  margin-top: 0;
  margin-bottom: 0; }
  .main-menu-wrapper.full-width.stricky-fixed {
    top: 0; }
  .main-menu-wrapper.full-width .free-qoute-button a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fafafa+19,e2e2e2+69,d7d7d7+100 */
    background: #fff;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0); }
/* ==============================
 8. Header Two styles
 ============================== */
#header2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 40px; }
  #header2.stricky-fixed {
    background: #13314c;
    border-color: #13314c; }
  #header2.stricky-fixed .nav-holder .nav-footer ul.nav > li {
    padding: 20px 0; }
  #header2.stricky-fixed .logo {
    padding: 10px 0; }
    #header2.stricky-fixed .logo img {
      width: 85%; }
  #header2 .logo {
    padding: 26px 0; }
  #header2 .nav-holder .nav-footer ul.nav > li {
    padding: 38px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #header2 .nav-holder .nav-footer ul.nav > li:last-child > a {
    padding-right: 0; }
  #header2 .nav-holder .nav-footer ul.nav > li > a {
    color: #fff;
    font-size: 15px;
    border: none;
    padding: 0 14px; }
/* ==============================
 9. Header Three styles
 ============================== */
#header3.stricky-fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  #header3.stricky-fixed .nav-holder .nav-footer ul.nav > li {
    padding: 20px 0; }
  #header3.stricky-fixed .logo {
    padding: 10px 0; }
    #header3.stricky-fixed .logo img {
      width: 85%; }
  #header3 .logo {
    padding: 21px 0; }
  #header3 .nav-holder .nav-footer ul.nav > li {
    padding: 33px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #header3 .nav-holder .nav-footer ul.nav > li:last-child > a {
    padding-right: 0; }
  #header3 .nav-holder .nav-footer ul.nav > li > a {
    color: #292929;
    font-size: 15px;
    border: none;
    padding: 0 14px; }
/* ==============================
 10. Banner styles
 ============================== */
.thm-banner-wrapper .caption-h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }
  .thm-banner-wrapper .caption-p {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    line-height: 28px; }
  .thm-banner-wrapper .caption-divider span.divider {
    width: 1px;
    height: 90px;
    background: #fff;
    display: block; }
  .thm-banner-wrapper .thm-btn {
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    font-weight: bold !important; }
  .thm-banner-wrapper .thm-btn i {
    margin: 0;
    border-color: transparent; }
    .thm-banner-wrapper .thm-btn i:after {
      display: none; }
  .thm-banner-wrapper .thm-btn.inverse {
    background: #c60019;
    color: #fff; }
    .thm-banner-wrapper .thm-btn.inverse:hover {
      background: #c60019;
      color: #202020; }
    .thm-banner-wrapper .thm-btn.inverse i {
      color: #fff; }
/* ==============================
 11. Welcome Section styles
 ============================== */
.welcome-text {
  background: #183650;
  padding: 80px 0 120px; }
  .welcome-text .title-box, .welcome-text .text-box {
    display: table-cell;
    vertical-align: middle; }
  .welcome-text .title-box {
    padding-right: 40px;
    border-right: 4px solid #fff; }
  .welcome-text .title-box h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 33px;
    text-transform: uppercase; }
  .welcome-text .text-box {
    padding-left: 46px; }
  .welcome-text .text-box p {
    margin: 0;
    color: #fff;
    font-style: italic;
    font-size: 16px; }

.welcome-services {
  margin-top: -80px;
  padding-bottom: 80px; }
  .welcome-services .service-text p {
    margin: 0;
    color: #898989;
    font-style: italic;
    font-size: 16px;
    margin-top: 55px; }

.home-service {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%; }

.welcome-single-services {
  display: flex;
  margin-top: 30px;
  background: #fff; }
  .welcome-single-services:hover .text-box {
    background: #c60019; }
  .welcome-single-services:hover .text-box h3, .welcome-single-services:hover .text-box p {
    color: #fff; }
  .welcome-single-services .img-box, .welcome-single-services .text-box {
    vertical-align: middle; }
  .welcome-single-services .img-box {
    flex: 0.6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .welcome-single-services .text-box {
    background: #eff3f6;
    position: relative;
    padding-left: 25px;
    padding-right: 27px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .welcome-single-services .text-box .content {
    position: relative;
    z-index: 11; }
  .welcome-single-services .text-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #242424;
    font-weight: bold;
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .welcome-single-services .text-box p {
    color: #898989;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    flex: 1 0 auto; }
/* ==============================
 12. Featured Services styles
 ============================== */
.featured-services {
  overflow: hidden;
  background: #f3f5f7;
  padding-bottom: 25px; }
  .featured-services.style-two {
    background: #183650 url(../themes/scanrapid/assets/images/parallax-featured-service.jpg) right top no-repeat fixed;
    background-size: 130% 100%; }
  .featured-services.style-two .featured-service-box {
    position: relative;
    padding-bottom: 55px; }
    .featured-services.style-two .featured-service-box:before {
      content: '';
      width: 5000px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #183650; }
  .featured-services.style-two .single-featured-service {
    padding-left: 45px; }
    .featured-services.style-two .single-featured-service .title-box h3 span {
      color: #fff; }
    .featured-services.style-two .single-featured-service .icon-box {
      color: #c60019; }
      .featured-services.style-two .single-featured-service .icon-box i:before {
        color: #c60019; }
    .featured-services.style-two .single-featured-service p {
      color: #abc3d8; }
  .featured-services .left-full-img img {
    max-width: none; }
  .featured-services .right-full-img img {
    max-width: none;
    float: right; }

.featured-service-box {
  padding-top: 25px;
  padding-bottom: 25px; }

.single-featured-service {
  margin-top: 45px; }
  .single-featured-service header {
    margin-bottom: 18px; }
  .single-featured-service .icon-box, .single-featured-service .title-box {
    display: table-cell;
    vertical-align: middle; }
  .single-featured-service .icon-box {
    color: #000;
    font-size: 45px;
    padding-right: 25px; }
  .single-featured-service .icon-box i:before {
    font-size: 45px;
    color: #000;
    margin: 0; }
  .single-featured-service .title-box h3:after {
    content: '';
    background: #c60019;
    width: 45px;
    height: 3px;
    display: block;
    margin-top: 10px; }
  .single-featured-service .title-box h3 span {
    display: block;
    color: #323232;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase; }

.featured-services.about-page {
  padding-top: 80px; }
  .featured-services.about-page .sec-title {
    margin-bottom: 0; }
/* ==============================
 15. Contact From styles
 ============================== */
.form-contacts {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto; }

.form-label-group {
  position: relative;
  margin-bottom: 1rem; }

.form-label-group > input, .form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem; }

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out; }

.form-label-group input::-webkit-input-placeholder {
  color: transparent; }

.form-label-group input:-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-moz-placeholder {
  color: transparent; }

.form-label-group input::placeholder {
  color: transparent; }

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem; }

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777; }
/* Textarea */
.form-label-group > textarea {
  height: 3.125rem;
  padding: 0.75rem; }

.form-label-group textarea::-webkit-input-placeholder {
  color: transparent; }

.form-label-group textarea:-ms-input-placeholder {
  color: transparent; }

.form-label-group textarea::-ms-input-placeholder {
  color: transparent; }

.form-label-group textarea::-moz-placeholder {
  color: transparent; }

.form-label-group textarea::placeholder {
  color: transparent; }

.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem; }

.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777; }

textarea {
  min-height: 200px; }
/* Fallback for Edge
 -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none; }

  .form-label-group input::-ms-input-placeholder {
    color: #777; } }
/* Fallback for IE
 -------------------------------------------------- */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none; }

  .form-label-group input:-ms-input-placeholder {
    color: #777; } }

.contact-form.contact-page input {
  height: 50px;
  background: #fdfdfe; }
  .contact-form.contact-page textarea {
    height: 220px;
    background: #fdfdfe; }
  .contact-form.contact-page p {
    margin-bottom: 20px; }
  .contact-form.contact-page button {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
  .contact-form .form-grp-box {
    margin-left: -15px;
    margin-right: -15px; }
  .contact-form .form-grp {
    margin-bottom: 15px; }
  .contact-form .form-grp.half {
    width: 50%;
    float: left;
    padding: 0 15px; }
  .contact-form label.error {
    display: none !important; }
  .contact-form input {
    width: 100%;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 47px; }
  .contact-form input:focus {
    border-color: rgba(61, 127, 208, 0.85);
    box-shadow: 0 0 7px rgba(61, 127, 208, 0.85); }
  .contact-form input.error {
    border-color: rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 7px rgba(255, 0, 0, 0.5); }
  .contact-form textarea {
    width: 100%;
    height: 125px;
    border: 1px solid #e5e5e5;
    outline: none; }
  .contact-form textarea:focus {
    border-color: rgba(61, 127, 208, 0.85);
    box-shadow: 0 0 7px rgba(61, 127, 208, 0.85); }
  .contact-form textarea.error {
    border-color: rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 7px rgba(255, 0, 0, 0.5); }
  .contact-form button {
    margin-top: 5px; }
  .contact-form .select-menu + .ui-selectmenu-button {
    width: 100% !important;
    border-radius: 0;
    padding: 0px 20px;
    border: 1px solid #e5e5e5;
    height: 47px;
    background: #fff;
    outline: none;
    color: #898989; }
  .contact-form .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
    padding: 0;
    font-weight: normal;
    line-height: 47px; }

.ui-selectmenu-menu .ui-menu {
  background: #fff; }
  .ui-selectmenu-menu .ui-menu-item {
    font-size: 14px;
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e5; }
  .ui-selectmenu-menu .ui-menu-item.ui-state-focus {
    background: #c60019;
    border-color: #c60019;
    color: #fff;
    font-weight: normal; }
/* ==============================
 21. Footer Top styles
 ============================== */
.footer-top {
  padding: 40px 0 44px;
  position: relative;
  z-index: 10;
  background: #000; }
  .footer-top h3 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .footer-top p {
    font-size: 25px;
    color: #fff;
    font-style: italic; }
  .footer-top .thm-btn {
    margin-top: 41px; }
  .footer-top form {
    margin-top: 23px; }
  .footer-top form input {
    height: 45px;
    margin-right: 15px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 0 15px;
    width: 66%;
    color: #838383; }
    .footer-top form input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #838383;
      opacity: 1; }
    .footer-top form input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #838383;
      opacity: 1; }
    .footer-top form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #838383;
      opacity: 1; }
    .footer-top form input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #838383; }
    .footer-top form input:placeholder-shown {
      /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
      color: #838383; }
  .footer-top form .thm-btn {
    padding: 8px 0px;
    padding-left: 20px;
    padding-right: 15px; }
    .footer-top form .thm-btn:hover {
      background: #10151b; }

#footer {
  background: #10181f url('/themes/scanrapid/assets/images/footer-bg-min.jpg') center center no-repeat;
  padding-top: 25px; }
  #footer ul, #footer li {
    margin: 0;
    padding: 0;
    list-style: none; }
/* ==============================
 22. Footer styles
 ============================== */
.footer-widget .title {
  margin-bottom: 20px; }
  .footer-widget .title h3:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #c60019;
    display: block;
    margin-top: 13px; }
    .footer-widget .title h3 span {
      display: block;
      font-size: 20px;
      font-weight: 600;
      font-style: italic;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase; }
  .footer-widget .about-widget p {
    color: #62666a;
    margin-top: 30px; }
  .footer-widget .about-widget a {
    color: #c60019;
    margin-top: 20px; }
  .footer-widget .about-widget .social {
    margin-top: 45px; }
  .footer-widget .social li {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #c60019;
    border-radius: 50%;
    margin-right: 6px; }
  .footer-widget .social li a {
    color: #c60019;
    font-size: 18px;
    line-height: 38px; }
    .footer-widget .social li a .fa-google-plus {
      font-size: 16px; }
  .footer-widget .link-list a {
    color: #62666a;
    text-transform: capitalize;
    line-height: 39px; }
  .footer-widget .link-list a:hover {
    color: #208e9b; }
  .footer-widget .contact-infos li .icon-box, .footer-widget .contact-infos li .text-box {
    display: table-cell;
    vertical-align: middle; }
  .footer-widget .contact-infos li .icon-box {
    font-size: 17px;
    color: #636363;
    vertical-align: top; }
  .footer-widget .contact-infos li .text-box {
    padding-left: 18px;
    color: #62666a; }
    .footer-widget .contact-infos li .text-box b {
      font-weight: bold;
      color: #82868a; }
/* ==============================
 23. Bottom Bar styles
 ============================== */
.bottom-bar {
  padding: 27px 0;
  border-top: 1px solid #161f27;
  background: #10151b; }
  .bottom-bar p {
    margin: 0;
    color: #464c54; }
/* ==============================
 24. Inner Banner styles
 ============================== */
.inner-banner {
  padding-top: 126px;
  padding-bottom: 83px;
  background: linear-gradient(to right, rgba(8, 28, 52, 0.85), rgba(8, 28, 52, 0.7)), url('/themes/scanrapid/assets/images/title-section-bg-min.jpg') center center no-repeat;
  background-size: cover; }
  .inner-banner h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
  .inner-banner ul.breadcumb li {
    display: inline-block;
    margin-right: 6px; }
  .inner-banner ul.breadcumb li:last-child a:after, .inner-banner ul.breadcumb li:last-child span:after {
    display: none; }
  .inner-banner ul.breadcumb li a, .inner-banner ul.breadcumb li span {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: block; }
  .inner-banner ul.breadcumb li a i, .inner-banner ul.breadcumb li span i {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px; }
  .inner-banner ul.breadcumb li a:after, .inner-banner ul.breadcumb li span:after {
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome 5 Pro';
    color: #fff;
    font-size: 13px;
    margin-left: 7px; }
/* ==============================
 25. Services styles
 ============================== */
.services-section {
  background: #f3f5f7;
  padding-bottom: 0; }

.single-services {
  margin-bottom: 80px; }
  .single-services .img-box {
    margin-bottom: 46px; }
  .single-services .img-box:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0;
    border-right: 0; }
  .single-services h3 {
    margin-bottom: 22px; }
  .single-services h3:after {
    content: '';
    background: #f6ba18;
    width: 45px;
    height: 3px;
    display: block;
    margin-top: 10px; }
  .single-services h3 span {
    display: block;
    color: #323232;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase; }
  .single-services p {
    color: #898989;
    margin: 0;
    margin-bottom: 5px; }
  .single-services a {
    text-transform: uppercase;
    color: #08add0;
    font-size: 12px;
    font-weight: 600; }
  .single-services a i {
    margin-left: 8px; }
/* ==============================
 33. 404 Error styles
 ============================== */
.error-404 .container {
  background: #eee;
  margin-top: 120px; }
  .error-404 img {
    margin-top: -120px; }
  .error-404 h2 {
    color: #000;
    font-size: 45px;
    font-weight: bold;
    margin-top: 33px;
    margin-bottom: 23px; }
  .error-404 h2 span {
    font-size: 60px; }
  .error-404 p {
    color: #4b4b4b;
    font-size: 20px;
    font-style: italic; }
  .error-404 .thm-btn {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 13px; }
/* ==============================
 39. Request Qoute New Style
 =========================== */
.request-qoute.has-overlay {
  background: url('/themes/scanrapid/assets/images/footer-request-bg-min.jpg') 0 0 no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .request-qoute.has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #081c34;
    opacity: 0.75; }
  .request-qoute.has-overlay .container {
    position: relative; }
  .request-qoute.has-overlay .sec-title h2 span {
    color: #fff; }
  .request-qoute.has-overlay .has-overlay {
    position: relative;
    padding-bottom: 179px; }
  .request-qoute.has-overlay .has-overlay * {
    position: relative; }
  .request-qoute.has-overlay .has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    background: #081c34;
    opacity: 0.8; }
  .request-qoute.has-overlay .has-overlay:after {
    content: '';
    position: absolute;
    width: 25000px;
    height: 100%;
    right: 100%;
    top: 0;
    background: #081c34;
    opacity: 0.8; }
  .request-qoute.has-overlay .testimonial-box .content-box {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.4); }
    .request-qoute.has-overlay .testimonial-box .content-box .title h3 {
      color: #fff; }
  .request-qoute.has-overlay .testimonial-box .content p {
    color: #fff; }
  .request-qoute.has-overlay .contact-form input, .request-qoute.has-overlay .contact-form textarea {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.4);
    color: #fff; }
  .request-qoute.has-overlay .contact-form input::-webkit-input-placeholder, .request-qoute.has-overlay .contact-form textarea::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #fff; }
    .request-qoute.has-overlay .contact-form input:-moz-placeholder, .request-qoute.has-overlay .contact-form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .request-qoute.has-overlay .contact-form input::-moz-placeholder, .request-qoute.has-overlay .contact-form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .request-qoute.has-overlay .contact-form input:-ms-input-placeholder, .request-qoute.has-overlay .contact-form textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .request-qoute.has-overlay .contact-form input::-ms-input-placeholder, .request-qoute.has-overlay .contact-form textarea::-ms-input-placeholder {
      /* Edge */
      color: #fff; }
    .request-qoute.has-overlay .contact-form input:placeholder-shown, .request-qoute.has-overlay .contact-form textarea:placeholder-shown {
      /* Standard one last! */
      color: #fff; }
  .request-qoute.has-overlay .contact-form .select-menu + .ui-selectmenu-button {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.4);
    color: #fff; }
  .request-qoute.has-overlay .has-overlay {
    padding-bottom: 64px; }
/* ====================================
 40. Featured Services Style Two
 ======================================= */
.featured-services.style-two {
  background: #183650; }
  .featured-services.style-two .featured-service-box {
    padding-bottom: 38px; }
  .featured-services.about-page p {
    color: #898989; }
/* =======================================
 41. Welcome Services Home one styles
 ========================================== */
.welcome-services.home-one {
  margin-top: 0px;
  padding-top: 80px;
  background: #e3e8ec; }
  .welcome-services.home-one .sec-title {
    margin-bottom: 20px; }
  .welcome-services.home-one .welcome-single-services .text-box {
    background: #fff; }
    .welcome-services.home-one .welcome-single-services .text-box:before {
      background: #fff; }
  .welcome-services.home-one .welcome-single-services:hover .text-box {
    background: #c60019; }
    .welcome-services.home-one .welcome-single-services:hover .text-box:before {
      background: #c60019; }

.video {
  position: relative;
  background-color: black;
  height: 55vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }
  .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .video .container {
    position: relative;
    z-index: 2; }
  .video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1; }
/* Mobile */
@media (max-width: 1024px) {
  .thm-container {
    padding: 0 15px; }

  .logo {
    width: 100%;
    text-align: center; }

  #header .header-info {
    float: none !important;
    width: 100%;
    padding-left: 15%; }

  .welcome-text .text-box p br {
    display: none; }

  .featured-service-box {
    padding-bottom: 50px; }

  .call-to-action .call-to-action-text {
    padding-bottom: 71px; }

  .single-team-member a.readmore {
    padding-left: 30px; }

  .single-fact-counter .icon-box {
    margin-bottom: 20px; }

  .single-fact-counter .icon-box, .single-fact-counter .text-box {
    display: block;
    text-align: center;
    padding: 0; }

  .single-service-page .image-box {
    display: none; }

  .single-fleet-gallery-wrapper.style-two .single-fleet-gallery {
    width: 33.3333%; }

  .error-404 .container br {
    display: none; }

  .error-404 .container {
    padding-bottom: 50px; }

  .faq-form input {
    width: 77%; }

  .contact-info ul li .content {
    padding-left: 25px; }

  #header2 .logo {
    float: left !important;
    width: auto !important;
    margin: 0; }

  #header2 .nav-holder .nav-header {
    float: right;
    padding: 29px 0; }

  #header2 .nav-holder .nav-footer ul.nav > li > a {
    color: #242424;
    padding: 9px 14px; }

  #header2.stricky-fixed .logo img {
    padding: 15px 0; }

  #header3 .logo {
    float: left !important;
    width: auto !important;
    margin: 0; }

  #header3 .nav-holder .nav-header {
    float: right;
    padding: 29px 0; }

  #header3 .nav-holder .nav-footer ul.nav > li > a {
    color: #242424;
    padding: 9px 14px; }

  #header3.stricky-fixed .logo img {
    padding: 15px 0; }

  .text-rotator-banner {
    height: 700px; }

  .call-to-action .right-full-image img {
    width: auto;
    max-width: none;
    float: right; }

  .welcome-text {
    margin-top: -1px; } }

@media (max-width: 800px) {
  #header .header-info {
    padding-left: 0; } }

@media (max-width: 768px) {
  #header .header-info {
    padding-left: 2%; }

  .call-to-action .call-to-action-text {
    border: none; }

  .faq-section [class^='col-'], .faq-section [class*='col-'] {
    padding-bottom: 50px; }

  .faq-section .accrodion {
    padding-right: 0; }

  .faq-section .view-location {
    text-align: center;
    width: 80%;
    margin: auto; }

  .request-qoute [class^='col-'], .request-qoute [class*='col-'] {
    padding-bottom: 100px; }

  .request-qoute [class^='col-']:last-child, .request-qoute [class*='col-']:last-child {
    padding-bottom: 0px; }

  .single-team-member {
    margin-bottom: 30px; }

  .img-cap-effect .img-box img {
    width: 100%; }

  .single-fact-counter .icon-box, .single-fact-counter .text-box {
    display: table-cell;
    padding: 0;
    text-align: left; }

  .single-fact-counter {
    margin-bottom: 30px; }

  .single-fact-counter .text-box {
    padding-left: 30px; }

  .single-blog-post {
    margin-bottom: 30px; }

  .footer-widget {
    margin-bottom: 30px; }

  .footer-widget .pl-30 {
    padding-left: 0; }

  .pull-left .single-sidebar-widget, .pull-right .single-sidebar-widget {
    padding: 0 25%;
    margin-bottom: 50px !important; }

  .gallery-filter li span {
    font-size: 12px;
    padding: 1px 18px; }

  .single-fleet-gallery-wrapper.style-two .single-fleet-gallery {
    width: 50%; }

  .thm-banner-wrapper .caption-divider span.divider {
    height: 54px; }

  .featured-services {
    padding-bottom: 60px; }

  .faq-section .view-location p {
    margin-top: 25px; } }

@media (max-width: 650px) {
  #top-bar .phone, #top-bar .top-contact-info {
    float: none !important;
    width: 100%;
    text-align: center; }

  #top-bar .top-contact-info li {
    text-align: center;
    display: block;
    padding: 0; }

  .tp-caption {
    display: none !important; }

  .header-info {
    text-align: center; }

  .header-info .info-box {
    display: inline-block;
    text-align: left; }

  .header-info .info-box .icon-box {
    display: none; }

  .featured-services .col-md-4 {
    display: none; }

  .featured-service-box {
    padding-bottom: 0; } }

@media (max-width: 480px) {
  .header-info .info-box {
    display: block;
    padding: 10px 25%; }

  .header-info .info-box.search-box-wrapper {
    display: none; }

  .header-info .info-box:first-child {
    text-align: center; }

  .header-info .info-box .icon-box i {
    border-left: 0;
    padding-left: 0; }

  #header {
    padding-bottom: 20px; }

  .thm-banner-wrapper .tp-caption {
    display: none !important; }

  .welcome-text .title-box {
    display: block;
    border-right: 0;
    border-bottom: 4px solid #12a0b1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center; }

  .welcome-text .text-box {
    padding-left: 0; }

  .accrodion .accrodion-content .img-caption .img-box, .accrodion .accrodion-content .img-caption .content-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }

  .accrodion .accrodion-content .img-caption .content-box {
    margin-top: 20px; }

  .single-fact-counter {
    padding: 0 25%; }

  .single-blog-post .img-box, .single-blog-post .content-box {
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }

  .single-blog-post .content-box {
    margin-top: 30px; }

  .footer-top form input {
    width: 43%; }

  .bottom-bar .pull-left, .bottom-bar .pull-right {
    float: none !important;
    width: 100%;
    text-align: center; }

  .about-info-box .img-cap-effect {
    margin-bottom: 60px; }

  .pull-left .single-sidebar-widget, .pull-right .single-sidebar-widget {
    padding: 0 14%; }

  .single-client-box .icon-box, .single-client-box .content {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .career-page .caption-box .content-box, .career-page .caption-box .img-box {
    display: block;
    width: 100%;
    padding: 0; }

  .career-page .accrodion .accrodion-title h4 {
    padding-right: 30px; }

  .request-qoute {
    background-image: none; }

  .single-service-page .image-caption-box .text-box, .single-post-page .image-caption-box .text-box {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }

  .single-fleet-gallery-wrapper.style-two .single-fleet-gallery {
    width: 100%; }

  .faq-form input {
    width: 63%; }

  .faq-page .accrodion .accrodion-title h4 {
    line-height: 31px;
    padding-right: 28px; }

  .blog-page .single-blog-post .meta-info .content-box .post-links li {
    display: block; }

  #header2 {
    padding: 0; }

  #header2 .logo img {
    width: 70%; }

  #header2 .nav-holder {
    width: 100%;
    position: absolute;
    right: 0;
    top: -7px; }

  #header3 {
    padding: 0; }

  #header3 .logo img {
    width: 70%; }

  #header3 .nav-holder {
    width: 100%;
    position: absolute;
    right: 10px;
    top: 85px; }

  #header3.stricky-fixed .nav-holder {
    top: -7px; }

  .header-info .info-box {
    padding: 10px 0; }

  .header-info .info-box .icon-box, .header-info .info-box .text-box {
    display: inline-block; }

  .header-info .info-box {
    text-align: center; }

  .header-info .info-box .icon-box, .header-info .info-box .text-box {
    text-align: left; }

  .logo {
    margin-bottom: 10px; }

  #header .header-info {
    margin-bottom: 10px; }

  .single-fact-counter {
    padding: 0;
    text-align: center; }

  .single-fact-counter .icon-box, .single-fact-counter .text-box {
    display: inline-block;
    text-align: left;
    margin: 0; } }

@media (max-width: 414px) {
  .main-menu-wrapper .free-qoute-button a {
    font-size: 14px;
    padding: 18px 18px 18px 5px; }

  .header-info .info-box {
    display: block;
    padding: 10px 0;
    text-align: center; }

  .header-info .info-box .icon-box, .header-info .info-box .text-box {
    display: inline-block;
    text-align: left; }

  #header {
    padding-bottom: 40px; }

  .footer-top form input {
    width: 90%; }

  .welcome-single-services .img-box, .welcome-single-services .text-box {
    display: block;
    padding: 0;
    width: 100%; }

  .welcome-single-services .text-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }

  .welcome-single-services .img-box img {
    width: 100%; }

  .welcome-single-services .text-box::before, .welcome-single-services .text-box::after {
    display: none; }

  .testimonial-box header .img-box, .testimonial-box header .content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }

  .testimonial-box {
    padding: 0;
    padding-bottom: 80px; }

  .testimonial-box .content-box .title h3 {
    line-height: 28px; }

  .testimonial-box .content-box .qoute-box {
    vertical-align: middle; }

  .single-fact-counter {
    padding: 0; }

  .about-info-box {
    background: none; }

  .featured-services.style-two .single-featured-service {
    padding-left: 0; }

  .pull-left .single-sidebar-widget, .pull-right .single-sidebar-widget {
    padding: 0; }

  .single-testimonial-box {
    padding: 0; }

  .single-testimonial-box header .icon-box, .single-testimonial-box header .info-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0; }

  .single-sidebar-widget .insta-feed ul .img-box {
    width: 145px; }

  .blog-page .single-blog-post .meta-info .date-box, .blog-page .single-blog-post .meta-info .content-box {
    display: block;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }

  .blog-page .single-blog-post .meta-info .date-box .inner-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }

  .single-post-page .comments-box .single-comment .comment-img {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }

  .single-blog-post .img-box, .single-blog-post .content-box {
    width: 100%; }

  .single-fact-counter .icon-box, .single-fact-counter .text-box {
    display: block;
    padding: 0;
    text-align: center; }

  * [class^='col-md-']:last-child .single-team-member, * [class*='col-md-']:last-child .single-team-member {
    margin-bottom: 0; }

  .single-team-member {
    margin-bottom: 50px; }

  .request-qoute [class^="col-"]:last-child, .request-qoute [class*="col-"]:last-child, .faq-section [class^="col-"]:last-child, .faq-section [class*="col-"]:last-child {
    padding-bottom: 0; }

  .fact-counter {
    -webkit-background-size: cover;
    background-size: cover; }

  .faq-section .view-location p {
    margin-top: 20px; }

  .call-to-action .call-to-action-text h3 {
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 28px; }

  .single-featured-service .title-box h3 span {
    font-size: 19px; }

  .welcome-text .title-box {
    padding: 0;
    padding-bottom: 10px; }

  .header-info .info-box .icon-box {
    margin-bottom: 15px; }

  .header-info .info-box .icon-box, .header-info .info-box .text-box {
    display: block;
    text-align: center;
    padding: 0; }

  .welcome-single-services .img-box {
    -webkit-clip-path: none;
    clip-path: none; } }
/* mainmenu responsive styles */
@media (max-width: 1100px) {
  .main-menu-wrapper .thm-container {
    padding: 0 !important; }

  .nav-holder {
    width: 50%; }

  .nav-holder .nav-header {
    display: block; }

  .nav-holder .nav-footer {
    display: none;
    height: 250px;
    overflow: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 9999; }

  .nav-holder > .nav-footer ul > li {
    float: none;
    padding: 5px !important;
    padding-bottom: 0;
    display: block !important; }

  .nav-holder .nav-footer ul.nav > li > a {
    padding: 9px 26px;
    position: relative; }

  .nav-holder > .nav-footer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fafafa+19,e2e2e2+69,d7d7d7+100 */
    background: #c60019;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c60019, #dd7280);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c60019, #dd7280);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0);
    /* IE6-9 */ }

  .nav-holder > .nav-footer ul > li > .submenu {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: none;
    transition: none !important; }

  .nav-holder > .nav-footer ul > li > ul.submenu, .nav-holder > .nav-footer ul > li > ul.submenu > li > .submenu {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    display: none;
    transition: none;
    padding-right: 0px;
    width: 100% !important; }

  .nav-footer ul.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

  .nav-footer ul.nav > li > a {
    border: 1px dashed #bebebe !important;
    color: #242424;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 29px;
    padding: 10px 25px;
    text-transform: uppercase; }

  .nav-holder > .nav-footer ul.nav > li:hover > a {
    background: #c60019;
    color: #fff !important; }

  .nav-footer ul.nav li.has-submenu > a {
    position: relative; }

  .nav-footer ul.nav li.has-submenu > a > button {
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    background: #7fa409 none repeat scroll 0 0;
    border: 1px solid #c4cab3;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    outline: medium none;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 15px; }

  .nav-footer ul.nav li.has-submenu > a > button {
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    background: #0f2233 none repeat scroll 0 0;
    border: 1px solid #c4cab3;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    outline: medium none;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 15px; } }

@media (max-width: 480px) {
  .nav-holder > .nav-footer {
    width: 100vw !important;
    height: 80vh !important; } }

.alert {
  margin-top: 1rem !important; }
  .alert p {
    margin-bottom: 0 !important; }
