/*!
Theme Name: graymatters
Theme URI: http://acodez.in
Author: Acodez IT Solutions
Author URI: http://acodez.in
Description: Hey, checking if this is a pre-built theme? Nope! It is a custom template built by the awesome crew at Acodez, India
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acodez-themes
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/****Font Colors***/
/****Font Colors***/
/****Default Colors***/
/****Default Colors***/
/****Background Colors***/
/****Background Colors***/
/****Site Fonts***/
/****Button Styles***/
/****Button Styles***/
/**********************************/
@font-face {
  font-family: "fontawesome";
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 dafault  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

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

html, button, input, select, textarea {
  color: #2c2f33;
}

body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #585858;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  background: #FFF;
  /* Fallback for when there is no custom background color defined. */
}

a {
  outline: none !important;
}

::-moz-selection {
  background: #b0b1b0;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #b0b1b0;
  color: #FFF;
  text-shadow: none;
}

a {
  color: #71bf4c;
  outline: none;
}
a:hover {
  color: rgba(0, 0, 0, 0.8);
}
a:hover, a:active {
  outline: 0;
}

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

b, strong {
  font-weight: 700;
  color: #000;
}

blockquote, q {
  quotes: "" "";
  margin: 1em 40px;
  background: #f2f2f2;
  border-left: 10px solid #2e0405;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 1em;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #2c2f33;
}

ins {
  background: none;
  color: #71bf4c;
  text-decoration: underline;
}

del {
  background: none;
  color: #ec121a;
  text-decoration: line-through;
}

mark {
  background: #FF0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 3px;
}
input:focus, select:focus, textarea:focus {
  color: rgba(44, 47, 51, 0.8);
}

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

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

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

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: none;
  outline: none;
  border-radius: 3px;
  background: #71bf4c;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #000;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background: #000;
}

a.comment-reply-link {
  padding: 10px 15px;
  border: solid 1px #71bf4c;
  color: #71bf4c;
  border-radius: 50px;
}
a.comment-reply-link:hover {
  border: solid 1px #000;
  color: #000;
}

a.comment-edit-link {
  padding: 10px 15px;
  border: solid 1px #71bf4c;
  color: #71bf4c;
  border-radius: 50px;
}
a.comment-edit-link:hover {
  border: solid 1px #000;
  color: #000;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
}

input:invalid, textarea:invalid {
  background-color: rgba(236, 18, 26, 0.3);
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  background: #f9f9f9;
}

td {
  vertical-align: top;
}

th {
  background: #71bf4c;
}

th, td {
  padding: 0.5em;
  border: 1px solid lightgray;
  color: #000;
  text-align: left;
}

th {
  color: #fff;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

ul, ol {
  margin: 0 0 1em 1em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

li, p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 15px;
}

h1 {
  margin: 0;
  margin-bottom: 20px;
  color: #2c2f33;
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

h2 {
  margin: 0;
  margin-bottom: 20px;
  color: #2c2f33;
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

h3 {
  margin: 0;
  margin-bottom: 20px;
  color: #2c2f33;
  font-family: "Poppins", sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: optimizeSpeed;
}

h4 {
  margin: 0;
  margin-bottom: 20px;
  color: #2c2f33;
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: optimizeSpeed;
}

h5 {
  margin: 0;
  margin-bottom: 20px;
  color: #2c2f33;
  font-family: "Poppins", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: optimizeSpeed;
}

h6 {
  margin: 0;
  margin-bottom: 20px;
  color: #2c2f33;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: optimizeSpeed;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

.container:after {
  clear: both;
}

.container {
  *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

li {
  font-size: 18px;
  line-height: 28px;
}

.outer-ar.clearfix {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
}

span, button, a {
  outline: none !important;
}

a, .btn, button {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

h1, h2, h3, h4, h5, h6, p, li {
  word-wrap: break-word;
}

p, li {
  color: #585858;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.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 {
  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 {
  float: left;
}

.col-xs-12 {
  float: left;
  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%;
}

/* @include bp (min-width, 600px) {  */
@media only screen and (min-width: 600px) {
  .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 {
    float: left;
  }

  .col-sm-12 {
    float: left;
    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: 768px) { */
@media only screen and (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-md-12 {
    float: left;
    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: 1024px) { */
@media only screen and (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-lg-12 {
    float: left;
    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 {
  content: " ";
  display: table;
}

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

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

.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;
}

/* Modules */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 48%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: #676a6a;
  left: 20px;
  right: auto;
  opacity: 1;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  background: #71bf4c;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: #676a6a;
  right: 20px;
  left: auto;
  opacity: 1;
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  background: #71bf4c;
}

.swiper-button-prev1,
.swiper-button-next1 {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
  background: #676a6a;
  left: 10px;
  right: auto;
  opacity: 1;
}
.swiper-button-prev1:hover,
.swiper-container-rtl .swiper-button-next1:hover {
  background: #71bf4c;
}

.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
  background: #676a6a;
  right: 10px;
  left: auto;
  opacity: 1;
}
.swiper-button-next1:hover,
.swiper-container-rtl .swiper-button-prev1:hover {
  background: #71bf4c;
}

.swiper-button-prev2,
.swiper-button-next2 {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

.swiper-button-prev2,
.swiper-container-rt2 .swiper-button-next2 {
  background: #676a6a;
  left: 10px;
  right: auto;
  opacity: 1;
}
.swiper-button-prev2:hover,
.swiper-container-rt2 .swiper-button-next2:hover {
  background: #71bf4c;
}

.swiper-button-next2,
.swiper-container-rtl .swiper-button-prev2 {
  background: #676a6a;
  right: 10px;
  left: auto;
  opacity: 1;
}
.swiper-button-next2:hover,
.swiper-container-rtl .swiper-button-prev2:hover {
  background: #71bf4c;
}

.swiper-button-prev3,
.swiper-button-next3 {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

.swiper-button-prev4,
.swiper-button-next4 {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

.swiper-button-next::before {
  font-family: "fontawesome";
  content: "\f105";
}

.swiper-button-prev::before {
  font-family: "fontawesome";
  content: "\f104";
}

.swiper-button-next2::before {
  font-family: "fontawesome";
  content: "\f105";
}

.swiper-button-prev2::before {
  font-family: "fontawesome";
  content: "\f104";
}

.swiper-button-disabled,
.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  border-radius: 100%;
  background: none;
  border: solid 2px #000;
  opacity: 0.2;
  margin: 0 10px 0 0;
  border-radius: 100px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
header nav a#pull {display: block; border:solid 1px #71bf4c;	background: url(./images/nav-icon.png) 0 0 no-repeat; width: 100%; position: relative; width: 30px; height: 30px;}
*/
.close {
  background-position: 0 -30px !important;
}

header nav a#pull {
  height: 27px;
  width: 27px;
  position: relative;
}

header nav a#pull span {
  display: block;
  width: 24px;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #576472;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

header nav a#pull span:first-child {
  margin-top: -8px;
}

header nav a#pull span:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

header nav a#pull span:nth-child(3) {
  margin-top: 4px;
}

.close span:first-child {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  margin-top: 0 !important;
}

.close span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

.close span:nth-child(3) {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
  margin-top: 0 !important;
}

.close span {
  width: 16px !important;
  margin-left: 4px !important;
  background: #576472;
}

.navActive2 a {
  color: #71bf4c;
}

/*sub-menu*/
.sub-menu {
  position: absolute;
  z-index: -1;
  display: none;
  width: 100%;
  top: 0;
  padding: 145px 0 50px 0;
  background: #fff;
  left: 0;
  -webkit-box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.18);
}
.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.sub-menu p {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  padding: 0 20px;
  line-height: 24px;
  color: #3b3b3b;
  font-weight: 300;
  margin: 5px 0;
}
.sub-menu .arow {
  width: 30px;
  height: 30px;
  color: #3b3b3b;
  display: inline-block;
  clear: both;
  transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
}
.sub-menu .arow:before {
  font-family: "fontawesome";
  content: "\f178";
}

.sub-menu a {
  color: #3b3b3b;
  font-weight: 300 !important;
  display: block;
  width: 100% !important;
  padding: 10px 20px !important;
  font-size: 20px;
  line-height: 25px;
  transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
}

.sub-menu li {
  width: 29% !important;
  margin: 0 2% !important;
  float: left;
  text-align: left !important;
  padding: 0 !important;
}

.sub-menu a:hover {
  color: #71bf4c;
}
.sub-menu a:hover .arow {
  color: #71bf4c;
  margin-left: 5px;
}

header nav a#pull {
  display: none;
  outline: none !important;
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width: 1020px) {
  header nav a#pull {
    display: block !important;
  }

  .sub-menu a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 300;
  }

  .sub-menu {
    position: static !important;
    padding: 0 !important;
  }

  .sub-menu {
    width: 100% !important;
    top: 0px !important;
    left: 0;
  }

  header nav {
    width: auto !important;
    float: right;
    height: 42px;
  }

  header nav ul {
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    background: #fff;
    display: none;
    z-index: 5000;
    height: auto;
  }

  header nav li {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    position: static;
    text-align: left !important;
    padding: 0 !important;
  }

  header nav .active {
    border: none !important;
  }

  header nav li {
    background: #fff;
    border-bottom: solid 1px #dde7d8;
  }

  header nav li a {
    font-size: 14px;
    line-height: 14px;
    padding: 20px !important;
    display: block;
  }

  .sub-menu a {
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 20px !important;
  }

  header nav li a:hover {
    color: #71bf4c;
  }

  header nav nav li {
    position: static !important;
  }

  header nav li .sub-arow {
    display: none;
  }

  .sub-menu li {
    width: 100% !important;
    margin: 0 !important;
  }

  .sub-menu a {
    color: #000 !important;
  }

  .menu-item-has-children {
    position: relative;
  }

  /*
  .menu-item-has-children:after, .menu-item-has-children:before {
      content: "";
      width: 12px;
      height: 2px;
      background: #e1dedf;
      position: absolute;
      right: 15px;
      top: 25px;
      margin-top: -1px;
  }
  .menu-item-has-children:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  */
  li.menu-item-has-children.active:after {
    display: none !important;
  }
}
/*Smartphone*/
/* ==========================================================================
   blog styles
   ========================================================================== */
.post-list {
  margin: 0 0 2em 0;
  padding-left: 150px;
}

.post-list .post-date {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-left: -85px;
  width: 64px;
  min-height: 65px;
  background: rgba(29, 148, 243, 0.5);
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .post-list {
    padding-left: 0px;
  }

  .post-list .post-date {
    display: none;
  }
}
.post-list img {
  margin: 0.4em 0;
}

span.post-name {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  padding-bottom: 0.5em;
  display: inline-block;
}

a.more {
  margin: 0.5em 0;
  display: inline-block;
}

/*****Index******/
/*****Sidebar******/
.pagewidget {
  margin-bottom: 2em;
}

.pagewidget select {
  width: 100%;
}

.pagewidget input.search-field, .pagewidget input[type=text], .pagewidget input[type=phone], .pagewidget input[type=number], .pagewidget input[type=email] {
  width: 97%;
  margin: 0 auto;
}

/*****Sidebar******/
/*****pagination******/
.posts-navigation {
  width: 100%;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

/* =========================  
` commentlist  
============================= */
article.comment {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}
article.comment .vcard img {
  max-width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.commentlist {
  list-style: none;
}
.commentlist .children {
  list-style: none;
}

/* =========================  
 comment form
============================= */
.comment-respond {
  padding-top: 50px;
  margin-bottom: 30px;
}
.comment-respond h3 {
  color: #41484b;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  height: auto;
}
.comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
  width: 100%;
  height: 59px;
  border: 1px solid #c6c6c6;
  padding: 20px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond .comment-form-comment {
  float: left;
  width: 100%;
  height: auto;
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
  height: 200px;
  outline: none;
  resize: none;
  padding: 20px;
  font-size: 18px;
  border: 1px solid #c6c6c6;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -1px;
}
.comment-respond ::-webkit-input-placeholder {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond ::-moz-placeholder {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond :-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond :-moz-placeholder {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond .form-submit .submit {
  background: #71bf4c;
  border: 0px;
  outline: none;
  width: 200px;
  height: 61px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.comment-respond .form-submit .submit:hover {
  background: #000;
}
.comment-respond .logged-in-as a {
  font-size: 16px;
  color: #71bf4c;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.comment-respond .logged-in-as a:hover {
  text-decoration: underline;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
    width: 33.3%;
    margin-bottom: 20px;
  }
  .comment-respond .comment-form-author {
    padding-right: 10px;
  }
  .comment-respond .comment-form-url {
    padding-left: 10px;
  }
  .comment-respond .comment-form-email {
    padding: 0px 10px;
  }
}
/**Wordpress Styling Starts here**/
/****Alignments*****/
.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

a img.alignright {
  float: right;
  margin: 0.4em 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0.4em 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/****Alignments*****/
/****Captions*****/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/****Captions*****/
/****Gallery*****/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1%;
  padding: 1%;
  background: #0447ee;
  border: 1px solid #022271;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 5px;
}

/****Gallery*****/
/****Other Styles*****/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

/****Other Styles*****/
#timeline {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0;
  position: relative;
  padding: 10px 0;
  background: url(./images/biggerdot.jpg) no-repeat 17px 0;
}

#dates {
  width: 30%;
  height: 500px;
  overflow: hidden;
  float: left;
  position: relative;
  top: -90px;
}

#dates li {
  list-style: none;
  width: 100%;
  height: 100px;
  line-height: 100px;
}

#dates a {
  line-height: 45px;
  padding-bottom: 10px;
  color: #000;
  opacity: 0.2;
  font-size: 35px;
  font-weight: 300;
  padding-left: 30%;
  position: relative;
}

#dates a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #bdbdbd;
  position: absolute;
  left: 9px;
  top: 20px;
  border-radius: 100%;
  border: 5px solid rgba(218, 247, 202, 0);
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

#dates .selected {
  font-size: 45px;
  opacity: 1;
  color: #6fe233;
  font-weight: 700;
}

#dates .selected::before {
  background: #6fe233;
  width: 25px;
  height: 25px;
  left: 2px;
  border: 5px solid rgba(218, 247, 202, 0.7);
}

#issues {
  width: 65%;
  height: 500px;
  overflow: hidden;
  float: right;
  padding-top: 100px;
}

#issues li {
  width: 100%;
  height: 500px;
  list-style: none;
}

#grad_top, #grad_bottom {
  width: 500px;
  height: 90px;
  position: absolute;
}

#grad_top {
  top: 0;
}

#grad_bottom {
  bottom: 0;
}

#next, #prev {
  position: absolute;
  left: 55%;
  font-size: 70px;
  width: 38px;
  height: 22px;
  background-position: 0 -44px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover, #prev:hover {
  background-position: 0 0;
}

#next {
  bottom: 0;
}

#prev {
  top: 0;
}

#next.disabled, #prev.disabled {
  opacity: 0.2;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/* Base for label styling */
[type=checkbox].chkbox:not(:checked),
[type=checkbox].chkbox:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox].chkbox:not(:checked) + label,
[type=checkbox].chkbox:checked + label {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  color: #585858 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding-right: 8px;
  float: left;
  margin-bottom: 10px;
}

/* checkbox aspect */
[type=checkbox].chkbox:not(:checked) + label:before,
[type=checkbox].chkbox:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 12px;
  height: 12px;
  border: 1px solid #c5c6c4;
  background: #fff;
  border-radius: 2px;
}

/* checked mark aspect */
[type=checkbox].chkbox:not(:checked) + label:after,
[type=checkbox].chkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  width: 13px;
  height: 13px;
  background: #6fe233 url(./images/tick.png) no-repeat center center;
  line-height: 0.8;
  color: #09ad7e;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox].chkbox:not(:checked) + label:after {
  opacity: 0;
}

[type=checkbox].chkbox:checked + label:after {
  opacity: 1;
}

/* disabled checkbox */
[type=checkbox].chkbox:disabled:not(:checked) + label:before,
[type=checkbox].chkbox:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d9d9d9;
  background-color: #fff;
}

[type=checkbox].chkbox:disabled:checked + label:after {
  color: #999;
}

[type=checkbox].chkbox:disabled + label {
  color: #aaa;
}

/* accessibility */
[type=checkbox].chkbox:checked:focus + label:before,
[type=checkbox].chkbox:not(:checked):focus + label:before {
  border: 1px solid #c5c6c4;
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  height: auto;
  min-height: 60px;
}

.resp-tabs-list li {
  font-weight: 300;
  font-size: 22px;
  padding: 0 0 15px 0;
  margin: 0 25px;
  list-style: none;
  cursor: pointer;
  color: #585858;
  width: auto;
  display: inline-block;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 50px 15px 0 15px;
}

.resp-tab-active {
  font-weight: 600 !important;
  border-bottom: solid 3px #71bf4c !important;
}

