@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/ProximaNovaT-Thin.woff') format('woff'); /* Modern Browsers */
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.woff2') format('woff2'), 
       url('../fonts/ProximaNova-Light.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/ProximaNova-Regular.woff') format('woff'); /* Modern Browsers */
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/ProximaNova-Semibold.woff') format('woff'); /* Modern Browsers */
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src:  url('../fonts/ProximaNova-Bold.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/ProximaNova-Bold.woff') format('woff'); /* Modern Browsers */
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hexpck');
  src:  url('../fonts/icomoon.eot?hexpck#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hexpck') format('truetype'),
    url('../fonts/icomoon.woff?hexpck') format('woff'),
    url('../fonts/icomoon.svg?hexpck#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-efficency:before {
  content: "\e90c";
}
.icon-crane:before {
  content: "\e900";
}
.icon-EOL-logo .path1:before {
  content: "\e901";
  color: rgb(56, 176, 229);
}
.icon-EOL-logo .path2:before {
  content: "\e902";
  margin-left: -3.1142578125em;
  color: rgb(32, 95, 169);
}
.icon-EOL-logo .path3:before {
  content: "\e903";
  margin-left: -3.1142578125em;
  color: rgb(56, 176, 229);
}
.icon-global:before {
  content: "\e904";
}
.icon-handshake:before {
  content: "\e905";
}
.icon-left-arrow:before {
  content: "\e906";
}
.icon-logo-round:before {
  content: "\e907";
  color: #38b0e5;
}
.icon-mail-envelope:before {
  content: "\e908";
}
.icon-phone-call:before {
  content: "\e909";
}
.icon-placeholder:before {
  content: "\e90a";
}
.icon-right-arrow:before {
  content: "\e90b";
}

body {
  overflow-x: hidden;
   font-family: 'ProximaNova-Regular';
}

a{
  text-decoration: none !important;
  /*transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;*/
}

.db {
  display: block;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.btn{
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.active {
  color:#d0d0d0!important ;
  background-color: transparent;
}
/***************logo on shrink font***************/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/fonts-logo/icomoon.eot?86zwqg');
  src:  url('../fonts/fonts-logo/icomoon.eot?86zwqg#iefix') format('embedded-opentype'),
    url('../fonts/fonts-logo/icomoon.ttf?86zwqg') format('truetype'),
    url('../fonts/fonts-logo/icomoon.woff?86zwqg') format('woff'),
    url('../fonts/fonts-logo/icomoon.svg?86zwqg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-only-logo .path1:before {
  content: "\e910";
  color: #fff;
}
.icon-only-logo .path2:before {
  content: "\e911";
  margin-left: -3.1484375em;
  color: #fff;
}


