/* ---------------------
  
Project: Business Agency;
Version: 1.0;
Author: GreenLight_Studio;

[Table of contents]

1. Body
2. Index.html
  2.1 Header
  2.2 Weclome section
  2.3 Services
  2.4 Online consulting
  2.5 Latest works
  2.6 How do we work
  2.7 Our team
  2.8 Skills/Testimonials
  2.9 Plans
  2-a Questions
  2-b Footer
3. Blog-pages(there are some similar styles for all blog pages)
  3.1 Header
  3.2 Article-Link
  3.3 Sidebar
4. About Us - page
  4.1 Content
  4.2 Counts
5. Services - pages(there are some similar styles for all services pages)
  5.1 Content
6. 404(not found page)
7. Blog - page - single(article)
  7.1 Content
  7.2 Comments
8. Media.css
------------------------ */
/*
@font-face {
  font-family: "PermanentMarker";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/PermanentMarker/PermanentMarker.ttf");
}

@font-face {
  font-family: "Asap-Thin";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/Asap-Thin.ttf");
}

@font-face {
  font-family: "Asap-SemiBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/Asap-SemiBold.ttf");
}

@font-face {
  font-family: "Asap";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/Asap.ttf");
}

@font-face {
  font-family: "Asap-Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/"Josefin Sans"-Medium.ttf");
}

@font-face {
  font-family: "Asap-Light";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/Asap-Light.ttf");
}

@font-face {
  font-family: "Asap-ExtraLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/Asap-ExtraLight.ttf");
}

@font-face {
  font-family: "Asap-ExtraBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/Asap-ExtraBold.ttf");
}

@font-face {
  font-family: "Asap-Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/Asap-Bold.ttf");
}

@font-face {
  font-family: "Asap-Black";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Asap/Asap-Black.ttf");
}


@font-face {
  font-family: ""Josefin Sans"-Thin";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/"Josefin Sans"/"Josefin Sans"-Thin.ttf");
}

@font-face {
  font-family: ""Josefin Sans"-SemiBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/"Josefin Sans"/"Josefin Sans"-SemiBold.ttf");
}

@font-face {
  font-family: ""Josefin Sans"";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/"Josefin Sans"/"Josefin Sans".ttf");
}

@font-face {
  font-family: ""Josefin Sans"-Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/"Josefin Sans"/"Josefin Sans"-Medium.ttf");
}

@font-face {
  font-family: ""Josefin Sans"-Light";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/"Josefin Sans"/"Josefin Sans"-Light.ttf");
}

@font-face {
  font-family: ""Josefin Sans"-ExtraLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/"Josefin Sans"/JosefinSans-ExtraLight.ttf");
}

@font-face {
  font-family: "JosefinSans-ExtraBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JosefinSans/JosefinSans-ExtraBold.ttf");
}

@font-face {
  font-family: ""Josefin Sans"";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JosefinSans/"Josefin Sans".ttf");
}

@font-face {
  font-family: "JosefinSans-Black";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JosefinSans/JosefinSans-Black.ttf");
}

html {
  font-family: "Asap", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
*/


body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Asap";
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 970px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger:hover {
  opacity: .7; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent; }

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent; }

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent; }

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent; }

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent; }

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent; }

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg); }

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg); }

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg); }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s; }

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s; }

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg); }

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg); }

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s; }

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s; }

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg); }

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg); }

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg); }

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg); }

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg); }

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg); }

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0; }

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s; }

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg); }

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s; }

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg); }

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg); }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0; }

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg); }

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent; }

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent; }

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms; }

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s; }

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity; }

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg); }

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg); }

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s; }

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity; }

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg); }

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%;
  background: transparent; }
/* [1. Body] */
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: "Asap", sans-serif;
  opacity: 1; }

i {
  transition: all .2s ease-in-out; }

section {
  padding-top: 15px; }