.resp-tab-active {
  border-bottom: none;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
  /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
      transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* ==========================================================================
   blog styles
   ========================================================================== */
.post-list {
  margin: 0 0 2em 0;
  padding-left: 150px;
}

.post-list .post-date {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-left: -85px;
  width: 64px;
  min-height: 65px;
  background: rgba(29, 148, 243, 0.5);
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .post-list {
    padding-left: 0px;
  }

  .post-list .post-date {
    display: none;
  }
}
.post-list img {
  margin: 0.4em 0;
}

span.post-name {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  padding-bottom: 0.5em;
  display: inline-block;
}

a.more {
  margin: 0.5em 0;
  display: inline-block;
}

/*****Index******/
/*****Sidebar******/
.pagewidget {
  margin-bottom: 2em;
}

.pagewidget select {
  width: 100%;
}

.pagewidget input.search-field, .pagewidget input[type=text], .pagewidget input[type=phone], .pagewidget input[type=number], .pagewidget input[type=email] {
  width: 97%;
  margin: 0 auto;
}

/*****Sidebar******/
/*****pagination******/
.posts-navigation {
  width: 100%;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

/* =========================  
` commentlist  
============================= */
article.comment {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}
article.comment .vcard img {
  max-width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.commentlist {
  list-style: none;
}
.commentlist .children {
  list-style: none;
}

/* =========================  
 comment form
============================= */
.comment-respond {
  padding-top: 50px;
  margin-bottom: 30px;
}
.comment-respond h3 {
  color: #41484b;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  height: auto;
}
.comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
  width: 100%;
  height: 59px;
  border: 1px solid #c6c6c6;
  padding: 20px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond .comment-form-comment {
  float: left;
  width: 100%;
  height: auto;
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
  height: 200px;
  outline: none;
  resize: none;
  padding: 20px;
  font-size: 18px;
  border: 1px solid #c6c6c6;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -1px;
}
.comment-respond ::-webkit-input-placeholder {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond ::-moz-placeholder {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond :-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond :-moz-placeholder {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
}
.comment-respond .form-submit .submit {
  background: #71bf4c;
  border: 0px;
  outline: none;
  width: 200px;
  height: 61px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.comment-respond .form-submit .submit:hover {
  background: #000;
}
.comment-respond .logged-in-as a {
  font-size: 16px;
  color: #71bf4c;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.comment-respond .logged-in-as a:hover {
  text-decoration: underline;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
    width: 33.3%;
    margin-bottom: 20px;
  }
  .comment-respond .comment-form-author {
    padding-right: 10px;
  }
  .comment-respond .comment-form-url {
    padding-left: 10px;
  }
  .comment-respond .comment-form-email {
    padding: 0px 10px;
  }
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes hvr-pulse-grow1 {
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-pulse-grow1 {
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-shrink2 {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink2 {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink2 {
  -webkit-animation-name: hvr-pulse-shrink2;
  animation-name: hvr-pulse-shrink2;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-shrink3 {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink3 {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink3 {
  -webkit-animation-name: hvr-pulse-shrink3;
  animation-name: hvr-pulse-shrink3;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
     transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
     transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
      transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
      transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 1;
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob2 {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.hvr-bob2 {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.3s;
  animation-duration: 0.3s, 1.3s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.hvr-bob3 {
  -webkit-animation-name: hvr-bob-float, hvr-bob2;
  animation-name: hvr-bob-float, hvr-bob2;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.hvr-bob4 {
  -webkit-animation-name: hvr-bob-float, hvr-bob2;
  animation-name: hvr-bob-float, hvr-bob2;
  -webkit-animation-duration: 0.3s, 1.3s;
  animation-duration: 0.3s, 1.3s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.hvr-bob5 {
  -webkit-animation-name: hvr-bob-float, hvr-bob2;
  animation-name: hvr-bob-float, hvr-bob2;
  -webkit-animation-duration: 0.3s, 1.4s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.hvr-bob6 {
  -webkit-animation-name: hvr-bob-float, hvr-bob2;
  animation-name: hvr-bob-float, hvr-bob2;
  -webkit-animation-duration: 0.3s, 1.3s;
  animation-duration: 0.3s, 1.3s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
      transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
}

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
      transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
}

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
      transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
}

.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  -webkit-box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
          box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  -o-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  -o-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  -o-transition-property: border-radius;
  transition-property: border-radius;
}

.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  -o-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
     transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
      transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  -o-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
      transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -o-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}

.hvr-shadow-radial:after {
  top: 100%;
  background: -o-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}

.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
     transition-duration: 0.1s;
}

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
     transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
      transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
     transition-duration: 0.1s;
}

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
     transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
      transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
     transition-duration: 1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
     transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}

.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
     transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
      transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  -ms-transform: scale(1.5) rotate(12deg);
      transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: -o-linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000");
  /*For IE7-8-9*/
  z-index: 1000;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: -o-linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: -o-linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: -o-linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
* {
  padding: 0;
  margin: 0;
}

/* ==========================================================================
   Header custom styles
   ========================================================================== */
HTML {
  overflow-x: hidden !important;
}

.hdr {
  width: 100%;
  height: 130px;
  position: relative;
  top: 0;
  z-index: 10000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.09);
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.hdr .leftsec {
  position: relative;
  z-index: 200;
}
.hdr nav {
  float: right;
}

.is-sticky .hdr {
  height: 80px;
}
.is-sticky .hdr .right-sec {
  padding-top: 25px;
}
.is-sticky .logo {
  top: -100px;
  opacity: 0;
  z-index: 1;
}
.is-sticky .logo-sticky {
  top: 0;
  opacity: 1;
  z-index: 2;
}

header .logo {
  width: 100%;
  max-width: 240px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .logo-sticky {
  width: 100%;
  max-width: 80px;
  position: absolute;
  left: 0;
  top: -100px;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
header .logo-sticky img {
  width: 100%;
  height: auto;
}
header .right-sec {
  padding-top: 50px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
header .right-sec .searchpanel {
  display: none;
  width: 100%;
  height: auto;
  padding: 10px 50px 50px 50px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 200;
  -webkit-box-shadow: 0px 22px 30px -20px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 22px 30px -20px rgba(0, 0, 0, 0.18);
}
header .right-sec .searchpanel .content {
  width: 100%;
  max-width: 1050px;
  margin: auto;
}
header .right-sec .searchpanel .tbx {
  width: 80%;
  height: 50px;
  border: none;
  outline: none;
  background: none;
  font-size: 15px;
  color: #000;
  border-bottom: solid 1px #000;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  float: left;
}
header .right-sec .searchpanel .btn {
  width: 50px;
  height: 50px;
  background: #71bf4c;
  border: none;
  outline: none;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: block;
  float: right;
}
header .right-sec .searchpanel .btn:hover {
  background: #86d85f;
}
header .right-sec .searchpanel .btn::before {
  font-family: "fontawesome";
  position: relative;
  top: -3px;
  left: 0;
  content: "\f002";
}
header .right-sec .searchpanel ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
  text-transform: uppercase;
}
header .right-sec .searchpanel ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  text-transform: uppercase;
}
header .right-sec .searchpanel :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
  text-transform: uppercase;
}
header .right-sec .searchpanel :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
  text-transform: uppercase;
}
header ul {
  padding: 0;
  margin: 0;
}
header li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header li.active a {
  color: #71bf4c !important;
}
header nav {
  width: auto;
  height: auto;
}
header nav li {
  width: auto;
  height: auto;
  float: left;
  font-size: 15px;
  margin-right: 15px;
  line-height: 15px;
  color: #3b3b3b;
  font-weight: 500;
}
header nav li a {
  color: #3b3b3b;
  padding: 5px;
  display: block;
}
header nav li a:hover {
  color: #71bf4c;
}
header .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
  position: relative;
  z-index: 200;
  text-align: right;
  font-size: 15px;
  line-height: 25px;
  color: #3b3b3b;
}
header .search::before {
  font-family: "fontawesome";
  content: "\f002";
}

.transform::before {
  font-family: "fontawesome";
  content: "\f00d" !important;
  color: #71bf4c;
}

.container {
  width: 95%;
  max-width: 1150px;
  margin: auto;
}

.home-banner {
  width: 100%;
  height: 1100px;
  overflow: hidden;
  background: url(./images/home-banner.jpg) top center;
  position: relative;
  top: 0;
}
.home-banner .scrollbtn {
  width: 90px;
  height: 80px;
  position: absolute;
  background: url(./images/scrollbtn.png) top center no-repeat;
  cursor: pointer;
  left: 50%;
  margin-left: -45px;
  bottom: 40%;
  z-index: 1000;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.home-banner .scrollbtn::after {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  content: "Scroll down ";
  font-size: 15px;
  line-height: 15px;
  margin-top: 65px;
  color: #2c2f33;
  text-align: center;
}
.home-banner .banner-slider {
  width: 100%;
  height: auto;
  position: relative;
}
.home-banner .banner-slider a {
  text-decoration: none;
}
.home-banner .banner-slider .container {
  height: 1080px;
  position: relative;
}
.home-banner .banner-slider .container .left {
  width: 40%;
  height: auto;
  float: left;
  top: 260px;
  position: relative;
}
.home-banner .banner-slider .container .left h1 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
}
.home-banner .banner-slider .container .left h1 span {
  font-size: 42px;
  color: #2c2f33;
  font-weight: 500;
  clear: both;
}
.home-banner .banner-slider .container .right {
  width: 60%;
  height: auto;
  float: right;
  padding-top: 30px;
  bottom: -40px;
  position: relative;
  right: -140px;
}
.home-banner .banner-slider .container .right img {
  width: 100%;
  height: auto;
}
.home-banner .swiper-slide .container {
  opacity: 0;
  transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -webkit-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
}
.home-banner .swiper-slide-active .container {
  opacity: 1;
}
.home-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.home-banner .swiper-slide {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banner .bottomsec {
  width: 102%;
  height: 670px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 100;
}
.home-banner .bottomsec img {
  width: 100%;
  height: auto;
}

.home-wrapper {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  position: relative;
}
.home-wrapper a {
  text-decoration: none;
}

.sw-pager {
  position: absolute;
  width: 100%;
  z-index: 200;
  height: auto;
  bottom: 550px;
  left: 0;
}
.sw-pager .swiper-pagination {
  width: 95%;
  max-width: 1150px;
  position: relative;
  margin: auto;
  text-align: left;
}

.home-container {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  z-index: 100;
  margin-top: 0;
  padding-top: 0px;
}
.home-container .sec1 {
  width: 100%;
  height: auto;
  position: relative;
}
.home-container .sec1 .container {
  position: relative;
  z-index: 10;
  top: 120px;
}
.home-container .sec1 h2 {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 20px;
  color: #2c2f33;
}
.home-container .sec1 p {
  color: #2c2f33;
  line-height: 35px;
}
.home-container .sec1 .video {
  width: 100%;
  height: 355px;
  background: #fff;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.home-container .sec1 .video .my-video-dimensions {
  width: 100%;
  height: 100%;
}
.home-container .sec1 .video .video-js .vjs-tech {
  background: #fff;
  height: 328px;
  width: 96%;
  left: 2%;
}
.home-container .sec1 .video .vjs-poster {
  height: 355px;
}
.home-container .sec1 .right-sec {
  position: relative;
}
.home-container .sec1 .right-sec .gallery {
  width: 100%;
  height: auto;
  background: none;
  position: relative;
  z-index: 50;
}
.home-container .sec1 .right-sec .gallery img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: solid 10px #fff;
  border-radius: 30px;
}
.home-container .sec1 .buble1 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -60px;
  top: -10px;
}
.home-container .sec1 .buble2 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 30px;
  top: 50px;
}
.home-container .sec1 .buble3 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -27px;
  top: 150px;
}
.home-container .sec1 .buble4 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: 65px;
  top: 148px;
}
.home-container .sec1 .buble4 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: 65px;
  top: 148px;
}
.home-container .sec1 .buble5 {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -60px;
  top: 30px;
}
.home-container .sec1 .buble6 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -60px;
  top: -20px;
}
.home-container .sec1 .buble7 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -125px;
  top: 15px;
}
.home-container .sec2 {
  width: 100%;
  height: 760px;
  padding-top: 30px;
  clear: both;
  clear: both;
  position: relative;
}
.home-container .sec2 .container {
  position: relative;
  z-index: 20;
}
.home-container .sec2::before {
  content: "";
  width: 100%;
  height: 500px;
  background: url(./images/bg-2.png) top center;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.home-container .sec2::after {
  content: "";
  width: 100%;
  height: 500px;
  background: url(./images/bg-3.png) top center;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.home-container .sec2 .box {
  width: 210px;
  height: 270px;
  float: left;
  position: relative;
  top: 270px;
}
.home-container .sec2 .box::before {
  content: "";
  width: 4px;
  height: 60px;
  opacity: 0.5;
  background: #e0e0e1;
  position: absolute;
  left: 0;
  bottom: -60px;
}
.home-container .sec2 .box::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid 4px #2c2f33;
  position: absolute;
  left: -6px;
  bottom: -75px;
  border-radius: 100px;
}
.home-container .sec2 .box h2 {
  font-size: 70px;
  line-height: 72px;
  color: #2c2f33;
  margin-bottom: 5px;
  margin-top: 20px;
}
.home-container .sec2 .box .sup {
  font-size: 40px;
  font-weight: 400;
}
.home-container .sec2 .box h3 {
  font-size: 20px;
  line-height: 22px;
  color: #535353;
  font-weight: 400;
}
.home-container .sec2 .box .top {
  width: 120px;
  height: 135px;
  position: relative;
}
.home-container .sec2 .box .top img {
  width: auto;
  max-width: 100%;
}
.home-container .sec2 .box .top .icon {
  position: absolute;
  z-index: 10;
}
.home-container .sec2 .box .top .i-1 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 0;
  left: 0;
}
.home-container .sec2 .box .top .i-2 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 0;
  left: 41px;
}
.home-container .sec2 .box .top .i-3 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 0;
  left: 82px;
}
.home-container .sec2 .box .top .i-4 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 73px;
  left: 0;
}
.home-container .sec2 .box .top .i-5 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 73px;
  left: 41px;
}
.home-container .sec2 .box .top .i-6 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 73px;
  left: 82px;
}
.home-container .sec2 .box .top .i-7 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 141px;
  left: 0;
}
.home-container .sec2 .box .top .i-8 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 141px;
  left: 41px;
}
.home-container .sec2 .box .top .i-9 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 141px;
  left: 82px;
}
.home-container .sec2 .box .top .i-01 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 0;
  left: 0;
  z-index: 10;
}
.home-container .sec2 .box .top .i-02 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 0;
  left: 41px;
  z-index: 10;
}
.home-container .sec2 .box .top .i-03 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 0;
  left: 82px;
  z-index: 10;
}
.home-container .sec2 .box .top .i-04 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 73px;
  left: 0;
  z-index: 10;
}
.home-container .sec2 .box .top .i-05 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 73px;
  left: 41px;
  z-index: 10;
}
.home-container .sec2 .box .top .i-06 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 73px;
  left: 82px;
  z-index: 10;
}
.home-container .sec2 .box .top .i-07 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 141px;
  left: 0;
  z-index: 10;
}
.home-container .sec2 .box .top .i-08 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 141px;
  left: 41px;
  z-index: 10;
}
.home-container .sec2 .box .top .i-09 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 141px;
  left: 82px;
  z-index: 10;
}
.home-container .sec2 .box:nth-child(2) {
  margin: 0 0 0 18%;
  height: 370px;
  width: 280px;
  /* top:35px;*/
  top: 258px;
  left: 457px;
}
.home-container .sec2 .box:nth-child(2)::before {
  height: 120px;
}
.home-container .sec2 .box:nth-child(2) .top {
  width: 110px;
  height: 150px;
}
.home-container .sec2 .box:nth-child(3) {
  /*float:right;*/
  width: 290px;
  height: auto;
  /*top:100px;*/
  top: 234px;
  right: 216px;
}
.home-container .sec2 .box:nth-child(3)::before {
  bottom: 145px;
  height: 125px;
}
.home-container .sec2 .box:nth-child(3)::after {
  bottom: 268px;
}
.home-container .sec2 .box:nth-child(3) .top {
  width: 135px;
  height: 210px;
  margin-left: -20px;
}
.home-container .sec2 .box:nth-child(3) h2 {
  margin-top: 175px;
  color: #fff;
}
.home-container .sec2 .box:nth-child(3) h3 {
  color: #000;
}
.home-container .sec3 {
  width: 100%;
  height: 100px;
  clear: both;
  font-size: 24px;
  line-height: 24px;
  background: #7bc153;
  color: #fff;
}
.home-container .sec3 span {
  font-weight: 500;
}
.home-container .sec3 .container {
  padding: 65px 0;
  border-top: solid 1px #c6e3b1;
}
.home-container .sec3 .col-sm-4:nth-child(2) {
  text-align: center;
}
.home-container .sec3 .col-sm-4:nth-child(3) {
  text-align: right;
}
.home-container .sec4 {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.home-container .sec4 .container {
  position: relative;
  z-index: 10;
  padding: 160px 0;
}
.home-container .sec4 h2 {
  font-size: 70px;
  line-height: 72px;
  color: #2c2f33;
}
.home-container .sec4 p {
  color: #585858;
}
.home-container .sec4 .tag1 {
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: auto;
}
.home-container .sec4 .buble1 {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -80px;
  top: -50px;
}
.home-container .sec4 .buble2 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: 80px;
  top: 20px;
}
.home-container .sec4 .buble3 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: 10px;
  top: 100px;
}
.home-container .sec4 .buble4 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: 60px;
  top: 130px;
}
.home-container .sec4 .buble5 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: 160px;
  top: 120px;
}
.home-container .sec4 .buble6 {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: 140px;
  top: 165px;
}
.home-container .sec4 .buble7 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: 100px;
  top: 220px;
}
.home-container .sec4 .tag2 {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 80px;
}
.home-container .sec4 .tag2 .resp-tabs-list li {
  background: none !important;
}
.home-container .sec4 .tag2 .swiper-slide {
  height: 220px;
  text-align: center;
}
.home-container .sec4 .tag2 .swiper-slide .details {
  width: 90%;
  height: 90%;
  padding: 5%;
}
.home-container .sec4 .tag2 .swiper-slide .cnt {
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 170px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.09);
  display: block;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.home-container .sec4 .tag2 .swiper-slide .cnt img {
  width: auto;
  max-width: 80%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.home-container .sec4 .tag2 .swiper-slide .cnt:hover {
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
}
.home-container .sec4 .group-outer {
  position: relative;
}
.home-container .sec4 .group-outer .swiper-button-next, .home-container .sec4 .group-outer .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
.home-container .sec4 .swiper-button-prev {
  left: -20px;
}
.home-container .sec5 {
  width: 100%;
  height: auto;
  clear: both;
  padding: 140px 0 100px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.home-container .sec5 .buble1 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -50px;
  top: -50px;
}
.home-container .sec5 .buble2 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: 40px;
  top: 35px;
}
.home-container .sec5 .buble3 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -45px;
  top: 75px;
}
.home-container .sec5 .buble4 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: 90px;
  top: 116px;
}
.home-container .sec5 .buble5 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 60px;
  top: 150px;
}
.home-container .sec5 .buble6 {
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 115px;
  top: 140px;
}
.home-container .sec5 .left-sec {
  text-align: center;
  padding-top: 95px;
}
.home-container .sec5 .left-sec .logo {
  width: 177px;
  height: 197px;
  background: #fff;
  display: inline-block;
  padding-top: 45px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  background: url(./images/bg-01.png) center center no-repeat;
}
.home-container .sec5 .left-sec .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.home-container .sec5 .left-sec h2 {
  font-size: 35px;
  line-height: 35px;
  color: #2c2f33;
  font-weight: 400;
}
.home-container .sec5 .left-sec p {
  font-size: 17px;
  line-height: 27px;
  color: #585858;
}
.home-container .sec5 .left-sec .content {
  width: 100%;
  max-width: 375px;
  display: block;
  margin: auto;
}
.home-container .sec5 .swiper-pagination {
  bottom: 0 !important;
  position: relative !important;
  margin-top: 40px;
}
.home-container .sec5 .swiper-pagination-bullet {
  border: solid 2px #71bf4c;
}
.home-container .sec5 .swiper-pagination-bullet-active {
  background: #71bf4c;
}
.home-container .sec5 .right-sec a {
  width: 100%;
  height: auto;
  display: block;
}
.home-container .sec5 .right-sec .box {
  width: 42%;
  height: 180px;
  line-height: 190px;
  background: #fff;
  float: left;
  display: table;
  position: relative;
  -webkit-box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.1);
  margin: 2% 5%;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.home-container .sec5 .right-sec .box img {
  width: auto;
  max-width: 80%;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.home-container .sec5 .right-sec .box:hover {
  -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.2);
}
.home-container .sec5 .right-sec .box:nth-child(2n+2) {
  margin-left: -1%;
}
.home-container .sec6 {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}
.home-container .sec6 .buble1 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -150px;
  top: -80px;
}
.home-container .sec6 .buble2 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -65px;
  top: -110px;
}
.home-container .sec6 .buble3 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -30px;
  top: -80px;
}
.home-container .sec6 .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -120px;
  bottom: -145px;
}
.home-container .sec6 .buble5 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -220px;
  bottom: -70px;
}
.home-container .sec6 .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -50px;
  bottom: -10px;
}
.home-container .sec6 .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -88px;
  bottom: -10px;
}
.home-container .sec6 .buble8 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -117px;
  bottom: 18px;
}
.home-container .sec6 .container {
  position: relative;
  z-index: 10;
}
.home-container .sec6 .tag1 {
  width: 100%;
  height: auto;
}
.home-container .sec6 .tag1 img {
  width: 100%;
  height: auto;
}
.home-container .sec6 .tag2 {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.home-container .sec6 .tag2 .container {
  position: relative;
}
.home-container .sec6 .left-sec .commingsoon {
  width: 100%;
  height: auto;
}
.home-container .sec6 .left-sec .commingsoon img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.home-container .sec6 .left-sec ul {
  padding: 0;
  margin: 0;
}
.home-container .sec6 .left-sec li {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 45px 0;
  clear: both;
  display: inline-block;
}
.home-container .sec6 .left-sec h2 {
  font-size: 45px;
  line-height: 47px;
  color: #2c2f33;
  font-weight: 400;
  margin-bottom: 70px;
}
.home-container .sec6 .left-sec .pic {
  width: 40%;
  height: auto;
  float: left;
  border: solid 1px #e6e7e8;
}
.home-container .sec6 .left-sec .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.home-container .sec6 .left-sec .details {
  width: 55%;
  height: auto;
  float: right;
}
.home-container .sec6 .left-sec .details h3 {
  font-size: 22px;
  line-height: 32px;
  color: #585858;
  font-weight: 300;
}
.home-container .sec6 .left-sec .details h4 {
  font-size: 15px;
  line-height: 18px;
  color: #b6b6b6;
}
.home-container .sec6 .left-sec .btn {
  width: auto;
  height: auto;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #2c2f33;
  padding: 15px 25px;
  border: solid 2px #71bf4c;
  border-radius: 50px;
}
.home-container .sec6 .left-sec .btn:hover {
  background: #71bf4c;
  color: #fff;
}
.home-container .sec6 .left-sec a {
  color: #585858;
}
.home-container .sec6 .left-sec a:hover {
  color: #71bf4c;
}
.home-container .sec6 .right-sec {
  padding-top: 100px;
}
.home-container .sec6 .right-sec .example1 {
  width: 100%;
}
.home-container .sec6 .right-sec .example1 .tweet {
  position: relative;
  background: white;
  border-radius: 3px;
}
.home-container .sec6 .right-sec .example1 .tweet:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.home-container .sec6 .right-sec .example1 .tweet .date {
  margin-top: 5px;
  font-weight: bold;
  font-size: 11px;
}
.home-container .sec6 .right-sec .commingsoon {
  width: 100%;
  height: auto;
}
.home-container .sec6 .right-sec .commingsoon img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.home-container .sec6 .right-sec .box {
  width: 100%;
  max-width: 400px;
  float: right;
  height: auto;
  -webkit-box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}
.home-container .sec6 .right-sec .resp-tabs-list li {
  width: 50%;
  height: 60px;
  float: left;
  padding: 0;
  margin: 0;
  background: #676a6a !important;
  color: #fff !important;
  font-size: 20px;
  line-height: 60px;
  font-weight: 300;
}
.home-container .sec6 .right-sec .resp-tabs-list .resp-tab-active {
  font-weight: 300 !important;
  border: none !important;
  background: #71bf4c !important;
}
.home-container .sec6 .right-sec .resp-tabs-list li:first-child {
  border-top-left-radius: 10px;
}
.home-container .sec6 .right-sec .resp-tabs-list li:first-child:before {
  font-family: "fontawesome";
  content: "\f099";
  color: #fff;
  position: relative;
  left: -15px;
}
.home-container .sec6 .right-sec .resp-tabs-list li:nth-child(2):before {
  font-family: "fontawesome";
  content: "\f0e1";
  color: #fff;
  position: relative;
  left: -15px;
  top: -1px;
}
.home-container .sec6 .right-sec .resp-tabs-list li:nth-child(2) {
  border-top-right-radius: 10px;
}
.home-container .sec6 .right-sec .resp-tab-content {
  padding: 40px 10px;
}
.home-container .sec6 .right-sec .resp-tab-content .tag {
  width: 100%;
  height: auto;
  display: inline-block;
}
.home-container .sec6 .right-sec .resp-tab-content .tag ul {
  padding: 0;
  margin: 0;
}
.home-container .sec6 .right-sec .resp-tab-content .tag li {
  padding: 0;
  margin: 5px 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 26px;
  color: #676a6a;
}
.home-container .sec6 .right-sec .resp-tab-content p {
  font-size: 16px;
  line-height: 26px;
  color: #676a6a;
}
.home-container .sec6 .right-sec .resp-tab-content p a {
  color: #676a6a;
}
.home-container .sec6 .right-sec .resp-tab-content p a:hover {
  color: #71bf4c;
}
.home-container .sec6 .right-sec .resp-tab-content .date {
  font-size: 14px;
  line-height: 20px;
  color: #676a6a;
  font-weight: 600;
}
.home-container .sec7 {
  width: 100%;
  height: auto;
  clear: both;
  background: #71bf4c;
  padding: 100px 0;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
}
.home-container .sec7 .btn {
  font-size: 18px;
  line-height: 18px;
  color: #2c2f33;
  font-weight: 600;
  display: inline-block;
  padding: 25px 40px;
  background: #fff;
  border-radius: 50px;
}
.home-container .sec7 .btn:hover {
  background: #2c2f33;
  color: #fff;
}
.home-container .sec7 .container {
  max-width: 690px;
}

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

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

footer {
  width: 100%;
  height: auto;
  clear: both;
  text-align: left;
}
footer .topsec {
  width: 100%;
  height: auto;
  clear: both;
  background: #71bf4c;
  padding: 100px 0;
  text-align: center;
  font-size: 27px;
  line-height: 37px;
  color: #fff;
  font-weight: 600;
}
footer .topsec .cnt1 {
  max-width: 700px;
  margin: auto;
}
footer .topsec .cnt {
  max-width: 960px;
  margin: auto;
}
footer .topsec p {
  font-size: 27px;
  line-height: 37px;
  color: #fff;
  font-weight: 600;
}
footer .topsec .btn {
  font-size: 18px;
  line-height: 18px;
  margin: 0 10px;
  color: #2c2f33;
  font-weight: 600;
  display: inline-block;
  padding: 25px 40px;
  background: #fff;
  border-radius: 50px;
}
footer .topsec .btn:hover {
  background: #2c2f33;
  color: #fff;
}
footer .topsec .bottom-panal {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 10px;
}
footer .topsec .bottom-panal a {
  border-bottom: solid 1px #000;
  color: #000;
}
footer .sec1 {
  width: 100%;
  height: auto;
  padding: 110px 0 60px 0;
  background: #fff;
}
footer .sec1 ul {
  padding: 0;
  margin: 0;
}
footer .sec1 li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #808080;
  font-weight: 400;
}
footer .sec1 li a {
  color: #808080;
}
footer .sec1 li a:hover {
  color: #71bf4c;
}
footer .sec1 h2 {
  font-size: 18px;
  line-height: 20px;
  color: #2c2f33;
  font-weight: 500;
  margin-bottom: 40px;
}
footer .sec1 h3 {
  font-size: 16px;
  line-height: 16px;
  color: #3e3e3e;
  margin-bottom: 0;
  font-weight: 400;
  border-bottom: solid 1px #3e3e3e;
  display: inline-block;
}
footer .sec1 .last {
  text-align: right;
}
footer .sec1 .mr-top {
  margin-top: 35px;
}
footer .sec2 {
  width: 100%;
  height: auto;
  clear: both;
  padding: 55px 0;
  background: #f6f6f6;
}
footer .sec2 ul {
  padding: 0;
  margin: 0;
}
footer .sec2 li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .sec2 .left {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
  padding-top: 5px;
}
footer .sec2 .left span {
  color: #cdcdcd;
}
footer .sec2 .left a {
  color: #cdcdcd;
}
footer .sec2 .left a:hover {
  color: #71bf4c;
}
footer .sec2 .right {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}
footer .sec2 .right .social {
  width: auto;
  height: auto;
  float: right;
  position: relative;
}
footer .sec2 .right .social li {
  margin-left: 10px;
  font-size: 20px;
  line-height: 20px;
  float: left;
}
footer .sec2 .right .social li .icon {
  width: 30px;
  height: 30px;
  display: block;
}
footer .sec2 .right .social li .i1 {
  background: url(./images/social.png) 0 0 no-repeat;
}
footer .sec2 .right .social li .i2 {
  background: url(./images/social.png) -41px 0 no-repeat;
}
footer .sec2 .right .social li .i3 {
  background: url(./images/social.png) -83px 0 no-repeat;
}
footer .sec2 .right .social li .i4 {
  background: url(./images/social.png) -124px 0 no-repeat;
}
footer .sec2 .right .social li .i1:hover {
  background-position: 0 -37px;
}
footer .sec2 .right .social li .i2:hover {
  background-position: -41px -37px;
}
footer .sec2 .right .social li .i3:hover {
  background-position: -83px -37px;
}
footer .sec2 .right .social li .i4:hover {
  background-position: -124px -37px;
}
footer .sec2 .right .social:before {
  content: "Follow us";
  color: #fff;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: #808080;
  top: 5px;
  left: -70px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  overflow: hidden;
}

#status {
  width: 132px;
  height: 132px;
  position: absolute;
  left: 50%;
  top: 45%;
  background-image: url(./images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -65px 0 0 -65px;
  z-index: 99999999;
}

/* ==========================================================================
   edlabs page custom styles
   ========================================================================== */
.home_banner_text h1 {
  text-shadow: 1.5px 5px 4px black;
  z-index: 10000;
  font-weight: bold !important;
  margin-top: 0;
}

