﻿@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot');
  src:  url('fonts/icomoon.eot') format('embedded-opentype'),
    url('fonts/icomoon.ttf') format('truetype'),
    url('fonts/icomoon.woff') format('woff'),
    url('fonts/icomoon.svg') 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-image-gallery1:before {
  content: "\e927";
}
.icon-magnifying-glass:before {
  content: "\e926";
}
.icon-phone-call:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e901";
}
.icon-wallpaper:before {
  content: "\e902";
}
.icon-high-quality:before {
  content: "\e903";
}
.icon-wallpaper-1:before {
  content: "\e904";
}
.icon-mind:before {
  content: "\e905";
}
.icon-wallpaper-2:before {
  content: "\e906";
}
.icon-best-price:before {
  content: "\e907";
}
.icon-wallpaper-3:before {
  content: "\e908";
}
.icon-paint:before {
  content: "\e909";
}
.icon-wallpaper-4:before {
  content: "\e90a";
}
.icon-image-gallery:before {
  content: "\e90b";
}
.icon-wallpaper-5:before {
  content: "\e90c";
}
.icon-quotation:before {
  content: "\e90d";
}
.icon-like:before {
  content: "\e90e";
}
.icon-bathroom:before {
  content: "\e90f";
}
.icon-expert:before {
  content: "\e910";
}
.icon-list:before {
  content: "\e911";
}
.icon-experts:before {
  content: "\e912";
}
.icon-wallpaper-6:before {
  content: "\e913";
}
.icon-email:before {
  content: "\e914";
}
.icon-pin:before {
  content: "\e915";
}
.icon-checked:before {
  content: "\e916";
}
.icon-house:before {
  content: "\e917";
}
.icon-handshake:before {
  content: "\e918";
}
.icon-apartment:before {
  content: "\e919";
}
.icon-good-review:before {
  content: "\e91a";
}
.icon-award:before {
  content: "\e91b";
}
.icon-paint-palette:before {
  content: "\e91c";
}
.icon-confirmation:before {
  content: "\e91d";
}
.icon-plus-symbol:before {
  content: "\e91e";
}
.icon-furnitures:before {
  content: "\e91f";
}
.icon-wallpaper-7:before {
  content: "\e920";
}
.icon-terrace:before {
  content: "\e921";
}
.icon-long-paper-roll:before {
  content: "\e922";
}
.icon-wallpaper-8:before {
  content: "\e923";
}
.icon-message:before {
  content: "\e924";
}
.icon-programmer:before {
  content: "\e925";
}


.floating_btn1 {
  position: fixed;
  bottom: 165px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon1 {
  background-color: #d42c20;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #bc4640;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon1 {
  margin-top: 8px;
  color: #000000;
  font-size: 13px;
}


.floating_btn {
  position: fixed;
  bottom: 85px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #2cd478;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #000000;
  font-size: 13px;
}


