/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*
Flaticon icon font: Flaticon
Creation date: 18/03/2018 10:10
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-database-1:before {
  content: "\f100"; }

.flaticon-heartbeat:before {
  content: "\f101"; }

.flaticon-database:before {
  content: "\f102"; }

.flaticon-seo-performance-marketing-graphic:before {
  content: "\f103"; }

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

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ti-wand:before {
  content: "\e600"; }

.ti-volume:before {
  content: "\e601"; }

.ti-user:before {
  content: "\e602"; }

.ti-unlock:before {
  content: "\e603"; }

.ti-unlink:before {
  content: "\e604"; }

.ti-trash:before {
  content: "\e605"; }

.ti-thought:before {
  content: "\e606"; }

.ti-target:before {
  content: "\e607"; }

.ti-tag:before {
  content: "\e608"; }

.ti-tablet:before {
  content: "\e609"; }

.ti-star:before {
  content: "\e60a"; }

.ti-spray:before {
  content: "\e60b"; }

.ti-signal:before {
  content: "\e60c"; }

.ti-shopping-cart:before {
  content: "\e60d"; }

.ti-shopping-cart-full:before {
  content: "\e60e"; }

.ti-settings:before {
  content: "\e60f"; }

.ti-search:before {
  content: "\e610"; }

.ti-zoom-in:before {
  content: "\e611"; }

.ti-zoom-out:before {
  content: "\e612"; }

.ti-cut:before {
  content: "\e613"; }

.ti-ruler:before {
  content: "\e614"; }

.ti-ruler-pencil:before {
  content: "\e615"; }

.ti-ruler-alt:before {
  content: "\e616"; }

.ti-bookmark:before {
  content: "\e617"; }

.ti-bookmark-alt:before {
  content: "\e618"; }

.ti-reload:before {
  content: "\e619"; }

.ti-plus:before {
  content: "\e61a"; }

.ti-pin:before {
  content: "\e61b"; }

.ti-pencil:before {
  content: "\e61c"; }

.ti-pencil-alt:before {
  content: "\e61d"; }

.ti-paint-roller:before {
  content: "\e61e"; }

.ti-paint-bucket:before {
  content: "\e61f"; }

.ti-na:before {
  content: "\e620"; }

.ti-mobile:before {
  content: "\e621"; }

.ti-minus:before {
  content: "\e622"; }

.ti-medall:before {
  content: "\e623"; }

.ti-medall-alt:before {
  content: "\e624"; }

.ti-marker:before {
  content: "\e625"; }

.ti-marker-alt:before {
  content: "\e626"; }

.ti-arrow-up:before {
  content: "\e627"; }

.ti-arrow-right:before {
  content: "\e628"; }

.ti-arrow-left:before {
  content: "\e629"; }

.ti-arrow-down:before {
  content: "\e62a"; }

.ti-lock:before {
  content: "\e62b"; }

.ti-location-arrow:before {
  content: "\e62c"; }

.ti-link:before {
  content: "\e62d"; }

.ti-layout:before {
  content: "\e62e"; }

.ti-layers:before {
  content: "\e62f"; }

.ti-layers-alt:before {
  content: "\e630"; }

.ti-key:before {
  content: "\e631"; }

.ti-import:before {
  content: "\e632"; }

.ti-image:before {
  content: "\e633"; }

.ti-heart:before {
  content: "\e634"; }

.ti-heart-broken:before {
  content: "\e635"; }

.ti-hand-stop:before {
  content: "\e636"; }

.ti-hand-open:before {
  content: "\e637"; }

.ti-hand-drag:before {
  content: "\e638"; }

.ti-folder:before {
  content: "\e639"; }

.ti-flag:before {
  content: "\e63a"; }

.ti-flag-alt:before {
  content: "\e63b"; }

.ti-flag-alt-2:before {
  content: "\e63c"; }

.ti-eye:before {
  content: "\e63d"; }

.ti-export:before {
  content: "\e63e"; }

.ti-exchange-vertical:before {
  content: "\e63f"; }

.ti-desktop:before {
  content: "\e640"; }

.ti-cup:before {
  content: "\e641"; }

.ti-crown:before {
  content: "\e642"; }

.ti-comments:before {
  content: "\e643"; }

.ti-comment:before {
  content: "\e644"; }

.ti-comment-alt:before {
  content: "\e645"; }

.ti-close:before {
  content: "\e646"; }

.ti-clip:before {
  content: "\e647"; }

.ti-angle-up:before {
  content: "\e648"; }

.ti-angle-right:before {
  content: "\e649"; }

.ti-angle-left:before {
  content: "\e64a"; }

.ti-angle-down:before {
  content: "\e64b"; }

.ti-check:before {
  content: "\e64c"; }

.ti-check-box:before {
  content: "\e64d"; }

.ti-camera:before {
  content: "\e64e"; }

.ti-announcement:before {
  content: "\e64f"; }

.ti-brush:before {
  content: "\e650"; }

.ti-briefcase:before {
  content: "\e651"; }

.ti-bolt:before {
  content: "\e652"; }

.ti-bolt-alt:before {
  content: "\e653"; }

.ti-blackboard:before {
  content: "\e654"; }

.ti-bag:before {
  content: "\e655"; }

.ti-move:before {
  content: "\e656"; }

.ti-arrows-vertical:before {
  content: "\e657"; }

.ti-arrows-horizontal:before {
  content: "\e658"; }

.ti-fullscreen:before {
  content: "\e659"; }

.ti-arrow-top-right:before {
  content: "\e65a"; }

.ti-arrow-top-left:before {
  content: "\e65b"; }

.ti-arrow-circle-up:before {
  content: "\e65c"; }

.ti-arrow-circle-right:before {
  content: "\e65d"; }

.ti-arrow-circle-left:before {
  content: "\e65e"; }

.ti-arrow-circle-down:before {
  content: "\e65f"; }

.ti-angle-double-up:before {
  content: "\e660"; }

.ti-angle-double-right:before {
  content: "\e661"; }

.ti-angle-double-left:before {
  content: "\e662"; }

.ti-angle-double-down:before {
  content: "\e663"; }

.ti-zip:before {
  content: "\e664"; }

.ti-world:before {
  content: "\e665"; }

.ti-wheelchair:before {
  content: "\e666"; }

.ti-view-list:before {
  content: "\e667"; }

.ti-view-list-alt:before {
  content: "\e668"; }

.ti-view-grid:before {
  content: "\e669"; }

.ti-uppercase:before {
  content: "\e66a"; }

.ti-upload:before {
  content: "\e66b"; }

.ti-underline:before {
  content: "\e66c"; }

.ti-truck:before {
  content: "\e66d"; }

.ti-timer:before {
  content: "\e66e"; }

.ti-ticket:before {
  content: "\e66f"; }