.edLABS-banner {
  width: 100%;
  overflow: hidden;
  /*background:url(./images/edlabs-banner.jpg) top center ; background-size:cover;*/
  position: relative;
  top: 0;
}
.edLABS-banner a {
  text-decoration: none;
}
.edLABS-banner .banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.edLABS-banner .banner-slider .slide2 {
  background: url(./images/edlabs-banner.jpg) top center;
  background-size: cover;
}
.edLABS-banner .banner-slider .container {
  height: auto;
  position: relative;
  height: 90%;
}
.edLABS-banner .banner-slider .container h1 {
  font-size: 30px;
  max-width: 800px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  margin-top: 10%;
  margin-bottom: 20px;
  width: 100%;
}
.edLABS-banner .banner-slider .container h1 span {
  font-size: 32px;
  color: #2c2f33;
  font-weight: 500;
  clear: both;
  display: inline-block;
}
.edLABS-banner .banner-slider .container .btn {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  background: #0e0e0e;
  padding: 12px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 11px 18px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 11px 18px 0px rgba(0, 0, 0, 0.29);
}
.edLABS-banner .banner-slider .container .btn:hover {
  background: #71bf4c;
}
.edLABS-banner .banner-slider .container h2 {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
}
.edLABS-banner .banner-slider .container h2 span {
  font-weight: 400;
  display: block;
  clear: both;
}
.edLABS-banner .banner-slider .left-sec {
  width: 30%;
  height: auto;
  float: left;
  padding-top: 40px;
  position: relative;
}
.edLABS-banner .banner-slider .left-sec .pic {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px 40px 40px 35px;
  background: url(./images/border.png);
  background-size: cover !important;
}
.edLABS-banner .banner-slider .left-sec .bdr {
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.edLABS-banner .banner-slider .left-sec img {
  width: 100%;
  border-radius: 100%;
}
.edLABS-banner .banner-slider .left-sec .bottom {
  width: 100%;
  height: auto;
  clear: both;
}
.edLABS-banner .banner-slider .left-sec p:first-of-type {
  font-weight: 700;
}
.edLABS-banner .banner-slider .left-sec p {
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
}
.edLABS-banner .banner-slider .pd-top {
  padding-top: 10%;
}
.edLABS-banner .banner-slider .right-sec {
  width: 68%;
  height: auto;
  float: right;
}
.edLABS-banner .banner-slider .right-sec .top-logo {
  width: 100%;
  height: auto;
  text-align: right;
}
.edLABS-banner .banner-slider .right-sec .top-logo img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.edLABS-banner .banner-slider .right-sec .quote {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  background: url(./images/quote.png) top left no-repeat;
  padding-top: 60px;
}
.edLABS-banner .swiper-slide .slider-background {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover !important;
}
.edLABS-banner .swiper-slide .container {
  opacity: 0;
  transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -webkit-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
}
.edLABS-banner .swiper-slide-active .container {
  opacity: 1;
}
.edLABS-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.edLABS-banner .swiper-slide {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.edLABS-banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.edLABS-banner .sw-pager {
  position: absolute;
  width: 100%;
  z-index: 200;
  height: auto;
  bottom: 40px;
  left: 0;
}
.edLABS-banner .sw-pager .swiper-pagination, .edLABS-banner .sw-pager .swiper-pagination1 {
  width: 95%;
  max-width: 1150px;
  position: relative;
  margin: auto;
  text-align: center;
}
.edLABS-banner .sw-pager .swiper-pagination-bullet {
  background: none;
  margin: 0 20px;
  border: none !important;
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.edLABS-banner .sw-pager .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.edLABS-banner .sw-pager .swiper-pagination-bullet-active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.colabs-banner .banner-slider .container h1 {
  font-size: 30px;
  font-size: 50px;
  line-height: 65px;
  max-width: 900px;
}

.edLABS-wrapper {
  width: 100%;
  height: auto;
  clear: both;
  background: #fff url(./images/inner-bg-1.jpg) top center no-repeat;
}
.edLABS-wrapper a {
  text-decoration: none;
}
.edLABS-wrapper h2 {
  font-size: 50px;
  line-height: 60px;
  color: #2c2f33;
  margin-bottom: 40px;
}
.edLABS-wrapper .sec1 {
  width: 100%;
  height: auto;
  text-align: center;
}
.edLABS-wrapper .sec1 a {
  color: #6fe263;
  text-decoration: underline;
}
.edLABS-wrapper .sec1 a:hover {
  color: #000;
}
.edLABS-wrapper .sec1 .top-logo {
  width: 100%;
  height: auto;
  text-align: center;
}
.edLABS-wrapper .sec1 .top-logo img {
  width: auto;
  max-width: 300px;
  display: inline-block;
}
.edLABS-wrapper .sec1 .container {
  max-width: 1016px;
  position: relative;
  padding: 170px 0 60px 0;
}
.edLABS-wrapper .sec1 h4 {
  font-weight: 400;
  margin-bottom: 10px;
}
.edLABS-wrapper .sec1 h3 {
  color: #71bf4c;
}
.edLABS-wrapper .sec1 h3 strong {
  color: #585858;
}
.edLABS-wrapper .sec1 h3 span {
  color: #2c2f33;
  font-weight: 700;
}
.edLABS-wrapper .sec2 {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  display: inline-block;
  padding-top: 60px;
}
.edLABS-wrapper .sec2 .container {
  position: relative;
}
.edLABS-wrapper .sec2 .container::before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 300px;
  line-height: 300px;
  color: #f5f5f5;
  font-weight: 700;
  content: "edLABS";
}
.edLABS-wrapper .sec2 .colabs-container::before {
  content: "coLABS";
}
.edLABS-wrapper .sec2 .tales-container::before {
  content: "Tales, We Win ";
  font-size: 150px;
  line-height: 716px;
}
.edLABS-wrapper .sec2 .gallery {
  width: 100%;
  height: auto;
  display: block;
}
.edLABS-wrapper .sec2 .gallery .box {
  width: 100%;
  padding: 10px;
  height: auto;
  border: solid 1px #e7e7e7;
  text-align: center;
  background: #fff;
}
.edLABS-wrapper .sec2 .gallery .box img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.edLABS-wrapper .sec2 .gallery .box:hover {
  border: solid 1px #6fe298;
}
.edLABS-wrapper .sec2 .gallery .box2 {
  width: 100%;
  padding: 50px 10px;
  height: auto;
  min-height: 250px;
  text-align: center;
  border-radius: 10px;
}
.edLABS-wrapper .sec2 .gallery .box2 h3 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.edLABS-wrapper .sec2 .gallery .box2 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #fff;
}
.edLABS-wrapper .sec2 .gallery .swiper-slide:nth-child(3n+1) .box2 {
  background: #4472c4;
}
.edLABS-wrapper .sec2 .gallery .swiper-slide:nth-child(3n+2) .box2 {
  background: #70ad47;
}
.edLABS-wrapper .sec2 .gallery .swiper-slide:nth-child(3n+3) .box2 {
  background: #a5a5a5;
}
.edLABS-wrapper .sec2 .gallery .sw-pager {
  position: relative;
  width: 100%;
  z-index: 200;
  height: auto;
  bottom: 0;
  left: 0;
  margin-top: 80px;
}
.edLABS-wrapper .sec2 .gallery .sw-pager .swiper-pagination {
  width: 95%;
  max-width: 1150px;
  position: relative;
  margin: auto;
  text-align: center;
}
.edLABS-wrapper .sec2 .gallery .sw-pager .swiper-pagination-bullet {
  background: none;
  margin: 0 20px;
  border: none !important;
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.edLABS-wrapper .sec2 .gallery .sw-pager .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6fe298;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.edLABS-wrapper .sec2 .gallery .sw-pager .swiper-pagination-bullet-active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #6fe298;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.edLABS-wrapper .sec2 .content {
  width: 100%;
  max-width: 655px;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 10;
  margin-top: 100px;
}
.edLABS-wrapper .sec2 .video-icon {
  width: 247px;
  height: 145px;
  display: block;
  float: left;
  background: url(./images/videoicon.png);
}
.edLABS-wrapper .sec2 .rightcontent {
  width: auto;
  height: auto;
  float: right;
  font-weight: 300;
  font-size: 38px;
  line-height: 40px;
  color: #585858;
  position: relative;
}
.edLABS-wrapper .sec2 .rightcontent::before {
  content: "";
  width: 163px;
  height: 10px;
  position: absolute;
  background: url(./images/line.png);
  top: 40px;
  left: -180px;
}
.edLABS-wrapper .sec3 {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  padding-top: 100px;
}
.edLABS-wrapper .sec3 .container {
  max-width: 800px;
  position: relative;
  padding-bottom: 80px;
  position: relative;
}
.edLABS-wrapper .sec3 li {
  list-style-type: none;
}
.edLABS-wrapper .tales-sec4 {
  position: relative;
  border-bottom: solid 50px #71bf4c;
  padding: 100px 0 150px 0;
}
.edLABS-wrapper .tales-sec4 .container {
  position: relative;
  z-index: 1000;
}
.edLABS-wrapper .tales-sec4 li {
  width: 100%;
  height: auto;
  padding: 25px 50px;
  float: left;
  margin: 0;
  list-style-type: none;
  background: url(./images/listicon.png) 0 30px no-repeat;
  text-align: left;
}
.edLABS-wrapper .tales-sec4 h3 {
  margin-bottom: 2em;
}
.edLABS-wrapper .tales-sec4::after {
  width: 100%;
  content: "";
  height: 540px;
  background: url(./images/graph01.png) top center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.edLABS-wrapper .tales-sec4::before {
  width: 100%;
  content: "";
  height: 540px;
  background: url(./images/graph02.png) top center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
}
.edLABS-wrapper .tales-sec4::before {
  content: "";
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.edLABS-wrapper .tales-sec4::after {
  content: "";
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.edLABS-wrapper .sec4 {
  width: 100%;
  height: auto;
  clear: both;
  padding-bottom: 120px;
  text-align: center;
}
.edLABS-wrapper .sec4 .container {
  position: relative;
}
.edLABS-wrapper .sec4 .cntr {
  max-width: 800px;
}
.edLABS-wrapper .sec4 h3 {
  font-size: 30px;
  line-height: 32px;
  color: #2c2f33;
  margin-bottom: 95px;
}
.edLABS-wrapper .sec4 .gallery {
  width: 100%;
  height: auto;
  clear: both;
}
.edLABS-wrapper .sec4 .gallery .box {
  width: 100%;
  height: 145px;
  border: solid 1px #e7e7e7;
  text-align: center;
  line-height: 145px;
  background: #fff;
}
.edLABS-wrapper .sec4 .gallery .box img {
  width: auto;
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.edLABS-wrapper .sec4 .gallery .box:hover {
  border: solid 1px #6fe298;
}
.edLABS-wrapper .sec4 .sw-pager {
  position: relative;
  width: 100%;
  z-index: 200;
  height: auto;
  bottom: 0;
  left: 0;
  margin-top: 80px;
}
.edLABS-wrapper .sec4 .sw-pager .swiper-pagination {
  width: 95%;
  max-width: 1150px;
  position: relative;
  margin: auto;
  text-align: center;
}
.edLABS-wrapper .sec4 .sw-pager .swiper-pagination-bullet {
  background: none;
  margin: 0 20px;
  border: none !important;
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.edLABS-wrapper .sec4 .sw-pager .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6fe298;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.edLABS-wrapper .sec4 .sw-pager .swiper-pagination-bullet-active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #6fe298;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.edLABS-wrapper .sec5 {
  width: 100%;
  height: auto;
  clear: both;
  padding-bottom: 90px;
  background: #f2f2f2;
}
.edLABS-wrapper .sec5 .container {
  max-width: 1090px;
  position: relative;
}
.edLABS-wrapper .sec5 .tag1 {
  width: 100%;
  height: auto;
  padding-top: 90px;
}
.edLABS-wrapper .sec5 .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #71bf4c;
  margin-bottom: 10px;
}
.edLABS-wrapper .sec5 h2 {
  color: #585858;
}
.edLABS-wrapper .sec5 p {
  color: #585858;
}
.edLABS-wrapper .sec5 img {
  width: auto;
  max-width: 500px;
}
.edLABS-wrapper .sec5 .tag2 {
  width: 100%;
  background: rgb(255, 255, 255);
  max-width: 1000px;
  margin-top: 60px;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(242, 242, 242)));
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(242, 242, 242)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f2f2f2", GradientType=1 );
  padding: 80px;
}
.edLABS-wrapper .sec5 .tag2 h3 {
  font-size: 30px;
  line-height: 35px;
  color: #585858;
}
.edLABS-wrapper .sec5 .tag2 ul {
  padding: 0;
  margin: 0;
}
.edLABS-wrapper .sec5 .tag2 li {
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  color: #585858;
  width: 100%;
  clear: both;
}
.edLABS-wrapper .sec5 .tag2 li img {
  width: 170px;
  height: auto;
  float: left;
  margin: 0 60px 20px 0;
  border-radius: 10px;
}
.edLABS-wrapper .sec6 {
  width: 100%;
  height: auto;
  padding: 117px 0 40px 0;
}
.edLABS-wrapper .sec6 .container {
  max-width: 1060px;
  position: relative;
}
.edLABS-wrapper .sec6 .buble01 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -30px;
  top: -140px;
}
.edLABS-wrapper .sec6 .buble02 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -56px;
  top: -155px;
}
.edLABS-wrapper .sec6 .buble03 {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -130px;
  top: -75px;
}
.edLABS-wrapper .sec6 .buble04 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -70px;
  top: -114px;
}
.edLABS-wrapper .sec6 .buble05 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -152px;
  top: -117px;
}
.edLABS-wrapper .sec6 .buble06 {
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 115px;
  top: 140px;
}
.edLABS-wrapper .sec6 .buble3 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -30px;
  top: -80px;
}
.edLABS-wrapper .sec6 .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -120px;
  bottom: -245px;
  z-index: 20;
}
.edLABS-wrapper .sec6 .buble5 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -220px;
  bottom: -170px;
  z-index: 20;
}
.edLABS-wrapper .sec6 .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -50px;
  bottom: -110px;
}
.edLABS-wrapper .sec6 .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -88px;
  bottom: -110px;
}
.edLABS-wrapper .sec6 .buble8 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -117px;
  bottom: -58px;
}
.edLABS-wrapper .sec6 h2 {
  text-align: center;
}
.edLABS-wrapper .sec6 h3 {
  font-size: 18px;
  line-height: 28px;
  color: #2c2f33;
  font-weight: 700;
}
.edLABS-wrapper .sec6 .box {
  width: 100%;
  height: auto;
  clear: both;
  display: inline-block;
  margin: 20px 0;
}
.edLABS-wrapper .sec6 .box .icon {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.edLABS-wrapper .sec6 .box .icon img {
  width: auto;
  max-width: 100%;
}
.edLABS-wrapper .sec6 .col-md-5:nth-child(2n+2) {
  float: right;
}
.edLABS-wrapper .sec7 .tag1 {
  width: 100%;
  height: auto;
  clear: both;
}
.edLABS-wrapper .sec7 .tag1 img {
  width: 100%;
  height: auto;
}
.edLABS-wrapper .sec7 .tag2 {
  width: 100%;
  height: auto;
  clear: both;
  background: #f6f6f6;
  padding-bottom: 115px;
  position: relative;
}
.edLABS-wrapper .sec7 .tag2 p span {
  font-weight: 600;
}
.edLABS-wrapper .sec7 .tag2 h2 {
  color: #585858;
}
.edLABS-wrapper .sec7 .tag2 .formsec {
  padding: 30px 0;
}
.edLABS-wrapper .sec7 .tag2 .formsec ul {
  padding: 0;
  margin: 0;
}
.edLABS-wrapper .sec7 .tag2 .formsec li {
  width: 95%;
  height: auto;
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 25px 0;
  position: relative;
}
.edLABS-wrapper .sec7 .tag2 .formsec li .txt {
  width: 100%;
  height: 20px;
  clear: both;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  color: #000000;
  display: block;
  font-weight: 500;
}
.edLABS-wrapper .sec7 .tag2 .formsec input[type=color], .edLABS-wrapper .sec7 .tag2 .formsec input[type=date], .edLABS-wrapper .sec7 .tag2 .formsec input[type=datetime], .edLABS-wrapper .sec7 .tag2 .formsec input[type=datetime-local], .edLABS-wrapper .sec7 .tag2 .formsec input[type=email], .edLABS-wrapper .sec7 .tag2 .formsec input[type=month], .edLABS-wrapper .sec7 .tag2 .formsec input[type=number], .edLABS-wrapper .sec7 .tag2 .formsec input[type=password], .edLABS-wrapper .sec7 .tag2 .formsec input[type=range], .edLABS-wrapper .sec7 .tag2 .formsec input[type=search], .edLABS-wrapper .sec7 .tag2 .formsec input[type=tel], .edLABS-wrapper .sec7 .tag2 .formsec input[type=text], .edLABS-wrapper .sec7 .tag2 .formsec input[type=time], .edLABS-wrapper .sec7 .tag2 .formsec input[type=url], .edLABS-wrapper .sec7 .tag2 .formsec input[type=week], .edLABS-wrapper .sec7 .tag2 .formsec input[type=select], .edLABS-wrapper .sec7 .tag2 .formsec textarea {
  width: 100%;
  height: 65px;
  outline: none;
  background: none;
  border: none;
  font-family: "Poppins", sans-serif;
  border-bottom: solid 1px #808080;
  font-size: 18px;
  color: #000000;
  font-style: italic;
  font-weight: 300;
}
.edLABS-wrapper .sec7 .tag2 .formsec textarea {
  padding-top: 20px;
}
.edLABS-wrapper .sec7 .tag2 .formsec input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.edLABS-wrapper .sec7 .tag2 .formsec input:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.edLABS-wrapper .sec7 .tag2 .formsec input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.edLABS-wrapper .sec7 .tag2 .formsec input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.edLABS-wrapper .sec7 .tag2 button {
  width: 258px;
  height: 60px;
  background: #0e0e0e;
  display: block;
  margin: auto;
  float: none;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
}
.edLABS-wrapper .sec7 .tag2 button:hover {
  background: #71bf4c;
}
.edLABS-wrapper .sec7 .tag2 .btn {
  width: 258px;
  height: 60px;
  background: #0e0e0e;
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
  float: none;
  font-size: 15px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
}
.edLABS-wrapper .sec7 .tag2 .btn:hover {
  background: #71bf4c;
}
.edLABS-wrapper .sec8 {
  width: 100%;
  height: auto;
  clear: both;
  padding: 165px 0;
  text-align: center;
  position: relative;
}
.edLABS-wrapper .sec8 .container {
  position: relative;
}
.edLABS-wrapper .sec8 .buble01 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -30px;
  top: -140px;
}
.edLABS-wrapper .sec8 .buble02 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -56px;
  top: -155px;
}
.edLABS-wrapper .sec8 .buble03 {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -130px;
  top: -75px;
}
.edLABS-wrapper .sec8 .buble04 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -70px;
  top: -114px;
}
.edLABS-wrapper .sec8 .buble05 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -152px;
  top: -117px;
}
.edLABS-wrapper .sec8 .buble06 {
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 115px;
  top: 140px;
}
.edLABS-wrapper .sec8 .buble3 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -30px;
  top: -80px;
}
.edLABS-wrapper .sec8 .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -120px;
  bottom: -245px;
  z-index: 20;
}
.edLABS-wrapper .sec8 .buble5 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -220px;
  bottom: -170px;
  z-index: 20;
}
.edLABS-wrapper .sec8 .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -50px;
  bottom: -110px;
}
.edLABS-wrapper .sec8 .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -88px;
  bottom: -110px;
}
.edLABS-wrapper .sec8 .buble8 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -117px;
  bottom: -58px;
}
.edLABS-wrapper .sec8 p {
  font-weight: 300;
  color: #000;
  font-style: italic;
  margin-bottom: 0;
}
.edLABS-wrapper .sec8 p a {
  color: #000;
  font-weight: 600;
}
.edLABS-wrapper .sec8 p a:hover {
  color: #71bf4c;
}
.edLABS-wrapper .sec8 .container {
  position: relative;
}
.edLABS-wrapper .sec8 .contant {
  max-width: 815px;
  margin: auto;
}
.edLABS-wrapper .sec8 h2 {
  color: #0e0e0e;
}

.bbl1 {
  width: 146px;
  position: absolute;
  right: -120px;
  top: -60px;
}

.bbl2 {
  width: 146px;
  position: absolute;
  top: 15px;
  left: 0;
}

.bbl3 {
  width: 159px;
  position: absolute;
  right: -130px;
  bottom: -210px;
}

.bbl4 {
  width: 294px;
  position: absolute;
  left: -160px;
  top: -190px;
}

.bbl5 {
  width: 260px;
  position: absolute;
  right: -120px;
  top: -60px;
}

.bbl03 {
  width: 146px;
  position: absolute;
  bottom: 15px;
  right: 25%;
}

#circle {
  position: absolute;
  right: 14px;
  bottom: 12px;
  margin: 0;
  width: 22px;
}

.circle {
  padding: 0;
  width: 100%;
  height: 5px;
  background: #929395;
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
  margin: 7px 0;
  border-radius: 5px;
}

.one {
  -webkit-animation-delay: 1s;
}

.two {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.three {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.four {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.five {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.six {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.seven {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.eight {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.nine {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ten {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes left {
  0% {
    background: #84c153;
  }
  100% {
    background: #929395;
  }
}
@keyframes left {
  0% {
    background: #84c153;
  }
  100% {
    background: #929395;
  }
}
#box-cnt {
  position: absolute;
  right: 45px;
  bottom: -1px;
  margin: 0;
  width: 64px;
}
#box-cnt .circle {
  padding: 0;
  width: 100%;
  height: 17px;
  border: 4px solid #808080;
  background: none;
  -webkit-animation: left1 2s linear infinite;
  animation: left1 2s linear infinite;
  margin: 5.3px 0 0 0;
  border-radius: 2px;
}
#box-cnt .one {
  -webkit-animation-delay: 1s;
}
#box-cnt .two {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#box-cnt .three {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#box-cnt .four {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#box-cnt .five {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#box-cnt .six {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#box-cnt .seven {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#box-cnt .eight {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#box-cnt .nine {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#box-cnt .ten {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes left1 {
  0% {
    border: 4px solid #7cc153;
  }
  100% {
    border: 4px solid #808080;
  }
}
@keyframes left1 {
  0% {
    border: 4px solid #7cc153;
  }
  100% {
    border: 4px solid #808080;
  }
}
#anim .icon {
  -webkit-animation: left2 2s linear infinite;
  animation: left2 2s linear infinite;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
#anim .one {
  -webkit-animation-delay: 2s;
}
#anim .two {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
#anim .three {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
#anim .four {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
#anim .five {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
#anim .six {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#anim .seven {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#anim .eight {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
#anim .nine {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#anim .ten {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes left2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes left2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.inner-wrapper {
  width: 100%;
  height: auto;
  clear: both;
  background: #fff;
}
.inner-wrapper h2 {
  font-size: 50px;
  line-height: 55px;
  color: #2c2f33;
  margin-bottom: 55px;
}

.about-page {
  background: #fff url(./images/bg-7.jpg) bottom center no-repeat;
}
.about-page a {
  text-decoration: none;
}
.about-page .sec1 {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 125px;
  background: #fff;
}
.about-page .sec1 .container {
  position: relative;
}
.about-page .sec1 p:first-of-type {
  font-weight: 600;
}
.about-page .sec1 img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.about-page .sec1 .pic-right {
  display: inline-block;
}
.about-page .sec1 .right-sec {
  text-align: center;
}
.about-page .sec1 .buble1 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -70px;
  top: 40px;
}
.about-page .sec1 .buble2 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -40px;
  top: -25px;
}
.about-page .sec1 .buble3 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -95px;
  top: 5px;
}
.about-page .sec2 {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 100px;
}
.about-page .sec2 .left-sec {
  padding-top: 130px;
}
.about-page .sec2 .left-sec p {
  max-width: 360px;
}
.about-page .sec2 ul {
  padding: 0;
  margin: 0;
}
.about-page .sec2 #timeline .icon {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.about-page .sec2 #timeline .icon img {
  width: auto;
  max-width: 100%;
  display: block;
}
.about-page .sec2 #timeline p {
  color: #585858;
  line-height: 30px;
}
.about-page .sec3 {
  width: 100%;
  height: auto;
  clear: both;
  padding: 110px 0;
  text-align: center;
  background: #fff;
}
.about-page .sec3 .container {
  position: relative;
}
.about-page .sec3 .buble1 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -30px;
  top: 40px;
}
.about-page .sec3 .buble2 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -10px;
  top: -25px;
}
.about-page .sec3 .buble3 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -55px;
  top: 5px;
}
.about-page .sec3 .topsec {
  width: 100%;
  max-width: 745px;
  margin: auto;
}
.about-page .sec3 p:first-of-type {
  font-weight: 600;
}
.about-page .sec3 h2 {
  margin-bottom: 30px;
}
.about-page .sec3 .gallery {
  width: 100%;
  max-width: 760px;
  margin: auto;
  height: auto;
  clear: both;
}
.about-page .sec3 .gallery ul {
  padding: 0;
  margin: 0;
}
.about-page .sec3 .gallery li {
  width: 100%;
  height: auto;
  clear: both;
  text-align: left;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #585858;
  padding: 120px 0 0 0;
  margin: 70px 0 0 0;
}
.about-page .sec3 .gallery li span {
  font-weight: 700;
  color: #2c2f33;
}
.about-page .sec3 .gallery li img {
  width: auto;
  max-width: 100%;
  float: left;
  margin: -120px 65px 20px 0;
}
.about-page .sec3 .gallery li:nth-child(even) {
  text-align: right;
}
.about-page .sec3 .gallery li:nth-child(even) img {
  float: right;
  margin: -120px 0 20px 65px;
}
.about-page .sec4 {
  width: 100%;
  height: auto;
  clear: both;
  background: #f6f6f6;
  padding: 120px 0 250px 0;
  text-align: center;
  position: relative;
}
.about-page .sec4 .container {
  position: relative;
}
.about-page .sec4 .buble01 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -30px;
  top: -140px;
}
.about-page .sec4 .buble02 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -56px;
  top: -155px;
}
.about-page .sec4 .buble03 {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -130px;
  top: -75px;
}
.about-page .sec4 .buble04 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -70px;
  top: -114px;
}
.about-page .sec4 .buble05 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -152px;
  top: -117px;
}
.about-page .sec4 .buble06 {
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 115px;
  top: 140px;
}
.about-page .sec4 p {
  color: #585858;
}
.about-page .sec4 h2 {
  color: #585858;
}
.about-page .sec4 .graphsec {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 60px;
}
.about-page .sec4 .graphsec .top-sec {
  width: 100%;
  height: 110px;
  position: relative;
  background: url(./images/graphicon-1.png) top center no-repeat;
}
.about-page .sec4 .graphsec .top-sec::before {
  content: "";
  width: 350px;
  display: block;
  height: 120px;
  background-size: cover !important;
  background: url(./images/graphicon-4.png) 0 0 no-repeat;
  position: absolute;
  top: 35px;
  left: 140px;
}
.about-page .sec4 .graphsec .top-sec::after {
  content: "";
  width: 350px;
  display: block;
  height: 120px;
  background-size: cover !important;
  background: url(./images/graphicon-5.png) 0 0 no-repeat;
  position: absolute;
  top: 35px;
  right: 140px;
}
.about-page .sec4 .graphsec .bottom-sec {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  padding-top: 70px;
}
.about-page .sec4 .graphsec .bottom-sec .pic {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.about-page .sec4 .graphsec .bottom-sec .pic img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.about-page .sec4 .graphsec .bottom-sec p {
  color: #585858;
  font-size: 17px;
}
.about-page .sec4 .graphsec .bottom-sec .round {
  width: 300px;
  height: 300px;
  display: inline-block;
  padding: 70px 30px 30px 30px;
  background: #71bf4c;
  border-radius: 100%;
}
.about-page .sec4 .graphsec .bottom-sec .round p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.about-page .sec4 .graphsec .bottom-sec .gray {
  background: #969696;
}
.about-page .sec4 .bottompanal {
  width: 100%;
  height: auto;
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-page .sec4 .bottompanal img {
  width: 100%;
  height: auto;
}
.about-page .sec5 {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  text-align: center;
  margin-top: -290px;
  padding-top: 50px;
}
.about-page .sec5 .container {
  max-width: 795px;
}
.about-page .sec5 h2 {
  color: #585858;
}
.about-page .sec5 .gallery {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  display: inline-block;
}
.about-page .sec5 .gallery ul {
  padding: 0;
  margin: 0;
}
.about-page .sec5 .gallery li {
  width: 25%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.about-page .sec5 .gallery li .map {
  width: 100%;
  height: auto;
}
.about-page .sec5 .gallery li .map img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.about-page .sec5 .gallery li .title {
  width: 100%;
  height: auto;
  font-style: 18px;
  line-height: 20px;
  color: #585858;
  font-weight: 700;
  padding-top: 35px;
}
.about-page .sec6 {
  width: 100%;
  height: auto;
  clear: both;
}
.about-page .sec6 ul {
  padding: 0;
  margin: 0;
}
.about-page .sec6 .top-head {
  width: 99%;
  height: 212px;
  margin: auto;
  background: url(./images/bg-6.png);
  padding-top: 105px;
  background-size: cover !important;
  text-align: center;
}
.about-page .sec6 .top-head h2 {
  font-size: 29px;
  line-height: 39px;
  color: #585858;
  text-align: center;
  max-width: 465px;
  display: inline-block;
}
.about-page .sec6 .bottom-sec {
  width: 99%;
  height: auto;
  margin: auto;
  clear: both;
  background: #f2f2f2;
  padding: 20px 0;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
  text-align: center;
}
.about-page .sec7 {
  width: 100%;
  height: auto;
  clear: both;
  padding: 170px 0;
  text-align: center;
  position: relative;
}
.about-page .sec7 .container {
  position: relative;
}
.about-page .sec7 h2 {
  color: #2c2f33;
}
.about-page .sec7 .gallery {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px;
  line-height: 180px;
  text-align: center;
}
.about-page .sec7 .gallery img {
  width: auto;
  max-width: 80%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.about-page .sec7 .buble3 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -30px;
  top: -80px;
}
.about-page .sec7 .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -120px;
  bottom: -245px;
  z-index: 20;
}
.about-page .sec7 .buble5 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -220px;
  bottom: -170px;
  z-index: 20px;
}
.about-page .sec7 .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -50px;
  bottom: -110px;
}
.about-page .sec7 .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -88px;
  bottom: -110px;
}
.about-page .sec7 .buble8 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -117px;
  bottom: -58px;
}
.about-page #sec2counter {
  width: 100%;
  height: 760px;
  padding-top: 30px;
  clear: both;
  clear: both;
  position: relative;
}
.about-page #sec2counter .container {
  position: relative;
  z-index: 20;
}
.about-page #sec2counter::before {
  content: "";
  width: 100%;
  height: 500px;
  background: url(./images/bg-2.png) top center;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.about-page #sec2counter::after {
  content: "";
  width: 100%;
  height: 500px;
  background: url(./images/bg-3.png) top center;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.about-page #sec2counter .box {
  width: 210px;
  height: 270px;
  float: left;
  position: relative;
  top: 270px;
}
.about-page #sec2counter .box::before {
  content: "";
  width: 4px;
  height: 60px;
  opacity: 0.5;
  background: #e0e0e1;
  position: absolute;
  left: 0;
  bottom: -60px;
}
.about-page #sec2counter .box::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid 4px #2c2f33;
  position: absolute;
  left: -6px;
  bottom: -75px;
  border-radius: 100px;
}
.about-page #sec2counter .box h2 {
  font-size: 70px;
  line-height: 72px;
  color: #2c2f33;
  margin-bottom: 5px;
  margin-top: 20px;
}
.about-page #sec2counter .box .sup {
  font-size: 40px;
  font-weight: 400;
}
.about-page #sec2counter .box h3 {
  font-size: 20px;
  line-height: 22px;
  color: #535353;
  font-weight: 400;
}
.about-page #sec2counter .box .top {
  width: 120px;
  height: 135px;
  position: relative;
}
.about-page #sec2counter .box .top img {
  width: auto;
  max-width: 100%;
}
.about-page #sec2counter .box .top .icon {
  position: absolute;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-1 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 0;
  left: 0;
}
.about-page #sec2counter .box .top .i-2 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 0;
  left: 41px;
}
.about-page #sec2counter .box .top .i-3 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 0;
  left: 82px;
}
.about-page #sec2counter .box .top .i-4 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 73px;
  left: 0;
}
.about-page #sec2counter .box .top .i-5 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 73px;
  left: 41px;
}
.about-page #sec2counter .box .top .i-6 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 73px;
  left: 82px;
}
.about-page #sec2counter .box .top .i-7 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 141px;
  left: 0;
}
.about-page #sec2counter .box .top .i-8 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 141px;
  left: 41px;
}
.about-page #sec2counter .box .top .i-9 {
  width: 36px;
  height: 61px;
  background: url(./images/i-2.png);
  bottom: 141px;
  left: 82px;
}
.about-page #sec2counter .box .top .i-01 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 0;
  left: 0;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-02 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 0;
  left: 41px;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-03 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 0;
  left: 82px;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-04 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 73px;
  left: 0;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-05 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 73px;
  left: 41px;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-06 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 73px;
  left: 82px;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-07 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 141px;
  left: 0;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-08 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 141px;
  left: 41px;
  z-index: 10;
}
.about-page #sec2counter .box .top .i-09 {
  width: 36px;
  height: 61px;
  background: url(./images/i-1.png);
  bottom: 141px;
  left: 82px;
  z-index: 10;
}
.about-page #sec2counter .box:nth-child(2) {
  margin: 0 0 0 18%;
  height: 370px;
  width: 280px;
  /* top:35px;*/
  top: 258px;
  left: 457px;
}
.about-page #sec2counter .box:nth-child(2)::before {
  height: 120px;
}
.about-page #sec2counter .box:nth-child(2) .top {
  width: 110px;
  height: 150px;
}
.about-page #sec2counter .box:nth-child(3) {
  /*float:right;*/
  width: 290px;
  height: auto;
  /*top:100px;*/
  top: 234px;
  right: 216px;
}
.about-page #sec2counter .box:nth-child(3)::before {
  bottom: 145px;
  height: 125px;
}
.about-page #sec2counter .box:nth-child(3)::after {
  bottom: 268px;
}
.about-page #sec2counter .box:nth-child(3) .top {
  width: 135px;
  height: 210px;
  margin-left: -20px;
}
.about-page #sec2counter .box:nth-child(3) h2 {
  margin-top: 175px;
  color: #fff;
}
.about-page #sec2counter .box:nth-child(3) h3 {
  color: #000;
}

