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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-pin:before {
  content: "\e900";
}

.icon-email:before {
  content: "\e901";
}

.icon-phone-call:before {
  content: "\e902";
}

.icon-search-interface-symbol:before {
  content: "\e903";
}

.icon-shopping-bag:before {
  content: "\e904";
}

.icon-automation:before {
  content: "\e905";
}

.icon-industrial-zone:before {
  content: "\e906";
}

.icon-wrench:before {
  content: "\e907";
}

.icon-hammer:before {
  content: "\e908";
}

.icon-surgery:before {
  content: "\e909";
}

.icon-hotel:before {
  content: "\e90a";
}

.icon-play-button:before {
  content: "\e90b";
}

.icon-construction:before {
  content: "\e90c";
}

.icon-crane:before {
  content: "\e90d";
}

.icon-interior-design:before {
  content: "\e90e";
}

.icon-creativity:before {
  content: "\e90f";
}

.icon-painting:before {
  content: "\e910";
}

.icon-interior-design-1:before {
  content: "\e911";
}

.icon-interior-design-2:before {
  content: "\e912";
}

.icon-star:before {
  content: "\e913";
}

.icon-star-1:before {
  content: "\e914";
}

.icon-minus:before {
  content: "\e915";
}

.icon-plus-sign:before {
  content: "\e916";
}

.icon-cv:before {
  content: "\e917";
}

.icon-account:before {
  content: "\e918";
}

.icon-bubble-chat:before {
  content: "\e919";
}

.icon-conversation:before {
  content: "\e91a";
}

.icon-right-arrow:before {
  content: "\e91b";
}

.icon-right-arrow-1:before {
  content: "\e91c";
}

.icon-shopping-basket:before {
  content: "\e91d";
}

.icon-shopping-bag-1:before {
  content: "\e91e";
}

.icon-line-chart:before {
  content: "\e91f";
}

.icon-chart:before {
  content: "\e920";
}

.icon-play-button-1:before {
  content: "\e921";
}

.icon-tick:before {
  content: "\e922";
}

.icon-document:before {
  content: "\e923";
}

.icon-document-1:before {
  content: "\e924";
}

.icon-maps-and-flags:before {
  content: "\e925";
}

.icon-phone-call-1:before {
  content: "\e926";
}

.icon-email-1:before {
  content: "\e927";
}

.icon-facebook-app-symbol:before {
  content: "\e928";
}

.icon-twitter:before {
  content: "\e929";
}

.icon-google-plus-logo:before {
  content: "\e92a";
}

.icon-pinterest:before {
  content: "\e92b";
}

.icon-linkedin:before {
  content: "\e92c";
}

.icon-link:before {
  content: "\e92d";
}

.footer-widget__about-logo img { width: 200px; }

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #a00;
  color: #fff;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.dark .sec-title__title { color: #001659 !important}
.mt-40{ padding-top: 80px;}


.clientsmaindiv {
  width: 100%;
}


.clients img {
  width: 100%;
  z-index: 1;
}
.clients{
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #e8ecec;
  margin-bottom: 20px;



}

.clients:hover {
  background: #ffffff;  
  -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  cursor: pointer;
}

