@charset "UTF-8";
/*
    Theme Name: Vengo Lab
    Theme URL: http://mhrahman.com/
    Description: Theme is develoved by using Genesis Framework. It's a child theme developed for Vengo Lab.
    Author: Md. Hafijur Rahman
    Author URI: http://mhrahman.com/
    Version: 1.0.1
    Template: genesis
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Min-width: 1024px
	- Min-width: 1140px
*/
/* @noflip */

body.rtl {
  direction: rtl;
  unicode-bidi: embed; }

/* Import Bourbon, Neat, and Bitters */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #0facee;
  border-radius: 0.1875em;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #0a78a6;
    color: white; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #7e8186;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 17.5px;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 31.5px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 17.5px; }

h6 {
  font-size: 14px; }

p {
  margin: 0 0 10.5px; }

a {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #0facee;
  text-decoration: none; }
  a:hover {
    color: #0a78a6; }
  a:active, a:focus {
    color: #0a78a6;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 21px 0; }

img {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: #a5a8ab;
  margin: 21px 0;
  padding-left: 10.5px; }

cite {
  color: #c0c1c4;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 10.5px 0;
  padding: 21px; }

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

label {
  font-weight: bold;
  margin-bottom: 5.25px; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 10.5px;
  padding: 7px 7px;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #0facee;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(13, 155, 214, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 5.25px; }

input[type="file"] {
  margin-bottom: 10.5px;
  padding-bottom: 7px;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 21px; }

table {
  border-collapse: collapse;
  margin: 10.5px 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 10.5px 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 10.5px 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 10.5px; }
  dl dt {
    font-weight: bold;
    margin-top: 10.5px; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.red-btn-md {
  background-color: #F41212;
  text-align: center;
  padding: 15px 35px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out; }
  .red-btn-md:hover {
    background-color: #900606;
    text-decoration: none;
    color: white; }

/* Import Partials */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #333; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

::-moz-selection,
::selection {
  background-color: #333;
  color: #ddd; }

a {
  color: #477dca;
  text-decoration: none; }

a:hover {
  color: #2c5999; }

p {
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #000000; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #ddd; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #ddd;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #477dca;
  color: #ddd; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #333;
  color: #ddd; }

.entry-content .button:hover {
  color: #ddd; }

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #ddd;
  color: #333; }

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* Global Margin padding for this site 
--------------------------------------------*/
.home-row {
  padding: 65px 0px; }
  @media (min-width: 1440px) {
    .home-row {
      padding: 90px 0px; } }

/* # front-page-widget
---------------------------------------------------------------------------------------------------- */
/* =========================================== */
/* Front page widgets section */
/* =========================================== */
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container, .container-fluid {
    width: 450px; } }

/* small mobile :320px. */
@media (max-width: 479px) {
  .container, .container-fluid {
    width: 300px; } }

.home-row .textwidget h2 {
  color: #333;
  font-size: 35px; }
  @media (min-width: 1440px) {
    .home-row .textwidget h2 {
      font-size: 36px; } }

.home-row .textwidget .single-promo-item {
  text-align: center; }
  .home-row .textwidget .single-promo-item h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif; }
    @media (min-width: 992px) {
      .home-row .textwidget .single-promo-item h2 {
        font-size: 16px;
        line-height: 22px; } }
    @media (min-width: 992px) {
      .home-row .textwidget .single-promo-item h2 {
        font-size: 18px;
        line-height: 25px; } }
    @media (min-width: 1200px) {
      .home-row .textwidget .single-promo-item h2 {
        font-size: 20px;
        line-height: 25px; } }
  .home-row .textwidget .single-promo-item p {
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .home-row .textwidget .single-promo-item p {
        display: none; } }
    @media (min-width: 992px) {
      .home-row .textwidget .single-promo-item p {
        font-size: 13spx;
        line-height: 25px; } }
    @media (min-width: 1200px) {
      .home-row .textwidget .single-promo-item p {
        font-size: 14px;
        line-height: 28px; } }
  .home-row .textwidget .single-promo-item .circle-icon {
    /* 		width: 115px;
width: 115px;
height: 115px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #69d2e7;
background-image: -webkit-linear-gradient(left, #ff1839, #ffc105);
background-image: -moz-linear-gradient(left, #ff1839, #ffc105);
background-image: -o-linear-gradient(left, #ff1839, #ffc105);
background-image: -ms-linear-gradient(left, #ff1839, #ffc105);
background-image: linear-gradient(to right, #ff1839, #ffc105); */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px; }
    .home-row .textwidget .single-promo-item .circle-icon img {
      width: 95px;
      height: 95px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      @media (min-width: 992px) {
        .home-row .textwidget .single-promo-item .circle-icon img {
          width: 100px;
          height: 100px; } }
      @media (min-width: 1200px) {
        .home-row .textwidget .single-promo-item .circle-icon img {
          width: 115px;
          height: 115px; } }
      @media (min-width: 1440px) {
        .home-row .textwidget .single-promo-item .circle-icon img {
          width: 125px;
          height: 125px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; } }

/* home-top-feature2 
-------------------------------*/
.home-top-feature2 .container {
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .home-top-feature2 .container {
      width: 1085px; } }
  .home-top-feature2 .container .row {
    margin-right: -5px;
    margin-left: -5px; }
    .home-top-feature2 .container .row .col-sm-3, .home-top-feature2 .container .row .col-sm-6 {
      padding-right: 5px;
      padding-left: 5px; }
  @media (min-width: 992px) {
    .home-top-feature2 .container .featured-col-first,
    .home-top-feature2 .container .featured-col-last {
      margin-top: 100px; } }

.home-top-feature2 {
  background: #E7E7E7 url(../images/feature2-bg.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  .home-top-feature2 span {
    display: block;
    overflow: hidden; }
  .home-top-feature2 p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 23px; }
    @media (min-width: 1440px) {
      .home-top-feature2 p {
        font-size: 20px; } }
    @media (min-width: 1600px) {
      .home-top-feature2 p {
        font-size: 22px; } }

.red-icon {
  background: #f82a2a none repeat scroll 0 0;
  border-radius: 50%;
  color: white;
  display: block;
  float: left;
  font-size: 14px !important;
  height: 25px;
  line-height: 25px;
  margin-right: 15px;
  margin-top: 4px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 25px; }
  @media (min-width: 1440px) {
    .red-icon {
      background: #F82A2A none repeat scroll 0 0;
      border-radius: 50%;
      color: white;
      display: block;
      float: left;
      height: 30px;
      line-height: 30px;
      margin-right: 15px;
      text-align: center;
      width: 30px;
      font-size: 14px !important;
      margin-top: 4px; } }
  .red-icon:hover {
    background: #900606; }

/* home-mid-gallery-widget 
--------------------------------*/
.home-mid-gallery-widget {
  text-align: center;
  padding-bottom: 0; }

.sm-separator {
  display: inline-block;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100px;
  position: relative;
  z-index: 5; }

.red-bg {
  background: #f61818 none repeat scroll 0 0; }

/* home-mid-callout-widget 
----------------------------*/
.home-mid-callout-widget {
  text-align: center;
  background-image: -webkit-linear-gradient(bottom, #cbcdcd, #fff);
  background-image: -moz-linear-gradient(bottom, #cbcdcd, #fff);
  background-image: -o-linear-gradient(bottom, #cbcdcd, #fff);
  background-image: -ms-linear-gradient(bottom, #cbcdcd, #fff);
  background-image: linear-gradient(to top, #cbcdcd, #fff);
  padding-top: 80px;
  padding-bottom: 80px; }

/* home-mid-business-widget 
------------------------------------*/
.home-mid-business-widget.home-row {
  padding: 0; }
  @media (max-width: 991px) {
    .home-mid-business-widget.home-row h2 {
      font-size: 25px; } }
  @media (min-width: 768px) {
    .home-mid-business-widget.home-row h2 {
      padding-top: 10px; } }
  @media (min-width: 992px) {
    .home-mid-business-widget.home-row h2 {
      padding-top: 65px; } }
  @media (min-width: 1200px) {
    .home-mid-business-widget.home-row h2 {
      padding-top: 90px;
      font-size: 40px; } }
  @media (max-width: 991px) {
    .home-mid-business-widget.home-row p {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .home-mid-business-widget.home-row .mobile-pad {
      padding: 25px 30px 40px;
      text-align: center; } }

@media (min-width: 1200px) {
  .home-mid-business-widget.home-row p {
    font-size: 19px;
    padding-right: 20px; } }

/* home-bottom-testimonial-widget 
----------------------------------*/
.home-bottom-testimonial-widget.home-row {
  background-color: #1F252F; }
  @media (min-width: 1200px) {
    .home-bottom-testimonial-widget.home-row .container {
      width: 1110px; } }
  .home-bottom-testimonial-widget.home-row .carousel-control {
    display: none; }
  .home-bottom-testimonial-widget.home-row .carousel-caption p {
    line-height: 28px; }

.carousel-caption.custom-carousel-caption {
  position: static;
  color: white;
  font-size: 18px;
  text-align: center;
  padding-top: 50px;
  height: 500px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .carousel-caption.custom-carousel-caption {
      height: 400px; } }
  @media (min-width: 768px) {
    .carousel-caption.custom-carousel-caption {
      font-size: 22px;
      height: 350px; } }
  @media (min-width: 992px) {
    .carousel-caption.custom-carousel-caption p {
      line-height: 35px;
      font-size: 22px; } }
  .carousel-caption.custom-carousel-caption h4 {
    color: white;
    margin-bottom: 0; }

/* home-bottom-clients-widget 
-------------------------------*/
.single-brand-item {
  overflow: hidden;
  margin-top: 20px; }

.flat-icon {
  float: left;
  overflow: hidden;
  width: 65px; }

.home-row .textwidget .single-brand-item-desc {
  overflow: hidden; }
  .home-row .textwidget .single-brand-item-desc h2 {
    font-size: 16.5px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333; }
  .home-row .textwidget .single-brand-item-desc p {
    color: #575757;
    line-height: 25px;
    font-size: 13.5px; }

@media (min-width: 768px) and (max-width: 991px) {
  .single-brand-item {
    margin-top: 20px;
    min-height: 185px;
    overflow: hidden; }
  .home-bottom-partner-widget {
    padding-bottom: 200px; } }

/* Gallery widget 
---------------------------------*/
.home-mid-gallery-widget .container-fluid {
  padding-right: 1px;
  padding-left: 1px;
  width: 95%; }
  .home-mid-gallery-widget .container-fluid .row {
    margin-right: -1px;
    margin-left: -1px; }
    .home-mid-gallery-widget .container-fluid .row .col-sm-3, .home-mid-gallery-widget .container-fluid .row .col-sm-6, .home-mid-gallery-widget .container-fluid .row .col-sm-12 {
      padding-left: 1px;
      padding-right: 1px; }
      .home-mid-gallery-widget .container-fluid .row .col-sm-3 img, .home-mid-gallery-widget .container-fluid .row .col-sm-6 img, .home-mid-gallery-widget .container-fluid .row .col-sm-12 img {
        width: 100%;
        max-width: 100%; }
  .home-mid-gallery-widget .container-fluid .single-gallery-item {
    display: block;
    position: relative; }
    .home-mid-gallery-widget .container-fluid .single-gallery-item:after {
      content: "";
      background-color: #F61818;
      position: absolute;
      transition: all .3s;
      opacity: 0;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .home-mid-gallery-widget .container-fluid .single-gallery-item .gallery-content {
      position: absolute;
      top: 10%;
      width: 100%;
      height: 100%;
      text-align: center;
      color: white;
      z-index: 999;
      left: 0;
      opacity: 0;
      transition: all .3s; }
      .home-mid-gallery-widget .container-fluid .single-gallery-item .gallery-content h4 {
        color: white;
        font-family: inherit;
        font-weight: 300; }
  .home-mid-gallery-widget .container-fluid .g-item {
    margin-bottom: 2px; }

.home-mid-gallery-widget .g-item:hover .single-gallery-item:after {
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.home-mid-gallery-widget .g-item:hover .gallery-content {
  opacity: 1;
  top: 40%; }

/* Partner widget area 
-----------------------------*/
.home-bottom-partner-widget {
  text-align: center;
  background: #eeecf2 url(../images/clients-bg.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-bottom: 100px; }
  @media (min-width: 768px) {
    .home-bottom-partner-widget {
      padding-bottom: 350px; } }
  @media (min-width: 992px) {
    .home-bottom-partner-widget .container {
      width: 810px; } }

.grid-items-lines {
  position: relative;
  padding-top: 20px; }

.grid-item {
  background: #eeecf2 none repeat scroll 0 0;
  border-bottom: 1px solid #D6D4D9;
  border-right: 1px solid #D6D4D9;
  cursor: pointer;
  height: 125px;
  outline: medium none;
  overflow: hidden;
  padding: 35px 15px 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s; }

.right-cover {
  background: #eeecf2 none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 4px; }

.bottom-cover {
  background: #eeecf2 none repeat scroll 0 0;
  bottom: 0;
  height: 3px;
  position: absolute;
  width: 100%; }

/*home-bottom-drives-widget project counter
---------------------------------------------------*/
.home-bottom-showcase-widget {
  background-image: -webkit-linear-gradient(bottom, #c7c7c7, #fff);
  background-image: -moz-linear-gradient(bottom, #c7c7c7, #fff);
  background-image: -o-linear-gradient(bottom, #c7c7c7, #fff);
  background-image: -ms-linear-gradient(bottom, #c7c7c7, #fff);
  background-image: linear-gradient(to top, #c7c7c7, #fff);
  text-align: center;
  padding-bottom: 40px; }

.home-bottom-showcase-widget .container {
  padding: 0; }
  .home-bottom-showcase-widget .container .row {
    margin: 0; }
  .home-bottom-showcase-widget .container .col-sm-3 {
    padding: 0; }

/*home-bottom-map-widget
---------------------------------------------------*/
.home-bottom-map-widget {
  background: #1f252f none repeat scroll 0 0;
  padding-bottom: 0; }
  .home-bottom-map-widget h2 {
    color: white;
    padding-bottom: 25px;
    margin-bottom: 0; }

/*home-bottom-drives-widget project counter
---------------------------------------------------*/
.home-bottom-drives-widget {
  background-color: #06080A;
  padding: 0px;
  padding-top: 30px; }
  .home-bottom-drives-widget h2 {
    color: white;
    padding-bottom: 25px;
    font-size: 36px; }
  .home-bottom-drives-widget .counter-item {
    border-right: 1px solid #363b44;
    padding: 25px 0 45px; }
    @media (max-width: 1199px) {
      .home-bottom-drives-widget .counter-item {
        border-left: none;
        border-right: none; } }
    .home-bottom-drives-widget .counter-item h5 {
      color: white;
      font-family: inherit;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 0; }
  .home-bottom-drives-widget .counter {
    position: relative; }
    .home-bottom-drives-widget .counter .animated-number {
      font-size: 30px;
      position: relative;
      font-weight: 300; }
      @media (min-width: 992px) {
        .home-bottom-drives-widget .counter .animated-number {
          font-size: 35px; } }
      @media (min-width: 992px) {
        .home-bottom-drives-widget .counter .animated-number {
          font-size: 45px; } }
    .home-bottom-drives-widget .counter span {
      font-size: 30px; }
      @media (min-width: 992px) {
        .home-bottom-drives-widget .counter span {
          font-size: 35px; } }
      @media (min-width: 992px) {
        .home-bottom-drives-widget .counter span {
          font-size: 45px; } }
    .home-bottom-drives-widget .counter:before {
      bottom: -5px;
      content: "";
      height: 1px;
      left: 50%;
      margin-left: -20px;
      position: absolute;
      width: 40px; }

#project-counter {
  padding: 0px 0; }

.green-top-border {
  border-top: 3px solid #86D375; }
  .green-top-border .animated-number {
    color: #9ce08d; }
  .green-top-border span {
    color: #9ce08d; }
  .green-top-border .counter:before {
    background: #81b0ff none repeat scroll 0 0; }

.blue-top-border {
  border-top: 3px solid #1FC6D5; }
  .blue-top-border .animated-number {
    color: #1FC6D5; }
  .blue-top-border span {
    color: #1FC6D5; }
  .blue-top-border .counter:before {
    background: #1FC6D5 none repeat scroll 0 0; }

.red-top-border {
  border-top: 3px solid #F47272; }
  .red-top-border .animated-number {
    color: #F47272; }
  .red-top-border span {
    color: #F47272; }
  .red-top-border .counter:before {
    background: #F47272 none repeat scroll 0 0; }

.violet-top-border {
  border-top: 3px solid #9F7BFB; }
  .violet-top-border .animated-number {
    color: #9F7BFB; }
  .violet-top-border span {
    color: #9F7BFB; }
  .violet-top-border .counter:before {
    background: #9F7BFB none repeat scroll 0 0; }

.gold-top-border {
  border-top: 3px solid #FBB439; }
  .gold-top-border .animated-number {
    color: #FBB439; }
  .gold-top-border span {
    color: #FBB439; }
  .gold-top-border .counter:before {
    background: #FBB439 none repeat scroll 0 0; }

@media (max-width: 767px) {
  .right-cover {
    height: auto; } }

/*home-bottom-contact-widget
--------------------------------------------------*/
#home-contact {
  display: block;
  clear: both;
  margin-top: 12px;
  width: 100%; }

.home-bottom-contact-widget {
  text-align: center;
  background-color: #1F252F;
  padding-top: 0;
  padding-top: 95px; }
  .home-bottom-contact-widget h2 {
    color: white; }
  .home-bottom-contact-widget p {
    color: white;
    font-size: 16px;
    line-height: 26px; }
    @media (min-width: 1440px) {
      .home-bottom-contact-widget p {
        font-size: 18px;
        line-height: 30px; } }
  .home-bottom-contact-widget .wpcf7-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .home-bottom-contact-widget .wpcf7-form label {
      text-align: left;
      margin-top: 25px;
      font-weight: 300; }
    .home-bottom-contact-widget .wpcf7-form input {
      height: 55px;
      color: #000;
      padding-left: 30px;
      margin-bottom: 10px; }
      .home-bottom-contact-widget .wpcf7-form input:focus {
        background: beige;
        box-shadow: none;
        border: none; }
    .home-bottom-contact-widget .wpcf7-form textarea {
      height: 165px;
      color: #999;
      background: #fff;
      padding-left: 30px; }
      .home-bottom-contact-widget .wpcf7-form textarea:focus {
        background: beige;
        box-shadow: none;
        border: none;
        color: #000; }
    .home-bottom-contact-widget .wpcf7-form select {
      background: #fff;
      height: 55px;
      color: #999;
      background: #fff;
      padding-left: 30px; }
    .home-bottom-contact-widget .wpcf7-form input.submit-btn.red-bg {
      background: #F41212;
      width: 100%;
      margin-top: 20px;
      color: white;
      text-transform: uppercase;
      padding: 0px;
      text-align: center;
      font-weight: bold; }
      .home-bottom-contact-widget .wpcf7-form input.submit-btn.red-bg:hover {
        background: #900606;
        box-shadow: none; }
      .home-bottom-contact-widget .wpcf7-form input.submit-btn.red-bg:focus {
        background: #F41212;
        box-shadow: none; }
  .home-bottom-contact-widget select.wpcf7-select {
    font-weight: 500;
    padding: 0;
    padding-left: 20px; }

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  border-width: 0.5px;
  color: #fff;
  font-size: 13px;
  margin-top: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px; }

span.wpcf7-not-valid-tip {
  color: #f61818;
  display: block;
  font-size: 14px;
  margin-bottom: 10px; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

@media (max-width: 480px) {
  .home-bottom-contact-widget .wrap {
    padding-right: 15px;
    padding-left: 15px; } }

.wpcf7-form label {
  text-align: left;
  margin-top: 25px;
  font-weight: 300; }

.wpcf7-form input {
  height: 50px;
  color: #000;
  padding-left: 30px;
  margin-bottom: 10px;
  box-shadow: none; }
  .wpcf7-form input:focus {
    background: #fff;
    box-shadow: none;
    border: none;
    border: 1px solid #F41212; }

.wpcf7-form textarea {
  height: 165px;
  color: #999;
  background: #fff;
  padding-left: 30px;
  box-shadow: none; }
  .wpcf7-form textarea:focus {
    background: #fff;
    box-shadow: none;
    border: none;
    border: 1px solid #F41212;
    color: #000; }

.wpcf7-form select {
  background: #fff;
  height: 50px;
  color: #999;
  background: #fff;
  padding-left: 30px; }

.wpcf7-form input.submit-btn.red-bg {
  background: #F41212;
  width: 300px;
  margin-top: 20px;
  color: white;
  text-transform: uppercase;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  box-shadow: none; }
  .wpcf7-form input.submit-btn.red-bg:hover {
    background: #900606;
    box-shadow: none; }
  .wpcf7-form input.submit-btn.red-bg:focus {
    background: #F41212;
    box-shadow: none; }

select.wpcf7-select {
  font-weight: 500;
  padding: 0;
  padding-left: 20px; }

/* faq page 
-----------------------*/
.ufaq-faq-category-title > h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-right: 0;
  margin-top: 15px;
  padding-left: 15px;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .ufaq-faq-category-title > h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 15px;
    text-transform: uppercase; } }

/* pop up section 
---------------------*/
.home-bottom-popup-widget {
  background-image: -webkit-linear-gradient(bottom, #fff, #c7c7c7);
  background-image: -moz-linear-gradient(bottom, #fff, #c7c7c7);
  background-image: -o-linear-gradient(bottom, #fff, #c7c7c7);
  background-image: -ms-linear-gradient(bottom, #fff, #c7c7c7);
  background-image: linear-gradient(to top, #fff, #c7c7c7);
  padding-top: 90px;
  padding-bottom: 90px; }
  .home-bottom-popup-widget .popup-contact-inner {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
    .home-bottom-popup-widget .popup-contact-inner p {
      font-size: 18px;
      line-height: 30px;
      font-weight: 300;
      font-style: italic; }
    .home-bottom-popup-widget .popup-contact-inner .red-btn-md {
      padding: 15px 0;
      width: 170px;
      margin: 10px; }

@media (min-width: 240px) and (max-width: 480px) {
  .home-bottom-popup-widget .popup-contact-inner .red-btn-md {
    font-size: 10px;
    margin: 5px;
    padding: 10px 0;
    width: 120px; } }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
/* ### Content */
/* ### Primary Sidebar */
/* ### Secondary Sidebar */
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0;
  width: 100%; }

.home {
  /* 	@media (min-width: 1200px){
	.entry-content{
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		width: 1200px;
	}
} */ }
  .home .site-inner.container {
    max-width: 100%;
    width: 100%;
    padding: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.archive-description,
.author-box {
  background-color: #ddd;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  margin: 0 auto;
  width: 80%; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px; }

.entry-title {
  font-size: 36px; }

.entry-title a,
.sidebar .widget-title a {
  color: #477dca; }

.entry-title a:hover {
  color: #2c5999; }

.widget-title {
  font-size: 18px;
  margin-bottom: 20px; }

.footer-widgets .widget-title {
  color: #ddd; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  padding: 0 0 24px; }

.footer-widgets .entry {
  border-bottom: 1px dotted #333; }

.featured-content .entry-title {
  font-size: 20px; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #ddd; }

.sidebar .widget.enews-widget {
  background-color: #333; }

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  background-color: #477dca;
  color: #ddd;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #ddd;
  color: #333; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* ## Title Area
--------------------------------------------- */
/* ## Widget Area
--------------------------------------------- */
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* ## Primary Navigation
--------------------------------------------- */
@media (max-width: 767px) {
  .header-area {
    height: 70px; } }

.nav-primary {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  min-height: 70px; }
  @media (min-width: 768px) {
    .nav-primary {
      min-height: 90px; } }
  @media (min-width: 768px) {
    .nav-primary .nav.navbar-nav.navbar-right {
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .nav-primary .nav.navbar-nav.navbar-right {
      padding-right: 0px; } }

.is-sticky .nav-primary {
  background: rgba(255, 255, 255, 0.85); }

.site_logo {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .site_logo {
      padding-top: 10px;
      padding-bottom: 0; } }

@media (max-width: 767px) {
  .navbar-brand {
    float: left;
    font-size: 0px;
    height: auto;
    line-height: 0px;
    padding: 5px 0; } }

.nav-primary .navbar-nav > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .nav-primary .navbar-nav > li > a {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .nav-primary .navbar-nav > li > a {
      padding-right: 15px;
      padding-left: 15px; } }

.nav-primary.navbar-default .navbar-nav > .active > a,
.nav-primary.navbar-default .navbar-nav > .active > a:focus,
.nav-primary.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #f41212 !important; }

.nav-primary.navbar-default .navbar-nav > .rel-to-sec.active > a,
.nav-primary.navbar-default .navbar-nav > .rel-to-sec.active > a:focus,
.nav-primary.navbar-default .navbar-nav > .rel-to-sec.active > a:hover {
  background-color: transparent;
  color: #333333 !important; }

.nav-primary.navbar-default .navbar-nav > li > a:focus,
.nav-primary.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #f41212 !important; }

.navbar-toggle {
  border-color: transparent;
  border-radius: 0px; }
  .navbar-toggle:hover {
    background-color: transparent;
    border-radius: 0px;
    border-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 10px;
  margin-bottom: 3px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #BC4D4D; }

.navbar-toggle .icon-bar {
  background-color: #BC4D4D; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; }

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 5px;
  margin: 5px 0;
  width: 50px; }

ul.navbar-nav > li.active {
  background: none; }

ul.navbar-nav li.active > a,
ul.navbar-nav > li.active.dropdown.open {
  background: rgba(255, 255, 255, 0.75); }

.navbar-nav .dropdown-menu {
  left: 0;
  right: auto; }

.dropdown-menu * {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.navbar-nav .dropdown-menu {
  background: rgba(249, 249, 249, 0.8);
  border: 0;
  box-shadow: none;
  min-width: 240px;
  display: block;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  -ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); }

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.navbar-nav .dropdown-backdrop {
  visibility: hidden; }

.navbar-nav .dropdown-menu li {
  padding: 10px 20px 0; }

.navbar-nav .dropdown-menu li:first-child {
  border-radius: 2px 2px 0 0; }

.dropdown-menu li:last-child {
  border-radius: 0 0 2px 2px; }

.dropdown-menu > li > a {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #fff; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > li.active > a {
  background: none !important;
  color: #0facee !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    height: auto;
    padding: 10px 0 0; } }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff; }

/* ## social-campaign-area
--------------------------------------------- */
.social-campaign-area {
  margin-top: 25px; }
  .social-campaign-area .social_area .social_links {
    margin-top: 10px; }
  @media (max-width: 991px) {
    .social-campaign-area .social_area .social_links li {
      padding-right: 7px; }
      .social-campaign-area .social_area .social_links li:last-child {
        padding-right: 0; } }
  .social-campaign-area .social_area .social_links li a {
    color: #3D4551;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social-campaign-area .social_area .social_links li a:hover {
      color: #f41212; }

.social-campaign-area input:first-child {
  width: 50%;
  box-shadow: none;
  border-radius: none;
  margin-right: 2%;
  display: block;
  float: left;
  height: 40px;
  border-radius: 0px;
  padding: 0;
  padding-left: 10px; }
  @media (max-width: 767px) {
    .social-campaign-area input:first-child {
      height: 30px; } }
  @media (min-width: 1200px) {
    .social-campaign-area input:first-child {
      width: 45%; } }
  .social-campaign-area input:first-child:focus {
    box-shadow: none;
    border: 1px solid #f41212;
    background-color: beige; }

.social-campaign-area button,
.social-campaign-area input[type="button"],
.social-campaign-area input[type="reset"],
.social-campaign-area input[type="submit"] {
  width: 48%;
  box-shadow: none;
  border-radius: none;
  background-color: #F61818;
  color: white;
  font-size: 11px;
  padding: 0;
  font-weight: 500;
  display: block;
  float: left;
  height: 40px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .social-campaign-area button,
    .social-campaign-area input[type="button"],
    .social-campaign-area input[type="reset"],
    .social-campaign-area input[type="submit"] {
      height: 30px; } }
  @media (min-width: 992px) {
    .social-campaign-area button,
    .social-campaign-area input[type="button"],
    .social-campaign-area input[type="reset"],
    .social-campaign-area input[type="submit"] {
      font-size: 13px; } }
  @media (min-width: 1200px) {
    .social-campaign-area button,
    .social-campaign-area input[type="button"],
    .social-campaign-area input[type="reset"],
    .social-campaign-area input[type="submit"] {
      width: 40%; } }
  .social-campaign-area button:focus,
  .social-campaign-area input[type="button"]:focus,
  .social-campaign-area input[type="reset"]:focus,
  .social-campaign-area input[type="submit"]:focus {
    box-shadow: 0px;
    background-color: darken #F61818, 10; }
  .social-campaign-area button:hover,
  .social-campaign-area input[type="button"]:hover,
  .social-campaign-area input[type="reset"]:hover,
  .social-campaign-area input[type="submit"]:hover {
    box-shadow: 0px;
    background-color: #900606;
    background: #900606; }

.social-campaign-area .mc4wp-response {
  clear: both;
  display: block;
  float: none !important;
  font-size: 12px;
  text-align: center;
  color: #999;
  font-weight: 400; }
  .social-campaign-area .mc4wp-response p {
    margin-bottom: 5px; }

@media (max-width: 767px) {
  .social-campaign-area {
    clear: both;
    margin-top: 5px;
    padding-bottom: 5px; }
  .social-campaign-area .social_area .social_links {
    margin-top: 0; } }

@media (max-width: 767px) {
  .nav-primary .navbar-nav > li > a {
    text-align: center; } }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 20px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  border-top: 2px solid #ddd;
  padding-top: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  color: #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px; }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #477dca; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px; }

.entry-comments {
  padding: 40px; }

.comment-header {
  font-size: 16px; }

li.comment {
  background-color: #fff;
  border: 2px solid #ddd;
  border-right: none; }

.comment-content {
  clear: both; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #fff;
  font-size: 16px;
  padding: 24px; }

.entry-header-wrapper {
  padding: 80px 0; }

.entry-header-wrapper .entry-title {
  margin-bottom: 0; }

.entry-header-wrapper h1 {
  color: #fff;
  text-transform: uppercase; }

@media only screen and (max-width: 1023px) {
  .entry-header-wrapper .wrap {
    padding-left: 5%;
    padding-right: 5%; } }

.page-contact .single-featured-image {
  display: none; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  color: #ddd;
  font-size: 16px; }

.sidebar .widgettitle {
  color: #ddd; }

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  background-color: #333;
  padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer_widget_area {
  background-color: #121821;
  margin-bottom: 0px;
  overflow: hidden;
  clear: both;
  padding: 100px 0px; }
  .footer_widget_area a, .footer_widget_area p, .footer_widget_area h2, .footer_widget_area h3, .footer_widget_area h4 {
    color: #fff; }
  .footer_widget_area p {
    margin-bottom: 8px;
    color: #999; }
  .footer_widget_area .widget-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize; }

.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px; }

.footer-widgets,
.footer-widgets a {
  color: #477dca; }

.footer-widgets input {
  border: 1px solid #333; }

.footer-widgets a.button,
.footer-widgets a:hover {
  color: #477dca; }

.footer-widgets li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets .widget {
  margin-bottom: 40px; }

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 100%; }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.footer_area {
  background-color: #090D12;
  padding: 25px 0px;
  width: 100%;
  color: white; }
  .footer_area .copyright_info p {
    margin: 0; }
  .footer_area .copyright_info a {
    color: white; }

.social_area {
  float: none;
  text-align: center; }
  @media (min-width: 768px) {
    .social_area {
      float: right; } }
  .social_area .social_links li {
    display: inline-block;
    padding-right: 15px; }
    .social_area .social_links li:last-child {
      padding-right: 0; }
    .social_area .social_links li a {
      color: #999999;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .social_area .social_links li a:hover {
        color: white; }

.to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-align: center;
  background-color: #7F7B6B; }

.to-top.top-is-visible {
  visibility: visible;
  opacity: 1; }

.to-top.top-fade-out {
  opacity: .5; }

.no-touch .to-top:hover {
  background-color: #333;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .to-top {
    right: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .to-top {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 15px; } }

.to-top.fa.fa-angle-up.top-is-visible.top-fade-out::before {
  color: white;
  content: "";
  font-family: fontawesome;
  font-size: 15px;
  left: -25px;
  position: absolute;
  right: auto;
  top: 10px; }

@media (max-width: 767px) {
  .copyright_info {
    margin-bottom: 10px;
    text-align: center; } }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 31.623931623931625%; }
  .footer-widgets-2,
  .footer-widgets-3 {
    margin-left: 2.564102564102564%; } }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 0px !important;
  text-indent: -20px; }

.carousel-indicators li {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
  padding: 0; }

.widget .carousel-indicators li.active {
  background-color: #F82A2A;
  border: 1px solid #F82A2A;
  height: 12px;
  margin: 0;
  width: 12px;
  padding: 0; }

.carousel-caption {
  top: 15%;
  text-shadow: inherit; }
  .carousel-caption h2 {
    font-size: 65px;
    margin-bottom: 30px; }
  .carousel-caption h3 {
    color: white;
    text-transform: uppercase; }
  .carousel-caption .btn.btn-default {
    background-color: #f41212;
    border: medium none;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .carousel-caption .btn.btn-default {
        font-size: 10px; } }
    .carousel-caption .btn.btn-default:hover {
      background-color: #900606;
      text-decoration: none;
      color: white; }

#myCarousel .carousel-control.left {
  background-image: inherit;
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  opacity: .4; }
  #myCarousel .carousel-control.left:hover {
    opacity: 1; }

#myCarousel .carousel-control.right {
  background-image: inherit;
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  opacity: .4; }
  #myCarousel .carousel-control.right:hover {
    opacity: 1; }

.carousel-control.left {
  background-image: inherit;
  background-repeat: repeat-x;
  width: 55px;
  height: 55px;
  top: 50%;
  margin-bottom: -27.5px;
  left: 25px; }
  .carousel-control.left .fa {
    line-height: 50px; }

.carousel-control.right {
  background-image: inherit;
  background-repeat: repeat-x;
  width: 55px;
  height: 55px;
  top: 50%;
  margin-bottom: -27.5px;
  right: 25px; }
  .carousel-control.right .fa {
    line-height: 50px; }

.home-top-slider .carousel-inner li .carousel-caption {
  bottom: auto;
  left: 40%;
  right: auto;
  top: 20%;
  width: 300px; }
  @media (max-width: 991px) {
    .home-top-slider .carousel-inner li .carousel-caption {
      left: 40%;
      top: 5%;
      width: 250px; } }
  .home-top-slider .carousel-inner li .carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    padding: 22px 15px 25px; }
    @media (max-width: 991px) {
      .home-top-slider .carousel-inner li .carousel-caption h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
        padding: 15px; } }
  .home-top-slider .carousel-inner li .carousel-caption p {
    margin-bottom: 10px;
    font-weight: 300; }
    @media (max-width: 991px) {
      .home-top-slider .carousel-inner li .carousel-caption p {
        font-size: 13px; } }

/* .home-top-slider .carousel-inner li:first-child .carousel-caption {
  bottom: auto;
  left: 9%;
  right: auto;
  width: auto;
  top: 55%; }
  @media (max-width: 991px) {
    .home-top-slider .carousel-inner li:first-child .carousel-caption {
      top: 50%;
      width: 250px; } }
  .home-top-slider .carousel-inner li:first-child .carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    padding: 22px 15px 25px; }
    @media (max-width: 991px) {
      .home-top-slider .carousel-inner li:first-child .carousel-caption h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
        padding: 15px; } }
  .home-top-slider .carousel-inner li:first-child .carousel-caption p {
    margin-bottom: 10px;
    font-weight: 300; }
    @media (max-width: 991px) {
      .home-top-slider .carousel-inner li:first-child .carousel-caption p {
        font-size: 13px; } }

@media (min-width: 481px) and (max-width: 767px) {
  .home-top-slider .carousel-inner li:first-child .carousel-caption {
    top: 20%;
    width: 250px; } } */

.home-top-slider .carousel-inner li:first-child .carousel-caption {
  bottom: auto;
  left: 50%;
  margin-left: -150px;
  right: auto;
  top: 20%;
  width: 300px; }
  @media (max-width: 991px) {
    .home-top-slider .carousel-inner li:first-child .carousel-caption {
      left: 50%;
      margin-left: -125px;
      top: 5%;
      width: 250px; } }
  .home-top-slider .carousel-inner li:first-child .carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    padding: 22px 15px 25px; }
    @media (max-width: 991px) {
      .home-top-slider .carousel-inner li:first-child .carousel-caption h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
        padding: 15px; } }
  .home-top-slider .carousel-inner li:first-child .carousel-caption p {
    margin-bottom: 10px;
    font-weight: 300; }
    @media (max-width: 991px) {
      .home-top-slider .carousel-inner li:first-child .carousel-caption p {
        font-size: 13px; } }

.home-top-slider .carousel-inner li:nth-child(2) .carousel-caption,
.home-top-slider .carousel-inner li:nth-child(3) .carousel-caption {
  bottom: auto;
  left: 9%;
  right: auto;
  width: auto;
  top: 37%; }
  @media (max-width: 991px) {
    .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption,
    .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption {
      top: 37%; } }
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption h2,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    padding: 15px; }
    @media (max-width: 991px) {
      .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption h2,
      .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
        padding: 8px 15px; } }
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption p,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption p {
    margin-bottom: 10px;
    font-weight: 300; }
    @media (max-width: 991px) {
      .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption p,
      .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption p {
        font-size: 13px; } }

/* Large Mobile :480px. */
@media only screen and (min-width: 240px) and (max-width: 480px) {
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption {
    bottom: auto;
    left: 5%;
    top: 20%; }
  .home-top-slider .carousel-inner li:first-child .carousel-caption h2,
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption h2,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption h2,
  .home-top-slider .carousel-inner li:first-child .carousel-caption h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 15px 10px; }
  .home-top-slider .carousel-inner li:first-child .carousel-caption p,
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption p,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption p,
  .home-top-slider .carousel-inner li:first-child .carousel-caption p {
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 12px; }
  .home-top-slider .carousel-control.custom-control {
    display: none; } }

@media (min-width: 240px) and (max-width: 480px) {
  .home-top-slider .carousel-inner li:first-child .carousel-caption {
    left: 50%;
    margin-left: -75px;
    top: 5%;
    width: 160px; }
  /* .home-top-slider .carousel-inner li:first-child .carousel-caption h2, */
  .home-top-slider .carousel-inner li:first-child .carousel-caption h2 {
    font-size: 10px;
    line-height: 15px;
    padding: 15px 10px; }
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption {
    bottom: auto;
    left: 5%;
    top: 20%; }
  .home-top-slider .carousel-inner li:first-child .carousel-caption h2,
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption h2,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption h2 {
    font-size: 10px;
    line-height: 15px;
    padding: 15px 10px; }
  .carousel-caption .btn.btn-default {
    font-size: 8px;
    padding: 10px 5px; }
/*   .home-top-slider .carousel-inner li:first-child .carousel-caption {
   left: 5%;
   margin-left: inherit;
   padding: 10px;
   top: 5%;
   width: 180px; } */ }

@media (min-width: 240px) and (max-width: 414px) {
  .home-top-slider .carousel-inner li:first-child .carousel-caption {
    left: 50%;
    margin-left: -75px;
    padding: 10px;
    top: 5%;
    width: 160px; }
  .home-top-slider .carousel-inner li:first-child .carousel-caption h2 {
    font-size: 10px;
    line-height: 15px; }
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption {
    bottom: auto;
    left: 5%;
    top: 20%;
    padding: 10px; }
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption {
    bottom: auto;
    left: 0%;
    top: 20%;
    padding: 10px; }
  .home-top-slider .carousel-inner li:nth-child(2) .carousel-caption h2,
  .home-top-slider .carousel-inner li:nth-child(3) .carousel-caption h2 {
    font-size: 10px;
    line-height: 15px; }
  .carousel-caption .btn.btn-default {
    font-size: 8px;
    padding: 10px 5px; } }

/*# sourceMappingURL=style.min.css.map */