.Super-charger-wrapper {
  width: 100%;
  height: auto;
  clear: both;
}
.Super-charger-wrapper a {
  text-decoration: none;
}
.Super-charger-wrapper .objectivesec {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  padding-top: 60px;
}
.Super-charger-wrapper .objectivesec .container {
  max-width: 810px;
  position: relative;
}
.Super-charger-wrapper .objectivesec .buble1 {
  width: 145px;
  height: 145px;
  border-radius: 100px;
  background: #f2f2f2;
  position: absolute;
  right: 30px;
  bottom: 2px;
}
.Super-charger-wrapper .objectivesec .buble2 {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #f2f2f2;
  position: absolute;
  right: 95px;
  bottom: 172px;
}
.Super-charger-wrapper .objectivesec .buble3 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #f2f2f2;
  position: absolute;
  right: 60px;
  bottom: 160px;
}
.Super-charger-wrapper .objectivesec .buble4 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #f2f2f2;
  position: absolute;
  right: 10px;
  bottom: 190px;
}
.Super-charger-wrapper .objectivesec .buble5 {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background: #f2f2f2;
  position: absolute;
  right: -60px;
  bottom: 95px;
}
.Super-charger-wrapper .objectivesec .gallery {
  width: 100%;
  height: auto;
  margin: 45px auto;
  height: auto;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 26px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 26px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
  z-index: 10;
  /*
  .swiper-slide:nth-child(2){background:#a4ea87}
  .swiper-slide:nth-child(3){background:#fff}
  .swiper-slide:nth-child(4){background:#cacecf}
  .swiper-slide:nth-child(5){background:#a4ea87}
  .swiper-slide:nth-child(6){background:#fff}
  .swiper-slide:nth-child(7){background:#cacecf}
  .swiper-slide:nth-child(8){background:#a4ea87}
  .swiper-slide:nth-child(9){background:#fff}
  */
}
.Super-charger-wrapper .objectivesec .gallery img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.Super-charger-wrapper .objectivesec .gallery .swiper-wrapper {
  height: 425px;
}
.Super-charger-wrapper .objectivesec .gallery .swiper-slide {
  height: 100%;
  background: #cacecf;
  border-radius: 20px;
}
.Super-charger-wrapper .objectivesec .gallery .swiper-slide .slider-background {
  width: 100%;
  height: 100%;
  display: block;
  padding: 100px;
  border-radius: 20px;
  background-size: cover !important;
}
.Super-charger-wrapper .objectivesec .gallery .swiper-slide h2 {
  font-size: 29px;
  line-height: 32px;
  color: #292929;
  font-weight: 700;
}
.Super-charger-wrapper .objectivesec .gallery .swiper-slide p {
  font-size: 23px;
  line-height: 36px;
  color: #292929;
}
.Super-charger-wrapper .objectivesec .sw-pager {
  position: absolute;
  width: 100%;
  z-index: 200;
  height: auto;
  line-height: 20px;
  bottom: -60px;
  left: 0;
  clear: both;
}
.Super-charger-wrapper .objectivesec .sw-pager .swiper-pagination {
  width: 95%;
  max-width: 1150px;
  position: relative;
  margin: auto;
  text-align: center;
}
.Super-charger-wrapper .objectivesec .sw-pager .swiper-pagination-bullet {
  background: none;
  margin: 0 20px;
  border: none !important;
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.Super-charger-wrapper .objectivesec .sw-pager .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6fe26a;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.Super-charger-wrapper .objectivesec .sw-pager .swiper-pagination-bullet-active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #6fe26a;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.Super-charger-wrapper .Cohortsec {
  width: 100%;
  height: auto;
  position: relative;
  clear: both;
  padding: 130px 0 310px 0;
  text-align: center;
  border-bottom: solid 50px #71bf4c;
  /*
  li:nth-child(2){margin:0 20%}
  */
}
.Super-charger-wrapper .Cohortsec::after {
  width: 100%;
  content: "";
  height: 540px;
  background: url(./images/graph01.png) top center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.Super-charger-wrapper .Cohortsec::before {
  width: 100%;
  content: "";
  height: 540px;
  background: url(./images/graph02.png) top center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
}
.Super-charger-wrapper .Cohortsec::before {
  content: "";
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.Super-charger-wrapper .Cohortsec::after {
  content: "";
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.Super-charger-wrapper .Cohortsec .container {
  max-width: 850px;
}
.Super-charger-wrapper .Cohortsec .graph {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  margin-bottom: 100px;
}
.Super-charger-wrapper .Cohortsec .graph img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.Super-charger-wrapper .Cohortsec .gallery {
  width: 100%;
  height: auto;
  clear: both;
  text-align: left;
  margin-top: 50px;
  text-align: center;
}
.Super-charger-wrapper .Cohortsec .gallery .container {
  max-width: 1150px;
}
.Super-charger-wrapper .Cohortsec .gallery .icon {
  width: 100%;
  height: 80px;
  display: block;
}
.Super-charger-wrapper .Cohortsec .gallery .icon img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.Super-charger-wrapper .Cohortsec .gallery .content {
  width: 100%;
  height: auto;
  clear: both;
  display: block;
  padding-top: 10px;
  margin-top: 5px;
}
.Super-charger-wrapper .Cohortsec .gallery .content strong {
  width: 100%;
  display: block;
}
.Super-charger-wrapper .Cohortsec ul {
  padding: 0;
  margin: 0;
}
.Super-charger-wrapper .Cohortsec li {
  width: 25%;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0 5%;
  list-style-type: none;
  position: relative;
  /*
  &::before{content:""; width:2px; height:200px; border-left:dashed 3px #e6e6e6; position:absolute; left:0; bottom:-100%}
  &::after{content:""; width:15px; height:15px; border:solid 5px #fff; position:absolute; left:-11px; bottom:-114%;  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;}
  */
}
.Super-charger-wrapper .Cohortsec li strong {
  color: #000;
}
.Super-charger-wrapper .program-timeline-sec {
  width: 100%;
  height: auto;
  padding-top: 130px;
  clear: both;
  text-align: center;
}
.Super-charger-wrapper .program-timeline-sec .container {
  max-width: 1210px;
}
.Super-charger-wrapper .program-timeline-sec h2 {
  margin-bottom: 0;
}
.Super-charger-wrapper .program-timeline-sec h3 {
  font-weight: 300;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  position: relative;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .shape {
  width: 12px;
  height: 12px;
  background: #71bf4c;
  position: absolute;
  z-index: 10;
  border-radius: 100%;
  -webkit-animation-name: hvr-pulse-grow1;
  animation-name: hvr-pulse-grow1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .shape::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #71bf4c;
  display: block;
  border-radius: 100%;
  margin: -3px 0 0 -3px;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s1 {
  left: 4.1%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s2 {
  left: 15.2%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s3 {
  left: 26.8%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s4 {
  left: 37.9%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s5 {
  left: 48.8%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s6 {
  left: 59.7%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s7 {
  left: 70.6%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s8 {
  left: 81.4%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec .s9 {
  left: 92.2%;
  bottom: 49%;
}
.Super-charger-wrapper .program-timeline-sec .graph-sec img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.Super-charger-wrapper .L2EAdvantage-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 130px;
  text-align: center;
}
.Super-charger-wrapper .L2EAdvantage-sec .container {
  position: relative;
  max-width: 1200px;
}
.Super-charger-wrapper .L2EAdvantage-sec .bubble1 {
  width: 326px;
  height: auto;
  position: absolute;
  left: -265px;
  top: -80px;
  display: none;
}
.Super-charger-wrapper .L2EAdvantage-sec ul {
  padding: 0;
  margin: 10px 0;
  position: relative;
  z-index: 10;
  width: 100%;
  display: inline-block;
  clear: both;
}
.Super-charger-wrapper .L2EAdvantage-sec h1, .Super-charger-wrapper .L2EAdvantage-sec h2, .Super-charger-wrapper .L2EAdvantage-sec h3, .Super-charger-wrapper .L2EAdvantage-sec p {
  position: relative;
  z-index: 10;
}
.Super-charger-wrapper .L2EAdvantage-sec p {
  width: 100%;
  padding: 0 2%;
}
.Super-charger-wrapper .L2EAdvantage-sec li {
  width: 30%;
  padding-left: 50px;
  background: url(./images/list-icon.jpg) 0 0 no-repeat;
  height: auto;
  float: left;
  margin: 1.5%;
  color: #000;
  list-style-type: none;
  text-align: left;
  font-weight: 500;
}
.Super-charger-wrapper .L2EAdvantage-sec li:nth-child(3n+1) {
  clear: left;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits {
  width: 100%;
  height: auto;
  clear: both;
  border-top: solid 1px #71bf4c;
  padding-top: 20px;
  margin-top: 60px;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits .title {
  width: 100%;
  height: auto;
  clear: both;
  border-bottom: solid 1px #71bf4c;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits .title h3 {
  font-size: 30px;
  line-height: 40px;
  color: #2c2f33;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits li {
  width: 100%;
  height: auto;
  clear: both;
  list-style-type: none;
  background: none;
  text-align: left;
  border-bottom: solid 1px #71bf4c;
  list-style-type: none;
  padding: 30px 0;
  margin: 0;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits li::before {
  content: "";
  display: none;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits li .left-sec {
  width: 40%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits li .left-sec h3 {
  font-size: 30px;
  line-height: 40px;
  color: #585858;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits li .right-sec {
  width: 100%;
  height: auto;
  float: right;
}
.Super-charger-wrapper .L2EAdvantage-sec .benefits li .container {
  height: 100%;
  max-width: 1100px;
  display: table;
}
.Super-charger-wrapper .whatsmore-sec {
  width: 100%;
  height: auto;
  clear: both;
}
.Super-charger-wrapper .whatsmore-sec .tag1 {
  width: 100%;
  height: auto;
  padding: 30px 0;
  text-align: center;
}
.Super-charger-wrapper .whatsmore-sec .tag1 .container {
  max-width: 800px;
}
.Super-charger-wrapper .whatsmore-sec .tag2 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #71bf4c;
  text-align: center;
}
.Super-charger-wrapper .whatsmore-sec .tag2 p {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
}
.Super-charger-wrapper .whatsmore-sec .tag2 p strong, .Super-charger-wrapper .whatsmore-sec .tag2 p b {
  color: #2c2f33;
}
.Super-charger-wrapper .whatsmore-sec .tag2 .container {
  position: relative;
}
.Super-charger-wrapper .whatsmore-sec .tag2 .buble1 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.Super-charger-wrapper .whatsmore-sec .tag2 .buble2 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  left: 45px;
  top: -60px;
}
.Super-charger-wrapper .whatsmore-sec .tag2 .buble3 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: -70px;
}
.Super-charger-wrapper .whatsmore-sec .tag2 .buble4 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  right: 20px;
  bottom: -5px;
}
.Super-charger-wrapper .whatsmore-sec .tag2 .buble5 {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  right: 45px;
  bottom: -60px;
}
.Super-charger-wrapper .whatsmore-sec .tag2 .buble6 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  right: 2px;
  bottom: -45px;
}
.Super-charger-wrapper .partners-slider {
  width: 100%;
  height: auto;
  clear: both;
  padding: 100px 0;
  background: #f2f2f2;
}
.Super-charger-wrapper .partners-slider .swiper-slide {
  text-align: center;
  height: auto;
}
.Super-charger-wrapper .partners-slider .swiper-slide .logo {
  width: 90%;
  height: auto;
  padding: 5%;
  text-align: center;
  background: #fff;
  border: solid 1px #ededed;
}
.Super-charger-wrapper .partners-slider .swiper-slide .logo img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.Super-charger-wrapper .partners-slider .swiper-slide .caption {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
  padding: 10px;
  display: block;
  clear: both;
}
.Super-charger-wrapper .partners-slider h2 {
  color: #585858;
  text-align: center;
}
.Super-charger-wrapper .partners-slider .gallery {
  width: 100%;
  height: auto;
  clear: both;
}
.Super-charger-wrapper .partners-slider .sw-pager {
  position: relative;
  width: 100%;
  z-index: 200;
  height: auto;
  line-height: 20px;
  bottom: 0;
  left: 0;
  clear: both;
  margin-top: 50px;
}
.Super-charger-wrapper .partners-slider .sw-pager .swiper-pagination {
  width: 95%;
  max-width: 1150px;
  position: relative;
  margin: auto;
  text-align: center;
}
.Super-charger-wrapper .partners-slider .sw-pager .swiper-pagination-bullet {
  background: none;
  margin: 0 20px;
  border: none !important;
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.Super-charger-wrapper .partners-slider .sw-pager .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6fe26a;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.Super-charger-wrapper .partners-slider .sw-pager .swiper-pagination-bullet-active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #6fe26a;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.Super-charger-wrapper .our-mentors {
  width: 100%;
  height: auto;
  clear: both;
  padding: 195px 0 145px 0;
  text-align: center;
  position: relative;
  /**.jury{margin-bottom:100px;}**/
}
.Super-charger-wrapper .our-mentors a {
  text-decoration: none;
}
.Super-charger-wrapper .our-mentors .container {
  max-width: 900px;
  position: relative;
}
.Super-charger-wrapper .our-mentors .bubble1 {
  width: 30%;
  height: auto;
  position: absolute;
  left: -12%;
  top: 0;
}
.Super-charger-wrapper .our-mentors .bubble2 {
  width: 25%;
  height: auto;
  position: absolute;
  left: 33%;
  top: 30%;
  display: none;
}
.Super-charger-wrapper .our-mentors .bubble3 {
  width: 25%;
  height: auto;
  position: absolute;
  right: -8%;
  top: 10%;
}
.Super-charger-wrapper .our-mentors .bubble4 {
  width: 25%;
  height: auto;
  position: absolute;
  right: -25%;
  bottom: -227px;
}
.Super-charger-wrapper .our-mentors .bubble5 {
  width: 35%;
  height: auto;
  position: absolute;
  left: -10%;
  bottom: 20%;
}
.Super-charger-wrapper .our-mentors .buble01 {
  width: 125px;
  height: 125px;
  border-radius: 100px;
  background: #f2f2f2;
  position: absolute;
  left: -80px;
  bottom: 88px;
}
.Super-charger-wrapper .our-mentors .buble02 {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -40px;
  bottom: 12px;
}
.Super-charger-wrapper .our-mentors .buble03 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #f2f2f2;
  position: absolute;
  left: 10px;
  bottom: -40px;
}
.Super-charger-wrapper .our-mentors .buble04 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 45px;
  bottom: 43px;
}
.Super-charger-wrapper .our-mentors .buble05 {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 140px;
  bottom: 5px;
}
.Super-charger-wrapper .our-mentors .content {
  width: 100%;
  height: auto;
  position: relative;
}
.Super-charger-wrapper .our-mentors .speaker {
  padding-top: 100px;
}
.Super-charger-wrapper .our-mentors .speaker h2 {
  margin-bottom: 0;
}
.Super-charger-wrapper .our-mentors ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.Super-charger-wrapper .our-mentors li {
  width: 48%;
  height: auto;
  float: left;
  margin: 1%;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.Super-charger-wrapper .our-mentors li img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  border-radius: 100%;
}
.Super-charger-wrapper .our-mentors li .name {
  width: 100%;
  height: auto;
  clear: both;
  display: block;
  padding: 30px 0;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
  font-weight: 700;
}
.Super-charger-wrapper .our-mentors .box {
  width: 100%;
  height: auto;
  text-align: center;
}
.Super-charger-wrapper .our-mentors .box img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  border-radius: 100%;
}
.Super-charger-wrapper .our-mentors .box .name {
  width: 100%;
  height: auto;
  clear: both;
  display: block;
  padding: 30px 0;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
  font-weight: 700;
}
.Super-charger-wrapper .our-mentors .swiper-button-next, .Super-charger-wrapper .our-mentors .swiper-button-prev {
  width: auto;
  height: auto;
  font-size: 70px;
  line-height: 50px;
  background: none;
  color: #71bf4c;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.Super-charger-wrapper .our-mentors .swiper-button-next:hover, .Super-charger-wrapper .our-mentors .swiper-button-prev:hover {
  color: #000;
}
.Super-charger-wrapper .our-mentors .swiper-button-next {
  right: -15%;
}
.Super-charger-wrapper .our-mentors .swiper-button-prev {
  left: -15%;
}
.Super-charger-wrapper .our-mentors .swiper-button-next1, .Super-charger-wrapper .our-mentors .swiper-button-prev1 {
  width: auto;
  height: auto;
  font-size: 70px;
  line-height: 50px;
  background: none;
  color: #71bf4c;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.Super-charger-wrapper .our-mentors .swiper-button-next1:hover, .Super-charger-wrapper .our-mentors .swiper-button-prev1:hover {
  color: #000;
}
.Super-charger-wrapper .our-mentors .swiper-button-next1 {
  right: -15%;
}
.Super-charger-wrapper .our-mentors .swiper-button-prev1 {
  left: -15%;
}
.Super-charger-wrapper .our-mentors .swiper-button-next1:before {
  font-family: "fontawesome";
  content: "\f105";
}
.Super-charger-wrapper .our-mentors .swiper-button-prev1:before {
  font-family: "fontawesome";
  content: "\f104";
}
.Super-charger-wrapper .our-mentors .swiper-button-next3, .Super-charger-wrapper .our-mentors .swiper-button-prev3 {
  width: auto;
  height: auto;
  font-size: 70px;
  line-height: 50px;
  background: none;
  color: #71bf4c;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.Super-charger-wrapper .our-mentors .swiper-button-next3:hover, .Super-charger-wrapper .our-mentors .swiper-button-prev3:hover {
  color: #000;
}
.Super-charger-wrapper .our-mentors .swiper-button-next3 {
  right: -15%;
}
.Super-charger-wrapper .our-mentors .swiper-button-prev3 {
  left: -15%;
}
.Super-charger-wrapper .our-mentors .swiper-button-next3:before {
  font-family: "fontawesome";
  content: "\f105";
}
.Super-charger-wrapper .our-mentors .swiper-button-prev3:before {
  font-family: "fontawesome";
  content: "\f104";
}
.Super-charger-wrapper .our-mentors .swiper-button-next4, .Super-charger-wrapper .our-mentors .swiper-button-prev4 {
  width: auto;
  height: auto;
  font-size: 70px;
  line-height: 50px;
  background: none;
  color: #71bf4c;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.Super-charger-wrapper .our-mentors .swiper-button-next4:hover, .Super-charger-wrapper .our-mentors .swiper-button-prev4:hover {
  color: #000;
}
.Super-charger-wrapper .our-mentors .swiper-button-next4 {
  right: -15%;
}
.Super-charger-wrapper .our-mentors .swiper-button-prev4 {
  left: -15%;
}
.Super-charger-wrapper .our-mentors .swiper-button-next4:before {
  font-family: "fontawesome";
  content: "\f105";
}
.Super-charger-wrapper .our-mentors .swiper-button-prev4:before {
  font-family: "fontawesome";
  content: "\f104";
}
.Super-charger-wrapper .who-can-apply {
  width: 100%;
  height: auto;
  clear: both;
  padding: 100px 0;
  background: #f2f2f2;
}
.Super-charger-wrapper .who-can-apply .container {
  max-width: 920px;
}
.Super-charger-wrapper .who-can-apply ul {
  padding: 0;
  margin: 0;
}
.Super-charger-wrapper .who-can-apply li {
  padding: 0;
  margin: 30px 0;
  list-style-type: none;
  line-height: 35px;
}
.Super-charger-wrapper .who-can-apply li::before {
  content: "";
  width: 29px;
  height: 28px;
  background: url(./images/listicon.png) 0 0;
  display: block;
  float: left;
  margin-right: 10px;
}
.Super-charger-wrapper .applybottom {
  width: 100%;
  height: auto;
  clear: both;
  background: #71bf4c;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.Super-charger-wrapper .applybottom a {
  text-decoration: none;
}
.Super-charger-wrapper .applybottom h2, .Super-charger-wrapper .applybottom p {
  color: #fff;
}
.Super-charger-wrapper .applybottom .container {
  max-width: 980px;
}
.Super-charger-wrapper .applybottom .btn {
  width: auto;
  height: auto;
  padding: 25px 65px;
  text-transform: uppercase;
  background: #fff;
  font-size: 15px;
  line-height: 15px;
  color: #2c2f33;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  clear: both;
  border-radius: 50px;
}
.Super-charger-wrapper .applybottom .btn:hover {
  background: #676a6a;
  color: #fff;
}

.coLABSsec1 {
  width: 100%;
  height: auto;
  clear: both;
  background: url(./images/coolbg1.jpg);
  padding: 60px 0;
  clear: both;
}
.coLABSsec1 a {
  text-decoration: none;
}
.coLABSsec1 h2 {
  font-size: 30px;
  line-height: 32px;
  padding-top: 20px;
  margin-bottom: 5px;
}
.coLABSsec1 .btn {
  width: auto;
  height: auto;
  float: right;
  padding: 25px 65px;
  text-transform: uppercase;
  background: #fff;
  font-size: 15px;
  line-height: 15px;
  color: #2c2f33;
  font-weight: 700;
  display: inline-block;
  border-radius: 50px;
}
.coLABSsec1 .btn:hover {
  background: #676a6a;
  color: #fff;
}
.coLABSsec1 h2 {
  width: auto;
  float: left;
  color: #fff;
}

.applybottom {
  width: 100%;
  height: auto;
  clear: both;
  background: #71bf4c;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.applybottom a {
  text-decoration: none;
}
.applybottom h2, .applybottom p {
  color: #fff;
}
.applybottom .container {
  max-width: 980px;
}
.applybottom .btn {
  width: auto;
  height: auto;
  padding: 25px 65px;
  text-transform: uppercase;
  background: #fff;
  font-size: 15px;
  line-height: 15px;
  color: #2c2f33;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  clear: both;
  border-radius: 50px;
}
.applybottom .btn:hover {
  background: #676a6a;
  color: #fff;
}
.applybottom strong {
  color: #fff;
}

.pd-bottom {
  padding-bottom: 160px !important;
}

.coLABS-innovative {
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 50px;
  padding: 115px 0;
  color: #fff;
  background: url(./images/coLABSbg-1.jpg);
}
.coLABS-innovative a {
  text-decoration: none;
}
.coLABS-innovative .container {
  max-width: 1100px;
}
.coLABS-innovative ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.coLABS-innovative li {
  width: 48%;
  height: auto;
  float: left;
  height: auto;
  padding: 0;
  margin: 0 1% 80px 1%;
  list-style-type: none;
}
.coLABS-innovative li .icon {
  width: 25%;
  height: auto;
  float: left;
  display: block;
}
.coLABS-innovative li .icon img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.coLABS-innovative li .details {
  width: 70%;
  height: auto;
  float: right;
  display: block;
}
.coLABS-innovative li h3 {
  font-size: 22px;
  line-height: 30px;
  color: #6ee146;
  margin-bottom: 10px;
}
.coLABS-innovative li p {
  color: #fff;
  font-weight: 300;
}
.coLABS-innovative li:nth-child(2n+1) {
  clear: left;
}
.coLABS-innovative .bottomsec {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 65px;
  border-top: solid 1px #585858;
}
.coLABS-innovative p {
  color: #fff;
}

.scrollbar-outer {
  height: 300px;
}

.scroll-pane {
  height: 300px;
}

.li-profile-container {
  width: 97% !important;
}

.portfolio-page {
  width: 100%;
  height: auto;
  clear: both;
}
.portfolio-page a {
  text-decoration: none;
}
.portfolio-page .container {
  position: relative;
}
.portfolio-page .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -205px;
  bottom: -45px;
  z-index: 20;
}
.portfolio-page .buble5 {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -273px;
  bottom: 7px;
  z-index: 20px;
}
.portfolio-page .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -106px;
  bottom: 90px;
}
.portfolio-page .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -178px;
  bottom: 82px;
}
.portfolio-page .buble8 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -197px;
  bottom: 108px;
}
.portfolio-page .left-sec {
  width: 23%;
  height: auto;
  float: left;
  padding: 45px 0;
}
.portfolio-page .left-sec h2 {
  font-size: 18px;
  line-height: 20px;
  color: #328f17;
  font-weight: 400;
  margin-bottom: 5px;
}
.portfolio-page .left-sec ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 40px 0 0 0;
}
.portfolio-page .left-sec li {
  width: 100%;
  height: auto;
  clear: both;
  padding: 0;
  margin: 5px 0 0 0;
  list-style-type: none;
  display: inline-block;
}
.portfolio-page .left-sec h3 {
  font-size: 18px;
  line-height: 20px;
  color: #2c2f33;
  font-weight: 700;
  padding-left: 22px;
}
.portfolio-page .left-sec label {
  font-size: 14px;
  line-height: 16px;
  color: #585858;
}
.portfolio-page .right-sec {
  width: 77%;
  height: auto;
  float: left;
  background: #f4f4f4;
  padding: 30px 15px 30px 20px;
}
.portfolio-page .right-sec .scrollbar-outer {
  height: auto;
  max-height: 1000px;
}
.portfolio-page .right-sec .scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #e6e1e1 !important;
}
.portfolio-page .right-sec ul {
  padding: 0;
  margin: 0;
}
.portfolio-page .right-sec li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
}
.portfolio-page .right-sec .tag1 {
  width: 100%;
  height: auto;
}
.portfolio-page .right-sec .tag1 li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 1.5%;
  background: #fff;
  border: solid 1px #e7e7e7;
  border-radius: 100px;
}
.portfolio-page .right-sec .tag1 .fltr {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 15px 0 15px 25px;
  font-size: 14px;
  line-height: 14px;
  color: #585858;
  float: left;
}
.portfolio-page .right-sec .tag1 .close {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: #6fe233;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  float: left;
  display: block;
  margin: 15px;
  border-radius: 100%;
}
.portfolio-page .right-sec .tag1 .close:hover {
  background: red;
}
.portfolio-page .right-sec .tag2 {
  width: 100%;
  height: auto;
  clear: both;
}
.portfolio-page .right-sec .tag2 .outer-ar .blg-item h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
.portfolio-page .right-sec .tag2 li {
  width: 30%;
  height: 285px;
  background: #fff;
  float: left;
  margin: 1.5%;
  border: solid 1px #e7e7e7;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.portfolio-page .right-sec .tag2 li .content {
  width: 100%;
  height: auto;
  padding: 10px;
}
.portfolio-page .right-sec .tag2 li .logo {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #f6f6f6;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.portfolio-page .right-sec .tag2 li .logo img {
  width: auto;
  max-width: 100%;
  height: 80px;
  display: block;
}
.portfolio-page .right-sec .tag2 li .flag {
  width: 40px;
  height: 40px;
  border: solid 1px #e7e7e7;
  -webkit-border-radius: 100%;
  margin-bottom: 15px;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
}
.portfolio-page .right-sec .tag2 li .flag img {
  width: auto;
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
}
.portfolio-page .right-sec .tag2 li p {
  font-size: 14px;
  line-height: 22px;
}
.portfolio-page .right-sec .tag2 li h3 {
  font-size: 18px;
  line-height: 22px;
  color: #2c2f33;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  clear: both;
  margin: 10px 0;
}
.portfolio-page .right-sec .tag2 li:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.portfolio-page .right-sec .press-release-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 0 2%;
}
.portfolio-page .right-sec .press-release-sec .title-sec {
  width: 100%;
  height: auto;
  color: #2c2f33;
  font-weight: 500;
  padding-top: 30px;
}
.portfolio-page .right-sec .press-release-sec .press {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.portfolio-page .right-sec .press-release-sec .press li {
  width: 100%;
  height: auto;
  clear: both;
  list-style-type: none;
  border: solid 1px #e7e7e7;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 18px;
  color: #2c2f33;
  border-radius: 5px;
}
.portfolio-page .right-sec .press-release-sec .press li .content {
  width: 100%;
  height: auto;
  display: block;
  padding: 20px;
}
.portfolio-page .right-sec .press-release-sec .press li a {
  color: #2c2f33;
}
.portfolio-page .right-sec .press-release-sec .press li:hover {
  border: solid 1px #6fe233;
}
.portfolio-page .right-sec .press-release-sec .press li .date {
  width: 100%;
  height: auto;
  display: block;
}
.portfolio-page .right-sec .press-release-sec .press li .date::before {
  width: 100%;
  height: auto;
  display: none;
  font-weight: 500;
  content: "Date";
  margin-bottom: 5px;
}
.portfolio-page .right-sec .press-release-sec .press li .detail {
  width: 100%;
  height: auto;
  display: block;
}
.portfolio-page .right-sec .press-release-sec .press li .detail::before {
  width: 100%;
  height: auto;
  display: none;
  font-weight: 500;
  content: "Press Release Subject";
  margin-bottom: 5px;
  margin-top: 20px;
}
.portfolio-page .right-sec .media-coverage-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 0 2%;
}
.portfolio-page .right-sec .media-coverage-sec ul {
  width: 95%;
  height: auto;
  padding: 0;
  margin: auto;
}
.portfolio-page .right-sec .media-coverage-sec ul li {
  width: 100%;
  height: auto;
  clear: both;
  list-style-type: none;
  border: solid 1px #e7e7e7;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 18px;
  color: #2c2f33;
  border-radius: 5px;
}
.portfolio-page .right-sec .media-coverage-sec ul li a {
  color: #2c2f33;
}
.portfolio-page .right-sec .media-coverage-sec ul li:hover {
  border: solid 1px #6fe233;
}
.portfolio-page .right-sec .media-coverage-sec ul li .left {
  background: #fff;
  height: 160px;
  text-align: center;
  line-height: 160px;
  position: relative;
  border-radius: 5px;
}
.portfolio-page .right-sec .media-coverage-sec ul li .left img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 160px;
  display: inline-block;
  vertical-align: middle;
}
.portfolio-page .right-sec .media-coverage-sec ul li .left .date-sec {
  width: auto;
  height: auto;
  display: inline-block;
  font-weight: 600;
  padding: 10px;
  background: #6fe233;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.portfolio-page .right-sec .media-coverage-sec ul li .content {
  width: 100%;
  height: auto;
  padding: 10px;
  display: block;
}
.portfolio-page .right-sec .media-coverage-sec ul li .content h3 {
  font-size: 17px;
  line-height: 22px;
  color: #3b3b3b;
  text-transform: inherit;
  font-weight: 600;
}
.portfolio-page .right-sec .media-coverage-sec ul li .content p {
  font-size: 15px;
  line-height: 22px;
  color: #434343;
}
.portfolio-page .right-sec .media-coverage-sec .pager-sec {
  width: 100%;
  height: auto;
  clear: both;
  margin: 50px 0;
}
.portfolio-page .right-sec .media-coverage-sec .pager-sec ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.mfp-close-btn-in .mfp-close {
  background: #6fe233;
  width: 30px;
  height: 30px;
  margin: 5px;
  opacity: 1 !important;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  padding: 0 !important;
}
.mfp-close-btn-in .mfp-close:hover {
  background: red;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  border: solid 1px #dbdbdb;
}
.white-popup .content {
  width: 100%;
  height: auto;
  padding: 10px;
}
.white-popup .logo {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #f6f6f6;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.white-popup .logo img {
  width: auto;
  height: 80px;
  max-width: 100%;
  display: block;
}
.white-popup .flag {
  width: 40px;
  height: 40px;
  border: solid 1px #e7e7e7;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
}
.white-popup .flag img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.white-popup p {
  font-size: 14px;
  line-height: 22px;
}
.white-popup h3 {
  font-size: 18px;
  line-height: 22px;
  color: #2c2f33;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  clear: both;
  margin: 10px 0;
}
.white-popup h3 span {
  font-size: 12px;
  border-left: solid 1px #000;
  padding-left: 10px;
  margin-left: 10px;
}
.white-popup h4 {
  font-size: 14px;
  line-height: 18px;
  color: #585858;
  font-style: italic;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.bottom-nav {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.18);
  z-index: 1000;
}
.bottom-nav a {
  text-decoration: none;
}
.bottom-nav ul {
  padding: 0;
  margin: 0;
}
.bottom-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bottom-nav li.active a {
  color: #fff !important;
  background: #71bf4c !important;
}
.bottom-nav nav {
  width: 100%;
  height: auto;
  text-align: center;
}
.bottom-nav nav li {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 15px;
  color: #3b3b3b;
  font-weight: 500;
}
.bottom-nav nav li a {
  color: #3b3b3b;
  padding: 18px;
  display: block;
  background: #fff;
  text-transform: uppercase;
}
.bottom-nav nav li a:hover {
  color: #71bf4c;
}

