html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

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 {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver
}

legend {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  :before,
  :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  select {
    background: #fff !important
  }

  .navbar {
    display: none
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%
}

h1,
.h1 {
  font-size: 36px
}

h2,
.h2 {
  font-size: 30px
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 14px
}

h6,
.h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}

small,
.small {
  font-size: 85%
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

a.text-primary:hover {
  color: #286090
}

.text-success {
  color: #3c763d
}

a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:hover {
  background-color: #286090
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dt,
dd {
  line-height: 1.42857143
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1260px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  /* height:34px; */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px
  }

  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px
  }

  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto
}

.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0
  }

  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none;
  visibility: hidden
}

.collapse.in {
  display: block;
  visibility: visible
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none;
  visibility: hidden
}

.tab-content>.active {
  display: block;
  visibility: visible
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px
  }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0
  }

  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #080808
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding: 48px 0
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media-right,
.media>.pull-right {
  padding-left: 10px
}

.media-left,
.media>.pull-left {
  padding-right: 10px
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

a.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  visibility: hidden !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table
  }

  tr.visible-xs {
    display: table-row !important
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table
  }

  tr.visible-sm {
    display: table-row !important
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table
  }

  tr.visible-md {
    display: table-row !important
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table
  }

  tr.visible-lg {
    display: table-row !important
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table
  }

  tr.visible-print {
    display: table-row !important
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}


.Graphik-Regular-Reduced {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('data:font/woff;charset-utf-8;base64,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') format('woff');
  font-weight: 400;
  font-style: normal;
}

.Graphik-Medium-Reduced {
  font-family: 'Graphik Web';
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_regular';
  src: url('ProximaNovaA-Regular.eot');
  src: url('ProximaNovaA-Regular.eot?#iefix') format('embedded-opentype'),
    url('ProximaNovaA-Regular.woff2') format('woff2'),
    url('ProximaNovaA-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima_thin';
  src: url('ProximaNovaT-Thin.eot');
  src: url('ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
    url('ProximaNovaT-Thin.woff2') format('woff2'),
    url('ProximaNovaT-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima_bold';
  src: url('ProximaNovaA-Bold.woff2') format('woff2'),
    url('ProximaNovaA-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima_semibold';
  src: url('ProximaNova-Semibold.eot');
  src: url('ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('ProximaNova-Semibold.woff2') format('woff2'),
    url('ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.padd {
  padding: 10px;
}

.asfeaf {
  margin-left: 112px
}

body {
  font-weight: 300;
  font-family: "Graphik Web", -apple-system, "Helvetica Neue", "Droid Sans", Arial, sans-serif;
  font-size: 18px;
  color: #444444;
  line-height: 1.5em;
}

.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh
}

.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  filter: alpha(opacity=75);
  -moz-opacity: .85;
  z-index: 101;
  display: none
}

.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 767px;
  height: 532px;
  top: 60% !important;
  margin-top: -300px;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: -300px;
  z-index: 102
}

#btnClose {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #fff;
  background-color: rgb(62 66 82);
  float: right;
  padding: 15px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  position: relative;
  margin: -26px;
  text-align: center;
  font-family: arial;
  border: 2px solid #fff;
  font-size: 25px;
  line-height: 22px;
  box-shadow: -5px 8px 60px 15px #252323b3;
}

#btnClose:hover {
  color: rgb(255 255 255);
}

#delayedPopup>div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left
}

#delayedPopup>div.formDescription h2 {
  color: #444;
  font-size: 36px;
  line-height: 40px
}

#delayedPopup #mc_embed_signup {
  float: left;
  width: 47%;
  padding: 1%;
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 1%
}

#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px
}

#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAA
}

#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none
}

#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0;
  background: #5D9E62;
  border: none;
  color: #fff
}

#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer
}

.blueastral-logo img {
  width: 100px;
}

.sidebardemobutton {
  transform: rotate(90deg);
  transform-origin: left top 0;
  position: fixed;
  top: 37%;
  right: -182px;
  z-index: 99999999999;
  border-radius: 50px;
  padding: 10px 25px;
  color: #fff;
  transition-duration: .3s;
  display: block;
  font-family: 'proxima_semibold', Arial, Helvetica, sans-serif;
  background: linear-gradient(to right, #243e59 0%, #566e87 100%);
  -webkit-box-shadow: 0 15px 30px rgb(162 162 162 / 68%);
  box-shadow: 0 15px 30px rgb(162 162 162 / 68%);
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 3px 7px 20px rgb(162 162 162 / 68%);
  text-shadow: 0 1px 0 #4b5ef0;
  background: linear-gradient(53deg, rgb(12 113 195) 0%, #0A5ABB 86%) !important;
  box-shadow: 0 7px 13px -3px rgba(45, 35, 66, 0.3), 0 2px 4px 0 rgba(45, 35, 66, 0.4), inset 0 -2px 0 0 #4b58ba;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebardemobutton:hover {
  color: #fff;
  background: #566e87;
  -webkit-box-shadow: 0 15px 30px rgb(162 162 162 / 68%);
}

.panel_call {
  width: 235px;
  height: 75px;
  border-radius: 10px;
  display: none;
  background: #FF6E1F;
  bottom: 40px;
  right: 70px;
  position: fixed;
  text-decoration: none
}

.panel_call p {
  margin: auto;
  color: #fff
}

.info_call {
  margin-top: 10px;
  margin-left: 10px
}

.info-call {
  font-size: 200%;
  margin-top: -20px
}

.info_call_number {
  margin-top: -10px;
  font-size: 120%
}

#popup__toggle {
  bottom: 25px;
  right: 0;
  position: fixed
}

.img-circle {
  background-color: #FFF;
  box-sizing: content-box;
  -webkit-box-sizing: content-box
}


.banner_form {
  background-color: #D02B25
}

.banner_info {
  background: url(../images/Banner/SeoBannerBg.jpg) no-repeat center #000;
  background-size: cover
}

.home:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  background: url(https://mwsserver.co.in/ads/banner-strip.svg) no-repeat bottom center;
  bottom: -1px;
  left: 0px;
  z-index: 999;
  background-size: 100%;
}

.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;
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-wobble-horizontal {
  5.56% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }

  11.11% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
  }

  16.67% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }

  22.22% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  27.75% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  33.33% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-wobble-horizontal {
  5.56% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }

  11.11% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
  }

  16.67% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }

  22.22% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  27.75% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  33.33% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}

@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(8deg);
  }

  100% {
    -webkit-transform: rotate(-8deg);
  }
}

@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
  }
}

@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
  }
}

@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: .5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1;
  }
}

@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}

@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

html,
body {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none
}

a,
button,
a span {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.btn.extra-width {
  padding: 13px 40px
}

.btn:focus,
.btn:active {
  outline: inherit
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

p {
  margin: 0 0 15px
}

a {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
}

.clear {
  clear: both
}

img {
  max-width: 100%
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none
}

.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  background-color: transparent;
  background-image: none;
  border: 0 solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-bottom: 2px solid #ddd;
}

.form-control:focus {
  color: #d87843;
  border-color: #d87843;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6)
}

h1,
h2,
h3 {
  font-weight: 300;
  margin: 0
}

h4,
h5 {
  font-weight: 300;
  margin: 0;
  line-height: 2rem
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
  font-family: 'big_johnregular'
}

h2 {
  font-size: 1.875rem;
  line-height: 3rem;
  margin-bottom: 35px;
  /* text-transform:uppercase; */
  font-family: 'big_johnregular';
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 35px;
  /* text-transform:uppercase; */
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 1.1rem;
  /* text-transform:uppercase; */
  /* font-family:'big_johnregular'; */
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #222
}

h6 {
  font-size: 1rem;
  margin-bottom: .9rem
}

p {
  /* line-height:1.375rem; */
  /* font-size:.875rem */
}

p:last-child {
  margin-bottom: 0;
  color: #fff;
}

.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
  color: #fff
}

.text {
  color: #333
}

.colorstext {
  color: #5e9a28
}

.coloricon i {
  color: #5e9a28
}

.colorsbg {
  background: #5e9a28;
  color: #fff
}

.lightbg {
  background-color: #f9f9f9
}

.transition {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear
}

.outofsectiontext {
  margin-top: 40px
}

/*Section*/
.sections {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden
}

.sections.footer {
  padding-bottom: 80px
}

.section .subtitle h5 {
  margin-top: 10px;
  font-size: 1.3rem
}

.parallax-section {
  max-width: 100%;
  color: #fff
}

section .title-half h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  margin-bottom: 1.4rem
}

section .subtitle-half h5 {
  font-weight: 100;
  font-size: 17px
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.heading {
  margin-bottom: 4rem
}

.creativity_overlay {
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: auto
}

.home-overlay-fluid {
  background-color: rgba(41, 41, 41, 0.68);
  width: 80%;
  margin: auto
}

.overlay-img {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important
}

.fluid-blocks-col {
  padding: 70px 40px 0 80px
}

.fluid-blocks-col-right {
  padding: 70px 80px 0 40px
}

/*Separator*/
.separator {
  height: 2px;
  width: 85px;
  margin: 70px auto;
  background-color: #222
}

.whiseparator {
  height: 2px;
  width: 85px;
  margin: 50px auto 40px;
  background: #000
}

.separator2 {
  height: 2px;
  width: 50px;
  margin: 30px auto;
  background: #d87843
}

.separator3 {
  height: 2px;
  width: 30px;
  margin: 20px auto;
  background: #5e9a28
}

.separator4 {
  height: 2px;
  width: 30px;
  margin: 20px 0;
  background: #5e9a28
}

/*Button*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #fff;
  background-color: #5e9a28;
  border-color: #5e9a28
}

.btn {
  display: inline-block;
  /* min-width:230px; */
  padding: .4em;
  height: 45px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  font-size: 1.875rem;
  border-radius: 0;
  margin-top: 20px;
  background-color: transparent;
  transition: .5s;
  border: 0;
  font-family: 'amblebold';
}

.btn:hover {
  background-color: #d87843;
  color: #fff;
  text-decoration: none
}

.btn-primary {
  color: #fff;
  background-color: #639d2f;
  border-color: #fff;
  transition: .5s
}

.btn_news_color {
  color: #5e9a28;
  border-color: #5e9a28
}

.btn-md {
  border: 2px solid #000;
  color: #222;
  padding: .4rem 2rem;
  height: 60px
}

.btn-sm {
  border: 2px solid #000;
  color: #222;
  padding: .4rem 2rem;
  height: 60px;
  min-width: 185px
}

.btn-larg {
  border: 2px solid #fff;
  color: #fff;
  padding: 2rem 3rem;
  max-width: 430px;
  height: 100px
}


/*Extra height css*/
.margin-top-20 {
  margin-top: 20px
}

.margin-bottom-20 {
  margin-bottom: 20px
}

.margin-top-110 {
  margin-top: 110px
}

.margin-top-120 {
  margin-top: 120px
}

.margin-bottom-40 {
  margin-bottom: 40px
}

.margin-top-60 {
  margin-top: 60px
}

.margin-80 {
  margin-top: 80px;
  margin-bottom: 80px
}

.margin-bottom-60 {
  margin-bottom: 60px
}

.margin-top-80 {
  margin-top: 80px
}

.margin-bottom-80 {
  margin-bottom: 80px
}

.padding-top-20 {
  padding-top: 1.33rem
}

.padding-bottom-20 {
  padding-bottom: 1.33rem
}

.padding-top-40 {
  padding-top: 2.66rem
}

.padding-bottom-40 {
  padding-bottom: 2.66rem
}

.padding-top-60 {
  padding-top: 5rem
}

.padding-bottom-60 {
  padding-bottom: 5rem
}

.padding-bottom-0 {
  padding-bottom: 0
}

.padding-twenty {
  padding: 10px 0
}

.padding-fourty {
  padding: 20px 0
}

.padding-sixty {
  padding: 30px 0
}

.padding-eighty {
  padding: 40px 0
}

h1 span {
  color: #5e9a28;
  font-weight: 400
}

.form-control::-moz-placeholder {
  color: #676767;
  opacity: 1
}

.form-control:-moz-placeholder {
  color: #676767;
  opacity: 1
}

.form-control::-webkit-input-placeholder {
  color: #676767;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #676767;
  opacity: 1
}

.home_bg {
  /*background: url(..//images/banner-shape.png) no-repeat right; */
  background-size: contain
}

.banner_content {
  padding: 0;
  /* height: 100vh; */
}

.banner_content .row {
  width: 100% !important;
  height: 100vh;
}

.home {
  position: relative;
  padding: 0% 0 0;
}