.ti-thumb-up:before {
  content: "\e670"; }

.ti-thumb-down:before {
  content: "\e671"; }

.ti-text:before {
  content: "\e672"; }

.ti-stats-up:before {
  content: "\e673"; }

.ti-stats-down:before {
  content: "\e674"; }

.ti-split-v:before {
  content: "\e675"; }

.ti-split-h:before {
  content: "\e676"; }

.ti-smallcap:before {
  content: "\e677"; }

.ti-shine:before {
  content: "\e678"; }

.ti-shift-right:before {
  content: "\e679"; }

.ti-shift-left:before {
  content: "\e67a"; }

.ti-shield:before {
  content: "\e67b"; }

.ti-notepad:before {
  content: "\e67c"; }

.ti-server:before {
  content: "\e67d"; }

.ti-quote-right:before {
  content: "\e67e"; }

.ti-quote-left:before {
  content: "\e67f"; }

.ti-pulse:before {
  content: "\e680"; }

.ti-printer:before {
  content: "\e681"; }

.ti-power-off:before {
  content: "\e682"; }

.ti-plug:before {
  content: "\e683"; }

.ti-pie-chart:before {
  content: "\e684"; }

.ti-paragraph:before {
  content: "\e685"; }

.ti-panel:before {
  content: "\e686"; }

.ti-package:before {
  content: "\e687"; }

.ti-music:before {
  content: "\e688"; }

.ti-music-alt:before {
  content: "\e689"; }

.ti-mouse:before {
  content: "\e68a"; }

.ti-mouse-alt:before {
  content: "\e68b"; }

.ti-money:before {
  content: "\e68c"; }

.ti-microphone:before {
  content: "\e68d"; }

.ti-menu:before {
  content: "\e68e"; }

.ti-menu-alt:before {
  content: "\e68f"; }

.ti-map:before {
  content: "\e690"; }

.ti-map-alt:before {
  content: "\e691"; }

.ti-loop:before {
  content: "\e692"; }

.ti-location-pin:before {
  content: "\e693"; }

.ti-list:before {
  content: "\e694"; }

.ti-light-bulb:before {
  content: "\e695"; }

.ti-Italic:before {
  content: "\e696"; }

.ti-info:before {
  content: "\e697"; }

.ti-infinite:before {
  content: "\e698"; }

.ti-id-badge:before {
  content: "\e699"; }

.ti-hummer:before {
  content: "\e69a"; }

.ti-home:before {
  content: "\e69b"; }

.ti-help:before {
  content: "\e69c"; }

.ti-headphone:before {
  content: "\e69d"; }

.ti-harddrives:before {
  content: "\e69e"; }

.ti-harddrive:before {
  content: "\e69f"; }

.ti-gift:before {
  content: "\e6a0"; }

.ti-game:before {
  content: "\e6a1"; }

.ti-filter:before {
  content: "\e6a2"; }

.ti-files:before {
  content: "\e6a3"; }

.ti-file:before {
  content: "\e6a4"; }

.ti-eraser:before {
  content: "\e6a5"; }

.ti-envelope:before {
  content: "\e6a6"; }

.ti-download:before {
  content: "\e6a7"; }

.ti-direction:before {
  content: "\e6a8"; }

.ti-direction-alt:before {
  content: "\e6a9"; }

.ti-dashboard:before {
  content: "\e6aa"; }

.ti-control-stop:before {
  content: "\e6ab"; }

.ti-control-shuffle:before {
  content: "\e6ac"; }

.ti-control-play:before {
  content: "\e6ad"; }

.ti-control-pause:before {
  content: "\e6ae"; }

.ti-control-forward:before {
  content: "\e6af"; }

.ti-control-backward:before {
  content: "\e6b0"; }

.ti-cloud:before {
  content: "\e6b1"; }

.ti-cloud-up:before {
  content: "\e6b2"; }

.ti-cloud-down:before {
  content: "\e6b3"; }

.ti-clipboard:before {
  content: "\e6b4"; }

.ti-car:before {
  content: "\e6b5"; }

.ti-calendar:before {
  content: "\e6b6"; }

.ti-book:before {
  content: "\e6b7"; }

.ti-bell:before {
  content: "\e6b8"; }

.ti-basketball:before {
  content: "\e6b9"; }

.ti-bar-chart:before {
  content: "\e6ba"; }

.ti-bar-chart-alt:before {
  content: "\e6bb"; }

.ti-back-right:before {
  content: "\e6bc"; }

.ti-back-left:before {
  content: "\e6bd"; }

.ti-arrows-corner:before {
  content: "\e6be"; }

.ti-archive:before {
  content: "\e6bf"; }

.ti-anchor:before {
  content: "\e6c0"; }

.ti-align-right:before {
  content: "\e6c1"; }

.ti-align-left:before {
  content: "\e6c2"; }

.ti-align-justify:before {
  content: "\e6c3"; }

.ti-align-center:before {
  content: "\e6c4"; }

.ti-alert:before {
  content: "\e6c5"; }

.ti-alarm-clock:before {
  content: "\e6c6"; }

.ti-agenda:before {
  content: "\e6c7"; }

.ti-write:before {
  content: "\e6c8"; }

.ti-window:before {
  content: "\e6c9"; }

.ti-widgetized:before {
  content: "\e6ca"; }

.ti-widget:before {
  content: "\e6cb"; }

.ti-widget-alt:before {
  content: "\e6cc"; }

.ti-wallet:before {
  content: "\e6cd"; }

.ti-video-clapper:before {
  content: "\e6ce"; }

.ti-video-camera:before {
  content: "\e6cf"; }

.ti-vector:before {
  content: "\e6d0"; }

.ti-themify-logo:before {
  content: "\e6d1"; }

.ti-themify-favicon:before {
  content: "\e6d2"; }

.ti-themify-favicon-alt:before {
  content: "\e6d3"; }

.ti-support:before {
  content: "\e6d4"; }

.ti-stamp:before {
  content: "\e6d5"; }

.ti-split-v-alt:before {
  content: "\e6d6"; }

.ti-slice:before {
  content: "\e6d7"; }

.ti-shortcode:before {
  content: "\e6d8"; }

.ti-shift-right-alt:before {
  content: "\e6d9"; }

.ti-shift-left-alt:before {
  content: "\e6da"; }

.ti-ruler-alt-2:before {
  content: "\e6db"; }

.ti-receipt:before {
  content: "\e6dc"; }

.ti-pin2:before {
  content: "\e6dd"; }

.ti-pin-alt:before {
  content: "\e6de"; }

.ti-pencil-alt2:before {
  content: "\e6df"; }

.ti-palette:before {
  content: "\e6e0"; }

.ti-more:before {
  content: "\e6e1"; }

.ti-more-alt:before {
  content: "\e6e2"; }

.ti-microphone-alt:before {
  content: "\e6e3"; }