.page-template-template-edlab .hdr, .page-template-template-tales .hdr, .page-template-template-wow-Sakhi .hdr, .page-template-template-gmc-calibrator .hdr, .page-template-template-idexglobal-fellowship .hdr, .page-template-template-ecosystem .hdr, .page-template-template-colab .hdr {
  position: relative !important;
}

.IDEX-page {
  width: 100%;
  height: auto;
  clear: both;
}
.IDEX-page .sec01 {
  width: 100%;
  height: auto;
  clear: both;
  background: #71bf4c;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.IDEX-page .sec01 p {
  color: #fff;
}
.IDEX-page .sec01 a {
  color: #121518;
  border-bottom: solid 1px #000;
}
.IDEX-page .sec02 {
  width: 100%;
  height: auto;
  padding: 150px 0;
}
.IDEX-page .sec02 .pic {
  width: 100%;
  height: auto;
}
.IDEX-page .sec02 .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.IDEX-page .sec02 h2 {
  text-align: center;
  margin-bottom: 60px;
}
.IDEX-page .videosec {
  width: 100%;
  height: auto;
  clear: both;
}
.IDEX-page .videosec .bbl2 {
  width: 146px;
  position: absolute;
  top: 15px;
  left: -44px;
}
.IDEX-page .videosec .bbl03 {
  width: 146px;
  position: absolute;
  top: 65px;
  right: -95px;
}
.IDEX-page .videosec .container {
  position: relative;
}
.IDEX-page .videosec .col-md-6 {
  margin: 30px 0;
}
.IDEX-page .videosec h2 {
  margin-bottom: 0;
  text-align: center;
}
.IDEX-page .videosec .video {
  width: 100%;
  height: auto;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.IDEX-page .videosec .video img {
  width: 100%;
  height: auto;
  display: block;
}
.IDEX-page .videosec .video .bottom-sec {
  width: 100%;
  height: 166px;
  margin-top: -85px;
  background-size: cover !important;
  background: url(./images/video-bottom.png) top center;
  position: relative;
  z-index: 10;
}
.IDEX-page .videosec .video .bottom-sec h3 {
  width: 90%;
  padding: 10px 5%;
  font-size: 16px;
  line-height: 20px;
  color: #2c2f33;
  text-align: right;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.IDEX-page .videosec .video .play {
  width: 98px;
  height: 51px;
  background: url(./images/playbtn.png) 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -49px 0 0 -25px;
  z-index: 10;
  display: block;
}
.IDEX-page .videosec .video:hover {
  opacity: 0.8;
}
.IDEX-page .sec03 {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  padding: 150px 0;
}
.IDEX-page .sec03 .container {
  position: relative;
}
.IDEX-page .sec03 .bbl02 {
  width: 100px;
  position: absolute;
  bottom: 15px;
  left: -165px;
}
.IDEX-page .sec03 h2 {
  margin-bottom: 20px;
}
.IDEX-page .sec03 .tag2 {
  height: auto;
  text-align: left;
}
.IDEX-page .sec03 .tag2 .col-md-4 {
  margin: 30px 0;
}
.IDEX-page .sec03 .tag2 .icon {
  width: 100%;
  height: auto;
  clear: both;
}
.IDEX-page .sec03 .tag2 .icon img {
  width: auto;
  max-height: 100%;
  height: auto;
}
.IDEX-page .sec03 .bottomsec {
  width: 100%;
  height: auto;
  border: solid 1px #e6e6e6;
  padding: 10px 5px;
}
.IDEX-page .sec03 .bottomsec p {
  margin-bottom: 0;
  color: #000;
}
.IDEX-page .sec03 .bottomsec h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.IDEX-page .Scholarships {
  width: 100%;
  color: #fff;
  height: auto;
  clear: both;
  padding: 150px 0;
  background: url(./images/idexbg1.jpg) top center;
}
.IDEX-page .Scholarships h2, .IDEX-page .Scholarships h3, .IDEX-page .Scholarships p, .IDEX-page .Scholarships li {
  color: #fff;
}
.IDEX-page .Scholarships .tag01 {
  text-align: center;
}
.IDEX-page .Scholarships .tag01 .container {
  max-width: 880px;
}
.IDEX-page .Scholarships .tag02 .col-md-6 {
  margin: 30px 0;
}
.IDEX-page .Scholarships .tag02 .box {
  width: 98%;
  height: auto;
  min-height: 535px;
  border: solid 2px #71bf4c;
  display: block;
  padding: 40px;
  border-radius: 5px;
}
.IDEX-page .Scholarships .tag02 .box p {
  line-height: 38px;
}
.IDEX-page .Scholarships .tag02 .box h3 {
  margin-bottom: 40px;
}
.IDEX-page .Scholarships .tag02 .col-md-6:nth-child(2n+2) .box {
  float: right;
}
.IDEX-page .Scholarships .bottomsec {
  width: 100%;
  height: auto;
  padding-top: 70px;
  text-align: center;
  clear: both;
}
.IDEX-page .Scholarships .bottomsec p {
  font-size: 24px;
  line-height: 38px;
}
.IDEX-page .Scholarships .bottomsec p a {
  color: #71bf4c;
}
.IDEX-page .Scholarships .bottomsec .container {
  max-width: 810px;
}
.IDEX-page .sec04 {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 105px;
}
.IDEX-page .sec04 .tag01 {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #ededed;
  text-align: center;
  padding-bottom: 50px;
}
.IDEX-page .sec04 .tag01 .container {
  position: relative;
  max-width: 970px;
  position: relative;
}
.IDEX-page .sec04 .tag01 .container .bbl02 {
  width: 100px;
  position: absolute;
  bottom: 15px;
  left: -130px;
}
.IDEX-page .sec04 .tag01 .container .bbl03 {
  width: 100px;
  position: absolute;
  bottom: 15px;
  right: -130px;
}
.IDEX-page .sec04 .tag01 h2 {
  margin-bottom: 20px;
}
.IDEX-page .sec04 .tag02 {
  width: 100%;
  height: auto;
  clear: both;
}
.IDEX-page .sec04 .tag02 .container {
  position: relative;
  max-width: 1040px;
}
.IDEX-page .sec04 .tag02 .container::before {
  width: 2px;
  height: 100%;
  display: block;
  border-right: solid 1px #ededed;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.IDEX-page .sec04 .tag02 .left {
  width: 50%;
  height: auto;
  float: left;
  padding-bottom: 30px;
}
.IDEX-page .sec04 .tag02 .right {
  width: 50%;
  height: auto;
  float: left;
  padding-left: 5%;
  padding-bottom: 30px;
}
.IDEX-page .sec04 .tag02 h3 {
  color: #2c2f33;
  font-weight: 700;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.IDEX-page .sec04 .tag02 h3::before {
  width: 200%;
  height: 2px;
  border-bottom: solid 1px #ededed;
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  bottom: 0;
}
.IDEX-page .sec04 .tag02 h3::after {
  width: 200%;
  height: 2px;
  border-bottom: solid 1px #ededed;
  content: "";
  display: block;
  position: absolute;
  right: -100%;
  bottom: 0;
}
.IDEX-page .sec04 .tag02 ul {
  padding: 0;
  margin: 0;
}
.IDEX-page .sec04 .tag02 li {
  width: 100%;
  height: auto;
  padding: 25px 50px;
  float: left;
  list-style-type: none;
  background: url(./images/listicon.png) 0 30px no-repeat;
}

.ecosystem-page .sec1 {
  width: 100%;
  height: auto;
}
.ecosystem-page .sec1 .container {
  max-width: 1110px;
  position: relative;
}
.ecosystem-page .sec02 {
  width: 100%;
  height: auto;
  clear: both;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.ecosystem-page .sec02 .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -120px;
  bottom: -445px;
  z-index: 20;
}
.ecosystem-page .sec02 .buble5 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -220px;
  bottom: -370px;
  z-index: 20;
}
.ecosystem-page .sec02 .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -50px;
  bottom: -310px;
  z-index: 20;
}
.ecosystem-page .sec02 .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -88px;
  bottom: -310px;
  z-index: 10;
}
.ecosystem-page .sec02 .buble8 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -117px;
  bottom: -258px;
  z-index: 10;
}
.ecosystem-page .sec02 .container {
  max-width: 870px;
  position: relative;
}
.ecosystem-page .sec02 .bbl02 {
  width: 157px;
  position: absolute;
  top: -120px;
  right: 15%;
}
.ecosystem-page .sec02 .tag01 {
  position: relative;
}
.ecosystem-page .sec02 .tag01::before {
  width: 225px;
  height: 225px;
  content: "";
  position: absolute;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-left: -110px;
  margin-top: -80px;
  background: url(./images/dottedbg.png) 0 0 no-repeat;
}
.ecosystem-page .sec02 .icon {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 45px;
}
.ecosystem-page .sec02 .icon img {
  width: auto;
  height: auto;
  display: inline-block;
}
.ecosystem-page .sec02 .objectives {
  padding-top: 100px;
  text-align: center;
  position: relative;
}
.ecosystem-page .sec02 .objectives::before {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15%;
  opacity: 0.5;
  content: "Ecosystem";
  font-size: 200px;
  line-height: 200px;
  color: #f2f2f2;
  font-weight: 700;
}
.ecosystem-page .sec02 .objectives .cnt {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 20;
}
.ecosystem-page .partners-sec {
  width: 100%;
  height: auto;
  clear: both;
  background: #f2f2f2;
  padding: 160px 0;
}
.ecosystem-page .partners-sec h2 {
  text-align: center;
}
.ecosystem-page .partners-sec .gallery-sec {
  width: 100%;
  height: auto;
}
.ecosystem-page .partners-sec .gallery-sec .box {
  width: 100%;
  height: auto;
  display: block;
}
.ecosystem-page .partners-sec .gallery-sec .box .pic {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  background: #fff;
  padding: 5%;
  border: solid 1px #ededed;
}
.ecosystem-page .partners-sec .gallery-sec .box .pic img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.ecosystem-page .partners-sec .gallery-sec .box .content {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #585858;
  padding: 10px;
  display: block;
  clear: both;
}
.ecosystem-page .partners-sec .gallery-sec .box .content h3 {
  font-size: 18px;
  line-height: 22px;
  color: #585858;
  font-weight: 400;
  margin-bottom: 2px;
}
.ecosystem-page .partners-sec .gallery-sec .box .content p {
  font-size: 14px;
  line-height: 24px;
  color: #585858;
}
.ecosystem-page .partners-sec .gallery-sec .box .scrollbar-outer {
  height: auto;
}
.ecosystem-page .partners-sec .gallery-sec .swiper-wrapper {
  width: 100%;
}
.ecosystem-page .partners-sec .gallery-sec .pager-sec {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 20px;
  clear: both;
}
.ecosystem-page .partners-sec .gallery-sec .pager-sec .swiper-button-prev1 {
  width: 30px;
  height: 30px;
  background: none;
  font-size: 30px;
  opacity: 1 !important;
  line-height: 30px;
  left: 0;
  right: 0;
  color: #000;
  position: relative;
  display: block;
  float: left;
}
.ecosystem-page .partners-sec .gallery-sec .pager-sec .swiper-button-prev1:hover {
  color: #71bf4c;
}
.ecosystem-page .partners-sec .gallery-sec .pager-sec .swiper-button-next1 {
  width: 30px;
  height: 30px;
  background: none;
  font-size: 30px;
  opacity: 1 !important;
  line-height: 30px;
  left: 0;
  right: 0;
  margin-left: 20px;
  color: #000;
  position: relative;
  display: block;
  float: left;
}
.ecosystem-page .partners-sec .gallery-sec .pager-sec .swiper-button-next1:hover {
  color: #71bf4c;
}
.ecosystem-page .partners-sec .sw-pager {
  position: relative;
  bottom: 0;
  text-align: center;
}
.ecosystem-page .partners-sec .sw-pager .swiper-pagination {
  text-align: center;
}
.ecosystem-page .partners-sec .sw-pager .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  float: none;
  margin: 0 5px;
}
.ecosystem-page .projects-sec {
  width: 100%;
  height: auto;
  clear: both;
  background: #fff;
  padding: 150px 0 200px 0;
}
.ecosystem-page .projects-sec .container {
  position: relative;
}
.ecosystem-page .projects-sec .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -120px;
  bottom: -245px;
  z-index: 20;
}
.ecosystem-page .projects-sec .buble5 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -220px;
  bottom: -170px;
  z-index: 20px;
}
.ecosystem-page .projects-sec .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -50px;
  bottom: -110px;
}
.ecosystem-page .projects-sec .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -88px;
  bottom: -110px;
}
.ecosystem-page .projects-sec .buble8 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -117px;
  bottom: -58px;
}
.ecosystem-page .projects-sec .tag01 {
  position: relative;
  text-align: center;
}
.ecosystem-page .projects-sec .tag01::before {
  width: 225px;
  height: 225px;
  content: "";
  position: absolute;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-left: -110px;
  margin-top: -80px;
  background: url(./images/dottedbg.png) 0 0 no-repeat;
}
.ecosystem-page .projects-sec .project-sliders {
  width: 100%;
  height: auto;
  clear: both;
  margin-top: 75px;
}
.ecosystem-page .projects-sec .project-sliders .container {
  -moz-border-radius: 10px;
  max-width: 1060px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}
