<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
/*
*-------------------------------------------------------------
*
[Table of contents]

1. Body
2. Navigation / .av-main-nav
3. Hero / .av-hero-section
4. Welcome / .av-welcome-section
5. Counter / .av-counter-section
6. About Us / .av-aboutus-section
7. Services /  .av-services-section
8. Our Work / .av-work-section
9. Quote / .av-quote-section
10. More Services / .av-moreservices-section
11. Expertise / .av-expertise-section
12. Our Blog / .av-blog-section
13. Purchase / .av-purchase-section
14. Contact / .av-contact-section
15. Copyright / .av-copyright-section

*
*-------------------------------------------------------------
*/
/*
*-------------------------------------------------------------
*
# [Color codes]

# color-text: #0c2924;
# color-decorative: #e94c3d;
# color-decorative-dark: #62201b;
# color-gray: #808080 ;
# color-dark-gray:#333333;
# color-darker:#272727;
# color-lighter: #a0a0a0 ;
# color-medlighter: #ecf0f1 ;
# color-light: #fff;
# color-creme: #f5f5f5;
# color-validator-error: red;
# color-validator-success: green;
*
*-------------------------------------------------------------
*/
/*
*-------------------------------------------------------------
*
*style.scss
*
Project: Finamics One page template
Css Framework Made for Seasonsca.
Author: Lisbel Cruz (LisCT)
Version: 1.1
Last change: 03/01/15
*
*-------------------------------------------------------------
*/
/* compass */
/* utilities*/
/** 
*-------------------------------------------------------------
Site Settings
*-------------------------------------------------------------
*/
/* Typography */
/* colors */
/* Positioning */
/* padding */
/** 
*-------------------------------------------------------------
Utilities
*-------------------------------------------------------------
*/
/* line 7, ../sass/settings/_utilities.scss */
.text-left {
  text-align: left;
}

/* line 11, ../sass/settings/_utilities.scss */
.text-right, #av-top-bar .av-main-nav ul, .av-header-section .av-header-title {
  text-align: right;
}

/* line 15, ../sass/settings/_utilities.scss */
.text-center, .av-going .av-body-hero, .av-counter-section, .av-aboutus-section .av-about-item-content {
  text-align: center;
}

/* line 19, ../sass/settings/_utilities.scss */
.align-left {
  display: inline;
  float: left;
}

/* line 23, ../sass/settings/_utilities.scss */
.align-right {
  display: inline;
  float: right;
}

/* border image*/
/* line 28, ../sass/settings/_utilities.scss */
.av-images-border {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

/* Margin */
/* line 35, ../sass/settings/_utilities.scss */
.av-base-margin {
  margin: 2em 0;
}

/* line 37, ../sass/settings/_utilities.scss */
.av-1x-mar {
  margin: 1em 0;
}

/* line 38, ../sass/settings/_utilities.scss */
.av-2x-mar {
  margin: 2em 0;
}

/* line 39, ../sass/settings/_utilities.scss */
.av-3x-mar {
  margin: 3em 0;
}

/* line 40, ../sass/settings/_utilities.scss */
.av-4x-mar {
  margin: 4em 0;
}

/* line 41, ../sass/settings/_utilities.scss */
.av-5x-mar {
  margin: 5em 0;
}

/* line 42, ../sass/settings/_utilities.scss */
.av-6x-mar {
  margin: 6em 0;
}

/* line 43, ../sass/settings/_utilities.scss */
.av-7x-mar {
  margin: 7em 0;
}

/* line 44, ../sass/settings/_utilities.scss */
.av-8x-mar {
  margin: 8em 0;
}

/* line 45, ../sass/settings/_utilities.scss */
.av-9x-mar {
  margin: 9em 0;
}

/* line 46, ../sass/settings/_utilities.scss */
.av-10x-mar {
  margin: 10em 0;
}

/* line 48, ../sass/settings/_utilities.scss */
.av-no-mar {
  margin: 0;
}

/* padding */
/* line 53, ../sass/settings/_utilities.scss */
.av-base-padding {
  padding: 2em 0;
}

/* line 55, ../sass/settings/_utilities.scss */
.av-1x-pad {
  padding: 1em 0;
}

/* line 56, ../sass/settings/_utilities.scss */
.av-2x-pad, .av-copyright-section {
  padding: 2em 0;
}

/* line 57, ../sass/settings/_utilities.scss */
.av-3x-pad, .av-aboutus-section .av-about-item-content .av-item {
  padding: 3em 0;
}

/* line 58, ../sass/settings/_utilities.scss */
.av-4x-pad, .av-quote-section, .av-header-section {
  padding: 4em 0;
}

/* line 59, ../sass/settings/_utilities.scss */
.av-5x-pad, .av-services-section .av-content-services, .av-moreservices-section .left-column, .av-purchase-section, .av-blog-section .av-btn-blog, .av-contact-section .av-social {
  padding: 5em 0;
}

/* line 60, ../sass/settings/_utilities.scss */
.av-6x-pad {
  padding: 6em 0;
}

/* line 61, ../sass/settings/_utilities.scss */
.av-7x-pad {
  padding: 7em 0;
}

/* line 62, ../sass/settings/_utilities.scss */
.av-8x-pad {
  padding: 8em 0;
}

/* line 63, ../sass/settings/_utilities.scss */
.av-9x-pad {
  padding: 9em 0;
}

/* line 64, ../sass/settings/_utilities.scss */
.av-10x-pad {
  padding: 10em 0;
}

/* line 66, ../sass/settings/_utilities.scss */
.av-no-pad {
  padding: 0;
}

/* Base*/
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/base/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 43, ../sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, ../sass/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, ../sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
/* line 76, ../sass/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../sass/base/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, ../sass/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, ../sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, ../sass/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, ../sass/base/_normalize.scss */
h1, .av-header-section .av-header-title {
  font-size: 2em;
  /*margin: 0.67em 0;*/
  margin:20px 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, ../sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../sass/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../sass/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../sass/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../sass/base/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, ../sass/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 254, ../sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, ../sass/base/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, ../sass/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, ../sass/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, ../sass/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, ../sass/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, ../sass/base/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, ../sass/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, ../sass/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, ../sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 369, ../sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../sass/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../sass/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../sass/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, ../sass/base/_normalize.scss */
td,
th {
  padding: 0;
}

/* apply a natural box layout model to all elements*/
/* line 431, ../sass/base/_normalize.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** 
*-------------------------------------------------------------
base
*-------------------------------------------------------------
*/
/* line 7, ../sass/base/_base.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 11, ../sass/base/_base.scss */
p {
  margin-bottom: 24px;
}

/* line 15, ../sass/base/_base.scss */
ul {
  padding: 0;
  margin: 0;
}

/* line 20, ../sass/base/_base.scss */
li {
  list-style: none;
}

/* line 24, ../sass/base/_base.scss */
a {
  text-decoration: none;
}

/* line 28, ../sass/base/_base.scss */
strong {
  color: #00abb2;
}

/* Fonts*/
/* modules*/
/** 
*-------------------------------------------------------------
navigation
*-------------------------------------------------------------
*/
/* line 7, ../sass/modules/_nav.scss */
#av-top-bar {
  position: relative;
  z-index: 999999;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* responsive toggle*/
}
/* line 17, ../sass/modules/_nav.scss */
#av-top-bar .av-mobile-toggle {
  position: absolute;
  right: 20px;
  top: 36px;
  height: 44px;
  width: 44px;
  background-color: white;
  color: #0c2924;
  line-height: 44px;
  text-align: center;
  margin-top: -31px;
  z-index: 9999;
  font-size: 1.4em;
  display: none;
}
/* line 33, ../sass/modules/_nav.scss */
#av-top-bar .av-mobile-nav {
  display: none;
}
/* line 39, ../sass/modules/_nav.scss */
#av-top-bar .av-main-nav ul {
  line-height: 66px;
}
/* line 43, ../sass/modules/_nav.scss */
#av-top-bar .av-main-nav ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
/* line 48, ../sass/modules/_nav.scss */
#av-top-bar .av-main-nav ul li a {
  color: white;
  font-size: 0.75em;
  margin: 0 15px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: .09em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 58, ../sass/modules/_nav.scss */
