body {
  font: 100% Helvetica, sans-serif;
  color: #545456;
  direction: ltr;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  color: #3d3d3f; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #909091; }

.listingTitle {
  font-size: 20px; }

h4.listingTitle {
  font-size: 18px; }

.listingHolder > li {
  margin-bottom: 30px; }

.listingLink a, .listingDescription a {
  color: #909091; }

.ajaxLoader::before {
  color: #3d3d3f; }

.loadMoreBtn a {
  border: 1px solid #3d3d3f;
  color: #3d3d3f;
  padding: 0 55px;
  display: inline-block;
  height: 48px;
  line-height: 48px; }

.loadMoreBtn a:hover {
  color: #FFF;
  background: #909091;
  border-color: #909091; }

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s; }

html,
body {
  font-family: 'Oswald', "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000; }

sup {
  vertical-align: top;
  font-size: 15px; }

.row.noSpace {
  margin-left: 0;
  margin-right: 0; }

.noSpace > .col-sm-6,
.noSpace > .col-md-12,
.noSpace > .col-md-7 {
  padding-left: 0;
  padding-right: 0; }

.HP .noSpace > .col-sm-6,
.HP .noSpace > .col-md-12 {
  padding-left: 15px;
  padding-right: 15px; }
.HP .row {
  margin-left: 0;
  margin-right: 0; }
  .HP .row > .col-sm-6,
  .HP .row > .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
.HP .introText + .row .Textandimageitem .textpart .container,
.HP .twoItems li:nth-child(even) .Textandimageitem .textpart .container,
.HP .invertedIncline li:nth-child(odd) .Textandimageitem .textpart .container,
.HP .valuesListing li:nth-child(odd) .Textandimageitem .textpart .container {
  padding-right: 90px; }
.HP .twoItems .imagepart {
  margin-top: -4px; }
.HP .twoItems .imagepart {
  margin-top: -2px; }
  .HP .twoItems .imagepart img {
    width: 100% !important; }
.HP .valuesListing .imagepart {
  margin-top: -2px; }

.container {
  width: 1500px; }

img {
  max-width: 100%; }

.pageTitle {
  background-color: #ea4f3d;
  color: #FFF;
  display: inline-block;
  float: right;
  font-weight: 600;
  font-size: 28px;
  padding: 0 10px;
  margin-bottom: 40px;
  text-transform: uppercase; }

.subTitle {
  font-size: 24px;
  color: #b2b2b2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px; }

.introText {
  background-color: #ea4f3d;
  color: #FFF;
  font-size: 68px;
  padding: 200px 0;
  text-transform: uppercase;
  line-height: 80px;
  position: relative;
  margin-bottom: 6%;
  /*clip-path: polygon(0 0, 100% 33%, 100% 73%, 0% 100%);*/
  z-index: 1; }
  .introText:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 900px 200px 0;
    border-color: transparent #007bff transparent transparent;
    content: '';
    display: block; }
  .introText p {
    width: 75%; }

.sectionSearch {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 14; }
  .sectionSearch .container {
    height: 100vh; }
  .sectionSearch:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white; }
  .sectionSearch .searchHolder {
    display: table;
    height: 100%;
    width: 100%; }
    .sectionSearch .searchHolder .innerSearch {
      display: table-cell;
      vertical-align: middle;
      margin: 0 auto;
      width: 100%;
      position: relative; }
  .sectionSearch .container {
    position: relative; }
    .sectionSearch .container .searchHolder .headerSearch,
    .sectionSearch .container .searchHolder .headerBtns {
      margin-left: 0; }
    .sectionSearch .container .searchHolder .headerSearch {
      position: relative; }
    .sectionSearch .container .searchHolder .floatRight {
      width: 100%;
      text-align: center; }
      .sectionSearch .container .searchHolder .floatRight a {
        color: #000;
        font-size: 0;
        margin-top: 0;
        vertical-align: top;
        position: absolute;
        right: 0;
        background-image: url(../Images/Search.png);
        width: 40px;
        height: 40px;
        background-repeat: no-repeat; }
    .sectionSearch .container .searchHolder #txtAdvancedSearch {
      border: none;
      border-bottom: 1px solid #000;
      width: 100%;
      font-size: 28px;
      padding-bottom: 20px;
      font-family: 'Oswald', "Helvetica Neue", sans-serif;
      background-color: transparent; }
    .sectionSearch .container .searchHolder .close {
      cursor: pointer;
      position: relative;
      right: 50px;
      top: 50px;
      width: 50px;
      text-decoration: none;
      display: block;
      height: 50px;
      font-size: 0;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      .sectionSearch .container .searchHolder .close:before, .sectionSearch .container .searchHolder .close:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #000; }
      .sectionSearch .container .searchHolder .close:hover {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        .sectionSearch .container .searchHolder .close:hover:before, .sectionSearch .container .searchHolder .close:hover:after {
          background-color: #ea4f3d; }
      .sectionSearch .container .searchHolder .close:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sectionSearch .container .searchHolder .close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.ui-autocomplete {
  font-family: 'Oswald', "Helvetica Neue", sans-serif;
  position: absolute;
  background-color: #FFF;
  color: #FFF;
  padding: 0;
  right: 0;
  top: 0;
  text-align: left;
  width: 100% !important;
  border: none; }
  .ui-autocomplete li {
    padding: 10px !important; }
    .ui-autocomplete li a {
      display: inline-block;
      width: 100% !important;
      color: #1b2a41;
      cursor: pointer;
      font-size: 20px;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
    .ui-autocomplete li.ui-view-all-results a {
      font-weight: bold; }
    .ui-autocomplete li.ui-search-hover {
      background-color: #ea4f3d; }
      .ui-autocomplete li.ui-search-hover a {
        color: #FFF; }

.ui-helper-hidden-accessible {
  display: none; }

.sectionLeftMenu {
  padding: 50px 0; }
  .sectionLeftMenu .logoHolder {
    width: 250px;
    display: inline-block;
    margin-left: -87px; }
  .sectionLeftMenu .search {
    float: right;
    margin-right: 40px;
    line-height: 82px;
    display: none; }
  .sectionLeftMenu .menu-activator {
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    cursor: pointer; }
    .sectionLeftMenu .menu-activator .lines-button {
      position: relative;
      padding-right: 40px;
      cursor: pointer;
      right: -44px; }
      .sectionLeftMenu .menu-activator .lines-button:before {
        position: absolute;
        content: '';
        right: 0;
        top: 9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 28px 18px 0;
        border-color: transparent #b2b2b2 transparent transparent;
        line-height: 0px;
        _border-color: #000000 #b2b2b2 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }
    .sectionLeftMenu .menu-activator.active .lines-button {
      z-index: 14; }
      .sectionLeftMenu .menu-activator.active .lines-button:before {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .sectionLeftMenu .menu-activator.active .sectionMenu {
      opacity: 1;
      z-index: 13; }
    .sectionLeftMenu .menu-activator .sectionMenu {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-transform: uppercase;
      font-size: 50px;
      text-align: right;
      opacity: 0;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
      display: table; }
      .sectionLeftMenu .menu-activator .sectionMenu .menusMain {
        width: 1500px;
        margin: 0 auto; }
        .sectionLeftMenu .menu-activator .sectionMenu .menusMain .mainMenu ul {
          margin-top: 180px; }
          .sectionLeftMenu .menu-activator .sectionMenu .menusMain .mainMenu ul li {
            margin-bottom: 20px; }
            .sectionLeftMenu .menu-activator .sectionMenu .menusMain .mainMenu ul li a {
              color: #000;
              text-transform: uppercase;
              -webkit-transition: all 400ms ease-in-out;
              -moz-transition: all 400ms ease-in-out;
              -ms-transition: all 400ms ease-in-out;
              -o-transition: all 400ms ease-in-out;
              transition: all 400ms ease-in-out;
              padding: 5px 20px;
              position: relative;
              display: inline-block; }
              .sectionLeftMenu .menu-activator .sectionMenu .menusMain .mainMenu ul li a:before, .sectionLeftMenu .menu-activator .sectionMenu .menusMain .mainMenu ul li a:after {
                content: '';
                box-sizing: border-box;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                transform-origin: center; }
              .sectionLeftMenu .menu-activator .sectionMenu .menusMain .mainMenu ul li a:hover, .sectionLeftMenu .menu-activator .sectionMenu .menusMain .mainMenu ul li a.active {
                background-color: #ea4f3d;
                color: #FFF; }

.footerSection {
  background-color: #ea4f3d;
  color: #FFF;
  position: relative;
  padding: 140px 0 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  clip-path: polygon(0 40%, 100% 3%, 100% 100%, 0% 100%); }
  .footerSection h2 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif; }
  .footerSection .bottomFooter {
    clear: right; }
    .footerSection .bottomFooter .logo {
      display: inline-block; }
    .footerSection .bottomFooter .Copyright {
      display: inline-block;
      float: right;
      font-size: 19px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      width: 326px; }
      .footerSection .bottomFooter .Copyright a {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 19px;
        color: #FFF;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }
        .footerSection .bottomFooter .Copyright a:hover {
          color: #000; }
      .footerSection .bottomFooter .Copyright span {
        margin-left: 60px; }
  .footerSection .menu {
    float: right;
    clear: both;
    margin-bottom: 60px; }
    .footerSection .menu .sitemap {
      display: inline-block; }
    .footerSection .menu .mobileMenuToggler {
      display: none; }
    .footerSection .menu .FooterContact {
      display: inline-block; }
      .footerSection .menu .FooterContact a {
        color: #FFF;
        text-decoration: underline;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out; }
    .footerSection .menu .menusMain {
      display: inline-block;
      width: 200px; }
      .footerSection .menu .menusMain .mainMenu li {
        margin-bottom: 5px; }
        .footerSection .menu .menusMain .mainMenu li a {
          color: #FFF;
          -webkit-transition: all 400ms ease-in-out;
          -moz-transition: all 400ms ease-in-out;
          -ms-transition: all 400ms ease-in-out;
          -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out; }
          .footerSection .menu .menusMain .mainMenu li a:hover {
            color: #000; }
          .footerSection .menu .menusMain .mainMenu li a.active {
            font-weight: 700; }

.Textandimageitem .textpart {
  margin-top: 50px; }
  .Textandimageitem .textpart .container {
    width: 750px;
    float: right; }
  .Textandimageitem .textpart .subtitle {
    font-size: 24px;
    color: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0; }
  .Textandimageitem .textpart .title {
    color: #ea4f3d;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 70px; }
  .Textandimageitem .textpart .text {
    font-size: 29px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif; }

.blockTitle {
  color: #ea4f3d;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 80px; }

.twoItems li:nth-child(odd) .container {
  float: left;
  padding-left: 100px; }
.twoItems li .textpart {
  padding-right: 150px; }
.twoItems .col-sm-6 {
  float: right; }
.twoItems .imagepart {
  padding-left: 0; }
.twoItems li:nth-child(even) .col-sm-6 {
  float: left; }
  .twoItems li:nth-child(even) .col-sm-6:first-child {
    padding-right: 104px; }

.servicesSetion {
  margin-bottom: 180px; }
  .servicesSetion a {
    color: #000; }
  .servicesSetion .form-intro {
    /*padding-left: 15px;*/ }
    .servicesSetion .form-intro h3 {
      font-size: 24px;
      color: #b2b2b2;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-style: italic;
      margin-bottom: 0; }
    .servicesSetion .form-intro h2 {
      color: #ea4f3d;
      text-transform: uppercase;
      font-size: 60px;
      font-weight: 500;
      margin-bottom: 30px;
      line-height: 80px; }
  .servicesSetion li .titleandimageitem {
    text-align: center;
    border: 1px solid #b2b2b2; }
    .servicesSetion li .titleandimageitem .textpart {
      font-size: 47px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-style: italic;
      padding: 15px 0; }
    .servicesSetion li .titleandimageitem .imagepart img {
      display: block; }

.mapSection {
  background-image: url(../Images/numberMap.jpg);
  padding: 0;
  /*height: 700px;*/
  height: 500px;
  color: #ea4f3d;
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  background-position: top left; }
  .mapSection .text {
    font-size: 90px; }
    .mapSection .text sup {
      font-size: 30px;
      font-weight: 500; }

.valuesListing li .text {
  margin-bottom: 30px; }
.valuesListing li:nth-child(even) .col-sm-6 {
  float: right; }
  .valuesListing li:nth-child(even) .col-sm-6 .container {
    float: left;
    padding-left: 100px; }
.valuesListing .primaryBtn a {
  border: 1.5px solid #b2b2b2;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .valuesListing .primaryBtn a:hover {
    border-color: #000;
    background-color: #000;
    color: #FFF; }

.corpList .form-intro h3 {
  font-size: 24px;
  color: #b2b2b2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px; }
.corpList .form-intro h2 {
  color: #ea4f3d;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 80px; }
.corpList ul {
  font-family: 'Roboto', sans-serif;
  font-size: 26px; }
  .corpList ul .title {
    color: #ea4f3d;
    font-weight: 700; }

.contactUs {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  margin-bottom: 40px; }
  .contactUs a {
    text-decoration: underline;
    color: #000; }
    .contactUs a:hover {
      text-decoration: none; }
  .contactUs h2 {
    color: #ea4f3d;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 500 !important;
    margin-bottom: 30px;
    line-height: 80px;
    font-family: 'Oswald', sans-serif; }
  .contactUs h3 {
    font-size: 24px;
    color: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px; }

.loadMoreBtn {
  margin: 0 auto;
  text-align: center; }

.projListing .ListingprojectsItem {
  position: relative;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer; }
  .projListing .ListingprojectsItem:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .projListing .ListingprojectsItem a {
    display: block;
    overflow: hidden;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    .projListing .ListingprojectsItem a img {
      display: block;
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .projListing .ListingprojectsItem:hover img {
    opacity: 0.8; }
  .projListing .ListingprojectsItem img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    .projListing .ListingprojectsItem img:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FFF;
      opacity: 0;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
  .projListing .ListingprojectsItem .ListingProjectsTitle {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    padding: 10px 15px;
    color: #000;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-style: italic; }
.projListing .loadMoreBtn {
  margin-bottom: 30px; }

.ProjectTitle h3 {
  font-size: 24px;
  color: #b2b2b2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px; }
.ProjectTitle h2 {
  color: #ea4f3d;
  text-transform: none;
  font-size: 60px;
  font-weight: 500 !important;
  margin-bottom: 30px;
  line-height: 80px;
  font-family: 'Oswald', sans-serif; }

.ProjectInfo .ProjectInfoItem {
  border-top: 1px solid #b1b1b1;
  padding-top: 25px;
  margin-top: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 35px; }
  .ProjectInfo .ProjectInfoItem:first-child {
    margin-top: 17px; }
  .ProjectInfo .ProjectInfoItem .ProjectInfoTitle {
    color: #ea4f3d;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase; }

.mrgb {
  margin-bottom: 40px; }

.fullWidthImg {
  position: relative;
  margin-bottom: 50px;
  clip-path: polygon(0 0, 100% 23%, 100% 73%, 0% 100%);
  z-index: 10;
  height: 800px; }
  .fullWidthImg img {
    width: 100%;
    height: 100%;
    display: block; }

.ProjectRoadInfo {
  color: #ea4f3d;
  font-size: 38px;
  text-align: center;
  font-weight: 500; }
  .ProjectRoadInfo .text {
    font-size: 153px; }

.mainTitle {
  color: #ea4f3d;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500 !important;
  margin-bottom: 30px;
  line-height: 80px;
  font-family: 'Oswald', sans-serif; }

.Projectnextprevious {
  float: right;
  font-size: 24px;
  text-transform: capitalize;
  color: #ea4f3d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  width: 400px;
  text-align: right;
  display: block; }
  .Projectnextprevious .previousproject {
    float: left; }
  .Projectnextprevious > div {
    display: inline-block; }
    .Projectnextprevious > div a {
      color: #b2b2b2;
      position: relative;
      padding-right: 60px;
      display: inline-block;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      .Projectnextprevious > div a:before {
        background-image: url(../Images/redArrow.svg);
        background-repeat: no-repeat;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 32px;
        height: 65px;
        moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: -18px; }
      .Projectnextprevious > div a:hover {
        color: #ea4f3d; }
  .Projectnextprevious .NextProject a {
    padding-right: 0;
    padding-left: 60px; }
    .Projectnextprevious .NextProject a:before {
      right: auto;
      left: 0;
      moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

.ProjectMap img {
  width: 100%; }

.Textandimageitem .imagepart {
  clip-path: polygon(0 0, 100% 21%, 100% 82%, 0% 100%);
  z-index: 3; }
  .Textandimageitem .imagepart img {
    width: 100%;
    display: block; }

.topBorder {
  width: 100%;
  height: 1px;
  background-color: #b2b2b2;
  -moz-transform: 8deg;
  -webkit-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg); }

.HP .twoItems .imagepart img {
  width: unset; }
.HP .noBorder li:nth-child(even) {
  margin-top: -53px; }
  .HP .noBorder li:nth-child(even) .topBorder {
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  .HP .noBorder li:nth-child(even) .imagepart {
    clip-path: polygon(0 19%, 100% 0%, 100% 100%, 0% 100%); }
    .HP .noBorder li:nth-child(even) .imagepart img {
      width: unset; }
.HP .noBorder li:nth-child(odd) .imagepart {
  clip-path: polygon(0 0, 100% 20%, 100% 81%, 0% 100%); }

.invertedIncline.row {
  margin-left: 0;
  margin-right: 0; }
  .invertedIncline.row .row {
    margin-left: 0;
    margin-right: 0; }
  .invertedIncline.row .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
.invertedIncline li:first-child .Textandimageitem .imagepart {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%); }
.invertedIncline .imagepart.col-sm-6:nth-child(2) {
  padding-left: 0; }
.invertedIncline li:nth-child(even) {
  margin-top: 50px; }
  .invertedIncline li:nth-child(even) .col-sm-6 {
    float: right; }
    .invertedIncline li:nth-child(even) .col-sm-6 .container {
      float: left;
      padding-left: 100px; }
  .invertedIncline li:nth-child(even) .topBorder {
    /*-moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    margin-top: -53px;*/
    display: none; }
  .invertedIncline li:nth-child(even) .textpart {
    margin-top: 50px; }
  .invertedIncline li:nth-child(even) .imagepart {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }

.twoItems.noSpace .row {
  margin: 0; }
.twoItems.noSpace .col-md-12 {
  padding-left: 0;
  padding-right: 0; }
.twoItems .Textandimageitem.row {
  margin: 0; }
  .twoItems .Textandimageitem.row .col-sm-6:last-child {
    padding-left: 0; }
.twoItems .topBorder {
  -moz-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-7deg);
  margin-top: -54px;
  margin-left: -3px; }
.twoItems .imagepart {
  clip-path: polygon(0 19%, 100% 0%, 100% 100%, 0% 100%); }
.twoItems li:nth-child(2) .topBorder {
  display: none; }
.twoItems li:nth-child(2) .imagepart {
  clip-path: polygon(0 100%, 100% 100%, 100% 0%, 0% 0%); }

.ProjectCategories h3 {
  display: inline-block;
  margin-right: 20px;
  /*text-transform: uppercase;*/
  font-weight: 400;
  font-size: 28px;
  color: #b2b2b2; }
.ProjectCategories a {
  border: 1px solid #ea4f3d;
  color: #000;
  display: inline-block;
  font-weight: 300;
  font-size: 28px;
  padding: 0 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .ProjectCategories a.active:hover {
    background-color: transparent;
    color: #000; }
  .ProjectCategories a:hover, .ProjectCategories a.active {
    background-color: #ea4f3d;
    color: #FFF; }

.roadDetails .imagepart {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%); }
  .roadDetails .imagepart img {
    width: 100%;
    display: block; }

.singleImage {
  margin-top: -152px;
  z-index: 2; }
  .singleImage .imagepart {
    clip-path: polygon(0 0, 100% 21%, 100% 100%, 0 100%);
    margin-top: -295px; }
    .singleImage .imagepart img {
      display: block;
      width: 100%; }
  .singleImage .topBorder {
    margin-left: -30px; }

.prodDetails2 .fullWidthImg {
  position: relative;
  margin-bottom: 50px;
  clip-path: polygon(0 23%, 100% 0%, 100% 100%, 0% 73%);
  z-index: 10;
  height: 800px; }
.prodDetails2 .roadDetails .imagepart {
  clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%); }
.prodDetails2 .singleImage {
  margin-top: -130px;
  margin-bottom: 80px;
  position: relative; }
  .prodDetails2 .singleImage .imagepart {
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    margin-top: -270px; }
  .prodDetails2 .singleImage .topBorder {
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg); }

.prodDetails3 {
  background-color: #FFF; }
  .prodDetails3 .fullWidthImg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 600px;
    overflow: hidden; }
    .prodDetails3 .fullWidthImg img {
      height: 100%; }
  .prodDetails3 .roadDetails {
    margin-bottom: 100px;
    margin-top: 100px; }
    .prodDetails3 .roadDetails .ProjectRoadInfo {
      margin-top: 100px; }
    .prodDetails3 .roadDetails .topBorder {
      -moz-transform: rotate(-8deg);
      -webkit-transform: rotate(-8deg);
      -o-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
      transform: rotate(-8deg); }
    .prodDetails3 .roadDetails .imagepart {
      clip-path: polygon(0 21%, 100% 0, 100% 100%, 0 100%);
      margin-top: -135px; }
      .prodDetails3 .roadDetails .imagepart img {
        width: 100%;
        display: block;
        min-height: 600px; }

.ourTeam .row {
  margin-left: 0;
  margin-right: 0; }
  .ourTeam .row .imagepart,
  .ourTeam .row .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
.ourTeam .ourPeople li:nth-child(odd) {
  margin-top: 40px; }
  .ourTeam .ourPeople li:nth-child(odd) .col-sm-6 {
    float: right; }
  .ourTeam .ourPeople li:nth-child(odd) .col-sm-6 .container {
    float: left;
    padding-left: 100px; }
  .ourTeam .ourPeople li:nth-child(odd) .topBorder {
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg); }
.ourTeam .ourPeople li:nth-child(even) {
  position: relative; }
  .ourTeam .ourPeople li:nth-child(even) .topBorder {
    display: none; }
  .ourTeam .ourPeople li:nth-child(even) .imagepart {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
    max-height: 600px;
    overflow: hidden; }
  .ourTeam .ourPeople li:nth-child(even) .bottomBorder {
    width: 100%;
    height: 1px;
    background-color: #b2b2b2;
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    clear: both;
    position: absolute;
    bottom: 137px;
    left: 0; }
.ourTeam .ourPeople .Textandimageitem .imagepart {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  z-index: 3; }
.ourTeam .fullWidthImg {
  clip-path: polygon(0 23%, 100% 2%, 100% 95%, 0% 73%);
  height: 700px;
  overflow: hidden; }

.contactUs .googleMap {
  clip-path: polygon(0 23%, 100% 2%, 100% 95%, 0% 73%);
  height: 600px;
  overflow: hidden; }
  .contactUs .googleMap .map-container .gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: #ea4f3d;
    border-radius: 0;
    padding: 12px;
    color: #FFF; }

.prodDetails1 .singleImage {
  margin-top: -132px; }
  .prodDetails1 .singleImage .topBorder {
    margin-left: 0; }
  .prodDetails1 .singleImage .imagepart {
    margin-top: -273px;
    clip-path: polygon(0% 0, 100% 22%, 100% 100%, 0 100%); }
.prodDetails1 .roadDetails .imagepart {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%); }

.validatorHolder {
  position: absolute;
  color: #ea4f3d; }

.searchListing .blockTitle {
  font-size: 60px; }
  .searchListing .blockTitle span {
    color: #3d3d3f; }
.searchListing .row {
  margin-left: 0;
  margin-right: 0; }
  .searchListing .row li {
    border-bottom: 3px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0; }
    .searchListing .row li h4 {
      font-size: 50px; }
    .searchListing .row li .itemText a {
      color: #ea4f3d;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      .searchListing .row li .itemText a:hover {
        color: #000; }

@-moz-document url-prefix() {
  .prodDetails1 .singleImage {
    margin-top: -137px !important; }
    .prodDetails1 .singleImage .imagepart {
      margin-top: -264px !important; }

  .prodDetails2 .singleImage {
    margin-top: -130px !important; }
    .prodDetails2 .singleImage .imagepart {
      margin-top: -274px !important;
      clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%); }

  .ourTeam .fullWidthImg {
    height: 500px; }

  .HP .invertedIncline li:nth-child(even) .imagepart {
    margin-top: -56px; } }
#MapCustomButoon {
  background-color: #ea4f3d;
  top: 75% !important;
  color: #FFF;
  padding: 10px;
  right: 40px !important;
  font-size: 20px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  cursor: pointer; }
  #MapCustomButoon:hover {
    background-color: #000; }

/*@supports (-ms-ime-align: auto) {
    .introText {
        position: relative;
        overflow: hidden;
        margin-bottom: 0;

        &:before,
        &:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border: 0 solid transparent;
            border-top-width: 0px;
            border-bottom-width: 600px;
            border-right: 5000px solid #FFF;
            display: block;
        }

        &:after {
            right: 0;
            top: auto;
            bottom: -150px;
            left: auto;
            border-bottom-width: 0px;
            border-top-width: 300px;
            border-left: 5000px solid green;
        }
    }

    .topBorder {
        transform-origin: bottom left;
    }

    .Textandimageitem {
        padding: 110px 0;
        position: relative;

        .topBorder {
            position: absolute;
            top: 0;
            left: 0;
        }

        .imagepart {
            position: relative;
            overflow: hidden;
            height: 600px;

            &:before,
            &:after {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 1900px 330px 0;
                border-color: transparent #ffffff transparent transparent;
                line-height: 0px;
                _border-color: #000000 #ffffff #000000 #000000;
                _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
            }

            &:after {
                right: 0;
                top: auto;
                bottom: -160px;
                left: auto;
                width: 0;
                height: 0;
                border-width: 0 0 330px 1900px;
                border-color: transparent transparent #FFF transparent;
                _border-color: #000000 #000000 #FFF #000000;
                _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
            }
        }
    }
}*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .introText {
    position: relative;
    overflow: hidden; }
    .introText:before, .introText:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-top-width: 0px;
      border-bottom-width: 600px;
      border-right: 5000px solid #FFF;
      display: block; }
    .introText:after {
      right: 0;
      top: auto;
      bottom: -150px;
      left: auto;
      border-bottom-width: 0px;
      border-top-width: 300px;
      border-left: 5000px solid green; } }
/**********************************************/
.HP {
  overflow-x: hidden; }
  .HP .noSpace:not(.twoItems) .Textandimageitem .topBorder {
    -moz-transform: rotate(6.7deg);
    -webkit-transform: rotate(6.7deg);
    -o-transform: rotate(6.7deg);
    -ms-transform: rotate(6.7deg);
    transform: rotate(6.7deg);
    position: relative;
    z-index: 4; }
  .HP .noSpace:not(.twoItems) .Textandimageitem .imagepart,
  .HP .twoItems .imagepart,
  .HP .prodDetails2 .roadDetails .imagepart,
  .HP .prodDetails2 .singleImage .imagepart,
  .HP .invertedIncline li:first-child .Textandimageitem .imagepart,
  .HP .noBorder li:nth-child(odd) .imagepart,
  .HP .noBorder li:nth-child(even) .imagepart,
  .HP .ourTeam .ourPeople li:nth-child(even) .imagepart,
  .HP .twoItems li:nth-child(2) .imagepart {
    clip-path: none; }
  .HP .ourTeam .ourPeople li:nth-child(even) .bottomBorder {
    z-index: 5; }
  .HP .twoItems .topBorder,
  .HP .singleImage .topBorder {
    position: relative;
    z-index: 5; }
  .HP .singleImage .topBorder {
    width: 102%; }
  .HP body {
    overflow-x: hidden; }
  .HP .imagepart.hideifempty.col-sm-6 > div:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 960px 113px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    content: '';
    position: absolute;
    top: 0; }
  .HP .valuesListing .imagepart {
    margin-top: 0; }
  .HP .noSpace:not(.twoItems) .Textandimageitem .topBorder {
    -moz-transform: rotate(6.7deg);
    -webkit-transform: rotate(6.7deg);
    -o-transform: rotate(6.7deg);
    -ms-transform: rotate(6.7deg);
    transform: rotate(6.7deg);
    top: -1px;
    width: 102%;
    left: -1%; }
  .HP .imagepart.hideifempty.col-sm-6 > div:after {
    width: 0;
    display: block;
    content: '';
    height: 0;
    border-style: solid;
    border-width: 0 0 113px 960px;
    position: absolute;
    border-color: transparent transparent #fff transparent;
    bottom: 0px;
    left: -7px; }
  .HP .twoItems .topBorder,
  .HP .singleImage .topBorder {
    position: absolute;
    z-index: 5;
    height: 1px;
    width: 101%;
    margin: 0;
    padding: 0;
    top: -55px;
    -moz-transform: rotate(-6.7deg);
    -webkit-transform: rotate(-6.7deg);
    -o-transform: rotate(-6.7deg);
    -ms-transform: rotate(-6.7deg);
    transform: rotate(-6.7deg); }
  .HP .whoWeAre .listingItemLI:first-child .imagepart.hideifempty {
    margin-top: -48px; }
    .HP .whoWeAre .listingItemLI:first-child .imagepart.hideifempty > div:before {
      border-style: solid;
      border-width: 107px 952px 0 0;
      border-color: #fff transparent transparent transparent;
      right: 0;
      left: auto; }
    .HP .whoWeAre .listingItemLI:first-child .imagepart.hideifempty > div:after {
      display: none; }
  .HP .valuesSections .listingItemLI:nth-child(2) .topBorder {
    top: -2px; }
  .HP .valuesSections .listingItemLI:nth-child(2) .imagepart.hideifempty.col-sm-6 > div:before {
    border-style: solid;
    border-width: 109px 952px 0 0;
    border-color: #fff transparent transparent transparent;
    right: 0;
    left: auto; }
  .HP .valuesSections .listingItemLI:nth-child(2) .imagepart.hideifempty.col-sm-6 > div:after {
    opacity: 0; }
  .HP .whoWeAre .listingItemLI:nth-child(2) .imagepart.hideifempty.col-sm-6 > div:before,
  .HP .whoWeAre .listingItemLI:nth-child(2) .imagepart.hideifempty.col-sm-6 > div:after {
    display: none; }
  .HP .invertedIncline .imagepart.hideifempty.col-sm-6 > div:after,
  .HP .invertedIncline .imagepart.hideifempty.col-sm-6 > div:before {
    opacity: 0; }
  .HP .invertedIncline .listingItemLI:first-child .imagepart.hideifempty.col-sm-6 > div:before {
    opacity: 1; }
  .HP .noBorder li:nth-child(even) .topBorder {
    -webkit-transform: rotate(-6.7deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-6.7deg);
    transform: rotate(-6.7deg);
    transform: rotate(-6.7deg); }
  .HP .topBorder {
    width: 101%; }
  .HP .valuesSections.noSpace:not(.twoItems) .listingItemLI:nth-child(2) .Textandimageitem .topBorder {
    -webkit-transform: rotate(-6.7deg);
    -o-transform: rotate(-6.7deg);
    -ms-transform: rotate(-6.7deg);
    transform: rotate(-6.7deg);
    transform: rotate(-6.7deg); }

.footerSection {
  clip-path: none; }
  .footerSection:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 2000px 0 0;
    border-color: #fff transparent transparent transparent;
    display: block;
    content: '';
    position: absolute;
    top: 0; }

.ourTeam .ourPeople li:nth-child(odd) .topBorder {
  position: absolute;
  z-index: 5;
  height: 1px;
  width: 102%;
  margin: 0;
  padding: 0;
  top: -2px;
  left: -1%;
  -moz-transform: rotate(-6.8deg);
  -webkit-transform: rotate(-6.8deg);
  -o-transform: rotate(-6.8deg);
  -ms-transform: rotate(-6.8deg);
  transform: rotate(-6.8deg); }

.ourTeam .ourPeople .Textandimageitem .imagepart {
  clip-path: none; }

body {
  overflow-x: hidden; }

.ourTeam .listingItemLI:nth-child(odd) .imagepart.hideifempty.col-sm-6 .aos-init:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  border-style: solid;
  border-width: 113px 952px 0 0;
  border-color: #fff transparent transparent transparent; }
.ourTeam .listingItemLI:nth-child(odd) .topBorder {
  position: absolute;
  z-index: 5;
  height: 1px;
  width: 101%;
  margin: 0;
  padding: 0;
  top: 8px;
  -moz-transform: rotate(-6.7deg);
  -webkit-transform: rotate(-6.7deg);
  -o-transform: rotate(-6.7deg);
  -ms-transform: rotate(-6.7deg);
  transform: rotate(-6.7deg); }

.ourTeam .ourPeople li:nth-child(even) .imagepart {
  clip-path: none !important;
  max-height: unset; }
  .ourTeam .ourPeople li:nth-child(even) .imagepart > div:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 139px 0 0 960px;
    border-color: transparent transparent transparent #fff;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px; }

.ourTeam .ourPeople li:nth-child(even) .bottomBorder {
  -moz-transform: rotate(8.2deg);
  -webkit-transform: rotate(8.2deg);
  -o-transform: rotate(8.2deg);
  -ms-transform: rotate(8.2deg);
  transform: rotate(8.2deg);
  left: 0;
  z-index: 5;
  width: 102%;
  left: -1%;
  bottom: 137px !important; }

.prodDetails1 .singleImage {
  position: relative; }
.prodDetails1 .topBorder {
  -moz-transform: rotate(7.75deg);
  -webkit-transform: rotate(7.75deg);
  -o-transform: rotate(7.75deg);
  -ms-transform: rotate(7.75deg);
  transform: rotate(7.75deg);
  margin-left: 0;
  position: relative;
  z-index: 10;
  width: 102%;
  left: -1%;
  top: 1px;
  position: absolute; }
.prodDetails1 .roadDetails .imagepart {
  clip-path: none;
  position: relative;
  z-index: 1; }
  .prodDetails1 .roadDetails .imagepart:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 132px 0 0 970px;
    border-color: transparent transparent transparent #fff;
    display: block;
    position: absolute;
    bottom: 0; }
.prodDetails1 .singleImage .imagepart {
  clip-path: none;
  margin-top: -258px;
  padding: 0; }
  .prodDetails1 .singleImage .imagepart:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 996px 135px 0;
    border-color: transparent #fff transparent transparent;
    content: '';
    position: absolute;
    top: -6px;
    width: 0;
    right: 0;
    height: 0;
    border-style: solid; }
.prodDetails1 .TitleAboveTextItem {
  position: relative;
  z-index: 10; }
.prodDetails1 .fullWidthImg {
  clip-path: none; }
  .prodDetails1 .fullWidthImg .col-md-12.col-sm-12.col-xs-12:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2000px 185px 0;
    border-color: transparent #fff transparent transparent;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  .prodDetails1 .fullWidthImg .col-md-12.col-sm-12.col-xs-12:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 185px 2000px;
    border-color: transparent transparent #fff transparent;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    content: ''; }

.prodDetails3 .topBorder {
  position: relative;
  z-index: 1;
  width: 102%;
  left: -1%;
  top: -1px; }
.prodDetails3 .col-md-6.col-sm-6.col-xs-12.imagepart:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 135px 960px 0 0;
  border-color: #fff transparent transparent transparent;
  display: block;
  content: '';
  position: absolute;
  top: 0; }
.prodDetails3 .roadDetails .imagepart {
  clip-path: none; }

.prodDetails2 .singleImage .topBorder {
  position: relative;
  z-index: 10;
  width: 102%;
  left: -1%;
  margin-left: 0;
  top: -6px; }
.prodDetails2 .col-md-6.col-sm-6.col-xs-12.imagepart:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 136px 960px;
  border-color: transparent transparent #fff transparent;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0; }
.prodDetails2 .roadDetails .imagepart {
  clip-path: none; }
.prodDetails2 .singleImage .imagepart {
  clip-path: none;
  margin-top: -266px;
  padding: 0; }
.prodDetails2 .col-md-5.col-sm-5.col-xs-12.imagepart:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 111px 797px 0 0;
  border-color: #fff transparent transparent transparent;
  display: block;
  content: '';
  position: absolute;
  top: 0px; }
.prodDetails2 .ProjectRoadInfo {
  position: relative;
  z-index: 10; }

.footerSection .bottomFooter .Copyright {
  width: 209px; }

.footerSection .bottomFooter .Copyright span {
  margin-left: 0; }

.introText.aos-init.aos-animate:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 214px 0;
  border-color: transparent #fff transparent transparent;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

.introText.aos-init.aos-animate:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 1920px;
  border-color: transparent transparent #fff transparent;
  opacity: 1;
  left: 0; }

.prodDetails2 .singleImage.halfWidthRight .col-md-5.col-sm-5.col-xs-12.imagepart {
  margin-top: -162px;
  width: 50%; }
  .prodDetails2 .singleImage.halfWidthRight .col-md-5.col-sm-5.col-xs-12.imagepart:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 133px 953px 0 0;
    border-color: #fff transparent transparent transparent;
    display: block;
    content: '';
    position: absolute;
    top: 0; }

.prodDetails2 .singleImage.halfWidthRight .col-md-7 {
  width: 50%; }

.HP .twoItems li:first-child .imagepart img {
  width: 100% !important;
  padding-right: 20px; }

.HP .noBorder li:nth-child(even) .imagepart img {
  width: 100%;
  padding-right: 20px; }

.HP .aboutSection .Textandimageitem .imagepart img, .HP .valuesListing .listingItemLI:first-child .Textandimageitem .imagepart img {
  padding-left: 20px; }

@media all and (min-width: 1921px) {
  .HP .imagepart.hideifempty.col-sm-6 > div:before {
    border-width: 0 1300px 151px 0;
    top: -1px; }

  .HP .imagepart.hideifempty.col-sm-6 > div:after {
    border-width: 0 0 151px 1300px; }

  .HP .whoWeAre .listingItemLI:first-child .imagepart.hideifempty > div:before, .HP .valuesSections .listingItemLI:nth-child(2) .imagepart.hideifempty.col-sm-6 > div:before {
    border-width: 151px 1300px 0 0; }

  .footerSection:before {
    border-width: 200px 2700px 0 0;
    top: -1px; }

  .prodDetails2 .singleImage .imagepart {
    margin-top: -353px; }

  .prodDetails2 .col-md-5.col-sm-5.col-xs-12.imagepart:before {
    border-width: 150px 1060px 0 0; }

  .prodDetails2 .singleImage {
    margin-top: -171px; }

  .prodDetails2 .col-md-6.col-sm-6.col-xs-12.imagepart:before {
    border-width: 0 0 178px 1272px; }

  .prodDetails3 .roadDetails .imagepart {
    margin-top: -182px; }

  .prodDetails3 .col-md-6.col-sm-6.col-xs-12.imagepart:before {
    border-width: 183px 1300px 0 0; }

  .prodDetails1 .singleImage .imagepart {
    margin-top: -349px; }

  .prodDetails1 .singleImage .imagepart:before {
    border-width: 0 1330px 182px 0; }

  .prodDetails1 .singleImage {
    margin-top: -177px; }

  .prodDetails1 .roadDetails .imagepart:before {
    border-width: 177px 0 0 1300px; }

  .introText.aos-init.aos-animate:before {
    border-width: 0 2570px 214px 0; }

  .introText.aos-init.aos-animate:after {
    border-width: 0 0 200px 2570px; }

  .ourTeam .listingItemLI:nth-child(odd) .imagepart.hideifempty.col-sm-6 .aos-init:before {
    border-width: 153px 1282px 0 0; }

  .ourTeam .ourPeople li:nth-child(even) .bottomBorder {
    bottom: 182px !important; }

  .ourTeam .ourPeople li:nth-child(even) .imagepart > div:after {
    border-width: 184px 0 0 1281px; }

  .prodDetails2 .singleImage.halfWidthRight .col-md-5.col-sm-5.col-xs-12.imagepart {
    margin-top: -211px; }
    .prodDetails2 .singleImage.halfWidthRight .col-md-5.col-sm-5.col-xs-12.imagepart:before {
      border-width: 182px 1300px 0 0; } }
@media all and (min-width: 1300px) {
  .introText {
    margin-bottom: 6%; } }
@media all and (max-width: 1660px) {
  .valuesListing .listingItemLI:first-child .Textandimageitem .textpart {
    margin-top: 0; } }
@media all and (max-width: 1350px) {
  .valuesListing .listingItemLI:first-child .Textandimageitem .textpart .title {
    margin-bottom: 20px; }

  .valuesListing .listingItemLI:first-child .Textandimageitem .textpart .text {
    margin-bottom: 20px; } }

/*# sourceMappingURL=styles.css.map */
