@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoona2f8.eot?gq7fto');
  src:  url('fonts/icomoona2f8.eot?gq7fto#iefix') format('embedded-opentype'),
    url('fonts/icomoona2f8.ttf?gq7fto') format('truetype'),
    url('fonts/icomoona2f8.woff?gq7fto') format('woff'),
    url('fonts/icomoona2f8.svg?gq7fto#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: "\e91f";
}
.icon-email:before {
  content: "\e920";
}
.icon-telephone:before {
  content: "\e921";
}
.icon-data:before {
  content: "\e900";
}
.icon-magnifying-glass:before {
  content: "\e901";
}
.icon-construction-worker:before {
  content: "\e902";
}
.icon-roof:before {
  content: "\e903";
}
.icon-joist:before {
  content: "\e904";
}
.icon-roof-1:before {
  content: "\e905";
}
.icon-roof-2:before {
  content: "\e906";
}
.icon-shield:before {
  content: "\e907";
}
.icon-mission:before {
  content: "\e908";
}
.icon-tick:before {
  content: "\e909";
}
.icon-phone-call:before {
  content: "\e90a";
}
.icon-location:before {
  content: "\e90b";
}
.icon-message:before {
  content: "\e90c";
}
.icon-approved:before {
  content: "\e90d";
}
.icon-labour-day:before {
  content: "\e90e";
}
.icon-asbestos:before {
  content: "\e90f";
}
.icon-tick-1:before {
  content: "\e910";
}
.icon-award:before {
  content: "\e911";
}
.icon-roof-3:before {
  content: "\e912";
}
.icon-construction-worker-1:before {
  content: "\e913";
}
.icon-support:before {
  content: "\e914";
}
.icon-analysis:before {
  content: "\e915";
}
.icon-asbestos-1:before {
  content: "\e916";
}
.icon-roof-4:before {
  content: "\e917";
}
.icon-right-arrow:before {
  content: "\e918";
}
.icon-left-arrow:before {
  content: "\e919";
}
.icon-top-arrow:before {
  content: "\e91a";
}
.icon-bottom-arrow:before {
  content: "\e91b";
}
.icon-roof-5:before {
  content: "\e91c";
}
.icon-confirmation:before {
  content: "\e91d";
}
.icon-online-registration:before {
  content: "\e91e";
}

div#logo-ft {
    background: white;
    width: 280px;
    border-radius: 10px;
}
.whatsapp-float {
    z-index: 1000;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: auto;
    padding: 0 !important;
    border-radius: 100%;
}
::-webkit-scrollbar-thumb {
    background: #FFCC33;
    border-radius: 10px;
    border: solid 0.5px white;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
}

img.newdd {
    border-style: dotted;
     border-width: 2px; 
    /* border: 1px solid; */
	animation: borderFlow 6s linear infinite;
}
@keyframes borderFlow {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

.mrs{
    text-align: center;
    background: #FFCC33;
    font-weight: 500;
    color: white;
    padding: 12px 20px;
    margin-top: 10px;
}
ul.border-top-2px li ul.sub-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    border: 1px solid #ccc;
}

ul.border-top-2px li:hover ul.sub-dropdown {
    display: block;
}


/* 
.header .menu .sub-menu-right {
    left: 100%;
    top: -15px;
}
.header .menu .sub-menu {
    position: absolute;
    top: 100%;
    width: 250px;
    padding: 15px 0;
    background-color: white;
    box-shadow: 0 0 5px #00000063;
    z-index: 1;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
}
.header .menu ul {
    list-style: none;
    font-weight: 300;
    margin-right: auto;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-right: 15px;
}
.scroll-li {
    overflow-y: scroll;
    height: 223px;
    overflow-x: hidden;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
} */