#av-top-bar .av-main-nav ul li a:after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  background-color: transparent;
  margin-top: -15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 69, ../sass/modules/_nav.scss */
#av-top-bar .av-main-nav ul li a:hover {
  color: white;
}
/* line 72, ../sass/modules/_nav.scss */
#av-top-bar .av-main-nav ul li a:hover:after {
  content: '';
  width: 100%;
  background-color: #00abb2;
}
/* line 83, ../sass/modules/_nav.scss */
#av-top-bar .av-main-nav ul .active a {
  color: white;
}
/* line 86, ../sass/modules/_nav.scss */
#av-top-bar .av-main-nav ul .active a:after {
  content: '';
  width: 100%;
  background-color: #e9d83d;
}

/* Responsive Menu max-width:1024px */
@media (max-width: 1024px) {
  /* line 101, ../sass/modules/_nav.scss */
  .av-main-nav {
    display: none;
  }

  /* line 105, ../sass/modules/_nav.scss */
  .av-mobile-toggle {
    display: block !important;
  }

  /* line 109, ../sass/modules/_nav.scss */
  .av-mobile-nav {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 56px;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    z-index: 9999;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: .5pt;
    -webkit-font-smoothing: antialiased;
  }
  /* line 125, ../sass/modules/_nav.scss */
  .av-mobile-nav ul {
    line-height: 45px;
  }
  /* line 128, ../sass/modules/_nav.scss */
  .av-mobile-nav ul li {
    background-color: rgba(39, 39, 39, 0.95);
    display: block;
    text-transform: uppercase;
  }
  /* line 133, ../sass/modules/_nav.scss */
  .av-mobile-nav ul li:last-child {
    border-bottom: none;
  }
  /* line 137, ../sass/modules/_nav.scss */
  .av-mobile-nav ul li a {
    color: white;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 142, ../sass/modules/_nav.scss */
  .av-mobile-nav ul li a:hover {
    color: #e94c3d;
  }
}
/** 
*-------------------------------------------------------------
hero
*-------------------------------------------------------------
*/
/* line 7, ../sass/modules/_hero.scss */
.av-going {
  background-image: url("../images/background/heroBg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 13, ../sass/modules/_hero.scss */
.av-going .av-hero-section {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 16, ../sass/modules/_hero.scss */
.av-going .av-hero-section .av-top-bar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 21, ../sass/modules/_hero.scss */
.av-going .av-body-hero {
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  margin: auto;
}
/* line 32, ../sass/modules/_hero.scss */
.av-going .av-body-hero h1, .av-going .av-body-hero .av-header-section .av-header-title, .av-header-section .av-going .av-body-hero .av-header-title {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
/* line 39, ../sass/modules/_hero.scss */
.av-going .av-body-hero p {
  color: white;
  margin-top: -24px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
/* line 45, ../sass/modules/_hero.scss */
.av-going .av-body-hero p:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: white;
  margin: 35px auto 0;
}
/* line 54, ../sass/modules/_hero.scss */
.av-going .av-body-hero a {
  border: 1px solid white !important;
  color: white !important;
}
/* line 59, ../sass/modules/_hero.scss */
.av-going .av-body-hero a:hover {
  /*background-color: rgba(233, 76, 61, 0.49);*/
  background-color: rgba(0, 171, 178, 0.49);
}
/* line 63, ../sass/modules/_hero.scss */
.av-going .av-body-hero a:active {
  background-color: #e94c3d;
}
/* line 70, ../sass/modules/_hero.scss */
.av-going .av-icon-scroll {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 80px;
}
/* line 78, ../sass/modules/_hero.scss */
.av-going .av-icon-scroll .av-icon {
  color: white;
  font-size: 1em;
  border: 2px solid;
  border-radius: 50px;
  padding: 70px 13px 15px 13px;
}

/* Responsive portfolio max-width:1024px*/
@media (max-width: 580px) {
  /* line 99, ../sass/modules/_hero.scss */
  .av-going .av-body-hero h1, .av-going .av-body-hero .av-header-section .av-header-title, .av-header-section .av-going .av-body-hero .av-header-title {
    font-size: 3em;
  }
  /* line 103, ../sass/modules/_hero.scss */
  .av-going .av-body-hero p {
    font-size: 0.8em;
  }
  /* line 108, ../sass/modules/_hero.scss */
  .av-going .av-icon-scroll {
    display: none;
  }
}
/** 
*-------------------------------------------------------------
welcome
*-------------------------------------------------------------
*/
/* line 7, ../sass/modules/_welcome.scss */
.av-welcome-section {
  padding-bottom: 50px;
}
/* line 14, ../sass/modules/_welcome.scss */
.av-welcome-section .av-content-welcome p {
  margin-bottom: 40px;
  margin-top: -10px;
}
/* line 25, ../sass/modules/_welcome.scss */
.av-welcome-section figure {
  margin: 0;
}
/* line 28, ../sass/modules/_welcome.scss */
.av-welcome-section figure img {
  margin-top: 2em;
}

/** 
*-------------------------------------------------------------
counter
*-------------------------------------------------------------
*/
/* line 8, ../sass/modules/_counter.scss */
.av-counter-section {
  padding: 2.5em 0 0;
  background-image: url("../images/background/bg-plygons.jpg");
  background-position: center center;
  /*min-height: 521px;*/
  min-height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 19, ../sass/modules/_counter.scss */
.av-counter-section .av-title-counter .av-subtitle-section {
  color: white;
}
/* line 22, ../sass/modules/_counter.scss */
.av-counter-section .av-title-counter .av-subtitle-section strong {
  color: white;
}
/* line 26, ../sass/modules/_counter.scss */
.av-counter-section .av-title-counter .av-subtitle-section:after {
  margin: 21px auto 0;
  height: 1px;
  background-color: white;
}
/* line 35, ../sass/modules/_counter.scss */
.av-counter-section .av-counter {
  margin-top: 40px;
}
/* line 39, ../sass/modules/_counter.scss */
.av-counter-section .av-counter h2 {
  color: white;
  font-size: 5.5em;
  font-weight: 100;
}
/* line 44, ../sass/modules/_counter.scss */
.av-counter-section .av-counter h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  margin: 30px auto 0;
  background-color: white;
}
/* line 54, ../sass/modules/_counter.scss */
.av-counter-section .av-counter h5 {
  color: white;
  font-size: 1em;
  letter-spacing: 0.08em;
  margin-top: -30px;
}

 /** 
*-------------------------------------------------------------
about us 
*-------------------------------------------------------------
*/
/* line 12, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item {
  /* Icon */
  /* Icon  animation */
}
/* line 17, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item .av-animated-icon-wrap {
  text-align: center;
  margin: 0 auto;
}
/* line 21, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item .av-icon {
  display: inline-block;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 2.6em;
  background-color: #e94c3d;
  color: white;
}
/* line 37, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item .av-icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 48, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item .av-animated-icon-effect-9 .av-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
/* line 54, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item .av-animated-icon-effect-9 .av-icon:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 1px #e94c3d;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* line 66, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item .av-animated-icon-effect-9b .av-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
/* line 73, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item .av-animated-icon-effect-9b .av-icon:hover {
  box-shadow: 0 0 0 10px rgba(236, 240, 241, 0.77);
}
/* line 79, ../sass/modules/_about-us.scss */
.av-aboutus-section .av-about-item-content .av-item p {
  padding: 1em;
  color: #a0a0a0;
}

 /** 
*-------------------------------------------------------------
services
*-------------------------------------------------------------
*/
/* line 7, ../sass/modules/_services.scss */
.av-services-section {
  overflow: auto;
}
/* line 15, ../sass/modules/_services.scss */
.av-services-section .av-content-services p {
  margin-bottom: 40px;
  margin-top: -10px;
}
/* line 26, ../sass/modules/_services.scss */
.av-services-section .bg-dark {
  color: white;
  padding: 100px 0;
}
/* line 30, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate {
  margin: 0 0 40px 0;
}
/* line 33, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate.av-right {
  padding-left: 90px;
  position: relative;
  text-align: left;
}
/* line 39, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate.av-right .av-head-icon {
  position: absolute;
  left: -50px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #333333;
  color: white;
  text-align: center;
  border: 2px solid whitesmoke;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 53, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate.av-right .av-head-icon:after {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  border: 1px dashed whitesmoke;
  position: absolute;
  left: 50%;
  top: 78px;
}
/* line 64, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate .av-head-icon .av-icon {
  font-size: 1.5em;
}
/* line 70, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate .av-icon-box-content p {
  margin-bottom: 10px;
  color: #a0a0a0;
}
/* line 76, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate .av-icon-box-content a {
  font-size: 1.2em;
  letter-spacing: 0.04em;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 84, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate .av-icon-box-content a:hover {
  color: #e94c3d;
}
/* line 88, ../sass/modules/_services.scss */
.av-services-section .bg-dark .av-icon-box-alternate:hover .av-head-icon {
  background-color: whitesmoke;
  color: #e94c3d;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid whitesmoke;
}

/* Responsive services max-width: 1280px*/
@media (max-width: 1280px) {
  /* line 110, ../sass/modules/_services.scss */
  .av-services-section .bg-dark .av-icon-box-alternate.av-right .av-head-icon:after {
    content: "";
    height: 129px;
  }
}
/* Responsive services max-width: 1024px*/
@media (max-width: 1024px) {
  /* line 128, ../sass/modules/_services.scss */
  .av-services-section .bg-dark .av-icon-box-alternate.av-right .av-head-icon {
    position: absolute;
    left: 10px;
  }
  /* line 134, ../sass/modules/_services.scss */
  .av-services-section .bg-dark .av-icon-box-alternate.av-right .av-head-icon:after {
    content: "";
    height: 50px;
  }
  /* line 140, ../sass/modules/_services.scss */
  .av-services-section .bg-dark .av-icon-box-alternate .av-icon-box-content {
    padding: 0 30px;
  }
}
/* Responsive services max-width: 640px*/
@media (max-width: 640px) {
  /* line 155, ../sass/modules/_services.scss */
  .av-services-section .bg-dark .av-icon-box-alternate.av-right .av-head-icon:after {
    content: "";
    height: 80px;
  }
}
/* Responsive services max-width: 320px*/
@media (max-width: 320px) {
  /* line 173, ../sass/modules/_services.scss */
  .av-services-section .bg-dark .av-icon-box-alternate.av-right .av-head-icon:after {
    content: "";
    height: 160px;
  }
}
/** 
*-------------------------------------------------------------
Portfolio
*-------------------------------------------------------------
*/
/* line 7, ../sass/modules/_portfolio.scss */
.av-work-section {
  /*
   *----- grid images------*
   */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /*
  *----- Effect------*
  */
}
/* line 9, ../sass/modules/_portfolio.scss */
.av-work-section:after {
  content: '';
  display: table;
  min-height: 1px;
  width: 100%;
  clear: both;
}
/* line 20, ../sass/modules/_portfolio.scss */
.av-work-section .grid {
  position: relative;
  padding: 1em 0 4em;
  max-width: 100%;
  list-style: none;
  text-align: center;
}
/* line 28, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0;
  max-width: 480px;
  max-height: 360px;
  width: 25%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  cursor: pointer;
}
/* line 41, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}
/* line 48, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 58, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure figcaption,
.av-work-section .grid figure figcaption &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 68, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure figcaption &gt; a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
/* line 76, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}
/* line 80, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure h3:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 0px;
}
/* line 89, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure h3 span {
  font-weight: 800;
}
/* line 94, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure h3,
.av-work-section .grid figure p {
  margin: 0;
}
/* line 98, ../sass/modules/_portfolio.scss */
.av-work-section .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* line 108, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: white;
  color: #0c2924;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 121, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe h3 {
  float: left;
}
/* line 125, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe p.icon-links a {
  float: right;
  color: #0c2924;
  font-size: 1.3em;
}
/* line 132, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe:hover p.icon-links a:hover,
.av-work-section figure.effect-zoe:hover p.icon-links a:focus {
  color: #0c2924;
}
/* line 136, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe p.description {
  position: absolute;
  bottom: 6em;
  padding: 2em;
  font-family: "Lato", sans-serif;
  color: white;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}
/* line 151, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe h3,
.av-work-section figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
/* line 158, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 5px 5px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 167, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe h3 {
  display: inline-block;
}
/* line 171, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe p.icon-links a .av-icon:hover {
  color: #e94c3d;
}
/* line 175, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe:hover p.description {
  opacity: 1;
}
/* line 181, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe:hover figcaption,
.av-work-section figure.effect-zoe:hover h3,
.av-work-section figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 186, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe:hover h3 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 191, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 196, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 201, ../sass/modules/_portfolio.scss */
.av-work-section figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* Responsive portfolio max-width:1024px*/
@media (max-width: 1024px) {
  /* line 212, ../sass/modules/_portfolio.scss */
  .av-work-section {
    /*
    *----- Effect------*
    */
  }
  /* line 214, ../sass/modules/_portfolio.scss */
  .av-work-section .grid figure h3 {
    font-size: 1.3em;
  }
  /* line 222, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe figcaption {
    height: 3.2em;
  }
  /* line 227, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe p.description {
    padding: 0em;
  }
}
/* Responsive portfolio max-width:768px*/
@media (max-width: 768px) {
  /* line 238, ../sass/modules/_portfolio.scss */
  .av-work-section {
    /*
    *----- Effect------*
    */
  }
  /* line 240, ../sass/modules/_portfolio.scss */
  .av-work-section .av-description-content {
    padding: 2em 2em;
  }
  /* line 244, ../sass/modules/_portfolio.scss */
  .av-work-section .grid figure {
    width: 50%;
  }
  /* line 253, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe figcaption {
    height: 3.75em;
  }
  /* line 258, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe p.description {
    padding: 2em;
    font-size: 100%;
  }
}
/* Responsive portfolio max-width:640px*/
@media (max-width: 640px) {
  /* line 270, ../sass/modules/_portfolio.scss */
  .av-work-section {
    /*
    *----- Effect------*
    */
  }
  /* line 272, ../sass/modules/_portfolio.scss */
  .av-work-section .grid figure {
    width: 50%;
  }
  /* line 281, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe figcaption {
    height: 3.75em;
  }
  /* line 286, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe p.description {
    padding: 2em;
  }
}
/* Responsive portfolio max-width:480px*/
@media (max-width: 480px) {
  /* line 297, ../sass/modules/_portfolio.scss */
  .av-work-section {
    /*
    *----- Effect------*
    */
  }
  /* line 299, ../sass/modules/_portfolio.scss */
  .av-work-section .grid figure h3 {
    font-size: 1.2em;
  }
  /* line 307, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe figcaption {
    height: 3.2em;
  }
  /* line 312, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe p.description {
    padding: 0em;
  }
  /* line 317, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe p.description {
    line-height: 1.5em;
    left: 0em;
  }
}
/* Responsive portfolio max-width:320px*/
@media (max-width: 320px) {
  /* line 328, ../sass/modules/_portfolio.scss */
  .av-work-section {
    /*
    *----- Effect------*
    */
  }
  /* line 330, ../sass/modules/_portfolio.scss */
  .av-work-section .grid figure {
    width: 100%;
  }
  /* line 339, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe figcaption {
    height: 3.75em;
  }
  /* line 344, ../sass/modules/_portfolio.scss */
  .av-work-section figure.effect-zoe p.description {
    padding: 2em;
  }
}
/** 
*-------------------------------------------------------------
main
*-------------------------------------------------------------
*/
/** 
*-------------------------------------------------------------
Quote Section
*-------------------------------------------------------------
*/
/* line 14, ../sass/modules/_main.scss */
.av-quote-section {
  background-color: #e94c3d;
}
/* line 18, ../sass/modules/_main.scss */
.av-quote-section .av-content-quote, .av-quote-section .av-author {
  color: white;
  text-align: center;
}
/* line 23, ../sass/modules/_main.scss */
.av-quote-section .av-content-quote {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 1.5em;
}
/* line 28, ../sass/modules/_main.scss */
.av-quote-section .av-author {
  text-transform: uppercase;
  text-align: right;
}
/* line 32, ../sass/modules/_main.scss */
.av-quote-section .av-author:before {
  content: '';
  display: block;
  width: 30px;
  position: absolute;
  height: 1px;
  margin-top: 12px;
  margin-left: -42px;
  display: inline-block;
  background-color: white;
}

/** 
*-------------------------------------------------------------
more services
*-------------------------------------------------------------
*/
/* line 56, ../sass/modules/_main.scss */
.av-moreservices-section .left-column {
  padding-right: 19px;
}
/* line 60, ../sass/modules/_main.scss */
.av-moreservices-section .left-column .av-content-moreservices {
  margin-bottom: 46px;
}
/* line 66, ../sass/modules/_main.scss */
.av-moreservices-section .left-column .av-services-despcription .av-icon-box-s {
  padding-left: 21px;
  position: relative;
}
/* line 70, ../sass/modules/_main.scss */
.av-moreservices-section .left-column .av-services-despcription .av-icon-box-s .av-head-icon {
  height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  left: -24px;
  top: -4px;
}
/* line 78, ../sass/modules/_main.scss */
.av-moreservices-section .left-column .av-services-despcription .av-icon-box-s .av-head-icon:before {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  height: 24px;
  margin-left: -5px;
  display: inline-block;
  background-color: #e94c3d;
}
/* line 89, ../sass/modules/_main.scss */
.av-moreservices-section .left-column .av-services-despcription .av-icon-box-s .av-head-icon .av-icon {
  font-size: 1.3em;
  color: #a0a0a0;
}
/* line 105, ../sass/modules/_main.scss */
.av-moreservices-section .right-column {
  background-image: url("../images/background/bg-people.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 767px;
}

/* Responsive services max-width: 1680px*/
@media (max-width: 1680px) {
  /* line 121, ../sass/modules/_main.scss */
  .av-moreservices-section .right-column {
    min-height: 888px;
  }
}
/* Responsive services max-width: 1366px*/
@media (max-width: 1366px) {
  /* line 134, ../sass/modules/_main.scss */
  .av-moreservices-section .right-column {
    min-height: 1045px;
    width: 40%;
  }
  /* line 139, ../sass/modules/_main.scss */
  .av-moreservices-section .left-column {
    width: 60%;
  }
}
/* Responsive services max-width: 1024px*/
@media (max-width: 1024px) {
  /* line 152, ../sass/modules/_main.scss */
  .av-moreservices-section .left-column {
    padding: 5em 2em;
    width: 50%;
  }
  /* line 157, ../sass/modules/_main.scss */
  .av-moreservices-section .right-column {
    min-height: 933px;
    width: 50%;
  }
}
/* Responsive services max-width: 768px*/
@media (max-width: 768px) {
  /* line 171, ../sass/modules/_main.scss */
  .av-moreservices-section .left-column {
    width: 100%;
  }
  /* line 175, ../sass/modules/_main.scss */
  .av-moreservices-section .right-column {
    min-height: 616px;
    width: 100%;
  }
}
/** 
*-------------------------------------------------------------
expertise Section
*-------------------------------------------------------------
*/
/* line 189, ../sass/modules/_main.scss */
.av-expertise-section {
  background-image: url("../images/background/bg-plygons.jpg");
  background-position: center center;
  padding: 5em 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 196, ../sass/modules/_main.scss */
.av-expertise-section .av-content-expertise {
  color: white;
}
/* line 200, ../sass/modules/_main.scss */
.av-expertise-section .av-content-expertise .av-subtitle-section strong {
  color: white;
}
/* line 204, ../sass/modules/_main.scss */
.av-expertise-section .av-content-expertise .av-subtitle-section:after {
  background-color: white;
}
/* line 209, ../sass/modules/_main.scss */
.av-expertise-section .av-content-expertise p {
  color: white;
}
/* line 214, ../sass/modules/_main.scss */
.av-expertise-section .av-loading-bar {
  margin: 10px 0 40px;
  position: relative;
  display: block;
}
/* line 219, ../sass/modules/_main.scss */
.av-expertise-section .av-loading-bar h5 {
  text-transform: uppercase;
  letter-spacing: .3pt;
  color: #fff;
}
/* line 225, ../sass/modules/_main.scss */
.av-expertise-section .av-loading-bar small {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 232, ../sass/modules/_main.scss */
.av-expertise-section .av-loading-bar .av-bar {
  display: block;
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
  background-color: #62201b;
  margin: 5px 0;
}
/* line 241, ../sass/modules/_main.scss */
.av-expertise-section .av-loading-bar .av-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 50%;
  display: block;
  background-color: #fff;
}

 /** 
*-------------------------------------------------------------
purchase Section
*-------------------------------------------------------------
*/
/* line 260, ../sass/modules/_main.scss */
.av-purchase-section {
  background-image: url("../images/background/bg-man.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 270, ../sass/modules/_main.scss */
.av-purchase-section .av-content-purchase .av-subtitle-section strong {
  color: #0c2924;
}
/* line 274, ../sass/modules/_main.scss */
.av-purchase-section .av-content-purchase .av-subtitle-section:after {
  content: '';
  background-color: #0c2924;
  height: 1px;
}
/* line 281, ../sass/modules/_main.scss */
.av-purchase-section .av-content-purchase p {
  margin-bottom: 40px;
}

 /** 
*-------------------------------------------------------------
copyright Section
*-------------------------------------------------------------
*/
/* line 298, ../sass/modules/_main.scss */
.av-copyright-section {
  text-align: center;
}
/* line 302, ../sass/modules/_main.scss */
.av-copyright-section p {
  margin: 0;
  color: white;
}
/* line 306, ../sass/modules/_main.scss */
.av-copyright-section p a {
  color: white;
}

/** 
*-------------------------------------------------------------
blog
*-------------------------------------------------------------
*/
/* line 7, ../sass/modules/_blog.scss */
.av-blog-section {
  /*Left post*/
  /*Right post*/
  /*img*/
  /*Link-post*/
  /*quote-post*/
  /*audio - post*/
  /*btn - blog*/
}
/* line 9, ../sass/modules/_blog.scss */
.av-blog-section .av-icon-box-alternate .av-head-icon {
  position: absolute;
  top: 0;
  width: 23px;
  height: 23px;
  line-height: 15px;
  border: 1px solid #e94c3d;
  background-color: white;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
/* line 20, ../sass/modules/_blog.scss */
.av-blog-section .av-icon-box-alternate .av-head-icon:before {
  content: "";
  display: block;
  height: 335px;
  width: 1px;
  background-color: #a0a0a0;
  position: absolute;
  left: 48%;
  top: -23px;
  z-index: -1;
}
/* line 32, ../sass/modules/_blog.scss */
.av-blog-section .av-icon-box-alternate .av-head-icon .av-icon {
  color: #e94c3d;
  font-size: 1.5em;
}
/* line 38, ../sass/modules/_blog.scss */
.av-blog-section .av-recent-post {
  display: inline-block;
  width: 70%;
  position: relative;
}
/* line 43, ../sass/modules/_blog.scss */
.av-blog-section .av-recent-post h4 {
  font-size: 1.150em;
  margin: 0;
  color: #0c2924;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 49, ../sass/modules/_blog.scss */
.av-blog-section .av-recent-post h4:hover {
  color: #e94c3d;
}
/* line 54, ../sass/modules/_blog.scss */
.av-blog-section .av-recent-post span {
  font-size: 0.7em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a0a0a0;
  position: relative;
}
/* line 61, ../sass/modules/_blog.scss */
.av-blog-section .av-recent-post span:after {
  content: '';
  display: block;
  position: absolute;
  width: 42px;
  height: 1px;
  margin-top: 7px;
  background-color: #e94c3d;
}
/* line 77, ../sass/modules/_blog.scss */
.av-blog-section .av-left-post {
  text-align: right;
}
/* line 80, ../sass/modules/_blog.scss */
.av-blog-section .av-left-post .av-head-icon {
  right: -18px;
}
/* line 86, ../sass/modules/_blog.scss */
.av-blog-section .av-left-post .av-recent-post span:after {
  content: '';
  right: 0;
}
/* line 96, ../sass/modules/_blog.scss */
.av-blog-section .av-right-post {
  margin-left: 12px;
}
/* line 99, ../sass/modules/_blog.scss */
.av-blog-section .av-right-post .av-head-icon {
  left: -5px;
}
/* line 106, ../sass/modules/_blog.scss */
.av-blog-section .av-img-content {
  float: right;
}
/* line 109, ../sass/modules/_blog.scss */
.av-blog-section .av-img-content figure {
  margin: 5px 0 0 20px;
}
/* line 112, ../sass/modules/_blog.scss */
.av-blog-section .av-img-content figure img {
  outline: 6px solid rgba(255, 255, 255, 0.6);
  outline-offset: -6px;
}
/* line 121, ../sass/modules/_blog.scss */
.av-blog-section .av-link-content {
  margin: 24px 0;
  padding: 40px 17px;
  background-color: #e94c3d;
  text-transform: uppercase;
}
/* line 127, ../sass/modules/_blog.scss */
.av-blog-section .av-link-content i {
  position: absolute;
  font-size: 1.3em;
  margin-top: 5px;
  color: white;
}
/* line 134, ../sass/modules/_blog.scss */
.av-blog-section .av-link-content p {
  margin: 0;
  margin-left: 39px;
  color: white;
  font-weight: 800;
  font-size: 0.675em;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 149, ../sass/modules/_blog.scss */
.av-blog-section .av-quote-content {
  margin: 24px 0;
  padding: 40px 17px;
  background-color: #0c2924;
  text-transform: uppercase;
}
/* line 155, ../sass/modules/_blog.scss */
.av-blog-section .av-quote-content i {
  position: absolute;
  font-size: 1.3em;
  margin-top: 5px;
  color: white;
}
/* line 162, ../sass/modules/_blog.scss */
.av-blog-section .av-quote-content p {
  margin: 0;
  margin-left: 39px;
  color: white;
  font-weight: 800;
  font-size: 0.775em;
  letter-spacing: 0.04em;
}
/* line 163, ../sass/modules/_blog.scss */
.av-blog-section .av-quote-content p:first-child {
  font-style: italic;
  margin-bottom: 10px;
}
/* line 175, ../sass/modules/_blog.scss */
.av-blog-section .av-quote-content p:last-child {
  margin-left: 57px;
}
/* line 178, ../sass/modules/_blog.scss */
.av-blog-section .av-quote-content p:last-child:after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  margin-left: -17px;
  margin-top: -11px;
  background-color: white;
}
/* line 193, ../sass/modules/_blog.scss */
.av-blog-section .av-audio-content iframe {
  margin-top: 24px;
  width: 100%;
  height: 166px;
  border: none;
  overflow: hidden;
}
/* line 204, ../sass/modules/_blog.scss */
.av-blog-section .av-btn-blog {
  text-align: center;
}

/* Responsive portfolio max-width:1024px*/
@media (max-width: 1024px) {
  /* line 219, ../sass/modules/_blog.scss */
  .av-blog-section {
    /*Left post*/
    /*Right post*/
    /*img*/
  }
  /* line 223, ../sass/modules/_blog.scss */
  .av-blog-section .av-icon-box-alternate .av-head-icon:before {
    content: "";
    height: 0px;
    width: 0px;
  }
  /* line 232, ../sass/modules/_blog.scss */
  .av-blog-section .av-left-post {
    text-align: left;
  }
  /* line 235, ../sass/modules/_blog.scss */
  .av-blog-section .av-left-post .av-head-icon {
    left: -13px;
  }
  /* line 242, ../sass/modules/_blog.scss */
  .av-blog-section .av-right-post {
    margin-left: 15px;
  }
  /* line 245, ../sass/modules/_blog.scss */
  .av-blog-section .av-right-post .av-head-icon {
    left: 2px;
  }
  /* line 252, ../sass/modules/_blog.scss */
  .av-blog-section .av-img-content {
    margin-right: 15px;
    float: left;
  }
  /* line 256, ../sass/modules/_blog.scss */
  .av-blog-section .av-img-content figure {
    margin: 0 0 20px 0;
  }
  /* line 261, ../sass/modules/_blog.scss */
  .av-blog-section .av-recent-post {
    width: 100%;
  }
  /* line 265, ../sass/modules/_blog.scss */
  .av-blog-section .av-recent-post span:after {
    content: '';
    left: 0;
  }
}
 /** 
*-------------------------------------------------------------
contact
*-------------------------------------------------------------
*/
/* line 12, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .av-input, .av-contact-section .form-contact form textarea {
  border: none;
  border-bottom: 1px solid #a0a0a0;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  resize: none;
  font-family: "Lato", sans-serif;
  /*Placeholder-style*/
  /* firefox 19+ */
  /* ie */
  /* End Placeholder-style*/
}
/* line 21, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .av-input:focus, .av-contact-section .form-contact form textarea:focus {
  outline: none;
}
/* line 24, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .av-input:-moz-placeholder, .av-contact-section .form-contact form textarea:-moz-placeholder {
  color: #a0a0a0;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
/* line 30, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .av-input::-webkit-input-placeholder, .av-contact-section .form-contact form textarea::-webkit-input-placeholder {
  color: #a0a0a0;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
/* line 36, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .av-input::-moz-placeholder, .av-contact-section .form-contact form textarea::-moz-placeholder {
  color: #a0a0a0;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
/* line 42, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .av-input:-ms-input-placeholder, .av-contact-section .form-contact form textarea:-ms-input-placeholder {
  color: #a0a0a0;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
/* line 52, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .btn-content {
  text-align: center;
  margin-top: 30px;
}
/* line 56, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .btn-content .av-submit {
  border: none;
}
/* line 60, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .btn-content .av-submit:focus {
  outline: none;
}
/* line 62, ../sass/modules/_contact.scss */
.av-contact-section .form-contact form .btn-content .av-submit .av-icon {
  margin-left: 11px;
  font-size: 1.3em;
}
/* line 71, ../sass/modules/_contact.scss */
.av-contact-section .av-social {
  text-align: center;
}
/* line 75, ../sass/modules/_contact.scss */
.av-contact-section .av-social .av-icon {
  margin-bottom: 3px;
  display: inline-block;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: white;
  background-color: #00abb2;
  border-radius: 50px;
  margin: 0 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 88, ../sass/modules/_contact.scss */
.av-contact-section .av-social .av-icon:hover {
  background-color: #00abb2;
}

/*Theme*/
/** 
*-------------------------------------------------------------
Theme
*-------------------------------------------------------------
*/
/*---------- typography ----------*/
/* line 9, ../sass/theme/_theme.scss */
body {
  color: #0c2924;
  font: 16px/24px "Lato", sans-serif;
}

/*---------- background color ----------*/
/* line 17, ../sass/theme/_theme.scss */
.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.88);
}

/* line 18, ../sass/theme/_theme.scss */
.bg-creme {
  background-color: whitesmoke;
}

/* line 19, ../sass/theme/_theme.scss */
.bg-dark {
  background-color: #333333;
}

/* line 26, ../sass/theme/_theme.scss */
h1, .av-header-section .av-header-title,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}

/* line 33, ../sass/theme/_theme.scss */
h1, .av-header-section .av-header-title {
  font-family: "Droid Serif", serif;
  font-size: 3.750em;
  font-weight: 300;
}

/* line 39, ../sass/theme/_theme.scss */
h2 {
  font-size: 2.500em;
  margin-top: 0em;
}

/* line 44, ../sass/theme/_theme.scss */
h3 {
  font-size: 1.563em;
  font-weight: 300;
}
/* line 48, ../sass/theme/_theme.scss */
h3:after {
  content: '';
  display: block;
  width: 81px;
  height: 2px;
  margin-top: 9px;
  background-color: #00abb2;
}

/* line 61, ../sass/theme/_theme.scss */
.av-subtitle-section h3:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 21px;
  background-color: #e94c3d;
}

/* line 72, ../sass/theme/_theme.scss */
h4 {
  font-size: 1.250em;
  line-height: 1.3em;
}

/* line 77, ../sass/theme/_theme.scss */
h5 {
  font-size: .8em;
  margin-bottom: .8em;
}

/* line 82, ../sass/theme/_theme.scss */
h6 {
  font-size: 0.9em;
  margin-bottom: .8em;
  font-family: "Droid Serif", serif;
  text-transform: capitalize;
  font-weight: 300;
}

/* line 90, ../sass/theme/_theme.scss */
p {
  font-family: "Lato", sans-serif;
  color: #0c2924;
  font-size: 0.875em;
  line-height: 1.7em;
  font-weight: 500;
}

/*---------- buttons ----------*/
/* line 101, ../sass/theme/_theme.scss */
.av-btn-primary, .av-going .av-body-hero a, .av-welcome-section .av-content-welcome a, .av-services-section .av-content-services a {
  background-color: transparent;
  border: 1px solid #a0a0a0;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #a0a0a0;
  font-family: "Lato", sans-serif;
  font-size: .8em;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 112, ../sass/theme/_theme.scss */
.av-btn-primary:hover, .av-going .av-body-hero a:hover, .av-welcome-section .av-content-welcome a:hover, .av-services-section .av-content-services a:hover {
  border: 1px solid #e94c3d;
}

/* line 118, ../sass/theme/_theme.scss */
.av-btn-secondary, .av-purchase-section .av-content-purchase a, .av-blog-section .av-btn-blog a, .av-contact-section .form-contact form .btn-content .av-submit {
  background-color: #00abb2;
  color: white;
  font-weight: 800;
  padding: 18px 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-size: .8em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 129, ../sass/theme/_theme.scss */
.av-btn-secondary:hover, .av-purchase-section .av-content-purchase a:hover, .av-blog-section .av-btn-blog a:hover, .av-contact-section .form-contact form .btn-content .av-submit:hover {
  background-color: #8ca329;
}

/*---------- header ----------*/
/* line 137, ../sass/theme/_theme.scss */
.av-header-section {
  overflow: auto;
}
/* line 147, ../sass/theme/_theme.scss */
.av-header-section .av-header-description {
  color: #a0a0a0;
  font-size: 0.975em;
  line-height: 1.7em;
  font-weight: 500;
  /*margin-top: 44px;*/
  width: 70%;
  font-style: italic;
}
/* line 156, ../sass/theme/_theme.scss */
.av-header-section .av-header-description:after {
  content: '';
  display: block;
  width: 445px;
  height: 1px;
  background-color: #a0a0a0;
  margin: 10px auto 0;
}

/* Responsive services max-width: 768px*/
@media (max-width: 1024px) {
  /* line 176, ../sass/theme/_theme.scss */
  .av-header-section .av-header-description:after {
    content: '';
    width: 325px;
  }
}
/* Responsive services max-width: 640px*/
@media (max-width: 640px) {
  /* line 190, ../sass/theme/_theme.scss */
  .av-header-section .av-header-title {
    text-align: center;
  }
  /* line 193, ../sass/theme/_theme.scss */
  .av-header-section .av-header-description {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  /* line 198, ../sass/theme/_theme.scss */
  .av-header-section .av-header-description:after {
    content: '';
    display: block;
    width: 293px;
    height: 1px;
    background-color: #a0a0a0;
    margin: 20px auto 0;
  }
}
/*---------- form ----------*/
/* line 214, ../sass/theme/_theme.scss */
input:focus {
  outline: none;
}
</pre></body></html>