@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 8, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 21, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-2x {
  font-size: 2em;
}

/* line 24, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-3x {
  font-size: 3em;
}

/* line 27, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-4x {
  font-size: 4em;
}

/* line 30, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-5x {
  font-size: 5em;
}

/* line 33, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 37, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 42, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-ul > li {
  position: relative;
}

/* line 45, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 52, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}

/* line 55, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}

/* line 60, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}

/* line 65, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}

/* line 69, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}

/* line 73, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}

/* line 77, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

/* line 121, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 131, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 136, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 141, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 146, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 154, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 161, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-stack-1x {
  line-height: inherit;
}

/* line 164, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-stack-2x {
  font-size: 2em;
}

/* line 167, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hc-inverse {
  color: #ffffff;
}

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 172, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-3d-rotation:before {
  content: '\f101';
}

/* line 175, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airplane-off:before {
  content: '\f102';
}

/* line 178, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airplane:before {
  content: '\f103';
}

/* line 181, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-album:before {
  content: '\f104';
}

/* line 184, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-archive:before {
  content: '\f105';
}

/* line 187, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-account:before {
  content: '\f106';
}

/* line 190, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-alert:before {
  content: '\f107';
}

/* line 193, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-check:before {
  content: '\f108';
}

/* line 196, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-o:before {
  content: '\f109';
}

/* line 199, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-return:before {
  content: '\f10a';
}

/* line 202, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-returned:before {
  content: '\f10b';
}

/* line 205, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment:before {
  content: '\f10c';
}

/* line 208, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-attachment-alt:before {
  content: '\f10d';
}

/* line 211, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-attachment:before {
  content: '\f10e';
}

/* line 214, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-audio:before {
  content: '\f10f';
}

/* line 217, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-badge-check:before {
  content: '\f110';
}

/* line 220, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-balance-wallet:before {
  content: '\f111';
}

/* line 223, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-balance:before {
  content: '\f112';
}

/* line 226, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery-alert:before {
  content: '\f113';
}

/* line 229, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery-flash:before {
  content: '\f114';
}

/* line 232, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery-unknown:before {
  content: '\f115';
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery:before {
  content: '\f116';
}

/* line 238, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bike:before {
  content: '\f117';
}

/* line 241, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-block-alt:before {
  content: '\f118';
}

/* line 244, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-block:before {
  content: '\f119';
}

/* line 247, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-boat:before {
  content: '\f11a';
}

/* line 250, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-book-image:before {
  content: '\f11b';
}

/* line 253, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-book:before {
  content: '\f11c';
}

/* line 256, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bookmark-outline:before {
  content: '\f11d';
}

/* line 259, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bookmark:before {
  content: '\f11e';
}

/* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brush:before {
  content: '\f11f';
}

/* line 265, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bug:before {
  content: '\f120';
}

/* line 268, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bus:before {
  content: '\f121';
}

/* line 271, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cake:before {
  content: '\f122';
}

/* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-car-taxi:before {
  content: '\f123';
}

/* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-car-wash:before {
  content: '\f124';
}

/* line 280, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-car:before {
  content: '\f125';
}

/* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-giftcard:before {
  content: '\f126';
}

/* line 286, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-membership:before {
  content: '\f127';
}

/* line 289, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-travel:before {
  content: '\f128';
}

/* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card:before {
  content: '\f129';
}

/* line 295, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-case-check:before {
  content: '\f12a';
}

/* line 298, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-case-download:before {
  content: '\f12b';
}

/* line 301, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-case-play:before {
  content: '\f12c';
}

/* line 304, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-case:before {
  content: '\f12d';
}

/* line 307, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cast-connected:before {
  content: '\f12e';
}

/* line 310, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cast:before {
  content: '\f12f';
}

/* line 313, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chart-donut:before {
  content: '\f130';
}

/* line 316, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chart:before {
  content: '\f131';
}

/* line 319, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-city-alt:before {
  content: '\f132';
}

/* line 322, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-city:before {
  content: '\f133';
}

/* line 325, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-close-circle-o:before {
  content: '\f134';
}

/* line 328, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-close-circle:before {
  content: '\f135';
}

/* line 331, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-close:before {
  content: '\f136';
}

/* line 334, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cocktail:before {
  content: '\f137';
}

/* line 337, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-code-setting:before {
  content: '\f138';
}

/* line 340, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-code-smartphone:before {
  content: '\f139';
}

/* line 343, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-code:before {
  content: '\f13a';
}

/* line 346, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-coffee:before {
  content: '\f13b';
}

/* line 349, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-bookmark:before {
  content: '\f13c';
}

/* line 352, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-case-play:before {
  content: '\f13d';
}

/* line 355, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-folder-image:before {
  content: '\f13e';
}

/* line 358, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-image-o:before {
  content: '\f13f';
}

/* line 361, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-image:before {
  content: '\f140';
}

/* line 364, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-1:before {
  content: '\f141';
}

/* line 367, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-2:before {
  content: '\f142';
}

/* line 370, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-3:before {
  content: '\f143';
}

/* line 373, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-4:before {
  content: '\f144';
}

/* line 376, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-5:before {
  content: '\f145';
}

/* line 379, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-6:before {
  content: '\f146';
}

/* line 382, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-7:before {
  content: '\f147';
}

/* line 385, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-8:before {
  content: '\f148';
}

/* line 388, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

/* line 391, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-9:before {
  content: '\f14a';
}

/* line 394, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item:before {
  content: '\f14b';
}

/* line 397, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-music:before {
  content: '\f14c';
}

/* line 400, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-pdf:before {
  content: '\f14d';
}

/* line 403, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-plus:before {
  content: '\f14e';
}

/* line 406, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-speaker:before {
  content: '\f14f';
}

/* line 409, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-text:before {
  content: '\f150';
}

/* line 412, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-video:before {
  content: '\f151';
}

/* line 415, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-compass:before {
  content: '\f152';
}

/* line 418, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cutlery:before {
  content: '\f153';
}

/* line 421, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-delete:before {
  content: '\f154';
}

/* line 424, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dialpad:before {
  content: '\f155';
}

/* line 427, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dns:before {
  content: '\f156';
}

/* line 430, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-drink:before {
  content: '\f157';
}

/* line 433, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-edit:before {
  content: '\f158';
}

/* line 436, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-email-open:before {
  content: '\f159';
}

/* line 439, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-email:before {
  content: '\f15a';
}

/* line 442, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eye-off:before {
  content: '\f15b';
}

/* line 445, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eye:before {
  content: '\f15c';
}

/* line 448, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eyedropper:before {
  content: '\f15d';
}

/* line 451, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-favorite-outline:before {
  content: '\f15e';
}

/* line 454, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-favorite:before {
  content: '\f15f';
}

/* line 457, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-list:before {
  content: '\f160';
}

/* line 460, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fire:before {
  content: '\f161';
}

/* line 463, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flag:before {
  content: '\f162';
}

/* line 466, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flare:before {
  content: '\f163';
}

/* line 469, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flash-auto:before {
  content: '\f164';
}

/* line 472, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flash-off:before {
  content: '\f165';
}

/* line 475, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flash:before {
  content: '\f166';
}

/* line 478, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flip:before {
  content: '\f167';
}

/* line 481, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flower-alt:before {
  content: '\f168';
}

/* line 484, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flower:before {
  content: '\f169';
}

/* line 487, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-font:before {
  content: '\f16a';
}

/* line 490, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

/* line 493, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

/* line 496, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fullscreen:before {
  content: '\f16d';
}

/* line 499, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-functions:before {
  content: '\f16e';
}

/* line 502, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gas-station:before {
  content: '\f16f';
}

/* line 505, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gesture:before {
  content: '\f170';
}

/* line 508, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-globe-alt:before {
  content: '\f171';
}

/* line 511, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-globe-lock:before {
  content: '\f172';
}

/* line 514, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-globe:before {
  content: '\f173';
}

/* line 517, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-graduation-cap:before {
  content: '\f174';
}

/* line 520, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-home:before {
  content: '\f175';
}

/* line 523, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hospital-alt:before {
  content: '\f176';
}

/* line 526, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hospital:before {
  content: '\f177';
}

/* line 529, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hotel:before {
  content: '\f178';
}

/* line 532, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hourglass-alt:before {
  content: '\f179';
}

/* line 535, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hourglass-outline:before {
  content: '\f17a';
}

/* line 538, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hourglass:before {
  content: '\f17b';
}

/* line 541, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-http:before {
  content: '\f17c';
}

/* line 544, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-image-alt:before {
  content: '\f17d';
}

/* line 547, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-image-o:before {
  content: '\f17e';
}

/* line 550, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-image:before {
  content: '\f17f';
}

/* line 553, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-inbox:before {
  content: '\f180';
}

/* line 556, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-invert-colors-off:before {
  content: '\f181';
}

/* line 559, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-invert-colors:before {
  content: '\f182';
}

/* line 562, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-key:before {
  content: '\f183';
}

/* line 565, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-label-alt-outline:before {
  content: '\f184';
}

/* line 568, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-label-alt:before {
  content: '\f185';
}

/* line 571, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-label-heart:before {
  content: '\f186';
}

/* line 574, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-label:before {
  content: '\f187';
}

/* line 577, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-labels:before {
  content: '\f188';
}

/* line 580, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lamp:before {
  content: '\f189';
}

/* line 583, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-landscape:before {
  content: '\f18a';
}

/* line 586, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-layers-off:before {
  content: '\f18b';
}

/* line 589, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-layers:before {
  content: '\f18c';
}

/* line 592, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-library:before {
  content: '\f18d';
}

/* line 595, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-link:before {
  content: '\f18e';
}

/* line 598, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lock-open:before {
  content: '\f18f';
}

/* line 601, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lock-outline:before {
  content: '\f190';
}

/* line 604, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lock:before {
  content: '\f191';
}

/* line 607, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mail-reply-all:before {
  content: '\f192';
}

/* line 610, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mail-reply:before {
  content: '\f193';
}

/* line 613, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mail-send:before {
  content: '\f194';
}

/* line 616, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mall:before {
  content: '\f195';
}

/* line 619, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-map:before {
  content: '\f196';
}

/* line 622, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-menu:before {
  content: '\f197';
}

/* line 625, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-money-box:before {
  content: '\f198';
}

/* line 628, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-money-off:before {
  content: '\f199';
}

/* line 631, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-money:before {
  content: '\f19a';
}

/* line 634, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-more-vert:before {
  content: '\f19b';
}

/* line 637, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-more:before {
  content: '\f19c';
}

/* line 640, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-movie-alt:before {
  content: '\f19d';
}

/* line 643, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-movie:before {
  content: '\f19e';
}

/* line 646, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-nature-people:before {
  content: '\f19f';
}

/* line 649, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-nature:before {
  content: '\f1a0';
}

/* line 652, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-navigation:before {
  content: '\f1a1';
}

/* line 655, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-open-in-browser:before {
  content: '\f1a2';
}

/* line 658, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-open-in-new:before {
  content: '\f1a3';
}

/* line 661, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-palette:before {
  content: '\f1a4';
}

/* line 664, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-parking:before {
  content: '\f1a5';
}

/* line 667, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-account:before {
  content: '\f1a6';
}

/* line 670, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-assistant:before {
  content: '\f1a7';
}

/* line 673, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-drop:before {
  content: '\f1a8';
}

/* line 676, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-help:before {
  content: '\f1a9';
}

/* line 679, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-off:before {
  content: '\f1aa';
}

/* line 682, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin:before {
  content: '\f1ab';
}

/* line 685, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pizza:before {
  content: '\f1ac';
}

/* line 688, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plaster:before {
  content: '\f1ad';
}

/* line 691, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-power-setting:before {
  content: '\f1ae';
}

/* line 694, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-power:before {
  content: '\f1af';
}

/* line 697, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-print:before {
  content: '\f1b0';
}

/* line 700, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

/* line 703, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-quote:before {
  content: '\f1b2';
}

/* line 706, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-railway:before {
  content: '\f1b3';
}

/* line 709, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-receipt:before {
  content: '\f1b4';
}

/* line 712, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-alt:before {
  content: '\f1b5';
}

/* line 715, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

/* line 718, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

/* line 721, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-sync:before {
  content: '\f1b8';
}

/* line 724, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh:before {
  content: '\f1b9';
}

/* line 727, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-roller:before {
  content: '\f1ba';
}

/* line 730, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-ruler:before {
  content: '\f1bb';
}

/* line 733, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-scissors:before {
  content: '\f1bc';
}

/* line 736, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

/* line 739, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-screen-rotation:before {
  content: '\f1be';
}

/* line 742, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search-for:before {
  content: '\f1bf';
}

/* line 745, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search-in-file:before {
  content: '\f1c0';
}

/* line 748, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search-in-page:before {
  content: '\f1c1';
}

/* line 751, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search-replace:before {
  content: '\f1c2';
}

/* line 754, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search:before {
  content: '\f1c3';
}

/* line 757, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-seat:before {
  content: '\f1c4';
}

/* line 760, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-settings-square:before {
  content: '\f1c5';
}

/* line 763, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-settings:before {
  content: '\f1c6';
}

/* line 766, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shield-check:before {
  content: '\f1c7';
}

/* line 769, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shield-security:before {
  content: '\f1c8';
}

/* line 772, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shopping-basket:before {
  content: '\f1c9';
}

/* line 775, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

/* line 778, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shopping-cart:before {
  content: '\f1cb';
}

/* line 781, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sign-in:before {
  content: '\f1cc';
}

/* line 784, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

/* line 787, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

/* line 790, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-asc:before {
  content: '\f1cf';
}

/* line 793, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-desc:before {
  content: '\f1d0';
}

/* line 796, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-spellcheck:before {
  content: '\f1d1';
}

/* line 799, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-storage:before {
  content: '\f1d2';
}

/* line 802, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-store-24:before {
  content: '\f1d3';
}

/* line 805, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-store:before {
  content: '\f1d4';
}

/* line 808, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-subway:before {
  content: '\f1d5';
}

/* line 811, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sun:before {
  content: '\f1d6';
}

/* line 814, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tab-unselected:before {
  content: '\f1d7';
}

/* line 817, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tab:before {
  content: '\f1d8';
}

/* line 820, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tag-close:before {
  content: '\f1d9';
}

/* line 823, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tag-more:before {
  content: '\f1da';
}

/* line 826, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tag:before {
  content: '\f1db';
}

/* line 829, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-thumb-down:before {
  content: '\f1dc';
}

/* line 832, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

/* line 835, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-thumb-up:before {
  content: '\f1de';
}

/* line 838, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-ticket-star:before {
  content: '\f1df';
}

/* line 841, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-toll:before {
  content: '\f1e0';
}

/* line 844, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-toys:before {
  content: '\f1e1';
}

/* line 847, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-traffic:before {
  content: '\f1e2';
}

/* line 850, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-translate:before {
  content: '\f1e3';
}

/* line 853, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-triangle-down:before {
  content: '\f1e4';
}

/* line 856, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-triangle-up:before {
  content: '\f1e5';
}

/* line 859, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-truck:before {
  content: '\f1e6';
}

/* line 862, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-turning-sign:before {
  content: '\f1e7';
}

/* line 865, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wallpaper:before {
  content: '\f1e8';
}

/* line 868, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-washing-machine:before {
  content: '\f1e9';
}

/* line 871, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-window-maximize:before {
  content: '\f1ea';
}

/* line 874, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-window-minimize:before {
  content: '\f1eb';
}

/* line 877, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-window-restore:before {
  content: '\f1ec';
}

/* line 880, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wrench:before {
  content: '\f1ed';
}

/* line 883, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-zoom-in:before {
  content: '\f1ee';
}

/* line 886, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-zoom-out:before {
  content: '\f1ef';
}

/* line 889, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

/* line 892, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-circle:before {
  content: '\f1f1';
}

/* line 895, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-octagon:before {
  content: '\f1f2';
}

/* line 898, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-polygon:before {
  content: '\f1f3';
}

/* line 901, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-triangle:before {
  content: '\f1f4';
}

/* line 904, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-help-outline:before {
  content: '\f1f5';
}

/* line 907, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-help:before {
  content: '\f1f6';
}

/* line 910, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-info-outline:before {
  content: '\f1f7';
}

/* line 913, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-info:before {
  content: '\f1f8';
}

/* line 916, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-active:before {
  content: '\f1f9';
}

/* line 919, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-add:before {
  content: '\f1fa';
}

/* line 922, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-none:before {
  content: '\f1fb';
}

/* line 925, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-off:before {
  content: '\f1fc';
}

/* line 928, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-paused:before {
  content: '\f1fd';
}

/* line 931, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications:before {
  content: '\f1fe';
}

/* line 934, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-add:before {
  content: '\f1ff';
}

/* line 937, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-box-mail:before {
  content: '\f200';
}

/* line 940, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-box-o:before {
  content: '\f201';
}

/* line 943, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-box-phone:before {
  content: '\f202';
}

/* line 946, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-box:before {
  content: '\f203';
}

/* line 949, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-calendar:before {
  content: '\f204';
}

/* line 952, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-circle:before {
  content: '\f205';
}

/* line 955, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-o:before {
  content: '\f206';
}

/* line 958, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account:before {
  content: '\f207';
}

/* line 961, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-add:before {
  content: '\f208';
}

/* line 964, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-alt:before {
  content: '\f209';
}

/* line 967, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

/* line 970, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-list:before {
  content: '\f20b';
}

/* line 973, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-outline:before {
  content: '\f20c';
}

/* line 976, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts:before {
  content: '\f20d';
}

/* line 979, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-face:before {
  content: '\f20e';
}

/* line 982, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-female:before {
  content: '\f20f';
}

/* line 985, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-male-alt:before {
  content: '\f210';
}

/* line 988, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-male-female:before {
  content: '\f211';
}

/* line 991, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-male:before {
  content: '\f212';
}

/* line 994, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mood-bad:before {
  content: '\f213';
}

/* line 997, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mood:before {
  content: '\f214';
}

/* line 1000, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-run:before {
  content: '\f215';
}

/* line 1003, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-walk:before {
  content: '\f216';
}

/* line 1006, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-box:before {
  content: '\f217';
}

/* line 1009, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-circle:before {
  content: '\f218';
}

/* line 1012, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-done:before {
  content: '\f219';
}

/* line 1015, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-download:before {
  content: '\f21a';
}

/* line 1018, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-off:before {
  content: '\f21b';
}

/* line 1021, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

/* line 1024, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-outline:before {
  content: '\f21d';
}

/* line 1027, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-upload:before {
  content: '\f21e';
}

/* line 1030, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud:before {
  content: '\f21f';
}

/* line 1033, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-download:before {
  content: '\f220';
}

/* line 1036, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-file-plus:before {
  content: '\f221';
}

/* line 1039, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-file-text:before {
  content: '\f222';
}

/* line 1042, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-file:before {
  content: '\f223';
}

/* line 1045, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-outline:before {
  content: '\f224';
}

/* line 1048, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-person:before {
  content: '\f225';
}

/* line 1051, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-star-alt:before {
  content: '\f226';
}

/* line 1054, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-star:before {
  content: '\f227';
}

/* line 1057, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder:before {
  content: '\f228';
}

/* line 1060, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gif:before {
  content: '\f229';
}

/* line 1063, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-upload:before {
  content: '\f22a';
}

/* line 1066, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-all:before {
  content: '\f22b';
}

/* line 1069, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-bottom:before {
  content: '\f22c';
}

/* line 1072, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-clear:before {
  content: '\f22d';
}

/* line 1075, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-color:before {
  content: '\f22e';
}

/* line 1078, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-horizontal:before {
  content: '\f22f';
}

/* line 1081, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-inner:before {
  content: '\f230';
}

/* line 1084, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-left:before {
  content: '\f231';
}

/* line 1087, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-outer:before {
  content: '\f232';
}

/* line 1090, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-right:before {
  content: '\f233';
}

/* line 1093, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-style:before {
  content: '\f234';
}

/* line 1096, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-top:before {
  content: '\f235';
}

/* line 1099, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-vertical:before {
  content: '\f236';
}

/* line 1102, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-copy:before {
  content: '\f237';
}

/* line 1105, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop:before {
  content: '\f238';
}

/* line 1108, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-align-center:before {
  content: '\f239';
}

/* line 1111, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-align-justify:before {
  content: '\f23a';
}

/* line 1114, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-align-left:before {
  content: '\f23b';
}

/* line 1117, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-align-right:before {
  content: '\f23c';
}

/* line 1120, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-bold:before {
  content: '\f23d';
}

/* line 1123, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-clear-all:before {
  content: '\f23e';
}

/* line 1126, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-clear:before {
  content: '\f23f';
}

/* line 1129, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-color-fill:before {
  content: '\f240';
}

/* line 1132, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-color-reset:before {
  content: '\f241';
}

/* line 1135, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-color-text:before {
  content: '\f242';
}

/* line 1138, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-indent-decrease:before {
  content: '\f243';
}

/* line 1141, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-indent-increase:before {
  content: '\f244';
}

/* line 1144, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-italic:before {
  content: '\f245';
}

/* line 1147, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-line-spacing:before {
  content: '\f246';
}

/* line 1150, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-list-bulleted:before {
  content: '\f247';
}

/* line 1153, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-list-numbered:before {
  content: '\f248';
}

/* line 1156, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-ltr:before {
  content: '\f249';
}

/* line 1159, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-rtl:before {
  content: '\f24a';
}

/* line 1162, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-size:before {
  content: '\f24b';
}

/* line 1165, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

/* line 1168, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-strikethrough:before {
  content: '\f24d';
}

/* line 1171, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-subject:before {
  content: '\f24e';
}

/* line 1174, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-underlined:before {
  content: '\f24f';
}

/* line 1177, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-valign-bottom:before {
  content: '\f250';
}

/* line 1180, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-valign-center:before {
  content: '\f251';
}

/* line 1183, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-valign-top:before {
  content: '\f252';
}

/* line 1186, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-redo:before {
  content: '\f253';
}

/* line 1189, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-select-all:before {
  content: '\f254';
}

/* line 1192, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-space-bar:before {
  content: '\f255';
}

/* line 1195, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-text-format:before {
  content: '\f256';
}

/* line 1198, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-transform:before {
  content: '\f257';
}

/* line 1201, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-undo:before {
  content: '\f258';
}

/* line 1204, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wrap-text:before {
  content: '\f259';
}

/* line 1207, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-alert:before {
  content: '\f25a';
}

/* line 1210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-alt-text:before {
  content: '\f25b';
}

/* line 1213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-alt:before {
  content: '\f25c';
}

/* line 1216, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-edit:before {
  content: '\f25d';
}

/* line 1219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-image:before {
  content: '\f25e';
}

/* line 1222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-list:before {
  content: '\f25f';
}

/* line 1225, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-more:before {
  content: '\f260';
}

/* line 1228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-outline:before {
  content: '\f261';
}

/* line 1231, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-text-alt:before {
  content: '\f262';
}

/* line 1234, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-text:before {
  content: '\f263';
}

/* line 1237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-video:before {
  content: '\f264';
}

/* line 1240, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment:before {
  content: '\f265';
}

/* line 1243, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comments:before {
  content: '\f266';
}

/* line 1246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check-all:before {
  content: '\f267';
}

/* line 1249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check-circle-u:before {
  content: '\f268';
}

/* line 1252, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check-circle:before {
  content: '\f269';
}

/* line 1255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check-square:before {
  content: '\f26a';
}

/* line 1258, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check:before {
  content: '\f26b';
}

/* line 1261, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-circle-o:before {
  content: '\f26c';
}

/* line 1264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-circle:before {
  content: '\f26d';
}

/* line 1267, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

/* line 1270, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dot-circle:before {
  content: '\f26f';
}

/* line 1273, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-minus-circle-outline:before {
  content: '\f270';
}

/* line 1276, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-minus-circle:before {
  content: '\f271';
}

/* line 1279, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-minus-square:before {
  content: '\f272';
}

/* line 1282, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-minus:before {
  content: '\f273';
}

/* line 1285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

/* line 1288, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-circle-o:before {
  content: '\f275';
}

/* line 1291, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-circle:before {
  content: '\f276';
}

/* line 1294, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-square:before {
  content: '\f277';
}

/* line 1297, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus:before {
  content: '\f278';
}

/* line 1300, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-square-o:before {
  content: '\f279';
}

/* line 1303, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star-circle:before {
  content: '\f27a';
}

/* line 1306, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star-half:before {
  content: '\f27b';
}

/* line 1309, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star-outline:before {
  content: '\f27c';
}

/* line 1312, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star:before {
  content: '\f27d';
}

/* line 1315, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

/* line 1318, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth-off:before {
  content: '\f27f';
}

/* line 1321, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth-search:before {
  content: '\f280';
}

/* line 1324, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth-setting:before {
  content: '\f281';
}

/* line 1327, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth:before {
  content: '\f282';
}

/* line 1330, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-add:before {
  content: '\f283';
}

/* line 1333, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-alt:before {
  content: '\f284';
}

/* line 1336, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-bw:before {
  content: '\f285';
}

/* line 1339, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-front:before {
  content: '\f286';
}

/* line 1342, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-mic:before {
  content: '\f287';
}

/* line 1345, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-party-mode:before {
  content: '\f288';
}

/* line 1348, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-rear:before {
  content: '\f289';
}

/* line 1351, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-roll:before {
  content: '\f28a';
}

/* line 1354, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-switch:before {
  content: '\f28b';
}

/* line 1357, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera:before {
  content: '\f28c';
}

/* line 1360, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-alert:before {
  content: '\f28d';
}

/* line 1363, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-off:before {
  content: '\f28e';
}

/* line 1366, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-sd:before {
  content: '\f28f';
}

/* line 1369, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-sim:before {
  content: '\f290';
}

/* line 1372, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-desktop-mac:before {
  content: '\f291';
}

/* line 1375, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-desktop-windows:before {
  content: '\f292';
}

/* line 1378, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-device-hub:before {
  content: '\f293';
}

/* line 1381, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-devices-off:before {
  content: '\f294';
}

/* line 1384, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-devices:before {
  content: '\f295';
}

/* line 1387, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dock:before {
  content: '\f296';
}

/* line 1390, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-floppy:before {
  content: '\f297';
}

/* line 1393, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gamepad:before {
  content: '\f298';
}

/* line 1396, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gps-dot:before {
  content: '\f299';
}

/* line 1399, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gps-off:before {
  content: '\f29a';
}

/* line 1402, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gps:before {
  content: '\f29b';
}

/* line 1405, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-headset-mic:before {
  content: '\f29c';
}

/* line 1408, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-headset:before {
  content: '\f29d';
}

/* line 1411, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-antenna:before {
  content: '\f29e';
}

/* line 1414, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-composite:before {
  content: '\f29f';
}

/* line 1417, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-hdmi:before {
  content: '\f2a0';
}

/* line 1420, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-power:before {
  content: '\f2a1';
}

/* line 1423, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-svideo:before {
  content: '\f2a2';
}

/* line 1426, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

/* line 1429, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-keyboard:before {
  content: '\f2a4';
}

/* line 1432, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

/* line 1435, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-laptop-mac:before {
  content: '\f2a6';
}

/* line 1438, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-laptop:before {
  content: '\f2a7';
}

/* line 1441, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mic-off:before {
  content: '\f2a8';
}

/* line 1444, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mic-outline:before {
  content: '\f2a9';
}

/* line 1447, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mic-setting:before {
  content: '\f2aa';
}

/* line 1450, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mic:before {
  content: '\f2ab';
}

/* line 1453, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mouse:before {
  content: '\f2ac';
}

/* line 1456, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-alert:before {
  content: '\f2ad';
}

/* line 1459, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-locked:before {
  content: '\f2ae';
}

/* line 1462, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-off:before {
  content: '\f2af';
}

/* line 1465, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-outline:before {
  content: '\f2b0';
}

/* line 1468, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-setting:before {
  content: '\f2b1';
}

/* line 1471, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network:before {
  content: '\f2b2';
}

/* line 1474, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

/* line 1477, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-end:before {
  content: '\f2b4';
}

/* line 1480, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

/* line 1483, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

/* line 1486, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-locked:before {
  content: '\f2b7';
}

/* line 1489, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-missed:before {
  content: '\f2b8';
}

/* line 1492, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-msg:before {
  content: '\f2b9';
}

/* line 1495, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-paused:before {
  content: '\f2ba';
}

/* line 1498, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-ring:before {
  content: '\f2bb';
}

/* line 1501, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-setting:before {
  content: '\f2bc';
}

/* line 1504, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-sip:before {
  content: '\f2bd';
}

/* line 1507, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone:before {
  content: '\f2be';
}

/* line 1510, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

/* line 1513, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

/* line 1516, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-portable-wifi:before {
  content: '\f2c1';
}

/* line 1519, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-radio:before {
  content: '\f2c2';
}

/* line 1522, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-reader:before {
  content: '\f2c3';
}

/* line 1525, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

/* line 1528, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-remote-control:before {
  content: '\f2c5';
}

/* line 1531, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-router:before {
  content: '\f2c6';
}

/* line 1534, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-scanner:before {
  content: '\f2c7';
}

/* line 1537, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-android:before {
  content: '\f2c8';
}

/* line 1540, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-download:before {
  content: '\f2c9';
}

/* line 1543, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

/* line 1546, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-info:before {
  content: '\f2cb';
}

/* line 1549, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

/* line 1552, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

/* line 1555, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

/* line 1558, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

/* line 1561, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

/* line 1564, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

/* line 1567, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

/* line 1570, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

/* line 1573, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone:before {
  content: '\f2d4';
}

/* line 1576, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-speaker:before {
  content: '\f2d5';
}

/* line 1579, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tablet-android:before {
  content: '\f2d6';
}

/* line 1582, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tablet-mac:before {
  content: '\f2d7';
}

/* line 1585, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tablet:before {
  content: '\f2d8';
}

/* line 1588, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

/* line 1591, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tv-list:before {
  content: '\f2da';
}

/* line 1594, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tv-play:before {
  content: '\f2db';
}

/* line 1597, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tv:before {
  content: '\f2dc';
}

/* line 1600, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-usb:before {
  content: '\f2dd';
}

/* line 1603, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-videocam-off:before {
  content: '\f2de';
}

/* line 1606, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-videocam-switch:before {
  content: '\f2df';
}

/* line 1609, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-videocam:before {
  content: '\f2e0';
}

/* line 1612, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-watch:before {
  content: '\f2e1';
}

/* line 1615, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

/* line 1618, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-alt:before {
  content: '\f2e3';
}

/* line 1621, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-info:before {
  content: '\f2e4';
}

/* line 1624, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-lock:before {
  content: '\f2e5';
}

/* line 1627, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-off:before {
  content: '\f2e6';
}

/* line 1630, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-outline:before {
  content: '\f2e7';
}

/* line 1633, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi:before {
  content: '\f2e8';
}

/* line 1636, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

/* line 1639, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-left:before {
  content: '\f2ea';
}

/* line 1642, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-merge:before {
  content: '\f2eb';
}

/* line 1645, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-missed:before {
  content: '\f2ec';
}

/* line 1648, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

/* line 1651, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-right:before {
  content: '\f2ee';
}

/* line 1654, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-split:before {
  content: '\f2ef';
}

/* line 1657, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrows:before {
  content: '\f2f0';
}

/* line 1660, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

/* line 1663, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-down:before {
  content: '\f2f2';
}

/* line 1666, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

/* line 1669, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-left:before {
  content: '\f2f4';
}

/* line 1672, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

/* line 1675, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-right:before {
  content: '\f2f6';
}

/* line 1678, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

/* line 1681, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-up:before {
  content: '\f2f8';
}

/* line 1684, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chevron-down:before {
  content: '\f2f9';
}

/* line 1687, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chevron-left:before {
  content: '\f2fa';
}

/* line 1690, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chevron-right:before {
  content: '\f2fb';
}

/* line 1693, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chevron-up:before {
  content: '\f2fc';
}

/* line 1696, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-forward:before {
  content: '\f2fd';
}

/* line 1699, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

/* line 1702, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

/* line 1705, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-return:before {
  content: '\f300';
}

/* line 1708, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-right:before {
  content: '\f301';
}

/* line 1711, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-tab:before {
  content: '\f302';
}

/* line 1714, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-up:before {
  content: '\f303';
}

/* line 1717, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-ccw:before {
  content: '\f304';
}

/* line 1720, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-cw:before {
  content: '\f305';
}

/* line 1723, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-left:before {
  content: '\f306';
}

/* line 1726, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-right:before {
  content: '\f307';
}

/* line 1729, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-square-down:before {
  content: '\f308';
}

/* line 1732, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-square-right:before {
  content: '\f309';
}

/* line 1735, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap-alt:before {
  content: '\f30a';
}

/* line 1738, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

/* line 1741, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap-vertical:before {
  content: '\f30c';
}

/* line 1744, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap:before {
  content: '\f30d';
}

/* line 1747, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-trending-down:before {
  content: '\f30e';
}

/* line 1750, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-trending-flat:before {
  content: '\f30f';
}

/* line 1753, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-trending-up:before {
  content: '\f310';
}

/* line 1756, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-unfold-less:before {
  content: '\f311';
}

/* line 1759, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-unfold-more:before {
  content: '\f312';
}

/* line 1762, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-apps:before {
  content: '\f313';
}

/* line 1765, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-grid-off:before {
  content: '\f314';
}

/* line 1768, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-grid:before {
  content: '\f315';
}

/* line 1771, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-agenda:before {
  content: '\f316';
}

/* line 1774, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-array:before {
  content: '\f317';
}

/* line 1777, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-carousel:before {
  content: '\f318';
}

/* line 1780, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-column:before {
  content: '\f319';
}

/* line 1783, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-comfy:before {
  content: '\f31a';
}

/* line 1786, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-compact:before {
  content: '\f31b';
}

/* line 1789, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-dashboard:before {
  content: '\f31c';
}

/* line 1792, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-day:before {
  content: '\f31d';
}

/* line 1795, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-headline:before {
  content: '\f31e';
}

/* line 1798, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-list-alt:before {
  content: '\f31f';
}

/* line 1801, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-list:before {
  content: '\f320';
}

/* line 1804, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-module:before {
  content: '\f321';
}

/* line 1807, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-quilt:before {
  content: '\f322';
}

/* line 1810, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-stream:before {
  content: '\f323';
}

/* line 1813, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-subtitles:before {
  content: '\f324';
}

/* line 1816, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-toc:before {
  content: '\f325';
}

/* line 1819, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-web:before {
  content: '\f326';
}

/* line 1822, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-week:before {
  content: '\f327';
}

/* line 1825, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-widgets:before {
  content: '\f328';
}

/* line 1828, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-check:before {
  content: '\f329';
}

/* line 1831, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-off:before {
  content: '\f32a';
}

/* line 1834, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-plus:before {
  content: '\f32b';
}

/* line 1837, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-snooze:before {
  content: '\f32c';
}

/* line 1840, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm:before {
  content: '\f32d';
}

/* line 1843, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-alt:before {
  content: '\f32e';
}

/* line 1846, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-check:before {
  content: '\f32f';
}

/* line 1849, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-close:before {
  content: '\f330';
}

/* line 1852, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-note:before {
  content: '\f331';
}

/* line 1855, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar:before {
  content: '\f332';
}

/* line 1858, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time-countdown:before {
  content: '\f333';
}

/* line 1861, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time-interval:before {
  content: '\f334';
}

/* line 1864, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time-restore-setting:before {
  content: '\f335';
}

/* line 1867, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time-restore:before {
  content: '\f336';
}

/* line 1870, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time:before {
  content: '\f337';
}

/* line 1873, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-timer-off:before {
  content: '\f338';
}

/* line 1876, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-timer:before {
  content: '\f339';
}

/* line 1879, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-android-alt:before {
  content: '\f33a';
}

/* line 1882, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-android:before {
  content: '\f33b';
}

/* line 1885, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-apple:before {
  content: '\f33c';
}

/* line 1888, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-behance:before {
  content: '\f33d';
}

/* line 1891, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-codepen:before {
  content: '\f33e';
}

/* line 1894, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dribbble:before {
  content: '\f33f';
}

/* line 1897, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dropbox:before {
  content: '\f340';
}

/* line 1900, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-evernote:before {
  content: '\f341';
}

/* line 1903, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-facebook-box:before {
  content: '\f342';
}

/* line 1906, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-facebook:before {
  content: '\f343';
}

/* line 1909, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-github-box:before {
  content: '\f344';
}

/* line 1912, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-github:before {
  content: '\f345';
}

/* line 1915, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-drive:before {
  content: '\f346';
}

/* line 1918, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-earth:before {
  content: '\f347';
}

/* line 1921, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-glass:before {
  content: '\f348';
}

/* line 1924, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-maps:before {
  content: '\f349';
}

/* line 1927, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-pages:before {
  content: '\f34a';
}

/* line 1930, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-play:before {
  content: '\f34b';
}

/* line 1933, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-plus-box:before {
  content: '\f34c';
}

/* line 1936, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-plus:before {
  content: '\f34d';
}

/* line 1939, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google:before {
  content: '\f34e';
}

/* line 1942, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-instagram:before {
  content: '\f34f';
}

/* line 1945, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-css3:before {
  content: '\f350';
}

/* line 1948, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-html5:before {
  content: '\f351';
}

/* line 1951, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-javascript:before {
  content: '\f352';
}

/* line 1954, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-python-alt:before {
  content: '\f353';
}

/* line 1957, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-python:before {
  content: '\f354';
}

/* line 1960, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lastfm:before {
  content: '\f355';
}

/* line 1963, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-linkedin-box:before {
  content: '\f356';
}

/* line 1966, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-paypal:before {
  content: '\f357';
}

/* line 1969, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pinterest-box:before {
  content: '\f358';
}

/* line 1972, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pocket:before {
  content: '\f359';
}

/* line 1975, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-polymer:before {
  content: '\f35a';
}

/* line 1978, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-share:before {
  content: '\f35b';
}

/* line 1981, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-stackoverflow:before {
  content: '\f35c';
}

/* line 1984, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-steam-square:before {
  content: '\f35d';
}

/* line 1987, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-steam:before {
  content: '\f35e';
}

/* line 1990, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-twitter-box:before {
  content: '\f35f';
}

/* line 1993, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-twitter:before {
  content: '\f360';
}

/* line 1996, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-vk:before {
  content: '\f361';
}

/* line 1999, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wikipedia:before {
  content: '\f362';
}

/* line 2002, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-windows:before {
  content: '\f363';
}

/* line 2005, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

/* line 2008, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-aspect-ratio:before {
  content: '\f365';
}

/* line 2011, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blur-circular:before {
  content: '\f366';
}

/* line 2014, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blur-linear:before {
  content: '\f367';
}

/* line 2017, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blur-off:before {
  content: '\f368';
}

/* line 2020, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blur:before {
  content: '\f369';
}

/* line 2023, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-2:before {
  content: '\f36a';
}

/* line 2026, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-3:before {
  content: '\f36b';
}

/* line 2029, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-4:before {
  content: '\f36c';
}

/* line 2032, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-5:before {
  content: '\f36d';
}

/* line 2035, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-6:before {
  content: '\f36e';
}

/* line 2038, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-7:before {
  content: '\f36f';
}

/* line 2041, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-auto:before {
  content: '\f370';
}

/* line 2044, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-setting:before {
  content: '\f371';
}

/* line 2047, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-broken-image:before {
  content: '\f372';
}

/* line 2050, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-center-focus-strong:before {
  content: '\f373';
}

/* line 2053, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-center-focus-weak:before {
  content: '\f374';
}

/* line 2056, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-compare:before {
  content: '\f375';
}

/* line 2059, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-16-9:before {
  content: '\f376';
}

/* line 2062, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-3-2:before {
  content: '\f377';
}

/* line 2065, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-5-4:before {
  content: '\f378';
}

/* line 2068, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-7-5:before {
  content: '\f379';
}

/* line 2071, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-din:before {
  content: '\f37a';
}

/* line 2074, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-free:before {
  content: '\f37b';
}

/* line 2077, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-landscape:before {
  content: '\f37c';
}

/* line 2080, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-portrait:before {
  content: '\f37d';
}

/* line 2083, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-square:before {
  content: '\f37e';
}

/* line 2086, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-exposure-alt:before {
  content: '\f37f';
}

/* line 2089, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-exposure:before {
  content: '\f380';
}

/* line 2092, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-b-and-w:before {
  content: '\f381';
}

/* line 2095, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-center-focus:before {
  content: '\f382';
}

/* line 2098, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-frames:before {
  content: '\f383';
}

/* line 2101, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

/* line 2104, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gradient:before {
  content: '\f385';
}

/* line 2107, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-grain:before {
  content: '\f386';
}

/* line 2110, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-graphic-eq:before {
  content: '\f387';
}

/* line 2113, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hdr-off:before {
  content: '\f388';
}

/* line 2116, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hdr-strong:before {
  content: '\f389';
}

/* line 2119, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hdr-weak:before {
  content: '\f38a';
}

/* line 2122, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hdr:before {
  content: '\f38b';
}

/* line 2125, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-iridescent:before {
  content: '\f38c';
}

/* line 2128, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-leak-off:before {
  content: '\f38d';
}

/* line 2131, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-leak:before {
  content: '\f38e';
}

/* line 2134, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-looks:before {
  content: '\f38f';
}

/* line 2137, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-loupe:before {
  content: '\f390';
}

/* line 2140, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-panorama-horizontal:before {
  content: '\f391';
}

/* line 2143, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-panorama-vertical:before {
  content: '\f392';
}

/* line 2146, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

/* line 2149, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-photo-size-select-large:before {
  content: '\f394';
}

/* line 2152, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-photo-size-select-small:before {
  content: '\f395';
}

/* line 2155, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-picture-in-picture:before {
  content: '\f396';
}

/* line 2158, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-slideshow:before {
  content: '\f397';
}

/* line 2161, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-texture:before {
  content: '\f398';
}

/* line 2164, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tonality:before {
  content: '\f399';
}

/* line 2167, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-vignette:before {
  content: '\f39a';
}

/* line 2170, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wb-auto:before {
  content: '\f39b';
}

/* line 2173, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eject-alt:before {
  content: '\f39c';
}

/* line 2176, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eject:before {
  content: '\f39d';
}

/* line 2179, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-equalizer:before {
  content: '\f39e';
}

/* line 2182, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fast-forward:before {
  content: '\f39f';
}

/* line 2185, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fast-rewind:before {
  content: '\f3a0';
}

/* line 2188, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-forward-10:before {
  content: '\f3a1';
}

/* line 2191, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-forward-30:before {
  content: '\f3a2';
}

/* line 2194, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-forward-5:before {
  content: '\f3a3';
}

/* line 2197, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hearing:before {
  content: '\f3a4';
}

/* line 2200, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

/* line 2203, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pause-circle:before {
  content: '\f3a6';
}

/* line 2206, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pause:before {
  content: '\f3a7';
}

/* line 2209, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

/* line 2212, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-play-circle:before {
  content: '\f3a9';
}

/* line 2215, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-play:before {
  content: '\f3aa';
}

/* line 2218, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-playlist-audio:before {
  content: '\f3ab';
}

/* line 2221, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-playlist-plus:before {
  content: '\f3ac';
}

/* line 2224, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-repeat-one:before {
  content: '\f3ad';
}

/* line 2227, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-repeat:before {
  content: '\f3ae';
}

/* line 2230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-replay-10:before {
  content: '\f3af';
}

/* line 2233, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-replay-30:before {
  content: '\f3b0';
}

/* line 2236, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-replay-5:before {
  content: '\f3b1';
}

/* line 2239, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-replay:before {
  content: '\f3b2';
}

/* line 2242, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shuffle:before {
  content: '\f3b3';
}

/* line 2245, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-skip-next:before {
  content: '\f3b4';
}

/* line 2248, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-skip-previous:before {
  content: '\f3b5';
}

/* line 2251, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-stop:before {
  content: '\f3b6';
}

/* line 2254, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-surround-sound:before {
  content: '\f3b7';
}

/* line 2257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tune:before {
  content: '\f3b8';
}

/* line 2260, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-volume-down:before {
  content: '\f3b9';
}

/* line 2263, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-volume-mute:before {
  content: '\f3ba';
}

/* line 2266, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-volume-off:before {
  content: '\f3bb';
}

/* line 2269, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-volume-up:before {
  content: '\f3bc';
}

/* line 2272, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-1-square:before {
  content: '\f3bd';
}

/* line 2275, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-2-square:before {
  content: '\f3be';
}

/* line 2278, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-3-square:before {
  content: '\f3bf';
}

/* line 2281, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-4-square:before {
  content: '\f3c0';
}

/* line 2284, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-5-square:before {
  content: '\f3c1';
}

/* line 2287, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-6-square:before {
  content: '\f3c2';
}

/* line 2290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-neg-1:before {
  content: '\f3c3';
}

/* line 2293, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-neg-2:before {
  content: '\f3c4';
}

/* line 2296, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-1:before {
  content: '\f3c5';
}

/* line 2299, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-2:before {
  content: '\f3c6';
}

/* line 2302, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sec-10:before {
  content: '\f3c7';
}

/* line 2305, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sec-3:before {
  content: '\f3c8';
}

/* line 2308, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-zero:before {
  content: '\f3c9';
}

/* line 2311, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

/* line 2314, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

/* line 2317, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

/* line 2320, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

/* line 2323, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

/* line 2326, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

/* line 2329, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

/* line 2332, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

/* line 2335, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airplay:before {
  content: '\f3d2';
}

/* line 2338, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-closed-caption:before {
  content: '\f3d3';
}

/* line 2341, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-confirmation-number:before {
  content: '\f3d4';
}

/* line 2344, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-developer-board:before {
  content: '\f3d5';
}

/* line 2347, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-disc-full:before {
  content: '\f3d6';
}

/* line 2350, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-explicit:before {
  content: '\f3d7';
}

/* line 2353, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flight-land:before {
  content: '\f3d8';
}

/* line 2356, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

/* line 2359, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flip-to-back:before {
  content: '\f3da';
}

/* line 2362, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flip-to-front:before {
  content: '\f3db';
}

/* line 2365, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-group-work:before {
  content: '\f3dc';
}

/* line 2368, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hd:before {
  content: '\f3dd';
}

/* line 2371, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hq:before {
  content: '\f3de';
}

/* line 2374, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

/* line 2377, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-memory:before {
  content: '\f3e0';
}

/* line 2380, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-nfc:before {
  content: '\f3e1';
}

/* line 2383, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-play-for-work:before {
  content: '\f3e2';
}

/* line 2386, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-power-input:before {
  content: '\f3e3';
}

/* line 2389, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-present-to-all:before {
  content: '\f3e4';
}

/* line 2392, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-satellite:before {
  content: '\f3e5';
}

/* line 2395, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tap-and-play:before {
  content: '\f3e6';
}

/* line 2398, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-vibration:before {
  content: '\f3e7';
}

/* line 2401, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-voicemail:before {
  content: '\f3e8';
}

/* line 2404, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-group:before {
  content: '\f3e9';
}

/* line 2407, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rss:before {
  content: '\f3ea';
}

/* line 2410, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shape:before {
  content: '\f3eb';
}

/* line 2413, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-spinner:before {
  content: '\f3ec';
}

/* line 2416, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-ungroup:before {
  content: '\f3ed';
}

/* line 2419, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-500px:before {
  content: '\f3ee';
}

/* line 2422, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-8tracks:before {
  content: '\f3ef';
}

/* line 2425, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-amazon:before {
  content: '\f3f0';
}

/* line 2428, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blogger:before {
  content: '\f3f1';
}

/* line 2431, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-delicious:before {
  content: '\f3f2';
}

/* line 2434, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-disqus:before {
  content: '\f3f3';
}

/* line 2437, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flattr:before {
  content: '\f3f4';
}

/* line 2440, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flickr:before {
  content: '\f3f5';
}

/* line 2443, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-github-alt:before {
  content: '\f3f6';
}

/* line 2446, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-old:before {
  content: '\f3f7';
}

/* line 2449, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-linkedin:before {
  content: '\f3f8';
}

/* line 2452, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

/* line 2455, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-outlook:before {
  content: '\f3fa';
}

/* line 2458, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-paypal-alt:before {
  content: '\f3fb';
}

/* line 2461, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pinterest:before {
  content: '\f3fc';
}

/* line 2464, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-playstation:before {
  content: '\f3fd';
}

/* line 2467, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-reddit:before {
  content: '\f3fe';
}

/* line 2470, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-skype:before {
  content: '\f3ff';
}

/* line 2473, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-slideshare:before {
  content: '\f400';
}

/* line 2476, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-soundcloud:before {
  content: '\f401';
}

/* line 2479, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tumblr:before {
  content: '\f402';
}

/* line 2482, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-twitch:before {
  content: '\f403';
}

/* line 2485, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-vimeo:before {
  content: '\f404';
}

/* line 2488, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-whatsapp:before {
  content: '\f405';
}

/* line 2491, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-xbox:before {
  content: '\f406';
}

/* line 2494, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-yahoo:before {
  content: '\f407';
}

/* line 2497, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-youtube-play:before {
  content: '\f408';
}

/* line 2500, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-youtube:before {
  content: '\f409';
}

/* line 2503, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-3d-rotation:before {
  content: '\f101';
}

/* line 2506, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airplane-off:before {
  content: '\f102';
}

/* line 2509, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airplane:before {
  content: '\f103';
}

/* line 2512, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-album:before {
  content: '\f104';
}

/* line 2515, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-archive:before {
  content: '\f105';
}

/* line 2518, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-account:before {
  content: '\f106';
}

/* line 2521, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-alert:before {
  content: '\f107';
}

/* line 2524, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-check:before {
  content: '\f108';
}

/* line 2527, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-o:before {
  content: '\f109';
}

/* line 2530, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-return:before {
  content: '\f10a';
}

/* line 2533, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment-returned:before {
  content: '\f10b';
}

/* line 2536, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-assignment:before {
  content: '\f10c';
}

/* line 2539, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-attachment-alt:before {
  content: '\f10d';
}

/* line 2542, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-attachment:before {
  content: '\f10e';
}

/* line 2545, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-audio:before {
  content: '\f10f';
}

/* line 2548, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-badge-check:before {
  content: '\f110';
}

/* line 2551, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-balance-wallet:before {
  content: '\f111';
}

/* line 2554, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-balance:before {
  content: '\f112';
}

/* line 2557, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery-alert:before {
  content: '\f113';
}

/* line 2560, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery-flash:before {
  content: '\f114';
}

/* line 2563, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery-unknown:before {
  content: '\f115';
}

/* line 2566, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery:before {
  content: '\f116';
}

/* line 2569, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bike:before {
  content: '\f117';
}

/* line 2572, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-block-alt:before {
  content: '\f118';
}

/* line 2575, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-block:before {
  content: '\f119';
}

/* line 2578, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-boat:before {
  content: '\f11a';
}

/* line 2581, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-book-image:before {
  content: '\f11b';
}

/* line 2584, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-book:before {
  content: '\f11c';
}

/* line 2587, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bookmark-outline:before {
  content: '\f11d';
}

/* line 2590, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bookmark:before {
  content: '\f11e';
}

/* line 2593, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brush:before {
  content: '\f11f';
}

/* line 2596, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bug:before {
  content: '\f120';
}

/* line 2599, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bus:before {
  content: '\f121';
}

/* line 2602, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cake:before {
  content: '\f122';
}

/* line 2605, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-car-taxi:before {
  content: '\f123';
}

/* line 2608, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-car-wash:before {
  content: '\f124';
}

/* line 2611, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-car:before {
  content: '\f125';
}

/* line 2614, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-giftcard:before {
  content: '\f126';
}

/* line 2617, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-membership:before {
  content: '\f127';
}

/* line 2620, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-travel:before {
  content: '\f128';
}

/* line 2623, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card:before {
  content: '\f129';
}

/* line 2626, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-case-check:before {
  content: '\f12a';
}

/* line 2629, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-case-download:before {
  content: '\f12b';
}

/* line 2632, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-case-play:before {
  content: '\f12c';
}

/* line 2635, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-case:before {
  content: '\f12d';
}

/* line 2638, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cast-connected:before {
  content: '\f12e';
}

/* line 2641, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cast:before {
  content: '\f12f';
}

/* line 2644, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chart-donut:before {
  content: '\f130';
}

/* line 2647, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chart:before {
  content: '\f131';
}

/* line 2650, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-city-alt:before {
  content: '\f132';
}

/* line 2653, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-city:before {
  content: '\f133';
}

/* line 2656, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-close-circle-o:before {
  content: '\f134';
}

/* line 2659, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-close-circle:before {
  content: '\f135';
}

/* line 2662, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-close:before {
  content: '\f136';
}

/* line 2665, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cocktail:before {
  content: '\f137';
}

/* line 2668, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-code-setting:before {
  content: '\f138';
}

/* line 2671, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-code-smartphone:before {
  content: '\f139';
}

/* line 2674, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-code:before {
  content: '\f13a';
}

/* line 2677, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-coffee:before {
  content: '\f13b';
}

/* line 2680, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-bookmark:before {
  content: '\f13c';
}

/* line 2683, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-case-play:before {
  content: '\f13d';
}

/* line 2686, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-folder-image:before {
  content: '\f13e';
}

/* line 2689, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-image-o:before {
  content: '\f13f';
}

/* line 2692, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-image:before {
  content: '\f140';
}

/* line 2695, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-1:before {
  content: '\f141';
}

/* line 2698, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-2:before {
  content: '\f142';
}

/* line 2701, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-3:before {
  content: '\f143';
}

/* line 2704, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-4:before {
  content: '\f144';
}

/* line 2707, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-5:before {
  content: '\f145';
}

/* line 2710, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-6:before {
  content: '\f146';
}

/* line 2713, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-7:before {
  content: '\f147';
}

/* line 2716, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-8:before {
  content: '\f148';
}

/* line 2719, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

/* line 2722, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item-9:before {
  content: '\f14a';
}

/* line 2725, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-item:before {
  content: '\f14b';
}

/* line 2728, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-music:before {
  content: '\f14c';
}

/* line 2731, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-pdf:before {
  content: '\f14d';
}

/* line 2734, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-plus:before {
  content: '\f14e';
}

/* line 2737, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-speaker:before {
  content: '\f14f';
}

/* line 2740, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-text:before {
  content: '\f150';
}

/* line 2743, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-video:before {
  content: '\f151';
}

/* line 2746, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-compass:before {
  content: '\f152';
}

/* line 2749, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cutlery:before {
  content: '\f153';
}

/* line 2752, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-delete:before {
  content: '\f154';
}

/* line 2755, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dialpad:before {
  content: '\f155';
}

/* line 2758, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dns:before {
  content: '\f156';
}

/* line 2761, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-drink:before {
  content: '\f157';
}

/* line 2764, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-edit:before {
  content: '\f158';
}

/* line 2767, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-email-open:before {
  content: '\f159';
}

/* line 2770, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-email:before {
  content: '\f15a';
}

/* line 2773, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eye-off:before {
  content: '\f15b';
}

/* line 2776, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eye:before {
  content: '\f15c';
}

/* line 2779, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eyedropper:before {
  content: '\f15d';
}

/* line 2782, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-favorite-outline:before {
  content: '\f15e';
}

/* line 2785, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-favorite:before {
  content: '\f15f';
}

/* line 2788, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-list:before {
  content: '\f160';
}

/* line 2791, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fire:before {
  content: '\f161';
}

/* line 2794, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flag:before {
  content: '\f162';
}

/* line 2797, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flare:before {
  content: '\f163';
}

/* line 2800, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flash-auto:before {
  content: '\f164';
}

/* line 2803, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flash-off:before {
  content: '\f165';
}

/* line 2806, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flash:before {
  content: '\f166';
}

/* line 2809, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flip:before {
  content: '\f167';
}

/* line 2812, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flower-alt:before {
  content: '\f168';
}

/* line 2815, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flower:before {
  content: '\f169';
}

/* line 2818, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-font:before {
  content: '\f16a';
}

/* line 2821, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

/* line 2824, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

/* line 2827, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fullscreen:before {
  content: '\f16d';
}

/* line 2830, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-functions:before {
  content: '\f16e';
}

/* line 2833, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gas-station:before {
  content: '\f16f';
}

/* line 2836, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gesture:before {
  content: '\f170';
}

/* line 2839, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-globe-alt:before {
  content: '\f171';
}

/* line 2842, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-globe-lock:before {
  content: '\f172';
}

/* line 2845, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-globe:before {
  content: '\f173';
}

/* line 2848, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-graduation-cap:before {
  content: '\f174';
}

/* line 2851, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-home:before {
  content: '\f175';
}

/* line 2854, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hospital-alt:before {
  content: '\f176';
}

/* line 2857, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hospital:before {
  content: '\f177';
}

/* line 2860, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hotel:before {
  content: '\f178';
}

/* line 2863, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hourglass-alt:before {
  content: '\f179';
}

/* line 2866, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hourglass-outline:before {
  content: '\f17a';
}

/* line 2869, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hourglass:before {
  content: '\f17b';
}

/* line 2872, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-http:before {
  content: '\f17c';
}

/* line 2875, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-image-alt:before {
  content: '\f17d';
}

/* line 2878, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-image-o:before {
  content: '\f17e';
}

/* line 2881, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-image:before {
  content: '\f17f';
}

/* line 2884, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-inbox:before {
  content: '\f180';
}

/* line 2887, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-invert-colors-off:before {
  content: '\f181';
}

/* line 2890, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-invert-colors:before {
  content: '\f182';
}

/* line 2893, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-key:before {
  content: '\f183';
}

/* line 2896, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-label-alt-outline:before {
  content: '\f184';
}

/* line 2899, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-label-alt:before {
  content: '\f185';
}

/* line 2902, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-label-heart:before {
  content: '\f186';
}

/* line 2905, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-label:before {
  content: '\f187';
}

/* line 2908, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-labels:before {
  content: '\f188';
}

/* line 2911, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lamp:before {
  content: '\f189';
}

/* line 2914, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-landscape:before {
  content: '\f18a';
}

/* line 2917, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-layers-off:before {
  content: '\f18b';
}

/* line 2920, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-layers:before {
  content: '\f18c';
}

/* line 2923, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-library:before {
  content: '\f18d';
}

/* line 2926, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-link:before {
  content: '\f18e';
}

/* line 2929, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lock-open:before {
  content: '\f18f';
}

/* line 2932, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lock-outline:before {
  content: '\f190';
}

/* line 2935, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lock:before {
  content: '\f191';
}

/* line 2938, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mail-reply-all:before {
  content: '\f192';
}

/* line 2941, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mail-reply:before {
  content: '\f193';
}

/* line 2944, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mail-send:before {
  content: '\f194';
}

/* line 2947, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mall:before {
  content: '\f195';
}

/* line 2950, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-map:before {
  content: '\f196';
}

/* line 2953, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-menu:before {
  content: '\f197';
}

/* line 2956, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-money-box:before {
  content: '\f198';
}

/* line 2959, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-money-off:before {
  content: '\f199';
}

/* line 2962, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-money:before {
  content: '\f19a';
}

/* line 2965, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-more-vert:before {
  content: '\f19b';
}

/* line 2968, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-more:before {
  content: '\f19c';
}

/* line 2971, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-movie-alt:before {
  content: '\f19d';
}

/* line 2974, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-movie:before {
  content: '\f19e';
}

/* line 2977, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-nature-people:before {
  content: '\f19f';
}

/* line 2980, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-nature:before {
  content: '\f1a0';
}

/* line 2983, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-navigation:before {
  content: '\f1a1';
}

/* line 2986, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-open-in-browser:before {
  content: '\f1a2';
}

/* line 2989, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-open-in-new:before {
  content: '\f1a3';
}

/* line 2992, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-palette:before {
  content: '\f1a4';
}

/* line 2995, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-parking:before {
  content: '\f1a5';
}

/* line 2998, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-account:before {
  content: '\f1a6';
}

/* line 3001, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-assistant:before {
  content: '\f1a7';
}

/* line 3004, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-drop:before {
  content: '\f1a8';
}

/* line 3007, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-help:before {
  content: '\f1a9';
}

/* line 3010, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin-off:before {
  content: '\f1aa';
}

/* line 3013, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pin:before {
  content: '\f1ab';
}

/* line 3016, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pizza:before {
  content: '\f1ac';
}

/* line 3019, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plaster:before {
  content: '\f1ad';
}

/* line 3022, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-power-setting:before {
  content: '\f1ae';
}

/* line 3025, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-power:before {
  content: '\f1af';
}

/* line 3028, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-print:before {
  content: '\f1b0';
}

/* line 3031, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

/* line 3034, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-quote:before {
  content: '\f1b2';
}

/* line 3037, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-railway:before {
  content: '\f1b3';
}

/* line 3040, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-receipt:before {
  content: '\f1b4';
}

/* line 3043, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-alt:before {
  content: '\f1b5';
}

/* line 3046, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

/* line 3049, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

/* line 3052, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-sync:before {
  content: '\f1b8';
}

/* line 3055, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh:before {
  content: '\f1b9';
}

/* line 3058, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-roller:before {
  content: '\f1ba';
}

/* line 3061, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-ruler:before {
  content: '\f1bb';
}

/* line 3064, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-scissors:before {
  content: '\f1bc';
}

/* line 3067, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

/* line 3070, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-screen-rotation:before {
  content: '\f1be';
}

/* line 3073, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search-for:before {
  content: '\f1bf';
}

/* line 3076, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search-in-file:before {
  content: '\f1c0';
}

/* line 3079, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search-in-page:before {
  content: '\f1c1';
}

/* line 3082, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search-replace:before {
  content: '\f1c2';
}

/* line 3085, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-search:before {
  content: '\f1c3';
}

/* line 3088, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-seat:before {
  content: '\f1c4';
}

/* line 3091, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-settings-square:before {
  content: '\f1c5';
}

/* line 3094, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-settings:before {
  content: '\f1c6';
}

/* line 3097, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shield-check:before {
  content: '\f1c7';
}

/* line 3100, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shield-security:before {
  content: '\f1c8';
}

/* line 3103, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shopping-basket:before {
  content: '\f1c9';
}

/* line 3106, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

/* line 3109, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shopping-cart:before {
  content: '\f1cb';
}

/* line 3112, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sign-in:before {
  content: '\f1cc';
}

/* line 3115, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

/* line 3118, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

/* line 3121, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-asc:before {
  content: '\f1cf';
}

/* line 3124, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-desc:before {
  content: '\f1d0';
}

/* line 3127, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-spellcheck:before {
  content: '\f1d1';
}

/* line 3130, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-storage:before {
  content: '\f1d2';
}

/* line 3133, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-store-24:before {
  content: '\f1d3';
}

/* line 3136, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-store:before {
  content: '\f1d4';
}

/* line 3139, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-subway:before {
  content: '\f1d5';
}

/* line 3142, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sun:before {
  content: '\f1d6';
}

/* line 3145, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tab-unselected:before {
  content: '\f1d7';
}

/* line 3148, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tab:before {
  content: '\f1d8';
}

/* line 3151, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tag-close:before {
  content: '\f1d9';
}

/* line 3154, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tag-more:before {
  content: '\f1da';
}

/* line 3157, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tag:before {
  content: '\f1db';
}

/* line 3160, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-thumb-down:before {
  content: '\f1dc';
}

/* line 3163, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

/* line 3166, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-thumb-up:before {
  content: '\f1de';
}

/* line 3169, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-ticket-star:before {
  content: '\f1df';
}

/* line 3172, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-toll:before {
  content: '\f1e0';
}

/* line 3175, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-toys:before {
  content: '\f1e1';
}

/* line 3178, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-traffic:before {
  content: '\f1e2';
}

/* line 3181, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-translate:before {
  content: '\f1e3';
}

/* line 3184, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-triangle-down:before {
  content: '\f1e4';
}

/* line 3187, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-triangle-up:before {
  content: '\f1e5';
}

/* line 3190, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-truck:before {
  content: '\f1e6';
}

/* line 3193, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-turning-sign:before {
  content: '\f1e7';
}

/* line 3196, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wallpaper:before {
  content: '\f1e8';
}

/* line 3199, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-washing-machine:before {
  content: '\f1e9';
}

/* line 3202, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-window-maximize:before {
  content: '\f1ea';
}

/* line 3205, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-window-minimize:before {
  content: '\f1eb';
}

/* line 3208, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-window-restore:before {
  content: '\f1ec';
}

/* line 3211, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wrench:before {
  content: '\f1ed';
}

/* line 3214, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-zoom-in:before {
  content: '\f1ee';
}

/* line 3217, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-zoom-out:before {
  content: '\f1ef';
}

/* line 3220, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

/* line 3223, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-circle:before {
  content: '\f1f1';
}

/* line 3226, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-octagon:before {
  content: '\f1f2';
}

/* line 3229, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-polygon:before {
  content: '\f1f3';
}

/* line 3232, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alert-triangle:before {
  content: '\f1f4';
}

/* line 3235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-help-outline:before {
  content: '\f1f5';
}

/* line 3238, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-help:before {
  content: '\f1f6';
}

/* line 3241, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-info-outline:before {
  content: '\f1f7';
}

/* line 3244, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-info:before {
  content: '\f1f8';
}

/* line 3247, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-active:before {
  content: '\f1f9';
}

/* line 3250, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-add:before {
  content: '\f1fa';
}

/* line 3253, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-none:before {
  content: '\f1fb';
}

/* line 3256, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-off:before {
  content: '\f1fc';
}

/* line 3259, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications-paused:before {
  content: '\f1fd';
}

/* line 3262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-notifications:before {
  content: '\f1fe';
}

/* line 3265, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-add:before {
  content: '\f1ff';
}

/* line 3268, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-box-mail:before {
  content: '\f200';
}

/* line 3271, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-box-o:before {
  content: '\f201';
}

/* line 3274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-box-phone:before {
  content: '\f202';
}

/* line 3277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-box:before {
  content: '\f203';
}

/* line 3280, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-calendar:before {
  content: '\f204';
}

/* line 3283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-circle:before {
  content: '\f205';
}

/* line 3286, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account-o:before {
  content: '\f206';
}

/* line 3289, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-account:before {
  content: '\f207';
}

/* line 3292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-add:before {
  content: '\f208';
}

/* line 3295, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-alt:before {
  content: '\f209';
}

/* line 3298, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

/* line 3301, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-list:before {
  content: '\f20b';
}

/* line 3304, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts-outline:before {
  content: '\f20c';
}

/* line 3307, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-accounts:before {
  content: '\f20d';
}

/* line 3310, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-face:before {
  content: '\f20e';
}

/* line 3313, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-female:before {
  content: '\f20f';
}

/* line 3316, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-male-alt:before {
  content: '\f210';
}

/* line 3319, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-male-female:before {
  content: '\f211';
}

/* line 3322, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-male:before {
  content: '\f212';
}

/* line 3325, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mood-bad:before {
  content: '\f213';
}

/* line 3328, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mood:before {
  content: '\f214';
}

/* line 3331, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-run:before {
  content: '\f215';
}

/* line 3334, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-walk:before {
  content: '\f216';
}

/* line 3337, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-box:before {
  content: '\f217';
}

/* line 3340, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-circle:before {
  content: '\f218';
}

/* line 3343, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-done:before {
  content: '\f219';
}

/* line 3346, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-download:before {
  content: '\f21a';
}

/* line 3349, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-off:before {
  content: '\f21b';
}

/* line 3352, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

/* line 3355, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-outline:before {
  content: '\f21d';
}

/* line 3358, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud-upload:before {
  content: '\f21e';
}

/* line 3361, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cloud:before {
  content: '\f21f';
}

/* line 3364, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-download:before {
  content: '\f220';
}

/* line 3367, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-file-plus:before {
  content: '\f221';
}

/* line 3370, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-file-text:before {
  content: '\f222';
}

/* line 3373, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-file:before {
  content: '\f223';
}

/* line 3376, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-outline:before {
  content: '\f224';
}

/* line 3379, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-person:before {
  content: '\f225';
}

/* line 3382, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-star-alt:before {
  content: '\f226';
}

/* line 3385, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-star:before {
  content: '\f227';
}

/* line 3388, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder:before {
  content: '\f228';
}

/* line 3391, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gif:before {
  content: '\f229';
}

/* line 3394, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-upload:before {
  content: '\f22a';
}

/* line 3397, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-all:before {
  content: '\f22b';
}

/* line 3400, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-bottom:before {
  content: '\f22c';
}

/* line 3403, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-clear:before {
  content: '\f22d';
}

/* line 3406, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-color:before {
  content: '\f22e';
}

/* line 3409, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-horizontal:before {
  content: '\f22f';
}

/* line 3412, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-inner:before {
  content: '\f230';
}

/* line 3415, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-left:before {
  content: '\f231';
}

/* line 3418, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-outer:before {
  content: '\f232';
}

/* line 3421, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-right:before {
  content: '\f233';
}

/* line 3424, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-style:before {
  content: '\f234';
}

/* line 3427, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-top:before {
  content: '\f235';
}

/* line 3430, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-border-vertical:before {
  content: '\f236';
}

/* line 3433, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-copy:before {
  content: '\f237';
}

/* line 3436, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop:before {
  content: '\f238';
}

/* line 3439, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-align-center:before {
  content: '\f239';
}

/* line 3442, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-align-justify:before {
  content: '\f23a';
}

/* line 3445, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-align-left:before {
  content: '\f23b';
}

/* line 3448, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-align-right:before {
  content: '\f23c';
}

/* line 3451, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-bold:before {
  content: '\f23d';
}

/* line 3454, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-clear-all:before {
  content: '\f23e';
}

/* line 3457, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-clear:before {
  content: '\f23f';
}

/* line 3460, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-color-fill:before {
  content: '\f240';
}

/* line 3463, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-color-reset:before {
  content: '\f241';
}

/* line 3466, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-color-text:before {
  content: '\f242';
}

/* line 3469, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-indent-decrease:before {
  content: '\f243';
}

/* line 3472, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-indent-increase:before {
  content: '\f244';
}

/* line 3475, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-italic:before {
  content: '\f245';
}

/* line 3478, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-line-spacing:before {
  content: '\f246';
}

/* line 3481, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-list-bulleted:before {
  content: '\f247';
}

/* line 3484, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-list-numbered:before {
  content: '\f248';
}

/* line 3487, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-ltr:before {
  content: '\f249';
}

/* line 3490, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-rtl:before {
  content: '\f24a';
}

/* line 3493, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-size:before {
  content: '\f24b';
}

/* line 3496, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

/* line 3499, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-strikethrough:before {
  content: '\f24d';
}

/* line 3502, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-subject:before {
  content: '\f24e';
}

/* line 3505, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-underlined:before {
  content: '\f24f';
}

/* line 3508, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-valign-bottom:before {
  content: '\f250';
}

/* line 3511, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-valign-center:before {
  content: '\f251';
}

/* line 3514, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-valign-top:before {
  content: '\f252';
}

/* line 3517, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-redo:before {
  content: '\f253';
}

/* line 3520, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-select-all:before {
  content: '\f254';
}

/* line 3523, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-space-bar:before {
  content: '\f255';
}

/* line 3526, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-text-format:before {
  content: '\f256';
}

/* line 3529, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-transform:before {
  content: '\f257';
}

/* line 3532, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-undo:before {
  content: '\f258';
}

/* line 3535, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wrap-text:before {
  content: '\f259';
}

/* line 3538, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-alert:before {
  content: '\f25a';
}

/* line 3541, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-alt-text:before {
  content: '\f25b';
}

/* line 3544, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-alt:before {
  content: '\f25c';
}

/* line 3547, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-edit:before {
  content: '\f25d';
}

/* line 3550, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-image:before {
  content: '\f25e';
}

/* line 3553, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-list:before {
  content: '\f25f';
}

/* line 3556, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-more:before {
  content: '\f260';
}

/* line 3559, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-outline:before {
  content: '\f261';
}

/* line 3562, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-text-alt:before {
  content: '\f262';
}

/* line 3565, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-text:before {
  content: '\f263';
}

/* line 3568, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-video:before {
  content: '\f264';
}

/* line 3571, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment:before {
  content: '\f265';
}

/* line 3574, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comments:before {
  content: '\f266';
}

/* line 3577, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check-all:before {
  content: '\f267';
}

/* line 3580, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check-circle-u:before {
  content: '\f268';
}

/* line 3583, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check-circle:before {
  content: '\f269';
}

/* line 3586, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check-square:before {
  content: '\f26a';
}

/* line 3589, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-check:before {
  content: '\f26b';
}

/* line 3592, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-circle-o:before {
  content: '\f26c';
}

/* line 3595, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-circle:before {
  content: '\f26d';
}

/* line 3598, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

/* line 3601, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dot-circle:before {
  content: '\f26f';
}

/* line 3604, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-minus-circle-outline:before {
  content: '\f270';
}

/* line 3607, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-minus-circle:before {
  content: '\f271';
}

/* line 3610, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-minus-square:before {
  content: '\f272';
}

/* line 3613, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-minus:before {
  content: '\f273';
}

/* line 3616, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

/* line 3619, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-circle-o:before {
  content: '\f275';
}

/* line 3622, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-circle:before {
  content: '\f276';
}

/* line 3625, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-square:before {
  content: '\f277';
}

/* line 3628, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus:before {
  content: '\f278';
}

/* line 3631, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-square-o:before {
  content: '\f279';
}

/* line 3634, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star-circle:before {
  content: '\f27a';
}

/* line 3637, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star-half:before {
  content: '\f27b';
}

/* line 3640, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star-outline:before {
  content: '\f27c';
}

/* line 3643, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star:before {
  content: '\f27d';
}

/* line 3646, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

/* line 3649, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth-off:before {
  content: '\f27f';
}

/* line 3652, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth-search:before {
  content: '\f280';
}

/* line 3655, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth-setting:before {
  content: '\f281';
}

/* line 3658, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-bluetooth:before {
  content: '\f282';
}

/* line 3661, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-add:before {
  content: '\f283';
}

/* line 3664, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-alt:before {
  content: '\f284';
}

/* line 3667, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-bw:before {
  content: '\f285';
}

/* line 3670, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-front:before {
  content: '\f286';
}

/* line 3673, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-mic:before {
  content: '\f287';
}

/* line 3676, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-party-mode:before {
  content: '\f288';
}

/* line 3679, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-rear:before {
  content: '\f289';
}

/* line 3682, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-roll:before {
  content: '\f28a';
}

/* line 3685, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-switch:before {
  content: '\f28b';
}

/* line 3688, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera:before {
  content: '\f28c';
}

/* line 3691, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-alert:before {
  content: '\f28d';
}

/* line 3694, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-off:before {
  content: '\f28e';
}

/* line 3697, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-sd:before {
  content: '\f28f';
}

/* line 3700, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-card-sim:before {
  content: '\f290';
}

/* line 3703, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-desktop-mac:before {
  content: '\f291';
}

/* line 3706, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-desktop-windows:before {
  content: '\f292';
}

/* line 3709, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-device-hub:before {
  content: '\f293';
}

/* line 3712, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-devices-off:before {
  content: '\f294';
}

/* line 3715, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-devices:before {
  content: '\f295';
}

/* line 3718, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dock:before {
  content: '\f296';
}

/* line 3721, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-floppy:before {
  content: '\f297';
}

/* line 3724, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gamepad:before {
  content: '\f298';
}

/* line 3727, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gps-dot:before {
  content: '\f299';
}

/* line 3730, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gps-off:before {
  content: '\f29a';
}

/* line 3733, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gps:before {
  content: '\f29b';
}

/* line 3736, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-headset-mic:before {
  content: '\f29c';
}

/* line 3739, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-headset:before {
  content: '\f29d';
}

/* line 3742, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-antenna:before {
  content: '\f29e';
}

/* line 3745, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-composite:before {
  content: '\f29f';
}

/* line 3748, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-hdmi:before {
  content: '\f2a0';
}

/* line 3751, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-power:before {
  content: '\f2a1';
}

/* line 3754, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-input-svideo:before {
  content: '\f2a2';
}

/* line 3757, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

/* line 3760, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-keyboard:before {
  content: '\f2a4';
}

/* line 3763, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

/* line 3766, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-laptop-mac:before {
  content: '\f2a6';
}

/* line 3769, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-laptop:before {
  content: '\f2a7';
}

/* line 3772, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mic-off:before {
  content: '\f2a8';
}

/* line 3775, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mic-outline:before {
  content: '\f2a9';
}

/* line 3778, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mic-setting:before {
  content: '\f2aa';
}

/* line 3781, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mic:before {
  content: '\f2ab';
}

/* line 3784, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-mouse:before {
  content: '\f2ac';
}

/* line 3787, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-alert:before {
  content: '\f2ad';
}

/* line 3790, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-locked:before {
  content: '\f2ae';
}

/* line 3793, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-off:before {
  content: '\f2af';
}

/* line 3796, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-outline:before {
  content: '\f2b0';
}

/* line 3799, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-setting:before {
  content: '\f2b1';
}

/* line 3802, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network:before {
  content: '\f2b2';
}

/* line 3805, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

/* line 3808, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-end:before {
  content: '\f2b4';
}

/* line 3811, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

/* line 3814, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

/* line 3817, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-locked:before {
  content: '\f2b7';
}

/* line 3820, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-missed:before {
  content: '\f2b8';
}

/* line 3823, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-msg:before {
  content: '\f2b9';
}

/* line 3826, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-paused:before {
  content: '\f2ba';
}

/* line 3829, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-ring:before {
  content: '\f2bb';
}

/* line 3832, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-setting:before {
  content: '\f2bc';
}

/* line 3835, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone-sip:before {
  content: '\f2bd';
}

/* line 3838, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-phone:before {
  content: '\f2be';
}

/* line 3841, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

/* line 3844, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

/* line 3847, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-portable-wifi:before {
  content: '\f2c1';
}

/* line 3850, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-radio:before {
  content: '\f2c2';
}

/* line 3853, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-reader:before {
  content: '\f2c3';
}

/* line 3856, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

/* line 3859, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-remote-control:before {
  content: '\f2c5';
}

/* line 3862, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-router:before {
  content: '\f2c6';
}

/* line 3865, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-scanner:before {
  content: '\f2c7';
}

/* line 3868, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-android:before {
  content: '\f2c8';
}

/* line 3871, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-download:before {
  content: '\f2c9';
}

/* line 3874, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

/* line 3877, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-info:before {
  content: '\f2cb';
}

/* line 3880, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

/* line 3883, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

/* line 3886, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

/* line 3889, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

/* line 3892, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

/* line 3895, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

/* line 3898, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

/* line 3901, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

/* line 3904, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone:before {
  content: '\f2d4';
}

/* line 3907, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-speaker:before {
  content: '\f2d5';
}

/* line 3910, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tablet-android:before {
  content: '\f2d6';
}

/* line 3913, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tablet-mac:before {
  content: '\f2d7';
}

/* line 3916, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tablet:before {
  content: '\f2d8';
}

/* line 3919, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

/* line 3922, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tv-list:before {
  content: '\f2da';
}

/* line 3925, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tv-play:before {
  content: '\f2db';
}

/* line 3928, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tv:before {
  content: '\f2dc';
}

/* line 3931, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-usb:before {
  content: '\f2dd';
}

/* line 3934, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-videocam-off:before {
  content: '\f2de';
}

/* line 3937, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-videocam-switch:before {
  content: '\f2df';
}

/* line 3940, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-videocam:before {
  content: '\f2e0';
}

/* line 3943, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-watch:before {
  content: '\f2e1';
}

/* line 3946, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

/* line 3949, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-alt:before {
  content: '\f2e3';
}

/* line 3952, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-info:before {
  content: '\f2e4';
}

/* line 3955, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-lock:before {
  content: '\f2e5';
}

/* line 3958, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-off:before {
  content: '\f2e6';
}

/* line 3961, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi-outline:before {
  content: '\f2e7';
}

/* line 3964, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wifi:before {
  content: '\f2e8';
}

/* line 3967, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

/* line 3970, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-left:before {
  content: '\f2ea';
}

/* line 3973, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-merge:before {
  content: '\f2eb';
}

/* line 3976, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-missed:before {
  content: '\f2ec';
}

/* line 3979, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

/* line 3982, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-right:before {
  content: '\f2ee';
}

/* line 3985, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-split:before {
  content: '\f2ef';
}

/* line 3988, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrows:before {
  content: '\f2f0';
}

/* line 3991, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

/* line 3994, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-down:before {
  content: '\f2f2';
}

/* line 3997, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

/* line 4000, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-left:before {
  content: '\f2f4';
}

/* line 4003, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

/* line 4006, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-right:before {
  content: '\f2f6';
}

/* line 4009, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

/* line 4012, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-caret-up:before {
  content: '\f2f8';
}

/* line 4015, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chevron-down:before {
  content: '\f2f9';
}

/* line 4018, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chevron-left:before {
  content: '\f2fa';
}

/* line 4021, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chevron-right:before {
  content: '\f2fb';
}

/* line 4024, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-chevron-up:before {
  content: '\f2fc';
}

/* line 4027, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-forward:before {
  content: '\f2fd';
}

/* line 4030, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

/* line 4033, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

/* line 4036, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-return:before {
  content: '\f300';
}

/* line 4039, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-right:before {
  content: '\f301';
}

/* line 4042, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-tab:before {
  content: '\f302';
}

/* line 4045, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-long-arrow-up:before {
  content: '\f303';
}

/* line 4048, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-ccw:before {
  content: '\f304';
}

/* line 4051, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-cw:before {
  content: '\f305';
}

/* line 4054, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-left:before {
  content: '\f306';
}

/* line 4057, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-right:before {
  content: '\f307';
}

/* line 4060, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-square-down:before {
  content: '\f308';
}

/* line 4063, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-square-right:before {
  content: '\f309';
}

/* line 4066, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap-alt:before {
  content: '\f30a';
}

/* line 4069, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

/* line 4072, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap-vertical:before {
  content: '\f30c';
}

/* line 4075, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap:before {
  content: '\f30d';
}

/* line 4078, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-trending-down:before {
  content: '\f30e';
}

/* line 4081, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-trending-flat:before {
  content: '\f30f';
}

/* line 4084, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-trending-up:before {
  content: '\f310';
}

/* line 4087, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-unfold-less:before {
  content: '\f311';
}

/* line 4090, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-unfold-more:before {
  content: '\f312';
}

/* line 4093, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-apps:before {
  content: '\f313';
}

/* line 4096, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-grid-off:before {
  content: '\f314';
}

/* line 4099, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-grid:before {
  content: '\f315';
}

/* line 4102, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-agenda:before {
  content: '\f316';
}

/* line 4105, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-array:before {
  content: '\f317';
}

/* line 4108, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-carousel:before {
  content: '\f318';
}

/* line 4111, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-column:before {
  content: '\f319';
}

/* line 4114, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-comfy:before {
  content: '\f31a';
}

/* line 4117, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-compact:before {
  content: '\f31b';
}

/* line 4120, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-dashboard:before {
  content: '\f31c';
}

/* line 4123, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-day:before {
  content: '\f31d';
}

/* line 4126, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-headline:before {
  content: '\f31e';
}

/* line 4129, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-list-alt:before {
  content: '\f31f';
}

/* line 4132, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-list:before {
  content: '\f320';
}

/* line 4135, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-module:before {
  content: '\f321';
}

/* line 4138, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-quilt:before {
  content: '\f322';
}

/* line 4141, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-stream:before {
  content: '\f323';
}

/* line 4144, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-subtitles:before {
  content: '\f324';
}

/* line 4147, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-toc:before {
  content: '\f325';
}

/* line 4150, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-web:before {
  content: '\f326';
}

/* line 4153, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-view-week:before {
  content: '\f327';
}

/* line 4156, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-widgets:before {
  content: '\f328';
}

/* line 4159, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-check:before {
  content: '\f329';
}

/* line 4162, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-off:before {
  content: '\f32a';
}

/* line 4165, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-plus:before {
  content: '\f32b';
}

/* line 4168, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-snooze:before {
  content: '\f32c';
}

/* line 4171, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm:before {
  content: '\f32d';
}

/* line 4174, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-alt:before {
  content: '\f32e';
}

/* line 4177, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-check:before {
  content: '\f32f';
}

/* line 4180, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-close:before {
  content: '\f330';
}

/* line 4183, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-note:before {
  content: '\f331';
}

/* line 4186, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar:before {
  content: '\f332';
}

/* line 4189, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time-countdown:before {
  content: '\f333';
}

/* line 4192, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time-interval:before {
  content: '\f334';
}

/* line 4195, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time-restore-setting:before {
  content: '\f335';
}

/* line 4198, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time-restore:before {
  content: '\f336';
}

/* line 4201, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-time:before {
  content: '\f337';
}

/* line 4204, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-timer-off:before {
  content: '\f338';
}

/* line 4207, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-timer:before {
  content: '\f339';
}

/* line 4210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-android-alt:before {
  content: '\f33a';
}

/* line 4213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-android:before {
  content: '\f33b';
}

/* line 4216, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-apple:before {
  content: '\f33c';
}

/* line 4219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-behance:before {
  content: '\f33d';
}

/* line 4222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-codepen:before {
  content: '\f33e';
}

/* line 4225, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dribbble:before {
  content: '\f33f';
}

/* line 4228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dropbox:before {
  content: '\f340';
}

/* line 4231, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-evernote:before {
  content: '\f341';
}

/* line 4234, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-facebook-box:before {
  content: '\f342';
}

/* line 4237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-facebook:before {
  content: '\f343';
}

/* line 4240, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-github-box:before {
  content: '\f344';
}

/* line 4243, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-github:before {
  content: '\f345';
}

/* line 4246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-drive:before {
  content: '\f346';
}

/* line 4249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-earth:before {
  content: '\f347';
}

/* line 4252, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-glass:before {
  content: '\f348';
}

/* line 4255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-maps:before {
  content: '\f349';
}

/* line 4258, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-pages:before {
  content: '\f34a';
}

/* line 4261, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-play:before {
  content: '\f34b';
}

/* line 4264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-plus-box:before {
  content: '\f34c';
}

/* line 4267, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-plus:before {
  content: '\f34d';
}

/* line 4270, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google:before {
  content: '\f34e';
}

/* line 4273, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-instagram:before {
  content: '\f34f';
}

/* line 4276, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-css3:before {
  content: '\f350';
}

/* line 4279, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-html5:before {
  content: '\f351';
}

/* line 4282, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-javascript:before {
  content: '\f352';
}

/* line 4285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-python-alt:before {
  content: '\f353';
}

/* line 4288, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-language-python:before {
  content: '\f354';
}

/* line 4291, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-lastfm:before {
  content: '\f355';
}

/* line 4294, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-linkedin-box:before {
  content: '\f356';
}

/* line 4297, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-paypal:before {
  content: '\f357';
}

/* line 4300, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pinterest-box:before {
  content: '\f358';
}

/* line 4303, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pocket:before {
  content: '\f359';
}

/* line 4306, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-polymer:before {
  content: '\f35a';
}

/* line 4309, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-share:before {
  content: '\f35b';
}

/* line 4312, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-stackoverflow:before {
  content: '\f35c';
}

/* line 4315, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-steam-square:before {
  content: '\f35d';
}

/* line 4318, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-steam:before {
  content: '\f35e';
}

/* line 4321, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-twitter-box:before {
  content: '\f35f';
}

/* line 4324, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-twitter:before {
  content: '\f360';
}

/* line 4327, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-vk:before {
  content: '\f361';
}

/* line 4330, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wikipedia:before {
  content: '\f362';
}

/* line 4333, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-windows:before {
  content: '\f363';
}

/* line 4336, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

/* line 4339, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-aspect-ratio:before {
  content: '\f365';
}

/* line 4342, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blur-circular:before {
  content: '\f366';
}

/* line 4345, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blur-linear:before {
  content: '\f367';
}

/* line 4348, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blur-off:before {
  content: '\f368';
}

/* line 4351, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blur:before {
  content: '\f369';
}

/* line 4354, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-2:before {
  content: '\f36a';
}

/* line 4357, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-3:before {
  content: '\f36b';
}

/* line 4360, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-4:before {
  content: '\f36c';
}

/* line 4363, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-5:before {
  content: '\f36d';
}

/* line 4366, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-6:before {
  content: '\f36e';
}

/* line 4369, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-7:before {
  content: '\f36f';
}

/* line 4372, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-auto:before {
  content: '\f370';
}

/* line 4375, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-setting:before {
  content: '\f371';
}

/* line 4378, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-broken-image:before {
  content: '\f372';
}

/* line 4381, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-center-focus-strong:before {
  content: '\f373';
}

/* line 4384, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-center-focus-weak:before {
  content: '\f374';
}

/* line 4387, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-compare:before {
  content: '\f375';
}

/* line 4390, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-16-9:before {
  content: '\f376';
}

/* line 4393, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-3-2:before {
  content: '\f377';
}

/* line 4396, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-5-4:before {
  content: '\f378';
}

/* line 4399, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-7-5:before {
  content: '\f379';
}

/* line 4402, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-din:before {
  content: '\f37a';
}

/* line 4405, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-free:before {
  content: '\f37b';
}

/* line 4408, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-landscape:before {
  content: '\f37c';
}

/* line 4411, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-portrait:before {
  content: '\f37d';
}

/* line 4414, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-square:before {
  content: '\f37e';
}

/* line 4417, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-exposure-alt:before {
  content: '\f37f';
}

/* line 4420, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-exposure:before {
  content: '\f380';
}

/* line 4423, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-b-and-w:before {
  content: '\f381';
}

/* line 4426, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-center-focus:before {
  content: '\f382';
}

/* line 4429, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-frames:before {
  content: '\f383';
}

/* line 4432, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

/* line 4435, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-gradient:before {
  content: '\f385';
}

/* line 4438, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-grain:before {
  content: '\f386';
}

/* line 4441, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-graphic-eq:before {
  content: '\f387';
}

/* line 4444, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hdr-off:before {
  content: '\f388';
}

/* line 4447, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hdr-strong:before {
  content: '\f389';
}

/* line 4450, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hdr-weak:before {
  content: '\f38a';
}

/* line 4453, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hdr:before {
  content: '\f38b';
}

/* line 4456, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-iridescent:before {
  content: '\f38c';
}

/* line 4459, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-leak-off:before {
  content: '\f38d';
}

/* line 4462, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-leak:before {
  content: '\f38e';
}

/* line 4465, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-looks:before {
  content: '\f38f';
}

/* line 4468, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-loupe:before {
  content: '\f390';
}

/* line 4471, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-panorama-horizontal:before {
  content: '\f391';
}

/* line 4474, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-panorama-vertical:before {
  content: '\f392';
}

/* line 4477, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

/* line 4480, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-photo-size-select-large:before {
  content: '\f394';
}

/* line 4483, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-photo-size-select-small:before {
  content: '\f395';
}

/* line 4486, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-picture-in-picture:before {
  content: '\f396';
}

/* line 4489, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-slideshow:before {
  content: '\f397';
}

/* line 4492, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-texture:before {
  content: '\f398';
}

/* line 4495, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tonality:before {
  content: '\f399';
}

/* line 4498, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-vignette:before {
  content: '\f39a';
}

/* line 4501, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wb-auto:before {
  content: '\f39b';
}

/* line 4504, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eject-alt:before {
  content: '\f39c';
}

/* line 4507, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-eject:before {
  content: '\f39d';
}

/* line 4510, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-equalizer:before {
  content: '\f39e';
}

/* line 4513, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fast-forward:before {
  content: '\f39f';
}

/* line 4516, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-fast-rewind:before {
  content: '\f3a0';
}

/* line 4519, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-forward-10:before {
  content: '\f3a1';
}

/* line 4522, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-forward-30:before {
  content: '\f3a2';
}

/* line 4525, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-forward-5:before {
  content: '\f3a3';
}

/* line 4528, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hearing:before {
  content: '\f3a4';
}

/* line 4531, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

/* line 4534, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pause-circle:before {
  content: '\f3a6';
}

/* line 4537, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pause:before {
  content: '\f3a7';
}

/* line 4540, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

/* line 4543, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-play-circle:before {
  content: '\f3a9';
}

/* line 4546, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-play:before {
  content: '\f3aa';
}

/* line 4549, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-playlist-audio:before {
  content: '\f3ab';
}

/* line 4552, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-playlist-plus:before {
  content: '\f3ac';
}

/* line 4555, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-repeat-one:before {
  content: '\f3ad';
}

/* line 4558, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-repeat:before {
  content: '\f3ae';
}

/* line 4561, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-replay-10:before {
  content: '\f3af';
}

/* line 4564, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-replay-30:before {
  content: '\f3b0';
}

/* line 4567, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-replay-5:before {
  content: '\f3b1';
}

/* line 4570, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-replay:before {
  content: '\f3b2';
}

/* line 4573, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shuffle:before {
  content: '\f3b3';
}

/* line 4576, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-skip-next:before {
  content: '\f3b4';
}

/* line 4579, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-skip-previous:before {
  content: '\f3b5';
}

/* line 4582, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-stop:before {
  content: '\f3b6';
}

/* line 4585, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-surround-sound:before {
  content: '\f3b7';
}

/* line 4588, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tune:before {
  content: '\f3b8';
}

/* line 4591, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-volume-down:before {
  content: '\f3b9';
}

/* line 4594, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-volume-mute:before {
  content: '\f3ba';
}

/* line 4597, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-volume-off:before {
  content: '\f3bb';
}

/* line 4600, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-volume-up:before {
  content: '\f3bc';
}

/* line 4603, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-1-square:before {
  content: '\f3bd';
}

/* line 4606, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-2-square:before {
  content: '\f3be';
}

/* line 4609, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-3-square:before {
  content: '\f3bf';
}

/* line 4612, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-4-square:before {
  content: '\f3c0';
}

/* line 4615, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-5-square:before {
  content: '\f3c1';
}

/* line 4618, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-n-6-square:before {
  content: '\f3c2';
}

/* line 4621, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-neg-1:before {
  content: '\f3c3';
}

/* line 4624, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-neg-2:before {
  content: '\f3c4';
}

/* line 4627, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-1:before {
  content: '\f3c5';
}

/* line 4630, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-2:before {
  content: '\f3c6';
}

/* line 4633, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sec-10:before {
  content: '\f3c7';
}

/* line 4636, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sec-3:before {
  content: '\f3c8';
}

/* line 4639, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-zero:before {
  content: '\f3c9';
}

/* line 4642, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

/* line 4645, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

/* line 4648, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

/* line 4651, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

/* line 4654, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

/* line 4657, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

/* line 4660, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

/* line 4663, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

/* line 4666, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airplay:before {
  content: '\f3d2';
}

/* line 4669, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-closed-caption:before {
  content: '\f3d3';
}

/* line 4672, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-confirmation-number:before {
  content: '\f3d4';
}

/* line 4675, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-developer-board:before {
  content: '\f3d5';
}

/* line 4678, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-disc-full:before {
  content: '\f3d6';
}

/* line 4681, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-explicit:before {
  content: '\f3d7';
}

/* line 4684, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flight-land:before {
  content: '\f3d8';
}

/* line 4687, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

/* line 4690, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flip-to-back:before {
  content: '\f3da';
}

/* line 4693, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flip-to-front:before {
  content: '\f3db';
}

/* line 4696, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-group-work:before {
  content: '\f3dc';
}

/* line 4699, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hd:before {
  content: '\f3dd';
}

/* line 4702, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-hq:before {
  content: '\f3de';
}

/* line 4705, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

/* line 4708, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-memory:before {
  content: '\f3e0';
}

/* line 4711, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-nfc:before {
  content: '\f3e1';
}

/* line 4714, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-play-for-work:before {
  content: '\f3e2';
}

/* line 4717, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-power-input:before {
  content: '\f3e3';
}

/* line 4720, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-present-to-all:before {
  content: '\f3e4';
}

/* line 4723, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-satellite:before {
  content: '\f3e5';
}

/* line 4726, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tap-and-play:before {
  content: '\f3e6';
}

/* line 4729, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-vibration:before {
  content: '\f3e7';
}

/* line 4732, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-voicemail:before {
  content: '\f3e8';
}

/* line 4735, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-group:before {
  content: '\f3e9';
}

/* line 4738, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rss:before {
  content: '\f3ea';
}

/* line 4741, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shape:before {
  content: '\f3eb';
}

/* line 4744, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-spinner:before {
  content: '\f3ec';
}

/* line 4747, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-ungroup:before {
  content: '\f3ed';
}

/* line 4750, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-500px:before {
  content: '\f3ee';
}

/* line 4753, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-8tracks:before {
  content: '\f3ef';
}

/* line 4756, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-amazon:before {
  content: '\f3f0';
}

/* line 4759, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-blogger:before {
  content: '\f3f1';
}

/* line 4762, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-delicious:before {
  content: '\f3f2';
}

/* line 4765, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-disqus:before {
  content: '\f3f3';
}

/* line 4768, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flattr:before {
  content: '\f3f4';
}

/* line 4771, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-flickr:before {
  content: '\f3f5';
}

/* line 4774, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-github-alt:before {
  content: '\f3f6';
}

/* line 4777, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-google-old:before {
  content: '\f3f7';
}

/* line 4780, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-linkedin:before {
  content: '\f3f8';
}

/* line 4783, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

/* line 4786, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-outlook:before {
  content: '\f3fa';
}

/* line 4789, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-paypal-alt:before {
  content: '\f3fb';
}

/* line 4792, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pinterest:before {
  content: '\f3fc';
}

/* line 4795, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-playstation:before {
  content: '\f3fd';
}

/* line 4798, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-reddit:before {
  content: '\f3fe';
}

/* line 4801, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-skype:before {
  content: '\f3ff';
}

/* line 4804, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-slideshare:before {
  content: '\f400';
}

/* line 4807, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-soundcloud:before {
  content: '\f401';
}

/* line 4810, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tumblr:before {
  content: '\f402';
}

/* line 4813, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-twitch:before {
  content: '\f403';
}

/* line 4816, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-vimeo:before {
  content: '\f404';
}

/* line 4819, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-whatsapp:before {
  content: '\f405';
}

/* line 4822, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-xbox:before {
  content: '\f406';
}

/* line 4825, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-yahoo:before {
  content: '\f407';
}

/* line 4828, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-youtube-play:before {
  content: '\f408';
}

/* line 4831, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-youtube:before {
  content: '\f409';
}

/* line 4834, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-import-export:before {
  content: '\f30c';
}

/* line 4837, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-swap-vertical-:before {
  content: '\f30c';
}

/* line 4840, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airplanemode-inactive:before {
  content: '\f102';
}

/* line 4843, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-airplanemode-active:before {
  content: '\f103';
}

/* line 4846, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rate-review:before {
  content: '\f103';
}

/* line 4849, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-sign:before {
  content: '\f25a';
}

/* line 4852, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-warning:before {
  content: '\f2ad';
}

/* line 4855, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}

/* line 4858, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-file-add:before {
  content: '\f221';
}

/* line 4861, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}

/* line 4864, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-collection-add:before {
  content: '\f14e';
}

/* line 4867, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-playlist-add:before {
  content: '\f3ac';
}

/* line 4870, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-queue-music:before {
  content: '\f3ab';
}

/* line 4873, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-plus-box:before {
  content: '\f277';
}

/* line 4876, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-tag-backspace:before {
  content: '\f1d9';
}

/* line 4879, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-alarm-add:before {
  content: '\f32b';
}

/* line 4882, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-battery-charging:before {
  content: '\f114';
}

/* line 4885, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-daydream-setting:before {
  content: '\f217';
}

/* line 4888, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-more-horiz:before {
  content: '\f19c';
}

/* line 4891, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-book-photo:before {
  content: '\f11b';
}

/* line 4894, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-incandescent:before {
  content: '\f189';
}

/* line 4897, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-wb-iridescent:before {
  content: '\f38c';
}

/* line 4900, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-remove:before {
  content: '\f330';
}

/* line 4903, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}

/* line 4906, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}

/* line 4909, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-crop-original:before {
  content: '\f17e';
}

/* line 4912, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-power-off:before {
  content: '\f1af';
}

/* line 4915, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-power-off-setting:before {
  content: '\f1ae';
}

/* line 4918, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-leak-remove:before {
  content: '\f38d';
}

/* line 4921, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-star-border:before {
  content: '\f27c';
}

/* line 4924, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-low:before {
  content: '\f36d';
}

/* line 4927, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-medium:before {
  content: '\f36e';
}

/* line 4930, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-brightness-high:before {
  content: '\f36f';
}

/* line 4933, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}

/* line 4936, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-live-tv:before {
  content: '\f2d9';
}

/* line 4939, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}

/* line 4942, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}

/* line 4945, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-back:before {
  content: '\f2ea';
}

/* line 4948, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-forward:before {
  content: '\f2ee';
}

/* line 4951, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-in:before {
  content: '\f2e9';
}

/* line 4954, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-arrow-out:before {
  content: '\f2ed';
}

/* line 4957, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}

/* line 4960, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-adb:before {
  content: '\f33a';
}

/* line 4963, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-wifi:before {
  content: '\f2e8';
}

/* line 4966, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}

/* line 4969, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}

/* line 4972, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-wifi-off:before {
  content: '\f2e6';
}

/* line 4975, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}

/* line 4978, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-network-wifi-info:before {
  content: '\f2e4';
}

/* line 4981, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-layers-clear:before {
  content: '\f18b';
}

/* line 4984, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-colorize:before {
  content: '\f15d';
}

/* line 4987, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-paint:before {
  content: '\f1ba';
}

/* line 4990, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-format-quote:before {
  content: '\f1b2';
}

/* line 4993, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}

/* line 4996, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}

/* line 4999, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-shared:before {
  content: '\f225';
}

/* line 5002, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-folder-special:before {
  content: '\f226';
}

/* line 5005, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-comment-dots:before {
  content: '\f260';
}

/* line 5008, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-reorder:before {
  content: '\f31e';
}

/* line 5011, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-dehaze:before {
  content: '\f197';
}

/* line 5014, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-sort:before {
  content: '\f1ce';
}

/* line 5017, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-pages:before {
  content: '\f34a';
}

/* line 5020, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-stack-overflow:before {
  content: '\f35c';
}

/* line 5023, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-calendar-account:before {
  content: '\f204';
}

/* line 5026, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-paste:before {
  content: '\f109';
}

/* line 5029, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-cut:before {
  content: '\f1bc';
}

/* line 5032, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-save:before {
  content: '\f297';
}

/* line 5035, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-smartphone-code:before {
  content: '\f139';
}

/* line 5038, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions-bike:before {
  content: '\f117';
}

/* line 5041, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions-boat:before {
  content: '\f11a';
}

/* line 5044, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions-bus:before {
  content: '\f121';
}

/* line 5047, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions-car:before {
  content: '\f125';
}

/* line 5050, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions-railway:before {
  content: '\f1b3';
}

/* line 5053, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions-run:before {
  content: '\f215';
}

/* line 5056, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions-subway:before {
  content: '\f1d5';
}

/* line 5059, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions-walk:before {
  content: '\f216';
}

/* line 5062, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-hotel:before {
  content: '\f178';
}

/* line 5065, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-activity:before {
  content: '\f1df';
}

/* line 5068, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-play:before {
  content: '\f1df';
}

/* line 5071, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-airport:before {
  content: '\f103';
}

/* line 5074, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-atm:before {
  content: '\f198';
}

/* line 5077, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-bar:before {
  content: '\f137';
}

/* line 5080, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-cafe:before {
  content: '\f13b';
}

/* line 5083, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-car-wash:before {
  content: '\f124';
}

/* line 5086, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-convenience-store:before {
  content: '\f1d3';
}

/* line 5089, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-dining:before {
  content: '\f153';
}

/* line 5092, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-drink:before {
  content: '\f157';
}

/* line 5095, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-florist:before {
  content: '\f168';
}

/* line 5098, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-gas-station:before {
  content: '\f16f';
}

/* line 5101, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-grocery-store:before {
  content: '\f1cb';
}

/* line 5104, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-hospital:before {
  content: '\f177';
}

/* line 5107, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-laundry-service:before {
  content: '\f1e9';
}

/* line 5110, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-library:before {
  content: '\f18d';
}

/* line 5113, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-mall:before {
  content: '\f195';
}

/* line 5116, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-movies:before {
  content: '\f19d';
}

/* line 5119, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-offer:before {
  content: '\f187';
}

/* line 5122, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-parking:before {
  content: '\f1a5';
}

/* line 5125, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-parking:before {
  content: '\f1a5';
}

/* line 5128, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-pharmacy:before {
  content: '\f176';
}

/* line 5131, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-phone:before {
  content: '\f2be';
}

/* line 5134, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-pizza:before {
  content: '\f1ac';
}

/* line 5137, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-post-office:before {
  content: '\f15a';
}

/* line 5140, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-printshop:before {
  content: '\f1b0';
}

/* line 5143, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-see:before {
  content: '\f28c';
}

/* line 5146, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-shipping:before {
  content: '\f1e6';
}

/* line 5149, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-store:before {
  content: '\f1d4';
}

/* line 5152, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-taxi:before {
  content: '\f123';
}

/* line 5155, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-local-wc:before {
  content: '\f211';
}

/* line 5158, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-my-location:before {
  content: '\f299';
}

/* line 5161, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_font.scss */
.zmdi-directions:before {
  content: '\f1e7';
}