.ti-magnet:before {
  content: "\e6e4"; }

.ti-line-double:before {
  content: "\e6e5"; }

.ti-line-dotted:before {
  content: "\e6e6"; }

.ti-line-dashed:before {
  content: "\e6e7"; }

.ti-layout-width-full:before {
  content: "\e6e8"; }

.ti-layout-width-default:before {
  content: "\e6e9"; }

.ti-layout-width-default-alt:before {
  content: "\e6ea"; }

.ti-layout-tab:before {
  content: "\e6eb"; }

.ti-layout-tab-window:before {
  content: "\e6ec"; }

.ti-layout-tab-v:before {
  content: "\e6ed"; }

.ti-layout-tab-min:before {
  content: "\e6ee"; }

.ti-layout-slider:before {
  content: "\e6ef"; }

.ti-layout-slider-alt:before {
  content: "\e6f0"; }

.ti-layout-sidebar-right:before {
  content: "\e6f1"; }

.ti-layout-sidebar-none:before {
  content: "\e6f2"; }

.ti-layout-sidebar-left:before {
  content: "\e6f3"; }

.ti-layout-placeholder:before {
  content: "\e6f4"; }

.ti-layout-menu:before {
  content: "\e6f5"; }

.ti-layout-menu-v:before {
  content: "\e6f6"; }

.ti-layout-menu-separated:before {
  content: "\e6f7"; }

.ti-layout-menu-full:before {
  content: "\e6f8"; }

.ti-layout-media-right-alt:before {
  content: "\e6f9"; }

.ti-layout-media-right:before {
  content: "\e6fa"; }

.ti-layout-media-overlay:before {
  content: "\e6fb"; }

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.ti-layout-media-left-alt:before {
  content: "\e6fe"; }

.ti-layout-media-left:before {
  content: "\e6ff"; }

.ti-layout-media-center-alt:before {
  content: "\e700"; }

.ti-layout-media-center:before {
  content: "\e701"; }

.ti-layout-list-thumb:before {
  content: "\e702"; }

.ti-layout-list-thumb-alt:before {
  content: "\e703"; }

.ti-layout-list-post:before {
  content: "\e704"; }

.ti-layout-list-large-image:before {
  content: "\e705"; }

.ti-layout-line-solid:before {
  content: "\e706"; }

.ti-layout-grid4:before {
  content: "\e707"; }

.ti-layout-grid3:before {
  content: "\e708"; }

.ti-layout-grid2:before {
  content: "\e709"; }

.ti-layout-grid2-thumb:before {
  content: "\e70a"; }

.ti-layout-cta-right:before {
  content: "\e70b"; }

.ti-layout-cta-left:before {
  content: "\e70c"; }

.ti-layout-cta-center:before {
  content: "\e70d"; }

.ti-layout-cta-btn-right:before {
  content: "\e70e"; }

.ti-layout-cta-btn-left:before {
  content: "\e70f"; }

.ti-layout-column4:before {
  content: "\e710"; }

.ti-layout-column3:before {
  content: "\e711"; }

.ti-layout-column2:before {
  content: "\e712"; }

.ti-layout-accordion-separated:before {
  content: "\e713"; }

.ti-layout-accordion-merged:before {
  content: "\e714"; }

.ti-layout-accordion-list:before {
  content: "\e715"; }

.ti-ink-pen:before {
  content: "\e716"; }

.ti-info-alt:before {
  content: "\e717"; }

.ti-help-alt:before {
  content: "\e718"; }

.ti-headphone-alt:before {
  content: "\e719"; }

.ti-hand-point-up:before {
  content: "\e71a"; }

.ti-hand-point-right:before {
  content: "\e71b"; }

.ti-hand-point-left:before {
  content: "\e71c"; }

.ti-hand-point-down:before {
  content: "\e71d"; }

.ti-gallery:before {
  content: "\e71e"; }

.ti-face-smile:before {
  content: "\e71f"; }

.ti-face-sad:before {
  content: "\e720"; }

.ti-credit-card:before {
  content: "\e721"; }

.ti-control-skip-forward:before {
  content: "\e722"; }

.ti-control-skip-backward:before {
  content: "\e723"; }

.ti-control-record:before {
  content: "\e724"; }

.ti-control-eject:before {
  content: "\e725"; }

.ti-comments-smiley:before {
  content: "\e726"; }

.ti-brush-alt:before {
  content: "\e727"; }

.ti-youtube:before {
  content: "\e728"; }

.ti-vimeo:before {
  content: "\e729"; }

.ti-twitter:before {
  content: "\e72a"; }

.ti-time:before {
  content: "\e72b"; }

.ti-tumblr:before {
  content: "\e72c"; }

.ti-skype:before {
  content: "\e72d"; }

.ti-share:before {
  content: "\e72e"; }

.ti-share-alt:before {
  content: "\e72f"; }

.ti-rocket:before {
  content: "\e730"; }

.ti-pinterest:before {
  content: "\e731"; }

.ti-new-window:before {
  content: "\e732"; }

.ti-microsoft:before {
  content: "\e733"; }

.ti-list-ol:before {
  content: "\e734"; }

.ti-linkedin:before {
  content: "\e735"; }

.ti-layout-sidebar-2:before {
  content: "\e736"; }

.ti-layout-grid4-alt:before {
  content: "\e737"; }

.ti-layout-grid3-alt:before {
  content: "\e738"; }

.ti-layout-grid2-alt:before {
  content: "\e739"; }

.ti-layout-column4-alt:before {
  content: "\e73a"; }

.ti-layout-column3-alt:before {
  content: "\e73b"; }

.ti-layout-column2-alt:before {
  content: "\e73c"; }

.ti-instagram:before {
  content: "\e73d"; }

.ti-google:before {
  content: "\e73e"; }

.ti-github:before {
  content: "\e73f"; }

.ti-flickr:before {
  content: "\e740"; }

.ti-facebook:before {
  content: "\e741"; }

.ti-dropbox:before {
  content: "\e742"; }

.ti-dribbble:before {
  content: "\e743"; }

.ti-apple:before {
  content: "\e744"; }

.ti-android:before {
  content: "\e745"; }

.ti-save:before {
  content: "\e746"; }

.ti-save-alt:before {
  content: "\e747"; }

.ti-yahoo:before {
  content: "\e748"; }

.ti-wordpress:before {
  content: "\e749"; }

.ti-vimeo-alt:before {
  content: "\e74a"; }

.ti-twitter-alt:before {
  content: "\e74b"; }

.ti-tumblr-alt:before {
  content: "\e74c"; }

.ti-trello:before {
  content: "\e74d"; }

.ti-stack-overflow:before {
  content: "\e74e"; }

.ti-soundcloud:before {
  content: "\e74f"; }

.ti-sharethis:before {
  content: "\e750"; }