.container-fluid {
  padding: 0; }
  .container-fluid .col-lg-6 {
    padding: 0; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
/* [2.1 Header] */
.header {
  background: transparent;
  background-size: cover;
  min-height: 100vh; }

.top_line {
  margin-top: 37px; }
  .top_line ul {
    padding: 0;
    margin: 0;
    width: 100%; }
    .top_line ul li {
      list-style: none;
      display: inline-block;
      color: #ffffff;
      font-family: "Josefin Sans", sans-serif;
      font-size: 17px; }
    .top_line ul .right {
      float: right;
      width: 30%; }
      .top_line ul .right ul {
        text-align: right; }
        .top_line ul .right ul li {
          margin-left: 30px; }
          .top_line ul .right ul li a {
            color: #ffffff;
            transition: all .2s ease-in-out; }
            .top_line ul .right ul li a:hover {
              color: #ffffff; }
    .top_line ul .left {
      float: left;
      width: 30%;
      margin-left: 20px; }
    .top_line ul .center {
      text-align: center;
      width: 30%; }

.search {
  position: absolute;
  color: #ffffff;
  right: 0px;
  top: 1px;
  font-size: 16px; }
  .search .svg-inline--fa {
    cursor: pointer;
    transition: all .2s ease-in-out; }
    .search .svg-inline--fa:hover {
      color: #848383; }

.search_input {
  display: none;
  margin-top: 20px; }
  .search_input input {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    transition: all .2s ease-in-out;
    border: 1px solid #e3dd3d;
    background-color: transparent; }
    .search_input input::-webkit-input-placeholder {
      color: grey;
      font-style: italic; }
    .search_input input:focus, .search_input input:active {
      outline: none;
      border: 1px solid #e3dd3d; }
  .search_input .submit_button {
    width: 50px;
    height: 40px;
    margin: 0;
    float: right;
    margin-top: 0px;
    background-color: #e3dd3d;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    line-height: 33px; }

.caption {
  text-align: center;
  margin-top: 170px; }
  .caption h1 {
    font-size: 100px;
    font-family: "Josefin Sans", sans-serif;
    color: #e3dd3d;
    margin: 0;
    height: 90px;
    line-height: 100px;
    margin-top: 20px; }

.top_phrase, .bottom_phrase {
  color: #e9ebe9;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 7px; }

.bottom_phrase {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-top: 35px; }

.button {
  padding: 0;
  text-align: center;
  margin-top: 70px; }
  .button a {
    position: relative;
    background: transparent;
    width: 222px;
    height: 53px;
    color: #fff;
    display: inline-block;
    font-family: JosefinSans-Thin, sans-serif;
    font-size: 25px;
    border: 1px solid #e3dd3d;
    line-height: 54px;
    transition: all .2s ease-in-out;
    z-index: 1; }
    .button a:after {
      content: '';
      position: absolute;
      background-color: #e3dd3d;
      width: 0;
      height: 100%;
      left: 0;
      z-index: -1;
      opacity: .99;
      transition: all .3s ease-in-out; }
    .button a:hover {
      text-decoration: none; }
      .button a:hover:after {
        width: 221px;
        color: #fff;
        font-weight: bold; }

.navigation {
  position: absolute;
  top: 40%;
  left: 115px; }
  .navigation ul {
    padding: 0;
    margin: 0; }
    .navigation ul li {
      list-style: none;
      margin-bottom: 7px; }
      .navigation ul li a {
        font-family: JosefinSans-Thin, sans-serif;
        font-size: 21px;
        color: #e9ebe9;
        transition: all .2s ease-in-out; }
        .navigation ul li a:after {
          content: '';
          position: absolute;
          width: 0px;
          height: 1px;
          background-color: #e3dd3d;
          transition: all .2s ease-in-out;
          margin-top: 19px;
          margin-left: 15px; }
        .navigation ul li a:hover, .navigation ul li a:focus, .navigation ul li a:active {
          text-decoration: none;
          color: #e3dd3d; }
          .navigation ul li a:hover:after, .navigation ul li a:focus:after, .navigation ul li a:active:after {
            width: 60px; }

.sm-navigation {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #000;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  text-align: center;
  top: 0; }
  .sm-navigation .sm-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    margin-top: -10%;
    top: 50%;
    width: 100%; }
    .sm-navigation .sm-menu li {
      list-style: none; }
      .sm-navigation .sm-menu li a {
        background-color: transparent;
        color: grey;
        font-family: JosefinSans-SemiBold, sans-serif;
        font-size: 28px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1;
        transition: all .3s ease-in-out; }
        .sm-navigation .sm-menu li a:before, .sm-navigation .sm-menu li a:after {
          content: '';
          height: 2px;
          background-color: #e3dd3d;
          position: absolute;
          margin-top: 22px;
          transition: all .2s ease-in-out;
          width: 0px;
          margin-left: -15px;
          z-index: -1; }
        .sm-navigation .sm-menu li a:before {
          margin-left: -75px; }
        .sm-navigation .sm-menu li a:after {
          margin-left: 15px;
          width: 0; }
        .sm-navigation .sm-menu li a:hover {
          text-decoration: none;
          color: #a6a6a6; }
          .sm-navigation .sm-menu li a:hover:after {
            width: 60px; }
    .sm-navigation .sm-menu .hov_submenu .submenu li {
      border: none; }

.social-menu {
  position: absolute;
  bottom: 100px;
  padding: 0;
  margin: 0;
  width: 100%; }
  .social-menu li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px; }
    .social-menu li a {
      color: grey;
      font-size: 24px;
      transition: all .1s ease-in-out; }
      .social-menu li a:hover {
        color: #e3dd3d; }
        .social-menu li a:hover i {
          transform: scale(1.2); }

.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: grey;
  font-size: 36px;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  .close:hover {
    color: #e3dd3d;
    transform: rotate(180deg); }

.hamburger {
  position: absolute;
  top: 70px;
  z-index: 1; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: grey;
  border-radius: 0;
  height: 3px; }

#particles-js canvas {
  position: absolute;
  width: 100%;
  height: 100%; }

.godown {
  text-align: center;
  position: relative;
  margin-top: 160px; }
  .godown a {
    color: #e9ebe9;
    font-size: 41px;
    transition: all .3s ease-in-out; }
    .godown a:hover {
      color: #c1c7c1;
      padding-top: 10px; }
/* [2.2 Welcome section] */ 
.welcome_section {
  height: auto;
  background-color: #fff;
  padding-bottom: 120px; }

.section_caption {
  font-family: "Josefin Sans", sans-serif;
  font-size: 45px;
  color: #3a3939;
  text-align: center;
  margin: 0; }
  /*.section_caption:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #EFE138;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    transform: rotate(45deg);
    margin-top: 100px; }*/

.lower_caption {
  font-family: "Asap", sans-serif;
  font-size: 22px;
  color: #9f9e9e;
  text-align: center;
  margin-top: 25px; }

.count-1, .count-2, .count-3 {
  width: 100%;
  padding-top: 53px;
  padding-bottom: 53px;
  text-align: center;
  margin-top: 20px;
  transition: all .2s ease-in-out; }
  .count-1:hover, .count-2:hover, .count-3:hover {
    margin-top: 0px; }
  .count-1 img, .count-2 img, .count-3 img {
    height: 121px; }

.count_caption {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin-top: 30px; }

.count_description {
  font-family: JosefinSans-Light;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  padding-left: 42px;
  padding-right: 42px;
  line-height: 30px; }

.count-1 {
  background-color: #fd6522; }
  .count-1:hover {
    background-color: #fd6522; }

.count-2 {
  background-color: #4db7dc; }
  .count-2:hover {
    background-color: #4db7dc; }

.count-3 {
  background-color: #29c777; }
  .count-3:hover {
    background-color: #29c777; }

.container.no-pd {
  padding-left: 0;
  padding-right: 0; }
  .container.no-pd .col-lg-4 {
    padding-left: 0;
    padding-right: 0; }
/* [2.3 Services] */
.services {
  height: auto;
  background-color: #F8F5F5;
  padding-bottom: 120px; }
  .services .section_caption:before {
    display: none; }

.item_service {
  margin-top: 90px; }
  .item_service img {
    height: 90px;
    float: left; }

.item_service_name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  color: #383636;
  margin-left: 17px;
  margin-top: -3px;
  display: inline-block; }

.item_service_description {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #999898;
  margin-left: 17px;
  display: inline-block;
  width: 173px;
  line-height: 25px; }

.section_caption.white {
  color: #fff; }
  .section_caption.white:before {
    display: none; }
/* [2.4 Online consulting] */
.online_consulting {
  background: transparent;
  background-size: cover;
  height: auto;
  padding-bottom: 120px; }

.lower_caption.grey {
  color: grey;
  margin-top: 0; }

.consult_form {
  margin-top: 70px; }
  .consult_form .callme_check {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 150px; }
    .consult_form .callme_check label {
      cursor: pointer; }
    .consult_form .callme_check span {
      display: inline-block;
      font-family: JosefinSans-Light, sans-serif;
      font-size: 17px;
      color: #989696; }
    .consult_form .callme_check input {
      display: inline-block;
      width: 18px;
      margin: 0; }
  .consult_form input {
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    outline: none;
    color: #e4e2e2;
    font-size: 18px;
    margin-bottom: 70px;
    font-family: JosefinSans-Light, sans-serif;
    font-weight: 100; }
    .consult_form input::-webkit-input-placeholder {
      color: #e4e2e2;
      font-family: JosefinSans-Light, sans-serif;
      font-size: 19px; }

.tringle {
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  right: 15px;
  top: 23px; }

.button.send {
  margin-top: 30px; }
/* [2.5 Latest works] */
.latest_works {
  background-color: #fff;
  height: auto;
  padding-bottom: 120px; }
  .latest_works .section_caption:before {
    display: none; }

.filter {
  margin-top: 30px;
  margin-bottom: 100px; }
  .filter ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .filter ul li {
      list-style: none;
      display: inline-block;
      border: 1px solid #8d8585;
      border-radius: 20px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 15px;
      margin-right: 15px;
      transition: all .2s ease-in-out; }
      .filter ul li:hover {
        background-color: #E3DD3D;
        border-color: #E3DD3D; }
        .filter ul li:hover a {
          color: #fff; }
      .filter ul li a {
        font-family: JosefinSans-Thin, sans-serif;
        font-size: 23px;
        color: #8d8585;
        text-decoration: none;
        transition: all .2s ease-in-out;
        line-height: 35px; }

.work_item {
  overflow: hidden;
  height: 234px;
  margin-bottom: 30px; }
  .work_item a {
    text-decoration: none; }
  .work_item img {
    width: auto;
    height: 234px;
    transition: all .2s ease-in-out; }
  .work_item:hover img {
    transform: scale(1.2); }
  .work_item:hover .work_info {
    opacity: .94; }
  .work_item .work_info {
    width: 100%;
    height: 47px;
    background-color: #000;
    position: realtive;
    bottom: 0;
    opacity: .94;
    font-size: 27px;
    color: #fff;
    font-family: JosefinSans-SemiBold, sans-serif;
    margin-top: -47px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    transition: all .2s ease-in-out; }
    .work_item .work_info span {
      font-family: "Josefin Sans", sans-serif;
      font-size: 17px;
      float: right;
      margin-top: 11px; }

.button.loadmore a {
  border: 1px solid #3B3B3B;
  color: #3B3B3B;
  font-family: "Josefin Sans", sans-serif; }
  .button.loadmore a:after {
    content: '';
    background-color: #3B3B3B; }
  .button.loadmore a:hover {
    color: #fff; }
/* [2.6 How do we work] */
.how_do_we_work {
  background: transparent;
  background-size: cover;
  padding-bottom: 120px; }

.step {
  margin-top: 40px; }
  .step .num {
    font-family: "Josefin Sans", sans-serif;
    font-size: 60px;
    color: #e3dd3d;
    display: inline-block;
    float: left; }
  .step .cap {
    font-family: "Josefin Sans", sans-serif;
    font-size: 33px;
    color: #d7dfd3;
    display: inline-block;
    margin-top: 23px;
    margin-left: 9px; }
  .step .des {
    font-family: JosefinSans-Light, sans-serif;
    font-size: 16px;
    color: #d7dfd6;
    display: inline-block;
    width: 200px;
    margin-left: 9px;
    line-height: 25px;
    color: #d7dfd6; }
/* [2.7 Our team] */
.our_team {
  background-color: #fff;
  padding-bottom: 120px; }
  .our_team .section_caption:before {
    display: none; }
  .our_team .lower_caption {
    margin-top: 0;
    margin-bottom: 110px; }

.team_item {
  overflow: hidden;
  height: 478px; }
  .team_item img {
    max-height: 550px;
    width: auto; }
  .team_item:hover .team_hover {
    opacity: .99; }
  .team_item .team_hover {
    transition: all .2s ease-in-out;
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    opacity: 0; }
    .team_item .team_hover .team_name {
      font-family: "Josefin Sans", sans-serif;
      font-size: 38px;
      color: #eae6e6;
      text-align: center;
      margin-top: 130px; }
      .team_item .team_hover .team_name:before {
        content: '';
        width: 70px;
        height: 2px;
        background-color: #847E2E;
        position: absolute;
        margin-top: 70px;
        left: 50%;
        margin-left: -35px; }
    .team_item .team_hover .team_description {
      font-family: JosefinSans-Light, sans-serif;
      color: #eae6e6;
      font-size: 16px;
      text-align: center;
      line-height: 23px;
      width: 235px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 25px; }
    .team_item .team_hover .team_social {
      padding: 0;
      margin: 0;
      margin-top: 40px;
      text-align: center; }
      .team_item .team_hover .team_social li {
        list-style: none;
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px; }
        .team_item .team_hover .team_social li a {
          font-size: 29px;
          color: #eae6e6;
          transition: all .2s ease-in-out; }
          .team_item .team_hover .team_social li a:hover {
            color: #e3dd3d; }
/* [2.8 Skills/Testimonials] */
.skills {
  background: transparent;
  background-size: cover;
  height: auto;
  padding-bottom: 137px; }

.double_caption {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 63px;
  text-align: center;
  margin: 0; }

.skills_container {
  margin-top: 100px;
  height: 305px;
  width: 100%;
  border-bottom: 2px solid #fff;
  padding-left: 27px;
  padding-right: 27px; }

.skill_1, .skill_2, .skill_3, .skill_4 {
  display: inline-block; }
  .skill_1:nth-child(2), .skill_1:nth-child(3), .skill_1:nth-child(4), .skill_2:nth-child(2), .skill_2:nth-child(3), .skill_2:nth-child(4), .skill_3:nth-child(2), .skill_3:nth-child(3), .skill_3:nth-child(4), .skill_4:nth-child(2), .skill_4:nth-child(3), .skill_4:nth-child(4) {
    margin-left: 90px; }
  .skill_1 .bar, .skill_2 .bar, .skill_3 .bar, .skill_4 .bar {
    height: 300px;
    width: 51px;
    text-align: left; }
    .skill_1 .bar .bar_color, .skill_2 .bar .bar_color, .skill_3 .bar .bar_color, .skill_4 .bar .bar_color {
      background-color: #F5596F;
      height: 200px;
      width: 51px;
      position: absolute;
      bottom: 2px;
      text-align: left; }
      .skill_1 .bar .bar_color p, .skill_2 .bar .bar_color p, .skill_3 .bar .bar_color p, .skill_4 .bar .bar_color p {
        color: #e3dd3d;
        font-family: JosefinSans-Light, sans-serif;
        font-size: 20px;
        margin-top: -40px; }
  .skill_1 .skill_name, .skill_2 .skill_name, .skill_3 .skill_name, .skill_4 .skill_name {
    position: absolute;
    margin-left: 0px;
    margin-top: 10px;
    color: #fff;
    font-family: JosefinSans-Light, sans-serif;
    font-size: 17px; }

.skill_2 .bar .bar_color {
  background-color: #6dcff6;
  height: 275px; }

.skill_3 .bar .bar_color {
  background-color: #3CB878;
  height: 300px; }

.skill_4 .bar .bar_color {
  background-color: #E3DD3D;
  height: 270px; }

.owl-carousel .owl-item {
  margin-top: 75px; }
  .owl-carousel .owl-item img {
    width: 128px;
    margin-left: auto;
    margin-right: auto; }

.comment_name {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  margin-top: 10px;
  font-size: 24px;
  height: 40px; }
  .comment_name:before {
    content: '';
    width: 55px;
    height: 1px;
    background-color: #E3DD3D;
    position: absolute;
    left: 50%;
    margin-left: -22.5px;
    margin-top: 50px; }

.comment_text {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  font-family: JosefinSans-Light, sans-serif;
  font-size: 18px;
  color: #e1dfdf;
  text-align: center;
  margin-top: 20px; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  border: 1px solid grey;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 2px;
  color: grey;
  font-size: 1.3em;
  transition: all .2s ease-in-out; }
  .owl-carousel .owl-dot:hover, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
    background-color: grey;
    color: #fff; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next {
  padding-left: 4px; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav {
  text-align: center;
  margin-top: 15px; }
/* [2.9 Plans] */
.plans {
  background-color: #f3f0f0;
  height: auto;
  padding-bottom: 120px; }
  .plans .section_caption:before {
    display: none; }
  .plans .lower_caption {
    margin-top: 0; }

.plan_bg {
  background-color: #fff;
  width: 100%;
  height: 687px;
  border: 1px solid #d9d2d2;
  margin-top: 190px; }

.plan_price {
  background-color: #6DCFF6;
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -115px;
  border-radius: 100%;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 74px;
  color: #fff;
  padding-top: 25px; }
  .plan_price .per_month {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    margin-top: -15px; }

.plan_name {
  width: 100%;
  height: 80px;
  background-color: #6DCFF6;
  font-family: "Josefin Sans", sans-serif;
  font-size: 39px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  margin-top: 18px; }

.features {
  padding: 0;
  margin: 0;
  margin-top: 40px; }
  .features li {
    list-style: none;
    padding-left: 65px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    color: #585555;
    margin-bottom: 9px; }
    .features li .svg-inline--fa {
      color: #6DCFF6; }
  .features .no-active {
    color: #b9b4b4; }
    .features .no-active .svg-inline--fa {
      color: #b9b4b4; }

.button.plan {
  margin-top: 28px; }
  .button.plan a {
    border-color: #6DCFF6;
    width: 190px;
    height: 46px;
    color: #3a3c3a;
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    line-height: 47px; }
    .button.plan a:after {
      background-color: #6DCFF6; }
    .button.plan a:hover {
      color: #fff; }
      .button.plan a:hover:after {
        width: 190px; }

.plan_bg.red .plan_price, .plan_bg.red .plan_name {
  background-color: #F5596F; }

.plan_bg.red .button a {
  border-color: #F5596F; }
  .plan_bg.red .button a:hover:after {
    background-color: #F5596F; }

.plan_bg.red .features li .svg-inline--fa {
  color: #F5596F; }

.plan_bg.green .plan_price, .plan_bg.green .plan_name {
  background-color: #3CB878; }

.plan_bg.green .button a {
  border-color: #3CB878; }
  .plan_bg.green .button a:hover:after {
    background-color: #3CB878; }

.plan_bg.green .features li .svg-inline--fa {
  color: #3CB878; }

.plan_bg.green .features .no-active .svg-inline--fa {
  color: #B9B4B4; }
/* [2-a. Questions] */
.questions {
  background-color: #fff;
  height: auto;
  padding-bottom: 120px; }
  .questions .section_caption:before {
    display: none; }
  .questions ul {
    padding: 0;
    margin: 0;
    margin-top: 90px; }
    .questions ul li {
      color: #6DCFF6;
      margin-top: 10px; }
      .questions ul li a {
        font-family: "Josefin Sans", sans-serif;
        font-size: 31px;
        color: #3a3939;
        transition: all .2s ease-in-out; }
        .questions ul li a:hover, .questions ul li a:active, .questions ul li a:focus {
          text-decoration: none; }
        .questions ul li a .svg-inline--fa {
          font-size: 0.8em;
          color: #CDCACA;
          margin-left: 12px;
          transition: all .2s ease-in-out; }
      .questions ul li .explain {
        font-family: "Josefin Sans", sans-serif;
        font-size: 17px;
        color: #979795;
        display: none; }

.question_img {
  margin-top: 103px; }

.quest_form_caption {
  color: #3a3939;
  font-size: 52px;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin-top: 80px; }

.form_question {
  margin-top: 50px;
  text-align: center; }
  .form_question .input_placeholder {
    border: none;
    border-bottom: 1px solid #D7D7D7;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    outline: none; }
    .form_question .input_placeholder::-webkit-input-placeholder {
      color: #615e5e;
      font-size: 21px;
      font-family: JosefinSans-Light, sans-serif; }

.submit_button {
  width: 195px;
  height: 43px;
  margin-top: 55px;
  background-color: #fff;
  border: 1px solid #3A3939;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  transition: all .2s ease-in-out; }
  .submit_button:hover {
    background-color: #3A3939;
    color: #fff; }
/* [2-b. Footer] */
.footer {
  background: transparent;
  background-size: cover;
  height: auto; }

.footer_caption {
  font-family: JosefinSans-SemiBold, sans-serif;
  font-size: 29px;
  color: #fff; }
  .footer_caption:nth-child(2) {
    margin-left: 50px; }

.footer_list {
  margin: 0;
  padding: 0;
  margin-top: 25px; }
  .footer_list li {
    list-style: none;
    font-size: 19px;
    margin-top: 7px;
    font-family: "Josefin Sans", sans-serif;
    color: #908e8e; }

.footer_form {
  margin-top: 9px; }

.footer_input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #5C5B5B;
  margin-top: 30px;
  height: 27px;
  padding-left: 10px;
  padding-right: 30px;
  color: #fff;
  outline: none; }
  .footer_input::-webkit-input-placeholder {
    color: #5C5B5B;
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif; }

.send_footer_button {
  position: absolute;
  margin-top: -29px;
  right: 26px; }
  .send_footer_button .svg-inline--fa {
    color: #5C5B5B;
    font-size: 10px; }

.about_us_footer {
  font-size: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #908e8e;
  margin-left: 50px;
  margin-top: 28px;
  width: 335px; }

.footer_caption.ml {
  margin-left: 50px; }

.owl-carousel.footer_carousel .owl-item {
  margin-top: 37px; }
  .owl-carousel.footer_carousel .owl-item img {
    width: auto;
    height: 165px;
    margin-left: 0;
    margin-top: 0; }

.footer_caption_nav {
  text-align: center;
  color: #fff;
  font-family: JosefinSans-Light, sans-serif;
  font-size: 35px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border-top: 1px solid #171819;
  padding-top: 40px; }

.footer_nav {
  margin-top: 20px; }
  .footer_nav ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .footer_nav ul li {
      list-style: none;
      display: inline-block;
      margin-left: 25px;
      margin-right: 25px; }
      .footer_nav ul li a {
        font-family: JosefinSans-SemiBold, sans-serif;
        font-size: 17px;
        color: #858585;
        text-decoration: none;
        transition: all .2s ease-in-out; }
        .footer_nav ul li a:hover {
          color: #5f5f5f; }

.footer_info {
  width: 100%;
  border-top: 1px solid #171819;
  height: 50px;
  text-align: center;
  margin-top: 50px;
  line-height: 50px;
  color: #848484;
  font-size: JosefinSans-Light, sans-serif;
  font-size: 17px; }
/* [3.1 Header] */
.header_blog {
  background: transparent;
  height: 470px;
  background-size: cover;
  padding-top: 40px; }

.site_name {
  font-family: JosefinSans-Light, sans-serif;
  font-size: 32px;
  color: #fff; }

.navigation_blog ul {
  padding: 0;
  margin: 0;
  margin-top: 13px; }
  .navigation_blog ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px; }
    .navigation_blog ul li a {
      color: #fff;
      font-family: JosefinSans-Light, sans-serif;
      font-size: 21px;
      text-decoration: none;
      transition: all .2s ease-in-out; }
      .navigation_blog ul li a:hover {
        color: #d9d9d9; }

.caption_pages {
  text-align: center;
  font-family: JosefinSans-SemiBold, sans-serif;
  font-size: 68px;
  color: #F2F2F2;
  margin-top: 80px; }
  .caption_pages .breadcrumbs {
    font-family: JosefinSans-ExtraLight, sans-serif;
    font-size: 22px;
    color: #b8b8b8;
    margin-top: -15px; }

.blog_item {
  margin-bottom: 80px; }

.blog_content {
  padding-bottom: 80px;
  background-color: #F2F2F2; }
/* [3.2 Article-Link] */
.img_wrap {
  width: 100%;
  height: 322px;
  overflow: hidden; }
  .img_wrap img {
    min-height: 322px;
    width: auto; }

.article_info {
  margin-top: 30px; }

.date {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background-color: #3DA3E3;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  font-size: 28px;
  float: left; }
  .date div {
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    margin-top: -13px; }

.article_name {
  display: inline-block;
  margin-left: 30px;
  margin-top: -10px; }
  .article_name a {
    color: #262626;
    font-size: 37px;
    font-family: "Josefin Sans", sans-serif;
    text-decoration: none;
    transition: all .2s ease-in-out; }
    .article_name a:hover {
      color: #4c4c4c; }

.article_cat_comment {
  font-family: OpenSans-Regular, sans-serif;
  color: #8a8a89;
  font-size: 17px;
  font-style: italic;
  margin-top: -8px; }
/* [3.3 Sidebar] */
.search_sidebar input {
  width: 100%;
  height: 55px;
  outline: none;
  padding-left: 15px;
  border: 1px solid #D7D7D7;
  padding-top: 2px; }
  .search_sidebar input::-webkit-input-placeholder {
    color: #9a9a96;
    font-family: JosefinSans-Light, sans-serif;
    font-size: 18px; }

.search_sidebar button {
  width: 55px;
  height: 53px;
  background-color: #E9E9EE;
  border: none;
  transition: all .2s ease-in-out;
  position: absolute;
  margin-top: -54px;
  right: 16px;
  outline: none; }
  .search_sidebar button .svg-inline--fa {
    color: #868282; }
  .search_sidebar button:hover {
    background-color: #ccccd8; }

.categories {
  width: 100%;
  border: 1px solid #D7D7D7;
  margin-top: 37px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff; }
  .categories ul {
    padding: 0;
    margin: 0; }
    .categories ul li {
      list-style: none;
      padding-left: 35px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-top: 5px;
      margin-bottom: 5px;
      transition: all .2s ease-in-out; }
      .categories ul li:hover {
        background-color: #3DA3E3; }
        .categories ul li:hover a {
          color: #fff; }
      .categories ul li a {
        font-family: "Josefin Sans", sans-serif;
        font-size: 19px;
        color: #6d6d6b;
        text-decoration: none; }
        .categories ul li a .svg-inline--fa {
          font-size: 16px;
          margin-right: 3px; }

.recent_posts {
  margin-top: 37px;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  padding-bottom: 25px; }
  .recent_posts .recent_posts_caption {
    text-align: center;
    color: #565655;
    font-family: JosefinSans-SemiBold, sans-serif;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D7D7; }

.recent_posts_item {
  padding-left: 30px;
  margin-top: 25px; }
  .recent_posts_item img {
    float: left; }
  .recent_posts_item .recent_name {
    margin-left: 11px;
    display: inline-block; }
    .recent_posts_item .recent_name a {
      font-size: 18px;
      color: #272625;
      font-family: "Josefin Sans", sans-serif;
      text-decoration: none;
      transition: all .2s ease-in-out; }
      .recent_posts_item .recent_name a:hover {
        color: #4e4c4a; }
  .recent_posts_item .recent_date {
    color: #82817e;
    font-size: 13px;
    font-family: OpenSans-Regular, sans-serif;
    font-style: italic; }

.page_nav ul {
  padding: 0;
  margin: 0;
  padding-left: 30%; }
  .page_nav ul li {
    display: inline-block;
    list-style: none;
    border-radius: 20px;
    padding-left: 13px;
    padding-right: 13px;
    transition: all .2s ease-in-out; }
    .page_nav ul li:hover {
      background-color: #3DA3E3; }
      .page_nav ul li:hover a {
        color: #fff; }
    .page_nav ul li a {
      color: #262626;
      font-size: JosefinSans-Medium, sans-serif;
      font-size: 20px;
      text-decoration: none;
      border-radius: 100%;
      transition: all .2s ease-in-out; }

.hamburger.pages {
  right: 0;
  top: 30px; }

.blog_content.blog_2 {
  padding-top: 50px;
  min-height: 100vh; }

.blog_item.second {
  margin-top: 50px;
  margin-bottom: 0; }
  .blog_item.second .article_name {
    margin-left: 0; }
    .blog_item.second .article_name a {
      font-size: 26px; }
  .blog_item.second .article_cat_comment {
    font-size: 15px;
    margin-top: 0px; }
  .blog_item.second .read_more_blog {
    margin-top: 4px; }
    .blog_item.second .read_more_blog a {
      font-family: "Josefin Sans", sans-serif;
      font-size: 19px;
      color: #3da3e3;
      font-style: italic;
      transition: all .2s ease-in-out;
      position: relative; }
      .blog_item.second .read_more_blog a:hover {
        color: #1b7cb9; }

.blog_item_cat {
  width: 127px;
  height: 40px;
  background-color: #3da3e3;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  margin-top: 30px;
  margin-left: -5px; }

.page_nav.second {
  margin-top: 50px; }
  .page_nav.second ul {
    text-align: center;
    padding-left: 0; }
/* [4.1 Content] */
.about_us_content {
  background-color: #fff;
  padding-bottom: 120px; }

.about_us_caption {
  font-size: 30px;
  font-family: JosefinSans-SemiBold, sans-serif; }
  .about_us_caption span {
    color: #3da3e3; }

.about_us_description {
  margin-top: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #585656; }

.button.loadmore.about {
  text-align: left;
  margin-top: 40px; }
  .button.loadmore.about a {
    text-align: center; }

.about_image {
  margin-top: 18px; }
  .about_image img {
    width: 563px; }
/* [4.2 Counts] */
.counts {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../img/counts_bg.jpg");
  background-size: cover; }

.count_wrap {
  text-align: center; }
  .count_wrap img {
    height: 100px; }

.count_number {
  color: #E4DE3E;
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  margin-top: 5px; }

.count_name {
  color: #D4D4D6;
  font-size: 18px;
  font-family: JosefinSans-Light, sans-serif;
  margin-top: -10px; }

.lower_caption.mb {
  margin-bottom: 70px; }
/* [5.1 Content] */
.services_content {
  background-color: #fff;
  padding-bottom: 90px; }

.services_description {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  color: #3c3c3b; }

.button.loadmore.works {
  margin-top: 40px; }

.service_image {
  background-size: cover;
  min-height: 500px;
  overflow: hidden; }

.wrap_services {
  margin-top: 110px; }

.service_item_page {
  text-align: center;
  padding-top: 72px; }
  .service_item_page img {
    width: auto; }

.service_item_caption {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 15px; }

.service_item_description {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
  font-family: "Josefin Sans", sans-serif;
  color: #545453; }

.service_item {
  margin-top: 40px; }
  .service_item a {
    width: 180px;
    height: 50px;
    font-size: 20px; }
    .service_item a:hover:after {
      width: 179px; }

.service_item_wrap {
  height: 500px; }
/* [6. 404] */
.not_found_caption {
  color: #fff;
  text-align: center;
  font-size: 179px;
  font-family: "Josefin Sans", sans-serif;
  color: #E4DE3E;
  margin: auto; }
  .not_found_caption .oops {
    color: #fff;
    font-family: JosefinSans-Light, sans-serif;
    font-size: 32px;
    margin-top: -60px; }

.align_wrap {
  display: flex;
  height: 90vh; }

.links_wrap {
  height: 50px;
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .links_wrap a {
    font-size: 20px;
    color: #fff;
    font-family: JosefinSans-Light, sans-serif;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out; }
    .links_wrap a:hover {
      color: #d9d9d9; }

.header.not_found .site_name, .header.not_found .navigation_blog {
  margin-top: 35px; }

.second_service {
  padding: 0; }

.service_item_page.second_service {
  margin-bottom: 100px; }

.questions.no-padding {
  padding-top: 0; }

.portfolio_content {
  background-color: #fff;
  padding-bottom: 90px; }

.work_item.fluid {
  height: 350px;
  margin-bottom: 0px; }
  .work_item.fluid img {
    height: auto;
    max-width: 600px; }
  .work_item.fluid .work_info {
    margin-top: 0;
    position: absolute; }

.container-fluid {
  padding: 0; }
  .container-fluid .col-lg-4 {
    padding: 0; }
/* [7.1 Content] */
.blog_single_caption {
  color: #262626;
  font-size: 37px;
  font-family: "Josefin Sans", sans-serif; }

.blog_single_date {
  font-family: OpenSans-Regular, sans-serif;
  color: #8a8a89;
  font-style: italic; }

.blog_single_image {
  margin-top: 30px; }
  .blog_single_image img {
    width: 100%; }

.blog_single_text {
  margin-top: 30px;
  font-size: 18px;
  color: #464544; }
  .blog_single_text img {
    width: 60%; }
/* [7.2 Comments] */
.blog_single_comments_caption {
  color: #262626;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 30px; }

.blog_single_comments_wrap {
  margin-top: 30px; }
  .blog_single_comments_wrap img {
    width: 90px;
    float: left;
    margin-right: 10px; }

.blog_single_comments_name {
  color: #2f2f2e;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif; }
  .blog_single_comments_name span {
    font-size: 16px;
    color: #82807d;
    font-family: "Josefin Sans", sans-serif; }

.blog_single_comments_text {
  color: #4e4e4d; }

.leave_comment {
  margin-top: 50px; }

.leave_comment_form {
  margin-top: 20px; }
  .leave_comment_form input, .leave_comment_form textarea {
    display: block;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #a29d93;
    padding-left: 10px;
    width: 300px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    color: #686868; }
  .leave_comment_form textarea {
    margin-bottom: 40px; }
  .leave_comment_form .send {
    background-color: #3b3b3b;
    width: 180px;
    height: 43px;
    color: #fff;
    font-size: 20px;
    transition: all .2s ease-in-out;
    line-height: 43px; }
    .leave_comment_form .send:hover {
      background-color: #616161; }

.single_service_caption {
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif; }

.single_service_description {
  margin-top: 15px;
  font-size: 17px;
  color: #414140; }

.single_service_image {
  margin-top: 19px; }
  .single_service_image img {
    width: 100%; }

.hov_submenu .submenu {
  display: none; }
  .hov_submenu .submenu li {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid #fff; }
    .hov_submenu .submenu li a {
      font-size: 18px; }
    .hov_submenu .submenu li:last-child {
      border: none; }

.submenu.absolute {
  position: absolute;
  z-index: 3; }
  .submenu.absolute li {
    display: block;
    margin: 0; }
/* [8. Media.css] */
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .item_service {
    text-align: center; }
    .item_service img {
      float: none; }
  .item_service_name {
    display: block;
    margin-top: 15px; }
  .item_service_description {
    margin-top: 10px; }
  .step .cap {
    margin-left: 0; }
  .step .des {
    margin-top: -10px; }
  .team_item img {
    max-height: 450px; }
  .team_item .team_hover {
    height: 450px; }
    .team_item .team_hover .team_name {
      margin-top: 70px; }
    .team_item .team_hover .team_social li a {
      font-size: 24px; }
  .skill_1, .skill_2, .skill_3, .skill_4 {
    display: inline-block; }
    .skill_1:nth-child(2), .skill_1:nth-child(3), .skill_1:nth-child(4), .skill_2:nth-child(2), .skill_2:nth-child(3), .skill_2:nth-child(4), .skill_3:nth-child(2), .skill_3:nth-child(3), .skill_3:nth-child(4), .skill_4:nth-child(2), .skill_4:nth-child(3), .skill_4:nth-child(4) {
      margin-left: 210px; }
  .features li {
    padding-left: 35px; }
  .questions ul li a {
    font-size: 28px; }
  .footer_caption {
    text-align: center; }
  .footer_list li {
    text-align: center; }
  .footer_form {
    margin-bottom: 30px; }
  .footer_caption.ml {
    margin-left: 0; }
  .about_us_footer {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px; }
  .owl-carousel.footer_carousel .owl-item img {
    margin-left: auto;
    margin-right: auto; }
  .footer_caption_nav {
    width: 100%; }
  .footer_nav ul li {
    display: block;
    margin-top: 3px; }
  .page_nav {
    margin-top: 80px; }
  .navigation_blog ul {
    float: right; }
  .leave_comment_form .send {
    margin-bottom: 40px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .top_line ul .right ul li {
    margin-left: 20px; }
  .caption h1 {
    height: auto;
    font-size: 80px;
    margin-top: 0; }
    .caption h1:before {
      display: none; }
  .bottom_phrase, .top_phrase {
    font-size: 24px; }
    .bottom_phrase:before, .top_phrase:before {
      display: none; }
  .bottom_phrase {
    margin-top: 0; }
  .step {
    text-align: center; }
    .step .cap, .step .num, .step .des {
      display: block; }
    .step .des {
      width: 100%;
      margin-top: 0px; }
  .team_item {
    text-align: center;
    margin-bottom: 40px;
    height: auto;
    width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .team_item img {
      width: 400px;
      max-height: 100%; }
    .team_item .team_hover {
      height: calc(100% - 40px);
      width: 400px;
      margin-left: auto;
      margin-right: auto; }
      .team_item .team_hover .team_name {
        margin-top: 90px;
        font-size: 74px; }
        .team_item .team_hover .team_name:before {
          margin-top: 120px; }
      .team_item .team_hover .team_social li a {
        font-size: 24px; }
      .team_item .team_hover .team_description {
        font-size: 18px;
        width: 70%; }
  .skill_1, .skill_2, .skill_3, .skill_4 {
    display: inline-block; }
    .skill_1:nth-child(2), .skill_1:nth-child(3), .skill_1:nth-child(4), .skill_2:nth-child(2), .skill_2:nth-child(3), .skill_2:nth-child(4), .skill_3:nth-child(2), .skill_3:nth-child(3), .skill_3:nth-child(4), .skill_4:nth-child(2), .skill_4:nth-child(3), .skill_4:nth-child(4) {
      margin-left: 140px; }
  .plan_bg {
    width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .questions ul {
    text-align: center; }
    .questions ul li {
      list-style: none; }
      .questions ul li a {
        font-size: 31px; }
  .question_img {
    text-align: center; }
  .navigation_blog ul {
    margin-top: 15px; }
    .navigation_blog ul li a {
      font-size: 18px; }
  .img_wrap {
    height: auto; }
    .img_wrap img {
      width: 100%;
      min-height: auto; }
  .about_image {
    margin-top: 50px; }
    .about_image img {
      width: 100%; }
  .count_wrap {
    margin-top: 30px;
    margin-bottom: 30px; }
  .service_item_page {
    height: auto;
    padding-top: 72px;
    padding-bottom: 72px; }
  .service_item_wrap {
    height: auto; }
  .service_item_page.second_service {
    padding-top: 0;
    padding-bottom: 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .caption {
    margin-top: 246px; }
    .caption h1 {
      font-size: 60px;
      line-height: 80px; }
  .bottom_phrase, .top_phrase {
    font-size: 20px; }
  .bottom_phrase {
    font-size: 17px; }
  .top_line {
    margin-top: 37px; }
    .top_line ul {
      padding: 0;
      margin: 0;
      width: 100%;
      text-align: center; }
      .top_line ul li {
        list-style: none;
        display: inline-block;
        color: #aaa9a9;
        font-family: "Josefin Sans", sans-serif;
        font-size: 17px; }
      .top_line ul .right {
        float: none;
        width: 30%; }
        .top_line ul .right ul {
          margin: 0;
          padding: 0; }
          .top_line ul .right ul li {
            margin-left: 4px;
            margin-right: 4px; }
            .top_line ul .right ul li a {
              color: #aaa9a9;
              transition: all .2s ease-in-out;
              font-size: 14px; }
              .top_line ul .right ul li a:hover {
                color: #848383; }
      .top_line ul .left {
        float: none;
        margin-left: 0px;
        font-size: 14px;
        width: 30%; }
      .top_line ul .center {
        text-align: center;
        font-size: 14px;
        width: 30%; }
  .button a {
    width: 180px;
    height: 50px;
    font-size: 22px; }
  .sm-navigation .sm-menu {
    margin-top: -20%; }
  .close {
    right: 20px;
    top: 20px; }
  .button a:hover:after {
    width: 178px; }
  .consult_form .callme_check {
    right: 0; }
  .work_item {
    width: 100%;
    height: auto; }
    .work_item img {
      width: 100%;
      height: auto; }
  .filter {
    margin-top: 0; }
    .filter ul li {
      margin-top: 20px; }
  .team_item .team_hover {
    height: 100%; }
    .team_item .team_hover .team_name {
      margin-top: 70px; }
  .skill_1, .skill_2, .skill_3, .skill_4 {
    display: inline-block; }
    .skill_1:nth-child(2), .skill_1:nth-child(3), .skill_1:nth-child(4), .skill_2:nth-child(2), .skill_2:nth-child(3), .skill_2:nth-child(4), .skill_3:nth-child(2), .skill_3:nth-child(3), .skill_3:nth-child(4), .skill_4:nth-child(2), .skill_4:nth-child(3), .skill_4:nth-child(4) {
      margin-left: 50px; }
    .skill_1 .skill_name, .skill_2 .skill_name, .skill_3 .skill_name, .skill_4 .skill_name {
      font-size: 14px; }
  .skills_container {
    text-align: center; }
  .question_img img {
    width: 100%; }
  .page_nav ul {
    padding-left: 0;
    text-align: center; }
    .page_nav ul li a {
      font-size: 16px; }
  .article_name {
    margin-left: 10px;
    margin-top: -15px; }
    .article_name a {
      font-size: 30px; }
  .article_cat_comment {
    font-size: 15px; }
  .date {
    position: absolute;
    margin-top: -100px; }
  .count_wrap {
    margin-top: 50px;
    margin-bottom: 50px; }
  .work_item.fluid {
    height: auto; }
    .work_item.fluid img {
      max-width: 100%; }
  .blog_single_comments_wrap {
    text-align: center; }
    .blog_single_comments_wrap img {
      float: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .godown {
    margin-top: 100px; }
  .button {
    margin-top: 50px; }
    .button a {
      width: 180px;
      height: 40px;
      font-size: 18px;
      line-height: 40px; }
  .caption {
    margin-top: 130px; }
    .caption h1 {
      font-size: 40px;
      line-height: 50px; }
  .bottom_phrase, .top_phrase {
    font-size: 16px; }
  .bottom_phrase {
    margin-top: 10px; }
  .top_phrase {
    margin-bottom: 10px; }
  .top_line {
    margin-top: 37px; }
    .top_line ul {
      padding: 0;
      margin: 0;
      width: 100%; }
      .top_line ul li {
        list-style: none;
        display: inline-block;
        color: #aaa9a9;
        font-family: "Josefin Sans", sans-serif;
        font-size: 17px; }
      .top_line ul .right {
        float: none;
        width: 100%; }
        .top_line ul .right ul {
          text-align: center; }
          .top_line ul .right ul li {
            margin-left: 5px;
            margin-right: 5px; }
            .top_line ul .right ul li a {
              color: #aaa9a9;
              transition: all .2s ease-in-out;
              font-size: 16px; }
              .top_line ul .right ul li a:hover {
                color: #848383; }
      .top_line ul .left {
        float: none;
        margin-left: 0px;
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-bottom: 4px; }
      .top_line ul .center {
        text-align: center;
        font-size: 16px;
        width: 100%;
        margin-bottom: 4px; }
  .search_input input {
    background-color: #FFF;
    color: #000; }
  .search_input .submit_button {
    position: absolute;
    margin-top: -40px;
    margin-left: 270px; }
  .sm-navigation .sm-menu {
    margin-top: -50%; }
  .social-menu {
    bottom: 20px; }
  .container.no-pd {
    padding-left: 15px;
    padding-right: 15px; }
  .section_caption {
    line-height: 60px; }
    .section_caption:before {
      display: none; }
  .lower_caption.grey {
    font-size: 20px;
    margin-top: 15px; }
  .work_item {
    height: auto; }
  .team_item {
    width: 100%; }
    .team_item img {
      width: 100%; }
    .team_item .team_hover {
      width: calc(100% - 30px); }
      .team_item .team_hover .team_name {
        margin-top: 70px;
        font-size: 42px; }
        .team_item .team_hover .team_name:before {
          margin-top: 75px; }
      .team_item .team_hover .team_description {
        font-size: 16px; }
      .team_item .team_hover .team_social {
        margin-top: 23px; }
        .team_item .team_hover .team_social li a {
          font-size: 18px; }
  .skill_1, .skill_2, .skill_3, .skill_4 {
    display: inline-block; }
    .skill_1:nth-child(2), .skill_1:nth-child(3), .skill_1:nth-child(4), .skill_2:nth-child(2), .skill_2:nth-child(3), .skill_2:nth-child(4), .skill_3:nth-child(2), .skill_3:nth-child(3), .skill_3:nth-child(4), .skill_4:nth-child(2), .skill_4:nth-child(3), .skill_4:nth-child(4) {
      margin-left: 10px; }
    .skill_1 .bar .bar_color, .skill_2 .bar .bar_color, .skill_3 .bar .bar_color, .skill_4 .bar .bar_color {
      width: 50px; }
    .skill_1 .skill_name, .skill_2 .skill_name, .skill_3 .skill_name, .skill_4 .skill_name {
      font-size: 16px;
      transform: rotate(-90deg);
      margin-top: -70px;
      width: 50px; }
  .skills_container {
    padding: 0; }
  .double_caption {
    font-size: 46px; }
  .plan_bg {
    width: 100%; }
  .questions ul li a {
    font-size: 25px; }
  .questions ul li .explain {
    font-size: 15px; }
  .quest_form_caption {
    font-size: 40px; }
  .lower_caption {
    font-size: 17px; }
  .section_caption {
    font-size: 58px; }
  .recent_posts_item {
    padding-left: 5px; }
  .recent_posts_item .recent_name a {
    font-size: 15px; }
  .recent_posts_item .recent_date {
    font-size: 12px; }
  .caption_pages {
    font-size: 52px; }
  .header_blog {
    padding-bottom: 120px;
    height: auto; }
  .article_name {
    margin-left: 10px;
    margin-top: -15px; }
    .article_name a {
      font-size: 23px;
      line-height: 30px; }
  .article_cat_comment {
    font-size: 13px;
    margin-top: 5px; }
  .date {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-top: -80px; }
    .date div {
      font-size: 12px; }
  .not_found_caption {
    font-size: 135px; }
    .not_found_caption .oops {
      font-size: 23px; }
  .blog_single_comments_text {
    margin-top: 10px; }
  .leave_comment_form input, .leave_comment_form textarea {
    width: 100%; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
