.t-div1 {
  border-bottom: 1px solid #e7edf2; }
  .t-div1 .t-info {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .t-div1 .t-info img {
      display: inline;
      margin-right: 10px; }
    .t-div1 .t-info li {
      display: inline-block;
      border-right: 1px solid #e7edf2;
      padding: 12px 20px;
      line-height: 22px; }
  .t-div1 .t-social {
    text-align: right; }
    .t-div1 .t-social img {
      display: inline;
      margin-left: 5px; }

.t-div2 .logo-div {
  margin-top: 20px;
  margin-bottom: 20px; }

.menu-div {
  margin-top: 30px; }

.menu-div .navbar {
  padding: 0px;
  margin-left: 0px; }

.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 8px 20px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin-right: 1px;
  text-align: center;
  color: #545454;
  background: url(../images/menu-right.png) no-repeat right center;
  border-top: 3px solid transparent;
  border-bottom: 2px solid transparent; }

.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  background: none; }

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #e75021;
  border-top: 3px solid #e75021;
  border-bottom: 2px solid #e75021;
  background-image: none; }

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 280px;
  padding-top: 0px;
  padding-bottom: 0px; }

.menu-div .dropdown-item {
  color: #000;
  border-bottom: 1px solid #f06a6e;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #e31e24 !important;
  color: #fff;
  font-weight: 600; }

.menu-div .dropdown-item {
  padding: 15px !important; }

.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
  color: #000;
  background: #dae9c0 !important; }

.menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px; }

.mobilemenu {
  display: none; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding: 5px; }

.hamburger:hover {
  outline: none; }

.hamburger:focus {
  outline: none; }

.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0; }

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px; }

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px; }

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #e75021;
  width: 26px;
  margin-left: 12px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #e75021;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #e75021;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #e75021;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 220px; }

#wrapper.toggled #sidebar-wrapper {
  width: 270px; }

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #e75021;
  height: 100%;
  left: 185px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 270px; }

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%; }

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1; }

.sidebar-nav li:before {
  background: none;
  margin-left: -5px;
  margin-right: -10px; }

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #ec744f; }

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav .dropdown-menu {
  background-color: #dae9c0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  background-color: #5a5a5a;
  color: #fff;
  text-decoration: none; }