.ecosystem-page .projects-sec .project-sliders .box {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 10px;
  padding: 70px 30px;
}
.ecosystem-page .projects-sec .project-sliders .box h3 {
  font-size: 31px;
  line-height: 35px;
  color: #000;
}
.ecosystem-page .projects-sec .project-sliders .box p {
  font-size: 16px;
}
.ecosystem-page .projects-sec .project-sliders .box .top-cec {
  width: 100%;
  height: auto;
  text-align: center;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec {
  padding: 50px 0;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 {
  width: 400px;
  height: 400px;
  border: solid 10px #c2c3c3;
  border-radius: 100%;
  position: relative;
  margin: 50px auto;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 ul {
  width: auto;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .icon {
  width: 90px;
  height: 90px;
  background: #fff;
  text-align: center;
  line-height: 70px;
  border: solid 6px #fff;
  -webkit-border-radius: 100%;
  display: block;
  position: relative;
  border-radius: 100%;
  float: left;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .icon::before {
  width: 90px;
  height: 90px;
  position: absolute;
  display: block;
  content: "";
  border: solid 6px #fff;
  -webkit-border-radius: 100%;
  left: -12px;
  top: -12px;
  border-radius: 100%;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .icon::after {
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  z-index: 20;
  content: "";
  border: solid 6px #71bf4c;
  -webkit-border-radius: 100%;
  left: -7px;
  top: -7px;
  border-radius: 100%;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .icon img {
  width: auto;
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .text {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  font-size: 16px;
  display: block;
  line-height: 26px;
  color: #2c2f33;
  font-weight: 500;
  margin: 15px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .details {
  width: 90%;
  padding: 10px;
  opacity: 0;
  text-align: center;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #71bf4c;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .details p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:hover .details {
  opacity: 1;
  bottom: 110%;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:hover .text {
  color: #71bf4c;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:first-child {
  left: 47%;
  top: -50px;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(2) {
  text-align: right;
  left: -82%;
  top: 15%;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(2) .icon {
  float: right;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(2) .text {
  float: right;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(3) {
  text-align: right;
  left: -77%;
  bottom: 6%;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(3) .icon {
  float: right;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(3) .text {
  float: right;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(4) {
  right: -88%;
  top: 31%;
}
.ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(5) {
  right: -60%;
  bottom: -24px;
}
.ecosystem-page .projects-sec .project-sliders .box .bottom-sec {
  text-align: center;
}
.ecosystem-page .projects-sec .project-sliders .box .bottom-sec .btn {
  width: 230px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background: #71bf4c;
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-weight: 600;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  clear: both;
  border-radius: 50px;
}
.ecosystem-page .projects-sec .project-sliders .box .bottom-sec .btn::before {
  width: auto;
  height: auto;
  font-weight: normal;
  font-size: 25px;
  display: block;
  content: "\f1c1";
  font-family: "fontawesome";
  position: absolute;
  top: 0;
  right: 45px;
}
.ecosystem-page .projects-sec .project-sliders .box .bottom-sec .btn:hover {
  background: #585858;
}
.ecosystem-page .projects-sec .project-sliders .box .bottom-sec h4 {
  font-size: 23px;
  line-height: 30px;
  color: #565858;
  font-weight: 500;
}
.ecosystem-page .projects-sec .project-sliders .swiper-button-prev {
  width: auto;
  height: auto;
  background: none;
  font-size: 80px;
  opacity: 1 !important;
  line-height: 80px;
  left: 0;
  color: #000;
  display: block;
}
.ecosystem-page .projects-sec .project-sliders .swiper-button-prev:hover {
  color: #71bf4c;
}
.ecosystem-page .projects-sec .project-sliders .swiper-button-next {
  width: auto;
  height: auto;
  background: none;
  font-size: 80px;
  opacity: 1 !important;
  line-height: 80px;
  right: 0;
  color: #000;
  display: block;
}
.ecosystem-page .projects-sec .project-sliders .swiper-button-next:hover {
  color: #71bf4c;
}
.ecosystem-page .projects-sec .project-sliders .Transformation-cnt {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 50px;
  background: #71bf4c;
  border-radius: 20px;
}
.ecosystem-page .projects-sec .project-sliders .Transformation-cnt h2 {
  color: #fff;
  margin-bottom: 0;
}
.ecosystem-page .projects-sec .project-sliders .Transformation-cnt h3 {
  color: #fff;
  margin-bottom: 0;
}
.ecosystem-page .projects-sec .project-sliders .Transformation-cnt h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.ecosystem-page .projects-sec .project-sliders .Transformation-cnt p {
  color: #000;
}
.ecosystem-page .projects-sec .project-sliders .Transformation-cnt p span {
  color: #fff;
}
.ecosystem-page .projects-sec .project-sliders .students-pic {
  width: 100%;
  height: auto;
  clear: both;
  margin-top: 50px;
}
.ecosystem-page .projects-sec .project-sliders .students-pic img {
  width: 100% !important;
  height: auto !important;
  margin: 0px !important;
}

/* ==========================================================================
   404 page custom styles
   ========================================================================== */
.error404 {
  text-align: center;
}
.error404 a {
  text-decoration: none;
}
.error404 .search-field {
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  font: 400 16px "Poppins", sans-serif;
  margin-bottom: 10px;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
}
.error404 .search-submit {
  height: 40px;
}

.error404 p.emoji {
  font-size: 120px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 1em;
  color: #222f67;
  margin: 0;
  margin-bottom: 40px;
}

.error404 .wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.error404 .contentmain {
  padding: 80px 12px 100px;
  background: #fff;
}

.error404 p {
  margin: 1.8em 0;
  font-size: 14px;
}

.inner-banner-sec {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: url(./images/edlabs-banner.jpg) top center;
  display: block;
  position: relative;
  color: #fff;
}
.inner-banner-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.inner-banner-sec .container {
  max-width: 900px;
  text-align: center;
  position: relative;
  z-index: 20;
}
.inner-banner-sec h1 {
  color: #fff;
  font-weight: 500;
}
.inner-banner-sec p, .inner-banner-sec h2, .inner-banner-sec h3, .inner-banner-sec h4 {
  color: #fff;
  font-weight: 300;
}
.inner-banner-sec strong, .inner-banner-sec span {
  color: #fff;
}
.inner-banner-sec .social-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 10px;
}
.inner-banner-sec .social-sec ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.inner-banner-sec .social-sec li {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 5px;
  list-style-type: none;
}
.inner-banner-sec .social-sec li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.inner-banner-sec .social-sec li a:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}
.inner-banner-sec .social-sec li .fb {
  background: #395996;
}
.inner-banner-sec .social-sec li .tw {
  background: #00aaf5;
}
.inner-banner-sec .social-sec li .ln {
  background: #285d8f;
}
.inner-banner-sec .social-sec li .gl {
  background: #a71812;
}
.inner-banner-sec .social-sec li .fb::before {
  content: "\f09a";
  font-family: "fontawesome";
  font-size: 15px;
}
.inner-banner-sec .social-sec li .tw::before {
  content: "\f099";
  font-family: "fontawesome";
  font-size: 15px;
}
.inner-banner-sec .social-sec li .ln::before {
  content: "\f0e1";
  font-family: "fontawesome";
  font-size: 15px;
}
.inner-banner-sec .social-sec li .gl::before {
  content: "\f0d5";
  font-family: "fontawesome";
  font-size: 15px;
}

.default-inner-content {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: auto;
}
.default-inner-content h2, .default-inner-content h3, .default-inner-content h4, .default-inner-content h5, .default-inner-content h6 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.archive-content {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 0;
}
.archive-content h2, .archive-content h3, .archive-content h4, .archive-content h5, .archive-content h6 {
  margin-bottom: 10px;
}
.archive-content .img {
  margin-bottom: 20px;
}
.archive-content span.comment-meta {
  float: right;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.archive-content span.comment-meta::before {
  width: auto;
  height: auto;
  content: "\f0e6";
  font-family: "fontawesome";
  color: #71bf4c;
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
}
.archive-content .img img {
  width: 100%;
}
.archive-content .list-item {
  width: 95%;
  margin-bottom: 50px;
}
.archive-content .list-item a.rm-btn {
  width: auto;
  height: auto;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  border: solid 1px #71bf4c;
  border-radius: 50px;
}
.archive-content .list-item a.rm-btn:hover {
  border: solid 1px #000;
  color: #000;
}

.comments-section {
  padding-top: 10px;
  margin-top: 50px;
  border-top: solid 1px #e2e2e2;
}
.comments-section a {
  text-decoration: none;
}

div#author_bio_section {
  padding-top: 10px;
  margin-top: 50px;
  border-top: solid 1px #e2e2e2;
}

p.author_links a {
  font-weight: bold;
}

header a, footer a {
  text-decoration: none;
}

p.edit-link {
  width: auto;
  float: left;
  margin-right: 10px;
}

.author_links a, .logged-in-as a {
  text-decoration: none !important;
}

.pagination {
  width: 100%;
  height: auto;
}

.comment-meta.comment-author.vcard {
  font-size: 14px;
  color: #adadad;
}

.post-meta {
  color: #adadad;
}

p.author_details {
  font-size: 16px;
}

section.comment-content.comment p {
  font-size: 16px;
}

h1 a, h2 a {
  text-decoration: none;
}

.pagination {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  margin: 50px 0;
}
.pagination span, .pagination a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: #fff;
  margin: 0 2px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #dedede;
  color: #646669;
  border-radius: 100%;
}
.pagination a:hover {
  border: solid 1px #6fe233;
  color: #6fe233;
}
.pagination span {
  background: #6fe233;
  border: solid 1px #6fe233;
  color: #fff;
}
.pagination a.next.page-numbers, .pagination a.prev.page-numbers {
  font-size: 0;
}
.pagination a.next.page-numbers::before {
  content: "\f101";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 37px;
}
.pagination a.prev.page-numbers::before {
  content: "\f100";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 37px;
}

.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5 {
  margin-top: 0;
  margin-bottom: 30px;
}
.sidebar a {
  text-decoration: none;
  color: #585858;
}
.sidebar a:hover {
  color: #000;
}
.sidebar li {
  list-style-type: none;
}
.sidebar ul {
  padding: 0;
  margin: 0;
}
.sidebar li {
  padding: 0;
  margin: 0 0 30px 0;
}
.sidebar .recent-post-thumbnail {
  margin-bottom: 10px;
}
.sidebar form.search-form {
  width: 100%;
  height: auto;
  display: inline-block;
}
.sidebar form.search-form label {
  width: 55%;
  height: auto;
  float: left;
}
.sidebar form.search-form input.search-submit {
  float: right;
}

.page-template-template-SL2SE-Super-charger footer .topsec, .page-template-template-press-release footer .topsec, .page-template-template-media-coverage-php footer .topsec, .page-template-template-our-team-php footer .topsec, .page-template-template-contact footer .topsec,
.page-template-template-gmc-calibrator-php footer .topsec, .page-template-template-our-team-detail footer .topsec {
  display: none;
}
.our-team-sec {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}
.our-team-sec section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
  background: #fff;
}
.our-team-sec section h3 {
  font-size: 34px;
  line-height: 36px;
  color: #585858;
  margin-bottom: 20px;
}
.our-team-sec section ul {
  padding: 0;
  margin: 0;
}
.our-team-sec section .resp-tabs-list li {
  background: #fff !important;
  font-size: 14px;
  line-height: 14px;
  color: #585858;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px !important;
  margin: 0 5px;
  border: solid 1px #c5c6c4;
  width: auto;
  height: auto;
  border-radius: 5px;
}
.our-team-sec section li.resp-tab-item.hor_1.resp-tab-active {
  border: solid 1px #6fe233 !important;
  background: #6fe233 !important;
  color: #fff !important;
}
.our-team-sec section .box {
  width: 100%;
  height: auto;
  display: block;
}
.our-team-sec section .box .pic {
  width: 100%;
  height: auto;
  text-align: center;
  background: #f0f7eb;
}
.our-team-sec section .box .pic img {
  width: 100%;
  display: inline-block;
}
.our-team-sec section .box .details {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  padding: 30px 0;
}
.our-team-sec section .box .details h4 {
  font-size: 17px;
  line-height: 22px;
  color: #585858;
  font-weight: 600;
  margin-bottom: 5px;
}
.our-team-sec section .box .details h5 {
  font-size: 20px;
  line-height: 22px;
  color: #585858;
  font-weight: 300;
  margin-bottom: 0;
}
.our-team-sec section li {
  width: 21%;
  margin: 1.5%;
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.our-team-sec section li:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.our-team-sec section li:nth-child(4n+1) {
  clear: left;
}
.our-team-sec section:nth-child(even) {
  background: #f0f7eb;
}
.our-team-sec section:nth-child(even) .box .pic {
  background: #fff;
}

.our-team-wrapper {
  width: 100%;
  height: auto;
  clear: both;
  background: #fff url(./images/inner-bg-1.jpg) top center no-repeat;
}
.our-team-wrapper .youtube-sec {
  text-align: center;
  padding: 65px 0 65px 0;
  margin-top: 50px;
  background: #f0f7eb;
  width: 100%;
  height: auto;
}
.our-team-wrapper .text-sec1 {
  width: 100%;
  text-align: center;
  height: auto;
  padding: 50px 0 50px 0;
}
.our-team-wrapper .text-sec1 p {
  font-size: 21px;
  margin-bottom: 25px;
}
.our-team-wrapper .team-gallery-sec {
  width: 100%;
  text-align: center;
  height: auto;
  padding: 50px 0 50px 0;
  background: #f0f7eb;
}
.our-team-wrapper .team-gallery-sec .sw-pager {
  position: relative;
  width: 100%;
  z-index: 200;
  height: auto;
  line-height: 20px;
  bottom: 0px;
  left: 0;
  clear: both;
}
.our-team-wrapper .team-gallery-sec .swiper-pagination {
  width: 95%;
  max-width: 1150px;
  position: relative;
  margin: auto;
  text-align: center;
}
.our-team-wrapper .team-gallery-sec .swiper-pagination-bullet {
  background: none;
  margin: 0 10px;
  border: none !important;
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.our-team-wrapper .team-gallery-sec .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6fe26a;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.our-team-wrapper .team-gallery-sec .swiper-pagination-bullet-active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #6fe26a;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.our-team-wrapper .team-gallery-sec li.resp-tab-item.hor_1.resp-tab-active {
  border: solid 1px #6fe233 !important;
  background: #6fe233 !important;
  color: #fff !important;
}
.our-team-wrapper .team-gallery-sec li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  background: #fff !important;
  font-size: 14px;
  line-height: 14px;
  color: #585858;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px !important;
  margin: 0 5px;
  border: solid 1px #c5c6c4;
  width: auto;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  cursor: pointer;
}
.our-team-wrapper .flag-icon {
  width: 110px;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 10;
}
.our-team-wrapper .flag-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.our-team-wrapper a {
  text-decoration: none;
}
.our-team-wrapper h2 {
  font-size: 50px;
  line-height: 60px;
  color: #2c2f33;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.our-team-wrapper .sec1 {
  width: 100%;
  height: auto;
  text-align: center;
}
.our-team-wrapper .sec1 a {
  color: #6fe263;
  text-decoration: underline;
}
.our-team-wrapper .sec1 a:hover {
  color: #000;
}
.our-team-wrapper .sec1 .top-logo {
  width: 100%;
  height: auto;
  text-align: center;
}
.our-team-wrapper .sec1 .top-logo img {
  width: auto;
  max-width: 300px;
  display: inline-block;
}
.our-team-wrapper .sec1 .container {
  max-width: 1016px;
  position: relative;
  padding-top: 50px;
}
.our-team-wrapper .sec1 h3 {
  color: #71bf4c;
}
.our-team-wrapper .sec1 h3 strong {
  color: #585858;
}
.our-team-wrapper .sec1 h3 span {
  color: #2c2f33;
  font-weight: 700;
}
.our-team-wrapper .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 20;
}
.our-team-wrapper .buble5 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -10px;
  bottom: 70px;
  z-index: 20;
}
.our-team-wrapper .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: 10%;
  bottom: 130px;
  z-index: 20;
}
.our-team-wrapper .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: 8%;
  bottom: 190px;
  z-index: 10;
}
.our-team-wrapper .buble8 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: 6%;
  bottom: 140px;
  z-index: 10;
}
.our-team-wrapper .buble04 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: 20;
}
.our-team-wrapper .buble05 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -10px;
  bottom: 70px;
  z-index: 20;
}
.our-team-wrapper .buble06 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 10%;
  bottom: 130px;
  z-index: 20;
}
.our-team-wrapper .buble07 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: 8%;
  bottom: 190px;
  z-index: 10;
}
.our-team-wrapper .buble08 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: 6%;
  bottom: 140px;
  z-index: 10;
}

.our-contact-sec {
  width: 100%;
  height: auto;
  clear: both;
}
.our-contact-sec .map-sec {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.our-contact-sec .map-sec .title {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.our-contact-sec .map-sec .box {
  width: 100%;
  height: auto;
  clear: both;
  border: solid 1px #eaeaea;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.our-contact-sec .map-sec .box .map {
  width: 100%;
  height: 290px;
}
.our-contact-sec .map-sec .box .details {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 30px;
}
.our-contact-sec .map-sec .box .details p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.our-contact-sec .map-sec .box:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}
.our-contact-sec .form-sec {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: #f2f2f2;
  display: none;
}
.our-contact-sec .form-sec .container {
  max-width: 1000px;
}
.our-contact-sec .form-sec .title-sec {
  position: relative;
  text-align: center;
}
.our-contact-sec .form-sec .title-sec::before {
  width: 180px;
  height: 180px;
  content: "";
  position: absolute;
  background-size: cover !important;
  top: 0;
  left: 50%;
  margin-left: -110px;
  margin-top: -60px;
  background: url(./images/dottedbg.png) 0 0 no-repeat;
}
.our-contact-sec .form-sec .contact-form {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 30px;
}
.our-contact-sec .form-sec .contact-form ul {
  padding: 0;
  margin: 0;
}
.our-contact-sec .form-sec .contact-form li {
  width: 46%;
  height: auto;
  float: left;
  margin: 2%;
  list-style-type: none;
}
.our-contact-sec .form-sec .contact-form li:nth-child(5n) {
  width: 96%;
}
.our-contact-sec .form-sec .contact-form input[type=text], .our-contact-sec .form-sec .contact-form input[type=email], .our-contact-sec .form-sec .contact-form input[type=url], .our-contact-sec .form-sec .contact-form input[type=select], .our-contact-sec .form-sec .contact-form input[type=password], .our-contact-sec .form-sec .contact-form input[type=search], .our-contact-sec .form-sec .contact-form input[type=number], .our-contact-sec .form-sec .contact-form input[type=tel], .our-contact-sec .form-sec .contact-form input[type=range], .our-contact-sec .form-sec .contact-form input[type=date], .our-contact-sec .form-sec .contact-form input[type=month], .our-contact-sec .form-sec .contact-form input[type=week], .our-contact-sec .form-sec .contact-form input[type=time], .our-contact-sec .form-sec .contact-form input[type=datetime], .our-contact-sec .form-sec .contact-form input[type=datetime-local], .our-contact-sec .form-sec .contact-form input[type=color], .our-contact-sec .form-sec .contact-form textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #585858;
  border: solid 1px #eaeaea;
  padding: 0 5%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  outline: none;
  border-radius: 5px;
}
.our-contact-sec .form-sec .contact-form input[type=text]:focus, .our-contact-sec .form-sec .contact-form input[type=email]:focus, .our-contact-sec .form-sec .contact-form input[type=url]:focus, .our-contact-sec .form-sec .contact-form input[type=select]:focus, .our-contact-sec .form-sec .contact-form input[type=password]:focus, .our-contact-sec .form-sec .contact-form input[type=search]:focus, .our-contact-sec .form-sec .contact-form input[type=number]:focus, .our-contact-sec .form-sec .contact-form input[type=tel]:focus, .our-contact-sec .form-sec .contact-form input[type=range]:focus, .our-contact-sec .form-sec .contact-form input[type=date]:focus, .our-contact-sec .form-sec .contact-form input[type=month]:focus, .our-contact-sec .form-sec .contact-form input[type=week]:focus, .our-contact-sec .form-sec .contact-form input[type=time]:focus, .our-contact-sec .form-sec .contact-form input[type=datetime]:focus, .our-contact-sec .form-sec .contact-form input[type=datetime-local]:focus, .our-contact-sec .form-sec .contact-form input[type=color]:focus, .our-contact-sec .form-sec .contact-form textarea:focus {
  border: solid 1px #71bf4c;
}
.our-contact-sec .form-sec .contact-form textarea {
  height: 140px;
  padding: 10px 2.5%;
}
.our-contact-sec .form-sec .contact-form input::-webkit-input-placeholder {
  color: #585858;
  opacity: 1;
}
.our-contact-sec .form-sec .contact-form input:-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.our-contact-sec .form-sec .contact-form input::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.our-contact-sec .form-sec .contact-form input:-ms-input-placeholder {
  color: #585858;
  opacity: 1;
}
.our-contact-sec .form-sec .contact-form textarea::-webkit-input-placeholder {
  color: #585858;
  opacity: 1;
}
.our-contact-sec .form-sec .contact-form textarea:-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.our-contact-sec .form-sec .contact-form textarea::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.our-contact-sec .form-sec .contact-form textarea:-ms-input-placeholder {
  color: #585858;
  opacity: 1;
}
.our-contact-sec .form-sec .contact-form [type=checkbox].chkbox:checked + label, .our-contact-sec .form-sec .contact-form [type=checkbox].chkbox:not(:checked) + label {
  line-height: 14px;
}
.our-contact-sec .form-sec .contact-form .btn {
  width: auto;
  height: auto;
  padding: 20px 50px;
  background: #71bf4c;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  outline: none;
  float: right;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
}
.our-contact-sec .form-sec .contact-form .btn:hover {
  background: #676a6a;
}
.our-contact-sec .get-in-touch {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #f2f2f2;
}
.our-contact-sec .get-in-touch h2 {
  text-align: center;
}
.our-contact-sec .get-in-touch ul {
  padding: 0;
  margin: 0;
}
.our-contact-sec .get-in-touch li {
  width: 46%;
  height: auto;
  float: left;
  padding: 0;
  margin: 10px 2%;
  list-style-type: none;
  font-size: 14px;
}
.our-contact-sec .get-in-touch li .text {
  width: 42%;
  height: auto;
  float: left;
  display: block;
  font-weight: 500;
}
.our-contact-sec .get-in-touch li .texturl {
  width: 55%;
  height: auto;
  float: right;
  display: block;
}
.our-contact-sec .get-in-touch li span {
  width: 50%;
  height: auto;
  float: left;
  display: block;
}

.next-previous-links {
  width: 100%;
  height: auto;
  clear: both;
  display: inline-block;
  margin: 50px 0;
}
.next-previous-links ul {
  padding: 0;
  margin: 0;
}
.next-previous-links a {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 10%;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 50px;
  background: #f5f5f5;
  border-radius: 10px;
}
.next-previous-links li {
  width: 48%;
  height: 50px;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.next-previous-links .previous-link {
  float: left;
}
.next-previous-links .previous-link a::before {
  width: auto;
  height: auto;
  font-size: 30px;
  position: absolute;
  left: 5%;
  top: -2px;
  font-family: "fontawesome";
  display: block;
  float: left;
  content: "\f104";
}
.next-previous-links .next-link {
  float: right;
}
.next-previous-links .next-link a::after {
  width: auto;
  height: auto;
  position: absolute;
  font-size: 30px;
  right: 5%;
  top: -2px;
  font-family: "fontawesome";
  display: block;
  float: left;
  content: "\f105";
}

.gmc-calibrator-contact {
  width: 100%;
  height: auto;
  padding: 125px 0;
  background: #71bf4c;
  text-align: center;
  position: relative;
  color: #fff;
}
.gmc-calibrator-contact h1, .gmc-calibrator-contact h2, .gmc-calibrator-contact h3, .gmc-calibrator-contact h4, .gmc-calibrator-contact p {
  color: #fff;
}
.gmc-calibrator-contact .container {
  max-width: 630px;
}
.gmc-calibrator-contact p {
  font-style: italic;
  font-weight: 300;
}
.gmc-calibrator-contact a {
  font-weight: 500;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.gmc-calibrator-contact a:hover {
  color: #000;
  border-bottom: solid 1px #000;
}
.gmc-calibrator-contact .buble01 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 107px;
  top: -101px;
}
.gmc-calibrator-contact .buble02 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 140px;
  top: -140px;
}
.gmc-calibrator-contact .buble03 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 30px;
  top: -55px;
}
.gmc-calibrator-contact .buble04 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 115px;
  top: -122px;
}
.gmc-calibrator-contact .buble05 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 58px;
  top: -110px;
}
.gmc-calibrator-contact .buble06 {
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 115px;
  top: 140px;
}
.gmc-calibrator-contact .buble07 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 97px;
  top: -150px;
}

.gmc-textimonials {
  width: 100%;
  height: auto;
  display: block;
  padding: 100px 0;
  text-align: center;
}
.gmc-textimonials .container {
  max-width: 900px;
  position: relative;
}
.gmc-textimonials .box {
  width: 100%;
  height: auto;
}
.gmc-textimonials .pic {
  width: 100px;
  height: 100px;
  background: red;
  display: inline-block;
  margin-bottom: 20px;
}
.gmc-textimonials img {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 20px 0;
  border-radius: 100%;
}
.gmc-textimonials h3 {
  font-size: 18px;
  line-height: 20px;
  color: #191919;
  font-weight: 600;
  margin-bottom: 5px;
}
.gmc-textimonials h4 {
  font-size: 15px;
  line-height: 20px;
  color: #191919;
  font-weight: 600;
  margin-bottom: 0;
}
.gmc-textimonials p {
  font-size: 20px;
  line-height: 40px;
}
.gmc-textimonials .swiper-button-next2, .gmc-textimonials .swiper-button-prev2 {
  width: auto;
  height: auto;
  font-size: 70px;
  line-height: 50px;
  background: none;
  color: #71bf4c;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.gmc-textimonials .swiper-button-next2:hover, .gmc-textimonials .swiper-button-prev2:hover {
  color: #000;
}
.gmc-textimonials .swiper-button-next2 {
  right: 25%;
}
.gmc-textimonials .swiper-button-prev2 {
  left: 25%;
}

.gmc-applysec {
  width: 100%;
  height: auto;
  padding-top: 130px;
  clear: both;
  text-align: center;
}
.gmc-applysec .container {
  max-width: 1040px;
}
.gmc-applysec h3 {
  margin-bottom: 70px;
  font-size: 1.8em;
}
.gmc-applysec p {
  padding: 0 5%;
  font-size: 20px;
  line-height: 30px;
}
.gmc-applysec .btn {
  width: auto;
  height: auto;
  padding: 30px 70px;
  margin-top: 50px;
  background: #71bf4c;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  clear: both;
  border-radius: 50px;
}
.gmc-applysec .btn:hover {
  background: #585858;
}

.team-details {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 60px 0;
  background: #fff;
}
.team-details .container {
  position: relative;
  z-index: 100;
}
.team-details .left {
  text-align: center;
  width: 25%;
  height: auto;
  float: left;
  text-align: center;
}
.team-details .left .pic {
  width: 100%;
  height: auto;
}
.team-details .left .pic img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.team-details .left .pic .details {
  width: 100%;
  height: auto;
  display: block;
  padding: 15px 0;
}
.team-details .left .pic .details p {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0;
}
.team-details .left h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
.team-details .left .bottom-sec {
  width: 100%;
  height: auto;
  clear: both;
}
.team-details .left .bottom-sec p {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.team-details .left .bottom-sec p a {
  color: #2077e3;
  font-size: 13px;
  border-bottom: solid 1px #2077e3;
}
.team-details .left .bottom-sec p a:hover {
  color: #71bf4c;
  border-bottom: solid 1px #71bf4c;
}
.team-details .left .bottom-sec ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
}
.team-details .left .bottom-sec li {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 5px;
  list-style-type: none;
}
.team-details .left .bottom-sec li .icon {
  width: 48px;
  height: 48px;
  max-width: 48px;
  display: block;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.team-details .left .bottom-sec li .icon:hover {
  opacity: 0.7;
}
.team-details .left .bottom-sec li .i1 {
  background: url(./images/linkedin.png) 0 0;
}
.team-details .left .bottom-sec li .i2 {
  background: url(./images/wikipidia.png) 0 0;
}
.team-details .left .bottom-sec li .i3 {
  background: url(./images/twitter.png) 0 0;
}
.team-details .right {
  width: 70%;
  height: auto;
  float: right;
}
.team-details .right h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #585858;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.team-details .right p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
}

.no-banner {
  background: #ebf5e7;
  padding: 50px 0;
}
.no-banner h1 {
  font-size: 2em;
}

.notf-cnt {
  text-align: left;
  position: relative;
  padding: 100px 0;
}
.notf-cnt ul {
  padding-left: 10px;
}
.notf-cnt li {
  padding: 10px 0;
}
.notf-cnt h1 {
  font-size: 148px;
  font-weight: 800;
  margin-bottom: 0;
  color: #585858;
}
.notf-cnt h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
  color: #585858;
}
.notf-cnt li {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 20px 0;
}
.notf-cnt p {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 20px 0;
}
.notf-cnt:after {
  content: "\f119";
  font-family: "fontawesome";
  font-size: 350px;
  position: absolute;
  top: 150px;
  right: 0px;
  color: #585858;
}
.notf-cnt input {
  height: 38px;
  border-radius: 0px;
  background: #f2f6f9;
  border: 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #7a9aa7;
  outline: none;
}
.notf-cnt .land-btn {
  text-transform: uppercase;
  background: #000;
  color: #FFF;
  font-size: 14px;
}
.notf-cnt .land-btn:hover {
  opacity: 0.7;
}

.inner-header-section h1.title {
  margin: 20px 0;
}

.innerpagewrapper {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.sub-menu li:nth-child(3n+1) {
  clear: left;
}

.post .img {
  margin-bottom: 25px;
}

.normal-banner {
  height: 520px;
}

.testimonial-banner {
  height: 520px;
}

span.brand {
  text-transform: none !important;
}

.comment-respond .form-submit .submit {
  clear: both !important;
  display: block !important;
}

label.error {
  font-size: 12px;
  color: red;
}

.show-scroll.back-to-top {
  opacity: 1;
}

.back-to-top {
  position: fixed;
  z-index: 9999;
  right: 60px;
  bottom: 55px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#pre-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #0b0b0b;
  z-index: 999999;
  opacity: 0.6;
}

.preloader-container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -66px;
}

.career-page .right-sec {
  width: 100% !important;
}
.career-page .company {
  margin-bottom: 14px;
  font-size: 14px;
  color: #908f8f;
}
.career-page .right-sec .media-coverage-sec ul li .left {
  height: auto;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}
.career-page .right-sec .media-coverage-sec ul li .left img {
  width: 100%;
  max-width: 100%;
}

.applybtn {
  width: auto;
  height: auto;
  padding: 25px 65px;
  text-transform: uppercase;
  background: #71bf4c;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  clear: both;
  border-radius: 50px;
  text-decoration: none;
}
.applybtn:hover {
  background: #676a6a;
  color: #fff;
}

.caliber-new-sec {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  padding: 50px 0 150px 0;
  background: #fff;
}
.caliber-new-sec .container {
  position: relative;
}
.caliber-new-sec .top-section {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: auto;
}
.caliber-new-sec .logo-sec {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
}
.caliber-new-sec .logo-sec img {
  width: auto;
  max-width: 240px;
  height: auto;
  display: inline-block;
}
.caliber-new-sec h2 {
  font-size: 50px;
  line-height: 60px;
  color: #585858;
}
.caliber-new-sec ul {
  width: 100%;
  height: auto;
  clear: both;
  padding: 0;
  margin: 0;
}
.caliber-new-sec li {
  width: 100%;
  height: auto;
  text-align: left;
  list-style-position: inside;
  clear: both;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.caliber-new-sec .bottom-section {
  width: 90%;
  height: auto;
  clear: both;
  padding: 30px 0;
}
.caliber-new-sec .bottom-section .left-sec {
  width: 65%;
  height: auto;
  float: left;
}
.caliber-new-sec .bottom-section .left-sec img {
  width: auto;
  max-width: 100%;
}
.caliber-new-sec .bottom-section .right-sec {
  width: 30%;
  height: auto;
  float: right;
}
.caliber-new-sec .bottom-section .right-sec img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.caliber-new-sec .swiper-button-next6, .caliber-new-sec .swiper-button-prev6 {
  width: auto;
  height: auto;
  font-size: 70px;
  line-height: 50px;
  background: none;
  color: #71bf4c;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.caliber-new-sec .swiper-button-next6:hover, .caliber-new-sec .swiper-button-prev6:hover {
  color: #000;
}
.caliber-new-sec .swiper-button-next6 {
  right: -15%;
}
.caliber-new-sec .swiper-button-prev6 {
  left: -15%;
}
.caliber-new-sec .swiper-button-next6:before {
  font-family: "fontawesome";
  content: "\f105";
}
.caliber-new-sec .swiper-button-prev6:before {
  font-family: "fontawesome";
  content: "\f104";
}
.caliber-new-sec .sw-pager {
  position: absolute;
  width: 100%;
  z-index: 200;
  height: auto;
  line-height: 20px;
  bottom: -60px;
  left: 0;
  clear: both;
}
.caliber-new-sec .sw-pager .swiper-pagination {
  width: 95%;
  max-width: 1150px;
  position: relative;
  margin: auto;
  text-align: center;
}
.caliber-new-sec .sw-pager .swiper-pagination-bullet {
  background: none;
  margin: 0 10px;
  border: none !important;
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.caliber-new-sec .sw-pager .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6fe26a;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 100px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.caliber-new-sec .sw-pager .swiper-pagination-bullet-active::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #6fe26a;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.tales-experiance {
  text-align: center;
}

.tales-facilitatos-sec .our-team-sec {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  background: none;
}
.tales-facilitatos-sec .our-team-sec .container {
  max-width: 1135px;
}
.tales-facilitatos-sec .our-team-sec section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
  background: none;
}
.tales-facilitatos-sec .our-team-sec section h3 {
  font-size: 34px;
  line-height: 36px;
  color: #585858;
  margin-bottom: 20px;
}
.tales-facilitatos-sec .our-team-sec section ul {
  padding: 0;
  margin: 0;
}
.tales-facilitatos-sec .our-team-sec section .resp-tabs-list li {
  background: #fff !important;
  font-size: 14px;
  line-height: 14px;
  color: #585858;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px !important;
  margin: 0 5px;
  border: solid 1px #c5c6c4;
  width: auto;
  height: auto;
  border-radius: 5px;
}
.tales-facilitatos-sec .our-team-sec section li.resp-tab-item.hor_1.resp-tab-active {
  border: solid 1px #6fe233 !important;
  background: #6fe233 !important;
  color: #fff !important;
}
.tales-facilitatos-sec .our-team-sec section .outbox {
  width: 100%;
  height: auto;
  display: block;
}
.tales-facilitatos-sec .our-team-sec section .outbox .pic {
  width: 100%;
  height: auto;
  text-align: center;
  background: #f0f7eb;
}
.tales-facilitatos-sec .our-team-sec section .outbox .pic img {
  width: 100%;
  display: inline-block;
}
.tales-facilitatos-sec .our-team-sec section .outbox .details {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  padding: 30px 5px;
}
.tales-facilitatos-sec .our-team-sec section .outbox .details h4 {
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  font-weight: 600;
  margin-bottom: 5px;
}
.tales-facilitatos-sec .our-team-sec section .outbox .details h5 {
  font-size: 20px;
  line-height: 22px;
  color: #585858;
  font-weight: 300;
  margin-bottom: 0;
}
.tales-facilitatos-sec .our-team-sec section li {
  width: 21%;
  margin: 1.5%;
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.tales-facilitatos-sec .our-team-sec section li:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.tales-facilitatos-sec .our-team-sec section li:nth-child(4n+1) {
  clear: left;
}
.tales-facilitatos-sec .our-team-sec section:nth-child(even) {
  background: #f0f7eb;
}
.tales-facilitatos-sec .our-team-sec section:nth-child(even) .box .pic {
  background: #fff;
}

.tales-agenda-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 100px 0;
  background: #f5f5f5;
}

