html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
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: 0.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: -0.5em;
}
sub {
    bottom: -0.25em;
}
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: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
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 {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !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: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .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 td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: Glyphicons Halflings;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "*";
}
.glyphicon-plus:before {
    content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20AC";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270F";
}
.glyphicon-glass:before {
    content: "\E001";
}
.glyphicon-music:before {
    content: "\E002";
}
.glyphicon-search:before {
    content: "\E003";
}
.glyphicon-heart:before {
    content: "\E005";
}
.glyphicon-star:before {
    content: "\E006";
}
.glyphicon-star-empty:before {
    content: "\E007";
}
.glyphicon-user:before {
    content: "\E008";
}
.glyphicon-film:before {
    content: "\E009";
}
.glyphicon-th-large:before {
    content: "\E010";
}
.glyphicon-th:before {
    content: "\E011";
}
.glyphicon-th-list:before {
    content: "\E012";
}
.glyphicon-ok:before {
    content: "\E013";
}
.glyphicon-remove:before {
    content: "\E014";
}
.glyphicon-zoom-in:before {
    content: "\E015";
}
.glyphicon-zoom-out:before {
    content: "\E016";
}
.glyphicon-off:before {
    content: "\E017";
}
.glyphicon-signal:before {
    content: "\E018";
}
.glyphicon-cog:before {
    content: "\E019";
}
.glyphicon-trash:before {
    content: "\E020";
}
.glyphicon-home:before {
    content: "\E021";
}
.glyphicon-file:before {
    content: "\E022";
}
.glyphicon-time:before {
    content: "\E023";
}
.glyphicon-road:before {
    content: "\E024";
}
.glyphicon-download-alt:before {
    content: "\E025";
}
.glyphicon-download:before {
    content: "\E026";
}
.glyphicon-upload:before {
    content: "\E027";
}
.glyphicon-inbox:before {
    content: "\E028";
}
.glyphicon-play-circle:before {
    content: "\E029";
}
.glyphicon-repeat:before {
    content: "\E030";
}
.glyphicon-refresh:before {
    content: "\E031";
}
.glyphicon-list-alt:before {
    content: "\E032";
}
.glyphicon-lock:before {
    content: "\E033";
}
.glyphicon-flag:before {
    content: "\E034";
}
.glyphicon-headphones:before {
    content: "\E035";
}
.glyphicon-volume-off:before {
    content: "\E036";
}
.glyphicon-volume-down:before {
    content: "\E037";
}
.glyphicon-volume-up:before {
    content: "\E038";
}
.glyphicon-qrcode:before {
    content: "\E039";
}
.glyphicon-barcode:before {
    content: "\E040";
}
.glyphicon-tag:before {
    content: "\E041";
}
.glyphicon-tags:before {
    content: "\E042";
}
.glyphicon-book:before {
    content: "\E043";
}
.glyphicon-bookmark:before {
    content: "\E044";
}
.glyphicon-print:before {
    content: "\E045";
}
.glyphicon-camera:before {
    content: "\E046";
}
.glyphicon-font:before {
    content: "\E047";
}
.glyphicon-bold:before {
    content: "\E048";
}
.glyphicon-italic:before {
    content: "\E049";
}
.glyphicon-text-height:before {
    content: "\E050";
}
.glyphicon-text-width:before {
    content: "\E051";
}
.glyphicon-align-left:before {
    content: "\E052";
}
.glyphicon-align-center:before {
    content: "\E053";
}
.glyphicon-align-right:before {
    content: "\E054";
}
.glyphicon-align-justify:before {
    content: "\E055";
}
.glyphicon-list:before {
    content: "\E056";
}
.glyphicon-indent-left:before {
    content: "\E057";
}
.glyphicon-indent-right:before {
    content: "\E058";
}
.glyphicon-facetime-video:before {
    content: "\E059";
}
.glyphicon-picture:before {
    content: "\E060";
}
.glyphicon-map-marker:before {
    content: "\E062";
}
.glyphicon-adjust:before {
    content: "\E063";
}
.glyphicon-tint:before {
    content: "\E064";
}
.glyphicon-edit:before {
    content: "\E065";
}
.glyphicon-share:before {
    content: "\E066";
}
.glyphicon-check:before {
    content: "\E067";
}
.glyphicon-move:before {
    content: "\E068";
}
.glyphicon-step-backward:before {
    content: "\E069";
}
.glyphicon-fast-backward:before {
    content: "\E070";
}
.glyphicon-backward:before {
    content: "\E071";
}
.glyphicon-play:before {
    content: "\E072";
}
.glyphicon-pause:before {
    content: "\E073";
}
.glyphicon-stop:before {
    content: "\E074";
}
.glyphicon-forward:before {
    content: "\E075";
}
.glyphicon-fast-forward:before {
    content: "\E076";
}
.glyphicon-step-forward:before {
    content: "\E077";
}
.glyphicon-eject:before {
    content: "\E078";
}
.glyphicon-chevron-left:before {
    content: "\E079";
}
.glyphicon-chevron-right:before {
    content: "\E080";
}
.glyphicon-plus-sign:before {
    content: "\E081";
}
.glyphicon-minus-sign:before {
    content: "\E082";
}
.glyphicon-remove-sign:before {
    content: "\E083";
}
.glyphicon-ok-sign:before {
    content: "\E084";
}
.glyphicon-question-sign:before {
    content: "\E085";
}
.glyphicon-info-sign:before {
    content: "\E086";
}
.glyphicon-screenshot:before {
    content: "\E087";
}
.glyphicon-remove-circle:before {
    content: "\E088";
}
.glyphicon-ok-circle:before {
    content: "\E089";
}
.glyphicon-ban-circle:before {
    content: "\E090";
}
.glyphicon-arrow-left:before {
    content: "\E091";
}
.glyphicon-arrow-right:before {
    content: "\E092";
}
.glyphicon-arrow-up:before {
    content: "\E093";
}
.glyphicon-arrow-down:before {
    content: "\E094";
}
.glyphicon-share-alt:before {
    content: "\E095";
}
.glyphicon-resize-full:before {
    content: "\E096";
}
.glyphicon-resize-small:before {
    content: "\E097";
}
.glyphicon-exclamation-sign:before {
    content: "\E101";
}
.glyphicon-gift:before {
    content: "\E102";
}
.glyphicon-leaf:before {
    content: "\E103";
}
.glyphicon-fire:before {
    content: "\E104";
}
.glyphicon-eye-open:before {
    content: "\E105";
}
.glyphicon-eye-close:before {
    content: "\E106";
}
.glyphicon-warning-sign:before {
    content: "\E107";
}
.glyphicon-plane:before {
    content: "\E108";
}
.glyphicon-calendar:before {
    content: "\E109";
}
.glyphicon-random:before {
    content: "\E110";
}
.glyphicon-comment:before {
    content: "\E111";
}
.glyphicon-magnet:before {
    content: "\E112";
}
.glyphicon-chevron-up:before {
    content: "\E113";
}
.glyphicon-chevron-down:before {
    content: "\E114";
}
.glyphicon-retweet:before {
    content: "\E115";
}
.glyphicon-shopping-cart:before {
    content: "\E116";
}
.glyphicon-folder-close:before {
    content: "\E117";
}
.glyphicon-folder-open:before {
    content: "\E118";
}
.glyphicon-resize-vertical:before {
    content: "\E119";
}
.glyphicon-resize-horizontal:before {
    content: "\E120";
}
.glyphicon-hdd:before {
    content: "\E121";
}
.glyphicon-bullhorn:before {
    content: "\E122";
}
.glyphicon-bell:before {
    content: "\E123";
}
.glyphicon-certificate:before {
    content: "\E124";
}
.glyphicon-thumbs-up:before {
    content: "\E125";
}
.glyphicon-thumbs-down:before {
    content: "\E126";
}
.glyphicon-hand-right:before {
    content: "\E127";
}
.glyphicon-hand-left:before {
    content: "\E128";
}
.glyphicon-hand-up:before {
    content: "\E129";
}
.glyphicon-hand-down:before {
    content: "\E130";
}
.glyphicon-circle-arrow-right:before {
    content: "\E131";
}
.glyphicon-circle-arrow-left:before {
    content: "\E132";
}
.glyphicon-circle-arrow-up:before {
    content: "\E133";
}
.glyphicon-circle-arrow-down:before {
    content: "\E134";
}
.glyphicon-globe:before {
    content: "\E135";
}
.glyphicon-wrench:before {
    content: "\E136";
}
.glyphicon-tasks:before {
    content: "\E137";
}
.glyphicon-filter:before {
    content: "\E138";
}
.glyphicon-briefcase:before {
    content: "\E139";
}
.glyphicon-fullscreen:before {
    content: "\E140";
}
.glyphicon-dashboard:before {
    content: "\E141";
}
.glyphicon-paperclip:before {
    content: "\E142";
}
.glyphicon-heart-empty:before {
    content: "\E143";
}
.glyphicon-link:before {
    content: "\E144";
}
.glyphicon-phone:before {
    content: "\E145";
}
.glyphicon-pushpin:before {
    content: "\E146";
}
.glyphicon-usd:before {
    content: "\E148";
}
.glyphicon-gbp:before {
    content: "\E149";
}
.glyphicon-sort:before {
    content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152";
}
.glyphicon-sort-by-order:before {
    content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\E154";
}
.glyphicon-sort-by-attributes:before {
    content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\E156";
}
.glyphicon-unchecked:before {
    content: "\E157";
}
.glyphicon-expand:before {
    content: "\E158";
}
.glyphicon-collapse-down:before {
    content: "\E159";
}
.glyphicon-collapse-up:before {
    content: "\E160";
}
.glyphicon-log-in:before {
    content: "\E161";
}
.glyphicon-flash:before {
    content: "\E162";
}
.glyphicon-log-out:before {
    content: "\E163";
}
.glyphicon-new-window:before {
    content: "\E164";
}
.glyphicon-record:before {
    content: "\E165";
}
.glyphicon-save:before {
    content: "\E166";
}
.glyphicon-open:before {
    content: "\E167";
}
.glyphicon-saved:before {
    content: "\E168";
}
.glyphicon-import:before {
    content: "\E169";
}
.glyphicon-export:before {
    content: "\E170";
}
.glyphicon-send:before {
    content: "\E171";
}
.glyphicon-floppy-disk:before {
    content: "\E172";
}
.glyphicon-floppy-saved:before {
    content: "\E173";
}
.glyphicon-floppy-remove:before {
    content: "\E174";
}
.glyphicon-floppy-save:before {
    content: "\E175";
}
.glyphicon-floppy-open:before {
    content: "\E176";
}
.glyphicon-credit-card:before {
    content: "\E177";
}
.glyphicon-transfer:before {
    content: "\E178";
}
.glyphicon-cutlery:before {
    content: "\E179";
}
.glyphicon-header:before {
    content: "\E180";
}
.glyphicon-compressed:before {
    content: "\E181";
}
.glyphicon-earphone:before {
    content: "\E182";
}
.glyphicon-phone-alt:before {
    content: "\E183";
}
.glyphicon-tower:before {
    content: "\E184";
}
.glyphicon-stats:before {
    content: "\E185";
}
.glyphicon-sd-video:before {
    content: "\E186";
}
.glyphicon-hd-video:before {
    content: "\E187";
}
.glyphicon-subtitles:before {
    content: "\E188";
}
.glyphicon-sound-stereo:before {
    content: "\E189";
}
.glyphicon-sound-dolby:before {
    content: "\E190";
}
.glyphicon-sound-5-1:before {
    content: "\E191";
}
.glyphicon-sound-6-1:before {
    content: "\E192";
}
.glyphicon-sound-7-1:before {
    content: "\E193";
}
.glyphicon-copyright-mark:before {
    content: "\E194";
}
.glyphicon-registration-mark:before {
    content: "\E195";
}
.glyphicon-cloud-download:before {
    content: "\E197";
}
.glyphicon-cloud-upload:before {
    content: "\E198";
}
.glyphicon-tree-conifer:before {
    content: "\E199";
}
.glyphicon-tree-deciduous:before {
    content: "\E200";
}
.glyphicon-cd:before {
    content: "\E201";
}
.glyphicon-save-file:before {
    content: "\E202";
}
.glyphicon-open-file:before {
    content: "\E203";
}
.glyphicon-level-up:before {
    content: "\E204";
}
.glyphicon-copy:before {
    content: "\E205";
}
.glyphicon-paste:before {
    content: "\E206";
}
.glyphicon-alert:before {
    content: "\E209";
}
.glyphicon-equalizer:before {
    content: "\E210";
}
.glyphicon-king:before {
    content: "\E211";
}
.glyphicon-queen:before {
    content: "\E212";
}
.glyphicon-pawn:before {
    content: "\E213";
}
.glyphicon-bishop:before {
    content: "\E214";
}
.glyphicon-knight:before {
    content: "\E215";
}
.glyphicon-baby-formula:before {
    content: "\E216";
}
.glyphicon-tent:before {
    content: "\26FA";
}
.glyphicon-blackboard:before {
    content: "\E218";
}
.glyphicon-bed:before {
    content: "\E219";
}
.glyphicon-apple:before {
    content: "\F8FF";
}
.glyphicon-erase:before {
    content: "\E221";
}
.glyphicon-hourglass:before {
    content: "\231B";
}
.glyphicon-lamp:before {
    content: "\E223";
}
.glyphicon-duplicate:before {
    content: "\E224";
}
.glyphicon-piggy-bank:before {
    content: "\E225";
}
.glyphicon-scissors:before {
    content: "\E226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\E227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\A5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20BD";
}
.glyphicon-scale:before {
    content: "\E230";
}
.glyphicon-ice-lolly:before {
    content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\E232";
}
.glyphicon-education:before {
    content: "\E233";
}
.glyphicon-option-horizontal:before {
    content: "\E234";
}
.glyphicon-option-vertical:before {
    content: "\E235";
}
.glyphicon-menu-hamburger:before {
    content: "\E236";
}
.glyphicon-modal-window:before {
    content: "\E237";
}
.glyphicon-oil:before {
    content: "\E238";
}
.glyphicon-grain:before {
    content: "\E239";
}
.glyphicon-sunglasses:before {
    content: "\E240";
}
.glyphicon-text-size:before {
    content: "\E241";
}
.glyphicon-text-color:before {
    content: "\E242";
}
.glyphicon-text-background:before {
    content: "\E243";
}
.glyphicon-object-align-top:before {
    content: "\E244";
}
.glyphicon-object-align-bottom:before {
    content: "\E245";
}
.glyphicon-object-align-horizontal:before {
    content: "\E246";
}
.glyphicon-object-align-left:before {
    content: "\E247";
}
.glyphicon-object-align-vertical:before {
    content: "\E248";
}
.glyphicon-object-align-right:before {
    content: "\E249";
}
.glyphicon-triangle-right:before {
    content: "\E250";
}
.glyphicon-triangle-left:before {
    content: "\E251";
}
.glyphicon-triangle-bottom:before {
    content: "\E252";
}
.glyphicon-triangle-top:before {
    content: "\E253";
}
.glyphicon-console:before {
    content: "\E254";
}
.glyphicon-superscript:before {
    content: "\E255";
}
.glyphicon-subscript:before {
    content: "\E256";
}
.glyphicon-menu-left:before {
    content: "\E257";
}
.glyphicon-menu-right:before {
    content: "\E258";
}
.glyphicon-menu-down:before {
    content: "\E259";
}
.glyphicon-menu-up:before {
    content: "\E260";
}
*,
:after,
:before {
    -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;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail 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 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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;
}
[role="button"] {
    cursor: pointer;
}
.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,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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: 0.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:focus,
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd,
dt {
    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[data-original-title],
abbr[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 ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\A0   \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 {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 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: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.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,
.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,
.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,
.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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.3%;
}
.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.3%;
}
.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.3%;
}
.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.3%;
}
.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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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.3%;
    }
    .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;
}
caption,
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.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 > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    margin: 0;
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    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="checkbox"],
input[type="radio"] {
    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="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    outline: 0;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    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 {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.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;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 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 .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 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 .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    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: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.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:focus,
.btn:hover {
    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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    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.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.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 {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success,
.btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    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.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
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: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.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 dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    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, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 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:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    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 dashed;
    border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@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-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 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;
}
.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-left-radius: 4px;
    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-right-radius: 4px;
    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-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
    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 .form-control:focus {
    z-index: 3;
}
.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.3333333;
    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;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    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 {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    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:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd 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:focus,
.nav-tabs.nav-justified > .active > a:hover {
    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:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        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:focus,
.nav-pills > li.active > a:hover {
    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:focus,
.nav-tabs-justified > .active > a:hover {
    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:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.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 hsla(0, 0%, 100%, 0.1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.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;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        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-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        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;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand,
    .navbar > .container .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 .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        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: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.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 .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        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 {
    margin-bottom: 0;
    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:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    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:focus,
.navbar-default .navbar-nav > .open > a:hover {
    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:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        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:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    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:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        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:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    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: "/\A0";
}
.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:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    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;
    line-height: 1.3333333;
}
.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;
    line-height: 1.5;
}
.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:focus,
.pager li > a:hover {
    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:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    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]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    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: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    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-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container-fluid .jumbotron,
.container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container-fluid .jumbotron,
    .container .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 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    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 {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        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, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 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, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -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, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    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,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    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, 0.05);
    box-shadow: 0 1px 1px rgba(0, 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,
.panel-title {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > 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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .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 td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 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: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal,
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(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, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    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, 0.5);
        box-shadow: 0 5px 15px rgba(0, 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-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.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;
    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;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.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-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}
.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, 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, 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, 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, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel,
.carousel-inner {
    position: relative;
}
.carousel-inner {
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: left 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out left;
    transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(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, 0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
    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, 0.0001), rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.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: transparent;
    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, 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-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.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;
    }
}
@font-face {
    font-family: ITC Avant Garde Gothic;
    src: url(../fonts/AvantGarde-Book.woff2) format("woff2"), url(../fonts/AvantGarde-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: Queens Condensed Trial;
    src: url(../fonts/QueensCondensedTrial-Thin.woff2) format("woff2"), url(../fonts/QueensCondensedTrial-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: Jadeline;
    src: url(../fonts/Jadeline.woff);
    font-weight: 100;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: Queens Trial;
    src: url(../fonts/QueensTrial-Thin.woff) format("woff");
    font-weight: 150;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.woff2) format("woff2"), url(../fonts/Raleway-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.banner-bg img,
.banner-bg video,
.cardWork-img img,
.contact-container .image img,
.full-image-text .image img,
.full-image img,
.full-image video,
.mainMenu-img img,
.mainMenu-placeholder img,
.news-details2-left img,
.news-details2-right img,
.secAbout-img img,
.secFeatured-bg img,
.secFeatured-bg video,
.secService-figure img,
.secService-placeholder img,
.secStory-img img,
.small-large-image img,
.small-large-image video,
.text-image .image img,
.text-image .image video,
.text-two-image .image img,
.text-two-image .image video,
.three-image .center img,
.three-image .center video,
.three-image .image img,
.three-image .image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:root {
    font-size: 14px;
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    height: 100%;
    margin: 0;
}
body {
    margin: 0;
    font-family: ITC Avant Garde Gothic;
    color: #000;
    background-color: #fffef9;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1024.98px) {
    body {
        background-color: #fff;
    }
}
body .modal-open {
    margin-right: 0;
}
body.active {
    overflow: hidden;
}
.wrapper .container {
    max-width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1250px) {
    .wrapper .container {
        width: 1010px;
    }
}
@media only screen and (max-width: 767.98px) {
    .wrapper .container {
        padding: 0 20px;
    }
}
.wrapper input,
.wrapper select,
.wrapper textarea {
    font-family: ITC Avant Garde Gothic;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper select {
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.28571rem;
    -webkit-appearance: none;
    height: 36px;
    -moz-appearance: none;
    background: #e0dbd3;
    text-indent: 0.01px;
    color: #000;
    font-family: ITC Avant Garde Gothic;
    text-overflow: "";
    box-shadow: none;
    text-transform: uppercase;
    color: #414141;
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    .wrapper select {
        font-size: 13px;
    }
}
.wrapper select option:hover {
    background: #414141;
    color: #e0dbd3;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
ul {
    padding-left: 0;
}
ul li {
    line-height: 26px;
}
@media only screen and (min-width: 1025px) {
    a:hover:hover {
        text-decoration: none;
        color: initial;
    }
}
img {
    border: 0;
}
input[type="submit"] {
    cursor: pointer;
}
input:focus,
textarea:focus {
    outline: none transparent;
}
select:focus {
    outline: none;
}
section {
    display: block;
}
.errors,
.success {
    background: #fff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
}
.errors {
    color: #f04f71;
}
.success {
    color: #51bf9b;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
.win-os ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar {
        width: 4px;
    }
}
.win-os ::-webkit-scrollbar-track {
    background-color: #ccc;
}
.win-os ::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #ececec;
}
@media only screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar-thumb {
        width: 4px;
    }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
input[type="submit"] {
    -webkit-appearance: none;
}
.ios-device * {
    background-attachment: scroll;
}
.wow {
    visibility: hidden;
}
@media only screen and (max-width: 1024px) {
    .wow {
        visibility: visible;
    }
}
.pre-loader {
    position: fixed;
    height: 100%;
    background: #fffef9;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
    top: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pre-loader.pre-loader-hide {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    visibility: hidden;
}
.pre-loader div {
    max-width: 770px;
    width: 100%;
}
.init-overlay {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fffef9;
    top: 0;
    left: 0;
}
.logo-middle {
    display: none;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: calc(50% - 100px);
    width: 400px;
}
.logo-middle img {
    max-width: 100%;
    height: auto;
    display: block;
}
.formidable .element .buttons input,
.linkPrimary {
    font-family: ITC Avant Garde Gothic;
    font-size: 1.14286rem;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    display: inline-block;
    position: relative;
    padding-bottom: 11px;
}
.formidable .element .buttons input:active,
.formidable .element .buttons input:focus,
.linkPrimary:active,
.linkPrimary:focus {
    color: #000;
    text-decoration: none;
}
.formidable .element .buttons input:active svg path,
.formidable .element .buttons input:focus svg path,
.linkPrimary:active svg path,
.linkPrimary:focus svg path {
    fill: #63666a;
}
@media only screen and (min-width: 1025px) {
    .formidable .element .buttons input:hover,
    .linkPrimary:hover {
        text-decoration: none;
        color: #000;
    }
    .formidable .element .buttons input:hover svg path,
    .linkPrimary:hover svg path {
        fill: #63666a;
    }
}
.formidable .element .buttons input svg,
.linkPrimary svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: auto;
}
.formidable .element .buttons input svg path,
.linkPrimary svg path {
    fill: #63666a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.linkPrimary-white {
    color: #fff;
}
.linkPrimary-white svg path {
    fill: #fff;
}
.linkPrimary-white:active,
.linkPrimary-white:focus {
    color: #fff;
}
.linkPrimary-white:active svg path,
.linkPrimary-white:focus svg path {
    fill: #fff;
}
@media only screen and (min-width: 1025px) {
    .linkPrimary-white:hover {
        color: #fff !important;
    }
    .linkPrimary-white:hover svg path {
        fill: #fff;
    }
}
.tabLinks {
    text-align: center;
}
.tabLinks a {
    font-family: Queens Trial;
    font-size: 2.28571rem;
    line-height: 100%;
    color: #000;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
}
.tabLinks a:active,
.tabLinks a:focus {
    opacity: 1;
    text-decoration: none;
}
@media only screen and (min-width: 1025px) {
    .tabLinks a:hover {
        opacity: 1;
        text-decoration: none;
    }
}
.tabLinks a.active {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .tabLinks a {
        font-size: 20px;
    }
}
.tabLinks span {
    font-family: Queens Condensed Trial;
    font-size: 2.14286rem;
    line-height: 100%;
    color: #000;
    opacity: 0.5;
    margin: 0 15px;
}
@media only screen and (max-width: 767px) {
    .tabLinks span {
        font-size: 16px;
        margin: 0 5px;
    }
}
.cardWork-img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 110%;
}
.cardWork-img img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cardWork h4 {
    font-size: 2rem;
    margin: 0 0 5px;
    height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.cardWork p {
    font-size: 1rem !important;
    margin: 0 0 20px;
}
@media only screen and (max-width: 575.98px) {
    .cardWork p {
        font-size: 1.14286rem;
    }
}
.cardWork .formidable .element .buttons input,
.cardWork .linkPrimary,
.formidable .element .buttons .cardWork input {
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
@media only screen and (max-width: 1024.98px) {
    .cardWork .formidable .element .buttons input,
    .cardWork .linkPrimary,
    .formidable .element .buttons .cardWork input {
        opacity: 1;
    }
}
@media only screen and (min-width: 1025px) {
    .cardWork:hover {
        text-decoration: none;
    }
    .cardWork:hover .cardWork-img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .cardWork:hover .formidable .element .buttons input,
    .cardWork:hover .linkPrimary,
    .formidable .element .buttons .cardWork:hover input {
        opacity: 1;
    }
}
.bgGray {
    background-color: #e0dbd3;
}
.bgTrans {
    background-color: transparent !important;
}
.pageHead {
    padding: 200px 60px 80px;
}
@media only screen and (max-width: 1199.98px) {
    .pageHead {
        padding: 200px 40px 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .pageHead {
        padding: 150px 40px 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .pageHead {
        padding: 120px 20px 50px;
    }
}
.pageHead-breadcrumbs {
    display: none;
    margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
    .pageHead-breadcrumbs {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .pageHead-breadcrumbs {
        margin-bottom: 20px;
    }
}
.pageHead-breadcrumbs ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.pageHead-breadcrumbs ul li {
    text-align: center;
}
.pageHead-breadcrumbs ul li:not(:first-child):before {
    content: "/";
    padding: 0 8px;
    font-size: 1.14286rem;
    line-height: 19px;
}
@media only screen and (max-width: 767.98px) {
    .pageHead-breadcrumbs ul li:not(:first-child):before {
        padding: 0 5px;
    }
	.banner-content h1{
		font-size: 2.5rem;
        word-break: break-word;
        padding: 5% 15% 0;
	}
}
.pageHead-breadcrumbs ul li a {
    font-size: 1.14286rem;
    line-height: 19px;
    padding: 0;
    color: #000;
}
.pageHead-breadcrumbs ul li a:active,
.pageHead-breadcrumbs ul li a:focus {
    color: #000;
    text-decoration: none;
}
@media only screen and (min-width: 1025px) {
    .pageHead-breadcrumbs ul li a:hover {
        text-decoration: none;
        color: #000;
    }
}
.pageHead-title {
    margin: 0;
    text-align: center;
    color: #000;
}
.pageHead h1 {
    opacity: 0;
}
.pageHead-banner {
    margin-top: 50px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
	text-align:center; 
}
@media only screen and (max-width: 1199.98px) {
    .pageHead-banner {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .pageHead-banner {
        margin-top: 42px;
    }
}
.project-detail .pageHead-banner img {   
	max-width:100%;
}
.cookieCard {
    padding: 20px;
    width: 400px;
    height: auto;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 40px;
    right: 36px;
    z-index: 100;
    display: none;
}
@media only screen and (max-width: 1199.98px) {
    .cookieCard {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 439.98px) {
    .cookieCard {
        width: 94%;
        height: auto;
        left: 3%;
        bottom: 20px;
    }
}
.cookieCard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookieCard-tilte {
    font-size: 30px;
    margin: 0;
}
@media only screen and (max-width: 439.98px) {
    .cookieCard-tilte {
        font-size: 25px;
    }
}
.cookieCard-close {
    cursor: pointer;
    display: flex;
}
.cookieCard-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}
@media only screen and (max-width: 439.98px) {
    .cookieCard-body {
        display: block;
        margin-top: 15px;
    }
}
.cookieCard-body p {
    margin: 0;
    font-size: 16px;
}
@media only screen and (max-width: 439.98px) {
    .cookieCard-body p {
        margin-bottom: 10px;
    }
}
.cookieCard .formidable .element .buttons input,
.cookieCard .linkPrimary,
.formidable .element .buttons .cookieCard input {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 4px;
}
@media only screen and (max-width: 439.98px) {
    .cookieCard .formidable .element .buttons input,
    .cookieCard .linkPrimary,
    .formidable .element .buttons .cookieCard input {
        margin-bottom: 0;
    }
}
.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.modal-open .modal-overlay {
    opacity: 1;
    visibility: visible;
}
.commonModal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.commonModal.active {
    visibility: visible;
    opacity: 1;
}
.commonModal-dialog {
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.commonModal-content {
    margin: 0;
    background: #fffef9;
    padding: 0;
}
.commonModal-body,
.commonModal-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.commonModal-body {
    z-index: 1;
}
.commonModal-body iframe {
    width: 100% !important;
    height: 100% !important;
}
.commonModal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    border: none;
    background-color: #000;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
}
@media only screen and (max-width: 767.98px) {
    .commonModal-close {
        width: 40px;
        height: 40px;
    }
}
.commonModal-close svg path {
    stroke: #fff;
    fill: #fff;
}
.commonModal-close:active,
.commonModal-close:focus {
    background-color: #000;
}
@media only screen and (min-width: 1025px) {
    .commonModal-close:hover {
        background-color: #000;
    }
}
.m-0 {
    margin: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.iti {
    width: 100%;
}
.iti__flag {
    background-image: url(../images/flags.png) !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(../images/flags@2x.png) !important;
    }
}
.grecaptcha-badge {
    display: none !important;
}
.container-desktop {
    max-width: 1250px !important;
    margin-left: auto;
    margin-right: auto;
}
.mapfadeIn,
.secMap .pinPoint {
    opacity: 0;
}
.no-support {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 100%;
    height: auto;
    padding: 10px;
}
.no-support a {
    color: #fff;
    text-decoration: underline;
}
ol,
p,
pre,
ul {
    margin: 1em 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.h1,
h1 {
    font-family: Queens Trial;
    font-size: 5.71429rem;
    line-height: 100%;
}
@media only screen and (max-width: 1599.98px) {
    .h1,
    h1 {
        font-size: 5rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .h1,
    h1 {
        font-size: 4.28571rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .h1,
    h1 {
        font-size: 3.57143rem;
    }
}
.h2,
h2 {
    font-family: Queens Trial;
    font-size: 4.28571rem;
    line-height: 100%;
}
@media only screen and (max-width: 1599.98px) {
    .h2,
    h2 {
        font-size: 3.92857rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .h2,
    h2 {
        font-size: 3.57143rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .h2,
    h2 {
        font-size: 2.14286rem;
    }
}
.h3,
h3 {
    font-family: Queens Trial;
    font-size: 3.57143rem;
    line-height: 100%;
}
@media only screen and (max-width: 1599.98px) {
    .h3,
    h3 {
        font-size: 3.57143rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .h3,
    h3 {
        font-size: 2.85714rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .h3,
    h3 {
        font-size: 2.14286rem;
    }
}
.h4,
h4 {
    font-family: Queens Trial;
    font-size: 3.28571rem;
    line-height: 100%;
}
@media only screen and (max-width: 767.98px) {
    .h4,
    h4 {
        font-size: 2rem;
    }
}
.h5,
h5 {
    font-family: Queens Trial;
    font-size: 2.57143rem;
    line-height: 100%;
}
@media only screen and (max-width: 767.98px) {
    .h5,
    h5 {
        font-size: 1.85714rem;
    }
}
.h6,
h6 {
    font-family: Queens Trial;
    font-size: 2.28571rem;
    line-height: 100%;
}
@media only screen and (max-width: 767.98px) {
    .h6,
    h6 {
        font-size: 1.71429rem;
    }
}
.wrapper p {
    font-size: 1.42857rem;
    line-height: 138%;
    color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1599.98px) {
    .wrapper p {
        font-size: 1.28571rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .wrapper p {
        font-size: 1.14286rem;
    }
}
.formidable .formidable_message.error,
.formidable .formidable_message.success {
    padding: 10px 20px;
}
.formidable .formidable_message.error {
    background: red;
}
.formidable .formidable_message.success {
    background: green;
}
.formidable .formidable_message div {
    line-height: 20px;
    color: #fff;
    font-size: 17px;
}
.formidable .element {
    margin-bottom: 30px;
    position: relative;
}
.formidable .element[class*="phone-"] {
    margin-top: 40px;
}
.formidable .element[class*="phone-"] label {
    font-size: 11px;
    top: -6px;
    color: rgba(0, 0, 0, 0.3);
}
.formidable .element[class*="file-limit-"] .input:after {
    content: none;
}
.formidable .element[class*="file-limit-"] p {
    font-family: ITC Avant Garde Gothic;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding-left: 10px;
}
.formidable .element .input {
    position: relative;
}
.formidable .element .input:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/line.svg);
    background-size: cover;
}
.formidable .element.elementError .input:after {
    background-image: url(../images/line-red.svg);
}
.formidable .element span.error {
    position: absolute;
    color: red;
    display: block;
    margin-top: 5px;
    margin-left: 10px;
}
.formidable .element.element-button:after {
    content: none;
}
.formidable .element .input {
    width: 100%;
}
.formidable .element .input .iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__arrow {
    background-image: url(../images/dropdownarrow.svg);
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    border: none;
    background-size: cover;
    margin-left: 10px;
}
.formidable .element .input .iti--allow-dropdown input {
    padding-left: 70px;
}
.formidable .element .input .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.formidable .element label {
    position: absolute;
    top: 15px;
    left: 10px;
    pointer-events: none;
    padding: 0;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-family: ITC Avant Garde Gothic;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
@media only screen and (max-width: 640px) {
    .formidable .element label {
        font-size: 13px;
        line-height: 22px;
    }
}
.formidable .element label.focus {
    top: -7px;
    font-size: 0.92857rem;
    line-height: 22px;
}
@media only screen and (max-width: 640px) {
    .formidable .element label.focus {
        font-size: 16px;
    }
}
.formidable .element label .required {
    color: red;
}
.formidable .element input,
.formidable .element textarea {
    width: 100%;
    border: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    line-height: normal;
}
.formidable .element input,
.formidable .element select,
.formidable .element textarea {
    padding: 15px 10px;
    color: #000;
    height: auto;
    font-size: 16px;
    font-family: ITC Avant Garde Gothic;
}
.formidable .element select {
    opacity: 1;
}
.formidable .element textarea {
    min-height: 120px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
}
.formidable .element .buttons {
    margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
    .formidable .element .buttons {
        margin-top: 0;
    }
}
.formidable .element .buttons input {
    width: auto;
    padding: 0 0 11px;
}
.formidable .element .col-sm-9 {
    padding: 0;
}
.formidable .element .buttons input svg,
.formidable .element .linkPrimary svg {
    width: auto !important;
    height: 2px;
    position: relative;
    display: block;
}
.formidable .element.active label {
    font-size: 11px;
    top: -6px;
    color: rgba(0, 0, 0, 0.3);
}
.formidable .element.attach-your-cv-portfolio-13 {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    justify-content: space-between;
}
.formidable .element.attach-your-cv-portfolio-13 label {
    position: relative !important;
    width: 40%;
    font-family: Queens Trial;
    font-size: 2.28571rem;
    line-height: 100%;
    color: #000;
    text-transform: capitalize;
    border-right: 1px solid rgba(99, 102, 106, 0.4);
    padding-right: 16px;
    top: 0;
}
.formidable .element.attach-your-cv-portfolio-13 label .required {
    font-size: 14px;
    line-height: normal;
}
@media only screen and (max-width: 767.98px) {
    .formidable .element.attach-your-cv-portfolio-13 label {
        font-size: 2rem;
        width: 33%;
    }
}
.formidable .element.attach-your-cv-portfolio-13 span.error {
    margin-left: 0;
    font-size: 12px;
}
.formidable .element.attach-your-cv-portfolio-13 .input {
    position: static;
    width: 55%;
}
@media only screen and (max-width: 767.98px) {
    .formidable .element.attach-your-cv-portfolio-13 .input {
        width: 60%;
    }
}
.formidable .element.attach-your-cv-portfolio-13 .input:after {
    content: none;
}
.formidable .element.attach-your-cv-portfolio-13 .file_upload.counter_disabled {
    width: 100%;
    height: 100%;
}
.formidable .element.attach-your-cv-portfolio-13 .file_upload .alert {
    font-size: 12px;
    padding: 5px 8px;
    margin: 5px 0;
    order: 3;
}
.formidable .element.attach-your-cv-portfolio-13 .file_upload .alert.alert-danger {
    background-color: #fceaea !important;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-clickable {
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-upload {
    background: #b8b8b8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-message {
    font-family: ITC Avant Garde Gothic;
    font-size: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}
.formidable .element.attach-your-cv-portfolio-13 .dz-message:before {
    content: "Upload files here.";
    font-size: 1.14286rem;
}
.formidable .element.attach-your-cv-portfolio-13:after {
    content: none;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-preview {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 19px;
    left: 50%;
    top: 50%;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    overflow: hidden;
    left: 0;
    top: 6px;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-details {
    max-width: calc(100% - 21px);
}
.formidable .element.attach-your-cv-portfolio-13 .dz-error-mark,
.formidable .element.attach-your-cv-portfolio-13 .dz-image,
.formidable .element.attach-your-cv-portfolio-13 .dz-size,
.formidable .element.attach-your-cv-portfolio-13 .dz-success-mark {
    display: none;
}
.formidable .element.attach-your-cv-portfolio-13 .btn-danger {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-remove {
    font-size: 0;
    box-shadow: none;
    position: relative;
    z-index: 2;
    padding: 5px 0 5px 10px;
}
.formidable .element.attach-your-cv-portfolio-13 .dz-remove:after {
    content: "X";
    color: #000;
    font-size: 14px;
    opacity: 0.5;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}
.header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 6;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.sticky {
    top: 0 !important;
}
.header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 57px 60px 15px 83px;
    opacity: 0;
}
@media only screen and (max-width: 1199.98px) {
    .header-inner {
        padding: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .header-inner {
        padding: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .header-inner {
        padding: 20px;
    }
}
.header-left ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-left ul li:not(:last-child) {
    margin-right: 46.5px;
}
@media only screen and (max-width: 991.98px) {
    .header-left ul li:not(:last-child) {
        margin-right: 20px;
    }
}
.header-left ul li a {
    font-family: ITC Avant Garde Gothic;
    font-size: 1rem;
    line-height: 24px;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-left ul li a:active,
.header-left ul li a:focus {
    text-decoration: none;
    color: #000;
}
@media only screen and (min-width: 1025px) {
    .header-left ul li a:hover {
        text-decoration: none;
        color: #000;
    }
}
.header-left ul li a svg path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 767.98px) {
    .header-left {
        display: none;
    }
}
.header .socialMedia {
    display: flex;
    align-items: center;
}
.header .socialMedia a {
    display: flex;
}
.header .socialMedia a:not(:last-child) {
    margin-right: 22px;
}
.header .logo {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 280px;
    margin: 0 auto;
    top: 20%;
}

@media only screen and (max-width: 1199.98px) {
    .header .logo {
        width: 160px;
    }
}
@media only screen and (max-width: 767.98px) {
    .header .logo {
        width: 131px !important;
        position: static;
        margin: 0;
    }
}
.header .logo-light {
    display: none;
}
.header .logo img {
    max-width: 100%;
}
.header.top {
    top: -100%;
    position: fixed;
    background-color: #fffef9;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024.98px) {
    .header.top {
        background-color: #fff;
    }
}
.header.top .header-inner {
    padding: 30px 60px 30px 83px;
}
@media only screen and (max-width: 991.98px) {
    .header.top .header-inner {
        padding: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .header.top .header-inner {
        padding: 20px;
    }
}
.header.top .logo {
    width: 165px;
}
@media only screen and (max-width: 340.98px) {
    .header.top .logo {
        width: 80px;
    }
}
.header .mobile-menu {
    cursor: pointer;
    height: 17.5px;
    width: 23.5px;
    display: flex;
    align-items: center;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -ms-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
}
.header .mobile-menu.active .nav-icon {
    background: transparent;
}
.header .mobile-menu.active .nav-icon:after,
.header .mobile-menu.active .nav-icon:before {
    top: 0;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.header .mobile-menu.active .nav-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .mobile-menu.active .nav-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .nav-icon {
    position: relative;
    background: #000;
    display: inline-block;
    width: 100%;
    height: 1px;
}
.header .nav-icon:after,
.header .nav-icon:before {
    position: absolute;
    left: 0;
    content: "";
    background: #000;
    display: inline-block;
    width: 100%;
    height: 1px;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .nav-icon:before {
    top: 7px;
}
.header .nav-icon:after {
    top: -7px;
}
.header-light .logo-light {
    display: inline-block;
}
.header-light .logo-dark {
    display: none;
}
.header-light .nav-icon,
.header-light .nav-icon:after,
.header-light .nav-icon:before {
    background: #fff;
}
.header-light .header-left ul li a {
    color: #fff;
}
.header-light .header-left ul li a svg path {
    fill: #FFFFFF !important;
}
.header-light.top .header-left ul li a,
.header-light.top .header-left ul li a:active,
.header-light.top .header-left ul li a:focus {
    color: #000;
}
@media only screen and (min-width: 1025px) {
    .header-light.top .header-left ul li a:hover {
        color: #000;
    }
}
.header-light.top .header-left ul li a svg path {
    fill: #000;
}
.header-light.top .nav-icon,
.header-light.top .nav-icon:after,
.header-light.top .nav-icon:before {
    background: #000;
}
.header-light.top .logo-dark {
    display: block;
    position: absolute;
    top: 2%;
    width: 300px !important;
    height: 50px;
    max-width: none;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
}

.header-light.top .logo-light {
    display: none;
}
.mainMenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fffef9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 5;
    overflow: hidden;
    padding-top: 100px;
}
@media only screen and (max-width: 1024.98px) {
    .mainMenu {
        background-color: #fff;
    }
}
.mainMenu-nav {
    display: flex;
    padding-left: 29.236111111111%;
    height: 100%;
}
@media only screen and (max-width: 1024.98px) {
    .mainMenu-nav {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
        text-align: center;
    }
}
.mainMenu-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mainMenu-nav ul li {
    margin-bottom: clamp(20px, 5.5vh, 50px);
}
@media only screen and (max-width: 991.98px) {
    .mainMenu-nav ul li {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575.98px) {
    .mainMenu-nav ul li {
        margin-bottom: 30px;
    }
}
.mainMenu-nav ul li a {
    font-family: Queens Condensed Trial;
    font-size: clamp(40px, 6vh, 60px);
    color: rgba(99, 102, 106, 0.2);
    line-height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 991.98px) {
    .mainMenu-nav ul li a {
        font-size: 3.57143rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .mainMenu-nav ul li a {
        font-size: 2.5rem;
    }
}
.mainMenu-nav ul li a.active,
.mainMenu-nav ul li a:active,
.mainMenu-nav ul li a:focus {
    text-decoration: none;
    color: #63666a;
}
@media only screen and (min-width: 1025px) {
    .mainMenu-nav ul li a:hover {
        text-decoration: none;
        color: #63666a;
    }
}
@media only screen and (max-width: 991.98px) {
    .mainMenu-nav ul li a {
        color: #63666a;
    }
}
.mainMenu-nav ul li.is-active a {
    color: #63666a;
    text-decoration: none;
}
.mainMenu-inner {
    height: 100%;
    overflow-y: auto;
}
.mainMenu-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 629px;
    overflow: hidden;
    z-index: 0;
    max-height: calc(100% - 140px);
}
@media only screen and (max-width: 1399.98px) {
    .mainMenu-img {
        width: 554px;
        height: 529px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .mainMenu-img {
        width: 454px;
        height: 429px;
        max-height: calc(100% - 80px);
    }
}
@media only screen and (max-width: 1024.98px) {
    .mainMenu-img {
        display: none !important;
    }
}
.mainMenu-img-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.mainMenu-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.mainMenu .swiper-lazy-preloader-white {
    --swiper-preloader-color: transparent;
}
.mainMenu-open {
    overflow: hidden;
}
.mainMenu-open .mainMenu {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 1024.98px) {
    .mainMenu-open .mainMenu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@media only screen and (min-width: 768px) {
    .mainMenu-open .header .logo {
        display: none;
    }
}
.mainMenu-open .header .logo-dark {
    display: block;
}
.mainMenu-open .header .logo-light {
    display: none;
}
.mainMenu-open .header-left ul li a {
    color: #000;
}
.mainMenu-open .header-left ul li a svg path {
    fill: #000;
}
.mainMenu-open .header .mobile-menu .nav-icon,
.mainMenu-open .header .mobile-menu .nav-icon:after,
.mainMenu-open .header .mobile-menu .nav-icon:before {
    background: #000;
}
.mainMenu-open .header .mobile-menu.active .nav-icon {
    background: transparent;
}
.mainMenu-open .header.top {
    top: 0 !important;
    box-shadow: none !important;
}
.footer {
    background-color: #202020;
    color: #fff;
    overflow: hidden;
}
.footer-content {
    padding: 0 60px;
}
@media only screen and (max-width: 991.98px) {
    .footer-content {
        padding: 0 20px;
    }
}
.footer-logo {
    text-align: center;
    padding: 40px 0 30px;
}
.footer-logo img {
    width: 208px;
}
@media only screen and (max-width: 767.98px) {
    .footer-logo img {
        width: 131px;
    }
}
.footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.footer-locations {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
    .footer-locations {
        margin-bottom: 20px;
    }
}
.footer-locations ul {
    justify-content: center;
}
@media only screen and (max-width: 991.98px) {
    .footer-locations ul {
        display: block;
    }
}
.footer-locations ul li {
    font-size: 1.71429rem;
    text-transform: capitalize;
    line-height: 100%;
}
@media only screen and (max-width: 991.98px) {
    .footer-locations ul li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 254, 245, 0.2);
        font-size: 1.42857rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .footer-locations ul li {
        font-size: 1.14286rem;
    }
}
.footer-locations ul li:not(:first-child):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    opacity: 0.2;
    border: 1px solid #fffef5;
    margin: 0 80px;
    position: relative;
    top: 3px;
}
@media only screen and (max-width: 1199.98px) {
    .footer-locations ul li:not(:first-child):before {
        margin: 0 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .footer-locations ul li:not(:first-child):before {
        content: none;
    }
}
.footer-nav {
    margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
    .footer-nav {
        column-count: 2;
    }
}
.footer-nav ul {
    justify-content: center;
}
@media only screen and (max-width: 991.98px) {
    .footer-nav ul {
        display: block;
    }
}
.footer-nav li {
    margin-bottom: 15px;
}
.footer-nav li:not(:last-child) {
    margin-right: 52px;
}
@media only screen and (min-width: 1200px) {
    .footer-nav li:not(:last-child) {
        margin-right: 92px;
    }
}
@media only screen and (max-width: 991.98px) {
    .footer-nav li:not(:last-child) {
        margin-right: 0;
        padding: 0 30px 0 0;
    }
}
.footer-nav li a {
    font-size: 1.14286rem;
    font-family: ITC Avant Garde Gothic;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-nav li a:active,
.footer-nav li a:focus {
    color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (min-width: 1025px) {
    .footer-nav li a:hover {
        color: hsla(0, 0%, 100%, 0.7);
    }
}
@media only screen and (max-width: 767.98px) {
    .footer-nav li a {
        text-transform: capitalize;
    }
}
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid rgba(255, 254, 245, 0.2);
    padding: 30px 0;
    color: #fff;
}
@media only screen and (max-width: 991.98px) {
    .footer-bottom {
        padding: 33px 0 35px;
        justify-content: center;
    }
}
@media only screen and (max-width: 767.98px) {
    .footer-bottom {
        padding: 15px 0 25px;
    }
}
@media only screen and (max-width: 991.98px) {
    .footer-bottom .socialMedia {
        display: none !important;
    }
}
.footer-copyright {
    font-size: 1.14286rem;
    font-family: ITC Avant Garde Gothic;
    color: #fff;
    margin: 0;
}
@media only screen and (max-width: 767.98px) {
    .footer-copyright {
        order: 2;
        width: 100%;
        margin-top: 14px;
    }
}
.footer .socialMedia {
    display: flex;
    align-items: center;
}
.footer .socialMedia a {
    display: flex;
}
.footer .socialMedia a:not(:last-child) {
    margin-right: 15px;
}
.footer .socialMedia a:active svg path,
.footer .socialMedia a:focus svg path {
    fill: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (min-width: 1025px) {
    .footer .socialMedia a:hover svg path {
        fill: hsla(0, 0%, 100%, 0.7);
    }
}
.footer .socialMedia svg path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #fff;
}
.footer .socialMedia .insta svg {
    width: 15px !important;
    height: auto;
}
.footer .socialMedia .linkedin svg {
    width: 13px !important;
    height: auto;
}
@media only screen and (max-width: 767.98px) {
    .footer-terms {
        order: 1;
    }
}
.footer-terms ul {
    justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
    .footer-terms ul {
        justify-content: center;
    }
}
.footer-terms li:not(:last-child) {
    margin-right: 32px;
}
@media only screen and (max-width: 767.98px) {
    .footer-terms li:not(:last-child) {
        margin-right: 10px;
    }
}
.footer-terms li a {
    font-size: 1.14286rem;
    font-family: ITC Avant Garde Gothic;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.footer-terms li a:active,
.footer-terms li a:focus {
    color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (min-width: 1025px) {
    .footer-terms li a:hover {
        color: hsla(0, 0%, 100%, 0.7);
    }
}
@media only screen and (max-width: 767.98px) {
    .footer-terms li a {
        font-size: 0.85714rem;
    }
}
@media only screen and (max-width: 991.98px) {
    .footer-center {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}
.footer-center .socialMedia {
    display: none;
}
@media only screen and (max-width: 991.98px) {
    .footer-center .socialMedia {
        display: flex;
    }
}
.text-two-image {
    margin-top: 80px;
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .text-two-image {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .text-two-image {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-two-image {
        margin: 50px 0;
    }
}
.text-two-image .content {
    display: flex;
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .content {
        display: block;
        padding: 0 20px;
    }
}
.text-two-image .content-left {
    flex: 0 0 53.125%;
    max-width: 53.125%;
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .content-left {
        max-width: 100%;
    }
}
.text-two-image .content-left .inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .text-two-image .content-left .inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .content-left .inner {
        padding-left: 0;
    }
}
.text-two-image .content-left h2 {
    max-width: 442px;
    text-transform: capitalize;
    margin: 0;
}
@media only screen and (max-width: 1199.98px) {
    .text-two-image .content-left h2 {
        padding-right: 20px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .content-left h2 {
        max-width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
}
.text-two-image .content-right .inner {
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .text-two-image .content-right .inner {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .content-right .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.text-two-image .content-right p {
    margin: 0;
}
.text-two-image .image {
    display: flex;
    align-items: flex-end;
    margin-top: 80px;
}
@media only screen and (max-width: 1199.98px) {
    .text-two-image .image {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .text-two-image .image {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .image {
        margin-top: 30px;
        display: block;
    }
}
.text-two-image .image-left {
    flex: 0 0 53.125%;
    max-width: 53.125%;
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .image-left {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.text-two-image .image-left-inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .text-two-image .image-left-inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .image-left-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.text-two-image .image-left-img {
    max-width: 540px;
    width: calc(100% - 90px);
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .image-left-img {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-two-image .image-right {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.three-image .content {
    text-align: center;
    padding: 0 20px;
}
.three-image .content p {
    max-width: 634px;
    margin: 0 auto;
}
.three-image .image {
    display: flex;
    align-items: flex-start;
    margin-top: 80px;
}
@media only screen and (max-width: 1199.98px) {
    .three-image .image {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .three-image .image {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .three-image .image {
        display: block;
        margin: 50px 20px 0;
    }
}
.three-image .image-left {
    margin-top: 175px;
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
    .three-image .image-left {
        flex: 0 0 53.125%;
        max-width: 53.125%;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1199.98px) {
    .three-image .image-left {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767.98px) {
    .three-image .image-left {
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .three-image .image-left img,
    .three-image .image-left video {
        max-width: 88.235294117647%;
    }
}
.three-image .center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
    max-width: 1055px;
}
@media only screen and (max-width: 1199.98px) {
    .three-image .center {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .three-image .center {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .three-image .center {
        margin-top: 50px;
    }
}
.small-large-image-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 767.98px) {
    .small-large-image-wrap {
        display: block;
    }
}
.small-large-image .small-image {
    flex: 0 0 53.125%;
    max-width: 53.125%;
}
@media only screen and (max-width: 767.98px) {
    .small-large-image .small-image {
        max-width: 100%;
    }
}
.small-large-image .small-image-inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .small-large-image .small-image-inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .small-large-image .small-image-inner {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 50px;
    }
}
.small-large-image .small-image-img {
    max-width: 440px;
    height: auto;
    margin: 0 0 106px;
}
@media only screen and (max-width: 1199.98px) {
    .small-large-image .small-image-img {
        max-width: 380px;
        margin: 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .small-large-image .small-image-img {
        max-width: 265px;
    }
}
@media only screen and (max-width: 767.98px) {
    .small-large-image .large-image {
        padding: 0 0 0 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .small-large-image .large-image-inner {
        width: 307px;
        height: 253px;
        overflow: hidden;
        margin-left: auto;
        max-width: 100%;
    }
}
.text-image {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 1199.98px) {
    .text-image {
        margin: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .text-image {
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-image {
        margin: 50px 0;
    }
}
@media only screen and (min-width: 768px) {
    .text-image .content {
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    .text-image .content-left {
        flex: 0 0 53.125%;
        max-width: 53.125%;
    }
}
.text-image .content-left-inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .text-image .content-left-inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-image .content-left-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.text-image .content-right-inner {
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .text-image .content-right-inner {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-image .content-right-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.formidable .element .buttons .text-image .content-right input,
.text-image .content-right .formidable .element .buttons input,
.text-image .content-right .linkPrimary {
    margin-top: 40px;
}
.text-image .content h2 {
    max-width: 502px;
    margin: 0;
}
@media only screen and (max-width: 1199.98px) {
    .text-image .content h2 {
        padding-right: 20px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-image .content h2 {
        padding-right: 0;
        max-width: 100%;
    }
}
.text-image .content p {
    margin-top: 30px;
    margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
    .text-image .content p {
        margin-top: 20px;
    }
}
.text-image .content p:first-child {
    margin-top: 0;
}
.text-image .image {
    margin-top: 80px;
}
@media only screen and (min-width: 768px) {
    .text-image .image {
        display: flex;
    }
}
@media only screen and (max-width: 1199.98px) {
    .text-image .image {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .text-image .image {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .text-image .image {
        margin-top: 50px;
        padding: 0 20px;
    }
}
.text-image .image-left {
    margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
    .text-image .image-left {
        padding-left: 135px;
    }
}
@media only screen and (min-width: 768px) {
    .text-image .image-left {
        flex: 0 0 53.125%;
        max-width: 53.125%;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .text-image .image-left img,
    .text-image .image-left video {
        max-width: 88.235294117647%;
    }
}
@media only screen and (min-width: 1200px) {
    .text-image .image-right {
        padding-right: 135px;
    }
}
.banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    text-align: center;
}
.banner-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .h1,
.banner .h2,
.banner h1,
.banner h2 {
    color: #fff;
    margin: 0;
    opacity: 0;
}
.banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    height: 100%;
}
.banner-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
}
.banner-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 63px;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
    .banner-link {
        display: none;
    }
}
.banner-slider {
    width: 100%;
    height: 100%;
}
.banner .swiper-lazy-preloader-white {
    --swiper-preloader-color: transparent;
}
.secAbout {
    padding: 80px 0;
    overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
    .secAbout {
        padding: 50px 0;
    }
}
.secAbout h2,.secAbout h3 {
    text-align: center;
    margin: 0 auto 80px;
 /* max-width: 680px; */
}
@media only screen and (max-width: 1599.98px) {
    .secAbout h2,
    .secAbout h3 {
        max-width: 630px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .secAbout h2,
    .secAbout h3 {
        max-width: 500px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secAbout h2,
    .secAbout h3 {
        margin: 0 auto 50px;
        max-width: calc(100% - 40px);
    }
}
.secAbout-wrap {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
    .secAbout-wrap {
        display: block;
    }
}
.secAbout-img {
    overflow: hidden;
}
.secAbout-left {
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .secAbout-left {
        width: 37.5%;
    }
}
.secAbout-left .secAbout-img {
    width: 540px;
}
@media only screen and (min-width: 1200px) {
    .secAbout-left .secAbout-img {
        width: 100%;
    }
}
@media only screen and (max-width: 1199.98px) {
    .secAbout-left .secAbout-img {
        width: 384px;
    }
}
@media only screen and (max-width: 991.98px) {
    .secAbout-left .secAbout-img {
        width: 300px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secAbout-left .secAbout-img {
        width: 55.2%;
    }
}
.secAbout-subtitle {
    margin-right: -160px;
    margin-top: -30px;
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
    .secAbout-subtitle {
        margin-right: -70px;
        margin-top: -20px;
        max-width: 335px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secAbout-subtitle {
        max-width: 325px;
        margin-right: auto;
        margin-left: auto;
        margin-top: -15px;
    }
}
@media only screen and (max-width: 575.98px) {
    .secAbout-subtitle {
        max-width: 285px;
    }
}
.secAbout-right {
    width: 46.875%;
    padding-top: 80px;
}
@media only screen and (max-width: 767.98px) {
    .secAbout-right {
        width: 67.2%;
        margin-left: auto;
        padding-top: 50px;
    }
}
.secAbout-right .secAbout-img {
    width: 100%;
    height: 630px;
    margin-bottom: 42px;
}
@media only screen and (min-width: 1200px) {
    .secAbout-right .secAbout-img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1199.98px) {
    .secAbout-right .secAbout-img {
        height: 448px;
    }
}
@media only screen and (max-width: 991.98px) {
    .secAbout-right .secAbout-img {
        height: 327px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secAbout-right .secAbout-img {
        height: 242px;
        margin-bottom: 23px;
    }
}
.secAbout-txt {
    max-width: 494px;
}
@media only screen and (max-width: 1199.98px) {
    .secAbout-txt {
        max-width: 430px;
    }
}
@media only screen and (max-width: 991.98px) {
    .secAbout-txt {
        max-width: 100%;
        padding-right: 20px;
    }
}
.secAbout-txt p {
    margin: 0 0 30px;
}
@media only screen and (max-width: 767.98px) {
    .secAbout-txt p {
        margin: 0 0 26px;
    }
}
.secFeatured {
    height: 50vh;
    overflow: hidden;
    position: relative;
    min-height: 305px;
}
@media only screen and (max-width: 767.98px) {
    .secFeatured {
        height: 305px;
    }
}
.secFeatured-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    height: 100%;
}
.secFeatured-content {
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 79px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}
@media only screen and (max-width: 1199.98px) {
    .secFeatured-content {
        padding: 50px 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secFeatured-content {
        padding: 18px 20px;
    }
}
.secFeatured-content h3 {
    color: #fff;
    margin: 0 0 21px;
}
@media only screen and (max-width: 767.98px) {
    .secFeatured-content h3 {
        font-size: 2.14286rem;
        margin: 0 0 3px;
    }
}
.secFeatured-content p {
    color: #fff;
    font-size: 1.14286rem;
    margin: 0 0 32px;
}
@media only screen and (max-width: 767.98px) {
    .secFeatured-content p {
        font-size: 1rem;
        margin: 0 0 19px;
    }
}
.secWork {
    padding: 80px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .secWork {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .secWork {
        padding: 50px 0 0;
    }
}
.secWork h2 {
    margin: 0 0 76px;
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secWork h2 {
        margin: 0 0 79px;
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secWork h2 {
        text-align: center;
        margin: 0 0 50px;
        padding-left: 0;
    }
}
.secWork .container {
    padding: 0;
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 767.98px) {
    .secWork .container {
        padding: 0 45px;
    }
}
.secWork .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.secWork .row .column {
    padding: 0;
}
@media only screen and (max-width: 575.98px) {
    .secWork .row .column {
        width: 100%;
    }
}
.secWork .row .column:nth-child(odd) {
    flex: 0 0 53.125%;
    max-width: 53.125%;
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secWork .row .column:nth-child(odd) {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secWork .row .column:nth-child(odd) {
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.secWork .row .column:nth-child(2n) {
    flex: 0 0 46.875%;
    max-width: 46.875%;
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secWork .row .column:nth-child(2n) {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secWork .row .column:nth-child(2n) {
        padding-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.secWork .row .column:nth-child(2) .cardWork {
    margin-top: 116px;
}
@media only screen and (max-width: 1199.98px) {
    .secWork .row .column:nth-child(2) .cardWork {
        margin-top: 55px;
    }
}
@media only screen and (max-width: 991.98px) {
    .secWork .row .column:nth-child(2) .cardWork {
        margin-top: 0;
    }
}
.secWork .row .column:nth-child(3) .cardWork {
    margin-top: -50px;
}
@media only screen and (max-width: 991.98px) {
    .secWork .row .column:nth-child(3) .cardWork {
        margin-top: 0;
    }
}
.secWork .row .column:nth-child(4) .card-parallax {
    margin-top: -30%;
}
@media only screen and (max-width: 1024.98px) {
    .secWork .row .column:nth-child(4) .card-parallax {
        margin-top: 0;
    }
}
.secWork .cardWork {
    width: 465px;
    max-height: 100%;
}
@media only screen and (max-width: 1199.98px) {
    .secWork .cardWork {
        width: 440px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .secWork .cardWork {
        width: 320px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secWork .cardWork {
        width: 100%;
    }
}
.secWork .cardWork h4 {
    margin: 0 0 23px;
    font-size: 2.57143rem;
    height: 37px;
}
@media only screen and (max-width: 991.98px) {
    .secWork .cardWork h4 {
        font-size: 2.28571rem;
        height: 33px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secWork .cardWork h4 {
        margin: 0 0 14px;
        font-size: 2.14286rem;
        height: 31px;
    }
}
.secWork .cardWork p {
    font-size: 1.14286rem;
    margin-bottom: 0;
}
.secWork .cardWork-img {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
    .secWork .cardWork-img {
        margin-bottom: 16px;
    }
}
.formidable .element .buttons .secWork .cardWork input,
.secWork .cardWork .formidable .element .buttons input,
.secWork .cardWork .linkPrimary,
.secWork .cardWork p {
    display: none;
}
.secWork-link {
    position: static;
    margin-top: 30px;
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secWork-link {
        display: none;
    }
}
.secService {
    padding: 80px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .secService {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .secService {
        padding: 50px 0;
    }
}
.secService-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.secService-heading {
    flex: 0 0 53.125%;
    max-width: 53.125%;
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secService-heading {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secService-heading {
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.secService .swiper-lazy-preloader-white {
    --swiper-preloader-color: transparent;
}
.secService h2 {
    margin: 0;
    padding-right: 20px;
}
@media only screen and (max-width: 767.98px) {
    .secService h2 {
        margin-bottom: 36px;
        padding-right: 0;
    }
}
.secService-txt {
    flex: 0 0 46.875%;
    max-width: 46.875%;
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secService-txt {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secService-txt {
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.secService-txt p {
    margin: 0;
}
.secService-content {
    display: flex;
    align-items: flex-end;
    margin-top: 32px;
    justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
    .secService-content {
        margin-top: 30px;
    }
}
.secService-img {
    width: 513px;
    height: 518px;
    margin-left: 0 !important;
    overflow: hidden;
    max-width: 100%;
}
@media only screen and (max-width: 1199.98px) {
    .secService-img {
        width: 413px;
        height: 418px;
    }
}
@media only screen and (max-width: 1024.98px) {
    .secService-img {
        display: none !important;
    }
}
.secService-right {
    flex: 0 0 53.125%;
    max-width: 53.125%;
    padding-left: 135px;
    padding-right: 30px;
}
@media only screen and (max-width: 1199.98px) {
    .secService-right {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 1024.98px) {
    .secService-right {
        display: none;
    }
}
.secService-left {
    flex: 0 0 46.875%;
    max-width: 46.875%;
    padding-right: 135px;
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 1199.98px) {
    .secService-left {
        padding-right: 40px;
        padding-left: 40px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    .secService-left {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.secService-left-inner {
    max-width: 516px;
}
@media only screen and (max-width: 1299.98px) {
    .secService-left-inner {
        max-width: 450px;
    }
}
@media only screen and (max-width: 1024.98px) {
    .secService-left-inner {
        max-width: 100%;
        margin-left: 0;
    }
}
.secService-links {
    position: relative;
    margin-bottom: 116px;
}
@media only screen and (max-width: 991.98px) {
    .secService-links {
        margin-bottom: 30px;
    }
}
.secService-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.secService-links ul li:not(:last-child) {
    border-bottom: 1px solid #000;
}
.secService-links ul li a {
    display: block;
    font-family: Queens Condensed Trial;
    font-size: 4rem;
    padding: 26px 0 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 42px;
    cursor: auto;
}
.secService-links ul li a.active,
.secService-links ul li a:active,
.secService-links ul li a:focus {
    color: #000;
    text-decoration: none;
}
@media only screen and (min-width: 1600px) {
    .secService-links ul li a {
        font-size: 3.28571rem;
    }
}
@media only screen and (min-width: 2200px) {
    .secService-links ul li a {
        font-size: 2.85714rem;
    }
}
@media only screen and (min-width: 1025px) {
    .secService-links ul li a:hover {
        text-decoration: none;
        color: #000;
    }
}
@media only screen and (max-width: 1199.98px) {
    .secService-links ul li a {
        font-size: 2.14286rem;
        padding: 20px 0 26px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secService-links ul li a {
        font-size: 1.57143rem;
        padding: 21px 0;
    }
}
.secService-figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.secService-figure:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 125.68807%;
    content: none;
}
.secService-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.secService-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -ms-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    transition: top 0.3s linear;
    margin-top: -20px;
    opacity: 0;
}
@media only screen and (max-width: 1199.98px) {
    .secService-icon {
        width: 40px;
        height: 40px;
        margin-top: -15px;
    }
    .secService-icon svg {
        width: 100% !important;
        height: 100% !important;
    }
}
@media only screen and (max-width: 1024.98px) {
    .secService-icon {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    .secService-icon {
        width: 30px;
        height: 30px;
        margin-top: -8px;
    }
}
.secAwards {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 1199.98px) {
    .secAwards {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .secAwards {
        padding: 50px 0 83px;
        background-color: #fff;
    }
}
.secAwards-row {
    display: flex;
    flex-wrap: wrap;
}
.secAwards-left {
    flex: 0 0 53.125%;
    max-width: 53.125%;
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secAwards-left {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secAwards-left {
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.secAwards-right {
    flex: 0 0 46.875%;
    max-width: 46.875%;
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secAwards-right {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secAwards-right {
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 991.98px) {
    .secAwards .column {
        position: static;
    }
}
.secAwards .container {
    position: relative;
}
@media only screen and (max-width: 991.98px) {
    .formidable .element .buttons .secAwards input,
    .secAwards .formidable .element .buttons input,
    .secAwards .linkPrimary {
        position: absolute;
        left: 40px;
        bottom: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .formidable .element .buttons .secAwards input,
    .secAwards .formidable .element .buttons input,
    .secAwards .linkPrimary {
        left: 20px;
    }
}
.secAwards h2 {
    margin: 0;
    padding-right: 20px;
}
@media only screen and (max-width: 767.98px) {
    .secAwards h2 {
        margin-bottom: 36px;
        padding-right: 0;
    }
}
.secAwards-txt p {
    margin: 0 0 30px;
}
.secAwards ul {
    padding: 0;
    margin: 42px -10px 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 991.98px) {
    .secAwards ul {
        flex-wrap: wrap;
    }
}
.secAwards ul li {
    max-width: 25%;
    flex: 0 0 20%;
    padding: 0 10px;
    text-align: center;
}
@media only screen and (max-width: 991.98px) {
    .secAwards ul li {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        margin-bottom: 53px;
    }
}
@media only screen and (max-width: 575.98px) {
    .secAwards ul li {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
.secAwards ul li:first-child {
    text-align: left;
}
.secAwards ul li:nth-child(5) {
    text-align: right;
}
@media only screen and (max-width: 991.98px) {
    .secAwards ul li:nth-child(5) {
        text-align: center;
    }
}
@media only screen and (max-width: 575.98px) {
    .secAwards ul li:nth-child(5) {
        display: none;
    }
}
@media only screen and (max-width: 991.98px) {
    .secAwards ul li:nth-child(3) {
        text-align: right;
    }
}
@media only screen and (max-width: 575.98px) {
    .secAwards ul li:nth-child(3) {
        text-align: left;
    }
}
@media only screen and (max-width: 991.98px) {
    .secAwards ul li:nth-child(4) {
        text-align: left;
    }
}
@media only screen and (max-width: 575.98px) {
    .secAwards ul li:nth-child(4) {
        text-align: center;
    }
}
.secAwards ul li img {
    max-width: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto;
    max-height: 75px;
}
@media only screen and (max-width: 767.98px) {
    .secAwards ul li img {
        max-height: 70px;
    }
}
.secAwards ul li a:active,
.secAwards ul li a:focus {
    text-decoration: none;
}
.secAwards ul li a:active img,
.secAwards ul li a:focus img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
    .secAwards ul li a:hover {
        text-decoration: none;
    }
    .secAwards ul li a:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
}
.secStory {
    padding: 80px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .secStory {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .secStory {
        padding: 48px 0 0;
    }
}
.secStory h2 {
    margin: 0;
}
.secStory-img {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 115%;
    position: relative;
    background-color: #fff;
}
.secStory-img img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
@media only screen and (min-width: 1025px) {
    .secStory-img:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media only screen and (max-width: 991.98px) {
    .secStory .column {
        position: static;
    }
}
.secStory .container {
    position: relative;
}
@media only screen and (max-width: 767.98px) {
    .secStory .container {
        padding-bottom: 188px;
    }
}
.secStory .swiper {
    overflow: visible;
    margin-top: 80px;
}
@media only screen and (min-width: 1025px) {
    .secStory .swiper {
        overflow: hidden;
    }
}
@media only screen and (max-width: 1199.98px) {
    .secStory .swiper {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secStory .swiper {
        margin-top: 37px;
    }
}
.secStory-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (max-width: 767.98px) {
    .secStory-link {
        display: block;
        position: absolute;
        bottom: 50px;
    }
}
.secStory-link svg {
    margin-right: 35px;
    width: 40px !important;
    min-width: 40px;
    height: auto;
}
@media only screen and (max-width: 991.98px) {
    .secStory-link svg {
        margin-right: 15px;
        width: 30px !important;
        min-width: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secStory-link svg {
        margin-right: 0;
        width: 25px !important;
        min-width: 25px;
        margin-bottom: 10px;
    }
}
.secStory-link p {
    font-size: 1.28571rem;
    margin: 0;
    color: #000;
}
@media only screen and (min-width: 2200px) {
    .secStory-link p {
        font-size: 1.42857rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .secStory-link p {
        font-size: 1.42857rem;
    }
}
@media only screen and (max-width: 991.98px) {
    .secStory-link p {
        font-size: 1.28571rem;
    }
}
.secStory-link a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.secStory-link a:active,
.secStory-link a:focus {
    color: #000;
}
@media only screen and (min-width: 1025px) {
    .secStory-link a:hover {
        color: #000;
    }
}
.ccm-edit-mode .page-template-home main {
    margin-top: 140px;
}
.login-page {
    padding: 120px 0;
}
.login-page .btn-primary {
    background-color: #000;
    border-color: #000;
}
.media_pageHead {
    padding-bottom: 80px;
}
@media only screen and (max-width: 1199.98px) {
    .media_pageHead {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .media_pageHead {
        padding-bottom: 54px;
    }
}
.media_pageHead .tab-filters {
    margin-top: 50px;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    .media_pageHead .tab-filters {
        margin-top: 41px;
    }
}
.media_pageHead .tab-filters a {
    margin: 0 15px;
    font-size: 2.28571rem;
    font-family: Queens Trial;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.media_pageHead .tab-filters a.active,
.media_pageHead .tab-filters a:active,
.media_pageHead .tab-filters a:focus {
    color: #000;
    text-decoration: none;
}
.media_pageHead .tab-filters a.active:after,
.media_pageHead .tab-filters a:active:after,
.media_pageHead .tab-filters a:focus:after {
    opacity: 1;
}
.media_pageHead .tab-filters a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    bottom: 4px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
    .media_pageHead .tab-filters a:hover {
        text-decoration: none;
        color: #000;
    }
}
.media_pageHead .tab-filters span {
    font-family: Queens Trial;
    font-size: 2.14286rem;
    opacity: 0.5;
}
.sectionMedia {
    padding-bottom: 0;
}
@media only screen and (max-width: 1199.98px) {
    .sectionMedia {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .sectionMedia {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 1250px) {
    .sectionMedia .container {
        width: 1200px;
    }
}
.sectionMedia .card {
    display: block;
    width: 477px;
    max-width: 100%;
    position: relative;
    text-decoration: none;
    margin-bottom: 49px;
}
@media only screen and (max-width: 1199.98px) {
    .sectionMedia .card {
        width: 420px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575.98px) {
    .sectionMedia .card {
        margin: 0 auto 58px;
    }
}
.sectionMedia .card-date {
    display: list-item;
    margin: 0 0 30px 20px;
    color: #2a2a2a;
}
.sectionMedia .card-img {
    overflow: hidden;
    margin-bottom: 15px;
}
.sectionMedia .card-img img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.sectionMedia .card-type {
    margin: 0 0 25px 20px;
    display: list-item;
}
.sectionMedia .card-title {
    font-family: Queens Condensed Trial;
    font-size: 2rem;
    line-height: 110%;
    margin: 0;
    letter-spacing: -0.4px;
    color: #2a2a2a;
}
@media only screen and (max-width: 575.98px) {
    .sectionMedia .card-title {
        font-size: 2.14286rem;
        letter-spacing: normal;
    }
}
.sectionMedia .card:active,
.sectionMedia .card:focus {
    text-decoration: none;
}
@media only screen and (min-width: 1025px) {
    .sectionMedia .card:hover {
        text-decoration: none;
    }
    .sectionMedia .card:hover .card-img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.sectionMedia-row {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
    .sectionMedia-row {
        margin-left: -22.5px;
        margin-right: -22.5px;
    }
}
@media only screen and (min-width: 1200px) {
    .sectionMedia .col {
        padding-left: 22.5px;
        padding-right: 22.5px;
    }
}
@media only screen and (max-width: 767.98px) {
    .sectionMedia .col {
        width: 50%;
    }
}
@media only screen and (max-width: 575.98px) {
    .sectionMedia .col {
        width: 100%;
    }
}
.sectionMedia .load-more {
    margin-top: 100px;
    text-align: center;
}
@media only screen and (max-width: 1199.98px) {
    .sectionMedia .load-more {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .sectionMedia .load-more {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 575.98px) {
    .sectionMedia .load-more {
        margin-top: 0;
    }
}
.sectionMedia .load-more a {
    font-size: 3.28571rem;
    font-family: Queens Trial;
    line-height: 100%;
}
.sectionMedia .load-more a,
.sectionMedia .load-more a:active,
.sectionMedia .load-more a:focus {
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width: 480px) {
    .sectionMedia .load-more a {
        margin-left: -30px;
    }
}
@media only screen and (min-width: 1025px) {
    .sectionMedia .load-more a:hover {
        text-decoration: none;
        color: #000;
    }
}
@media only screen and (max-width: 991.98px) {
    .sectionMedia .load-more a {
        font-size: 2.57143rem;
    }
}
@media only screen and (max-width: 480px) {
    .sectionMedia .load-more {
        margin-top: 2.25rem;
    }
}
.contact-container {
    display: flex;
    max-width: 900px;
}
@media only screen and (min-width: 768px) {
    .contact-container {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .contact-container {
        display: block;
        border: none;
    }
}
.contact-container:nth-child(odd) .content {
    order: 1;
}
@media only screen and (min-width: 1200px) {
    .contact-container:nth-child(odd) .content {
        padding-left: 0;
    }
}
.contact-container:nth-child(odd) .image {
    order: 2;
    margin-left: auto;
}
@media only screen and (min-width: 1200px) {
    .contact-container:nth-child(2n) .content {
        padding-left: 57px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .contact-container:nth-child(2n) .content {
        padding-left: 63px;
    }
}
@media only screen and (max-width: 991.98px) {
    .contact-container:nth-child(2n) .content {
        padding-left: 47px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-container:nth-child(2n) .content {
        padding: 50px 20px;
    }
}
.contact-container .image {
    overflow: hidden;
    height: auto;
    flex: 0 47%;
    max-width: 47%;
}
@media only screen and (max-width: 767.98px) {
    .contact-container .image {
        display: none;
    }
}
.contact-container .content {
    padding: 40px 0;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 767.98px) {
    .contact-container .content {
        padding: 50px 20px;
        max-width: 100%;
        border-bottom: 0.96508px solid rgba(0, 0, 0, 0.1);
    }
}
.contact-container .content > p {
    font-size: 1.42857rem;
    line-height: 138%;
    max-width: 342px;
}
@media only screen and (max-width: 1024px) {
    .contact-container .content > p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-container .content > p {
        margin: 30px 0;
        font-size: 1.14286rem;
    }
}
.contact-container .content h3,
.contact-container .content h4 {
    margin: 0;
}
.contact-container .info {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .contact-container .info {
        margin-bottom: 30px;
    }
}
.contact-container .info p {
    font-family: Queens Condensed Trial;
    font-size: 1.42857rem;
    line-height: 100%;
    margin: 10px 0 0;
}
@media only screen and (max-width: 1199.98px) {
    .contact-container .info p {
        font-size: 1.57143rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .contact-container .info p {
        margin: 0 0 20px;
    }
}
.contact-container .info p:last-child {
    margin-bottom: 0;
}
.secEnquiry {
    background-color: #e0dbd3;
    padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
    .secEnquiry {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .secEnquiry {
        padding: 40px 0;
    }
}
.secEnquiry-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    .secEnquiry .left {
        margin-bottom: 52px;
    }
}
.secEnquiry .left h3 {
    margin: 0;
}
.secEnquiry .right {
    width: 463px;
}
@media only screen and (max-width: 1024px) {
    .secEnquiry .right {
        width: 100%;
    }
}
.secEnquiry .right .buttons {
    padding-left: 10px;
}
.secSocial {
    text-align: center;
    padding: 60px 0;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .secSocial {
        padding: 30px 0 40px;
    }
}
.secSocial p {
    font-size: 1.42857rem;
    line-height: 138%;
    margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
    .secSocial p {
        font-size: 16px;
    }
}
.page-template-portfolio .pageHead {
    padding-bottom: 0;
}
.secPortfolio {
    padding: 50px 0;
}
@media only screen and (max-width: 767.98px) {
    .secPortfolio {
        padding: 42px 0 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secPortfolio-container {
        padding: 0 45px !important;
    }
}
@media only screen and (min-width: 1250px) {
    .secPortfolio .container {
        width: 1200px;
    }
}
@media only screen and (max-width: 419.98px) {
    .secPortfolio .topContainer {
        padding-right: 0;
    }
}
.secPortfolio .tabLinks {
    margin-bottom: 80px;
}
.secPortfolio-slider {
    margin-bottom: 80px;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    .secPortfolio-slider {
        margin-bottom: 48px;
    }
}
@media only screen and (max-width: 419.98px) {
    .secPortfolio-slider {
        text-align: left;
    }
}
.secPortfolio-slider .swiper-wrapper {
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .secPortfolio-slider .swiper-wrapper {
        justify-content: normal;
    }
}
.secPortfolio-slider .swiper-wrapper .swiper-slide {
    flex-shrink: 1;
    white-space: nowrap;
}
.secPortfolio-slider a {
    font-family: Queens Trial;
    font-size: 2.28571rem;
    line-height: 100%;
    color: #000;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.secPortfolio-slider a:active,
.secPortfolio-slider a:focus {
    opacity: 0.3;
    text-decoration: none;
}
@media only screen and (min-width: 1025px) {
    .secPortfolio-slider a:hover {
        opacity: 1;
        text-decoration: none;
    }
}
.secPortfolio-slider a.active {
    opacity: 1;
}
@media only screen and (max-width: 767.98px) {
    .secPortfolio-slider a {
        font-size: 1.28571rem;
    }
}
@media only screen and (max-width: 419.98px) {
    .secPortfolio-slider a {
        font-size: 1.28571rem;
    }
}
.secPortfolio-slider .swiper-slide {
    position: relative;
}
@media only screen and (min-width: 420px) {
    .secPortfolio-slider .swiper-slide {
        width: auto;
    }
}
@media only screen and (max-width: 419.98px) {
    .secPortfolio-slider .swiper-slide {
        text-align: center;
    }
}
.secPortfolio-slider .swiper-slide:not(:first-child):before {
    content: "/";
    font-family: Queens Condensed Trial;
    font-size: 2.14286rem;
    line-height: 100%;
    color: #000;
    opacity: 0.5;
    margin: 0 15px;
}
@media only screen and (max-width: 767.98px) {
    .secPortfolio-slider .swiper-slide:not(:first-child):before {
        font-size: 1.14286rem;
    }
}
.secPortfolio .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -22.5px;
    margin-right: -22.5px;
}
@media only screen and (max-width: 767.98px) {
    .secPortfolio .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.secPortfolio .row .column {
    padding-left: 22.5px;
    padding-right: 22.5px;
}
@media only screen and (max-width: 767.98px) {
    .secPortfolio .row .column {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 575.98px) {
    .secPortfolio .row .column {
        width: 100%;
    }
}
.secPortfolio .cardWork {
    margin-bottom: 49px;
    height: calc(100% - 49px);
}
@media only screen and (max-width: 575.98px) {
    .secPortfolio .cardWork {
        height: auto;
    }
}
.formidable .element .buttons .secPortfolio .cardWork input svg path,
.secPortfolio .cardWork .formidable .element .buttons input svg path,
.secPortfolio .cardWork .linkPrimary svg path {
    fill: #000;
}
.thankyou .pageHead {
    padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .thankyou .pageHead {
        padding-top: 120px;
    }
}
.thankyou .pageHead-breadcrumbs {
    margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
    .thankyou .pageHead-breadcrumbs {
        margin-bottom: 55px;
    }
}
.thankyou .pageHead .nav {
    margin: 0 !important;
}
.thankyou .thankyou-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 132px;
}
@media only screen and (max-width: 767.98px) {
    .thankyou .thankyou-main {
        padding-bottom: 60px;
    }
}
.thankyou .thankyou-main-content {
    text-align: center;
    margin-top: -38px;
    max-width: 30%;
}
@media only screen and (max-width: 1024px) {
    .thankyou .thankyou-main-content {
        max-width: 45%;
    }
}
@media only screen and (max-width: 767.98px) {
    .thankyou .thankyou-main-content {
        max-width: 100%;
        padding: 0 20px;
    }
}
.thankyou .thankyou-main-content-text {
    position: relative;
    width: 260px;
    height: 109px;
    left: -15px;
    max-width: 100%;
}
.thankyou .thankyou-main-content h5 {
    margin: 0;
    letter-spacing: 1.5px;
    word-spacing: 2px;
}
@media only screen and (max-width: 767.98px) {
    .thankyou .thankyou-main-content h5 {
        font-size: 2.14286rem;
    }
}
.formidable .element .buttons .thankyou .thankyou-main input,
.thankyou .thankyou-main .formidable .element .buttons input,
.thankyou .thankyou-main .linkPrimary {
    margin-top: 63px;
}
.thankyou .thankyou-main-image {
    width: 227px;
    height: 284px;
}
.privacy-policy-main {
    padding: 80px 0;
}
.privacy-policy-main .content {
    max-width: 764px;
    margin: 0 auto;
}
@media only screen and (max-width: 1199.98px) {
    .privacy-policy-main {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .privacy-policy-main {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .privacy-policy-main {
        padding: 50px 0 62px;
    }
}
.privacy-policy-main h3,
.privacy-policy-main h5 {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .privacy-policy-main h3,
    .privacy-policy-main h5 {
        font-size: 2.14286rem;
    }
}
.privacy-policy-main h5 {
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .privacy-policy-main h5 {
        margin-top: 95px;
    }
}
.page-not-found {
    background: #202020;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.page-not-found .pageHead {
    padding-bottom: 0;
}
.page-not-found .pageHead-breadcrumbs {
    margin-bottom: 136px;
}
.page-not-found .pageHead-breadcrumbs ul li a {
    color: #fff;
}
@media only screen and (min-width: 1025px) {
    .page-not-found .pageHead-breadcrumbs ul li a:hover {
        background-color: transparent;
    }
}
.page-not-found .pageHead-breadcrumbs ul li:before {
    color: #fff;
}
.page-not-found .fourOfour {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    padding-bottom: 132px;
}
.page-not-found .fourOfour-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-not-found .fourOfour-content h1 {
    margin: 0;
    font-family: Queens Condensed Trial;
    font-size: 10rem;
    color: rgba(224, 219, 211, 0.3);
    position: relative;
}
.page-not-found .fourOfour-content h1:before {
    content: "404";
    position: absolute;
    font-family: Jadeline;
    font-size: 13.34379rem;
    color: #fff;
    letter-spacing: -3.736px;
    top: -11%;
    left: 5%;
}
.page-not-found .fourOfour-content p {
    font-size: 1.71429rem;
    margin: 16px 0 0;
    color: #fff;
    text-align: center;
    max-width: 299px;
}
@media only screen and (max-width: 767.98px) {
    .page-not-found .fourOfour-content p {
        font-size: 1.14286rem;
    }
}
.formidable .element .buttons .page-not-found .fourOfour-content input,
.page-not-found .fourOfour-content .formidable .element .buttons input,
.page-not-found .fourOfour-content .linkPrimary {
    margin-top: 164px;
    color: #fff;
}
@media only screen and (min-width: 1025px) {
    .formidable .element .buttons .page-not-found .fourOfour-content input:hover,
    .page-not-found .fourOfour-content .formidable .element .buttons input:hover,
    .page-not-found .fourOfour-content .linkPrimary:hover {
        color: #e0dbd3 !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .formidable .element .buttons .page-not-found .fourOfour-content input,
    .page-not-found .fourOfour-content .formidable .element .buttons input,
    .page-not-found .fourOfour-content .linkPrimary {
        margin-top: 115px;
    }
}
.project-detail .pageHead-title h1 {
    margin: 0 auto;
}

.inside_pg .header.sticky .logo {
    top: 35%;
}


.main-container {
    overflow: hidden;
}
.main-container .about-project {
    display: flex;
    overflow: hidden;
    padding: 80px 0;
}
@media only screen and (max-width: 1199.98px) {
    .main-container .about-project {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .main-container .about-project {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .main-container .about-project {
        display: block;
        padding: 50px 0;
    }
}
.main-container .about-project .left {
    flex: 0 0 53.125%;
    max-width: 53.125%;
}
@media only screen and (max-width: 767.98px) {
    .main-container .about-project .left {
        max-width: 100%;
        margin-bottom: 41px;
    }
}
.main-container .about-project .left-inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .main-container .about-project .left-inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .main-container .about-project .left-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.main-container .about-project .left-inner .content {
    max-width: 430px;
}
@media only screen and (max-width: 767.98px) {
    .main-container .about-project .left-inner .content {
        max-width: 100%;
    }
}
.main-container .about-project .left h2 {
    margin: 0 0 36px;
}
.main-container .about-project .left p {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .main-container .about-project .left p {
        width: 350px;
    }
}
@media only screen and (max-width: 820px) {
    .main-container .about-project .left p {
        width: 270px;
    }
}
@media only screen and (max-width: 767px) {
    .main-container .about-project .left p {
        width: auto;
    }
}
@media only screen and (max-width: 767.98px) {
    .main-container .about-project .right {
        padding: 0 20px;
    }
}
.main-container .about-project .right-inner {
    max-width: 401px;
}
@media only screen and (max-width: 767.98px) {
    .main-container .about-project .right-inner {
        max-width: 100%;
    }
}
.main-container .about-project .right-text {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
    .main-container .about-project .right-text {
        margin-bottom: 20px;
    }
}
.main-container .about-project .right-text:last-child {
    margin-bottom: 0;
}
.main-container .about-project .right-text h6 {
    font-size: 2.28571rem;
    font-weight: 150;
    line-height: 100%;
    opacity: 0.8;
    margin: 8px 0 0;
}
@media only screen and (max-width: 767px) {
    .main-container .about-project .right-text h6 {
        font-size: 30px;
    }
}
.main-container .about-project .right-text p {
    font-weight: 600;
    line-height: 138%;
    margin: 0 0 8px;
    font-size: 1.14286rem;
}
.main-container .about-project .right-text svg {
    width: 401px;
    height: 2px;
}
@media only screen and (max-width: 1024px) {
    .main-container .about-project .right-text svg {
        width: 380px;
    }
}
@media only screen and (max-width: 820px) {
    .main-container .about-project .right-text svg {
        width: 340px;
    }
}
@media only screen and (max-width: 767px) {
    .main-container .about-project .right-text svg {
        width: 332px;
    }
}
.next-project {
    padding-bottom: 60px;
    padding-top: 60px;
}
@media only screen and (max-width: 767px) {
    .next-project {
        padding: 40px 0;
    }
}
.next-project h4 {
    margin: 30px auto 33px;
    text-align: center;
    max-width: 570px;
}
.next-project p {
    margin: 0;
}
.full-image {
    margin-top: 80px;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) {
    .full-image {
        height: 50vh;
    }
}
@media only screen and (max-width: 1199.98px) {
    .full-image {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .full-image {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .full-image {
        margin-top: 50px;
    }
}
.blog-details {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 1035.98px) {
    .blog-details {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .blog-details {
        margin-bottom: 20px;
    }
}
.blog-details .share {
    margin-top: 0;
    display: none;
}
@media only screen and (max-width: 767.98px) {
    .blog-details .share {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
}
.blog-details .image {
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.blog-details .image img {
    width: 100%;
}
.share {
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.share p {
    font-size: 32px;
    font-family: Queens Condensed Trial;
    font-weight: 150 !important;
    line-height: 100%;
    margin: 0 20px 0 0 !important;
}
.share a svg path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
    .share a:hover {
        text-decoration: none;
    }
    .share a:hover svg path {
        fill: #000;
    }
    .share a:hover svg path.text {
        fill: #fff;
    }
}
.page-template-services-details main .pageHead {
    padding-bottom: 0;
}
.page-template-services-details main .pageHead h1 {
    padding: 0 21%;
}
@media only screen and (max-width: 1035.98px) {
    .page-template-services-details main .pageHead h1 {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 766.98px) {
    .page-template-services-details main .pageHead h1 {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1035.98px) {
    .page-template-services-details main .pageHead .pageHead-banner {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 735.98px) {
    .page-template-services-details main .pageHead .pageHead-banner {
        margin-top: 40px;
    }
}
.blog-banner-img img {
    max-width: 100%;
    width: auto !important;
}
.mob-copyUrl {
    margin: 0 0 20px;
    text-align: right;
    display: none;
}
@media only screen and (max-width: 767.98px) {
    .mob-copyUrl {
        display: block;
    }
}
.desk-copyUrl {
    margin: 0;
    margin-top: 10px !important;
}
@media only screen and (max-width: 767.98px) {
    .desk-copyUrl {
        display: none;
    }
}
.interiorBrand {
    padding: 80px 0;
    background-color: #e0dbd3;
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .interiorBrand {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .interiorBrand {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .interiorBrand {
        padding: 50px 0;
    }
}
.interiorBrand-content {
    display: flex;
    flex-wrap: wrap;
}
.interiorBrand-left {
    flex: 0 0 53.125%;
    width: 53.125%;
}
@media only screen and (max-width: 767.98px) {
    .interiorBrand-left {
        flex: 0 0 100%;
        width: 100%;
        order: 1;
    }
}
.interiorBrand-left-inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .interiorBrand-left-inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .interiorBrand-left-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.interiorBrand-left h2 {
    max-width: 426px;
    margin: 0;
}
@media only screen and (max-width: 991.98px) {
    .interiorBrand-left h2 {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .interiorBrand-left h2 {
        padding-right: 0;
    }
}
.interiorBrand-right {
    flex: 0 0 46.875%;
    width: 46.875%;
}
@media only screen and (max-width: 767.98px) {
    .interiorBrand-right {
        flex: 0 0 100%;
        width: 100%;
        order: 3;
    }
}
.interiorBrand-right-inner {
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .interiorBrand-right-inner {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .interiorBrand-right-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.interiorBrand-right-inner > p {
    margin-top: 20px;
    margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
    .interiorBrand-right-inner > p {
        margin-top: 20px;
    }
}
.interiorBrand-right-inner > p:first-child {
    margin-top: 0;
}
.formidable .element .buttons .interiorBrand-right input,
.interiorBrand-right .formidable .element .buttons input,
.interiorBrand-right .linkPrimary {
    margin-top: 30px;
}
.interiorBrand-img {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 60px;
    padding: 0 135px;
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .interiorBrand-img {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .interiorBrand-img {
        margin-top: 22px;
        padding: 0 20px;
        order: 2;
        margin-bottom: 38px;
    }
}
.interiorBrand img {
    width: 100%;
    max-width: 100%;
}
.secArt {
    padding: 80px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .secArt {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .secArt {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .secArt {
        padding: 50px 0;
    }
}
.secArt-content {
    display: flex;
    flex-wrap: wrap;
}
.secArt-left {
    flex: 0 0 53.125%;
    width: 53.125%;
}
@media only screen and (max-width: 767.98px) {
    .secArt-left {
        flex: 0 0 100%;
        width: 100%;
    }
}
.secArt-left-inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secArt-left-inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secArt-left-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.secArt-left h2 {
    max-width: 426px;
    margin: 0;
}
@media only screen and (max-width: 991.98px) {
    .secArt-left h2 {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secArt-left h2 {
        padding-right: 0;
    }
}
.secArt-left .secArt-img {
    width: 66.274509803922%;
    margin-top: 220px;
}
@media only screen and (max-width: 767.98px) {
    .secArt-left .secArt-img {
        margin-top: 22px;
        margin-bottom: 38px;
        width: 100%;
        padding: 0 20px;
    }
}
.secArt-right {
    flex: 0 0 46.875%;
    width: 46.875%;
}
@media only screen and (max-width: 767.98px) {
    .secArt-right {
        flex: 0 0 100%;
        width: 100%;
    }
}
.secArt-right-inner {
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secArt-right-inner {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secArt-right-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.secArt-right-inner > p {
    margin-top: 30px;
    margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
    .secArt-right-inner > p {
        margin-top: 20px;
    }
}
.secArt-right-inner > p:first-child {
    margin-top: 0;
}
.formidable .element .buttons .secArt-right input,
.secArt-right .formidable .element .buttons input,
.secArt-right .linkPrimary {
    margin-top: 40px;
}
.secArt-right .secArt-img {
    width: 100%;
    margin-top: 80px;
}
@media only screen and (max-width: 991.98px) {
    .secArt-right .secArt-img {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secArt-right .secArt-img {
        display: none;
    }
}
.secArt-img img {
    width: 100%;
    max-width: 100%;
}
.common-sec {
    padding-top: 80px;
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .common-sec {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .common-sec {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .common-sec {
        padding: 50px 20px 0;
    }
}
.common-sec-inner {
    max-width: 1440px;
    margin: 0 auto;
}
@media only screen and (min-width: 767.98px) {
    .common-sec-inner {
        display: flex;
    }
}
.common-sec-inner-left {
    width: 53.125%;
    flex: 0 0 53.125%;
    padding: 0 61px 0 131px;
}
@media only screen and (max-width: 1199.98px) {
    .common-sec-inner-left {
        padding: 0 65px 0 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .common-sec-inner-left {
        padding: 0 50px 0 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .common-sec-inner-left {
        width: 100%;
        padding: 0;
    }
}
.common-sec-inner-left h6 {
    margin: 0 0 45px;
    color: rgba(0, 0, 0, 0.49019607843137253);
}
@media only screen and (max-width: 766.98px) {
    .common-sec-inner-left h6 {
        margin: 0 0 25px;
    }
}
.common-sec-inner-left h3 {
    margin: 0;
    padding-right: 5%;
}
.common-sec-inner-left p {
    margin: 35px 0 0;
}
@media only screen and (max-width: 766.98px) {
    .common-sec-inner-left p {
        margin-top: 20px;
    }
}
.common-sec-inner-left .img {
    margin-top: 100px;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width: 991.98px) {
    .common-sec-inner-left .img {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .common-sec-inner-left .img {
        display: none;
    }
}
.common-sec-inner-left .img img {
    width: 100%;
    max-width: 100%;
}
.common-sec-inner-right {
    width: 52%;
}
@media only screen and (max-width: 1199.98px) {
    .common-sec-inner-right {
        width: 49%;
    }
}
@media only screen and (max-width: 950.98px) {
    .common-sec-inner-right {
        width: 50%;
    }
}
@media only screen and (max-width: 766.98px) {
    .common-sec-inner-right {
        width: 100%;
    }
}
.common-sec-inner-right .img {
    position: relative;
    width: 100%;
    text-align: right;
    padding-right: 136px;
}
@media only screen and (max-width: 1199.98px) {
    .common-sec-inner-right .img {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .common-sec-inner-right .img {
        margin-top: 68px;
        margin-bottom: 177px;
        padding-right: 0;
    }
}
.common-sec-inner-right .img .abs-img {
    position: relative;
    z-index: 1;
    margin-right: 60px;
}
@media only screen and (max-width: 1199.98px) {
    .common-sec-inner-right .img .abs-img {
        margin-right: 40px;
        max-width: 300px;
    }
}
@media only screen and (max-width: 991.98px) {
    .common-sec-inner-right .img .abs-img {
        max-width: 230px;
    }
}
@media only screen and (max-width: 767.98px) {
    .common-sec-inner-right .img .abs-img {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: -15px auto 0;
        max-height: 160px;
        width: auto;
        max-width: calc(100% - 40px);
    }
}
.common-sec-inner-right .img .main-img {
    margin-top: -5%;
    width: 100%;
}
@media only screen and (max-width: 767.98px) {
    .common-sec-inner-right .img .main-img {
        margin-top: 0;
    }
}
.common-sec-inner-right .img img {
    max-width: 100%;
}
.common-sec-inner-right .mob-img {
    display: none;
    width: 100%;
    margin-top: 50px;
}
@media only screen and (max-width: 766.98px) {
    .common-sec-inner-right .mob-img {
        display: block;
    }
}
.common-sec-inner-right .mob-img img {
    width: 100%;
}
.common-sec-inner-right .content {
    margin-top: 50px;
    padding-right: 133px;
}
@media only screen and (max-width: 1199.98px) {
    .common-sec-inner-right .content {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .common-sec-inner-right .content {
        padding-right: 0;
    }
}
.common-sec-inner-right h3 {
    margin: 0 0 40px;
}
@media only screen and (max-width: 1035.98px) {
    .common-sec-inner-right h3 {
        margin-bottom: 20px;
    }
}
.common-sec-inner-right p {
    margin: 0 0 20px;
}
.common-sec .inner-details-2 {
    display: flex;
    padding-top: 120px;
    justify-content: space-between;
    gap: 50px;
}
@media only screen and (max-width: 1035.98px) {
    .common-sec .inner-details-2 {
        padding-top: 80px;
        gap: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .common-sec .inner-details-2 {
        flex-direction: column;
        padding-top: 50px;
    }
}
.common-sec .inner-details-2 .left-sec {
    width: 44%;
}
@media only screen and (max-width: 1035.98px) {
    .common-sec .inner-details-2 .left-sec {
        width: 50%;
    }
}
@media only screen and (max-width: 766.98px) {
    .common-sec .inner-details-2 .left-sec {
        width: 100%;
    }
}
.common-sec .inner-details-2 .left-sec h2 {
    margin: 0;
}
.common-sec .inner-details-2 .right-sec {
    width: 52%;
}
@media only screen and (max-width: 1035.98px) {
    .common-sec .inner-details-2 .right-sec {
        width: 50%;
    }
}
@media only screen and (max-width: 766.98px) {
    .common-sec .inner-details-2 .right-sec {
        width: 100%;
    }
}
.common-sec .inner-details-2 .right-sec p {
    margin: 0 0 30px;
    padding-right: 15%;
}
@media only screen and (max-width: 766.98px) {
    .common-sec .inner-details-2 .right-sec p {
        padding-right: 0;
    }
}
.page-template-service .line hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
    .page-template-service .line hr {
        max-width: 990px;
    }
}
.service-section-details .container .services-details-1 {
    padding: 120px 0;
}
@media only screen and (max-width: 1035.98px) {
    .service-section-details .container .services-details-1 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .service-section-details .container .services-details-1 {
        padding: 50px 0 0;
    }
}
.service-section-details .container .services-details-1 .services-inner-details-4 {
    padding: 120px 0;
}
.page-template-services-details .interiorBrand {
    background-color: transparent;
}
.secHow {
    margin-bottom: 80px;
}
@media only screen and (max-width: 1199.98px) {
    .secHow {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .secHow {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secHow {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 767.98px) {
    .secHow-content {
        display: flex;
        align-items: center;
    }
}
.secHow-left {
    flex: 0 0 53.125%;
    width: 53.125%;
}
@media only screen and (max-width: 767.98px) {
    .secHow-left {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}
.secHow-left-inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secHow-left-inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secHow-left-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.secHow-left img {
    width: 90%;
    max-width: 546px;
}
@media only screen and (max-width: 1199.98px) {
    .secHow-left img {
        max-width: 440px;
    }
}
@media only screen and (max-width: 991.98px) {
    .secHow-left img {
        max-width: 320px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secHow-left img {
        max-width: 100%;
        width: 100%;
    }
}
.secHow-right-inner {
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .secHow-right-inner {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secHow-right-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.secHow-right h2 {
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 30px;
}
.secHow-txt p {
    margin-top: 0;
}
.secHow-txt p:last-child {
    margin-bottom: 0;
}
.serv-details2 {
    margin-top: 85px;
}
@media only screen and (max-width: 1035.98px) {
    .serv-details2 {
        margin-top: 50px;
    }
}
.serv-details2 img {
    width: 100%;
}
.services-details-2 {
    background-color: #e0dbd3;
}
.servSec {
    padding: 80px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1035.98px) {
    .servSec {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .servSec {
        padding: 50px 0;
    }
}
.servSec-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .servSec-heading {
        align-items: flex-end;
    }
}
.servSec-heading h2 {
    margin: 0;
}
.servSec-nav {
    position: relative;
    height: 50px;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .servSec-nav {
        height: 30px;
    }
}
.servSec-nav .swiper-button-next {
    right: 10%;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    height: 52px;
    width: 52px;
    padding: 0;
    z-index: 1;
}
.servSec-nav .swiper-button-next:after {
    font-size: 0;
    color: #242424;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .servSec-nav .swiper-button-next {
        width: 52px;
        height: 30px;
        top: auto;
        bottom: 0;
    }
}
.servSec-nav .swiper-button-next svg {
    width: 16px;
    height: 31px;
}
@media only screen and (max-width: 767px) {
    .servSec-nav .swiper-button-next svg {
        width: 10px;
        height: 17px;
    }
}
.servSec-nav .swiper-button-prev {
    right: 22% !important;
    left: auto !important;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    height: 52px;
    width: 52px;
    padding: 0;
    z-index: 1;
}
.servSec-nav .swiper-button-prev:after {
    font-size: 0;
    color: #242424;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .servSec-nav .swiper-button-prev {
        width: 52px;
        height: 30px;
        right: 54px !important;
        top: auto;
        bottom: 0;
    }
}
.servSec-nav .swiper-button-prev svg {
    width: 16px;
    height: 31px;
}
@media only screen and (max-width: 767px) {
    .servSec-nav .swiper-button-prev svg {
        width: 10px;
        height: 17px;
    }
}
.servSec-slider {
    overflow: visible !important;
    margin-top: 60px;
}
@media only screen and (max-width: 1035.98px) {
    .servSec-slider {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .servSec .cardWork-img {
        height: 305px;
    }
}
.services-details-3 {
    padding: 80px 0;
    text-align: center;
}
@media only screen and (max-width: 1035.98px) {
    .services-details-3 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 735.98px) {
    .services-details-3 {
        padding: 50px 0;
    }
}
.formidable .element .buttons .services-details-3 input .h3,
.services-details-3 .formidable .element .buttons input .h3,
.services-details-3 .linkPrimary .h3 {
    margin: 0;
}
.formidable .element .buttons .services-details-3 input svg,
.services-details-3 .formidable .element .buttons input svg,
.services-details-3 .linkPrimary svg {
    width: 90% !important;
}
.page-template-about .common-sec {
    padding-top: 0;
}
.page-template-about .text-image,
.page-template-about .text-image .image {
    margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
    .page-template-about .text-image .image {
        padding: 0 20px;
    }
}
.secMap {
    overflow: hidden;
    background: #e0dbd3;
    padding: 50px 0 60px;
    position: relative;
}
@media only screen and (max-width: 767.98px) {
    .secMap {
        padding: 40px 0;
    }
}
.secMap:before {
    content: "";
    background: -o-linear-gradient(-90deg, rgba(224, 219, 211, 0) 0, #e0dbd3 37%, #e0dbd3 100%);
    background: linear-gradient(-90deg, rgba(224, 219, 211, 0), #e0dbd3 37%, #e0dbd3);
    z-index: 2;
    width: 650px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 991.98px) {
    .secMap:before {
        width: 450px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secMap:before {
        width: 300px;
    }
}
@media only screen and (max-width: 575.98px) {
    .secMap:before {
        width: 230px;
    }
}
.secMap-map {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 84px 0 59px;
    opacity: 0;
}
.secMap-map.active {
    opacity: 1;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    .secMap-map {
        padding: 100px 0 0;
    }
}
.secMap-map-inner {
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 991.98px) {
    .secMap-map-inner {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@media only screen and (max-width: 767.98px) {
    .secMap-map-inner {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.secMap-map-inner .desktop {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .secMap-map-inner .desktop {
        display: block;
    }
}
@media only screen and (min-width: 1025px) {
    .secMap-map-inner .mobile {
        display: none;
    }
}
.secMap-map svg {
    width: 100% !important;
    height: auto !important;
}
.secMap-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
@media only screen and (min-width: 1025px) {
    .secMap-slider {
        display: none !important;
    }
}
.secMap-slider .swiper-slide {
    font-family: Queens Trial;
    font-size: 3.28571rem;
    line-height: 100%;
    color: rgba(32, 32, 32, 0.8);
}
.secMap-slider .swiperbutton:after {
    content: none;
}
.secMap .pinPoint {
    position: relative;
}
.secMap .pinPoint .pin-mobile {
    opacity: 0;
}
@media only screen and (min-width: 1025px) {
    .secMap .pinPoint .pin-mobile {
        display: none;
    }
}
.secMap .pinPoint.active .pin-shape {
    opacity: 1;
}
@media only screen and (max-width: 1024.98px) {
    .secMap .pinPoint.active .pin-shape {
        opacity: 0;
    }
}
.secMap .pinPoint.active .pin-circle {
    opacity: 1;
}
@media only screen and (max-width: 1024.98px) {
    .secMap .pinPoint.active .pin-circle {
        opacity: 0;
    }
}
.secMap .pinPoint.active .pin-mobile {
    opacity: 1;
}
.secMap .pinPoint .pin-shape {
    opacity: 0.6;
}
.secMap .pinPoint .pin-circle {
    opacity: 0;
}
.secMap .pinPoint .pin-rect {
    fill: transparent;
}
.secMap .pinPoint-pin {
    cursor: pointer;
}
@media only screen and (min-width: 1025px) {
    .secMap .pinPoint-pin:hover .pin-circle,
    .secMap .pinPoint-pin:hover .pin-shape {
        opacity: 1;
    }
}
.secMap .pinPoint .country {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 1025px) {
    .secMap .pinPoint.active .country,
    .secMap .pinPoint:hover .country {
        opacity: 0.8;
        visibility: visible;
    }
}
.secMap-content {
    position: relative;
    z-index: 3;
    max-width: 300px;
}
.secMap-content h2 {
    margin: 0 0 50px;
}
@media only screen and (max-width: 767.98px) {
    .secMap-content h2 {
        margin: 0 0 12px;
    }
}
.secMap-content h6 {
    margin: 388px 0 0;
}
@media only screen and (max-width: 1024.98px) {
    .secMap-content h6 {
        margin: 56px 0 0;
        padding-bottom: 250px;
    }
}
@media only screen and (max-width: 767.98px) {
    .secMap-content h6 {
        margin: 26px 0 0;
        max-width: 240px;
    }
}
.secMap-content .tabLinks {
    text-align: left;
}
@media only screen and (min-width: 1200px) {
    .about-projects .container {
        width: 1010px;
    }
}
.about-projects-img {
    width: 100%;
}
.about-projects-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-projects-details {
    display: flex;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
    .about-projects-details {
        padding: 60px 0 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767.98px) {
    .about-projects-details {
        padding: 50px 20px 20px;
        flex-direction: column;
    }
}
.about-projects-details .about-projects-details-col:not(:last-child) {
    margin-right: 7.0866141732283%;
}
@media only screen and (max-width: 991.98px) {
    .about-projects-details .about-projects-details-col:not(:last-child) {
        margin-right: 0;
    }
}
.about-projects-details-col {
    flex: 0 0 19.685039370079%;
}
@media only screen and (max-width: 991.98px) {
    .about-projects-details-col {
        margin-bottom: 30px;
        flex: 0 0 46.5%;
    }
}
@media only screen and (max-width: 767.98px) {
    .about-projects-details-col {
        flex: 0 0 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.about-projects-details-col h3 {
    margin: 0;
    color: #63666a;
}
@media only screen and (max-width: 767.98px) {
    .about-projects-details-col h3 {
        text-align: center;
    }
}
.about-projects-details-col h5 {
    margin: 0;
    color: #000;
}
@media only screen and (max-width: 767.98px) {
    .about-projects-details-col h5 {
        margin: 15px 0 33px;
        text-align: center;
    }
}
.about-projects-details-col hr {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid rgba(99, 102, 106, 0.30196078431372547);
    margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
    .about-projects-details-col hr {
        order: 3;
        margin-top: 0;
        margin-bottom: 0;
    }
}
.abt-brands {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 1035.98px) {
    .abt-brands {
        padding-bottom: 80px;
        padding-top: 80px !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .abt-brands {
        padding-bottom: 50px;
        padding-top: 50px !important;
    }
}
.abt-brands .loadMore {
    margin-top: 56px;
    text-align: center;
}
.abt-brands .loadMore a {
    margin: 0;
    font-family: Queens Trial;
    font-size: 2.57143rem;
    line-height: 100%;
}
@media only screen and (max-width: 767.98px) {
    .abt-brands .loadMore a {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .abt-brands .loadMore {
        margin-top: 40px;
    }
}
.abt-brands-title h3 {
    margin: 0 0 60px;
}
@media only screen and (max-width: 991.98px) {
    .abt-brands-title h3 {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .abt-brands-title h3 {
        margin-bottom: 48px;
    }
}
.abt-brands-logo {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.abt-brands-logo:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e4de;
}
.abt-brands-logo img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
    .abt-brands-logo img {
        max-height: 100px;
    }
}
@media only screen and (max-width: 991.98px) {
    .abt-brands-logo img {
        max-height: 80px;
    }
}
@media only screen and (max-width: 575.98px) {
    .abt-brands-logo img {
        max-height: 60px;
    }
}
.abt-brands-logo-inner {
    flex: 0 0 16.66%;
    padding: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 16.66%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
    .abt-brands-logo-inner {
        max-width: 25%;
        flex: 0 0 25%;
        padding: 30px;
    }
}
@media only screen and (max-width: 991.98px) {
    .abt-brands-logo-inner {
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .abt-brands-logo-inner {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}
@media only screen and (max-width: 1199.98px) {
    .abt-brands-logo-inner:nth-child(6n),
    .abt-brands-logo-inner:nth-child(6n + 1) {
        justify-content: center;
    }
}
@media only screen and (max-width: 767.98px) {
    .abt-brands-logo-inner:nth-child(4n),
    .abt-brands-logo-inner:nth-child(4n + 1) {
        justify-content: center;
    }
}
.full-image-text .content {
    display: flex;
}
@media only screen and (max-width: 767.98px) {
    .full-image-text .content {
        display: block;
    }
}
.full-image-text .content h2 {
    max-width: 355px;
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .full-image-text .content h2 {
        max-width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .full-image-text .content h2 {
        max-width: 167px;
        margin: 0 0 30px;
    }
}
.full-image-text .content p {
    max-width: 540px;
    margin-top: 0;
}
.full-image-text .content p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .full-image-text .content p {
        max-width: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .full-image-text .content p {
        width: 100%;
    }
}
.full-image-text .image {
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) {
    .full-image-text .image {
        max-height: 80vh;
    }
}
@media only screen and (max-width: 1199.98px) {
    .full-image-text .image {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .full-image-text .image {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .full-image-text .image {
        margin-top: 50px;
    }
}
.full-image-text .image img {
    object-position: top;
}
.formidable .element .buttons .full-image-text input,
.full-image-text .formidable .element .buttons input,
.full-image-text .linkPrimary {
    padding-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
    .formidable .element .buttons .full-image-text input,
    .full-image-text .formidable .element .buttons input,
    .full-image-text .linkPrimary {
        padding-bottom: 0 !important;
    }
}
.full-image-text .left {
    flex: 0 0 53.125%;
    max-width: 53.125%;
}
@media only screen and (max-width: 767.98px) {
    .full-image-text .left {
        max-width: 100%;
    }
}
.full-image-text .left .inner {
    padding-left: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .full-image-text .left .inner {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .full-image-text .left .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.full-image-text .right .inner {
    padding-right: 135px;
}
@media only screen and (max-width: 1199.98px) {
    .full-image-text .right .inner {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .full-image-text .right .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.vacancy-listing {
    margin-top: 80px;
}
@media only screen and (max-width: 1199.98px) {
    .vacancy-listing {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.98px) {
    .vacancy-listing {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .vacancy-listing {
        margin-top: 50px;
    }
}
.vacancy-listing h2 {
    text-align: center;
    margin: 0;
}
.vacancy-listing-content {
    margin: 60px 0 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
    .vacancy-listing-content {
        margin: 50px 0 70px;
    }
}
@media only screen and (max-width: 767px) {
    .vacancy-listing-content {
        margin: 56px 0 40px;
    }
}
.vacancy-listing-content-item {
    margin: 0;
}
.vacancy-listing-content-item li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .vacancy-listing-content-item li {
        display: block;
    }
}
.vacancy-listing-content-item li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .vacancy-listing-content-item li a {
        flex-direction: column;
        align-items: start;
    }
}
.vacancy-listing-content-item li a h6 {
    width: 365px;
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .vacancy-listing-content-item li a h6 {
        width: 300px;
    }
}
@media only screen and (max-width: 767.98px) {
    .vacancy-listing-content-item li a h6 {
        width: auto;
        margin-bottom: 7px;
    }
}
.vacancy-listing-content-item li a span {
    display: flex;
    width: 14.28571rem;
    margin-left: auto;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .vacancy-listing-content-item li a span {
        width: auto;
        gap: 20px;
        margin-left: 0;
    }
}
.vacancy-listing-content-item li a span p {
    margin: 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .vacancy-listing-content-item li a span p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .vacancy-listing-content-item li a span p:last-child:before {
        content: ".";
        position: absolute;
        left: -12px;
    }
}
.vacancy-listing-content-item li a .list-icon {
    position: relative;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-left: 20px;
}
@media only screen and (max-width: 820px) {
    .vacancy-listing-content-item li a .list-icon {
        display: none;
    }
}
.vacancy-listing-content-item li a .list-icon svg {
    width: 38px;
    height: 38px;
}
.vacancy-listing-content-item li a .active {
    opacity: 1 !important;
}
.vacancy-listing .load {
    margin-bottom: 100px;
    cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
    .vacancy-listing .load {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .vacancy-listing .load {
        margin-bottom: 50px;
    }
}
.vacancy-listing .load h4 {
    text-align: center;
}
.popup {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}
.popup,
.popup-main {
    height: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.popup-main {
    width: 660px;
    right: 0;
    background-color: #fffef9;
    overflow: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
@media only screen and (max-width: 820px) {
    .popup-main {
        width: 100%;
    }
}
.popup-main-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #e0dbd3;
    padding: 40px 40px 42px 80px;
}
@media only screen and (max-width: 767px) {
    .popup-main-heading {
        padding: 31px 20px;
    }
}
.popup-main-heading h3,
.popup-main-heading h6 {
    margin: 0;
}
.popup-main-heading .close-btn {
    cursor: pointer;
}
.popup-main-content {
    margin: 40px 80px 0;
}
@media only screen and (max-width: 767px) {
    .popup-main-content {
        margin: 52px 20px;
    }
}
.popup-main-content h6 {
    margin: 0;
}
.popup-main-content-info {
    display: flex;
    align-items: center;
    margin: 15px 0 40px;
}
.popup-main-content-info span {
    margin: 0 15px;
    font-size: 1.14286rem;
    color: #63666a;
    opacity: 0.4;
}
@media only screen and (max-width: 767px) {
    .popup-main-content-info span {
        font-size: 14px;
    }
}
.popup-main-content-info p {
    font-size: 1.14286rem;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .popup-main-content-info p {
        font-size: 14px;
    }
}
.popup .apply-form {
    padding-bottom: 150px;
}
@media only screen and (max-width: 767.98px) {
    .popup .apply-form {
        padding-bottom: 0;
    }
}
.popup .apply-form .buttons {
    padding-left: 10px;
}
.popup.active {
    opacity: 1;
    visibility: visible;
}
.popup.active .popup-main {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.popup-open .sticky {
    top: -100px !important;
}
.awards-section {
    overflow: hidden;
}
.awards-section-inner {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.awards-section-inner:nth-child(odd) .awards-section-content {
    padding-left: 75px;
}
@media only screen and (max-width: 1199.98px) {
    .awards-section-inner:nth-child(odd) .awards-section-content {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 991.98px) {
    .awards-section-inner:nth-child(odd) .awards-section-content {
        padding-left: 46px;
    }
}
@media only screen and (max-width: 767.98px) {
    .awards-section-inner:nth-child(odd) .awards-section-content {
        width: 90%;
        padding-left: 0;
        padding-top: 30px;
    }
}
.awards-section-inner:nth-child(2n) {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 767.98px) {
    .awards-section-inner:nth-child(2n) {
        flex-direction: column;
        align-items: center;
    }
}
.awards-section-inner:nth-child(2n) .awards-section-content {
    padding-right: 0;
}
@media only screen and (max-width: 1035.98px) {
    .awards-section-inner:nth-child(2n) .awards-section-content {
        padding-left: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .awards-section-inner:nth-child(2n) .awards-section-content {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .awards-section-inner {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
}
.awards-section-content {
    margin-bottom: auto;
    margin-top: auto;
    width: 53%;
    padding-right: 0;
}
@media only screen and (max-width: 1300.98px) {
    .awards-section-content {
        padding-left: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .awards-section-content {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
}
.awards-section-content h3 {
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    font-size: 56px;
    line-height: 56px;
    margin: 0;
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width: 1199.98px) {
    .awards-section-content h3 {
        font-size: 46px;
        line-height: 46px;
    }
}
@media only screen and (max-width: 991.98px) {
    .awards-section-content h3 {
        font-size: 36px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 767.98px) {
    .awards-section-content h3 {
        font-size: 30px;
        line-height: 30px;
    }
}
.awards-section-content h3 span {
    display: inline-flex;
    position: relative;
    z-index: 1;
    background-color: #fffef9;
    white-space: nowrap;
}
@media only screen and (max-width: 1024.98px) {
    .awards-section-content h3 span {
        background-color: #fff;
    }
}
.awards-section-content h3 svg {
    position: relative;
    width: 100%;
    height: auto;
    top: -10px;
}
@media only screen and (max-width: 1199.98px) {
    .awards-section-content h3 svg {
        top: -15px;
    }
}
@media only screen and (max-width: 991.98px) {
    .awards-section-content h3 svg {
        top: -11px;
    }
}
@media only screen and (max-width: 767.98px) {
    .awards-section-content h3 svg {
        top: -9px;
    }
}
.awards-section-content p {
    font-size: 1.14286rem;
    margin-top: 25px;
    color: #000;
    opacity: 0.7999999523162842;
    margin-bottom: 0;
    max-width: 555px;
    padding-right: 20px;
}
@media only screen and (max-width: 1199.98px) {
    .awards-section-content p {
        max-width: 430px;
    }
}
@media only screen and (max-width: 767.98px) {
    .awards-section-content p {
        font-size: 1.14286rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .awards-section-content p {
        max-width: 100%;
        padding-right: 0;
    }
}
.awards-section-content p:last-child {
    margin-bottom: 0;
}
.awards-section-content p:nth-child(2) {
    margin-top: 40px;
}
@media only screen and (max-width: 1035.98px) {
    .awards-section-content p:nth-child(2) {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .awards-section-content p:nth-child(2) {
        margin-top: 30px;
    }
}
.awards-section-image {
    width: 47%;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    .awards-section-image {
        width: 90%;
    }
}
.awards-section-image img {
    width: 100%;
}
.press-details-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 80px;
}
@media only screen and (max-width: 1035.98px) {
    .press-details-inner {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .press-details-inner {
        flex-direction: column;
    }
}
.press-details-left {
    width: 30%;
}
@media only screen and (max-width: 767.98px) {
    .press-details-left {
        width: 100%;
    }
}
.press-details-left p {
    color: #63666a;
    font-weight: 400;
    margin: 0 0 25px;
}
.press-details-left hr {
    width: 84px;
    border: 1px solid #63666a;
}
@media only screen and (max-width: 767.98px) {
    .press-details-left .share,
    .press-details-left hr {
        display: none;
    }
}
.press-details-right {
    width: 65%;
}
@media only screen and (max-width: 767.98px) {
    .press-details-right {
        width: 100%;
        margin-top: 0;
    }
}
.press-details-para {
    margin-top: 50px;
}
.press-details-para h3 {
    margin: 0;
    font-size: 56px;
}
@media only screen and (max-width: 1035.98px) {
    .press-details-para h3 {
        font-size: 40px;
    }
}
.press-details-para:first-child {
    margin-top: 0;
}
.press-details-para p {
    margin: 0;
}
.press-details-para .links {
    margin-top: 30px;
}
.press-details-para .links a {
    margin-right: 25px;
}
.press-details-para .links a p {
    font-size: 1.14286rem;
}
@media only screen and (max-width: 767.98px) {
    .press-details-para .links {
        margin-top: 30px;
    }
}
.page-template-blog-inside .pageHead {
    padding-bottom: 0;
}
.page-template-blog-inside .pageHead h1 {
    padding: 0 21%;
}
@media only screen and (max-width: 1035.98px) {
    .page-template-blog-inside .pageHead h1 {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 766.98px) {
    .page-template-blog-inside .pageHead h1 {
        padding: 0 20px;
    }
}
.page-template-news-inside main .pageHead {
    padding-bottom: 0;
}
.page-template-news-inside main .pageHead .blog-details {
    padding-top: 13px;
    margin-bottom: 56px;
}
@media only screen and (max-width: 767.98px) {
    .page-template-news-inside main .pageHead .blog-details {
        margin-bottom: 20px;
        padding-top: 0;
    }
}
.page-template-news-inside main .pageHead .blog-details .image {
    padding-top: 0;
}
@media only screen and (max-width: 767.98px) {
    .page-template-news-inside main .pageHead .blog-details .image {
        padding: 0;
        margin-top: 0;
    }
}
.page-template-news-inside main .pageHead h1 {
    max-width: 852px;
    margin: 0 auto;
}
.page-template-news-inside main .page-inside-section-details .container .news-details-2 {
    padding: 0;
}
@media only screen and (max-width: 1035.98px) {
    .page-template-news-inside main .page-inside-section-details .container .news-details-2 {
        padding: 0;
    }
}
.news-details1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767.98px) {
    .news-details1 {
        flex-direction: column;
        padding-bottom: 50px;
    }
}
.news-details1-right {
    width: 65%;
}
@media only screen and (max-width: 767.98px) {
    .news-details1-right {
        width: 100%;
        margin-top: 20px;
    }
}
.news-details1-para {
    margin-top: 50px;
}
.news-details1-para h3 {
    margin: 0;
}
.news-details1-para:first-child {
    margin-top: 0;
}
.news-details1-para p {
    margin: 20px 0 0;
}
.news-details1-para h6 {
    margin-top: 100px;
}
@media only screen and (max-width: 1035.98px) {
    .news-details1-para h6 {
        margin-top: 20px;
    }
}
.news-details2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 60px;
    gap: 30px;
}
@media only screen and (max-width: 1035.98px) {
    .news-details2 {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .news-details2 {
        flex-direction: column;
        padding-bottom: 50px;
    }
}
.news-details2-left {
    width: 33%;
}
@media only screen and (max-width: 767.98px) {
    .news-details2-left {
        width: 100%;
    }
}
.news-details2-right {
    width: 67%;
}
@media only screen and (max-width: 767.98px) {
    .news-details2-right {
        width: 100%;
    }
}
.news-details3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 60px;
}
@media only screen and (max-width: 1035.98px) {
    .news-details3 {
        flex-direction: column;
        padding-bottom: 50px;
    }
}
.news-details3-left {
    width: 30%;
}
@media only screen and (max-width: 1035.98px) {
    .news-details3-left {
        width: 100%;
    }
}
.news-details3-right {
    width: 65%;
}
@media only screen and (max-width: 1035.98px) {
    .news-details3-right {
        width: 100%;
    }
}
.news-details3-para h6 {
    margin: 0;
}
.news-details3-para ul {
    margin-top: 20px;
}
.news-details3-para ul li {
    display: flex;
    list-style-type: none;
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 12px;
    color: #000;
}
.news-details3-para ul li:before {
    content: "-";
    margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
    .news-details3-para ul li {
        font-size: 16px;
        margin-bottom: 2px;
    }
}
.news-details3-para ol {
    margin-top: 20px;
    list-style-type: decimal;
    margin-left: 20px;
}
@media only screen and (max-width: 767.98px) {
    .news-details3-para ol {
        margin-left: 17px;
    }
}
.news-details3-para ol li {
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 12px;
    color: #000;
}
@media only screen and (max-width: 767.98px) {
    .news-details3-para ol li {
        font-size: 16px;
        margin-bottom: 2px;
    }
}
.news-details3-para h5 {
    margin-top: 50px;
}
.news-details4 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 80px;
}
@media only screen and (max-width: 1035.98px) {
    .news-details4 {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .news-details4 {
        padding-bottom: 50px;
    }
}
.news-details4-img,
.news-details4-img img {
    width: 100%;
}
.news-details4-img p {
    font-size: 14px;
}
.init-overlay.loaded { display:none !important; }

.inside_pg .header .logo {   
    width: 320px;
    top: 60%;
}
.home-page .logo-light {
	width: 220px;
}
#loadingSvg{text-align:center; }
#scrollSectionDown span {
    display: block;
    color: #FFF;
    font-size: 0.85rem;
    line-height: 1;
    letter-spacing: 1px;
}
.mainMenu-open .header-left ul {
    display:none;
}
.header-light.sticky .header-left ul li a svg path {
    fill: #000000 !important;
}

@media screen and (max-width: 767px) {
	
	.home-page .logo-light {
		width: 125px;
	}
	.home-page.top .logo-dark {
		width: 180px !important;	
		margin-left: 5%;		
	}
	.inside-page .logo-dark {
		width: 180px !important;		
	}
	.pageHead-banner img {
		max-width: 100%;
	}
	.common-sec-inner-right .img.mb_0 {margin-bottom:0 }
}