.home .main_home {
  padding-top: 120px
}

.home .main_home h1 {
  color: #000
}

.home .main_home p.subtitle {
  color: #000;
  padding-bottom: 25px;
  font-family: 'ambleregular';
  font-size: 1.375rem;
  max-width: 65%;
  margin: 0 auto;
  line-height: 2rem
}

.home .owl-theme .owl-nav {
  margin-top: 80px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #d87843
}

a.topget-green:hover {
  color: #fff
}

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

.mouse-scroll {
  position: absolute;
  left: 48.8%;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7F8C8D;
  color: #FFF;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  margin-top: 4%;
  text-decoration: none;
  overflow: hidden
}

.mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 46px;
  height: 73px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #000;
  border-radius: 23px
}

.mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #000;
  border-radius: 50%;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite
}

.mouse-scroll .mouse-message {
  float: left;
  margin: -200px 0 0 7px;
  padding: 0;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite
}

.mouse-scroll:hover .mouse-message {
  margin-top: 0
}

/*introduction section css*/
.head_title h2 {
  font-size: 1.625rem;
  color: #222
}

.head_title p {
  font-size: 1.375rem;
  color: #222;
  line-height: 2rem;
  width: 75%;
  margin: 0 auto;
  font-family: 'amblelight'
}