.sidebar-nav .dropdown-menu li a {
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #bababa; }

.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {
  background: #db6266  !important;
  color: #fff !important; }

.sidebar-nav .dropdown-menu li:before {
  background: none; }

.sidebar-nav li.active .dropdown-menu li a {
  background: #dae9c0; }

.call-div {
  display: none; }

.banner-div1 {
  position: relative;
  z-index: 2; }
  .banner-div1 img {
    width: 100%; }
  .banner-div1 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div1 .carousel-indicators li {
    background: #e75021;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #5a5a5a; }
  .banner-div1 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #5a5a5a;
    border: 3px solid #e75021; }
  .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
    top: 0%; }
  .banner-div1 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div1 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.banner-div2 {
  position: relative;
  z-index: 2;
  display: none; }
  .banner-div2 img {
    width: 100%; }
  .banner-div2 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div2 .carousel-indicators li {
    background: #e75021;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #5a5a5a; }
  .banner-div2 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #e75021;
    border: 3px solid #e75021; }
  .banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {
    top: 0%; }
  .banner-div2 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div2 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.home-div1 {
  background: #5a5a5a;
  color: #ffffff; }
  .home-div1 h1 {
    margin: 0px;
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(../images/hd-line.png) no-repeat right;
    font-family: "Sansation Regular"; }
.a1 {display: none;}
.gq {
  text-align: right; }

.get-quote {
  background: #5a5a5a;
  border: 1px solid #ffffff;
  display: inline-block;
  margin-top: 15px;
  transition: all .5s ease; }
  .get-quote a {
    text-decoration: none;
    color: #ffffff; }
  .get-quote h5 {
    margin: 0px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 10px 14px 15px; }
  .get-quote:hover {
    background-color: #e75021; }

.home-div2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px; }
  .home-div2 .home-qual {
    position: relative; }
  .home-div2 .home-about {
    padding-top: 150px;
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 1200px; }
    .home-div2 .home-about h1 {
      margin: 0px;
      font-size: 24px;
      color: #5a5a5a;
      text-transform: uppercase;
      font-family: "Sansation Regular"; }
    .home-div2 .home-about h2 {
      margin: 0px;
      font-size: 27px;
      color: #e75021;
      margin-top: 5px;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-family: "SF New Republic Bold"; }
  .home-div2 .home-prde {
    border: 1px solid #b2b2b2;
    text-align: center;
    margin-left: 20%;
    border-radius: 520px;
    margin-bottom: 70px;
    transition: all .5s ease; }
    .home-div2 .home-prde img {
      margin-left: auto;
      margin-right: auto;
      margin-top: -100px; }
    .home-div2 .home-prde:hover {
      filter: grayscale(100%); }
    .home-div2 .home-prde h3 {
      margin: 0px;
      font-size: 24px;
      text-transform: uppercase;
      color: #747474;
      font-weight: 600;
      display: inline-block;
      border-bottom: 3px solid #e75021;
      padding-bottom: 7px;
      margin-top: 10px;
      font-weight: 600; }
  .home-div2 .home-prde1 {
    border: 1px solid #b2b2b2;
    text-align: center;
    margin-left: 20%;
    border-radius: 520px;
    transition: all .5s ease; }
    .home-div2 .home-prde1 img {
      margin-left: auto;
      margin-right: auto;
      margin-top: -30px; }
    .home-div2 .home-prde1:hover {
      filter: grayscale(100%); }
    .home-div2 .home-prde1 h3 {
      margin: 0px;
      font-size: 24px;
      text-transform: uppercase;
      color: #747474;
      font-weight: 600;
      display: inline-block;
      border-bottom: 3px solid #e75021;
      padding-bottom: 7px;
      margin-top: 10px;
      font-weight: 600; }

.ac {
  text-align: left;
  margin-top: 60px; }

.about-company {
  background: #e75021;
  display: inline-block;
  margin-top: 15px;
  transition: all .5s ease; }
  .about-company a {
    text-decoration: none;
    color: #ffffff; }
  .about-company h5 {
    margin: 0px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0px 14px 15px; }
  .about-company:hover {
    background-color: #5a5a5a; }

.home-div3 {
  margin-bottom: 0px;
  background: #e75021;
  color: #fff; }
  .home-div3 h1 {
    margin: 0px;
    text-transform: uppercase;
    padding-top: 50px;
    font-size: 34px;
    font-weight: 600; }
  .home-div3 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    padding-bottom: 50px; }
    .home-div3 ul li {
      background: url(../images/line1.png) repeat-x center;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 600;
      transition: all .5s ease; }
      .home-div3 ul li img {
        display: inline;
        margin-right: 20px;
        border-radius: 50%;
        padding: 10px;
        border: 1px solid #fff;
        margin-bottom: -18px;
        transition: all .5s ease; }
      .home-div3 ul li:hover img {
        margin-left: 10px; }
      .home-div3 ul li:nth-child(even) {
        text-align: right; }
        .home-div3 ul li:nth-child(even) img {
          margin-left: 20px;
          margin-right: 0px; }
      .home-div3 ul li:nth-child(even):hover img {
        margin-right: 10px; }
  .home-div3 .line-hd {
    position: relative;
    margin-top: -100px;
    margin-bottom: -100px; }
  .home-div3 .cic {
    position: absolute;
    z-index: 2;
    top: 50px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
  .home-div3 .cic:hover {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }
@-webkit-keyframes hvr-hang /* Safari and Chrome */ {
  0% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); } }
@keyframes hvr-hang /* Safari and Chrome */ {
  0% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); } }
.home-div4 {
  background: url(../images/bg-left.png) no-repeat left, url(../images/bg-right.png) no-repeat right;
  padding-top: 450px;
  padding-bottom: 450px; }
  .home-div4 .home-projects {
    padding-left: 15%; }
    .home-div4 .home-projects h1 {
      margin: 0px;
      color: #fff;
      font-weight: 600;
      font-size: 32px;
      text-transform: uppercase;
      margin-top: 30px;
      line-height: 45px;
      margin-top: 40px;
      text-align: right; }
      .home-div4 .home-projects h1 span {
        font-family: "Sansation Regular"; }
    .home-div4 .home-projects .hpr-head {
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      z-index: 1001;
      bottom: 20px;
      margin-left: 30px;
      margin-right: 30px;
      padding: 20px 10px 15px 10px;
      transition: all .5s ease; }
      .home-div4 .home-projects .hpr-head h5 {
        margin: 0px;
        font-size: 15px;
        border-bottom: 3px solid #e75021;
        padding-bottom: 15px;
        transition: all .5s ease; }
        .home-div4 .home-projects .hpr-head h5 a {
          text-decoration: none;
          color: #000;
          transition: all .5s ease; }
      .home-div4 .home-projects .hpr-head:hover h5 {
        border-color: #5a5a5a; }
        .home-div4 .home-projects .hpr-head:hover h5 a {
          color: #5a5a5a; }

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display: none; }

.nbs-flexisel-container {
  position: relative;
  max-width: 100%; }

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%; }

.nbs-flexisel-item {
  float: left;
  margin: 0px auto;
  padding: 0px;
  cursor: pointer;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.nbs-flexisel-item:hover, .nbs-flexisel-item:focus, .nbs-flexisel-item:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.nbs-flexisel-item img {
  height: auto;
  cursor: pointer;
  position: relative;
  z-index: 101;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
  max-height: 331px;
  margin-left: auto;
  margin-right: auto; }

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 46px;
  height: 46px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  margin-top: 0px; }

.nbs-flexisel-nav-left {
  left: -40px;
  background: url(../images/down-arrow-left.png) no-repeat left center;
  width: 49%; }

.nbs-flexisel-nav-right {
  right: -50px;
  background: url(../images/down-arrow-right.png) no-repeat right center;
  width: 49%; }

.multi-slider-align {
  margin-right: 50px;
  margin-left: 50px; }

.footer-div {
  position: relative; }

.footer-div1 {
  background: url(../images/foot-bg1.png) no-repeat bottom left, url(../images/foot-bg2.png) no-repeat top right;
  padding-bottom: 200px;
  margin-bottom: -210px; }
  .footer-div1 h5 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    background: url(../images/hd-line.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 15px; }

.f-link {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left; }
  .f-link li {
    display: block; }
    .f-link li a {
      display: block;
      padding: 3px 15px 10px 25px;
      font-size: 15px;
      line-height: 20px;
      background: url(../images/footer-arrow.png) no-repeat top 9px left;
      text-decoration: none;
      color: #545454;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
      text-transform: capitalize; }
      .f-link li a:hover {
        color: #e75021;
        background-position: top 9px left 5px; }

.social-icon img {
  display: inline;
  margin-left: 10px;
  transition: all .5s ease; }
  .social-icon img:hover {
    opacity: .7; }

.copy-div2 {
  text-align: right; }
  .copy-div2 img {
    display: inline; }
  .copy-div2 .cic-bot {
    position: relative;
    bottom: -30px;
    z-index: 2; }
  .copy-div2 .foot-logo {
    position: relative;
    top: -50px;
    z-index: 2; }
  .copy-div2 .cic-bot1 {
    display: none; }

.copy-div1 {
  background: url(../images/foot-bg-left.png) no-repeat top left, url(../images/foot-bg-right.png) no-repeat top right;
  min-height: 92px;
  margin-top: -92px;
  position: relative; }

.copy-div {
  background: #e75021;
  font-size: 13px; }

.copy-div {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  transition: all .5s ease; }
  .copy-div a {
    text-decoration: none;
    color: #ffffff; }
  .copy-div a:hover {
    color: #000; }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div .power {
      position: relative;
      z-index: 3; }

.foot-bot-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2; }
  
  
  .g-div1{background:url(../images/welcome-bg.jpg) repeat; padding-top:60px; padding-bottom:30px;}
  
  .gallery img{border:2px solid #e75021; margin-bottom:30px; padding:5px; transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;}





@media (max-width: 1400px) {
  .home-div2 .home-about {
    padding-left: 200px; }
  .home-div2 .home-prde h3, .home-div2 .home-prde1 h3 {
    font-size: 18px; }

  .nbs-flexisel-item img {
    max-width: 94%; }

  .home-div4 .home-projects .hpr-head {
    margin-left: 15px;
    margin-right: 15px;
    bottom: 15px; } }
@media (max-width: 1024px) {
  .t-div1 .t-info {
    font-size: 13px; }

  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 8px 17px;
    font-size: 13px; }

  .home-div3 ul li {
    font-size: 16px; }
  .home-div3 .cic {
    width: 91%; }

  .home-div4 .home-projects .hpr-head {
    padding: 5px; } }
@media (max-width: 980px) {
  .sidebar-nav .dropdown-menu {
    top: 0px; }

  .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    margin-top: 0;
    margin-left: 0rem; }

  .mobilemenu {
    display: block;
    position: fixed !important;
    z-index: 1000; }

  .menu-div, .menu-div1 {
    display: none; }

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%; }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px; }

  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
    background-color: #e31e24 !important;
    color: #fff !important;
    border-bottom: 1px solid #16a15a !important; } }
@media (max-width: 767px) {
  .t-div1 {
    padding-top: 10px;
    padding-bottom: 10px; }
    .t-div1 .t-social {
      text-align: center; }
    .t-div1 .t-info li {
      border-right: none;
      display: block;
      text-align: center;
      padding: 0px; }

  .t-div2 .logo-div {
    margin-top: 10px;
    margin-bottom: 10px; }
    .t-div2 .logo-div img {
      /*margin-left: auto;*/
      margin-right: auto; }

  .banner-div1 {
    display: none; }

  .banner-div2 {
    display: block; }

  .home-div1 h1 {
    font-size: 20px;
    text-align: center;
    background: none;
    padding-bottom: 10px; }
.home-div1 h1 {
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 15px;}
  .get-quote h5{font-size: 12px;
                margin: 0px;
              text-align: center;
text-transform: uppercase;
padding: 14px 0px 14px 16px;}

  .gq {
    text-align: center; }

  .get-quote {
    margin-top: 5px; }

  .home-div1 {
    padding-bottom: 30px; }

  .home-div2 .home-about {
    position: relative;
    padding-left: 0%;
    padding-top: 0px; }

  .home-div2 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center; }

  .home-div2 .home-about h2 {
    margin-bottom: 10px; }

  .home-div2 .home-prde img {
    margin-top: 0px; }

  .home-div2 .home-prde {
    margin-top: 30px;
    margin-bottom: 0px;
    border-radius: 0px;
    margin-left: 8%; }

  .home-div2 .home-prde1 img {
    margin-top: 0px; }

  .home-div2 .home-prde1 {
    margin-top: 30px;
    border-radius: 0px;
    margin-left: 8%; }

  .ac {
    text-align: center;
    margin-top: 10px; }

  .about-company {
    margin-top: 0px; }

  .home-qual {
    margin-top: 30px; }

  .home-div3 ul li {
    font-size: 15px; }

  .home-div3 .line-hd {
    display: none; }

  .home-div3 .cic {
    position: relative;
    margin-left: auto;
    margin-right: auto; }

  .home-div3 ul {
    padding-bottom: 0px; }

  .home-div4 .home-projects h1 {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px; }

  .home-div4 {
    padding-top: 330px;
    padding-bottom: 330px;
    margin-bottom: 30px; }

  .home-div4 .home-projects {
    padding-left: 0%; }

  .nbs-flexisel-nav-right {
    right: -40px; }

  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: 90px; }

  .foot-bot-img {
    display: none; }

  .copy-div1 {
    display: none; }

  .footer-div1 {
    background: none; }

  .footer-div2 {
    background: url(../images/foot-bg1.png) no-repeat bottom left; }

  .copy-div2 .cic-bot {
    display: none; }

  .copy-div2 .cic-bot1 {
    display: block; }

  .copy-div2 img {
    display: block; }

  .copy-div2 .foot-logo {
    top: 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }

  .f-link {
    text-align: center; }
    .f-link li {
      display: inline; }
      .f-link li a {
        display: inline;
        line-height: 29px; }

  .footer-div1 {
    text-align: center; }
    .footer-div1 h5 {
      display: inline-block; }

  .social-icon {
    display: block; }

  .copy-div, .copy-div .power-div {
    text-align: center;
    font-size: 11px; }

  .copy-div {
    margin-bottom: 40px; }

  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: #5a5a5a;
    text-align: center;
    padding: 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif; }

  .call-div a {
    color: #fff; }

.t-div1{display: none;}

     }

body {
  font-family: "Sansation Regular";
  color: #545454;
  text-align: justify;
  line-height: 24px; }

h1, h2, h3, h4, h5 {
  font-family: "Sansation Bold"; }

a:focus, a:hover, a:active {
  outline: none !important;
  box-shadow: none !important; }

.container {
  max-width: 1200px;
  width: 100%; }

img {
  display: block; }

/*# sourceMappingURL=style.css.map */





/**/


.abt-div h1{  margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    background: url(../images/about-line.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 62px;

  }
  .abt-div h6{right:0px; color: #e75021; font-size:16px; text-transform: uppercase; text-align: right;margin-top: -43px;
    margin-bottom: 40px;}
  .abt-div p{margin-bottom: 30px;

  }

  .concrt-div1{background: #e75021; margin-top: 20px;
    
  }

  .concrt-div2 img{
    padding-top: 40px;
    padding-bottom: 40px;
    }

  .concrt-div3 h1{
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background: url(../images/concrt-right.jpg) no-repeat top right;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 62px;
    /*margin-right: 51px;*/
    margin-left: 33px;
  }
  .concrt-div3 p{color: #ffffff;
    margin: 0px;
    /*padding-right: 78px;*/
    padding-left: 35px;
    
  }


.vm-div1{ margin-bottom: 40px; background-color: #f3f3f3;
}

.vm-bttn h5{
      margin: 0px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 21px 32px 21px 32px;
     background: #e75021;
    display: inline-block;
    position: absolute;
}



.vm-bttn  a{
  text-decoration: none;
    color: #ffffff;

}

.vission-div{position: relative; margin-top: 60px; margin-bottom: 50px}
.vission-div img{margin-bottom: 30px;}
.vission-div h5{right: 0px; margin-top: 90px;}
.vission-div p{margin-right: 40px;}


.mission-div{margin-top: 60px; margin-bottom: 50px}
.mission-div h5{margin-top: 90px;}
.mission-div img{margin-left: 40px; margin-bottom: 30px;}
.mission-div p{margin-left: 40px;}




/**/
.f-div1{margin-bottom: 0px;}
.facil-div1 h1{margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    background: url(../images/facil-line.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 62px;
  }
.facil-img img{margin-top: 37px;padding: 30px;}


.f-div2{background: #e75021;margin-bottom: 30px;}
.high-lt-div1{margin-bottom: 30px;}
.high-lt-div1 h1{text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
  }
.high-lt-div1 ul li{color: #ffffff;margin-bottom: 5px;}
.high-lt-div1 ul{margin-left: -20px; border-right: 3px solid #ee8463;}

.high-lt-div2{margin-bottom: 40px;}
.high-lt-div2 ul li{color: #ffffff;margin-bottom: 5px;}
.high-lt-div2 ul{margin-top: 73px; margin-left: 50px;}



/**/
.i-div1{margin-bottom: 20px;}
.main-title h1{margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    background: url(../images/matrix-unit-line.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 62px;
  }
  .inf h1{    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    text-align: right;
    margin-bottom: 40px;
    margin-right: 0px;
    margin-top: 0px;
  }
.infra-div1 h2{font-size: 85px;
    color: #e1e1e1;
    text-align: right;
    margin-top: -46px;
    margin-bottom: -55px;
    font-family: -webkit-pictograph;
    margin-right: 16px;
}


.infra-div1 img{float: right; margin-top: -37px;}
.i-div1 p{margin-top: -8px;}

.infra-img img{margin-top: 37px;padding: 30px;}



.i-div2{background: #e75021;margin-bottom: 30px;}
.wt-brdg-img img{margin-bottom: 30px;
    margin-top: 30px;
    }

/*.wt-brdg-div1 h1{text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background: url(../images/wt-brdg.jpg) no-repeat bottom left;
      margin-top: 97px;
    margin-bottom: 30px;
}*/
.wt h1{    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-left: -19px;
  }
.wt-brdg-div1 h2{font-size: 85px;
    color: #e5623f;
    
    margin-top: 46px;
    margin-bottom: -55px;
    font-family: -webkit-pictograph;
}


.wt-brdg-div1 p{color: #ffffff;}



.l-div3{margin-top: 20px;margin-bottom: 30px;}
/*.lb-div1 h1{
    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    margin-top: 70px;
    text-align: right;
    margin-bottom: 30px;
  }*/
  .lb h1{    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    text-align: right;
    margin-bottom: 40px;
    margin-right: 0px;
    margin-top: 0px;
  }
.lb-div1 h2{font-size: 85px;
    color: #e1e1e1;
    text-align: right;
    margin-top: 26px;
    margin-bottom: -55px;
    font-family: -webkit-pictograph;
    margin-right: 16px;
}




.lb-img img{padding:30px;}
.lb-div1 p{}


.f-div4{background: #e75021;margin-bottom: 30px;}
.fleet-img img{margin-bottom: 30px;
    margin-top: 30px;
    }

/*.fleet-div1 h1{text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background: url(../images/wt-brdg.jpg) no-repeat bottom left;
      margin-top: 97px;
    margin-bottom: 30px;
}*/
.fleet h1{    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-left: 15px;
  }
.fleet-div1 h2{font-size: 85px;
    color: #e5623f;
    
    margin-top: 46px;
    margin-bottom: -55px;
    font-family: -webkit-pictograph;
}


.fleet-div1 p{color: #ffffff;}


.p-div5{margin-top: 20px; margin-bottom: 30px;}
/*.pump-div1 h1{text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    margin-top: 95px;
    text-align: right;
    margin-bottom: 30px;}*/
.pump-img img{padding:30px;}



.pump-div1 h2{font-size: 85px;
    color: #e1e1e1;
    text-align: right;
    margin-top: 60px;
    margin-bottom: -55px;
    font-family: -webkit-pictograph;
}

.pump h1{    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    text-align: right;
    margin-bottom: 40px;
    margin-right: 13px;
    margin-top: 0px;
  }

.about-banner img{width:100%;}
.contact-banner img{width:100%;}
.facil-banner img{width:100%;}
.inf-banner img{width:100%;}

.home-div2 .home-about{padding-top: 26px;}
.home-div2 .home-about h1{text-align: left;margin-bottom: 20px;/*margin-top: -135px;*/}
.about-company{margin-top: 8px;margin-left: 10px;}
.vdo{ padding-top: 81px;
    /* padding-bottom: 50px; */
    margin-left: -68px;
}
.ac{margin-top: 19px;}    
.home-div3{margin-top: 53px;}
.foot-con{margin-left:94px;}


/**/

.g-div1 h1{font-size:38px;margin-top:30px; margin-bottom:60px;
    text-transform: uppercase;
    
    color: #252525;
    font-weight: 600;
}

/**/

.contact-details h1{margin: 0px;
   text-transform: uppercase;
    font-size: 20px;
    color: #e75021;
    font-weight: 600;
    
    margin-bottom: 20px;
    margin-top: 35px;
}


.contact-div1 h1{margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    background: url(../images/matrix-unit-line.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 62px;
    text-align:left;
    
}
.con-ifr{margin-top:20px;}

.c-div1{margin-top: 20px; margin-bottom: 30px;}
.gal-banner img{width:100%;}






@media (max-width: 1024px) {

  .abt-div h6{margin-top: -38px;margin-bottom: 30px;}
.concrt-div3 h1{background: url(../images/concrt-right.jpg) no-repeat top right -75px; margin-top: 52px;}
.vission-div h5{margin-right: -5px; margin-top: 78px;}
.vission-div img{padding-right: 20px;}
.mission-div h5{margin-left: -5px; margin-top: 78px;}
.mission-div img{padding-left: 20px; margin-left: 0px;}
.mission-div p{margin-left: 22px;}

}
@media (max-width: 980px) {
.concrt-div3 h1{background: url(../images/concrt-right.jpg) no-repeat top right -81px; 
  margin-left: 16px; 
  margin-top: 49px;}
  .home-div3 ul li{font-size: 14px;}

.concrt-div3 p{padding-left: 16px;}
.vission-div h5{margin-top: 70px;}
.mission-div h5{margin-top: 70px;}
.mission-div p{margin-left: 21px;}

.t-div1{display: none;}
}

@media (max-width: 767px) {
.concrt-div3 h1 {
    background: url(../images/concrt-right.jpg) no-repeat top;
    margin-left: 0px;
    margin-top: 38px;}

.concrt-div2 img{padding-bottom: 0px;}
.concrt-div1{padding-left: 64px;}
.concrt-div3 p{padding-left: 0px;padding-right: 75px;margin-bottom: 40px;}

.abt-div h1{background: url(../images/about-line.jpg) no-repeat bottom;
  text-align: center;}

.abt-div h6{font-size: 14px;text-align: center;margin-top: 0px;margin-bottom: 10px;}
.abt-div p{text-align: center;}
.vission-div img{padding-left: 94px;}
.vission-div p{margin-right: 0px;text-align: center;}
.vission-div h5{margin-top: 85px;margin-right: 73px;}
.mission-div{margin-top: 0px;margin-bottom: 38px;}
.mission-div img{padding-left: 94px;}
.mission-div p{margin-left: 0px;text-align: center;}
.mission-div h5{margin-top: 85px;margin-left: 50px;}
.foot-con{display:none;}
.f-link{display:none;}
.foot{display:none;}

.t-div1{display: none;}

.home-div1 h1 {
    font-size: 20px;
    text-align: center;
    background: none;
    padding-bottom: 10px; }
.home-div1 h1 {
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 15px;}
  .get-quote h5{font-size: 12px;
                margin: 0px;
              text-align: center;
text-transform: uppercase;
padding: 11px 0px 11px 16px;}
.img-fluid{height: 100%;}
.get-quote{margin-top: -6px;
margin-bottom: -11px;}
.a1 {display: block;}
 .a2{display: none;}
 .home-div2 .home-about h1{text-align: center;}
.vdo{margin-left: 0px;
     margin-right: -45px;}
.home-div3 ul li{font-size: 12px;}


.nbs-flexisel-item img{width: 100%;}
.nbs-flexisel-item img{max-height: 355px;}
.multi-slider-align{margin-left: 0px;
margin-right: 0px;}

.nbs-flexisel-nav-left{left: 14px;}
.nbs-flexisel-nav-right{right: 14px;}

.home-div4 {padding-top: 334px;
padding-bottom: 330px;
margin-bottom: 1px;}
.footer-div1 h5{margin-bottom: 157px;}

.high-lt-div2{position: relative;
right: 69px;margin-top: -98px;}
.wt-brdg-div1 h2{margin-top: -32px;}
.fleet-div1{margin-top: -73px;}
.pump-div1{margin-top: -88px;}



.wt h1{margin-left: -6px;}
.facil-img img{padding: 10px;}
.g-div1 h1{font-size: 26px;}

.concrt-div3 h1{background:none; margin-left: 232px;}

.concrt-div2 img{margin-left: -3px;}

.concrt-div3 p{font-size: 17px;}
.vission-div h5{margin-top: 90px;
margin-right: 86px;}
.vission-div img{padding-left: 52px;}
}

@media (max-width: 400px) {
  .abt-div h1{margin-top: 40px;}
  .abt-div h6{font-size: 13px;}
.concrt-div2 img{margin-left: -31px;}
.concrt-div3 h1{background:none; margin-left: 52px;}
.concrt-div3 p{margin-right: 19px;margin-left: -47px;text-align: center;padding-right: 0px}
.vission-div img{padding-left: 0px;padding-right: 40px;}
.vission-div h5{margin-top: 46px;margin-right: 0px;}
.vm-bttn h5{padding: 15px 23px 15px 23px;}
.vission-div p{margin-right: 0px;}
.mission-div h5{margin-top: 50px;margin-left: 0px;}
.mission-div img{padding-left: 40px;padding-right: 0px;}


.high-lt-div2{margin-top: -19px;position: relative;
                   right: 0px;}
.wt-brdg-div1 h2{margin-top: -32px;}
.fleet-div1{margin-top: -73px;}
.pump-div1{margin-top: -88px;}



                   
.high-lt-div2 ul{margin-left: 0px; text-align: left; margin-top: 0px;}
.high-lt-div1 ul{margin-left:0px; border-right:none;}
.foot-con{display:none;}
.f-link{display:none;}
.foot{display:none;}

.t-div1{display: none;}
.t-div2 .logo-div{margin-right: auto;}
.home-div1 h1 {
    font-size: 20px;
    text-align: center;
    background: none;
    padding-bottom: 10px; }
.home-div1 h1 {
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 15px;}
  .get-quote h5{font-size: 12px;
                margin: 0px;
              text-align: center;
text-transform: uppercase;
padding: 11px 0px 11px 16px;}

.img-fluid{height: 100%;}
.vission-div h5{margin-top: 38px;
margin-right: -6px;}
.vission-div img{padding-left: 52px;}
}
}