.tales-story-sec {
  width: 100%;
  height: auto;
  clear: both;
  background: #f0f7eb;
}
.tales-story-sec .our-team-sec section {
  background: none;
}
.tales-story-sec .our-team-sec {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}
.tales-story-sec .our-team-sec .resp-tab-content {
  padding-top: 0;
}
.tales-story-sec .our-team-sec td, .tales-story-sec .our-team-sec th {
  font-size: 13px;
  padding: 15px;
  font-weight: 400;
}
.tales-story-sec .our-team-sec th:first-child {
  width: 200px;
}
.tales-story-sec .our-team-sec table {
  width: 100%;
  background: #fff;
}
.tales-story-sec .our-team-sec table {
  border-collapse: collapse;
}
.tales-story-sec .our-team-sec th, .tales-story-sec .our-team-sec td {
  border: 1px solid #ccc;
}
.tales-story-sec .our-team-sec tr:nth-child(even) {
  background: #efefef;
}
.tales-story-sec .our-team-sec tr:hover {
  background: #d1d1d1;
}
.tales-story-sec .our-team-sec section {
  width: 100%;
  height: auto;
  padding: 140px 0;
  text-align: center;
  background: none;
}
.tales-story-sec .our-team-sec section h3 {
  font-size: 34px;
  line-height: 36px;
  color: #585858;
  margin-bottom: 50px;
}
.tales-story-sec .our-team-sec section ul {
  padding: 0;
  margin: 0;
}
.tales-story-sec .our-team-sec section .resp-tabs-list li {
  background: #fff !important;
  font-size: 14px;
  line-height: 14px;
  color: #585858;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px !important;
  margin: 0 5px;
  border: none;
  width: auto;
  height: auto;
  border-radius: 10px;
}
.tales-story-sec .our-team-sec section .resp-tabs-list li h4 {
  margin-bottom: 0;
  font-size: 14px;
}
.tales-story-sec .our-team-sec section .resp-tabs-list li h6 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
}
.tales-story-sec .our-team-sec section li.resp-tab-item.hor_1.resp-tab-active {
  border: solid none !important;
  background: #71bf4c !important;
  color: #fff !important;
}
.tales-story-sec .our-team-sec section li.resp-tab-item.hor_1.resp-tab-active h4 {
  color: #fff;
}
.tales-story-sec .our-team-sec section li.resp-tab-item.hor_1.resp-tab-active h6 {
  color: #fff;
}
.tales-story-sec .our-team-sec section .box {
  width: 100%;
  height: auto;
  display: block;
}
.tales-story-sec .our-team-sec section .box .pic {
  width: 100%;
  height: auto;
  text-align: center;
  background: #f0f7eb;
}
.tales-story-sec .our-team-sec section .box .pic img {
  width: 100%;
  display: inline-block;
}
.tales-story-sec .our-team-sec section .box .details {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  padding: 30px 0;
}
.tales-story-sec .our-team-sec section .box .details h4 {
  font-size: 17px;
  line-height: 22px;
  color: #585858;
  font-weight: 600;
  margin-bottom: 5px;
}
.tales-story-sec .our-team-sec section .box .details h5 {
  font-size: 20px;
  line-height: 22px;
  color: #585858;
  font-weight: 300;
  margin-bottom: 0;
}
.tales-story-sec .our-team-sec section li {
  width: 21%;
  margin: 1.5%;
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.tales-story-sec .our-team-sec section li:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.tales-story-sec .our-team-sec section li:nth-child(4n+1) {
  clear: left;
}
.tales-story-sec .our-team-sec section:nth-child(even) {
  background: #f0f7eb;
}
.tales-story-sec .our-team-sec section:nth-child(even) .box .pic {
  background: #fff;
}

.tales-Venue-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 130px 0;
}
.tales-Venue-sec .left-sec {
  width: 50%;
  height: auto;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  margin-top: -10px;
}
.tales-Venue-sec .left-sec img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.tales-Venue-sec .right-sec {
  width: 50%;
  height: auto;
  float: left;
}
.tales-Venue-sec .map-sec {
  width: 100%;
  height: auto;
  background: #fff;
}
.tales-Venue-sec .map-sec .title {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.tales-Venue-sec .map-sec .box {
  width: 100%;
  height: auto;
  clear: both;
  border: solid 1px #eaeaea;
}
.tales-Venue-sec .map-sec .box .map {
  width: 100%;
  height: 284px;
}
.tales-Venue-sec .map-sec .box .details {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 30px;
}
.tales-Venue-sec .map-sec .box .details p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

.tales-form-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 130px 0;
  display: inline-block;
  background: #f0f7eb;
}
.tales-form-sec .container {
  max-width: 1000px;
}
.tales-form-sec h2, .tales-form-sec h3 {
  text-align: center;
}
.tales-form-sec .map-sec {
  width: 100%;
  height: auto;
  background: #fff;
}
.tales-form-sec .map-sec .title {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.tales-form-sec .map-sec .box {
  width: 100%;
  height: auto;
  clear: both;
  border: solid 1px #eaeaea;
}
.tales-form-sec .map-sec .box .map {
  width: 100%;
  height: 284px;
}
.tales-form-sec .map-sec .box .details {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 30px;
}
.tales-form-sec .map-sec .box .details p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.tales-form-sec .form-sec {
  width: 100%;
  height: auto;
  padding: 0;
  background: none;
}
.tales-form-sec .form-sec .container {
  max-width: 1000px;
}
.tales-form-sec .form-sec .title-sec {
  position: relative;
  text-align: left;
}
.tales-form-sec .form-sec .title-sec::before {
  width: 180px;
  height: 180px;
  content: "";
  position: absolute;
  background-size: cover !important;
  top: 0;
  left: 50%;
  margin-left: -110px;
  margin-top: -60px;
  background: url(./images/dottedbg.png) 0 0 no-repeat;
}
.tales-form-sec .form-sec .contact-form {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 30px;
}
.tales-form-sec .form-sec .contact-form ul {
  padding: 0;
  margin: 0;
}
.tales-form-sec .form-sec .contact-form li {
  width: 46%;
  height: auto;
  float: left;
  margin: 2%;
  list-style-type: none;
  position: relative;
}
.tales-form-sec .form-sec .contact-form label.error {
  position: absolute;
  left: 15px;
  top: -20px;
}
.tales-form-sec .form-sec .contact-form input[type=text], .tales-form-sec .form-sec .contact-form input[type=email], .tales-form-sec .form-sec .contact-form input[type=url], .tales-form-sec .form-sec .contact-form input[type=select], .tales-form-sec .form-sec .contact-form input[type=password], .tales-form-sec .form-sec .contact-form input[type=search], .tales-form-sec .form-sec .contact-form input[type=number], .tales-form-sec .form-sec .contact-form input[type=tel], .tales-form-sec .form-sec .contact-form input[type=range], .tales-form-sec .form-sec .contact-form input[type=date], .tales-form-sec .form-sec .contact-form input[type=month], .tales-form-sec .form-sec .contact-form input[type=week], .tales-form-sec .form-sec .contact-form input[type=time], .tales-form-sec .form-sec .contact-form input[type=datetime], .tales-form-sec .form-sec .contact-form input[type=datetime-local], .tales-form-sec .form-sec .contact-form input[type=color], .tales-form-sec .form-sec .contact-form textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #585858;
  border: solid 1px #eaeaea;
  padding: 0 5%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  outline: none;
  border-radius: 5px;
}
.tales-form-sec .form-sec .contact-form input[type=text]:focus, .tales-form-sec .form-sec .contact-form input[type=email]:focus, .tales-form-sec .form-sec .contact-form input[type=url]:focus, .tales-form-sec .form-sec .contact-form input[type=select]:focus, .tales-form-sec .form-sec .contact-form input[type=password]:focus, .tales-form-sec .form-sec .contact-form input[type=search]:focus, .tales-form-sec .form-sec .contact-form input[type=number]:focus, .tales-form-sec .form-sec .contact-form input[type=tel]:focus, .tales-form-sec .form-sec .contact-form input[type=range]:focus, .tales-form-sec .form-sec .contact-form input[type=date]:focus, .tales-form-sec .form-sec .contact-form input[type=month]:focus, .tales-form-sec .form-sec .contact-form input[type=week]:focus, .tales-form-sec .form-sec .contact-form input[type=time]:focus, .tales-form-sec .form-sec .contact-form input[type=datetime]:focus, .tales-form-sec .form-sec .contact-form input[type=datetime-local]:focus, .tales-form-sec .form-sec .contact-form input[type=color]:focus, .tales-form-sec .form-sec .contact-form textarea:focus {
  border: solid 1px #71bf4c;
}
.tales-form-sec .form-sec .contact-form textarea {
  height: 140px;
  padding: 10px 2.5%;
}
.tales-form-sec .form-sec .contact-form input::-webkit-input-placeholder {
  color: #585858;
  opacity: 1;
}
.tales-form-sec .form-sec .contact-form input:-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.tales-form-sec .form-sec .contact-form input::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.tales-form-sec .form-sec .contact-form input:-ms-input-placeholder {
  color: #585858;
  opacity: 1;
}
.tales-form-sec .form-sec .contact-form textarea::-webkit-input-placeholder {
  color: #585858;
  opacity: 1;
}
.tales-form-sec .form-sec .contact-form textarea:-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.tales-form-sec .form-sec .contact-form textarea::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.tales-form-sec .form-sec .contact-form textarea:-ms-input-placeholder {
  color: #585858;
  opacity: 1;
}
.tales-form-sec .form-sec .contact-form [type=checkbox].chkbox:checked + label, .tales-form-sec .form-sec .contact-form [type=checkbox].chkbox:not(:checked) + label {
  line-height: 14px;
}
.tales-form-sec .form-sec .contact-form .btn {
  width: auto;
  height: auto;
  padding: 20px 50px;
  background: #71bf4c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  outline: none;
  float: left;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
}
.tales-form-sec .form-sec .contact-form .btn:hover {
  background: #676a6a;
}

.edLABS-wrapper .sec2 .gallery .sw-pager {
  display: none;
}