.creativity {
  background: url(..//images/creativitybg.jpg) no-repeat top center;
  background-size: cover
}

.main_creativity {
  margin: 200px auto
}

.main_mixi_content {
  max-height: 900px
}

.main_mix_menu {
  margin-bottom: 50px
}

.main_mix_menu ul li {
  width: 150px;
  height: 35px;
  padding: .2rem;
  display: inline-block;
  font-size: 1.125rem;
  font-family: 'slim_joeregular';
  background-color: transparent;
  transition: .5s;
  color: #222;
  cursor: pointer
}

.main_mix_menu ul li.active {
  color: #222;
  font-family: 'big_johnregular'
}

.single_mixi_portfolio {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px
}

.single_mixi_portfolio img {
  width: 100%;
  height: auto
}

.single_mixi_portfolio:hover .mixi_portfolio_overlay {
  opacity: 1
}

.mixi_portfolio_overlay {
  background: rgba(12, 38, 51, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  opacity: 0;
  border: 10px solid #000
}

.mixi_portfolio_overlay .overflow_hover_text {
  position: absolute;
  top: 40%;
  left: 13%;
  width: 75%
}

.mixi_portfolio_overlay .overflow_hover_text i {
  color: #223d61;
  font-size: 40px
}

.mixi_portfolio_overlay .overflow_hover_text h2 {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0
}

.mixi_portfolio_overlay .overflow_hover_text p {
  color: #fff;
  font-size: 1.5rem
}

.mixcontent .mix {
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 50% 0
}

.portfolio_btn_area {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  display: inline-block
}

.heretohelp {
  background: url(..//images/images/heretohelpbg.jpg) no-repeat top center;
  background-size: cover
}

.client {
  background: #f4f4f4
}

.client .single_client_logo {
  margin-bottom: 20px;
  padding: 5px;
  overflow: hidden
}

.client .single_client_logo a img {
  width: 100%;
  float: left;
  padding: 1px;
  opacity: 0.5;
}

.team .single_item:hover img {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
  transform: scale(1.1)
}

.team .single_item:hover .single_team_overlay {
  opacity: 1
}

.team .single_item .single_team_overlay {
  background: rgba(94, 154, 40, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px 0 10px;
  transition: .6s;
  opacity: 0
}

.team .single_item .single_team_overlay h4 {
  color: #fff;
  text-transform: uppercase
}

.team .single_item .single_team_overlay p {
  color: #fff;
  text-transform: uppercase
}

.team .single_item .single_team_overlay .team_socail {
  position: absolute;
  right: 10px;
  top: 10px
}

.team .s_t_overlay_text {
  position: absolute;
  bottom: 5%;
  left: 30%
}

.team .single_item .single_team_overlay .team_socail a i {
  color: #fff;
  font-size: 1rem;
  padding: 0 5px;
  float: right;
  top: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center
}

.team .about_apply {
  background: #fff;
  border: 2px solid #222;
  width: 100%;
  height: 350px
}

.team .single_team_right {
  padding: 75px 20px
}

.team .single_team_right .separator {
  margin: 20px auto
}

.team .about_apply h4 {
  color: #222
}

.team .about_apply a {
  color: #222;
  border: 2px solid #222;
  min-width: 90%;
  height: 65px
}

.video {
  background: url(..//images/images/videobg.jpg) no-repeat top center;
  background-size: cover
}

.video .main_video {
  padding: 220px 0 160px;
  overflow: hidden
}

.owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ee6920
}

.main_choose_area {
  color: #222
}

.choose .main_choose_content .single_choose_item {
  margin-bottom: 30px
}

.choose .main_choose_content .single_choose_item .single_choose_img {
  height: 150px;
  line-height: 150px;
  margin-bottom: 40px
}

.quote {
  background: url(https://mwsserver.co.in/ads/images/quotebg.jpg) no-repeat top center;
  background-size: cover
}

.contact {
  background: #fff
}

.contact .main_contact_text_area {
  background-color: #e4e4e4;
  overflow: hidden
}

.contact .single_message_right_info {
  background: #f2f2f2;
  padding: 120px 80px
}

.contact .single_message_right_info ul li a {
  font-style: italic;
  color: #222;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 1.375rem;
  font-family: 'amblelight'
}

.contact .single_message_right_info .socail_bookmark a i {
  color: #222;
  font-size: 1.375rem;
  padding: 5px;
  transition: all .6s
}

.contact .single_message_right_info .socail_bookmark a:hover i {
  color: #d87843
}

.contact .single_contant_left {
  padding: 120px 80px
}

.footer {
  background: #222
}

.main_footer {
  padding: 100px 0
}

.copyright_text p {
  color: #aaa79e;
  font-size: 1rem;
  line-height: 25px;
  padding: 40px;
  max-width: 100%
}

.copyright_text p i {
  padding: 0 10px;
  color: red
}

.copyright_text p a {
  padding: 0 10px;
  color: #d87843
}

.scrollup {
  position: fixed;
  bottom: 100px;
  right: 7px;
  color: #fff;
  cursor: pointer;
  /* background-color:#243e59; */
  z-index: 1000;
  transition: opacity .5s, background-color .5s;
  -moz-transition: opacity .5s, background-color .5s;
  -webkit-transition: opacity .5s, background-color .5s;
  border-radius: 7px;
}

.scrollup:hover {
  background: #5ed23f;
  opacity: 1
}

.scrollup i {
  font-size: 13px;
  /* position:absolute; */
  opacity: 1;
  color: #fff;
  /* left:50%; */
  /* top:50%; */
  /* margin-top:-7px; */
  /* margin-left:-6px; */
  text-decoration: none;
}

.cl {
  clear: both;
  /* visibility:hidden; */
  line-height: 0;
}

.blueastral-logo a {
  font: 30px robotolight, Arial, Helvetica, sans-serif;
  color: #ffffff;
  /* text-transform:uppercase; */
  transition-duration: .3s;
  font-weight: 100;
}

.blueastral-logo a:hover {
  color: #fff;
}
.blueastral-logo a:hover i{
  color: white;
}

.header-top-space {
  margin-bottom: 0rem;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999;
  padding: 0px 0px;
}

.topcall-now {
  font: 18px 'proxima_semibold', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 60px;
  text-align: right;
}

.topcall-now h3 {
  font: 18px 'proxima_semibold', Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  display: inline-block;
  line-height: 2.7em;
}

.topcall-now a {
  background-color: #0a5abb;
  color: #ffffff;
  display: inline-flex;
  padding: 0px 15px;
  vertical-align: text-bottom;
}

.topcall-now a.mail svg {
  width: 60px;
  margin-right: 0px;
  height: 45px;
}

.topcall-now a.mail {
  padding: 2px 2px;
  background-color: #ffffff;
  margin-right: -3px;
}

.topcall-now svg {
  color: #fff;
  opacity: 1;
  visibility: visible;
  width: 41px;
  transition: opacity 200ms linear;
  height: 49px;
  /* display: inline-block; */
  margin-right: 6px;
}




.mid-mobile {
  /* background: rgb(255, 255, 255); */
  padding: 6.5% 5.6% 6%;
  text-align: left;
  width: 90%;
  float: none;
  border-radius: 11px;
  /* box-shadow: 0px 12px 30px 0px #27415c3d; */
  margin: 0px auto;
}

.mid-mobile h2 {
  font: 2.00em 'proxima_semibold', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 100;
}

.mid-mobile h2 span {
  font-family: "proxima_thin", -apple-system, "Helvetica Neue", "Droid Sans", Arial, sans-serif;
  font-weight: 100;
}

.mid-mobile h5 {
  font-size: 0.9em;
  padding-bottom: 0%;
  margin-bottom: 21px;
  color: rgb(255 255 255);
  font-weight: 100;
}

.mid-mobile input::placeholder {
  color: #ffffff90;
  font-family: "Graphik Web", -apple-system, "Helvetica Neue", "Droid Sans", Arial, sans-serif;
  font-size: 1.0em
}

.mid-mobile textarea::placeholder {
  color: #ffffff90;
  font-family: "Graphik Web", -apple-system, "Helvetica Neue", "Droid Sans", Arial, sans-serif;
  font-size: 1.0em
}

::placeholder {
  color: #000 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #000 !important;
}

.mid-mobile .name,
.mid-mobile .mobile,
.mid-mobile .mail {
  width: 100%;
  color: #3c3838;
  text-align: left;
  border-top: none;
  margin-bottom: 18px;
  font-family: 'proxima_semibold', Arial, Helvetica, sans-serif;
  padding: 17px 16px;
  display: block;
  border-radius: 4px;
  border: 0px solid rgb(235, 235, 235);
  -webkit-box-shadow: 0 5px 10px #27415c12;
  box-shadow: 0 5px 10px #27415c12;
  background-color: #ffffff;
}

marquee {
  position: absolute;
  left: 240px;
  width: 600px;
}

.mid-mobile .textarea-into {
  height: 90px;
  width: 100%;
  color: #000000;
  text-align: left;
  border-top: none;
  margin-bottom: 3%;
  font-family: 'proxima_semibold', Arial, Helvetica, sans-serif;
  padding: 20px 16px;
  display: block;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 5px 10px #27415c12;
  box-shadow: 0 5px 10px #27415c1a;
  background-color: #ffffff;
}

.mid-mobile .submit-button {
  color: #fff;
  text-align: center;
  padding: 3% 0 4%;
  border: none;
  border-radius: 6px;
  font: 18px 'proxima_semibold', Arial, Helvetica, sans-serif;
  transition-duration: .4s;
  background-blend-mode: multiply, normal !important;
  -webkit-transition: box-shadow .15s ease, -webkit-transform .15s ease !important;
  -webkit-transition: box-shadow .15s ease, transform .15s ease !important;
  transition: box-shadow .15s ease, transform .15s ease !important;
  will-change: box-shadow, transform !important;
  background: #0a5abb;
  outline: rgb(255 222 173) !important;
  border: 0;
  display: inline-block;
  width: 160px !important;
  float: left;
  margin-top: 7px;
  letter-spacing: 0px;
}

.mid-mobile form:after {
  content: url(https://mwsserver.co.in/ads/mail-send.png);
  position: absolute;
  ;
  bottom: 0px;
  right: 0px;
}


.mid-mobile form {
  /* background:url(..//images/mobile-form-button-shadow.png) no-repeat center bottom; */
  padding-bottom: 0%;
  text-align: center;
}

.mid-mobile .submit-button:hover {
  color: rgb(255 255 255) !important;
  box-shadow: 0px 8px 22px -3px rgb(45 35 66 / 37%), 0px 8px 20px 0 rgb(45 35 66 / 17%), inset 0 -2px 0 0 #4b58ba !important;
  transform: translateY(-10px) !important;
  background: #0A5ABB;
}

.forging-text {
  padding: 0% 0 0;
  text-align: left;
  width: 71%;
  max-width: 643px;
  margin-left: 5vw;
}

.forging-text h1 {
  font: 2em 'proxima_semibold', Arial, Helvetica, sans-serif;
  color: rgb(249 249 249);
  line-height: 1.2em;
  margin-bottom: 4%;
  display: block;
  clear: both;
  text-align: left;
}

.forging-text h1 strong {
  color: rgb(255 255 255);
  font-size: 137%;
  font-weight: 100;
  /* text-shadow: -1px 6px 7px #0000002e; */
}

.forging-text h5 {
  font: 1.2em 'Graphik Web', Arial, Helvetica, sans-serif;
  color: rgb(255 255 255);
  /* -: 85%; */
  line-height: 1.4em;
  text-align: left;
  margin: 0px auto;
}

.forging-text ul {
  margin: 0;
  padding: 18px 0px 28px 20px;
  display: block;
  clear: both;
  text-align: left;
}

.forging-text ul li {
  margin: 0px 10px 0% 12px;
  padding: 0;
  list-style: none;
  /* float:left; */
  color: rgb(255 255 255);
  font: 22px 'proxima_semibold', Arial, Helvetica, sans-serif;
  display: inline-block;
}



.forging-text ul li a{
  margin: 0px 10px 0% 12px;
  padding: 0;
  list-style: none;
  /* float:left; */
  color: rgb(255 255 255);
  font: 22px 'proxima_semibold', Arial, Helvetica, sans-serif;
  display: inline-block;
}

.forging-text ul li a:hover {
  color: #D02B25;
}

.forging-text ul li:nth-child(1) {
  margin: 0;
}

.list ul {
  list-style: none;
  padding: 0;
  margin: 0px 0 2% 0px;
  display: flex;
}

.list ul li a{
 font-size: 1.2em;
}


.list ul li:last-child {
  margin-right: 0; /* Remove margin from the last item */
}






/* .forging-text .features {} */

.forging-text .features ul {
  border: 1px solid #fff;
  margin: 32px 0;
  padding: 15px 1px;
  display: inline-flex;
}

.forging-text .features ul li {
  border-right: 1px solid #01b0be;
  width: 132px;
  margin-right: 0px !important;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Graphik Web", -apple-system, "Helvetica Neue", "Droid Sans", Arial, sans-serif;
}

.forging-text .features ul li h4 {
  font: 36px 'proxima_semibold', Arial, Helvetica, sans-serif;
  vertical-align: text-top;
  margin-bottom: 1px;
}

.forging-text .features ul li:nth-last-child(1) {
  border-right: 0px;
}

.forging-text .features ul li span {
  background: url(https://mwsserver.co.in/ads/features-sprite.png) no-repeat 0 0;
  width: 69px;
  height: 69px;
  display: block;
  margin: 0px auto;
}

.forging-text .features ul li:nth-child(2) span {
  background-position: -70px 0px;
}

.forging-text .features ul li:nth-child(3) span {
  background-position: -137px 0px;
}

.forging-text .features ul li:nth-child(4) span {
  background-position: -205px 0px;
}


.forging-text .white-a-tag {
  margin: 0;
  color: #fff3f3;
  font: 17px 'proxima_semibold', Arial, Helvetica, sans-serif;
  border-radius: 0px;
  text-transform: uppercase;
  margin-right: 2%;
  padding: 2.5% 6%;
  display: inline-block;
  background: #d02b25;
}

.forging-text .white-a-tag:hover {
  color: rgb(255 255 255) !important;
  transform: translateY(-10px);
  background: #0A5ABB;
}

.forging-text .green-a-tag {
  color: #fdfdfd;
  font: 17px 'proxima_semibold', Arial, Helvetica, sans-serif;
  border: 2px solid #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 4%;
  padding: 2.5% 4%;
}

.forging-text .green-a-tag:hover {
  color: #fff;
  transform: translateY(-10px);
  background: #0A5ABB;
  border-color: rgb(14 149 239 / 0%);
}



.circle-both {
  background: url(https://mwsserver.co.in/ads/dots-arrow-left-side.png) no-repeat left center;
  padding: 4% 0;
}

.about-heading h2 {
  font: 1em 'proxima_thin', Arial, Helvetica, sans-serif;
  font-size: 2em !important;
  color: #d02b25;
}

.about-heading h2 b {
  color: #0a5abb;
}

.aboutus-text {
  padding-left: 4%;
}

.aboutus-text:before {
  border-left: 1px;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 0px;
  background-color: #dcdada;
  content: "";
}
.aboutus-text h1{
  color: black;
  font: 2em 'proxima_thin', Arial, Helvetica, sans-serif;
}
.aboutus-text h2{
  color: #012A5E!important;
  font: 1em 'proxima_thin', Arial, Helvetica, sans-serif;

}

.client_list {
  border-top: 1px solid #dcdada;
  margin-top: 25px;
}

.client_list ul {
  margin: 2% 0 0;
  padding: 0;
  text-align: center;
  display: flex; 
  justify-content: space-around;
}



@media only screen and (max-width: 768px) {
  .client_list ul {
    flex-wrap: wrap;
    justify-content: center; 
  }
  .client_list ul li {
    flex: 0 0 45%; 
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 480px) {
  .client_list ul li {
    flex: 0 0 100%; 
  }
}


.client_list ul li {
  padding: 0;
  margin-bottom: 15px;
  display: inline-block;
}

.client_list ul li img {
  /* filter: saturate(25%); */
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.client_list ul li img:hover {
  margin-top:-10px
}

/* 
.client_list ul li img:hover {
  filter: saturate(100%);
} */

/*.client_list ul li:nth-child(2),.aboutus-text ul li:nth-child(5){margin:0 20px}*/


.rounded {
  display: inline-block;
  padding: 9px 10px 10px 32px;
  border-radius: 10px;
  background: linear-gradient(53deg, #d02b25 0%, #cf2b25 86%) !important;
  color: #ffffff;
  font-family: 'proxima_semibold', "Graphik Web", -apple-system, "Helvetica Neue", "Droid Sans", Arial, sans-serif;
  font-size: 1.1em;
  box-shadow: 0 7px 13px -3px rgb(47 115 144);
  line-height: 2.1em;
  margin-top: 25px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.rounded span {
  font-size: 0;
  padding: 3px;
  background: url(https://mwsserver.co.in/ads/arrow.png) no-repeat center #fff;
  display: inline-block;
  margin-left: 13px;
  border-radius: 34px;
  height: 50px;
  width: 50px;
  color: #01b0be;
  line-height: 53px;
}

.rounded:hover {
  background: linear-gradient(53deg, rgb(21 122 189) 0%, #0A5ABB 86%) !important;
  color: #fff;
  transform: translateY(-10px) !important;
}

.aboutus-text h2 {
  margin: 0 0 17px;
  padding: 0;
  font: 35px 'proxima_semibold', Arial, Helvetica, sans-serif;
  color: rgb(109 140 173);
  text-transform: capitalize;
}

/* .aboutus-text h2:after {
  width: 12%;
  content: "";
  background: #939393;
  position: absolute;
  margin: 0 auto;
  display: block;
  height: 2px;
  margin-top: 5px;
} */

.aboutus-text h3 {
  font: 20px 'proxima_bold', Arial, Helvetica, sans-serif;
  color: #243e59;
  border: 1px solid #fff;
  text-transform: capitalize;
  margin: 3% 0 4px;
}

.aboutus-text h3:after {
  width: 5%;
  background: #939393;
  position: absolute;
  margin: 0 auto;
  display: block;
  height: 2px;
}



.service_section {
  text-align: center;
  background-color: #f6f7f9;
  padding: 4% 0 4% 0;
}

.service_section h2 {
  margin: 0;
  padding: 0;
  font: 3em 'proxima_thin', Arial, Helvetica, sans-serif;
  color: #012a5e;
  text-transform: capitalize;
}
.service_section h1 {
  margin: 0;
  padding: 0;
  font: 2.5em 'proxima_thin', Arial, Helvetica, sans-serif;
  color: #012a5e;
  text-transform: capitalize;
}

.service_section h2 b {
  font-family: 'proxima_semibold';
}

.service_section h3 {
  margin: 1% 0 1%;
  padding: 0;
  font-size: 1.2em;
  color: #444444;
  text-transform: capitalize;
}

.service_section .services__slider {
  position: relative;
  height: 520px;
  width: 880px;
  background-color: #e8dcc2
}

.service_section .services__content {
  position: absolute;
  left: -25px;
  position: absolute;
  left: -60px;
  -webkit-transition: top .35s ease;
  -moz-transition: top .35s ease;
  -ms-transition: top .35s ease;
  -o-transition: top .35s ease;
  transition: top .35s ease
}

.center-text,
.service_section .center-vert,
.services__content,
.services__img-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.service_section .services__heading {
  position: relative;
  text-align: left
}

.service_section .heading--big {
  line-height: 65px;
  font-size: 51px;
  font-family: proxima_semibold;
  font-weight: 700
}

.service_section .services__img-container {
  max-width: 750px;
  position: absolute;
  right: -140px;
  -webkit-transition: right .35s ease;
  -moz-transition: right .35s ease;
  -ms-transition: right .35s ease;
  -o-transition: right .35s ease;
  transition: right .35s ease;
}

.service_section .services__img {
  max-width: 100%;
  display: block;
  width: 100%
}

.service_section .services__overlay {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: left;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.service_section .heading--mid {
  font-size: 40px
}

.service_section .text {
  line-height: 2.6rem;
  color: #222223;
  letter-spacing: 0;
  font-family: myFont_one;
  font-style: normal;
  font-weight: 300;
  font-size: 20px
}

.service_section .services__overlay-close {
  position: absolute;
  top: 10px;
  right: 10px
}

.service_section .btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle
}

.service_section .services__slider:hover .services__content {
  top: 40%
}

.service_section .services__slider:hover .services__img-container {
  right: -160px
}

.service_section .services__heading:before {
  content: '';
  position: absolute;
  height: 7px;
  width: 45px;
  background-color: #1b9ada;
  bottom: -12px
}


.services-slider .owl-stage {
  left: -5%;
}

.drag-icon__rig {
  position: relative;
  width: 100px;
  height: 25px;
  margin: 0 auto;
}


@keyframes dragIcon {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(100%, 0, 0);
  }

  50% {
    transform: translate3d(0, 0, 0);
  }

  75% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.drag-icon__rig {
  position: relative;
  width: 100px;
  height: 25px;
  margin: 0 auto;
}

.drag-icon__rig--hand {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 1;
  -webkit-animation: dragIcon 3.8s cubic-bezier(.57, -.04, .58, 1) infinite both;
  -moz-animation: dragIcon 3.8s cubic-bezier(.57, -.04, .58, 1) infinite both;
  -o-animation: dragIcon 3.8s cubic-bezier(.57, -.04, .58, 1) infinite both;
  animation: dragIcon 3.8s cubic-bezier(.57, -.04, .58, 1) infinite both;
}

.drag-icon__rig--line {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  -o-transition: -o-transform;
  -moz-transition: transform, -moz-transform;
  transition: transform;
  transition: transform, -webkit-transform, -moz-transform, -o-transform;
  border-top: 1px dashed #1e2b31;
  z-index: 0;
}



@media (max-width:1024px) {
  .services__slider {
    width: 639px !important;
  }
}

@media (max-width:767px) {
  .services__slider {
    height: 170px !important;
    width: 275% !important;
  }

  .mobile_mar {
    display: none;
  }

  .forging-text h1 {
    font-size: 24px !important;
  }

  .forging-text h1 {
    font: 1.6em 'proxima_semibold', Arial, Helvetica, sans-serif;
    text-align: left !important;
  }

  .forging-text {
    padding: 0;
    text-align: left;
    margin-top: -140px !important;
    width: 61%;
  }
}

@media (max-width:414px) {
  .services__slider {
    height: 145px !important;
    width: 200px !important;
  }
}


@media (max-width:768px) {
  .services__img-container {
    right: 0 !important;
    top: 30px
  }

  .services__slider .services__content {
    left: 0 !important;
    top: 95% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
  }

  .services__slider .services__heading {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    color: #000
  }
}


@media (max-width:980px) {
  .owl-carousel {
    overflow: hidden;
  }

  .owl-carousel .owl-stage-outer {
    overflow: unset !important;
  }

  .owl-carousel {
    padding: 10vh 0 0 0 !important;
  }

  .desk {
    display: none;
  }
}

.portfolio-experiences#portfolio {
  background: linear-gradient(360deg, #ffffff 0%, #f6f7f9 100%);
}

.portfolio-experiences {
  text-align: center;
  padding: 4% 0 4% 0;
}

.portfolio-experiences h2 {
  margin: 0;
  padding: 0;
  font: 2.2em 'proxima_thin', Arial, Helvetica, sans-serif;
  color: #d02b25;
  text-transform: capitalize;
}

/* .portfolio-experiences h2 b {} */

.portfolio-experiences h3 {
  margin: 1% 0 1%;
  padding: 0;
  font-size: 1.2em;
  color: #444444;
  text-transform: capitalize;
}


.isotope .grid-item {
  height: 460px;
  margin-bottom: 25px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.isotope-pager {
  display: none !important;
}

/* .portfolio-experiences {} */

.portfolio-experiences .top-side {
  text-align: center
}

.portfolio-experiences .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block
}

.portfolio-experiences .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto
}

.portfolio-experiences .top-side h2 {
  font-weight: 700
}

.portfolio-experiences .filters {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
}

.portfolio-experiences .filters ul {
  padding: 0;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
  margin: 0 auto;
  display: inline-block
}

.portfolio-experiences .filters ul li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
  background-color: #fff;
  color: #1f354d;
  font-size: 16px
}

.portfolio-experiences .filters ul li a {
  padding: 10px 30px;
  display: block;
  color: #404b6c;
}

.portfolio-experiences .filters ul li.active {
  background-color: #d02b25;
  color: #fff
}

.portfolio-experiences .filters ul li.active a {
  color: #fff
}

.portfolio-experiences .filters-content {
  margin-top: 50px;
  width: 97%;
  margin: 0px auto;
}

.portfolio-experiences .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms
}

.portfolio-experiences .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms
}

.portfolio-experiences .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  border-radius: .6rem;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
  /* transition:.3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12); */
  clear: both;
  display: block;
}

.portfolio-experiences .filters-content .item .p-inner {
  padding: 20px 30px
}

.portfolio-experiences .filters-content .item .p-inner h5 {
  font-size: 15px
}

.portfolio-experiences .filters-content .item .p-inner .cat {
  font-size: 13px
}

.portfolio-experiences .filters-content .item img {
  width: 100%
}

/*.portfolio-experiences .grid{position:relative;clear:both;padding: 0 0 0em;}*/
.portfolio-experiences .grid figure {
  position: relative;
  float: none !important;
  overflow: hidden;
  height: auto;
  background: #1f354d;
  text-align: center;
  cursor: pointer;
  margin: 0 0 0rem 0;
}

.portfolio-experiences .grid figure img {

  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1
}

.portfolio-experiences .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.portfolio-experiences .grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none
}

.portfolio-experiences .grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.portfolio-experiences .grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0
}

.portfolio-experiences .grid figure h2 {
  word-spacing: -.15em;
  font-weight: 300
}

.portfolio-experiences .grid figure h2 span {
  font-weight: 800
}

.portfolio-experiences .grid figure h2,
.grid figure p {
  margin: 0
}

.portfolio-experiences .grid figure p {
  font-size: 68.5%
}

.portfolio-experiences figure.effect-goliath {
  background: #1f354d
}

.portfolio-experiences figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s
}

.portfolio-experiences figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.portfolio-experiences figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  text-align: left;
  color: #fff;
}

.portfolio-experiences figure.effect-goliath h2 {
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(255 255 255 / 0%) 100%);
  line-height: 32px;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
}

.portfolio-experiences figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform .35s;
  transition: opacity 0.35s, transform .35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  width: 100%
}

.portfolio-experiences figure.effect-goliath p a {
  display: block;
  border: 1px solid #fff;
  padding: 8px 24px;
  float: left;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  text-decoration: none;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.portfolio-experiences figure.effect-goliath p a:nth-child(2) {
  float: right
}

.portfolio-experiences figure.effect-goliath p a:hover {
  background-color: #ffffff;
  color: #000
}

.portfolio-experiences figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
}

.portfolio-experiences figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}










.blue-subscribe {
  margin: 0;
  padding: 8vh 0;
  background: #1c3958;
}

.blue-subscribe h4 {
  margin: 0;
  padding: 0;
  font: 3em 'proxima_bold', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.0em;
  margin-bottom: 15px;
}

.blue-subscribe h5 {
  margin: 0 0 6px;
  padding: 0;
  font: 28px 'proxima_semibold', Arial, Helvetica, sans-serif;
  color: #40a1cb;
}

.blue-subscribe a {
  color: #1c3958;
  /* background: linear-gradient(53deg,#40a1cb 0%,#40a1cb 86%)!important; */
  background: #FFFFFF !IMPORTANT;
}

.blue-subscribe a:hover span {
  background-color: #ffffff !important;
  color: #ffffff !important
}

.blue-subscribe p {
  margin: 0;
  padding: 0;
  font-size: 19px;
  color: #fff;
  line-height: 25px;
}

.blue-subscribe .right-get-quote {
  text-align: right
}

.blue-subscribe .right-get-quote a {}

.blue-subscribe .right-get-quote a span {
  color: #1c3958;
  background-color: #e4e7ef;
}

.blue-subscribe .right-get-quote a:hover {
  background: linear-gradient(53deg, #40a1cb 0%, #40a1cb 86%) !important;
}





.testimonial-block {
  border-radius: 8px;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
  margin: 0px 15px 37px 15px;
  background-color: #ffffff;
}

.review-text {
  padding: 32px;
  line-height: 22px;
  font-size: 15px;
  color: rgb(83 89 111);
  font-weight: 100;
}

.review-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgb(230 232 240);
}

.review-name {
  line-height: 20px;
  font-weight: 500;
  font-family: 'proxima_semibold', Arial, Helvetica, sans-serif
}

.review-company {
  margin-top: 0;
  color: #a90000;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.review-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.review-star {
  width: 16px;
  margin-right: 1px;
  margin-left: 1px
}

.review-info {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

/*-------------------------------------*/
.footer_bottom .forging-text {
  margin-left: auto;
}

.footer_bottom .forging-text ul li {
  color: rgb(52 44 91);
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.footer_bottom .forging-text ul {
  text-align: center;
  padding: 10px 0px;
}

.footer-dots {
  max-width: 650px;
  margin: 0px auto
}

.footer-dots ul li {
  font: 20px 'Graphik Web', Arial, Helvetica, sans-serif;
  margin: 0 0 0 14px;
}

.footer_blocks {
  transform: translateY(-40px) !important;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
}


.header-top-space.change {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 9999;
  background-color: rgb(86 101 138);
  box-shadow: 0 0 20px 0px #243e5924;
  padding: 7px 0 0px 0;
}

.header-top-space {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#Contactus h3 {
  font: 3.3em 'proxima_thin', Arial, Helvetica, sans-serif;
  color: #d02b25;
  text-transform: capitalize;
  text-align: center;
}

#Contactus h3 b {
  font-family: 'proxima_bold';
}

.footer-bar {
  margin-top: 70px;
 }

.footer-bar .blueastral-icon {
  background: url(https://mwsserver.co.in/ads/footer-blueastral-logo-bg.jpg) no-repeat center top;
  padding: 6% 11% 1%
}

.footer-bar h2 {
  padding: 0;
  margin: 0px 0px 6px 0px;
  font: 1.2em 'proxima_thin', Arial, Helvetica, sans-serif;
  color: rgb(255 255 255);
  line-height: 1.0em;
  text-align: left;
  text-transform: uppercase;
}

.footer-bar h2 span {
  width: 100%;
  display: block;
  font: 1.9em 'proxima_semibold', Arial, Helvetica, sans-serif;
  line-height: 1.3em;
}

.footer-bar h4 {
  font: 18px 'proxima_semibold', Arial, Helvetica, sans-serif;
  margin: 1% 0 3%;
  font-weight: 200;
}

.footer-bar h6 {
  color: #ffffff;
  font-size: 1em;
  font-family: 'proxima_regular';
  line-height: 1.3em;
}


.footer-bar input::placeholder {
  color: #243e59;
  font-family: 'Graphik Web', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.footer-bar textarea::placeholder {
  color: #243e59;
  font-family: 'Graphik Web', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.footer-info {
  padding: 35px 30px 20px 30px;
  background: #01b0be;
  background-image: linear-gradient(to left, #4d3aac, #523eb9, #5741c7, #5d45d4, #6249e2);
}

.footer-info ul {
  padding: 0px;
  margin: 0px
}

.footer-info ul li {
  list-style: none;
  display: block;
  margin-bottom: 0px;
  width: 100%;
  margin: 13px 0 0 0;
}

.footer-info ul li figure {
  width: 20%;
  display: inline-block;
  /* margin-right: 5px; */
  vertical-align: text-top;
}

.footer-info ul li figure img {
  max-width: 58px;
}

.footer-info ul li span h6 {
  font-family: 'proxima_thin', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 0.7em;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.footer-info ul li span {
  width: 69%;
  text-align: left;
  /* background: rgb(255 255 255 / 6%); */
  /* box-shadow: 0px 1px 14px -3px rgb(255 255 255); */
  border-top-left-radius: 100px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 100px;
  margin-top: 0px;
  vertical-align: text-top;
  display: inline-block;
}

.footer-info ul li span h5 {
  color: #FFF;
  font: 1.50em 'Graphik Web', Arial, Helvetica, sans-serif;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-left: 0px;
  font-weight: 100;
}

.footer-info ul li span h5 a {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  color: #FFF;
}

.client_satisfaction {
  color: #fff;
  /* vertical-align: bottom; */
  /* display: flex; */
  margin-top: 18px;
}

.client_satisfaction h3 {
  font-family: 'proxima_semibold', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  margin-bottom: 8px;
  vertical-align: text-bottom;
}

.client_satisfaction h3 b {
  width: 100%;
  display: block;
  font-size: 3.2em;
  margin-bottom: 7px;
}

.client_satisfaction h4 {
  font-family: 'proxima_thin', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-style: italic;
}

.client_satisfaction img {
  width: 49%;
  display: inline-block;
  vertical-align: bottom;
}

.client_satisfaction .content {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-top: 51px;
}

.animated {
  animation: blinker 1s step-start infinite;
  color: rgb(136 185 227) !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.web-technologies {
  padding: 4% 0 7% 0;
  background: url(https://mwsserver.co.in/ads/half-curv.jpg) no-repeat center top;
}

.web-technologies .box-shadow {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 30px 5px #f3f3f303;
  padding: 17px 0 0;
  margin: 10px;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'proxima_semibold', Arial, Helvetica, sans-serif
}

.web-technologies h2 {
  margin: 0;
  padding: 0;
  font: 3.3em 'proxima_thin', Arial, Helvetica, sans-serif;
  color: #d02b25;
  text-transform: capitalize;
}

.web-technologies h2 b {
  font-family: 'proxima_bold';
}


.footer_form h3 {
  margin: 0;
  padding: 0;
  font: 2.7em 'proxima_bold', Arial, Helvetica, sans-serif;
  color: #d02b25;
  text-transform: capitalize;
}

.footer_form h1 {
  margin: 0;
  padding: 0;
  font: 2em 'proxima_bold', Arial, Helvetica, sans-serif;
  color: #d02b25;
  text-transform: capitalize;
  text-align: center;
}

.footer_form h5 {
  margin: 1% 0 19px;
  padding: 0;
  font-size: 1em;
  color: #444444;
  line-height: 1.5em;
}


.footer-mail-plain {
  margin-top: 35px;
  width: 100px;
  margin-left: 15px
}

.footer_form {
  background-color: #fff;
  border-radius: 1px 1px 1px 1px;
  overflow: hidden;
  border-color: rgb(178 190 204);
  padding: 30px 30px;
}

/* Footer Form */
.contact-form {
  background: #fff;
  margin-top: -3%;
  width: 100%;
  /* box-shadow:0 0 20px 0 #243e5936; */
  border-radius: 4px;
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}

.contact-form select.form-control {
  padding: 17px 15px 17px 65px;
}

.contact-form select.form-control option {
  padding: 17px 15px 17px 65px;
}

.contact-form .form-control {
  border-radius: 1rem;
  outline: #ffdead;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  color: #000;
  font-size: 15px;
  padding-left: 68px;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 32px;
}

.contact-form .form-group .icon {
  content: "";
  width: 56px;
  height: 53px;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
  position: absolute;
  z-index: 6;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #eee;
}

.contact-form .form-group .icon:before {
  content: "";
  background: url(https://mwsserver.co.in/ads/form_icon.jpg) no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 8px;
  top: 7px;
  display: block;
}

.contact-form .form-group .icon.name:before {
  background-position: -109px 0px;
}

.contact-form .form-group .icon.email:before {
  background-position: 0 0
}

.contact-form .form-group .icon.phone:before {
  background-position: -74px 0;
}

.contact-form .form-group .icon.intrest:before {
  background-position: -149px 0;
}

.contact-form .form-group .icon.comment:before {
  background-position: -36px 0;
}

.contact-form .form-group .icon.comment {
  height: 100%
}

.contact-form .terms_fields input {
  float: left;
  width: auto;
  padding: 15px !important;
  /* width: 20px; */
  margin-right: 7px;
  margin-top: 2px;
}

.contact-form .terms_fields {
  padding: 16px 0 0 0;
  font-size: 11px;
  line-height: 1.2em;
  font-family: arial;
}

.contact-form .form-control::placeholder {
  color: #999999
}

.contact-image {
  text-align: center
}

.contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg)
}

.contact-form form {
  padding: 20px 0;
}

.contact-form form .row {
  margin-bottom: -7%
}

.contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc
}

.contact-form .btnContact {
  width: 100%;
  border: none;
  background: #d02b25;
  font-weight: 600;
  cursor: pointer;
  background-color: #d02b25;
  padding: 13px 35px;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 20px;
  border-radius: 7px;
  margin-top: 18px;
  box-shadow: 1px 6px 17px 0 rgba(30, 115, 190, 0.46);
  z-index: 999;
  float: right;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: 'proxima_semibold', "Graphik Web", -apple-system, "Helvetica Neue", "Droid Sans", Arial, sans-serif;
}

.blue_btn {
  background-color: rgb(30, 115, 190);
  padding: 13px 35px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 20px;
  border-radius: 60px;
  margin-top: 18px;
  box-shadow: 1px 6px 17px 0 rgba(30, 115, 190, 0.46);
  z-index: 999;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
}

.bubble {
  background-color: #243e59;
  background-position: center;
  text-transform: uppercase;
  transition: background 0.8s;
}

.bubble:hover {
  background: #243e59 radial-gradient(circle, transparent 1%, #048bcf 1%) center/15000%;
  color: #FFF
}

.bubble:active {
  background-color: #047ab6;
  background-size: 100%;
  transition: background 0s;
  outline: none;
  color: #FFF
}

.btnContactSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer
}


.footer-bar .copy-right-icon {
  background: url(https://mwsserver.co.in/ads/footer-rokat-bg.jpg) no-repeat center top;
  padding: 3% 0
}

.footer-bar .copy-right-icon ul {
  margin: 0;
  padding: 0 0 5em 0
}

.footer-bar .copy-right-icon ul li {
  margin: 0 3%;
  padding: 0;
  float: left
}

.footer-bar .copy-right-icon ul li:nth-child(1) {
  font-size: 58px;
  color: #555;
  margin: -24px 0 0;
  padding: 0
}

.footer-bar .copy-right-icon ul li:nth-child(1) i {
  margin: 0;
  padding: 0
}

.footer-bar .copy-right-icon ul li:nth-child(2) {
  color: #555;
  text-align: left;
  font: 15px 'proxima_semibold', Arial, Helvetica, sans-serif
}

.footer-bar .copy-right-icon ul li:nth-child(2) h3 {
  color: #555;
  margin: 0 0 -13px;
  font: 30px 'proxima_semibold', Arial, Helvetica, sans-serif
}

.footer-bar .copy-right-icon ul li:nth-child(3) {
  font: 65px quicksandlight, Arial, Helvetica, sans-serif;
  color: #484848;
  margin: -12px 0 0
}

.footer-bar .copy-right-icon ul li:nth-child(4) {
  font: 14px 'Graphik Web', Arial, Helvetica, sans-serif;
  color: #484848;
  text-align: left;
  line-height: 25px;
}

.footer-bar .copy-right-icon ul li:nth-child(4) a {
  font: 14px 'Graphik Web', Arial, Helvetica, sans-serif;
  color: #484848;
}

.footer-bar .copy-right-icon ul li:nth-child(4) a:hover {
  text-decoration: underline;
  color: #144a81
}

.scrollup a {
  width: 45px;
  display: block;
  height: 45px;
  box-shadow: 3px 7px 20px rgb(162 162 162 / 68%);
  text-shadow: 0 1px 0 #4b5ef0;
  background: url(https://mwsserver.co.in/ads/uparrow-blue.png) no-repeat center top 15px, linear-gradient(53deg, rgb(12 113 195) 0%, #0A5ABB 86%);
  box-shadow: 0 7px 13px -3px rgba(45, 35, 66, 0.3), 0 2px 4px 0 rgba(45, 35, 66, 0.4), inset 0 -2px 0 0 #4b58ba;
  border-radius: 6px;
}

.scrollup i {
  display: none
}

.review-block {}

.box-shadow .icon_holder_inner {
  background: rgba(0, 0, 0, 0) url(..//images/all-icons-sprite-21.png) no-repeat scroll 0 0;
  display: inline-block;
  height: 71px;
  width: 64px
}

.box-shadow:hover {
  box-shadow: 0 15px 30px 5px #0000000a;
  cursor: pointer
}

.box-shadow h4 {
  font-family: 'proxima_semibold', Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 .5em;
  color: #8a959e;
  font-size: 16px;
  font-weight: 100
}

.box-shadow.php-gray-icon .icon_holder_inner {
  background-position: -887px -200px
}

.box-shadow.net-gray-icon .icon_holder_inner {
  background-position: -15px -262px
}

.box-shadow.java-gray-icon .icon_holder_inner {
  background-position: -85px -280px
}

.box-shadow.html5-gray-icon .icon_holder_inner {
  background-position: -164px -280px
}

.box-shadow.drupal-gray-icon .icon_holder_inner {
  background-position: -243px -282px
}

.box-shadow.joomla-gray-icon .icon_holder_inner {
  background-position: -348px -282px
}

.box-shadow.wordpress-gray-icon .icon_holder_inner {
  background-position: -451px -282px
}

.box-shadow.abaco-gray-icon .icon_holder_inner {
  background-position: -548px -278px
}

.box-shadow.magento-gray-2-icon .icon_holder_inner {
  background-position: -636px -280px
}

.box-shadow.shopy-gray-icon .icon_holder_inner {
  background-position: -723px -281px
}

.box-shadow.node-gray-icon .icon_holder_inner {
  background-position: -814px -280px
}

.box-shadow.angular-gray-icon .icon_holder_inner {
  background-position: -894px -280px
}

.box-shadow.mongodb-gray-icon .icon_holder_inner {
  background-position: 0 -382px
}

.box-shadow.mysql-gray-icon .icon_holder_inner {
  background-position: -95px -382px
}

.box-shadow.mssql-gray-icon .icon_holder_inner {
  background-position: -184px -382px
}

.box-shadow.configureit-gray-icon .icon_holder_inner {
  background-position: -274px -382px
}

.mob-footer {
  display: none;
}



.footer-location {
  position: relative;
}

.bottom_goefn {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.footer-location h4 {
  position: relative;
  font: 1.6em 'proxima_regular', Arial, Helvetica, sans-serif;
  color: rgb(255 255 255);
  line-height: 1.0em;
  text-transform: uppercase;
  z-index: 99;
  margin-bottom: 10px;
}

.footer-location .location {
  padding: 150px 15px 1px 15px;
  text-align: center;
  background: url(https://mwsserver.co.in/ads/sanjose-location.jpg) center;
  background-size: cover;
}

.footer-location .location.newyork {
  background: url(https://mwsserver.co.in/ads/newyork-location.jpg)
}

.footer-location .location.mumbai {
  background: url(https://mwsserver.co.in/ads/mumbai.jpg) center;
  padding: 150px 15px 1px 15px;
  background-size: cover;

  transition: transform .65s

}
.footer-location .location.mumbai:hover {
  transform: scale(1.1);
}

.footer-location .location.delhi {
  background: url(https://mwsserver.co.in/ads/delhi.jpg) center;
  padding: 150px 15px 1px 15px;
  background-size: cover;
  transition: transform .65s

}
.footer-location .location.delhi:hover {
  transform: scale(1.1);
}

.footer-location .location.mexico {
  background: url(https://mwsserver.co.in/ads/mexico.jpg) center;
  padding: 150px 15px 1px 15px;
  background-size: cover;
}

.footer-location .location:after {
  /* background-color: #00000054; */
  content: "";
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-location svg {
  color: #fff;
  visibility: visible;
  width: 48px;
  height: 60px;
  transition: opacity 200ms linear;
  height: auto;
  margin: 0px auto;
  position: relative;
  z-index: 99999999;
}

.footer_menucl {
  background-image: linear-gradient(175deg, #0e0722, #1b0657);
  color: white;
  padding-top: 20px;
}

.footer-head h5 {
  padding: 30px 0 20px;
  font-size: 18px;
  color: #fff;
}

.footer-head h5 {
  font-size: 18px;
  color: #fff;
}

.alert {
  padding: 15px;
  margin-bottom: 8px;
  background-color: green;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
}

.closebtn {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  padding: 10px;
  color: #000;
}

.footer-links-list li {
  display: flex;
  padding: 0 0 5px;
}

.footer-links-list li a {
  font-size: 16px;
  line-height: 27px;
  color: #ffffff9e;
  margin-right: 5px;
}

.footer-links-list li a {
  font-size: 18px !important;
  line-height: 27px;
  color: #ffffff9e;
}

.footer-a {
  background-image: linear-gradient(175deg, #19074e, #1b0657);
  background: url(https://mwsserver.co.in/ads/banner/map-shap-22.gif), #19074e;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  padding-top: 20px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #eee;
}

.vcenter {
  align-items: center;
  align-self: center;
  color: #ffffff9e;
}

.dsgvsg h5 {
  font-size: 18px;
  color: #ffffff;
}

.footer-abt {
  .vcenter p {
    color: #ffffff9e;
  }
}

.AboutText {
  color: #ffffff9e;
  font-size: 16px;
}

.footer-links-list li {
  display: flex;
  padding: 0 0 5px;
}


.footer-links-list li a {
  font-size: 16px;
  line-height: 27px;
  color: #ffffff9e;
  margin-right: 5px;
}
.footer-links-list li a:hover {
  color: #D02B25;
}

.footer-links-list li a {
  font-size: 18px !important;
  line-height: 27px;
  color: #ffffff9e;
}

.location_title {
  text-align: center;
  position: relative;
  z-index: 999999999;
  width: 100% !important;
  bottom: 0;
}

.location_title h5 {
  color: #fff;
  display: inline-block;
  background-color: #d02b25;
  padding: 8px 55px;
  border-radius: 58px;
  font-size: 20px;
  font: 1.0em 'proxima_semibold', Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}




.seo-features .seo-item {
  padding: 5px 25px;
  font-size: 15px;
  line-height: 1.6em;
  
}
.seo-features .seo-item:hover {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}


.seo-features .seo-item img{
 height: 150px;
 width: 150px;
}

.seo-features .seo-item h3 {
  font: 20px 'proxima_bold', Arial, Helvetica, sans-serif;
}

.seo-features .seo-item h4 {
  font: 20px 'proxima_bold', Arial, Helvetica, sans-serif;
}




/*--Zenwebnet Css Start-*/
.whatsapp {
  position: fixed;
  left: 1%;
  z-index: 9999;
  bottom: 2%;
}

/* .yellow_bg {
  background: url(..//images/services-bg-img.png) left bottom no-repeat;
  padding: 0 0 0px;
} */

.custom-container {
  margin: auto;
  width: 1290px;
  padding: 0 15px;
}

.services_provide_margin {
  margin-bottom: 20px;
}

.pad_none {
  padding: 0 !important;
}

.services_single_blk.pad_none {
  padding: 0 14px 0 50px !important;
}

.services_single_blk .service_txt {
  margin-top: 0;
  top: 0;
  text-align: left;
  margin-bottom: 45px;
}

.services_single_blk span {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 46px;
  line-height: 47px;
  margin: 0;
  opacity: .5;
}

.services_single_blk h3 {
  font-size: 31px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin: 0;
}

.services .services_single_blk p {
  font-size: 15px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  margin: 0;
  line-height: 21px;
  padding: 0;
}

.service-icongif {
  background: rgba(0, 0, 0, 0) url(https://mwsserver.co.in/ads/onpageseo.png) no-repeat;
  float: left;
  height: 120px;
  text-align: center;
  width: 99%;
}

.services_single_blk_inner {
  margin-top: 0;
  padding: 42px 44px 6px;
  position: relative;
}

.color02 {
  background: #1d1d2e;
}

.services_single_blk_inner:hover .service-icongif {
  background: url(https://mwsserver.co.in/ads/onpageseoHover.png) no-repeat;
}

.service_inner {
  padding: 0 11px !important;
  margin: 0 0 28px;
}

.blk_height {
  height: 410px;
  text-align: left;
  padding: 0 25px;
}


.blk_height6 {
  height: 540px;
  text-align: left;
  padding: 0 25px;
}

.color01 {
  background: #63881a;
  background: -moz-linear-gradient(left, #63881a 0%, #6e9324 51%, #85aa3c 100%);
  background: -webkit-linear-gradient(left, #63881a 0%, #6e9324 51%, #85aa3c 100%);
  background: linear-gradient(to right, #81a637 0%, #81a637 51%, #81a637 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#63881a', endColorstr='#85aa3c', GradientType=1);
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.service_icon {
  float: right;
  position: absolute;
  right: 28px;
  text-align: right;
  top: 32px;
}

.service_icon_gif {
  background: url(https://mwsserver.co.in/ads/Offpage.png) no-repeat ;
  height: 106px;
  width: 129px;
}

.service_txt,
.services_single_blk .service_txt.service_txt02 {
  margin-top: 0;
  position: relative;
  top: 115px;
}

.blk_height span,
.services_single_blk .blk_height .service_txt02 span {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 32px;
  margin: 0;
  opacity: .5;
}

.blk_height h3,
.services_single_blk .blk_height .service_txt02 h3 {
  font-size: 25px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 25px;
}

.blk_height p {
  font-size: 15px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  margin: 0;
  line-height: 20px;
  padding: 0;
}

.services p {
  color: #262537;
  font-size: 24px;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  line-height: 35px;
  padding: 0 5%;
}

.blk_height:hover .service_icon_gif {
  background: url(https://mwsserver.co.in/ads/OffpageHover.png) no-repeat ;
}

.color_two {
  background: #424256;
}

.service_icon {
  float: right;
  position: absolute;
  right: 28px;
  text-align: right;
  top: 32px;
}

.service_icon_gif02 {
  background: url(https://mwsserver.co.in/ads/Technical.png) no-repeat;
  height: 102px;
  width: 130px;
}

.service_txt,
.services_single_blk .service_txt.service_txt02 {
  margin-top: 0;
  position: relative;
  top: 115px;
}

.blk_height span,
.services_single_blk .blk_height .service_txt02 span {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 32px;
  margin: 0;
  opacity: .5;
}

.blk_height:hover .service_icon_gif02 {
  background: url(https://mwsserver.co.in/ads/TechnicalHover.png) no-repeat;
}

.service_inner.marg_none {
  margin: 0 !important;
}

.color03 {
  background-color: #0f7faf;
}

.service_icon_gif04 {
  background: url(https://mwsserver.co.in/ads/International.png) no-repeat ;
  height: 112px;
  width: 125px;
}

.blk_height:hover .service_icon_gif04 {
  background: url(https://mwsserver.co.in/ads/InternationalHover.png) no-repeat;
}

.service_txt.php_block {
  margin-top: 10px;
}

.service_inner.marg_none {
  margin: 0 !important;
}

.color04 {
  background: #834f84;
}

.service_icon_gif05 {
  background: url(https://mwsserver.co.in/ads/localSEO.png) no-repeat;
  height: 106px;
  width: 128px;
}

.blk_height:hover .service_icon_gif05 {
  background: url(https://mwsserver.co.in/ads/localSEOhover.png) no-repeat;
}

.service_txt.ecomm_blk {
  margin-top: 18px;
}

.services_single_blk.pad_none {
  padding: 0 14px 0 50px !important;
}

.color_six {
  background: #4c384c;
}

.service_icon_gif06 {
  background: url(https://mwsserver.co.in/ads/E-Commerce.png) no-repeat;
  height: 106px;
  width: 128px;
}

.blk_height6:hover .service_icon_gif06 {
  background: url(https://mwsserver.co.in/ads/E-CommerceHover.png) no-repeat;
}

.color_seven {
  background: #424256;
}

.service_icon_gif07 {
  background: url(https://mwsserver.co.in/ads/ContentSEO.png) no-repeat;
  height: 106px;
  width: 128px;
}

.blk_height:hover .service_icon_gif07 {
  background: url(https://mwsserver.co.in/ads/ContentSEOhover.png) no-repeat;
}

.color_eight {
  background: #1d1d2e;
}

.service_icon_gif08 {
  background: url(https://mwsserver.co.in/ads/ApplicationSeo.png) no-repeat ;
  height: 106px;
  width: 106px;
}

.blk_height:hover .service_icon_gif08 {
  background: url(https://mwsserver.co.in/ads/ApplicationSeoHover.png) no-repeat;
}

.services_single_blk p {
  font-size: 15px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  margin: 0;
  line-height: 21px;
  padding: 0;
}

/*--Zenwebnet Css End-*/


@media only screen and (min-width: 1367px) and (max-width: 2200px) {
  .custom-container {
    width: 1170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services_single_blk.pad_none {
    padding: 0 11px !important;
  }

  .custom-container {
    width: 970px;
  }

  .services_single_blk_inner {
    margin-top: 0;
    padding: 31px 26px;
  }

  .services_single_blk .service_txt {
    margin-bottom: 60px;
  }

  .blk_height {
    height: 239px;
    padding: 0 15px;
  }

  .service_icon {
    position: absolute;
    right: 24px;
  }

  .service_txt {
    margin-top: 0;
  }

  .blk_height span,
  .services_single_blk .blk_height .service_txt02 span {
    font-size: 30px;
  }

  .blk_height h3,
  .services_single_blk .blk_height .service_txt02 h3 {
    font-size: 23px;
  }

  .blk_height p {
    font-size: 14px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    width: 732px;
  }

  .services_single_blk.pad_none {
    padding: 0 4px !important;
  }

  .services_single_blk_inner {
    margin-top: 0;
    padding: 20px 26px;
    height: 550px;
  }

  .services_single_blk .service_txt {
    margin-bottom: 0;
  }

  .service_txt,
  .services_single_blk .service_txt.service_txt02 {
    top: 8px;
  }

  .services_single_blk span {
    font-size: 36px;
  }

  .services_single_blk h3 {
    font-size: 25px;
  }

  .services .services_single_blk p {
    font-size: 13px;
  }

  .service-icongif {
    background-size: 358px auto;
    height: 190px;
  }

  .services_single_blk_inner:hover .service-icongif {
    background-size: 358px auto;
    background-position: -180px top;
  }

  .blk_height {
    height: 261px;
    padding: 0 15px;
  }

  .service_icon {
    right: 0;
    text-align: center;
    top: 14px;
    width: 100%;
    position: relative;
  }

  .service_icon div {
    display: inline-block;
  }

  .blk_height span,
  .services_single_blk .blk_height .service_txt02 span {
    font-size: 24px;
    line-height: normal;
  }

  .blk_height h3,
  .services_single_blk .blk_height .service_txt02 h3 {
    font-size: 19px;
    margin-top: 5px;
  }

  .services .blk_height p {
    font-size: 13px;
    line-height: 15px;
  }

  .portfolio-experiences .filters ul {
    width: 92% !important;
  }

}

@media (max-width: 767px) {
  .mob-number span {
    display: flex;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .custom-container {
    width: 100%;
  }

  .services_single_blk.pad_none {
    padding: 0 11px 0 11px !important;
  }

  .pad_none.services_multiple_blk {
    margin-top: 28px;
  }

  .services_single_blk_inner .service-icongif {
    background: url(https://mwsserver.co.in/ads/services_icon05.gif) no-repeat 22.01px top/475px auto;
  }

  .service-icongif {
    width: 268px;
  }

  .services_single_blk_inner:hover .service-icongif {
    background: url(https://mwsserver.co.in/ads/services_icon05.gif) no-repeat -226.99px top/482px auto;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .asfeaf {
    margin-left: 2px;
  }


  .custom-container {
    width: 95%;
  }

  .services_single_blk.pad_none {
    padding: 0 11px 0 11px !important;
  }

  .pad_none.services_multiple_blk {
    margin-top: 28px;
  }

  .service-icongif {
    float: none;
    display: inline-block;
    height: 145px;
    width: 178px;
    background-size: 294px auto;
    background-position: 16px top;
  }

  .service_txt,
  .services_single_blk .service_txt.service_txt02 {
    margin-top: 0;
    position: relative;
    top: 155px;
  }

  .blk_height {
    height: 309px;
    text-align: left;
    padding: 0 25px;
  }

  .services_single_blk_inner:hover .service-icongif {
    background-size: 294px auto;
    background-position: -131px top;
  }
}

@media only screen and (max-width: 479px) {

  .ft-cpy {
    margin-bottom: 44px !important;
  }

  p:last-child {
    margin-bottom: 0;
    color: #fff;
  }

  .payment-mode {
    display: ruby-text !important;
  }

  .mobile_mar {

    display: none;
  }

  .custom-container {
    width: 100%;
  }

  .services_single_blk.pad_none {
    padding: 0 11px !important;
  }

  .services_single_blk_inner {
    margin-top: 0;
    padding: 24px 26px;
  }

  .services_single_blk .service_txt {
    margin-bottom: 19px;
  }

  .service-icongif {
    float: none;
    display: inline-block;
    height: 145px;
    width: 178px;
    background-size: 294px auto;
    background-position: 16px top;
  }

  .services_single_blk_inner:hover .service-icongif {
    background-size: 294px auto;
    background-position: -131px top;
  }

  .services_multiple_blk {
    margin: 5px 0 0;
  }

  .blk_height {
    height: 242px;
    padding: 0 15px;
  }

  .service_icon {
    right: 0;
    text-align: center;
    top: 32px;
    width: 100%;
    position: relative;
  }

  .service_icon div {
    display: inline-block;
  }

  .service_txt {
    margin-top: 0;
    top: 24px;
  }

  .blk_height span,
  .services_single_blk .blk_height .service_txt02 span {
    font-size: 28px;
  }

  .blk_height h3,
  .services_single_blk .blk_height .service_txt02 h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .services .blk_height p {
    font-size: 14px;
    line-height: 17px;
  }

  .custom-container .col-xs-6,
  .custom-container .col-sm-6 {
    width: 100% !important;
  }

  .service_inner {
    margin: 0 0 14px !important;
  }

  .services_multiple_blk {
    margin: 13px 0 0;
  }

  .services_provide_margin {
    margin-bottom: 7px;
  }

  .service_inner.marg_none {
    margin: 0 0 13px !important;
  }

  .service_txt,
  .services_single_blk .service_txt.service_txt02 {
    margin-top: 0;
    position: relative;
    top: 24px;
  }
}


@media (max-width: 1600px) {
  .section.portfolio .grid figure h2 {
    font-size: 1.0em;
  }

  .isotope .grid-item {
    height: 200px;
  }

  .forging-text {
    width: 72%;
    max-width: 640px;
    margin-left: 6vw;
  }

  .forging-text .features ul li span {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px auto;
    background-size: 206px;
  }

  .forging-text .features ul li:nth-child(2) span {
    background-position: -55px 0px;
  }

  .forging-text .features ul li:nth-child(3) span {
    background-position: -106px 0px;
  }

  .forging-text .features ul li:nth-child(4) span {
    background-position: -156px 0px;
  }

  .forging-text .features ul li {
    width: 122px;
  }

  .forging-text .features ul li h4 {
    font-size: 31px
  }

  .forging-text ul {
    padding: 18px 0px 13px 0px;
  }

  .forging-text h1 {
    margin-bottom: 3%;
    font-size: 2.5em
  }

  .forging-text .features ul {
    margin: 26px 0 0 0;
  }

  .service_section .services__slider {
    width: 810px;
  }

  .services-slider .owl-stage {
    left: -9%;
  }
}

.zoom {

  background-color: green;
  transition: transform .65s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
  z-index: 99;
}


@media (max-width: 1440px) {
  .home_bg {
    background-position-x: 146%;
  }

  .service_section h3 {
    font-size: 1.0em;
  }

  .service_section h2,
  .portfolio-experiences h2,
  .web-technologies h2 {
    font-size: 2.6em;
    line-height: 1.0em;
  }

  .blue-subscribe h4 {
    font-size: 2em;
    margin-bottom: 9px;
  }

  /* .service_section .heading--big {
    line-height: 1.2em;
    font-size: 42px;
  } */

  .circle-both {
    background: none !important
  }

  .mid-mobile form:after {
    right: -17px;
    transform: scale(0.7);
  }

  .banner_form {
    overflow: hidden;
  }

  .mid-mobile .name,
  .mid-mobile .mobile,
  .mid-mobile .mail {
    padding: 13px 14px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .forging-text .white-a-tag {
    padding: 2.4% 4%;
    font: 14px 'proxima_semibold', Arial, Helvetica, sans-serif;
  }

  .service_section .services__slider {
    width: 790px;
  }

  .services-slider .owl-stage {
    left: -13%;
  }

  .footer_form h3 {
    font: 2.2em 'proxima_bold', Arial, Helvetica, sans-serif;
  }

  .footer_bottom .forging-text ul li {
    font-size: 13px;
  }
}

@media (max-width: 1380px) {
  .mid-mobile:after {
    bottom: -71px
  }

  .home_bg {
    background-position-x: 182%;
  }

  .isotope .grid-item {
    height: 210px;
  }

  .mid-mobile h2 {
    font-size: 1.6em;
  }

  .forging-text .features ul li {
    width: 118px;
  }

  .forging-text ul {
    padding: 14px 0px 8px 0px;
  }

  .service_section h2,
  .portfolio-experiences h2,
  .web-technologies h2 {
    font-size: 2.6em;
    line-height: 1.0em;
  }

  .footer_form h3 {
    font-size: 2.3em;
  }

  .service_section .services__slider {
    width: 790px;
  }

  .services-slider .owl-stage {
    left: -15%;
  }
}


@media (max-width: 1366px) {
  .portfolio-experiences .filters ul li a {
    padding: 14px 26px;
  }
}

@media (max-width: 1360px) {
  .container {
    width: 100%
  }

  .mid-mobile form:after {
    right: -5vw;
    transform: scale(0.7);
  }

  .service_section .services__img-container {
    max-width: 700px;
  }
}


@media (max-width:1260px) {
  .mid-mobile h2 {
    font-size: 1.60em;
  }

  .isotope .grid-item {
    height: 272px;
  }

  .forging-text {
    margin-left: 2.5vw;
  }
}

@media (max-width: 1260px) {
  .home_bg {
    background-position-x: 220%;
  }

  .mid-mobile form:after {
    right: -10vw;
  }

  .service_section .services__slider {
    width: 720px;
  }
}



@media (max-width:1024px) {
  .home_bg {
    background-position-x: 450%;
  }

  .isotope .grid-item {
    height: 226px;
  }

  .mid-mobile h2 {
    font-size: 1.4em;
  }

  .mid-mobile h5 {
    font-size: 0.7em;
  }

  .about-heading h2 {
    font-size: 2.6em;
  }

  .client_satisfaction h4 {
    font-size: 1.0em;
  }

  .client_satisfaction h3 {
    line-height: 1em;
  }

  /* .service_section .services__slider {} */

  .services-slider .owl-stage {
    left: -22%;
  }

}


@media (min-width: 990px) {
  .header-top-space.change .blueastral-logo img {
    width: 60px;
  }

  .footer-info {
    min-height: 340px;
  }

  .header-top-space {
    padding: 15px 0;
  }

  .contact-form .col-md-6:nth-child(1) {
    padding: 0 10px 0 0;
  }

  .contact-form .col-md-6:nth-child(2) {
    padding: 0 0 0 5px;
  }

  /*.testimonial-slider .item:nth-child(4) {margin-top: -4%;}
.testimonial-slider .item:nth-child(6) {margin-top: -4.0%;}*/
  .portfolio-experiences .filters ul li a {
    padding: 14px 16px;
  }

  #testimonial_owl {
    display: flex;
    flex-wrap: wrap;
  }

  .testimonial-block {
    height: 100%;
  }

  .testimonial-slider .item {
    margin-bottom: 30px;
  }
}

.testimonial-slider .item {
  display: inline-block;
  width: 33.0%;
  vertical-align: text-top;
}

@media (max-width: 990px) {
  .location_title {
    top: -14px;
  }

  .testimonial-slider .item {
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
  }

  .footer-mail-plain {
    margin-top: -35px;
    width: 100px;
    margin-left: 15px;
    float: right;
  }

  .service_section .services__slider {
    width: 590px;
  }

  .services-slider .owl-stage {
    left: -8%;
  }

  .service_section .services__img-container {
    max-width: 590px;
  }

  .banner_info {
    height: 86vh;
  }

  .banner_content .row {
    height: auto;
  }

  .header-top-space {
    position: static !important
  }

  .home_bg {
    background: none
  }

  .header-top-space {
    position: relative;
  }

  .cd-menu-trigger {
    top: 12px
  }

  .forging-text h1 {
    font: 30px 'proxima_semibold', Arial, Helvetica, sans-serif
  }

  .forging-text ul li {}

  .forging-text .green-a-tag {
    padding: 3.5% 4%;
    font: 14px 'proxima_semibold', Arial, Helvetica, sans-serif
  }

  .forging-text .white-a-tag {
    padding: 3.0% 4%;
    font-size: 14px;
    text-align: center;
    margin-right: 8px !important;
  }

  .mid-mobile:after {
    display: none
  }

  .aboutus-text ul li {
    width: 25%
  }

  .forging-text .features {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border: none;
  }

  .forging-text .features ul {
    border: 0px solid #fff;
    background-color: #17233347;
  }

  .delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 88%;
    height: 50%;
    top: 75%;
    margin-left: 10%;
    margin-top: -300px;
    margin-right: 10%;
    margin-top: -300px;
    z-index: 102
  }

  .row-eq-height {
    display: block !important;
  }

  .mid-mobile h5 {
    font-size: 1em;
  }

  .mid-mobile h2 {
    font-size: 2.4em;
  }

  .about-heading h2 {
    text-align: center;
    margin-bottom: 0px;
  }

  .aboutus-text:before {
    display: none;
  }

  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }

  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }

  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
    width: 100%;
  }

  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
    width: 100%;
  }
/* 
  .scrollup {
    display:none !important
  } */

  html {
    font-size: 80%
  }

  .btn-md {
    padding: 1rem 2rem
  }

  .team .about_apply {
    height: auto
  }

  .team .single_team_right {
    padding: 50px 5px
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    background-color: rgba(31, 31, 31, 0.65)
  }

  .main_menu_bg .navbar-nav>li>a {
    text-align: center
  }

  .scrool_down {
    bottom: 4%
  }

  .overlay {
    height: auto !important
  }

  .footer_form textarea {
    margin-top: 49px;
  }

  .topcall-now h3 a {
    color: #184e86;
  }

  .container {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 24px;
  }

  .home {
    background: #fff;
    padding-bottom: 3% !important;
    border: none
  }

  .blueastral-logo a {
    margin-top: 8px;
    display: inline-block;
  }

  .client_satisfaction h3 b {
    line-height: 0.8em;
    font-size: 2.3em;
  }

  .mid-mobile:after {
    padding: 0
  }

  .redefining-text h2 {
    margin-bottom: 15px;
    font: 30px 'proxima_semibold', Arial, Helvetica, sans-serif
  }

  .redefining-text h1 {
    font: 25px 'proxima_semibold', Arial, Helvetica, sans-serif;
    margin-bottom: 2%
  }

  .redefining-text h1 br {
    display: none
  }

  /* .topcall-now h3 {} */

  .topget-green {
    line-height: 10px;
    margin: 0 auto;
    width: 50%;
    display: none;
  }

  .blueastral-logo {
    text-align: left;
    padding-top: 0%;
  }

  .cd-menu-trigger {
    padding: 3%
  }

  .topcall-now {
    text-align: right;
  }

  .cd-menu-trigger {
    left: 10px;
    top: -179px
  }

  .redefining-text p {
    margin-bottom: 4%
  }

  .mid-mobile {
    padding: 6% 0 8%;
    width: 90% !important;
    margin: 0px auto;
    float: none;
  }

  .mid-mobile form {
    padding-bottom: 2% !important;
    width: 100%;
    margin: 0px auto;
  }

  .mid-mobile .submit-button {
    width: 40% !important;
    padding: 2.5% 0 !important;
    line-height: 0.5em !important;
    height: 40px !important;
  }

  .redefining-text {
    padding-top: 0;
    text-align: center
  }

  .mid-mobile .name,
  .mid-mobile .mobile,
  .mid-mobile .mail {
    width: 100%;
    /* padding: 3% 3%; */
    margin-bottom: 2%;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .forging-text h5 {
    font-size: 1.5em;
    line-height: normal;
    color: rgb(24, 78, 134);
    width: 90%;
    line-height: 1.4em;
    margin: 0px auto;
  }

  .mid-mobile .textarea-into {
    width: 100%;
    padding: 3% 3%;
  }

  .forging-text {
    padding: 0;
    text-align: left;
    margin-top: 0px;
    width: 61%;
  }

  .forging-text h1 {
    /* color:#8ed23f; */
    font: 2em 'proxima_semibold', Arial, Helvetica, sans-serif;
    margin-bottom: 2%;
  }

  .forging-text h1 br {
    display: none
  }

  .forging-text ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 25px;
  }

  .forging-text ul li {
    display: inline-block;
    font-size: 1.2em;
    float: none;
    padding: 1px 0px;
  }

  .forging-text ul li:nth-child(1) {}

  .forging-text .white-a-tag {
    color: rgb(30 41 71);
    width: 36%;
    display: inline-block;
    margin: 0 auto;
  }

  .forging-text .green-a-tag {
    padding: 2.5% 5%;
    margin: 0 auto;
    display: inline-block;
  }

  .aboutus-text {
    text-align: center;
    padding: 20px 4% !important
  }

  .aboutus-text h2 {
    text-decoration: underline
  }

  .aboutus-text h2:after {
    display: none
  }

  .aboutus-text h3:after {
    display: none
  }

  .aboutus-text ul li {
    width: 49%;
    margin: 0 0 20px 0 !important;
  }

  .portfolio-experiences h2 {
    font-size: 2.6em;
    line-height: 1.0em;
  }

  .portfolio-experiences h3 {
    margin: 1% 0 1%;
    font: 16px 'proxima_semibold', Arial, Helvetica, sans-serif;
  }

  .portfolio-experiences {
    padding: 7% 0 2% 0;
  }

  .portfolio-experiences .link-a-option {
    font: 18px 'proxima_semibold', Arial, Helvetica, sans-serif;
    padding: 2% 4%;
    margin-top: 2%
  }

  .portfolio-experiences p {
    margin: 2% 0 4%;
    font: 15px 'proxima_semibold', Arial, Helvetica, sans-serif;
    color: #243e59;
    line-height: 22px
  }

  .portfolio-experiences strong {
    font: 20px 'proxima_semibold', Arial, Helvetica, sans-serif
  }

  .blue-subscribe {
    text-align: center;
    padding: 5% 0
  }

  .blue-subscribe .mike-icon {
    background: none;
    padding: 2% 0
  }

  .blue-subscribe h3 {
    margin: 3% 0 5%
  }

  .blue-subscribe a {
    padding: 2.5% 7%
  }

  .footer-bar h2 {
    font: 25px 'proxima_semibold', Arial, Helvetica, sans-serif
  }

  .footer-bar h2:after {
    width: 20%
  }

  .footer-bar .name {
    width: 90%
  }

  .footer-bar .mobile {
    width: 90%
  }

  .footer-bar .mail {
    width: 90%
  }

  .footer-bar .submit-button {
    padding: 3% 5%
  }

  .footer-bar .copy-right-icon ul li {
    margin: 0;
    float: none
  }

  .footer-bar .copy-right-icon ul li:nth-child(2) h3 {
    text-align: center
  }

  .footer-bar .copy-right-icon ul li:nth-child(2) {
    text-align: center
  }

  .footer-bar .copy-right-icon ul li:nth-child(3) {
    display: none
  }

  .footer-bar .copy-right-icon ul li:nth-child(4) {
    text-align: center;
    margin-top: 2%
  }

  .header-top-space {
    margin-bottom: 0%;
    padding: 0px 25px;
    background-color: #1d2d46;
  }

  .footer-bar form {
    width: 100%;
    margin: 0px auto;
  }

  .footer_form input,
  .footer_form textarea {
    width: 100%;
  }

  .circle-both {
    background: none;
    padding: 5% 0;
  }

  .isotope .grid-item {
    height: 335px;
    width: 47%;
    margin-left: 1.5%
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 34px !important;
  }

  .testimonial-slider.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
  }

  .client_satisfaction img {
    width: 50%;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 21px;
  }

  .client_satisfaction h3 {
    font-size: 1.8em;
    margin-bottom: 8px;
    vertical-align: text-bottom;
    line-height: 1.0em !important;
  }

  .client_satisfaction h4 {
    font-size: 1.5em;
  }

  .footer-bar h6 {
    color: #ffffff;
    font-size: 1.2em;
    font-family: 'proxima_regular';
    line-height: 1.3em;
  }

  .footer_blocks {
    transform: translateY(-00px) !important;
  }

  .footer-location {
    position: relative;
    margin-top: 42px;
  }

}

@media (max-width: 768px) {
  .mob-footer {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 30px;
    z-index: 9999999999;
    display: block;
  }

  .mob-footer .col-6 {
    width: 50%;
    float: left
  }

  .mob-footer .mob-number {
    text-align: center;
    /* background-image: linear-gradient(23deg, rgb(255, 255, 255) 26%, rgb(255, 255, 255) 60%); */
    background-image: linear-gradient(23deg, #003554 26%, #025071 60%);

    padding: 10px;
    height: 50px;
    border-right: 1px solid #9c9c9c;
    position: relative;
    color: #000;
  }

  .mob-footer .mob-number a {
    font-size: 15px;
    color: rgb(0, 53, 84);
    font-family: 'proxima_semibold', Arial, Helvetica, sans-serif;

  }

  .mob-footer .mob-enq-btn a {
    font-size: 15px;
    font-family: 'proxima_semibold', Arial, Helvetica, sans-serif;
    display: block;
    background-image: linear-gradient(23deg, #003554 26%, #025071 60%);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px
  }

  .mob-footer a svg {
    width: 32px;
    display: inline-block;
    vertical-align: bottom;
  }

  .footer-dots {
    margin-bottom: 25px !important
  }

  .footer-dots li {
    margin: 0px !important;
  }

  .blue-subscribe .right-get-quote {
    text-align: center
  }

  .isotope .grid-item {
    height: 260px;
    width: 47%;
    margin-left: 1.5%
  }

  .forging-text .features ul li {
    width: 100%;
  }

  .topcall-now a.mail svg {
    width: 44px;
  }

  .topcall-now svg {
    width: 39px;
    margin-right: 0px;
  }

  .drag-icon {
    padding: 10px 0 13px 0 !important;
  }

  .web-technologies {
    padding: 8% 0 10% 0;
  }

  .service_section {
    padding: 8% 0% 6% 0%;
  }

  .portfolio-experiences .filters ul li {
    font-size: 18px;
    width: auto;
    border-radius: 0;
    /* border: 1px solid #eee; */
  }

  .portfolio-experiences .filters ul li a {
    padding: 5px 15px;
    color: #000 !important;
    font-size: 15px;
  }

  .portfolio-experiences .filters ul li a:after {
    display: none;
    content: "";
    top: 12px;
    /* left: 35%; */
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: 1px solid #b7b2b2;
    /* position: absolute; */
    margin: 0px auto;
    display: block;
    /* margin-top: -44px; */
    box-shadow: 0px 0 0px 3px #dedede;
  }

  .portfolio-experiences .filters ul {
    padding: 4px 0 10px 0;
    border-radius: 8px;
    width: 90%;
  }

  .owl-carousel {
    padding: 14vh 0 0 0 !important;
  }

  .service_section .services__img-container img {
    width: 69% !important;
    margin: 0px auto;
  }

  .portfolio-experiences .filters ul li.active {
    background-color: #f3f4f7;
    color: #1c3958;
  }

  .portfolio-experiences .filters ul li.active a:after {
    background-color: #1c3958;
    border: 1px solid #1c3958;
    box-shadow: 0px 0 0px 3px #dedede;
  }

  .portfolio-experiences .filters {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 34px;
  }

  .portfolio-experiences h3 {
    margin: 1% 0 1%;
    font: 17px 'proxima_regular', Arial, Helvetica, sans-serif;
    font-weight: 300;
  }

  .testimonial-slider.owl-carousel {
    padding-top: 0px !important
  }

  .testimonial-slider.owl-carousel .owl-nav {
    display: none;
  }

  .client_list ul li img {
    filter: saturate(100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .footer_form h3 {
    font-size: 2.2em;
    margin-bottom: 14px;
  }

  .contact-form .form-group {
    margin-bottom: 20px;
  }

  .portfolio-experiences figure.effect-goliath h2 {
    font-size: 17px;
  }

  .portfolio-experiences figure.effect-goliath h2,
  figure.effect-goliath p {
    padding: 2px 10px;
  }

  .footer_form h5 {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
}

@media (min-width: 451px) and (max-width: 768px) {
  .services__slider {
    height: 200px !important;
    width: 500px !important;
  }

  .owl-carousel .owl-stage-outer {
    overflow: unset !important;
  }

  .owl-carousel {
    padding: 9vh 0 0 0;
  }

  .service_section .services__heading:before {
    left: 44%;
  }

  .services-slider .owl-stage {
    left: -18.5%;
  }

  .testimonial-slider.owl-carousel {
    padding-top: 0px !important
  }
}


@media (min-width: 451px) and (max-width: 650px) {
  .services__slider {
    height: 200px !important;
    width: 100% !important;
  }

  .service_section .services__img-container img {
    width: 99% !important;
    margin: 0px auto;
  }
}

@media (max-width:650px) {
  .footer-location .location {
    padding: 119px 15px 5px 15px;
  }

  .isotope .grid-item {
    height: 175px;
    width: 47%;
    margin-left: 1.5%
  }

  .blueastral-logo img {
    width: 144px;
  }

  .blueastral-logo a {
    font-size: 1.2em;
  }

  .topcall-now a {
    padding: 0px 6px;
  }

  .forging-text h1 {
    font: 1.6em 'proxima_semibold', Arial, Helvetica, sans-serif;
    text-align: center;
  }

  .forging-text ul {
    display: none;
  }

  .forging-text .white-a-tag {
    color: rgb(30 41 71);
    width: 70%;
    margin-bottom: 15px;
  }

  .thank-you-page h5 {
    text-align: center;
  }

  .thank-you-page .forging-text h1 span {
    display: block;
    margin: 0px auto;
  }

  .thank-you-page .forging-text {
    margin-top: 20vh
  }

  .footer_bottom .forging-text ul {
    display: block !important;
  }

  .footer_bottom {
    margin-top: -34px;
    margin-bottom: 55px;
  }
}

.thank-you-page:after {
  display: none !important;
}



@media (max-width: 480px) {

  .portfolio-experiences .filters ul li a:after {
    display: none;
  }

  .asfeaf {
    margin-left: 2px;
  }

  .footer-info ul li span h5 a {
    font-size: 18px !important;
  }

  .isotope .grid-item {
    height: 140px;
    width: 50%;
    margin-left: 0%;
  }

  .client_satisfaction img {
    width: 70%;
    margin: 0px auto;
  }

  .client_satisfaction .content {
    width: 100%;
    text-align: center;
    padding-top: 21px;
  }

  .topcall-now a.mail svg {
    width: 34px;
    height: 33px;
  }

  .topcall-now svg {
    margin-right: 0px;
    width: 34px;
    height: 33px;
  }

  .topcall-now h3 {
    font: 13px 'proxima_semibold', Arial, Helvetica, sans-serif;
    line-height: 2.5em;
  }

  .header-top-space {
    padding: 0px 17px;
  }

  .mid-mobile form:after {
    right: -1vw;
    bottom: -38px;
    display: none;
  }

  .service_section h2,
  .portfolio-experiences h2,
  .web-technologies h2 {
    font-size: 1.8em;
    line-height: 1.0em;
    margin-bottom: 24px;
  }

  .client_list ul {
    margin: 10% 0 0;
  }

  .client_list ul li {
    margin-bottom: 10px;
    display: inline-block;
    /* border: 1px solid #eee; */
    margin: 5px 1px;
  }


  .banner_info {
    background: url(../images/Banner/SeoBannerBg.jpg) no-repeat center #162237;
    background-size: 113%;
    background-position: -40px 0px;
    justify-content: unset !important;
    padding-top: 8vh !important;
  }

  .forging-text .white-a-tag {
    color: rgb(255 255 255);
    width: 46%;
    margin-bottom: 15px;
  }

  .banner_info {
    height: 70vh;
  }

  .forging-text {
    width: 100%;
    max-width: 500px;
    margin-left: 0px !important;
  }

  .forging-text {
    padding: 0;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    margin-left: 0;
  }

  .mid-mobile .submit-button {
    width: 54% !important;
    padding: 2.5% 18px;
    line-height: 0.8em;
  }

  .service_section h3 {
    font-size: 0.9em;
    line-height: 1.6em;
  }

  .portfolio-experiences .filters ul li a {
    padding: 5px 10px;
    font-size: 15px;
  }

  .isotope .grid-item {
    height: 145px;
    width: 47.5%;
    margin-left: 1.5%;
    padding-left: 5px;
    padding-right: 0px !important;
  }

  .portfolio-experiences figure.effect-goliath:hover p {
    font-size: 13px;
  }
}


@media (max-width:450px) {
  .testimonial-slider.owl-carousel {
    padding-top: 0px !important
  }

  .services__slider {
    width: 200px !important;
  }

  .services-slider .owl-stage {
    left: -25% !important;
  }

  .service_section .services__heading:before {
    left: 19vw;
  }

  .service_section .services__img-container img {
    width: 100% !important;
    margin: 0px auto;
  }

  .owl-carousel {
    padding: 6vh 0 0 0 !important;
  }

  .footer-bar h6 {
    color: #ffffff;
    font-size: 1.0em;
  }
}

@media (min-height:900px) {
  .banner_content .row {
    height: 850px !important;
  }
}

@media (max-width:375px) {
  .blk_height {
    height: 262px;
  }
}

@media (max-width:375px) {
  .services__slider {
    width: 190px !important;
  }

  .services-slider .owl-stage {
    left: -9%;
  }

  .service_section .services__heading:before {
    left: 20vw;
  }

  .services__img-container {
    top: 22px;
  }

  .services-slider .owl-stage {
    left: -8% !important;
  }

  .services__slider .services__heading {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #000;
  }

  .services__slider .services__content {
    left: 0 !important;
    top: 93% !important;
  }

  .isotope .grid-item {
    height: 130px !important;
  }

  .footer-info ul li span h5 a {
    font-size: 24px;
  }
}





@media (max-width: 425px) {
  .mob-footer .mob-enq-btn a {
    padding: 9px 3px;
    letter-spacing: -0.5px;
  }

  .footer-info ul li span h5 a {
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .forging-text .features ul li {
    width: 84px;
    border-right: none;
  }

  .forging-text .features ul li {
    font-size: 13px;
  }

  .client_list ul li {
    margin-bottom: 10px;
    display: inline-block;
    /* border: 1px solid #eee; */
    margin: 8px 5px;
    width: 46%;
  }
}


@media (max-width: 320px) {
  .forging-text .features ul li:nth-last-child(1) {
    display: none;
  }

  .footer-info ul li span h5 {
    font: 1.00em 'Graphik Web', Arial, Helvetica, sans-serif;
  }

  .footer-info ul li span h6 {
    font-size: 1.2em;
  }

  .isotope .grid-item {
    height: 227px !important;
  }
  .mob-enq-btn svg{
    display: none!important;
  }
  .mob-enq-btn a{
    font-size: 12px!important;
  }
}

@media only screen and (min-width: 1024px) {
  /* .forging-text .green-a-tag {
    font:13px 'proxima_semibold',Arial,Helvetica,sans-serif
  } */

  .aboutus-text ul li {
    margin-bottom: 0;
    padding: 10px;
    width: 33%;
  }

  .aboutus-text ul li:nth-child(2),
  .aboutus-text ul li:nth-child(5) {
    margin: 0
  }

  .footer-bar .copy-right-icon ul li {
    margin: 0 1%
  }

  .delayedPopupWindow {
    top: 75%
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
    width: 95%;
    margin: 0px auto;
  }
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ds-vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.owl-theme .owl-dots,
.owl-theme .owl-buttons {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-buttons {
  position: absolute;
  width: 100%;
  top: 40%;
}

.owl-theme .owl-buttons [class*=owl-] {
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-buttons [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-buttons .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-buttons.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.owl-carousel .owl-buttons .owl-prev {
  left: 12px;
  padding: 10px 17px 17px 14px;
}

.owl-carousel .owl-buttons .owl-next {
  right: 12px;
  padding: 10px 14px 17px 17px;
}

.portfolio-section .owl-carousel .owl-buttons .owl-prev {
  left: 2%;
  border: 1px solid #CCC
}

.portfolio-section .owl-carousel .owl-buttons .owl-next {
  right: 2%;
  border: 1px solid #CCC
}

.owl-carousel .owl-buttons .owl-prev,
.owl-carousel .owl-buttons .owl-next {
  position: absolute;
  border-radius: 50px;
  font-size: 50px !important;
}

.owl-carousel .owl-buttons .owl-prev:hover,
.owl-carousel .owl-buttons .owl-next:hover {
  color: #fff;
  background-color: #1f354d;
}

.owl-theme .owl-controls {
  text-align: center;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #7c818c;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  padding: 5vh 0 0 0;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}