@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/Rajdhani.woff2) format('woff2');
} @font-face {
  font-family: 'IcoFont';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/IcoFont.woff2) format('woff2');
} @font-face { font-family: 'IcoFont'; font-style: normal; font-weight: 700; font-display: swap; src: url(../font/IcoFont.woff2) format('woff2'); } :root { --body-font-family: Hind, sans-serif; --heading-font-family: Rajdhani, sans-serif; --body-font-size: 16px; --heading-font-weight: 700; --section-title-font-weight: 700; --brand-color: #FF7300; --brand-color-dark: #e66700; --brand-color-rgb: 255, 115, 0; --brand-color-1: #5ec251; --brand-color-1-dark: #4fb941; --brand-color-1-rgb: 94, 194, 81; --white-color: #fff; --white-color-rgb: 255, 255, 255; --dark-color: #182333; --dark-color-rgb: 24, 35, 51; --light-color: #F6F8FA; --text-color: #768492; --border-color: #eee; --border-dark-color: rgba(255, 255, 255, 0.1); --border-radius: 0.45em; } :root { --display-two: clamp(2.45rem, 1.5rem + 3vw, 4.35rem); --heading-one: clamp(2.5rem, 1.4rem + 2vw, 3.125rem); --heading-two: clamp(2.15rem, 1.2rem + 1.5vw, 2.85rem); --heading-three: clamp(1.65rem, 1rem + 1vw, 2.05rem); --heading-four: clamp(1.4rem, 1rem + 1vw, 1.5rem); --heading-five: clamp(1.25rem, 0.85rem + 0.6vw, 1.3rem); --heading-six: clamp(1rem, 0.875rem + 0.5vw, 1.0625rem); } body, html { overflow-x: hidden; } body { display: flex; min-height: 100vh; overflow-x: hidden; flex-direction: column; font-family: var(--body-font-family); color: var(--text-color); line-height: 1.8; font-size: var(--font-size); } :root { scroll-behavior: inherit; font-size: var(--body-font-size); } @media (max-width: 990.98px) { :root { font-size: 90%; } } img { max-width: 100%; } a { color: inherit; transition: 0.5s; text-decoration: none; outline: 0 !important; cursor: pointer; } a:hover, a:focus { text-decoration: none; } .btn, .nav-menu-link { font-family: var(--heading-font-family); } .btn, .nav-link { font-family: var(--heading-font-family); } ul { padding: 0; margin: 0; list-style: none; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, b, strong { color: var(--dark-color); font-family: var(--heading-font-family); font-weight: var(--heading-font-weight); } .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark .h1, .bg-dark .h2, .bg-dark .h3, .bg-dark .h4, .bg-dark .h5, .bg-dark .h6, .bg-dark b, .bg-dark strong { color: var(--white-color); } .bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6, .bg-white .h1, .bg-white .h2, .bg-white .h3, .bg-white .h4, .bg-white .h5, .bg-white .h6 { color: var(--dark-color); } .heading-font-family { font-family: var(--heading-font-family); } .display2 { font-size: var(--display-two); } h1, .h1 { font-size: var(--heading-one); } h2, .h2 { font-size: var(--heading-two); } h3, .h3 { font-size: var(--heading-three); } h4, .h4 { font-size: var(--heading-four); } h5, .h5 { font-size: var(--heading-five); line-height: 1.333; } h6, .h6 { font-size: var(--heading-six); line-height: 1.333; } dt { color: var(--dark-color); } blockquote { display: flex; align-items: start; flex-wrap: wrap; padding: 30px 70px 30px 80px; background-color: rgba(var(--brand-color-1-rgb), 0.1); color: rgba(var(--dark-color-rgb), 1); position: relative; } blockquote p:before { font-family: "Phosphor" !important; content: "\e660"; position: absolute; top: 22px; left: 22px; font-size: 42px; line-height: 54px; letter-spacing: -0.02em; color: var(--brand-color-1); transform: rotate(180deg); } blockquote cite { font-size: smaller; font-style: normal; text-transform: uppercase; font-family: var(--heading-font-family); } blockquote cite:before { content: "\e32a"; font-family: IcoFont !important; font-size: 16px; margin-right: 5px; } .list-with-devider li:not(:first-child) { padding-top: 18px; } .list-with-devider li:not(:last-child) { padding-bottom: 18px; } .list-with-devider li+li { border-top: 1px solid var(--border-color); } hr { border-top: 1px solid var(--border-color); opacity: 1; } .content hr, .content .border, .content .border-bottom { border-color: var(--bs-gray-200) !important; } .ellipsis-2-lines { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; } .ellipsis-2-lines { -webkit-line-clamp: 2; } .bg-brand-1 { background-color: var(--brand-color-1) !important; } .bg-dark { background-color: var(--dark-color) !important; } .bg-darker { background-color: rgba(0, 0, 0, 0.1) !important; } .bg-dark-rgb-30 { background-color: rgba(var(--dark-color-rgb), 0.3) !important; } .text-brand { color: var(--brand-color) !important; } .text-brand-1 { color: var(--brand-color-1) !important; } .text-light { color: rgba(var(--white-color-rgb), 0.7) !important; } .hover-text-brand:hover { color: var(--brand-color) !important; } .hover-text-white:hover { color: var(--white-color) !important; } html { font-size: 16px; } html, body { min-height: 100%; margin: 0; } body { display: flex; flex-direction: column; min-height: 100vh; } .main { flex: 1; } .preloader { z-index: 999; } .header-main { transition: 0.2s linear; z-index: 100; position: relative; } .header-main.fixed-header { z-index: 100; position: fixed; top: 0; left: 0; width: 100%; background-color: var(--white-color); animation: slideDown 0.35s ease-out; box-shadow: 0 5px 16px rgba(var(--dark-color-rgb), 0.1); } .nav-menu { column-gap: 18px; } @media(max-width:1300px) { .nav-menu { column-gap: 10px; } } .nav-menu-link { display: block; color: var(--dark-color); font-size: 1.12rem; font-weight: var(--heading-font-weight); padding: 18px 14px; text-transform: uppercase; } .nav-menu-link:hover { color: var(--brand-color); } .nav-menu-item.active>.nav-menu-link { color: var(--brand-color); } @media(max-width:1400px) { .nav-menu-link { padding: 10px; } } @media(max-width:1200px){ .nav-menu-link{ font-size: 0.9rem; } .has-submenu>a::before{ display: none; } } .has-submenu { position: relative; } .has-submenu:hover .nav-submenu, .has-submenu:focus-within .nav-submenu { visibility: visible; opacity: 1; transform: translateY(0) !important; } .has-submenu>a { position: relative; } .has-submenu>a::before { position: absolute; content: "\ea99"; font-family: "IcoFont" !important; font-size: 10px; font-weight: 900; right: 0; top: 50%; transform: translateY(-50%); transition: 0.2s linear; } .has-submenu>a:hover:before { transform: translateY(-50%) rotate(180deg); } .nav-submenu { position: absolute; top: 105%; min-width: 190px; width: max-content; background-color: var(--white-color); padding: 7px 0; visibility: hidden; opacity: 0; transform: translateY(30%); transition: 0.25s linear; z-index: 99; border-radius: var(--border-radius); box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1); animation: slideDown 0.5s; } .nav-submenu-item { display: block; transition: 0.2s linear; position: relative; } .nav-submenu-item.active .nav-submenu-link { color: var(--brand-color); } .nav-submenu-link { display: block; padding: 8px 14px; border-bottom: 1px solid var(--border-color); border-radius: inherit; color: var(--dark-color); font-weight: var(--heading-font-weight); font-family: var(--heading-font-family); position: relative; text-transform: uppercase; } .nav-submenu-link::before { position: absolute; } .nav-submenu-link:hover { color: var(--brand-color); background-color: var(--light-color); } .nav-submenu-item:last-child .nav-submenu-link { border-bottom: 0; } @media (min-width: 992px) { .has-submenu.submenu-open .nav-menu-link::before { transform: translateY(-50%) rotate(180deg); } } .nav-menu-mobile { display: block; } .nav-menu-mobile .nav-menu-link-row { border-bottom: 1px solid var(--border-color); } .nav-menu-mobile .nav-menu-link { position: relative; padding: 12px 0; border-bottom: none; } .submenu-toggle-btn { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex-shrink: 0; border: none; background: transparent; cursor: pointer; color: var(--dark-color); transition: color 0.3s ease; padding: 0; } .submenu-toggle-btn:hover { color: var(--brand-color); } .submenu-toggle-btn i { font-size: 14px; transition: transform 0.3s ease; } .has-submenu.submenu-open > .nav-menu-link-row .submenu-toggle-btn i { transform: rotate(180deg); } .has-submenu.submenu-open > .nav-menu-link-row .submenu-toggle-btn { color: var(--brand-color); } .nav-menu-mobile .nav-submenu { position: static; visibility: visible; opacity: 1; box-shadow: none; width: 100%; top: 0; padding: 0; margin-left: 16px; display: none; transition: none; transform: translateY(0); } .nav-menu-mobile .nav-submenu-link { width: 100%; padding: 10px 0; border-radius: 0; border-bottom: 1px solid var(--border-color); } .nav-menu-mobile .nav-submenu-item:hover { background-color: transparent; color: var(--brand-color); } .nav-menu-mobile .nav-submenu-item::before { display: none; } .background-img { background-repeat: no-repeat; } .bg-img { width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; } .bg-fixed { background-attachment: fixed; } .bg-bottom { background-position-y: bottom; } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; } .bg-invert { transition: all 0.2s; opacity: 0.8; } .bg-invert:hover { filter: saturate(1); opacity: 1; } .cover-img { width: 100%; height: 100%; object-fit: cover; } .overlay-linear-top-dark { position: relative; z-index: 1; } .overlay-linear-top-dark::before { content: ""; position: absolute; inset: 0; z-index: -1; height: 100%; width: 100%; } .overlay-linear-top-dark::before { background-image: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0.8) 0%, rgba(var(--dark-color-rgb), 0.7) 20%, rgba(var(--dark-color-rgb), 0.6) 70%, rgba(var(--dark-color-rgb), 0) 100%); } button { border: 0; background: transparent; } .btn, .form-control { padding: 0.65rem 1.15rem; } .btn-lg { padding: 0.7rem 1.25rem; font-size: 17px; } .btn-sm { padding: 0.4rem 1.15rem; } .btn { position: relative; display: inline-flex; align-items: center; gap: 7px; font-weight: var(--heading-font-weight); text-transform: uppercase; } .btn-brand, .btn-primary { background-color: var(--second-color); border-color: var(--second-color); color: var(--white-color) !important; } .btn-brand:hover, .btn-brand:active, .btn-brand:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: var(--brand-color-dark) !important; border-color: var(--brand-color-dark) !important; } .btn-brand-1 { background-color: var(--brand-color-1); border-color: var(--brand-color-1); color: var(--white-color) !important; } .btn-brand-1:hover, .btn-brand-1.active, .btn-brand-1:active, .btn-brand-1:focus { background-color: var(--brand-color-1-dark) !important; border-color: var(--brand-color-1-dark) !important; } .btn-video-popup { transition: all 0.5s ease; } .btn-link { color: inherit; text-decoration: none; } .btn-with-arr-top-right .arr-top-right { transition: all 0.5s; } .btn-with-arr-top-right:hover .arr-top-right { transform: rotate(45deg); } .btn-scroll-top { position: fixed; bottom: 58px; right: 78px; width: 46px; height: 46px; font-size: 18px; display: flex; align-items: center; justify-content: center; line-height: 46px; text-align: center; background: rgba(var(--brand-color-1-rgb), 0.5); color: var(--white-color); border: 0; border-radius: 50%; cursor: pointer; z-index: 100; opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 0.2s linear; backdrop-filter: blur(30px); } .btn-scroll-top.active { opacity: 1; visibility: visible; } .btn-scroll-top .progress-ring { position: absolute; transform: rotate(-90deg); } .btn-scroll-top .progress-ring-bg { fill: none; stroke: rgba(var(--brand-color-rgb), 0.1); stroke-width: 2; } .btn-scroll-top .progress-ring-circle { fill: none; stroke: var(--second-color); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 0; stroke-dashoffset: 0; transition: stroke-dashoffset 0.2s linear; } .btn-scroll-top .arrow { position: relative; z-index: 1; color: var(--white-color); font-size: 16px; pointer-events: none; } input:focus, textarea:focus, select:focus, .form-control:focus { outline: none !important; box-shadow: none !important; border-color: var(--border-color); transition: border-color 0.3s ease; } .accordion-item { border: 0 !important; } .accordion-button { background-color: var(--light-color); color: var(--dark-color); font-size: 20px; font-weight: var(--heading-font-weight); transition: all 0.3s ease; box-shadow: none !important; } .accordion-button.collapsed { margin-bottom: 20px; } .accordion-button:not(.collapsed) { background-color: var(--light-color); color: var(--dark-color); } .accordion-button:after, .accordion-button:not(.collapsed):after { content: ""; } .pagination { } .gallery { column-gap: 2rem; } @media (min-width: 768px) { .gallery { column-count: 2; } } @media (min-width: 991px) { .gallery { column-count: 3; } } .progress { height: 0.65rem; font-size: 0.65rem; background-color: var(--bs-secondary-bg); overflow: hidden; } .progress .progress-bar { width: 0; background-color: var(--brand-color); background-image: linear-gradient(135deg, #CEDA22 0%, var(--brand-color-1) 100%); transition: width 1.5s ease-in-out; } :root { } .section-hero .swiper-hero, .section-hero .swiper-slide { height: calc(100vh - 200px); } .swiper-container-wrapper { margin: -20px; overflow: hidden; padding: 20px; } .swiper-container-wrapper .swiper { overflow: visible; } .swiper-container-wrapper .swiper-pagination { position: relative; margin-top: 38px; } .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet-active { color: var(--brand-color) !important; } .bg-dark .swiper-pagination-bullet { color: var(--white-color); opacity: 1; } .swiper-btn-prev[aria-disabled=true], .swiper-btn-next[aria-disabled=true] { color: var(--text-color) !important; cursor: not-allowed !important; pointer-events: none; } .swiper-hero-btn-prev, .swiper-hero-btn-next { position: absolute; top: 50%; z-index: 1; margin-top: -135px; } .swiper-hero-btn-prev { width: 0; height: 0; border-top: 100px solid transparent; border-bottom: 100px solid transparent; border-left: 70px solid var(--brand-color); } .swiper-slide-active .animated-fade-up { animation: fadeUp 0.8s ease forwards; } .section-title { max-width: 900px; } .section-title .sub-title { font-size: 0.9375rem; font-weight: var(--section-title-font-weight); text-transform: uppercase; color: var(--brand-color); letter-spacing: 1.5px; display: inline-flex; align-items: center; gap: 7px; } .section-title .title { font-weight: var(--section-title-font-weight); font-size: var(--heading-two); } .section-title-centered { margin-left: auto; margin-right: auto; text-align: center; } .description { font-size: 1.0625rem; } @media (max-width: 767.98px) { .section-title-sm-centered { margin-left: auto; margin-right: auto; text-align: center; } .section-title-sm-centered .sub-title::after { content: "\e32a"; font-family: "IcoFont" !important; } } .section-md { padding-top: clamp(2.5rem, 1.364rem + 3.636vw, 5rem); padding-bottom: clamp(2.5rem, 1.364rem + 3.636vw, 5rem); } .section-top-md { padding-top: clamp(2.5rem, 1.364rem + 3.636vw, 5rem); } .section-lg { padding-top: clamp(3.75rem, 2.273rem + 4.545vw, 7.5rem); padding-bottom: clamp(3.75rem, 2.273rem + 4.545vw, 7.5rem); } .section-top-lg { padding-top: clamp(3.75rem, 2.273rem + 4.545vw, 7.5rem); } .section-bottom-lg { padding-bottom: clamp(3.75rem, 2.273rem + 4.545vw, 7.5rem); } .section-bottom-xl { padding-bottom: clamp(5rem, 2.841rem + 8.864vw, 15rem); } .section-top-xxl { padding-top: clamp(6.25rem, 3.409rem + 11.591vw, 15rem); } .flex-between, .flex-center, .flex-align { display: flex; align-items: center; } .flex-center { justify-content: center; } .flex-between { justify-content: space-between; } .top-16px { top: 16px; } .right-5px { right: 5px; } .right-16px { right: 16px; } .bottom-0 { bottom: 0; } .left-0 { left: 0; } .center-y { top: 50%; transform: translateY(-50%); } .w-38px { width: 2.375rem; } .h-38px { height: 2.375rem; } .w-42px { width: 2.625rem; } .h-42px { height: 2.625rem; } .w-46px { width: 2.875rem; } .h-46px { height: 2.875rem; } .max-h-48px { max-height: 3rem; } .w-54px { width: 3.375rem; } .h-54px { height: 3.375rem; } .w-60px { width: 3.75rem; } .h-60px { height: 3.75rem; } .w-64px { width: 4rem; } .h-64px { height: 4rem; } .w-68px { width: 4.25rem; } .h-68px { height: 4.25rem; } .w-74px { width: 4.625rem; } .h-74px { height: 4.625rem; } .max-w-180px { max-width: 11.25rem; } .h-540px { height: 33.75rem; } .max-w-540px { max-width: 33.75rem; } .h-560px { height: 35rem; } .w-86per { width: 86%; } .mt-4px { margin-top: 0.25rem; } .mb-4px { margin-bottom: 0.25rem; } .mb-6px { margin-bottom: 0.375rem; } .mt-12px { margin-top: 0.75rem; } .mb-12px { margin-bottom: 0.75rem; } .mb-16px { margin-bottom: 1rem; } .mt-20px { margin-top: 1.25rem; } .mt-24px { margin-top: 1.5rem; } .mb-24px { margin-bottom: 1.5rem; } .mt-32px { margin-top: 2rem; } .mb-32px { margin-bottom: 2rem; } .mt-38px { margin-top: 2.375rem; } .mb-48px { margin-bottom: 3rem; } .mt-minus-70px { margin-top: -4.375rem; } .py-6px { padding-top: 0.375rem; padding-bottom: 0.375rem; } .px-12px { padding-left: 0.75rem; padding-right: 0.75rem; } .p-14px { padding: 0.875rem; } .p-18px { padding: 1.125rem; } .p-20px { padding: 1.25rem; } .py-20px { padding-top: 1.25rem; padding-bottom: 1.25rem; } .p-24px { padding: 1.5rem; } .py-24px { padding-top: 1.5rem; padding-bottom: 1.5rem; } .px-30px { padding-left: 1.875rem; padding-right: 1.875rem; } .p-32px { padding: 2rem; } .px-32px { padding-left: 2rem; padding-right: 2rem; } .pe-54px { padding-right: 3.375rem; } .pb-100px { padding-bottom: 6.25rem; } @media (min-width: 1200px) { .feature-item { height: 145px; } .feature-item p { height: 64px; } .px-xl-24px { padding-left: 1.5rem; padding-right: 1.5rem; } .pe-xl-32px { padding-right: 2rem; } .ps-xl-54px { padding-left: 3.375rem; } .pe-xl-60px { padding-right: 3.75rem; } .px-xl-60px { padding-left: 3.75rem; padding-right: 3.75rem; } } .border-dark { border-color: var(--border-dark-color) !important; } .gap-7px { gap: 0.4375rem; } .gap-8px { gap: 0.5rem; } .gap-10px { gap: 0.625rem; } .gap-12px { gap: 0.75rem; } .gap-y-12px { row-gap: 0.75rem; } .gap-16px { gap: 1rem; } .gap-18px { gap: 1.125rem; } .gap-24px { gap: 1.5rem; } .gap-x-24px { column-gap: 1.5rem; } .gap-32px { gap: 2rem; } .fs-15px { font-size: 0.9375rem; } .fs-16px { font-size: 1rem; } .fs-17px { font-size: 1.0625rem; } .fs-20px { font-size: 1.25rem; } .fs-24px { font-size: 1.5rem; } .fs-28px { font-size: 1.75rem; } .fs-40px { font-size: 2.5rem; } .fs-48px { font-size: 3rem; } .fw-500 { font-weight: 500; } .fw-600 { font-weight: 600; } .fw-700 { font-weight: 700; } .lh-1 { line-height: 1; } .ls-minus-2px { letter-spacing: -2px !important; } .ls-minus-1px { letter-spacing: -1px !important; } .box-shadow-md { box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09); } .hover-scale { overflow: hidden; } .hover-scale img { transition: 0.5s ease-in-out; } .hover-scale:hover>img { transform: scale(1.1) rotate(2deg) translateY(-10px); } .hover-ls-0_5px:hover { letter-spacing: 0.5px; } @keyframes fadeUp { from { opacity: 0; transform: translateY(100px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } } @media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } } .shine-img { mask-image: linear-gradient(45deg, #000 35%, rgba(0, 0, 0, 0.6) 50%, #000 65%); mask-size: 800%; mask-position: 0; } .shine-img:hover { transition: mask-position 2s ease; mask-position: 120%; opacity: 1; } .header-logo { max-width: 200px; } @media(min-width:991px){ .header-logo{ max-width: 160px; } } @media(min-width:995px) and (max-width:1020px) { .header-logo { max-width: 180px; } } @media (min-width: 1139px) and (max-width: 1599px) { .header-logo { max-width: 280px; } } @media (min-width: 1600px) { .header-logo { max-height: none; max-width: none; } } [class^="icofont-"], [class*=" icofont-"] { font-family: 'IcoFont' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; line-height: 1; -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; } .icofont-rounded-down:before { content: "\ea99"; } .icofont-swoosh-right:before { content: "\eac4"; } .icofont-chart-radar-graph:before { content: "\e984"; } .icofont-edit-alt:before { content: "\eded"; } .icofont-delivery-time:before { content: "\ee20"; } .icofont-tree-alt:before { content: "\e824"; } .icofont-checked:before { content: "\eed9"; } .icofont-envelope:before { content: "\ef14"; } .icofont-phone:before { content: "\efbb"; } .icofont-rounded-up:before { content: "\eaa1"; } .icofont-close-squared-alt:before { content: "\eee2"; } .icofont-navigation-menu:before { content: "\efa2"; } .icofont-rounded-left:before { content: "\ea9d"; } .icofont-rounded-right:before { content: "\eaa0"; } .icofont-energy-solar:before { content: "\e997"; } .icofont-brand-target:before { content: "\e943"; } .icofont-brand-whatsapp:before { content: "\e957"; } .icofont-ruler-pencil:before { content: "\ec00"; } .icofont-building-alt:before { content: "\e98a"; } .icofont-businessman:before { content: "\e968"; } .icofont-calendar:before { content: "\eecd"; } .icofont-certificate-alt-1:before { content: "\ead4"; } .icofont-chart-bar-graph:before { content: "\e979"; } .icofont-chart-growth:before { content: "\e97d"; } .icofont-chart-line:before { content: "\e981"; } .icofont-check-circled:before { content: "\eed7"; } .icofont-clock-time:before { content: "\eedc"; } .icofont-cloud:before { content: "\eee8"; } .icofont-code-alt:before { content: "\ede6"; } .icofont-compass-alt:before { content: "\eeec"; } .icofont-dashboard:before { content: "\eefa"; } .icofont-double-right:before { content: "\ea7c"; } .icofont-eco-energy:before { content: "\e992"; } .icofont-education:before { content: "\ead7"; } .icofont-email:before { content: "\ef12"; } .icofont-eye:before { content: "\ef24"; } .icofont-eye-alt:before { content: "\ef21"; } .icofont-file-alt:before { content: "\eb08"; } .icofont-file-document:before { content: "\eb0e"; } .icofont-flask:before { content: "\ef33"; } .icofont-gear:before { content: "\ef3a"; } .icofont-gears:before { content: "\ef3b"; } .icofont-gift:before { content: "\ef3c"; } .icofont-globe:before { content: "\ef3e"; } .icofont-google-map:before { content: "\ed42"; } .icofont-graduate:before { content: "\eadc"; } .icofont-handshake-deal:before { content: "\e96f"; } .icofont-headphone:before { content: "\ea37"; } .icofont-headphone-alt:before { content: "\ea36"; } .icofont-heart:before { content: "\ef45"; } .icofont-heart-beat-alt:before { content: "\ec1e"; } .icofont-industries:before { content: "\e9a7"; } .icofont-laboratory:before { content: "\ec25"; } .icofont-law-document:before { content: "\ebc3"; } .icofont-leaf:before { content: "\ef5e"; } .icofont-light-bulb:before { content: "\ef6b"; } .icofont-link:before { content: "\ef71"; } .icofont-listening:before { content: "\ef73"; } .icofont-live-support:before { content: "\ef77"; } .icofont-lock:before { content: "\ef7a"; } .icofont-medical-sign-alt:before { content: "\ec26"; } .icofont-microscope:before { content: "\eae4"; } .icofont-monitor:before { content: "\ea48"; } .icofont-paper:before { content: "\eae5"; } .icofont-paper-plane:before { content: "\efb4"; } .icofont-people:before { content: "\ecf9"; } .icofont-recycle:before { content: "\efd0"; } .icofont-recycle-alt:before { content: "\e9ae"; } .icofont-rocket-alt-1:before { content: "\ee2b"; } .icofont-test-tube-alt:before { content: "\eaf2"; } .icofont-settings-alt:before { content: "\efe1"; } .icofont-shield-alt:before { content: "\e81a"; } .icofont-simple-right:before { content: "\eab8"; } .icofont-star:before { content: "\f000"; } .icofont-support-faq:before { content: "\f002"; } .icofont-thermometer:before { content: "\ec3b"; } .icofont-tree:before { content: "\f018"; } .icofont-trophy-alt:before { content: "\edd6"; } .icofont-truck-loaded:before { content: "\ee3c"; } .icofont-ui-call:before { content: "\ec46"; } .icofont-ui-home:before { content: "\ec5e"; } .icofont-users-alt-2:before { content: "\ed07"; } .icofont-user-suited:before { content: "\ed04"; } .icofont-verification-check:before { content: "\f021"; } .icofont-warning-alt:before { content: "\f025"; } .icofont-water-drop:before { content: "\f027"; } .icofont-2x { font-size: 2em; } .icofont-3x { font-size: 3em; }