.wow-story {
  position: relative;
  border-bottom: solid 50px #71bf4c;
  padding: 0 0 200px 0;
  text-align: center;
}
.wow-story ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}
.wow-story .container {
  position: relative;
  z-index: 100;
  max-width: 1016px;
}
.wow-story li {
  width: 46%;
  height: auto;
  padding: 0;
  margin: 2%;
  float: left;
  list-style-type: none;
  text-align: left;
  background: #f8fff4;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.wow-story li .pic {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.wow-story li .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wow-story li .details {
  padding: 30px;
}
.wow-story li h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.wow-story li p {
  font-size: 14px;
  line-height: 24px;
}
.wow-story li:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
}
.wow-story .btn {
  width: auto;
  height: auto;
  padding: 25px 65px;
  margin-top: 30px;
  text-transform: uppercase;
  background: #71bf4c;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  clear: both;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.wow-story .btn:hover {
  background: #676a6a;
  color: #fff;
}
.wow-story li:nth-child(2n+1) {
  clear: left;
}
.wow-story h3 {
  margin-bottom: 2em;
}
.wow-story::after {
  width: 100%;
  content: "";
  height: 540px;
  background: url(./images/graph01.png) top center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.wow-story::before {
  width: 100%;
  content: "";
  height: 540px;
  background: url(./images/graph02.png) top center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
}
.wow-story::before {
  content: "";
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.wow-story::after {
  content: "";
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.wow-story .blog-sec {
  width: 100%;
  height: auto;
  clear: both;
  max-width: 1000px;
  margin: auto;
}

.wow-partner-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 100;
}
.wow-partner-sec .buble01 {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -30px;
  top: -140px;
}
.wow-partner-sec .buble02 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -56px;
  top: -155px;
}
.wow-partner-sec .buble03 {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -130px;
  top: -75px;
}
.wow-partner-sec .buble04 {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -70px;
  top: -114px;
}
.wow-partner-sec .buble05 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: -152px;
  top: -117px;
}
.wow-partner-sec .buble06 {
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  left: 115px;
  top: 140px;
}
.wow-partner-sec .buble3 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  left: -30px;
  top: -80px;
}
.wow-partner-sec .buble4 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -120px;
  bottom: -245px;
  z-index: 20;
}
.wow-partner-sec .buble5 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -220px;
  bottom: -170px;
  z-index: 20;
}
.wow-partner-sec .buble6 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #71bf4c;
  position: absolute;
  right: -50px;
  bottom: -110px;
}
.wow-partner-sec .buble7 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -88px;
  bottom: -110px;
}
.wow-partner-sec .buble8 {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #676a6a;
  position: absolute;
  right: -117px;
  bottom: -58px;
}
.wow-partner-sec ul {
  margin: 0;
  padding: 0;
}
.wow-partner-sec .container {
  max-width: 800px;
  position: relative;
}
.wow-partner-sec .box {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  clear: both;
  padding: 30px 0;
  border: solid 1px #c2fba2;
}
.wow-partner-sec .box .pic {
  width: 100%;
  height: auto;
  text-align: center;
  background: #f0f7eb;
  margin-bottom: 20px;
}
.wow-partner-sec .box .pic img {
  width: 100%;
  display: inline-block;
}
.wow-partner-sec .box .details {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.wow-partner-sec .box .details h4 {
  font-size: 17px;
  line-height: 22px;
  color: #585858;
  font-weight: 600;
  margin-bottom: 5px;
}
.wow-partner-sec .box .details h5 {
  font-size: 20px;
  line-height: 22px;
  color: #585858;
  font-weight: 300;
  margin-bottom: 0;
}
.wow-partner-sec li {
  width: 29%;
  margin: 1.5%;
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.wow-partner-sec li:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.wow-partner-sec li:nth-child(3n+1) {
  clear: left;
}
.wow-partner-sec .social-media-sec {
  width: auto;
  height: auto;
  display: inline-block;
}

.wow-share-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 130px 0;
  background: #f0f7eb;
  text-align: center;
}
.wow-share-sec h4 {
  font-size: 2em;
  margin-bottom: 0;
}
.wow-share-sec img.icon {
  margin-bottom: 10px;
}
.wow-share-sec .cnt-sec {
  width: 100%;
  height: auto;
  text-align: center;
}
.wow-share-sec .cnt-sec .box {
  width: 100%;
  max-width: 485px;
  display: block;
  margin: auto;
  height: auto;
  clear: both;
  border-bottom: solid 1px #b2cab3;
  padding: 25px 0;
}
.wow-share-sec .cnt-sec .box:last-child {
  border: none;
  padding-bottom: 0;
}

/* ==========================================================================
   edits 10/12/2018
   ========================================================================== */
.page-template-template-gmc-calibrator .video, .page-template-template-wow-Sakhi .video {
  width: 73%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.page-template-template-gmc-calibrator .video img, .page-template-template-wow-Sakhi .video img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.page-template-template-gmc-calibrator .video .icon, .page-template-template-wow-Sakhi .video .icon {
  width: 76px;
  height: 76px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -37px auto 0 auto;
  z-index: 10;
  background: url(./images/play.png) 0 0 no-repeat;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.page-template-template-gmc-calibrator.compensate-for-scrollbar {
  margin-right: 0;
}

.report-page {
  padding: 50px 0;
}
.report-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.report-page ul li {
  margin-bottom: 50px;
}
.report-page h3 {
  font-size: 18px;
}
.report-page p {
  font-size: 15px;
  line-height: 18px;
}
.report-page .col-md-9 {
  padding-left: 50px;
}
.report-page a {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin-top: 7px;
  background: #71bf4c;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  clear: both;
  border-radius: 50px;
}

.Super-charger-wrapper .who-can-apply .btn {
  width: auto;
  height: auto;
  padding: 20px 35px;
  margin-top: 25px;
  background: #71bf4c;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  clear: both;
  border-radius: 50px;
}

.wow-story .blog-sec .pic {
  position: relative;
}
.wow-story .blog-sec .pic .icon {
  width: 76px;
  height: 76px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -37px auto 0 auto;
  z-index: 10;
  background: url(./images/play.png) 0 0 no-repeat;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.img.video {
  position: relative;
}
.img.video .icon {
  width: 76px;
  height: 76px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -37px auto 0 auto;
  z-index: 10;
  background: url(./images/play.png) 0 0 no-repeat;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.home-wrapper .edLABS-banner .swiper-slide .container {
  display: table;
}
.home-wrapper .edLABS-banner .swiper-slide .bnrotr {
  display: table-cell;
  vertical-align: bottom;
}

.gmc_founder_help_page {
  background: #fff;
}
.gmc_founder_help_page .des {
  text-align: center;
  padding: 60px 0 55px 0;
}
.gmc_founder_help_page .des p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  color: #000000;
}
.gmc_founder_help_page .helped_companies {
  background: #e5ebde;
  padding: 93px 0;
}
.gmc_founder_help_page .helped_companies .container {
  max-width: 1218px;
}
.gmc_founder_help_page .helped_companies .companies_box_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box {
  width: 23%;
  background: #fff;
  height: 400px;
  margin: 10px 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .text {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .text h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des {
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 13px 13px 22px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des .year {
  position: absolute;
  background: #71BF4C;
  text-align: center;
  left: 50%;
  top: -3%;
  padding: 3px 12px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des .year h6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des h3 {
  margin: 12px 0px 5px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des p {
  font-size: 12px;
  margin: 0;
  line-height: 19px;
  font-weight: 400;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des .leadership h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des .leadership .img-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des .leadership .img-sec .img {
  width: 32%;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des .leadership .img-sec h6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin: 8px 0 0 0;
}
.gmc_founder_help_page .helped_companies .companies_box_sec .companies_box:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media only screen and (max-width: 1400px) {
  .home-banner .bottomsec {
    bottom: -90px;
  }

  .container {
    max-width: 1100px;
  }

  header nav li {
    margin-right: 8px;
  }

  .sw-pager .swiper-pagination {
    max-width: 1090px;
  }

  .home-container .sec2 .box:nth-child(2) {
    height: 360px;
  }

  .home-container .sec2 .box {
    top: 276px;
  }

  .about-page .sec6 .top-head {
    height: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  header nav li {
    margin-right: 5px;
  }

  header nav {
    margin-left: 0;
  }

  header .col-xs-3 {
    width: 30%;
  }
  header .col-xs-9 {
    width: 70%;
  }

  header nav li {
    font-size: 14px;
    line-height: 14px;
  }

  .home-banner .bottomsec {
    bottom: -10px;
  }

  .home-container {
    margin-top: 0;
  }

  .home-banner .banner-slider .container .left h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .home-banner .banner-slider .container .left h1 span {
    font-size: 40px;
  }

  .home-container .sec3 {
    font-size: 18px;
    line-height: 20px;
  }

  .edLABS-wrapper .sec2 .container:before {
    font-size: 180px;
  }

  header nav li {
    font-size: 13px;
  }

  .edLABS-banner .banner-slider .right-sec .quote {
    font-size: 16px;
    line-height: 26px;
  }

  .edLABS-banner .banner-slider .left-sec p {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonial-banner {
    height: 500px;
  }

  .edLABS-banner .banner-slider .container h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .edLABS-banner .banner-slider .container h1 span {
    font-size: 25px;
  }

  .about-page .sec4 .graphsec .top-sec:before {
    width: 260px;
    height: 90px;
  }

  .about-page .sec4 .graphsec .top-sec:after {
    width: 260px;
    height: 90px;
  }

  .about-page .sec6 .gallery li h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .edLABS-wrapper .sec1 .container {
    padding: 100px 0;
  }

  .portfolio-page .left-sec h3 {
    padding-left: 0;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .details {
    width: auto;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(2) .details {
    left: 10%;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li:nth-child(3) .details {
    left: 10%;
  }

  .portfolio-page .right-sec .media-coverage-sec ul li .left {
    height: 180px;
    line-height: 180px;
  }

  .our-contact-sec .map-sec .box .details p {
    font-size: 14px;
  }

  .Super-charger-wrapper .our-mentors .swiper-button-next {
    right: 0;
  }

  .Super-charger-wrapper .our-mentors .swiper-button-prev {
    left: 0;
  }

  .Super-charger-wrapper .our-mentors .swiper-button-next1 {
    right: 0;
  }

  .Super-charger-wrapper .our-mentors .swiper-button-prev1 {
    left: 0;
  }

  .Super-charger-wrapper .our-mentors .swiper-button-next3 {
    right: 0;
  }

  .Super-charger-wrapper .our-mentors .swiper-button-prev3 {
    left: 0;
  }

  .normal-banner {
    height: 420px;
  }
}
@media only screen and (max-width: 1100px) {
  .about-page .sec6 .gallery li {
    float: left;
    list-style-type: none;
    height: 350px;
    background: #f0efef;
    margin: 1%;
    width: 48%;
    text-align: center;
  }
  .about-page .sec6 .gallery li .about-page .sec6 .gallery ul {
    margin: 0;
    padding: 0;
  }
  .about-page .sec6 .gallery li .f1_container {
    width: 100%;
    height: 100%;
    display: block;
  }
  .about-page .sec6 .gallery li .f1_container .f1_card {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .about-page .sec6 .gallery li p {
    font-size: 16px;
    line-height: 20px;
  }
  .about-page .sec6 .gallery li .front.face {
    width: 100%;
    height: auto;
    padding: 10px 30px;
    position: relative;
    background: #f0efef;
    top: 0;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
  .about-page .sec6 .gallery li .back.face.center {
    width: 100%;
    height: auto;
    padding: 10px 30px;
    position: relative;
    background: #f0efef;
    top: 0;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #707070;
  }
  .about-page .sec6 .gallery li .back.face.center p {
    color: #707070;
  }
  .about-page .sec6 .gallery li:hover .back.face.center {
    z-index: 20;
  }

  .about-page .sec6 .gallery li p {
    font-size: 14px;
  }

  .our-contact-sec .get-in-touch li {
    font-size: 13px;
  }

  .our-contact-sec .get-in-touch li {
    width: 47%;
    margin: 10px 1%;
  }

  .ecosystem-page .partners-sec .gallery-sec {
    width: 100%;
    margin-left: 0;
  }

  .ecosystem-page .partners-sec .gallery-sec .pager-sec {
    width: 98%;
  }

  .home-banner .scrollbtn {
    display: none;
  }

  .sub-menu a {
    padding: 10px !important;
  }

  .sub-menu p {
    padding: 0 10px;
  }

  .sub-menu a {
    padding: 5px !important;
  }

  .sub-menu a {
    font-size: 20px;
    line-height: 25px;
  }

  .edLABS-wrapper h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .caliber-new-sec li {
    font-size: 14px;
  }

  .caliber-new-sec .bottom-section .left-sec {
    width: 63%;
  }
}
@media only screen and (min-width: 1100px) {
  .about-page .sec6 .gallery ul {
    padding: 0;
    margin: 0;
  }
  .about-page .sec6 .gallery li {
    width: 24%;
    margin: 0.5%;
    height: 490px;
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: center;
    list-style-type: none;
    float: left;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
  }
  .about-page .sec6 .gallery li span {
    display: block;
  }
  .about-page .sec6 .gallery li .front-content {
    width: 100%;
    opacity: 1;
    height: 100%;
    display: block;
    background: #d6d4d4;
    padding: 60px 20px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
  }
  .about-page .sec6 .gallery li h3 {
    font-size: 29px;
    line-height: 35px;
    min-height: 85px;
    color: #585858;
    margin-bottom: 40px;
    font-weight: 700;
  }
  .about-page .sec6 .gallery li p {
    color: #585858;
    line-height: 35px;
  }
  .about-page .sec6 .gallery li .back-content {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    background: #71bf4c;
    padding: 60px 20px;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: 10;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
  }
  .about-page .sec6 .gallery li .back-content p {
    color: #fff;
  }
  .about-page .sec6 .gallery li:hover .back-content {
    left: 0;
    opacity: 1;
  }
  .about-page .sec6 .gallery li:hover .front-content {
    left: 50%;
    opacity: 0;
  }
  .about-page .sec6 .gallery li .f1_container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .about-page .sec6 .gallery li .f1_container {
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .about-page .sec6 .gallery li .f1_card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }
  .about-page .sec6 .gallery li .f1_card:hover .back-content {
    left: 0;
    opacity: 1;
  }
  .about-page .sec6 .gallery li .f1_card:hover .front-content {
    left: 50%;
    opacity: 0;
  }
  .about-page .sec6 .gallery li .f1_container:hover .f1_card {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .about-page .sec6 .gallery li .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .about-page .sec6 .gallery li .front {
    background: #f0efef;
    padding: 60px 20px;
  }
  .about-page .sec6 .gallery li .face.back {
    display: block;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #71bf4c;
    padding: 60px 20px;
    text-align: center;
  }
  .about-page .sec6 .gallery li .face.back p {
    color: #fff;
  }
  .about-page .sec6 .gallery li:nth-child(2) .front {
    background: #e6e6e6;
  }
  .about-page .sec6 .gallery li:nth-child(3) .front {
    background: #dddbdb;
  }
  .about-page .sec6 .gallery li:nth-child(4) .front {
    background: #cccccc;
  }
}
@media only screen and (max-width: 1300px) {
  .edLABS-wrapper .sec2 .gallery .box2 {
    min-height: 280px;
  }
}
@media only screen and (max-width: 1020px) {
  header .logo {
    position: static;
  }

  .Super-charger-wrapper .program-timeline-sec .graph-sec .shape {
    display: none;
  }

  header .right-sec {
    padding-top: 30px;
  }

  header nav {
    float: right;
  }

  header .search {
    margin-right: 10px;
  }

  header .col-xs-3 {
    width: 60%;
  }
  header .col-xs-9 {
    width: 40%;
  }
  header .logo {
    max-width: 180px;
  }

  .home-banner .bottomsec {
    display: none;
  }

  .home-banner {
    height: 500px;
  }

  .home-container {
    margin-top: 0;
    padding-top: 100px;
  }

  .home-banner .banner-slider .container {
    height: 100%;
  }

  .home-banner .banner-slider .container .left h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .home-banner .banner-slider .container .left h1 span {
    font-size: 24px;
  }

  .sw-pager {
    bottom: 100px;
  }

  .hdr {
    height: 95px;
  }

  header .right-sec .searchpanel {
    top: 95px;
  }

  .home-container .sec1 h2, .home-container .sec2 h2, .home-container .sec3 h2, .home-container .sec4 h2, .home-container .sec5 h2, .home-container .sec6 h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .inner-wrapper h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .home-container .sec6 .left-sec h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .home-container .sec2 .box {
    top: 0;
    width: 30%;
  }

  .home-container .sec2 .box:nth-child(2) {
    top: 0;
    width: 33%;
    margin: 0 1%;
  }

  .home-container .sec2 .box:nth-child(3) {
    top: 0;
    width: 30%;
  }

  .home-container .sec2 .box h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .home-container .sec2 .box:before {
    display: none;
  }

  .home-container .sec2 .box:after {
    display: none;
  }

  .home-container .sec2 .box h2 {
    color: #2c2f33 !important;
    margin-top: 20px !important;
  }

  .home-container .sec2 .box h3 {
    color: #000 !important;
    font-size: 16px;
    line-height: 20px;
  }

  .home-container .sec2 {
    height: auto;
    margin-top: 60px;
  }

  .home-container .sec2 .box .sup {
    font-size: 20px;
  }

  .home-container .sec3 {
    font-size: 16px;
    line-height: 18px;
  }

  .home-container .sec4 .tag2 h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .home-container .sec4 .tag2 .swiper-slide .details {
    width: 100%;
    height: 100%;
  }

  .home-container .sec4 .tag2 .swiper-slide {
    height: 150px;
  }

  .home-container .sec4 .tag2 .swiper-slide .cnt {
    line-height: 110px;
  }

  .resp-tab-content-active {
    display: block;
    background: #fff;
    border: solid 1px #d4d4d4;
  }

  .resp-tab-content {
    padding: 10px;
  }

  .home-container .sec5 .right-sec .box {
    height: 150px;
    line-height: 150px;
  }

  .home-container .sec5 .right-sec .box {
    border: solid 1px #f3e7e7;
    height: 150px;
    line-height: 150px;
    -webkit-box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0);
    margin: 2% 5%;
    text-align: center;
  }

  .home-container .sec4 .tag2 .swiper-slide .cnt {
    -webkit-box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0);
    border: solid 1px #f3e7e7;
  }

  .home-container .sec6 .tag2 .col-sm-7 {
    width: 100%;
  }
  .home-container .sec6 .tag2 .col-sm-5 {
    width: 100%;
  }

  .home-container .sec6 .right-sec .box {
    max-width: 100%;
  }

  .home-container .sec6 .right-sec {
    padding-top: 30px;
  }

  .home-container .sec7 {
    padding: 30px 0;
  }
  .home-container .sec7 .col-md-8 {
    width: 100%;
  }
  .home-container .sec7 .col-md-4 {
    width: 100%;
  }

  footer .topsec {
    padding: 30px 0;
  }
  footer .topsec .col-md-8 {
    width: 100%;
  }
  footer .topsec .col-md-4 {
    width: 100%;
  }

  .home-container .sec7 {
    font-size: 20px;
    line-height: 30px;
  }

  footer .topsec {
    font-size: 20px;
    line-height: 30px;
  }

  footer .topsec p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }

  footer .sec1 .col-sm-4 {
    width: 100%;
    text-align: center;
  }
  footer .sec1 .col-sm-2, footer .sec1 .col-sm-3 {
    width: 33%;
  }

  footer .sec2 .left {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  footer .sec2 .right {
    width: 100%;
    text-align: center;
  }

  footer .sec2 .right .social:before {
    display: none;
  }

  footer .sec2 .right .social {
    width: 100%;
  }
  footer .sec2 .right .social li {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }

  .edLABS-wrapper h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .our-team-wrapper h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .edLABS-banner .banner-slider .container h1 {
    font-size: 20px;
    line-height: 22px;
  }

  .edLABS-banner .banner-slider .container h1 span {
    font-size: 20px;
  }

  .edLABS-banner .banner-slider .right-sec .quote p {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-banner {
    height: 400px;
  }

  .edLABS-banner .banner-slider .right-sec .top-logo {
    width: 100px;
    float: right;
    margin-top: 10px;
  }

  .edLABS-banner .banner-slider .left-sec p {
    font-size: 14px;
    line-height: 18px;
  }

  .hdr .leftsec {
    width: 60%;
  }
  .hdr .right-sec {
    width: 100px;
    float: right;
  }

  header .search {
    float: left;
  }

  .edLABS-banner .sw-pager {
    bottom: 20px;
  }

  .home-banner .banner-slider .container .left {
    top: 135px;
  }

  #dates a {
    font-size: 20px;
  }

  #dates .selected {
    font-size: 20px;
  }

  #dates {
    width: 35%;
  }

  #dates a:before {
    top: 0;
  }

  .about-page .sec2 {
    padding-top: 0;
  }

  .about-page .sec3 .buble1 {
    display: none;
  }

  .about-page .sec4 .graphsec .top-sec:before {
    display: none;
  }

  .about-page .sec4 .graphsec .top-sec:after {
    display: none;
  }

  .about-page .sec4 .graphsec .col-md-4 {
    width: 100%;
    margin: 20px 0;
  }

  .about-page .sec5 {
    margin-top: -200px;
  }

  .about-page .sec4 .graphsec .bottom-sec {
    padding-top: 0;
  }

  .about-page .sec6 .top-head {
    background: #e6e6e6;
    padding: 20px 0;
    height: auto;
  }

  .about-page .sec6 .top-head h2 {
    margin: 0;
  }

  .edLABS-banner .banner-slider .container h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .Super-charger-wrapper .Cohortsec li {
    width: 25%;
  }

  .Super-charger-wrapper .Cohortsec li:nth-child(2) {
    margin: 0 10%;
  }

  .Super-charger-wrapper .L2EAdvantage-sec .benefits .title h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .Super-charger-wrapper .L2EAdvantage-sec .benefits li .left-sec h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .Super-charger-wrapper .whatsmore-sec .tag2 p {
    font-size: 30px;
    line-height: 35px;
  }

  .Super-charger-wrapper .our-mentors {
    padding: 100px 0;
  }

  .Super-charger-wrapper .applybottom {
    padding: 60px 0;
  }

  .applybottom {
    padding: 60px 0;
  }

  .portfolio-page .right-sec .tag2 li {
    width: 47%;
  }

  .portfolio-page .right-sec {
    width: 70%;
  }

  .portfolio-page .left-sec {
    width: 30%;
  }

  .portfolio-page .right-sec .tag2 li h3 {
    font-size: 16px;
  }

  .hdr {
    position: relative !important;
  }

  .notf-cnt:after {
    display: none;
  }

  .notf-cnt {
    text-align: center;
  }

  .notf-cnt li {
    list-style-type: none;
    padding-left: 0;
  }

  .notf-cnt ul {
    padding-left: 0;
  }

  .Super-charger-wrapper .objectivesec .sw-pager .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .bottom-nav {
    display: none;
  }

  .IDEX-page .Scholarships .tag02 .col-md-6 {
    width: 100% !important;
  }
  .IDEX-page .Scholarships .tag02 .box {
    min-height: inherit;
  }
  .IDEX-page .Scholarships .sec02 {
    padding: 60px 0;
  }

  .IDEX-page .sec02 {
    padding: 60px 0;
  }

  .IDEX-page .sec03 {
    padding: 60px 0;
  }

  .IDEX-page .Scholarships {
    padding: 60px 0;
  }

  .IDEX-page .sec04 {
    padding-top: 60px;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 {
    width: 100%;
    height: auto;
    border: none;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li {
    width: 100%;
    height: auto;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    clear: both;
    margin: 30px 0;
    display: block;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 ul {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .details {
    position: relative;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    clear: both;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .text {
    width: 100%;
    text-align: center !important;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li {
    text-align: center !important;
  }
  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .icon {
    display: inline-block;
    float: none !important;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec {
    padding: 0px;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .details {
    opacity: 1;
  }

  .ecosystem-page .partners-sec {
    padding: 60px 0;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li {
    margin: 10px 0;
  }

  .ecosystem-page .projects-sec .project-sliders .box .middle-sec .graphsec1 li .text {
    margin: 0;
  }

  .portfolio-page .right-sec .media-coverage-sec ul li .content p {
    font-size: 14px;
    line-height: 20px;
  }

  .portfolio-page .right-sec .media-coverage-sec ul li .content h3 {
    font-size: 15px;
    line-height: 18px;
  }

  .our-team-sec section li {
    width: 29%;
  }

  .tales-facilitatos-sec .our-team-sec section li {
    width: 29%;
  }

  .our-team-sec h2.resp-accordion.hor_1 {
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin: 0;
  }

  .Super-charger-wrapper .Cohortsec li {
    width: 36%;
    margin: 0 2%;
  }

  .our-contact-sec .get-in-touch li {
    width: 100%;
    margin: 10px 0;
  }

  .our-contact-sec .get-in-touch .container {
    max-width: 500px;
  }

  .normal-banner {
    height: 300px;
  }

  .sub-menu p {
    display: none !important;
  }

  .sub-menu .arow {
    display: none !important;
  }

  .sub-menu a {
    padding: 10px 20px !important;
  }

  .sub-menu li {
    height: 40px !important;
  }

  .edLABS-wrapper .sec2 .gallery .sw-pager {
    display: block;
  }

  .tales-Venue-sec .left-sec {
    margin-top: 0;
  }
}
@media only screen and (max-width: 765px) {
  .home-banner {
    height: 300px;
  }

  .home-banner .banner-slider .container .left {
    top: 50px;
  }

  .home-banner .banner-slider .container .right {
    right: -50px;
  }

  .sw-pager {
    bottom: 10px;
  }

  .home-banner .banner-slider .container .left h1 {
    font-size: 14px;
    line-height: 20px;
  }

  .home-banner .banner-slider .container .left h1 span {
    font-size: 14px;
  }

  .home-container .sec1 p {
    font-size: 16px;
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .home-container .sec1 .video {
    height: 200px;
  }

  .home-container .sec1 .video .video-js .vjs-tech {
    height: 200px;
  }

  .vjs-poster {
    height: 200px !important;
  }

  .home-container .sec3 .col-sm-4 {
    text-align: left !important;
    padding: 5px;
  }

  .home-container .sec3 .container {
    max-width: 80%;
  }

  .home-container .sec6 .left-sec .details h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .home-container .sec6 .left-sec .details h4 {
    font-size: 13px;
    line-height: 14px;
  }

  .home-container .sec6 h2 {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }

  footer .sec1 .col-sm-2, footer .sec1 .col-sm-3 {
    width: 100%;
    text-align: center;
  }

  .home-container .sec7 .btn {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
  }

  footer .topsec .btn {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
  }

  .edLABS-banner .banner-slider .container .btn {
    letter-spacing: 0px;
  }

  .edLABS-wrapper .sec2 .container:before {
    font-size: 70px;
  }

  .edLABS-wrapper .sec1 .container {
    padding: 170px 0 50px 0;
  }

  .edLABS-wrapper .sec2 .content {
    margin-top: 0;
  }

  .edLABS-wrapper .sec2 .rightcontent:before {
    display: none;
  }

  .edLABS-wrapper .sec2 .rightcontent {
    width: 100%;
    text-align: left;
  }

  .edLABS-wrapper .sec2 .video-icon {
    float: left;
  }

  .edLABS-wrapper .sec2 {
    padding-bottom: 30px;
  }

  .edLABS-wrapper .sec3 .container {
    padding-bottom: 60px;
  }

  .edLABS-wrapper .sec4 {
    padding-bottom: 40px;
  }

  .edLABS-wrapper .sec4 .sw-pager .swiper-pagination-bullet {
    margin: 0;
  }

  .edLABS-wrapper .sec5 .tag2 {
    padding: 20px;
  }

  .edLABS-wrapper .sec5 .tag2 h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .bbl5 {
    display: none;
  }

  .edLABS-wrapper h2 {
    margin-bottom: 30px;
  }

  .our-team-wrapper h2 {
    margin-bottom: 30px;
  }

  .bbl4 {
    display: none;
  }

  .edLABS-wrapper .sec8 {
    padding: 60px 0;
  }

  .edLABS-banner .sw-pager .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .edLABS-wrapper .sec5 .tag2 li {
    font-size: 16px;
    line-height: 26px;
  }

  .home-container .sec4 .tag1 {
    text-align: left;
  }

  footer .topsec {
    font-weight: 300;
  }

  footer .topsec .btn {
    margin-top: 20px;
  }

  footer .sec1 {
    padding: 60px 0 30px 0;
  }

  footer .sec2 {
    padding: 30px 0;
  }

  footer .sec1 .last img {
    max-width: 80%;
  }

  .home-container .sec6 .left-sec .pic {
    width: 100%;
  }

  .home-container .sec6 .left-sec .details {
    width: 100%;
    clear: both;
    margin-top: 15px;
  }

  .home-container .sec2 .box:nth-child(3) .top {
    margin-left: 0;
  }

  .home-container .sec5 {
    padding: 140px 0 60px 0;
  }

  .edLABS-wrapper .sec1 {
    text-align: left;
  }

  .edLABS-wrapper .sec3 {
    text-align: left;
  }

  .edLABS-wrapper .sec4 {
    text-align: left;
  }

  .edLABS-wrapper .sec5 .tag2 li img {
    width: 100%;
    margin: 0 0 20px 0;
    display: none;
  }

  .edLABS-wrapper .sec6 h2 {
    text-align: left;
  }

  .edLABS-wrapper .sec8 {
    text-align: left;
  }

  .edLABS-wrapper .sec7 .tag2 .formsec li {
    margin: 5px 0;
  }

  .edLABS-wrapper .sec7 .tag2 .formsec input[type=color], .edLABS-wrapper .sec7 .tag2 .formsec input[type=date], .edLABS-wrapper .sec7 .tag2 .formsec input[type=datetime-local], .edLABS-wrapper .sec7 .tag2 .formsec input[type=datetime], .edLABS-wrapper .sec7 .tag2 .formsec input[type=email], .edLABS-wrapper .sec7 .tag2 .formsec input[type=month], .edLABS-wrapper .sec7 .tag2 .formsec input[type=number], .edLABS-wrapper .sec7 .tag2 .formsec input[type=password], .edLABS-wrapper .sec7 .tag2 .formsec input[type=range], .edLABS-wrapper .sec7 .tag2 .formsec input[type=search], .edLABS-wrapper .sec7 .tag2 .formsec input[type=select], .edLABS-wrapper .sec7 .tag2 .formsec input[type=tel], .edLABS-wrapper .sec7 .tag2 .formsec input[type=text], .edLABS-wrapper .sec7 .tag2 .formsec input[type=time], .edLABS-wrapper .sec7 .tag2 .formsec input[type=url], .edLABS-wrapper .sec7 .tag2 .formsec input[type=week], .edLABS-wrapper .sec7 .tag2 .formsec textarea {
    font-size: 14px;
  }

  .edLABS-wrapper .sec4 h3 {
    margin-bottom: 45px;
  }

  .edLABS-wrapper .sec5 .tag1 {
    padding: 60px 0;
  }

  .edLABS-wrapper .sec6 {
    padding: 60px 0 40px 0;
  }

  .edLABS-wrapper .sec6 .buble6 {
    display: none;
  }

  .edLABS-wrapper .sec6 .buble4 {
    display: none;
  }

  .home-container .sec1 .video .video-js .vjs-tech {
    width: 100% !important;
    left: 0 !important;
  }

  .home-container .sec1 .video {
    background: none;
    border-radius: 0px;
  }

  .vjs-poster {
    border-radius: 0px !important;
  }

  .home-container .sec1 .video .video-js .vjs-tech {
    background: none;
  }

  .home-container .sec1 .video {
    border-radius: 0px !important;
  }

  .home-container .sec1 .video .video-js .vjs-tech {
    overflow-x: hidden !important;
  }

  .home-container .sec1 .video .vjs-poster {
    height: 200px !important;
  }

  .home-container .sec1 .video {
    max-width: 300px;
    float: none;
    margin: auto;
  }

  .edLABS-wrapper .sec3 {
    padding-top: 0;
  }

  .home-container .sec2 {
    margin-top: 0;
  }

  .bbl {
    opacity: 0.5;
  }

  .edLABS-wrapper .sec2 .gallery .sw-pager .swiper-pagination-bullet {
    margin: 0;
  }

  .edLABS-wrapper .sec2 .gallery .sw-pager {
    margin-top: 20px;
  }

  .edLABS-wrapper .sec4 .sw-pager {
    margin-top: 20px;
  }

  .edLABS-wrapper .sec5 .tag2 li {
    text-align: justify;
  }

  .edLABS-banner .banner-slider .left-sec {
    width: 100%;
    padding-top: 0;
  }

  .edLABS-banner .banner-slider .right-sec {
    width: 100%;
  }

  .edLABS-banner .banner-slider .left-sec img {
    max-width: 100px;
  }

  .edLABS-banner .banner-slider .left-sec .pic {
    background: none;
  }

  .edLABS-banner .banner-slider .right-sec .top-logo {
    width: 80px;
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .edLABS-banner .banner-slider .right-sec .top-logo img {
    max-width: 100%;
  }

  .edLABS-banner .banner-slider .container h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .edLABS-banner .banner-slider .container h1 span {
    font-size: 18px;
  }

  .edLABS-banner .banner-slider .right-sec .quote {
    font-size: 13px;
    line-height: 20px;
    background: url(./images/quotemobile.png) top left no-repeat;
    padding-top: 20px;
  }

  .edLABS-banner .banner-slider .left-sec p {
    font-size: 13px;
    line-height: 15px;
  }

  .inner-wrapper h2 {
    margin-bottom: 20px;
  }

  .about-page .sec1 {
    padding-top: 60px;
  }

  .about-page .sec6 .gallery li {
    width: 100%;
    margin: 5px 0;
    height: auto;
  }

  .about-page .sec6 .gallery li {
    height: 350px;
  }

  .about-page .sec6 .gallery li h3 {
    min-height: inherit;
  }

  .about-page .sec7 {
    padding: 30px 0;
  }

  .about-page .sec5 .gallery li {
    width: 100%;
  }

  .inner-wrapper h2 {
    font-size: 25px;
    line-height: 30px;
  }

  #dates a:before {
    display: none;
  }

  #timeline {
    background: #fff;
  }

  .about-page .sec6 .top-head h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .about-page .sec6 .top-head {
    width: 100%;
  }

  .edLABS-banner .banner-slider .left-sec .pic {
    padding: 10px;
    margin-bottom: 0;
  }

  .Super-charger-wrapper .objectivesec {
    text-align: left;
  }

  .Super-charger-wrapper .Cohortsec {
    text-align: left;
  }

  .Super-charger-wrapper .Cohortsec li:before {
    display: none;
  }

  .Super-charger-wrapper .Cohortsec li:after {
    display: none;
  }

  .Super-charger-wrapper .Cohortsec li {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0 !important;
  }

  .Super-charger-wrapper .Cohortsec {
    padding: 60px 0 20px 0;
  }

  .Super-charger-wrapper .L2EAdvantage-sec {
    padding-top: 60px;
  }

  .Super-charger-wrapper .L2EAdvantage-sec .benefits li .left-sec {
    width: 100%;
    display: block;
  }

  .Super-charger-wrapper .L2EAdvantage-sec .benefits li .right-sec {
    width: 100%;
    margin-top: 10px;
  }

  .Super-charger-wrapper .L2EAdvantage-sec li {
    text-align: left;
  }

  .Super-charger-wrapper .applybottom {
    padding: 60px 0;
    text-align: left;
  }

  .applybottom {
    padding: 60px 0;
    text-align: left;
  }

  .Super-charger-wrapper .who-can-apply {
    padding: 60px 0;
  }

  .Super-charger-wrapper .partners-slider {
    padding: 60px 0;
  }

  .edLABS-wrapper .sec8 .buble02 {
    display: none;
  }

  .Super-charger-wrapper .whatsmore-sec .tag1 {
    text-align: left;
  }

  .Super-charger-wrapper .whatsmore-sec .tag2 .buble1 .bbl {
    opacity: 0.2;
  }

  .Super-charger-wrapper .whatsmore-sec .tag2 {
    text-align: left;
  }

  .Super-charger-wrapper .our-mentors {
    padding: 30px 0;
  }

  li, p {
    font-size: 16px;
    line-height: 26px;
  }

  .Super-charger-wrapper .L2EAdvantage-sec {
    text-align: left;
  }

  .coLABSsec1 .btn {
    float: left;
  }

  .edLABS-wrapper .sec5 img {
    max-width: 100%;
  }

  .coLABS-innovative li {
    width: 100%;
    margin: 10px 0;
  }

  .coLABS-innovative li h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .pd-bottom {
    padding-bottom: 40px !important;
  }

  header .right-sec .searchpanel {
    padding: 10px;
  }

  .notf-cnt h1 {
    font-size: 60px;
    line-height: 62px;
  }

  .notf-cnt h2 {
    font-size: 20px;
    line-height: 21px;
  }

  .notf-cnt p {
    font-size: 14px;
  }

  .notf-cnt li {
    font-size: 14px;
  }

  .notf-cnt {
    padding: 50px 0;
  }

  .Super-charger-wrapper .L2EAdvantage-sec li {
    width: 100%;
    margin: 10px 0;
  }

  .IDEX-page .sec02 .col-md-3 {
    margin: 10px 0;
  }

  .IDEX-page .sec04 .tag02 .left {
    width: 100%;
  }

  .IDEX-page .sec04 .tag02 .right {
    width: 100%;
  }

  .IDEX-page .sec04 .tag02 .container:before {
    display: none;
  }

  .IDEX-page .sec04 .tag02 li {
    padding-right: 0;
  }

  .IDEX-page .sec03 {
    text-align: left;
  }

  .IDEX-page .Scholarships .tag01 {
    text-align: left;
  }

  .IDEX-page .Scholarships .bottomsec {
    text-align: left;
  }

  .IDEX-page .sec04 .tag01 {
    text-align: left;
  }

  .IDEX-page .sec04 .tag02 h3 {
    text-align: left;
  }

  .portfolio-page .right-sec .press-release-sec .title-sec {
    display: none;
  }

  .portfolio-page .right-sec .press-release-sec .press li .date:before {
    display: block;
  }

  .portfolio-page .right-sec .press-release-sec .press li .detail:before {
    display: block;
  }

  .ecosystem-page .partners-sec .gallery-sec .box .pic {
    width: 100% !important;
    display: block;
  }

  .ecosystem-page .sec02 .bbl02 {
    display: none;
  }

  .ecosystem-page .projects-sec {
    padding-bottom: 60px;
  }

  .our-team-sec section li {
    width: 100%;
    margin: 5px 0;
  }

  .our-team-sec section {
    padding: 60px 0;
  }

  .our-contact-sec .form-sec .contact-form li {
    width: 100% !important;
    margin: 10px 0;
  }

  .our-contact-sec .form-sec .contact-form textarea {
    padding: 10px 5%;
  }

  .our-team-wrapper .bbl {
    display: none;
  }

  .our-contact-sec .form-sec {
    padding: 60px 0;
  }

  .our-contact-sec .map-sec {
    padding: 60px 0;
  }

  .next-previous-links .previous-link {
    width: 100%;
    margin: 5px 0;
  }

  .next-previous-links .next-link {
    width: 100%;
    margin: 5px 0;
  }

  .Super-charger-wrapper .objectivesec .gallery .swiper-slide .content {
    padding: 30px;
  }

  .Super-charger-wrapper .objectivesec .gallery .swiper-slide p {
    font-size: 16px;
    line-height: 22px;
  }

  .Super-charger-wrapper .objectivesec .gallery .swiper-slide h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .Super-charger-wrapper .objectivesec .gallery .swiper-wrapper {
    height: auto;
  }

  .gmc-applysec h3 {
    font-size: 20px;
  }

  .gmc-applysec p {
    font-size: 16px;
    line-height: 26px;
  }

  .gmc-textimonials p {
    font-size: 16px;
    line-height: 26px;
  }

  .gmc-textimonials {
    padding: 60px 0;
  }

  .Super-charger-wrapper .program-timeline-sec {
    padding-top: 60px;
  }

  .team-details .left {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
  }

  .team-details .right {
    width: 100%;
    height: auto;
    clear: both;
  }

  .team-details .left .pic img {
    display: inline-block;
  }

  .testimonial-banner {
    height: 450px;
  }

  .our-contact-sec .get-in-touch h2 {
    font-size: 1.5em;
  }

  .our-contact-sec .get-in-touch li .text {
    width: 100%;
  }

  .our-contact-sec .get-in-touch li .texturl {
    width: 100%;
    clear: both;
  }

  .our-contact-sec .get-in-touch {
    padding: 60px 0;
  }

  .normal-banner {
    height: 200px;
  }

  div#author_bio_section {
    padding: 0 15px;
  }
  div#author_bio_section .author_name {
    padding: 0 15px;
  }

  .edLABS-wrapper h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .report-page .col-md-9 {
    margin-top: 20px;
  }

  .page-template-template-gmc-calibrator .video {
    width: 100%;
  }

  .page-template-template-wow-Sakhi .video {
    width: 100%;
  }

  .tales-facilitatos-sec .our-team-sec section .outbox .details h5 {
    font-size: 14px;
    line-height: 16px;
  }

  .tales-facilitatos-sec .our-team-sec section .outbox .details h4 {
    font-size: 11px;
    line-height: 14px;
  }

  .tales-facilitatos-sec .our-team-sec section {
    padding: 30px 5%;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .portfolio-page .left-sec {
    width: 100%;
  }

  .portfolio-page .right-sec {
    width: 100%;
  }

  .portfolio-page .right-sec .tag2 li {
    width: 100%;
    margin: 10px 0;
  }

  .portfolio-page .right-sec .scrollbar-outer {
    height: auto !important;
    max-width: inherit !important;
  }

  .caliber-new-sec .sw-pager .swiper-pagination-bullet {
    margin: 0px;
  }

  .tales-facilitatos-sec .our-team-sec section li {
    width: 100%;
    clear: both;
    margin: 20px 0;
  }

  .tales-Venue-sec .left-sec {
    width: 100%;
  }

  .tales-Venue-sec .right-sec {
    width: 100%;
    padding-top: 50px;
  }

  .tales-Venue-sec {
    padding: 50px 0;
  }

  .tales-form-sec {
    padding: 50px 0;
  }

  .tales-Venue-sec .form-sec .contact-form li {
    width: 100%;
    margin: 5px 0;
  }

  .tales-form-sec .form-sec .contact-form li {
    width: 100%;
    margin: 5px 0;
  }

  .tales-Venue-sec .form-sec .contact-form {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .tales-form-sec .form-sec .contact-form {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .tales-story-sec .our-team-sec th:first-child {
    width: auto;
  }

  .our-team-sec h2.resp-accordion.hor_1 h4 {
    font-size: 16px;
  }

  .our-team-sec h2.resp-accordion.hor_1 h6 {
    font-size: 14px;
  }

  .resp-tab-content {
    overflow-x: scroll;
  }

  .tales-story-sec .our-team-sec section {
    padding: 50px 0;
  }

  .edLABS-wrapper .sec4 .cntr {
    position: relative;
    z-index: 1000;
  }

  .edLABS-wrapper .sec3 ul {
    margin-left: 0;
  }

  .edLABS-wrapper .sec1 h3 {
    font-size: 19px;
  }

  .tales-Venue-sec .left-sec {
    height: auto;
    line-height: 0;
  }

  .wow-story li {
    width: 100%;
    margin: 10px 0;
  }

  .wow-partner-sec li {
    width: 100%;
    margin: 10px 0;
  }

  .wow-partner-sec {
    padding: 50px 0;
  }

  .wow-share-sec {
    padding: 50px 0;
  }

  .edLABS-wrapper h2 {
    text-align: center;
  }

  .wow-share-sec h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .home-container .sec2 .box {
    clear: both;
    margin: 5px auto !important;
    float: none !important;
  }

  .home-banner {
    height: 260px;
  }

  .edLABS-banner .banner-slider .left-sec .pic {
    padding: 10px;
  }

  .normal-banner {
    height: 150px;
  }

  .home-container .sec2 .box:nth-child(3) {
    right: unset;
  }

  .home-container .sec2 .box:nth-child(2) {
    left: unset;
    top: 50px;
  }

  .home-container {
    padding-top: 50px;
  }

  .home-wrapper .edLABS-banner .banner-slider .container h1 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .home-wrapper .edLABS-banner .banner-slider .container .btn {
    font-size: 11px;
    line-height: 11px;
    padding: 10px 20px 8px 20px;
    margin-top: 0;
  }
  .home-wrapper .edLABS-banner .sw-pager {
    display: none;
  }

  .home-container .sec4 .container {
    padding: 60px 0;
  }

  .home-container .sec4 .tag2 {
    padding-top: 30px;
  }

  .home-container {
    padding-top: 30px;
  }

  .home-container .sec2 .box:nth-child(2) {
    left: unset;
    top: 0;
  }

  .home-container .sec2 .box:nth-child(2) {
    height: 280px;
  }

  .home-container .sec6 .left-sec h2 {
    margin-bottom: 20px;
  }

  .home-container .sec6 .left-sec li {
    padding-bottom: 10px;
  }

  .home-container .sec6 .left-sec li {
    padding-bottom: 10px;
  }

  #particles-js2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
  }

  .home-container .sec6 .tag2 {
    padding-bottom: 30px;
  }

  .about-page .sec1 {
    padding-top: 30px;
  }

  .about-page .sec2 .left-sec {
    padding-top: 30px;
  }

  .about-page .sec3 {
    padding: 30px 0;
  }

  .about-page .sec4 {
    padding: 30px 0 150px 0;
  }

  .about-page .sec6 .gallery li {
    height: auto;
  }

  .about-page .sec7 .gallery {
    margin-bottom: 0;
  }

  .about-page .sec4 .buble01 {
    display: none;
  }
}
@media only screen and (max-width: 1020px) {
  .home-container .sec1 .container {
    top: 0;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 769px) {
  .home-container .sec2 .box:nth-child(2) {
    left: 335px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 580px) {
  .home-container .sec2 .box:nth-child(2) {
    left: 310px;
  }

  .home-container .sec2 .box:nth-child(3) {
    right: 200px;
  }
}
@media only screen and (max-width: 1053px) {
  .gmc_founder_help_page .helped_companies .companies_box_sec .companies_box {
    width: 31%;
  }

  .gmc_founder_help_page .helped_companies .companies_box_sec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 760px) {
  .gmc_founder_help_page .helped_companies .companies_box_sec .companies_box {
    width: 46%;
  }
}
@media only screen and (max-width: 525px) {
  .gmc_founder_help_page .helped_companies .companies_box_sec .companies_box {
    width: 100%;
  }

  .gmc_founder_help_page .helped_companies .companies_box_sec .companies_box .hover_des .des .year {
    top: -25%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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