.ti-sharethis-alt:before {
  content: "\e751"; }

.ti-reddit:before {
  content: "\e752"; }

.ti-pinterest-alt:before {
  content: "\e753"; }

.ti-microsoft-alt:before {
  content: "\e754"; }

.ti-linux:before {
  content: "\e755"; }

.ti-jsfiddle:before {
  content: "\e756"; }

.ti-joomla:before {
  content: "\e757"; }

.ti-html5:before {
  content: "\e758"; }

.ti-flickr-alt:before {
  content: "\e759"; }

.ti-email:before {
  content: "\e75a"; }

.ti-drupal:before {
  content: "\e75b"; }

.ti-dropbox-alt:before {
  content: "\e75c"; }

.ti-css3:before {
  content: "\e75d"; }

.ti-rss:before {
  content: "\e75e"; }

.ti-rss-alt:before {
  content: "\e75f"; }

.no-text, .text-truncate {
  white-space: nowrap;
  overflow: hidden; }

.no-text, .oh, .text-truncate {
  overflow: hidden; }

[class*="column five six"], [class*="column ten twelve"] {
  width: 83.33333333%; }

[class*="column eight ten"], [class*="column four five"] {
  width: 80%; }

[class*="column six eight"], [class*="column three four"], [class*="column nine twelve"] {
  width: 75%; }

[class*="column six ten"], [class*="column three five"] {
  width: 60%; }

[class*="column eight twelve"], [class*="column six nine"], [class*="column four six"], [class*="column two three"] {
  width: 66.66666667%; }

[class*="column four ten"], [class*="column two five"] {
  width: 40%; }

[class*="column twelve twelve"], [class*="column eight eight"], [class*="column seven seven"], [class*="column eleven eleven"], [class*="column five five"], [class*="column four four"], [class*="column ten ten"], [class*="column three three"], [class*="column two two"], [class*="column one one"], [class*="column nine nine"] {
  width: 100%; }

[class*="column six twelve"], [class*="column five ten"], [class*="column four eight"], [class*="column three six"], [class*="column two four"], [class*="column one two"] {
  width: 50%; }

[class*="column four twelve"], [class*="column three nine"], [class*="column two six"], [class*="column one three"] {
  width: 33.33333333%; }

[class*="column three twelve"], [class*="column two eight"], [class*="column one four"] {
  width: 25%; }

[class*="column two ten"], [class*="column one five"] {
  width: 20%; }

[class*="column two twelve"], [class*="column one six"] {
  width: 16.66666667%; }

.vertical-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.dn {
  display: none; }

.dib {
  display: inline-block; }

.db, .line {
  display: block; }

.cp {
  cursor: pointer; }

.centeredDiv {
  margin-right: auto;
  margin-left: auto; }

.text-truncate {
  text-overflow: ellipsis; }

.no-text {
  text-indent: 100%; }

[class*="column eleven twelve"] {
  width: 91.66666667%; }

[class*="column ten eleven"] {
  width: 90.90909091%; }

[class*="column nine ten"] {
  width: 90%; }

[class*="column nine eleven"] {
  width: 81.81818182%; }

[class*="column eight nine"] {
  width: 88.88888889%; }

[class*="column eight eleven"] {
  width: 72.72727273%; }

[class*="column seven eight"] {
  width: 87.5%; }

[class*="column seven nine"] {
  width: 77.77777778%; }

[class*="column seven ten"] {
  width: 70%; }

[class*="column seven eleven"] {
  width: 63.63636364%; }

[class*="column seven twelve"] {
  width: 58.33333333%; }

[class*="column six six"] {
  width: 100%; }

[class*="column six seven"] {
  width: 85.71428571%; }

[class*="column six eleven"] {
  width: 54.54545455%; }

[class*="column five seven"] {
  width: 71.42857143%; }

[class*="column five eight"] {
  width: 62.5%; }

[class*="column five nine"] {
  width: 55.55555556%; }

[class*="column five eleven"] {
  width: 45.45454545%; }

[class*="column five twelve"] {
  width: 41.66666667%; }

[class*="column four seven"] {
  width: 57.14285714%; }

[class*="column four nine"] {
  width: 44.44444444%; }

[class*="column four eleven"] {
  width: 36.36363636%; }

[class*="column three seven"] {
  width: 42.85714286%; }

[class*="column three eight"] {
  width: 37.5%; }

[class*="column three ten"] {
  width: 30%; }

[class*="column three eleven"] {
  width: 27.27272727%; }

[class*="column two seven"] {
  width: 28.57142857%; }

[class*="column two nine"] {
  width: 22.22222222%; }

[class*="column two eleven"] {
  width: 18.18181818%; }

[class*="column one seven"] {
  width: 14.28571429%; }

[class*="column one eight"] {
  width: 12.5%; }

[class*="column one nine"] {
  width: 11.11111111%; }

[class*="column one ten"] {
  width: 10%; }

[class*="column one eleven"] {
  width: 9.09090909%; }

[class*="column one twelve"] {
  width: 8.33333333%; }