@-webkit-keyframes box-image-header {
  from {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@-moz-keyframes box-image-header {
  from {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@-ms-keyframes box-image-header {
  /* line 193, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  from {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }
  /* line 200, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@-o-keyframes box-image-header {
  from {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@keyframes box-image-header {
  from {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-5 {
  margin-top: 5px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-25 {
  margin-top: 25px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-35 {
  margin-top: 35px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-45 {
  margin-top: 45px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-55 {
  margin-top: 55px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-55 {
  margin-bottom: 55px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-65 {
  margin-top: 65px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-65 {
  margin-bottom: 65px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-75 {
  margin-top: 75px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-75 {
  margin-bottom: 75px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-85 {
  margin-top: 85px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-85 {
  margin-bottom: 85px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-90 {
  margin-top: 90px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-95 {
  margin-top: 95px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-95 {
  margin-bottom: 95px !important;
}

/* line 210, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 213, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-0 {
  padding-top: 0px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-25 {
  padding-bottom: 25px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-35 {
  padding-bottom: 35px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-45 {
  padding-bottom: 45px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-55 {
  padding-bottom: 55px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-65 {
  padding-bottom: 65px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-75 {
  padding-bottom: 75px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-85 {
  padding-bottom: 85px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-95 {
  padding-top: 95px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-95 {
  padding-bottom: 95px !important;
}

/* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 222, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-0 {
  padding-left: 0px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-0 {
  padding-right: 0px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-0 {
  padding-right: 0px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-0 {
  padding-left: 0px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-5 {
  padding-left: 5px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-5 {
  padding-right: 5px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-5 {
  padding-right: 5px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-5 {
  padding-left: 5px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-10 {
  padding-right: 10px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-10 {
  padding-left: 10px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-15 {
  padding-left: 15px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-20 {
  padding-right: 20px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-20 {
  padding-left: 20px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-25 {
  padding-left: 25px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-25 {
  padding-right: 25px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-25 {
  padding-right: 25px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-25 {
  padding-left: 25px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-30 {
  padding-left: 30px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-30 {
  padding-right: 30px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-30 {
  padding-left: 30px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-35 {
  padding-left: 35px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-35 {
  padding-right: 35px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-35 {
  padding-right: 35px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-35 {
  padding-left: 35px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-40 {
  padding-left: 40px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-40 {
  padding-right: 40px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-40 {
  padding-right: 40px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-40 {
  padding-left: 40px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-45 {
  padding-left: 45px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-45 {
  padding-right: 45px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-45 {
  padding-right: 45px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-45 {
  padding-left: 45px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-50 {
  padding-left: 50px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-50 {
  padding-right: 50px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-50 {
  padding-right: 50px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-50 {
  padding-left: 50px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-55 {
  padding-left: 55px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-55 {
  padding-right: 55px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-55 {
  padding-right: 55px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-55 {
  padding-left: 55px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-60 {
  padding-left: 60px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-60 {
  padding-right: 60px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-60 {
  padding-right: 60px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-60 {
  padding-left: 60px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-65 {
  padding-left: 65px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-65 {
  padding-right: 65px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-65 {
  padding-right: 65px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-65 {
  padding-left: 65px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-70 {
  padding-left: 70px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-70 {
  padding-right: 70px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-70 {
  padding-right: 70px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-70 {
  padding-left: 70px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-75 {
  padding-left: 75px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-75 {
  padding-right: 75px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-75 {
  padding-right: 75px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-75 {
  padding-left: 75px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-80 {
  padding-left: 80px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-80 {
  padding-right: 80px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-80 {
  padding-right: 80px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-80 {
  padding-left: 80px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-85 {
  padding-left: 85px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-85 {
  padding-right: 85px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-85 {
  padding-right: 85px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-85 {
  padding-left: 85px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-90 {
  padding-left: 90px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-90 {
  padding-right: 90px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-90 {
  padding-right: 90px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-90 {
  padding-left: 90px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-95 {
  padding-left: 95px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-95 {
  padding-right: 95px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-95 {
  padding-right: 95px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-95 {
  padding-left: 95px !important;
  padding-right: 15px !important;
}

/* line 228, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pl-100 {
  padding-left: 100px !important;
}

/* line 230, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pl-100 {
  padding-right: 100px !important;
  padding-left: 15px !important;
}

/* line 235, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.pr-100 {
  padding-right: 100px !important;
}

/* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.lang-rtl .pr-100 {
  padding-left: 100px !important;
  padding-right: 15px !important;
}

@media (min-width: 1600px) {
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-0 {
    margin-top: 0px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-0 {
    margin-bottom: 0px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-5 {
    margin-top: 5px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-5 {
    margin-bottom: 5px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-10 {
    margin-top: 10px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-10 {
    margin-bottom: 10px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-15 {
    margin-top: 15px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-15 {
    margin-bottom: 15px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-20 {
    margin-top: 20px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-20 {
    margin-bottom: 20px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-25 {
    margin-top: 25px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-25 {
    margin-bottom: 25px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-30 {
    margin-top: 30px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-30 {
    margin-bottom: 30px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-35 {
    margin-top: 35px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-35 {
    margin-bottom: 35px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-40 {
    margin-top: 40px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-40 {
    margin-bottom: 40px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-45 {
    margin-top: 45px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-45 {
    margin-bottom: 45px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-50 {
    margin-top: 50px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-50 {
    margin-bottom: 50px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-55 {
    margin-top: 55px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-55 {
    margin-bottom: 55px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-60 {
    margin-top: 60px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-60 {
    margin-bottom: 60px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-65 {
    margin-top: 65px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-65 {
    margin-bottom: 65px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-70 {
    margin-top: 70px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-70 {
    margin-bottom: 70px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-75 {
    margin-top: 75px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-75 {
    margin-bottom: 75px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-80 {
    margin-top: 80px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-80 {
    margin-bottom: 80px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-85 {
    margin-top: 85px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-85 {
    margin-bottom: 85px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-90 {
    margin-top: 90px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-90 {
    margin-bottom: 90px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-95 {
    margin-top: 95px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-95 {
    margin-bottom: 95px !important;
  }
  /* line 246, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xlg-100 {
    margin-top: 100px !important;
  }
  /* line 249, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xlg-100 {
    margin-bottom: 100px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-0 {
    padding-left: 0px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-0 {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-0 {
    padding-right: 0px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-0 {
    padding-left: 0px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-5 {
    padding-left: 5px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-5 {
    padding-right: 5px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-5 {
    padding-right: 5px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-5 {
    padding-left: 5px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-10 {
    padding-left: 10px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-10 {
    padding-right: 10px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-10 {
    padding-right: 10px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-10 {
    padding-left: 10px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-15 {
    padding-left: 15px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-15 {
    padding-right: 15px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-20 {
    padding-left: 20px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-20 {
    padding-right: 20px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-20 {
    padding-right: 20px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-20 {
    padding-left: 20px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-25 {
    padding-left: 25px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-25 {
    padding-right: 25px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-25 {
    padding-right: 25px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-25 {
    padding-left: 25px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-30 {
    padding-left: 30px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-30 {
    padding-right: 30px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-30 {
    padding-right: 30px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-30 {
    padding-left: 30px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-35 {
    padding-left: 35px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-35 {
    padding-right: 35px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-35 {
    padding-right: 35px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-35 {
    padding-left: 35px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-40 {
    padding-left: 40px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-40 {
    padding-right: 40px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-40 {
    padding-right: 40px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-40 {
    padding-left: 40px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-45 {
    padding-left: 45px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-45 {
    padding-right: 45px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-45 {
    padding-right: 45px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-45 {
    padding-left: 45px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-50 {
    padding-left: 50px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-50 {
    padding-right: 50px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-50 {
    padding-right: 50px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-50 {
    padding-left: 50px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-55 {
    padding-left: 55px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-55 {
    padding-right: 55px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-55 {
    padding-right: 55px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-55 {
    padding-left: 55px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-60 {
    padding-left: 60px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-60 {
    padding-right: 60px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-60 {
    padding-right: 60px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-60 {
    padding-left: 60px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-65 {
    padding-left: 65px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-65 {
    padding-right: 65px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-65 {
    padding-right: 65px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-65 {
    padding-left: 65px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-70 {
    padding-left: 70px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-70 {
    padding-right: 70px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-70 {
    padding-right: 70px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-70 {
    padding-left: 70px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-75 {
    padding-left: 75px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-75 {
    padding-right: 75px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-75 {
    padding-right: 75px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-75 {
    padding-left: 75px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-80 {
    padding-left: 80px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-80 {
    padding-right: 80px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-80 {
    padding-right: 80px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-80 {
    padding-left: 80px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-85 {
    padding-left: 85px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-85 {
    padding-right: 85px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-85 {
    padding-right: 85px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-85 {
    padding-left: 85px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-90 {
    padding-left: 90px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-90 {
    padding-right: 90px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-90 {
    padding-right: 90px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-90 {
    padding-left: 90px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-95 {
    padding-left: 95px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-95 {
    padding-right: 95px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-95 {
    padding-right: 95px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-95 {
    padding-left: 95px !important;
    padding-right: 15px !important;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xlg-100 {
    padding-left: 100px !important;
  }
  /* line 257, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xlg-100 {
    padding-right: 100px !important;
    padding-left: 15px !important;
  }
  /* line 262, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xlg-100 {
    padding-right: 100px !important;
  }
  /* line 264, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xlg-100 {
    padding-left: 100px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-35 {
    margin-top: 35px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-55 {
    margin-top: 55px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-55 {
    margin-bottom: 55px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-65 {
    margin-top: 65px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-65 {
    margin-bottom: 65px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-75 {
    margin-top: 75px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-75 {
    margin-bottom: 75px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-85 {
    margin-top: 85px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-85 {
    margin-bottom: 85px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-95 {
    margin-top: 95px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-95 {
    margin-bottom: 95px !important;
  }
  /* line 274, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-0 {
    padding-left: 0px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-0 {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-0 {
    padding-right: 0px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-0 {
    padding-left: 0px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-5 {
    padding-right: 5px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-5 {
    padding-left: 5px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-10 {
    padding-right: 10px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-10 {
    padding-left: 10px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-20 {
    padding-right: 20px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-20 {
    padding-left: 20px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-25 {
    padding-left: 25px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-25 {
    padding-right: 25px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-25 {
    padding-right: 25px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-25 {
    padding-left: 25px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-30 {
    padding-right: 30px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-30 {
    padding-left: 30px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-35 {
    padding-left: 35px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-35 {
    padding-right: 35px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-35 {
    padding-right: 35px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-35 {
    padding-left: 35px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-40 {
    padding-right: 40px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-40 {
    padding-left: 40px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-45 {
    padding-left: 45px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-45 {
    padding-right: 45px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-45 {
    padding-right: 45px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-45 {
    padding-left: 45px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-50 {
    padding-right: 50px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-50 {
    padding-left: 50px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-55 {
    padding-left: 55px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-55 {
    padding-right: 55px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-55 {
    padding-right: 55px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-55 {
    padding-left: 55px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-60 {
    padding-left: 60px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-60 {
    padding-right: 60px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-60 {
    padding-left: 60px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-65 {
    padding-left: 65px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-65 {
    padding-right: 65px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-65 {
    padding-right: 65px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-65 {
    padding-left: 65px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-70 {
    padding-left: 70px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-70 {
    padding-right: 70px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-70 {
    padding-left: 70px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-75 {
    padding-left: 75px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-75 {
    padding-right: 75px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-75 {
    padding-right: 75px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-75 {
    padding-left: 75px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-80 {
    padding-left: 80px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-80 {
    padding-right: 80px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-80 {
    padding-right: 80px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-80 {
    padding-left: 80px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-85 {
    padding-left: 85px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-85 {
    padding-right: 85px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-85 {
    padding-right: 85px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-85 {
    padding-left: 85px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-90 {
    padding-left: 90px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-90 {
    padding-right: 90px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-90 {
    padding-right: 90px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-90 {
    padding-left: 90px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-95 {
    padding-left: 95px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-95 {
    padding-right: 95px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-95 {
    padding-right: 95px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-95 {
    padding-left: 95px !important;
    padding-right: 15px !important;
  }
  /* line 283, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pl-xs-100 {
    padding-left: 100px !important;
  }
  /* line 285, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pl-xs-100 {
    padding-right: 100px !important;
    padding-left: 15px !important;
  }
  /* line 290, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .pr-xs-100 {
    padding-right: 100px !important;
  }
  /* line 292, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .lang-rtl .pr-xs-100 {
    padding-left: 100px !important;
    padding-right: 15px !important;
  }
}

/* line 299, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.p-0 {
  padding: 0;
}

/* line 303, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.hidden, .hide {
  display: none !important;
}

/* line 304, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
html {
  font-size: 62.5%;
}

/* line 307, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
body {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  color: #222;
  position: relative;
}

/* line 314, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 316, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

/* line 320, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.title {
  margin-bottom: 11px;
}

/* line 324, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
a:focus, a:hover {
  text-decoration: none;
}

/* line 329, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 334, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.row.spacing-60 {
  margin: 0 -30px;
}

/* line 336, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.row.spacing-60 > [class*="col-"] {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  /* line 334, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .row.spacing-60 {
    margin: 0 -15px;
  }
  /* line 341, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .row.spacing-60 > [class*="col-"] {
    padding: 0 15px;
  }
}

@media (min-width: 1600px) {
  /* line 347, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .container-ct {
    width: 1570px !important;
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  /* line 347, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
  .container-ct {
    width: 1200px;
    max-width: 100%;
  }
}

/* line 358, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 365, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header {
  background-color: #fff;
  position: relative;
}

/* line 369, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header {
  padding: 17px 30px;
}

/* line 374, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .header-menu ul, .header .header_content .header-sticky .header-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 380, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .header-menu ul li, .header .header_content .header-sticky .header-menu ul li {
  padding: 0 20px;
}

/* line 382, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .header-menu ul li:first-child, .header .header_content .header-sticky .header-menu ul li:first-child {
  padding-left: 0;
}

/* line 385, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .header-menu ul li:last-child, .header .header_content .header-sticky .header-menu ul li:last-child {
  padding-right: 0;
}

/* line 388, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .header-menu ul li a, .header .header_content .header-sticky .header-menu ul li a {
  font-family: "Rajdhani", sans-serif;
  font-size: 11px;
  color: #222;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* line 395, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .header-menu ul li a:hover, .header .header_content .header-sticky .header-menu ul li a:hover {
  color: #a28dff;
}

/* line 403, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .purchase-header .purchase_mail, .header .header_content .header-sticky .purchase-header .purchase_mail {
  background-image: -webkit-linear-gradient(right, #006434 0%, #006434 51%, #6fc500 100%);
  background-image: -o-linear-gradient(right, #006434 0%, #006434 51%, #6fc500 100%);
  background-image: linear-gradient(to right, #006434 0%, #006434 51%, #6fc500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1D1B43', endColorstr='#FF1FACA7', GradientType=1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 406, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .purchase-header .purchase_mail:hover, .header .header_content .header-sticky .purchase-header .purchase_mail:hover {
  background-image: -webkit-linear-gradient(right, #6fc500 0%, #006434 51%, #6fc500 100%);
  background-image: -o-linear-gradient(right, #6fc500 0%, #006434 51%, #6fc500 100%);
  background-image: linear-gradient(to right, #6fc500 0%, #006434 51%, #6fc500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1D1B43', endColorstr='#FF1FACA7', GradientType=1);
}

/* line 410, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .purchase-header .purchase_cart, .header .header_content .header-sticky .purchase-header .purchase_cart {
  background-image: -webkit-linear-gradient(right, #6fc500 0%, #006434 51%, #6fc500 100%);
  background-image: -o-linear-gradient(right, #6fc500 0%, #006434 51%, #6fc500 100%);
  background-image: linear-gradient(to right, #6fc500 0%, #006434 51%, #6fc500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1FACA7', endColorstr='#FF1FACA7', GradientType=1);
  margin-left: 10px;
}

/* line 414, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .purchase-header a, .header .header_content .header-sticky .purchase-header a {
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-width: 161px;
  min-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-size: 200% auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

/* line 430, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .purchase-header a i, .header .header_content .header-sticky .purchase-header a i {
  position: relative;
  z-index: 2;
  margin-right: 15px;
}

/* line 435, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .purchase-header a .icon_cart, .header .header_content .header-sticky .purchase-header a .icon_cart {
  background-image: url(../img/icon_cart.png);
  width: 10px;
  height: 12px;
  z-index: 2;
}

/* line 441, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .purchase-header a .icon_mail, .header .header_content .header-sticky .purchase-header a .icon_mail {
  background-image: url(../img/icon_mail.png);
  width: 24px;
  height: 12px;
  z-index: 2;
}

/* line 447, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header_content .site-header .purchase-header a:hover, .header .header_content .header-sticky .purchase-header a:hover {
  background-position: right center;
}

/* line 456, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-image-center .img-header img {
  -webkit-animation: box-image-header 3s infinite linear 0.2s;
  -moz-animation: box-image-header 3s infinite linear 0.2s;
  -ms-animation: box-image-header 3s infinite linear 0.2s;
  -o-animation: box-image-header 3s infinite linear 0.2s;
  animation: box-image-header 3s infinite linear 0.2s;
}

/* line 461, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include {
  margin-top: 90px;
}

/* line 463, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include .text-block {
  text-align: center;
  position: relative;
}

/* line 467, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include .text-block .title-info {
  font-size: 2.4rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #fff;
  animation: slider-right 1s linear;
  margin-bottom: 44px;
}

/* line 474, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include .text-block .title-info span {
  text-transform: uppercase;
  font-weight: 900;
}

/* line 481, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include .header-item .plugin_item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  margin-right: 30px;
  position: relative;
}

/* line 486, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include .header-item .plugin_item:last-child {
  margin-right: 0;
}

/* line 489, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include .header-item .plugin_item img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 492, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include .header-item .plugin_item .text-discount {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background-color: #e9510f;
  top: -10px;
  right: -10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 507, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.header .header-include .header-item .plugin_item .text-discount.color {
  background-color: #8a56d7;
}

/* line 518, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .visual-composer {
  position: relative;
  height: 633px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 206px;
}

/* line 524, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .visual-composer:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_header.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 330px;
}

/* line 534, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .visual-composer .icon-composer {
  margin-top: 18px;
  margin-bottom: 39px;
}

/* line 538, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .visual-composer .title-block {
  font-family: "Rajdhani", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #1d1b43;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* line 546, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .visual-composer h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  margin-bottom: 33px;
  margin: 0 130px;
}

/* line 556, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .visual-composer .get-all > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-image: -webkit-linear-gradient(right, #21a2fd 0%, #7967fe 51%, #21a2fd 100%);
  background-image: -o-linear-gradient(right, #21a2fd 0%, #7967fe 51%, #21a2fd 100%);
  background-image: linear-gradient(to right, #21a2fd 0%, #7967fe 51%, #21a2fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF21A2FD', endColorstr='#FF21A2FD', GradientType=1);
  padding: 20px 30px;
  max-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  max-width: 230px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 200% auto;
  position: relative;
}

/* line 573, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .visual-composer .get-all > a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background-position: right center;
}

/* line 578, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .visual-composer .get-all .icon-getall {
  margin-top: 18px;
}

/* line 583, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage {
  background: #0c2f1e;
}

/* line 588, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .image {
  position: relative;
  height: 620px;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.25);
}

/* line 593, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .image .img-scroll {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  transition: all 3s linear;
  background-repeat: no-repeat;
}

/* line 603, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .image:hover .img-scroll {
  background-position: bottom;
}

/* line 608, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .list-tab-homepage {
  padding: 45px 0 65px;
}

/* line 610, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .list-tab-homepage ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 616, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .list-tab-homepage ul li {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  position: relative;
  border: none;
  cursor: pointer;
}

/* line 626, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .list-tab-homepage ul li .number {
  position: relative;
  display: inline-block;
  font-size: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #006434;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* line 640, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .list-tab-homepage ul li.current, .main-content .tab-homepage .list-tab-homepage ul li:hover {
  color: #6fc500;
}

/* line 643, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .list-tab-homepage ul li.current span:after, .main-content .tab-homepage .list-tab-homepage ul li:hover span:after {
  width: 100%;
}

/* line 651, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .isotope-item {
  z-index: 2;
}

/* line 655, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* line 660, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .isotope,
.main-content .tab-homepage .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 668, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .content-tab-homepage .name-home {
  margin: 0;
  position: relative;
}

/* line 671, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .content-tab-homepage .name-home > a {
  font-size: 13px;
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 30px 0;
  max-height: 50px;
}

/* line 682, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .content-tab-homepage .name-home .name-home-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-linear-gradient(right, #75cf00 0%, #006434 51%, #75cf00 100%);
  background-image: -o-linear-gradient(right, #75cf00 0%, #006434 51%, #75cf00 100%);
  background-image: linear-gradient(to right, #75cf00 0%, #006434 51%, #75cf00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF36A6CE', endColorstr='#FF36A6CE', GradientType=1);
  background-size: 200% auto;
  opacity: 0;
  visibility: hidden;
  top: 15px;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 696, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .content-tab-homepage .name-home .name-home-hover:hover {
  background-position: right center;
}

/* line 701, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .content-tab-homepage .item {
  margin-bottom: 40px;
}

/* line 705, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .tab-homepage .content-tab-homepage .item:hover .name-home .name-home-hover {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/* line 715, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features {
  padding: 95px 0 60px 0;
}

/* line 718, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features .title-key .title {
  font-size: 3.4rem;
  font-family: "Rajdhani", sans-serif;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 726, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features .title-key .sub_title {
  font-size: 1.5rem;
  font-family: "Rajdhani", sans-serif;
  color: #909090;
  font-weight: 600;
  margin-bottom: 30px;
}

/* line 734, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features .box-item {
  margin-top: 57px;
}

/* line 737, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features .box-item .box .price {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 100%;
  max-width: 31px;
  padding: 7.5px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 751, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features .box-item .box .icon_box {
  margin-bottom: 25px;
}

/* line 754, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features .box-item .box .text_box {
  padding-bottom: 50px;
}

/* line 756, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features .box-item .box .text_box .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 764, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .main_features .box-item .box .text_box .sub_title {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  padding: 0 18px;
}

/* line 775, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .intro_prestashop {
  padding: 84px 0 100px 0;
}

/* line 778, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .intro_prestashop .text-intro h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #101010;
  margin-bottom: 10px;
}

/* line 785, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .intro_prestashop .text-intro h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  color: #101010;
  margin-bottom: 36px;
}

/* line 792, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .intro_prestashop .text-intro p {
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 300;
  color: #939393;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto;
}

/* line 800, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .intro_prestashop .text-intro p span {
  font-weight: 700;
}

/* line 807, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial {
  padding: 120px 0;
  background: #eee;
}

/* line 811, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial {
  background: #fff;
  padding: 30px 5px 30px 20px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 10px 11px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 11px 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 10px 11px 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 10px 11px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 11px 20px rgba(0, 0, 0, 0.15);
}

/* line 816, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial .customer {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}

/* line 820, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial .customer:before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 31px;
  background: url("../img/icon_forma_testimonial.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

/* line 830, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial .customer .name_customer {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 3px;
}

/* line 837, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial .customer .support_customer {
  font-family: "Rajdhani", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #909090;
  text-transform: uppercase;
}

/* line 845, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial .testimonial__review {
  margin-bottom: 20px;
}

/* line 847, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial .testimonial__review .spr-review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 849, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial .testimonial__review .spr-review i {
  color: #2e9529;
}

/* line 854, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.main-content .testimonial .content_testimonial .box-testimonial .description {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  margin-bottom: 27px;
}

/* line 867, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.description {
  font-family: "Roboto", serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #444;
  line-height: 22px;
}

/* line 876, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer {
  text-align: center;
  position: relative;
  background-color: #1a1932;
}

/* line 880, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_footer.png) no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 457px;
}

/* line 890, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top {
  padding-top: 140px;
  padding-bottom: 110px;
  position: relative;
  z-index: 99;
}

/* line 895, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

/* line 902, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  color: #fff;
  margin-bottom: 54px;
}

/* line 910, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top .nav .icon_footer {
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  transition: all 0.45s ease;
}

/* line 918, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top .nav .icon_footer:not(:last-child) {
  padding: 6px 50px 6px 6px;
  margin-right: 10px;
}

/* line 922, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top .nav .icon_footer .text {
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  color: #7974e4;
  font-weight: 500;
  margin-top: 20px;
}

/* line 932, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top .get-all > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-image: -webkit-linear-gradient(right, #1faca7 0%, #007ab2 51%, #1faca7 100%);
  background-image: -o-linear-gradient(right, #1faca7 0%, #007ab2 51%, #1faca7 100%);
  background-image: linear-gradient(to right, #1faca7 0%, #007ab2 51%, #1faca7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1FACA7', endColorstr='#FF1FACA7', GradientType=1);
  background-size: 200% auto;
  padding: 20px 30px;
  max-height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  max-width: 280px;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/* line 949, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top .get-all > a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background-position: right center;
}

/* line 954, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .footer_top .get-all .icon-getall {
  margin-top: 18px;
}

/* line 960, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/style.scss */
.footer .description_ft {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 60px 0 50px;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes down {
  from {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slider-right {
  from {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slider-left {
  from {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes opacity {
  from {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 7, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
.navigation-mobile {
  font-size: 17px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: right;
}

/* line 17, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
.navigation-mobile:hover {
  color: #222;
}

/* line 21, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
.menumobile {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  background: #222;
  padding: 0 15px;
  z-index: 9999;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* line 35, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
.menumobile .list-inline-item {
  display: block;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 39, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
.menumobile .list-inline-item a {
  color: #fff;
}

/* line 41, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
.menumobile .list-inline-item a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 47, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
.menumobile .list-inline-item:not(:last-child) {
  margin-right: 0;
}

/* line 53, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
.mobileheader.active .menumobile {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1600px) {
  /* line 61, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .container-width {
    width: 1690px !important;
    max-width: 1690px !important;
    margin: 0 auto;
  }
  /* line 66, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .col-custom {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media (max-width: 1600px) {
  /* line 73, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .container-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}



@media (min-width: 1200px) {
  /* line 87, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .container {
    width: 1200px;
  }
}

@media (max-width: 1599px) and (min-width: 1440px) {
  /* line 92, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .container-width {
    width: 1290px !important;
    max-width: 1290px !important;
    margin: 0 auto;
  }
  /* line 99, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .col-custom {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  /* line 106, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .container-width {
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto;
  }
  /* line 112, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .col-custom {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media (max-width: 1199px) {
  /* line 120, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header_content .header_top .header_nav li {
    padding-left: 24px;
  }
  /* line 123, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header_content .header_top .content_left .vertical_menu {
    top: 50px;
  }
  /* line 127, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header_content .header_top .header-sticky .content_left .vertical_menu {
    top: 41px;
  }
  /* line 134, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .visual-composer .icon-composer {
    margin-top: 8px;
  }
  /* line 139, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .visual-composer {
    padding-top: 125px;
  }
  /* line 142, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .logo-page, .header-menu {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  /* line 149, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  #header-section .header-text .sub-title {
    width: 93%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 156, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .mb-lg-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  /* line 162, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header-sticky {
    position: fixed;
    width: 100%;
    top: -60px;
    left: 0;
    z-index: 999;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.35s ease;
    visibility: hidden;
    padding: 5px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #fff;
  }
  /* line 175, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header-sticky .header_nav ul {
    display: flex;
    margin-left: 56px;
    margin: 0;
  }
  /* line 180, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header-sticky .header_nav li {
    list-style-type: none;
    padding-left: 51px;
  }
  /* line 183, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header-sticky .header_nav li a {
    font-family: "Rajdhani", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  /* line 189, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header-sticky .header_nav li a:hover {
    color: #a28dff;
  }
  /* line 196, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header.fixed {
    position: relative;
  }
  /* line 199, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header.fixed .header_content .header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    visibility: visible;
    transition: top 0.45s ease;
  }
}

@media (max-width: 991px) {
  /* line 215, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header_content .header-sticky {
    display: none;
  }
  /* line 219, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header-sticky .header_nav li {
    padding: 0 10.5px;
  }
  /* line 225, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .testimonial .content_testimonial .box-testimonial {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 234, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header_content .header_top {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
  /* line 237, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header_content .header_top .purchase-header {
    padding-top: 20px;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important;
  }
  /* line 244, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header .header-sticky .purchase-header {
    display: none !important;
  }
  /* line 252, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .list-tab-homepage ul {
    width: 100%;
    overflow-x: auto;
  }
  /* line 255, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .list-tab-homepage ul li {
    padding: 0 10px;
  }
  /* line 260, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .image {
    height: 250px !important;
  }
  /* line 266, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .pre-made .pre-made-content .image {
    height: 127px !important;
  }
  /* line 272, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .intro_prestashop .image_pretashop {
    padding-top: 40px;
  }
  /* line 277, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .support .image_support {
    padding-bottom: 40px;
  }
  /* line 284, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer .nav a {
    padding: 6px 40px 6px 6px;
  }
}

@media (max-width: 767px) {
  /* line 291, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  html {
    font-size: 50%;
  }
  .logo-page, .header-menu {
  	margin-bottom: 0;
  }
  /* line 294, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 301, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 308, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header_menu_mb {
    padding: 10px 30px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  /* line 312, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header_menu_mb .purchase-header a {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    background: #1d1b43;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: center;
  }
  /* line 325, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header_menu_mb .item-mobile-top i {
    color: #1d1b43;
    font-size: 3rem;
    font-weight: 400;
  }
  /* line 330, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header_menu_mb .header_menu {
    background: #fff;
    color: #666;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -230px;
    right: auto;
    width: 230px;
    height: 100%;
    -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    -moz-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    -o-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    overflow: hidden;
    display: block;
    text-align: left;
    list-style-type: none;
    padding: 30px 0;
  }
  /* line 350, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header_menu_mb .header_menu li {
    padding: 5px 20px;
  }
  /* line 352, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header_menu_mb .header_menu li a {
    font-size: 13px;
    color: #222;
    font-weight: 500;
  }
  /* line 359, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .header_menu_mb .header-menu.active .header_menu {
    left: 0;
  }
  /* line 364, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage {
    padding-top: 0;
  }
  /* line 367, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .list-tab-homepage ul {
    overflow-x: auto;
    width: 100%;
  }
  /* line 371, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .list-tab-homepage ul li {
    padding: 0 10px;
  }
  /* line 373, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .list-tab-homepage ul li > div:not(.number) {
    white-space: nowrap;
  }
  /* line 376, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .list-tab-homepage ul li span {
    padding-top: 18px;
    padding-bottom: 19px;
  }
  /* line 383, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .image {
    height: 220px !important;
  }
  /* line 386, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .main-tab-homepage {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  /* line 389, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .main-tab-homepage .item {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 30px;
  }
  /* line 395, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .tab-homepage .main-tab-homepage .item .name-home a {
    max-height: 40px;
  }
  /* line 403, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .visual-composer .icon-composer {
    margin-top: 0;
  }
  /* line 406, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .pre-made {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  /* line 409, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .pre-made .title-pre-made {
    padding-bottom: 44px;
  }
  /* line 413, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .pre-made .pre-made-content > .item {
    margin-bottom: 20px;
  }
  /* line 416, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .pre-made .pre-made-content .image {
    height: 167px !important;
  }
  /* line 421, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .key_features {
    padding-top: 55px;
    padding-bottom: 65px;
  }
  /* line 424, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .key_features .title-key .sub_title {
    margin-bottom: 20px;
  }
  /* line 427, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .key_features .box-item {
    margin-top: 37px;
  }
  /* line 431, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .intro_prestashop {
    padding-top: 44px;
    padding-bottom: 65px;
  }
  /* line 434, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .intro_prestashop .image_pretashop {
    padding-top: 40px;
  }
  /* line 438, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .support {
    padding-top: 55px;
    padding-bottom: 65px;
  }
  /* line 441, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .support .image_support {
    padding-bottom: 40px;
  }
  /* line 445, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .testimonial {
    padding-top: 50px;
  }
  /* line 448, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .content_testimonial .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  /* line 451, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .content_testimonial .row .col-xl-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  /* line 458, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer .footer_top {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  /* line 461, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer .footer_top h3 {
    margin-bottom: 34px;
  }
  /* line 466, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer .nav li {
    margin-bottom: 20px;
  }
  /* line 469, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer .nav a {
    padding: 6px 38px 6px 6px;
  }
  /* line 473, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer .container {
    width: 100%;
  }
  /* line 477, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  body .canvas-overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  /* line 498, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  body .canvas-overlay.act {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  /* line 509, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .visual-composer {
    padding-top: 70px;
    height: 500px;
  }
  /* line 512, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .visual-composer h3 {
    margin: 0;
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  /* line 519, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .main-content .key_features .box-item .box {
    margin-left: auto;
    margin-right: auto;
  }
  .main-content .tab-homepage .list-tab-homepage ul {
	    -webkit-justify-content: start !important;
	    -moz-justify-content: start !important;
	    -ms-justify-content: start !important;
	    justify-content: start !important;
	    -ms-flex-pack: start !important;
  }
  /* line 523, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 530, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer_top .nav {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: start !important;
    -moz-justify-content: start !important;
    -ms-justify-content: start !important;
    justify-content: start !important;
    -ms-flex-pack: start !important;
  }
  /* line 534, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer_top .nav .text {
    white-space: nowrap;
  }
}

@media (max-width: 385px) {
  /* line 540, C:/Users/Admin/Desktop/Landing Page Electronic/assets/scss/_responsive.scss */
  .footer .nav li a {
    padding: 6px 27px 6px 6px;
  }
}

/*# sourceMappingURL=../css/style.map */