@media screen and (min-width: 769px) and (max-width: 991px) {
  [class*="laptop six eight"], [class*="laptop three four"] {
    width: 75%; }
  [class*="laptop two three"], [class*="laptop four six"] {
    width: 66.66666667%; }
  [class*="laptop one one"], [class*="laptop eight eight"], [class*="laptop seven seven"], [class*="laptop six six"], [class*="laptop five five"], [class*="laptop four four"], [class*="laptop three three"], [class*="laptop two two"] {
    width: 100%; }
  [class*="laptop two four"], [class*="laptop one two"], [class*="laptop four eight"], [class*="laptop three six"] {
    width: 50%; }
  [class*="laptop two six"], [class*="laptop one three"] {
    width: 33.33333333%; }
  [class*="laptop two eight"], [class*="laptop one four"] {
    width: 25%; }
  [class*="laptop seven eight"] {
    width: 87.5%; }
  [class*="laptop six seven"] {
    width: 85.71428571%; }
  [class*="laptop five six"] {
    width: 83.33333333%; }
  [class*="laptop five seven"] {
    width: 71.42857143%; }
  [class*="laptop five eight"] {
    width: 62.5%; }
  [class*="laptop four five"] {
    width: 80%; }
  [class*="laptop four seven"] {
    width: 57.14285714%; }
  [class*="laptop three five"] {
    width: 60%; }
  [class*="laptop three seven"] {
    width: 42.85714286%; }
  [class*="laptop three eight"] {
    width: 37.5%; }
  [class*="laptop two five"] {
    width: 40%; }
  [class*="laptop two seven"] {
    width: 28.57142857%; }
  [class*="laptop one five"] {
    width: 20%; }
  [class*="laptop one six"] {
    width: 16.66666667%; }
  [class*="laptop one seven"] {
    width: 14.28571429%; }
  [class*="laptop one eight"] {
    width: 12.5%; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  [class*="tablet four six"], [class*="tablet two three"] {
    width: 66.66666667%; }
  [class*="tablet six six"], [class*="tablet five five"], [class*="tablet four four"], [class*="tablet three three"], [class*="tablet two two"], [class*="tablet one one"] {
    width: 100%; }
  [class*="tablet three six"], [class*="tablet two four"], [class*="tablet one two"] {
    width: 50%; }
  [class*="tablet two six"], [class*="tablet one three"] {
    width: 33.33333333%; }
  [class*="tablet five six"] {
    width: 83.33333333%; }
  [class*="tablet four five"] {
    width: 80%; }
  [class*="tablet three four"] {
    width: 75%; }
  [class*="tablet three five"] {
    width: 60%; }
  [class*="tablet two five"] {
    width: 40%; }
  [class*="tablet one four"] {
    width: 25%; }
  [class*="tablet one five"] {
    width: 20%; }
  [class*="tablet one six"] {
    width: 16.66666667%; } }

@media screen and (max-width: 480px) {
  [class*="mobile four four"], [class*="mobile three three"], [class*="mobile two two"], [class*="mobile one one"] {
    width: 100%; }
  [class*="mobile two four"], [class*="mobile one two"] {
    width: 50%; }
  [class*="mobile three four"] {
    width: 75%; }
  [class*="mobile two three"] {
    width: 66.66666667%; }
  [class*="mobile one three"] {
    width: 33.33333333%; }
  [class*="mobile one four"] {
    width: 25%; } }

.column {
  float: left;
  margin: 0;
  padding: 0; }

.column.u-right {
  float: right; }

.column.u-center {
  float: none;
  margin: 0 auto; }

.line:after, .line:before {
  content: " ";
  display: table; }

.line:after {
  clear: both; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga","kern"; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .3; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .3; }

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: .3; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: .3; }

button {
  cursor: pointer; }
  button:focus, button:active {
    outline: none; }

.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 1%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

:root {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }

html, body {
  overflow-x: hidden;
  font-family: "Exo 2", sans-serif; }

header {
  backdrop-filter: blur(3.2px);
  background-image: linear-gradient(to left, #f8aaaa, #ef4040);
  position: relative; }
  header .header-bg {
    content: '';
    background: url("../img/header-bg.jpg") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .04; }
  header .header-top {
    position: relative;
    z-index: 100; }
    header .header-top.fixed {
      position: fixed;
      width: 100%;
      background: linear-gradient(to left, #f8aaaa, #ef4040);
      z-index: 30;
      top: 0; }
      header .header-top.fixed .logo {
        width: 100px;
        display: block; }
        header .header-top.fixed .logo img {
          width: 100%; }
      header .header-top.fixed .r {
        margin: 1.4rem 0 0; }
    header .header-top .container {
      border-bottom: 1px solid rgba(255, 255, 255, 0.43); }
    header .header-top .r {
      margin: 3rem 0 0 0;
      float: right; }
    header .header-top nav {
      display: inline-block;
      vertical-align: middle; }
      header .header-top nav ul {
        margin: 0;
        padding: 0;
        text-align: center; }
        header .header-top nav ul li {
          display: inline-block;
          list-style: none; }
          header .header-top nav ul li a {
            color: #FFFFFF;
            font-family: "Exo 2", sans-serif;
            font-weight: 200;
            font-size: 1.125rem;
            padding: 0.75rem 1.25rem;
            display: block; }
            header .header-top nav ul li a:hover {
              color: #FFF;
              border-radius: 5px;
              backdrop-filter: blur(15px);
              background-color: rgba(255, 255, 255, 0.12);
              box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16); }
    header .header-top .phone-nav {
      display: none; }
    header .header-top .phone {
      display: inline-block;
      vertical-align: middle;
      border: none;
      background-color: rgba(255, 255, 255, 0.66);
      border: solid 1px #ffffff;
      color: #EF4040;
      font-family: "Exo 2", sans-serif;
      border-radius: 5px;
      position: relative;
      font-size: 1.125rem;
      padding: 1.125rem 0.875rem 1rem 2.5rem;
      margin-left: 3rem; }
      header .header-top .phone:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 12px;
        width: 20px;
        background-size: 100%;
        height: 30px;
        background: url("../img/mobile.svg") no-repeat; }
  header .header-middle {
    color: #FFF;
    padding: 100px 0 200px;
    position: relative;
    z-index: 10; }
    header .header-middle .container {
      padding: 0 5%; }
    header .header-middle h1 {
      max-width: 480px;
      font-size: 1.875rem;
      line-height: 1.5;
      font-weight: 600;
      font-family: "Poppins", sans-serif; }
    header .header-middle p {
      margin: 1rem 0 0 0;
      font-size: 1.125rem;
      line-height: 1.5;
      font-family: "Poppins", sans-serif;
      font-weight: 400; }
    header .header-middle .btn-wrapper {
      margin: 3rem 0 0 0; }
      header .header-middle .btn-wrapper button {
        font-family: "Exo 2", sans-serif;
        font-weight: 500;
        font-size: 1rem;
        border: none;
        border-radius: 5px;
        color: #FFF;
        padding: 0.8125rem 2.375rem;
        margin-right: 1.5rem;
        letter-spacing: 1px;
        margin-bottom: 10px;
        background-image: linear-gradient(to left, #000000, #464646); }
        header .header-middle .btn-wrapper button.reverse {
          border: 2px solid #FFF;
          background: transparent;
          background-image: none; }

@keyframes imageAnimate {
  0%, 100% {
    transform: translateY(0%); }
  50% {
    transform: translateY(4%); } }

@keyframes shadowAnimate {
  0%, 100% {
    box-shadow: 0 70px 96px 10px #000; }
  50% {
    box-shadow: 0 50px 96px 10px #000; } }
    header .header-middle .header-middle-animation {
      width: 100%;
      max-width: 246px;
      margin: 0 auto; }
      header .header-middle .header-middle-animation img {
        width: 100%; }
      header .header-middle .header-middle-animation .top {
        text-align: center;
        margin: 0 auto;
        display: block;
        animation-name: imageAnimate;
        animation-iteration-count: infinite;
        animation-duration: 4s;
        animation-fill-mode: both; }
      header .header-middle .header-middle-animation .bottom {
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 166px;
        height: 5px;
        margin-top: -70px;
        border-radius: 100%;
        background-color: #000;
        box-shadow: 0 70px 96px 10px #000;
        animation-name: shadowAnimate;
        animation-iteration-count: infinite;
        animation-duration: 4s;
        animation-fill-mode: both; }

.blog-slider {
  width: 100%;
  padding: 1.875rem 3.125rem;
  margin-top: -82px;
  height: 150px;
  max-height: 150px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08); }
  .blog-slider .slick-arrow {
    display: none !important; }
  .blog-slider .blog-slide {
    padding: 10px; }
  .blog-slider .title {
    font-family: "Exo 2", sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    position: relative;
    padding: 1.8rem 0 0 0; }
    .blog-slider .title:after {
      content: '';
      background: url("../img/blog-slider.svg") no-repeat;
      width: 160px;
      height: 380px;
      position: absolute;
      right: -40px;
      top: -80px; }
    .blog-slider .title span {
      font-weight: 500; }
  .blog-slider .text {
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block; }
  .blog-slider a {
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    color: #FFF !important;
    background: #EF4040;
    padding: 0.1875rem 0.625rem;
    border-radius: 4px; }
  .blog-slider ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 5px; }
    .blog-slider ul li {
      display: inline-block;
      margin-right: 5px; }
      .blog-slider ul li:last-child {
        margin-right: 0; }
      .blog-slider ul li:hover button {
        background: #EF4040;
        border-radius: 4px; }
        .blog-slider ul li:hover button i {
          color: #FFF; }
      .blog-slider ul li button {
        background: transparent;
        border-radius: 4px;
        border: none;
        padding: 0.1875rem 0.25rem; }
        .blog-slider ul li button i {
          font-size: 0.875rem; }

.whois {
  margin: 100px 0; }
  .whois .header {
    margin-bottom: 70px; }
    .whois .header .title {
      overflow: hidden;
      position: relative;
      display: inline-block;
      border-radius: 10px;
      background-color: rgba(70, 70, 70, 0.6);
      padding: 0.875rem 3.125rem 0.875rem 7.5rem;
      font-family: "Exo 2", sans-serif;
      font-weight: 300;
      font-size: 1.25rem;
      color: #FFF; }
      .whois .header .title:before {
        content: '';
        background: url("../img/whois-header.svg") no-repeat;
        width: 78px;
        height: 78px;
        position: absolute;
        left: 30px;
        top: 0px; }
  .whois .box {
    margin-right: 5%;
    padding: 3.125rem 3rem;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); }
    .whois .box h3 {
      font-family: "Exo 2", sans-serif;
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin: 2.5rem 0 1.25rem;
      letter-spacing: 1px; }
    .whois .box p {
      font-family: "Exo 2", sans-serif;
      font-weight: 300;
      font-size: 1rem;
      line-height: 1.875rem; }
  .whois .whois-image {
    margin: 30px 0;
    max-width: 80%;
    width: 100%; }

.section-education {
  background-color: rgba(250, 223, 223, 0.3);
  border: 1px solid rgba(250, 223, 223, 0.3);
  min-height: 688px; }
  .section-education .education {
    margin: 100px 0; }
  .section-education .header {
    margin-bottom: 70px;
    text-align: right; }
    .section-education .header .title {
      overflow: hidden;
      position: relative;
      display: inline-block;
      border-radius: 10px;
      background-color: rgba(70, 70, 70, 0.6);
      padding: 0.875rem 3.125rem 0.875rem 7.5rem;
      font-family: "Exo 2", sans-serif;
      font-weight: 300;
      font-size: 1.25rem;
      color: #FFF; }
      .section-education .header .title:before {
        content: '';
        background: url("../img/education-blackboard.svg") no-repeat;
        width: 62px;
        height: 62px;
        position: absolute;
        left: 30px;
        top: 0px; }
  .section-education .education-box {
    border: 1px solid #FADFDF;
    text-align: center;
    padding: 3rem;
    transition: all .2s; }
    .section-education .education-box:hover {
      transform: scale(1.05);
      background: #EF4040;
      color: #FFF;
      box-shadow: 1.5px 1.5px 15px 0 rgba(0, 0, 0, 0.3);
      padding: 3.4rem;
      position: relative;
      z-index: 1; }
      .section-education .education-box:hover .btn {
        border-color: #FFF; }
    .section-education .education-box .image {
      text-align: center; }
      .section-education .education-box .image i {
        font-size: 3rem; }
    .section-education .education-box .title {
      margin: 0;
      font-family: "Exo 2", sans-serif;
      font-weight: 600;
      font-size: 1.125rem;
      min-height: 100px; }
    .section-education .education-box .btn {
      background: #EF4040;
      border-radius: 5px;
      color: #FFF;
      font-family: "Exo 2", sans-serif;
      font-weight: 700;
      font-size: 0.875rem;
      padding: 0.25rem 1.875rem; }
  .section-education .row .col-12 {
    padding: 0; }

.section-consultancy {
  position: relative;
  min-height: 600px;
  background-image: linear-gradient(181deg, rgba(244, 165, 164, 0.9), rgba(122, 83, 82, 0.9)); }
  .section-consultancy .consultancy {
    padding: 100px 0; }
  .section-consultancy .header {
    margin-bottom: 70px;
    text-align: center; }
    .section-consultancy .header .title {
      overflow: hidden;
      position: relative;
      display: inline-block;
      border-radius: 10px;
      background-color: rgba(239, 64, 64, 0.6);
      padding: 0.875rem 3.125rem 0.875rem 7.5rem;
      font-family: "Exo 2", sans-serif;
      font-weight: 300;
      font-size: 1.25rem;
      color: #FFF; }
      .section-consultancy .header .title i {
        position: absolute;
        left: 30px;
        font-size: 60px;
        top: 0; }
  .section-consultancy .container {
    position: relative;
    z-index: 1;
    max-width: 890px;
    margin: 0 auto; }
  .section-consultancy .bg-image {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .section-consultancy .consultancy-box {
    padding: 4.375rem 3rem;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0; }
    .section-consultancy .consultancy-box h3 {
      max-width: 630px;
      margin: 0 auto 2rem;
      display: block;
      font-family: "Exo 2", sans-serif;
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.5rem;
      letter-spacing: 1px;
      text-align: center; }
    .section-consultancy .consultancy-box ul li {
      list-style: none;
      font-family: "Exo 2", sans-serif;
      font-weight: 300;
      font-size: 1rem;
      line-height: 1.875rem;
      position: relative;
      margin-bottom: 1rem; }
      .section-consultancy .consultancy-box ul li:before {
        content: '';
        width: 16px;
        height: 16px;
        background: #EF4040;
        border-radius: 50%;
        position: absolute;
        left: -26px;
        top: 8px; }

footer {
  padding: 150px 0 0 0;
  max-width: 90%;
  margin: 0 auto; }
  footer .title {
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 2rem; }
  footer .footer-bottom {
    margin: 60px 0 10px 0; }
  footer .sub-container {
    position: relative;
    z-index: 1;
    max-width: 890px;
    margin: 0 auto; }
  footer .footer-logo {
    max-width: 200px; }
  footer .footer-social {
    text-align: center; }
    footer .footer-social ul {
      text-align: center;
      margin: 0;
      padding: 0; }
      footer .footer-social ul li {
        display: inline-block;
        margin-right: 1rem; }
        footer .footer-social ul li:last-child {
          margin-right: 0; }
        footer .footer-social ul li .ti-facebook {
          color: #3B5998; }
        footer .footer-social ul li .ti-instagram {
          color: #E1306C; }
        footer .footer-social ul li .ti-linkedin {
          color: #8D6CAB; }
  footer .footer-info {
    text-align: right; }
    footer .footer-info .address {
      font-family: "Exo 2", sans-serif;
      font-weight: 500;
      font-size: 0.875rem; }
    footer .footer-info .tel {
      margin-top: 1.25rem;
      font-family: "Exo 2", sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: #EF4040; }
  footer .copy {
    font-family: "Exo 2", sans-serif;
    font-weight: 300;
    font-size: 0.75rem; }
    footer .copy span {
      color: #EF4040; }
  footer .dev {
    text-align: right; }
    footer .dev a, footer .dev a:hover {
      position: relative;
      font-family: "Exo 2", sans-serif;
      font-weight: 300;
      font-size: 0.75rem;
      color: black;
      padding-right: 75px; }
      footer .dev a:after, footer .dev a:hover:after {
        content: '';
        background: url("../img/footer-arif.png") no-repeat;
        width: 62px;
        height: 25px;
        background-size: 100% 100%;
        position: absolute;
        top: -7px;
        right: 0; }

.blog header,
.search header,
.single header,
.category header,
.error404 header,
.archive header,
.tag header,
.page header {
  min-height: 350px; }

.section-blog,
.section-page {
  margin: 100px 0; }

article {
  background: #FFF;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 60px; }
  article .article-image img {
    width: 100%;
    height: auto; }
  article .article-content {
    padding: 2.25rem; }
    article .article-content .info {
      color: #EF4040;
      font-family: "Exo 2", sans-serif;
      font-weight: 700;
      font-size: 0.75rem; }
    article .article-content .title {
      color: #303336;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 1.5rem;
      margin: 1.0625rem 0 1.3125rem; }
    article .article-content .subtitle {
      color: #303336;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 1rem;
      margin: 1.0625rem 0 1.3125rem; }
    article .article-content .text {
      font-family: "Exo 2", sans-serif;
      font-weight: 400;
      color: #464646;
      font-size: 1rem; }
    article .article-content .btn {
      background: #EF4040;
      border-radius: 5px;
      color: #FFF;
      font-family: "Exo 2", sans-serif;
      font-weight: 700;
      font-size: 0.875rem;
      padding: 0.25rem 1.875rem;
      margin: 1.875rem 0 0 0; }

.article-info .author {
  position: relative;
  font-family: "Exo 2", sans-serif;
  color: #EF4040;
  font-weight: 700;
  font-size: 0.6875rem;
  padding-left: 1.5rem; }
  .article-info .author:before {
    content: '';
    background: url("../img/blog-user.svg") no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: -5px; }

.article-info div {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0; }
  .article-info div a {
    margin: 0 0 7px 7px;
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 12px !important;
    background: rgba(70, 70, 70, 0.6);
    padding: 0.3125rem 1.25rem;
    color: #FFF;
    border-radius: 5px; }
    .article-info div a:hover {
      background: #EF4040; }

.pagination {
  margin: 30px 0;
  padding: 0;
  text-align: center; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination span.page-numbers {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #EF4040;
    border-radius: 50%;
    color: #FFF; }
  .pagination a.page-numbers {
    display: inline-block;
    margin-right: 5px;
    background: transparent;
    width: 26px;
    height: 26px;
    color: black; }
    .pagination a.page-numbers:hover {
      background: #EF4040;
      border-radius: 50%;
      color: #FFF; }
  .pagination a.next.page-numbers:hover {
    background: transparent;
    color: #EF4040; }

.searchform {
  background: #FADFDF;
  padding: 0.75rem 1.125rem;
  position: relative; }
  .searchform .screen-reader-text {
    display: none; }
  .searchform input {
    display: inline-block;
    border: none;
    background: none;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #464646; }
    .searchform input:focus {
      outline: none !important; }
  .searchform input[type="text"] {
    width: 85%; }
  .searchform input[type="submit"] {
    width: 45px;
    height: 27px;
    background: black;
    color: white;
    border-radius: 5px; }
    .searchform input[type="submit"]:hover {
      cursor: pointer; }

.menus,
.widget_nav_menu,
.widget_categories {
  text-align: right;
  margin: 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #FADFDF; }
  .menus .title,
  .menus .text-muted,
  .widget_nav_menu .title,
  .widget_nav_menu .text-muted,
  .widget_categories .title,
  .widget_categories .text-muted {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #464646;
    margin: 0 0 30px 0; }
  .menus ul,
  .widget_nav_menu ul,
  .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .menus ul li,
    .widget_nav_menu ul li,
    .widget_categories ul li {
      margin-bottom: 10px; }
      .menus ul li a,
      .widget_nav_menu ul li a,
      .widget_categories ul li a {
        font-family: "Exo 2", sans-serif;
        font-weight: 600;
        font-size: 1rem;
        color: #464646; }
      .menus ul li span,
      .widget_nav_menu ul li span,
      .widget_categories ul li span {
        width: 26px;
        height: 26px;
        background: #464646;
        border-radius: 50%;
        display: inline-block;
        color: #FFF;
        margin-right: 10px;
        text-align: center; }

.tags,
.widget_tag_cloud {
  text-align: right;
  margin: 50px 0;
  padding: 0 0 50px 0; }
  .tags .text-muted,
  .widget_tag_cloud .text-muted {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #464646;
    margin: 0 0 30px 0; }
  .tags .tagcloud a.tag-cloud-link,
  .widget_tag_cloud .tagcloud a.tag-cloud-link {
    margin: 0 0 7px 7px;
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 12px !important;
    background: rgba(70, 70, 70, 0.6);
    padding: 0.3125rem 1.25rem;
    color: #FFF;
    border-radius: 5px; }
    .tags .tagcloud a.tag-cloud-link:hover,
    .widget_tag_cloud .tagcloud a.tag-cloud-link:hover {
      background: #EF4040; }

.module-nav-toggle {
  display: none;
  position: absolute;
  top: -48px;
  right: 30px;
  z-index: 600; }
  .module-nav-toggle.open span:nth-child(2) {
    transform: rotate(45deg); }
  .module-nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .module-nav-toggle.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .module-nav-toggle.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .module-nav-toggle.open + nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ef655e;
    height: auto;
    transition: all 0.25s ease-out;
    opacity: 1;
    visibility: visible;
    padding: 10px;
    z-index: 100; }
    .module-nav-toggle.open + nav > ul > li {
      display: block; }
      .module-nav-toggle.open + nav > ul > li:hover:not(.reverse) > a:before {
        display: none; }
      .module-nav-toggle.open + nav > ul > li.reverse {
        background-color: initial !important;
        box-shadow: initial;
        border: initial;
        padding: initial;
        border-radius: initial; }
      .module-nav-toggle.open + nav > ul > li > a {
        color: #ef655e;
        color: #FFF; }
      .module-nav-toggle.open + nav > ul > li ul {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        list-style: none;
        background: #FFF;
        border-radius: 1rem;
        padding: 1rem;
        z-index: 10; }
        .module-nav-toggle.open + nav > ul > li ul li a {
          text-align: right; }
  .module-nav-toggle .nav-toggle {
    position: relative;
    width: 26px;
    height: 26px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block; }
    .module-nav-toggle .nav-toggle span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #FFF;
      opacity: 1;
      filter: alpha(opacity=100);
      left: 0;
      border-radius: 2px;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out; }
      .module-nav-toggle .nav-toggle span:nth-child(1) {
        top: 3px; }
      .module-nav-toggle .nav-toggle span:nth-child(2), .module-nav-toggle .nav-toggle span:nth-child(3) {
        top: 11px; }
      .module-nav-toggle .nav-toggle span:nth-child(4) {
        top: 19px; }

.blog .blog-slider .blog-slide,
.search .blog-slider .blog-slide,
.category .blog-slider .blog-slide,
.error404 .blog-slider .blog-slide,
.archive .blog-slider .blog-slide,
.tag .blog-slider .blog-slide {
  padding: 1.8rem 0 0; }

.single .blog-slide {
  padding: 0; }

.single .blog-slider .title:after {
  display: none; }

.single .blog-breadcrumb {
  position: relative;
  bottom: 0; }
  .single .blog-breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-family: "Exo 2", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    font-size: 1.25rem;
    position: relative;
    padding: 1.8rem 0 0; }
    .single .blog-breadcrumb li a {
      font-size: initial;
      color: initial !important;
      padding: initial;
      display: initial;
      background: initial;
      border-radius: initial; }
    .single .blog-breadcrumb li.active {
      color: gray; }
    .single .blog-breadcrumb li span {
      font-weight: 800; }
    .single .blog-breadcrumb li:nth-child(n+2) {
      padding-left: 20px; }
    .single .blog-breadcrumb li:nth-child(n+2):before {
      content: '/';
      font-family: "Exo 2", sans-serif;
      font-size: 1.125rem;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 500;
      font-size: 1.25rem;
      padding: 1.8rem 0 0; }

@media screen and (max-width: 480px) {
  header .header-top nav {
    display: none; }
    header .header-top nav ul li a:hover {
      color: initial;
      background: initial;
      box-shadow: initial; }
  header .header-top .module-nav-toggle {
    display: block; }
  header .header-top .phone {
    display: none; }
  header .header-top .phone-nav {
    display: block; }
  header .header-top .logo {
    width: 100px;
    display: block; }
    header .header-top .logo img {
      width: 100%; }
  header .header-top .col-md-10 {
    position: relative;
    margin-top: -30px; }
  .btn-wrapper {
    width: 100%; }
    .btn-wrapper button {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
  .module-nav-toggle {
    top: -24px; }
  .blog-slider {
    max-height: initial;
    height: initial; }
    .blog-slider .title:after {
      display: none; }
  .whois .box {
    margin-right: 0; }
  .whois .whois-image {
    margin: 30px auto 0;
    display: block; }
  .menus, .tags {
    text-align: center; }
  .section-consultancy .consultancy-box {
    position: relative; }
  footer {
    padding: 50px 0 0 0; }
    footer .footer-logo {
      width: 100%;
      max-width: 200px;
      margin: 0 auto 50px; }
    footer .footer-info {
      text-align: center;
      margin: 50px 0 0 0; }
    footer .copy {
      text-align: center; }
    footer .dev {
      margin: 20px 0 0 0;
      padding: 0;
      text-align: center; }
  header .header-middle {
    padding: 20px 0; }
  .header-middle-animation {
    padding: 50px 0 200px; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  header .header-top nav {
    display: none; }
    header .header-top nav ul li a:hover {
      color: initial;
      background: initial;
      box-shadow: initial; }
  header .header-top .module-nav-toggle {
    display: block; }
  header .header-top .phone {
    display: none; }
  header .header-top .phone-nav {
    display: block; }
  header .header-top .logo {
    width: 100px;
    display: block; }
    header .header-top .logo img {
      width: 100%; }
  header .header-top .col-md-10 {
    position: relative;
    margin-top: -30px; }
  .blog-slider {
    max-height: initial;
    height: initial; }
    .blog-slider .title:after {
      display: none; }
  .whois .box {
    margin-right: 0; }
  .whois .whois-image {
    margin: 30px auto 0;
    display: block; }
  .menus, .tags {
    text-align: center; }
  .section-consultancy .consultancy-box {
    position: relative; }
  footer {
    padding: 50px 0 0 0; }
    footer .footer-logo {
      width: 100%;
      max-width: 200px;
      margin: 0 auto 50px; }
    footer .footer-info {
      text-align: center;
      margin: 50px 0 0 0; }
    footer .copy {
      text-align: center; }
    footer .dev {
      margin: 20px 0 0 0;
      padding: 0;
      text-align: center; }
  .btn-wrapper {
    width: 100%; }
    .btn-wrapper button {
      display: block;
      width: 80%;
      margin: 0 auto 10px !important; }
  .module-nav-toggle {
    top: -24px; }
  .blog-slider ul {
    bottom: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .header-top .r {
    margin: 1.6rem 0 0 0; }
  header .header-top .logo {
    width: 100px;
    display: block; }
    header .header-top .logo img {
      width: 100%; }
  header .header-top nav ul li a {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem; }
  header .header-top .phone {
    font-size: 0.75rem;
    padding: 1.125rem 0.875rem 1rem;
    margin-left: 1.125rem; }
    header .header-top .phone:before {
      display: none; }
  .blog-slider .title:after {
    width: 160px;
    height: 244px;
    position: absolute;
    right: -75px;
    top: -74px; }
  .whois .box {
    margin-right: 0; }
  .whois .whois-image {
    margin: 30px auto 0;
    display: block; } }

@media screen and (min-width: 1025px) and (max-width: 1260px) {
  header .header-top .r {
    margin: 2.2rem 0 0 0; }
  header .header-top .logo {
    width: 120px;
    display: block; }
    header .header-top .logo img {
      width: 100%; }
  header .header-top nav ul li a {
    padding: 0.375rem 0.625rem; }
  header .header-top .phone {
    font-size: 0.875rem;
    padding: 1.125rem 0.875rem 1rem 2.5rem;
    margin-left: 1.125rem; } }
