.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
}
.fa,
.fa-stack {
    display: inline-block;
}
.fa-fw,
.fa-li {
    text-align: center;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right,
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}

body,
code,
html,
kbd,
pre,
samp {
    font-family: Montserrat, sans-serif;
}
a:active,
a:hover,
button {
    outline: 0;
}
img,
legend {
    border: 0;
}
legend,
ol,
td,
th,
ul {
    padding: 0;
}
body,
figure,
ol,
ul {
    margin: 0;
}
.site-navigation,
.support-bar {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.link-wrap li,
.link-wrap li a,
li {
    list-style-type: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
    text-decoration: none !important;
    color: #111;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
dt,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
.sld2,
.why-wrapper strong {
    text-transform: capitalize;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
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"] {
    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"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid silver;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
a:hover {
    color: #fbd232;
}
body {
    font-size: 15px;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.heading-title,
.sld1 {
    font-family: Niconne, cursive;
}
p {
    color: #666;
}
blockquote {
    border: 2px solid #fbd232;
    font-size: 18px;
    padding: 20px;
    color: rgba(0, 0, 0, 0.7);
    margin: 10px 0 20px;
}
ul {
    list-style: none;
}
ol {
    list-style: decimal;
}
dd {
    margin: 0 1.5em 1.5em;
}
.support-bar {
    display: block;
    background-color: #c80678;
}
.site-navigation {
    display: inline-block;
}
.support-left {
    display: inline-block;
    font-size: 14px;
    padding: 0 17px;
    margin: 0;
}
.support-left a {
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    /*animation: blink 1s linear infinite;*/
}
.social-links li,
.social-links li i {
    display: inline-block;
    font-size: 14px;
}
@keyframes blink {
    0% {
        color: #fff;
    }
    100% {
        color: #ff1493;
    }
}
.support-bar .support-right {
    text-align: right;
}
.social-links {
    display: inline-block;
    padding-right: 28px;
    float: right;
    margin-top: 2px;
}
.social-links li i {
    padding: 0;
    color: #000;
    background: #ffdab9;
    width: 40px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.social-links li .fa-facebook:hover {
    background: #3b5998;
    color: #fff;
}
.social-links li .fa-google-plus:hover {
    background: #ea4335;
    color: #fff;
}
.social-links li .fa-twitter:hover {
    background: #1da1f2;
    color: #fff;
}
.social-links li .fa-pinterest:hover {
    background: #055463;
    color: #fff;
}
.navbar-inverse {
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 14px 0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #c80678;
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 18px;
    margin: 6px 0 0;
    font-weight: 700;
}
.navbar-nav {
    float: left;
    margin: 6px 0 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 285px;
    padding: 10px 0;
    margin: -26px 0 0;
    background-color: #c80678;
}
.dropdown-menu li {
    padding: 10px;
    float: left;
    width: 100%;
}
.dropdown-menu li a {
    color: #fff;
}
.dropdown-menu li a:hover {
    color: red;
}
.dropdown-menu li:hover a {
    width: 100%;
    float: left;
    color: #fff;
}
.main_menu .fa-angle-down {
    margin-left: 9px;
    margin-top: 40px;
    font-weight: 700;
}
.dropdown-menu li:hover {
    width: 100%;
    float: left;
    background-color: #000000;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: 0;
    }
}
@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        animation: fadeInUp 0.4s;
        -webkit-animation: fadeInUp 0.4s;
    }
}
.navbar-fixed {
    z-index: 999;
    position: fixed;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.75);
    opacity: 0.98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 0.8s;
    -moz-animation: fadeInDown 0.8s;
    -ms-animation: fadeInDown 0.8s;
    -o-animation: fadeInDown 0.8s;
    animation: fadeInDown 0.8s;
    -webkit-backface-visibility: hidden;
    border-radius: 0;
    background: #fff;
}
.navbar-fixed .support-bar {
    display: none;
}
.carousel-control.left,
.carousel-control.right {
    background-image: inherit;
}
.carousel-caption {
    right: 0;
    left: 8%;
    padding-bottom: 30px;
    width: 600px;
    display: inline-table;
    top: 63px;
    background: rgba(0, 0, 0, 0.2);
}
.about-section,
.about-section h1,
.why-title,
.why-wrapper {
    width: 100%;
    float: left;
}
.mis-vis li,
.xs-btn {
    display: inline-block;
}
.carousel-caption1 {
    right: 8%;
    left: initial;
}
.sld1 {
    animation: fadeInLeftPix 1s ease 0.1s both;
    color: #e82a6a !important;
    font-size: 2.5em;
    margin: 0 0 4px;
}
.color-black,
.sld2 {
    color: #fff;
}
.sld2 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 4em !important;
}
.about-section {
    padding: 57px 0;
}
.about-section h1 {
    font-size: 27px;
    line-height: 45px;
}
.about-section p {
    text-align: justify;
    line-height: 23px;
    margin-bottom: 10px;
}
.mis-vis li p,
.para {
    line-height: 22px;
}
.beautypress-3d-project-card {
    position: relative;
    overflow: hidden;
    padding: 5px;
}
.beautypress-3d-project-card img {
    border-radius: 10px;
    margin-bottom: 18px;
    height: auto;
    max-width: 100%;
    transition: all 0.3s;
    border: none;
    transform: perspective(700px) rotateX(0) rotateY(0);
}
.beautypress-3d-project-card img:hover {
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    border: none;
    transform: perspective(700px) rotateX(10deg) rotateY(10deg);
}
.why-wrapper {
    background-color: #f2f2f2;
    padding: 57px 0;
}
.why-wrapper .why {
    padding: 4px;
    margin: auto;
    border-radius: 50px;
    box-shadow: 0 0 11px 0 #9c254d;
    border: 8px solid #e82d6c;
}
.heading-title {
    color: #6a1b9a;
    margin: 0 0 10px;
    font-size: 2.286em;
}
.why-title {
    font-size: 29px;
    font-weight: 700;
}
.mis-vis li {
    float: left;
    width: 48%;
    text-align: center;
    padding: 8px;
    background: #eaad1d;
    margin-right: 2%;
}
.why-wrapper strong {
    font-family: inherit;
    font-weight: 500;
    font-size: 2.857em;
    z-index: 1;
    margin: 0;
    padding: 0 0 30px;
}
.extra-wrapper p,
.mis-vis li p,
.para {
    font-size: 13px;
    text-align: justify;
}
.et-w {
    width: 66px;
}
.mis-vis li p {
    padding: 0 10px;
    color: #fff;
}
.xs-btn {
    padding: 15px 36px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    background: #e82a6a;
    border-radius: 25px;
    color: #fff;
    transition: 0.4s ease-in-out;
    z-index: 2;
    font-weight: 600;
    border: none;
}
.xs-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #ec5598;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.beautypress-btn.round-btn,
.xs-btn.round-btn {
    border-radius: 25px;
}
.xs-btn:hover span {
    width: 335%;
    height: 562.5px;
}
.xbtn {
    top: 226.33px;
    left: 98.36px;
}
.extra-wrapper {
    width: 100%;
    float: left;
}
.extra-head {
    line-height: 35px;
    margin: 0 0 10px;
    font-family: Niconne, cursive;
    color: #e82d6c;
}
.extra-wrapper p {
    margin-top: 10px;
    float: left;
    width: 100%;
    line-height: 23px;
}
.pricing-plans {
    width: 100%;
    float: left;
    background: url(../images/pricing.jpg) center no-repeat;
    background-size: cover;
}
.pricing-cover {
    width: 100%;
    float: left;
    padding: 80px 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.pricing-plans .extra-head {
    font-size: 1.5em;
    text-align: center;
}
.pricing-plans h6 {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    margin: 0 0 62px;
    color: #fff;
}
.beautypress-purple-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: -webkit-linear-gradient(90deg, #d31027 0, #7d00fe 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #d31027 0, #7d00fe 0, rgba(255, 255, 255, 0) 100%);
}
.beautypress-pricing-price,
.beautypress-pricing-title {
    flex: 1;
}
.beautypress-single-pricing-table {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.xtn {
    margin-top: 21px;
}
.beautypress-pricing-header {
    position: relative;
}
.beautypress-pricing-header img {
    width: 100%;
}
.beautypress-pricing-header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    display: flex;
    padding: 30px;
    -ms-grid-row-align: center;
    align-items: center;
}
.beautypress-pricing-price {
    text-align: right;
}
.beautypress-pricing-price h5,
.beautypress-pricing-price p.b2 {
    margin: 0;
    color: #6a1b9a !important;
    font-size: 2.857em;
    font-weight: 200;
}
.beautypress-pricing-price h5 span {
    font-size: 0.6em;
    vertical-align: super;
}
.beautypress-pricing-price p {
    margin: 0;
    color: #ff0 !important;
    font-size: 2.857em;
    font-weight: 200;
}
.beautypress-pricing-price p span {
    font-size: 0.6em;
    vertical-align: super;
}
.beautypress-pricing-footer {
    padding: 40px 30px;
}
.beautypress-both-side-list li {
    display: flex;
    font-size: 1.143em;
    margin: 0 0 16px;
    flex: 1;
}
.beautypress-both-side-list li:last-child {
    margin: 0;
}
.beautypress-both-side-list li span {
    text-align: right;
    color: #444;
    flex: 1;
}
.beautypress-tab .beautypress-top-nav {
    border: 0;
    padding: 0 0 50px;
    display: flex;
}
.beautypress-tab .nav.nav-tabs.beautypress-top-nav li {
    flex: 1;
    text-align: center;
    margin: 0 30px 0 0;
}
.beautypress-tab .beautypress-top-nav li,
.beautypress-tab .beautypress-top-nav li a {
    min-height: 150px;
}
.beautypress-tab .beautypress-top-nav li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    background-color: #9e730d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.beautypress-tab .beautypress-side-nav,
.beautypress-tab .beautypress-top-nav li a:hover,
.beautypress-tab .beautypress-top-nav li.active a {
    background-color: #fff;
    box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.1);
}
.beautypress-tab .beautypress-top-nav li a i {
    margin: 0 0 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #f42041;
    font-size: 2.857em;
}
.beautypress-tab .beautypress-top-nav li a:hover i,
.beautypress-tab .beautypress-top-nav li.active a i {
    color: #ec5598;
}
.beautypress-tab .beautypress-top-nav li a:after,
.beautypress-tab .beautypress-top-nav li a:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid #ec5598;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.beautypress-tab .beautypress-top-nav li a:before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}
.beautypress-tab .beautypress-top-nav li a:after {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0;
}
.beautypress-tab .beautypress-top-nav li a:hover:after,
.beautypress-tab .beautypress-top-nav li a:hover:before,
.beautypress-tab .beautypress-top-nav li.active a:after,
.beautypress-tab .beautypress-top-nav li.active a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.beautypress-tab .beautypress-top-nav li a span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.beautypress-tab .beautypress-top-nav li a:hover span,
.beautypress-tab .beautypress-top-nav li.active a span {
    color: #666;
}
.beautypress-tab .tab-content .tab-pane .tabbable {
    display: flex;
    width: 100%;
}
.beautypress-tab .tab-pane .tabbable .tab-content {
    width: calc(75% - 15px);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: inherit;
}
.beautypress-tab .beautypress-side-nav {
    padding: 30px 20px 30px 0;
    border: 0;
    display: block;
    width: 100%;
    margin: 0 30px 0 0;
}
.beautypress-tab .beautypress-side-nav li {
    display: block;
    width: 100%;
    margin: 16px 0 0 30px;
}
.beautypress-tab .beautypress-side-nav li:last-child {
    border-bottom: 0;
    margin: 16px 0 0 30px;
    padding: 0;
}
.beautypress-tab .beautypress-side-nav li:last-child a {
    padding: 0;
}
.beautypress-tab .beautypress-side-nav li:last-child a:after {
    display: none;
}
.beautypress-tab .beautypress-side-nav li a {
    display: block;
    width: 100%;
    color: #777;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 0 16px;
}
.beautypress-tab .beautypress-side-nav li a:hover,
.beautypress-tab .beautypress-side-nav li.active a {
    color: #ec5598;
}
.beautypress-tab .beautypress-side-nav li a:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 50%;
    height: 0;
    width: 4px;
    background-color: #ec5598;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.beautypress-tab .beautypress-side-nav li a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #c3c3c3;
    width: calc(100% - 40px);
}
.beautypress-tab .beautypress-side-nav li a:hover:before,
.beautypress-tab .beautypress-side-nav li.active a:before {
    height: calc(100% + 10px);
}
.beautypress-tab .beautypress-spilit-container {
    display: flex;
    height: 100%;
}
.are,
.footer-tile,
.list-address span,
.social-icon-circle a {
    display: inline-block;
}
.beautypress-tab-text-content {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 37px 0 0;
    width: calc(55.56666% - 15px);
}
.beautypress-tab .beautypress-tab-image {
    position: relative;
    width: calc(44.444444% - 15px);
    margin: 0 30px 0 0;
}
.beautypress-tab .beautypress-tab-image-content {
    position: absolute;
    top: 30px;
    right: 30px;
}
.beautypress-tab .beautypress-tab-image img {
    width: 100%;
}
.beautypress-tab .beautypress-tab-text-content .tab-heading,
.beautypress-tab .beautypress-tab-text-content h3 {
    margin: 0 0 20px;
    color: #444;
    font-size: 19px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: sans-serif;
}
.beautypress-tab .beautypress-tab-text-content p {
    margin: 0 0 10px;
    color: #737373;
    text-align: justify;
    line-height: 22px;
    font-size: 13.5px;
}
.services-wrapper {
    width: 100%;
    float: left;
    padding: 80px 0;
}
.services-wrapper .extra-head {
    text-align: center;
    font-size: 18px;
}
.services-wrapper .h6 {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    margin: 0 0 62px;
    color: #000;
}
.extra-wrapper {
    padding: 80px 0;
}
.extra-head {
    font-size: 1.5em;
}
.beautypress-single-pricing-table {
    margin-bottom: 20px;
}
.beautypress-pricing-title p {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.starting {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.bar-multi-color {
    width: 100%;
    float: left;
    /* height: 5px; */
    /* background: #01539f; */
}
.bar-multi-color > .container {
    height: 5px;
    background: #ffea00;
}
.bg-black-light {
    width: 100%;
    float: left;
    background: #16191b;
    padding: 40px 0 0;
}
.footer-background {
    background: url(../images/footer-vactor.png) center no-repeat;
}
.footer-widget {
    color: #4e5d68;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    width: 100%;
    width: 190px;
}
p.font-blue-light {
    text-align: justify;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
}
.footer-widget .title {
    color: #fefefe;
    margin-bottom: 40px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.f-list li {
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}
.footer a {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
}
.f-list li a::before,
.f-list li::after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    top: 0;
    left: 0;
}
.breadcrum-inner-header a,
.breadcrum-inner-header p {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}
.footer-widget .title-sm {
    color: #fefefe;
    font-size: 14px;
    margin-bottom: 20px;
}
.social-icon-circle a {
    margin: 0 5px;
}
/*.footer .fa-map-marker {*/
/*    margin-bottom: 82px;*/
/*}*/
footer .social-icon-circle a:hover .fa {
    color: #ffea00;
}
footer .social-icon-circle a .fa {
    background: #0e1f2b;
    color: #bababa;
    transition: all 0.2s;
}
.social-icon-circle a .fa {
    width: 35px;
    height: 35px;
    background: #e0e0e0;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.bg-black {
    background: #ff1493;
}
.copyright {
    padding: 10px 0;
    color: #fff;
}
.copyright a {
    cursor: pointer;
    color: #ff0;
    font-size: 17px;
}
.list-address span {
    color: #fff;
    margin-bottom: 8px;
    float: left;
    margin-right: 12px;
    font-size: 21px;
}
.list-address li {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 13px;
}
.list-address i {
    font-size: 20px;
    margin-bottom: 16px;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}
.footer-tile {
    color: #f6af36;
    margin-bottom: 31px;
    border-bottom: solid 2px #f6af36;
    padding-bottom: 9px;
    font-size: 20px !important;
    text-transform: uppercase;
}
#breadcrum-inner-block {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.5);
    background-attachment: fixed;
    background-size: 100% auto;
    display: inline-block;
    width: 100%;
}
.breadcrum-inner-header {
    text-align: left;
    padding-left: 20px;
}
.breadcrum-inner-header::before {
    background-color: #f9c841;
    bottom: 2px;
    content: "";
    left: 15px;
    position: absolute;
    top: 2px;
    width: 4px;
}
.breadcrum-inner-header p {
    color: #fff;
    letter-spacing: 0.4px;
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 500;
}
.breadcrum-inner-header a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.breadcrum-inner-header i.fa {
    color: #fff;
    margin: 0 5px;
    font-size: 6px;
    position: relative;
    bottom: 2px;
}
.breadcrum-inner-header a span {
    color: #ffce10;
    font-size: 14px;
    font-weight: 500;
}
.are {
    margin: 13px 0 0;
}
.feature-style-three {
    padding: 22px 0 0;
}
.feature-style-three .item-list {
    border-bottom: 1px solid #ededed;
    float: left;
    width: 100%;
    margin-bottom: 41px;
}
.feature-style-three .item-list .row {
    margin: 0;
}
.feature-style-three .item-list .item .column {
    padding: 0 16px 32px;
}
.feature-style-three .item-list .item .inner-box {
    position: relative;
    padding-left: 94px;
    color: #fff;
}
.feature-style-three .item-list .item .inner-box h3 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.feature-style-three .item-list .item .inner-box .icon-box {
    position: absolute;
    left: 22px;
    top: -5px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon {
    color: #ffc104;
    line-height: 47px;
    margin-left: -11px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon:before {
    font-size: 36px;
}
.feature-style-three .item-list .item .inner-box .text {
    position: relative;
    line-height: 27px;
    color: #848484;
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.sec-title {
    position: relative;
    margin-bottom: 17px;
    text-align: center;
}
.sec-title p {
    position: relative;
    font-size: 30px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}
.contact_us .sec-title p:before {
    left: 50%;
    margin-left: -27px;
}
.sec-title p:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 55px;
    height: 3px;
    background: #ffa92e;
}
.sec-title span {
    color: #ffc104;
}
.wpcf7-form {
    width: 100%;
    float: left;
    padding: 0 100px;
}
.wpcf7-form .form-control {
    width: 100%;
    display: block;
    height: 50px;
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact_us {
    width: 100%;
    float: left;
    padding: 0 0 80px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form .input-group {
    margin: 0 0 21px;
    position: relative;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}
.wpcf7-form textarea {
    padding: 20px;
    height: 90px !important;
}
.wpcf7-form .input-group-addon {
    position: absolute;
    right: 20px;
    top: 16px;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #e82a6a;
    pointer-events: none;
    z-index: 999;
}
.appoint-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/pricing.jpg) center no-repeat;
    background-size: cover;
}
.cover1 {
    padding: 50px 0;
    width: 100%;
    float: left;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.apoint-title {
    font-family: Niconne, cursive;
    font-size: 3em;
    color: #fff;
    margin-bottom: 0;
}
.apoint-heading {
    font-weight: 800;
    color: #eaac19 !important;
    font-size: 4.571em;
    padding: 0;
    line-height: 28px;
    margin: 27px 0;
}
.beautypress-border {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    border: 10px solid #222;
    z-index: 1;
}
.beautypress-booking-text-wraper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.beautypress-booking-text-wraper .beautypress-border.beautypress-version-3 {
    width: calc(100% - 200px);
    margin: 0 auto;
    height: auto;
}
.beautypress-border.beautypress-version-3 {
    position: relative;
    border-right: 0;
}
.beautypress-border.beautypress-version-3:after,
.beautypress-border.beautypress-version-3:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 43px;
    width: 43px;
    border-right: 10px solid;
}
.beautypress-border.beautypress-version-3,
.beautypress-border.beautypress-version-3:after,
.beautypress-border.beautypress-version-3:before {
    border-color: #f42041;
}
.beautypress-border.beautypress-version-3:after {
    top: initial;
    bottom: 0;
}
.beautypress-booking-text {
    height: 100%;
    padding: 55px 0 55px 50px;
    width: calc(100% + 30px);
}
.beautypress-booking-text .h2 {
    margin: 0 0 28px;
    color: #f42041;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.429em;
}
.beautypress-booking-text .h3 {
    margin: 0 0 40px;
    font-size: 2.143em;
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
}
.beautypress-icon-bg-text {
    position: relative;
    padding: 0 0 40px;
}
.beautypress-icon-bg-text:before {
    position: absolute;
    content: "\f017";
    top: -21px;
    left: 0;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    color: red;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10em;
    z-index: -1;
}
.beautypress-icon-bg-text p {
    line-height: 1.875;
}
.beautypress-booking-text ul li {
    font-size: 1.143em;
    color: #646464;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 18px;
    line-height: 1;
}
.beautypress-booking-text ul li:last-child {
    margin: 0;
    color: #ec5598;
}
.beautypress-booking-form-wraper h2 {
    margin: 0 0 30px;
    color: #222;
    font-weight: 600;
    font-size: 1.857em;
}
.beautypress-booking-form-wraper input:not([type="submit"]),
.beautypress-booking-form-wraper textarea {
    display: block;
    width: 100%;
    height: 60px;
    border: 2px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    padding: 0 21px;
    font-size: 1em !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.beautypress-booking-form-wraper .beautypress-select .input-group.actives,
.beautypress-booking-form-wraper .form-control:focus,
.beautypress-border-with-text-wrap .beautypress-border.beautypress-version-1 {
    box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.1);
    border: 2px solid red;
}
.modal-content,
.modal-sm {
    border-radius: 0;
}
.beautypress-booking-form-wraper textarea {
    padding: 20px !important;
    border-radius: 0;
    height: 120px !important;
}
.wpcf7-form .col-md-12,
.wpcf7-form .col-md-6 {
    padding: 0 10px 0 0;
}
.gin {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 700;
    color: #ea8f1e;
}
.book_online1 {
    float: left;
    margin-top: 4px;
}
.book_online1 .book_button {
    padding: 14px 20px 0;
    height: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #000000;
    display: inline-block;
}
.address_button {
    height: 40px;
    width: 50px;
    text-align: center;
    display: inline-block;
    float: right;
}
.gradient {
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.address_button i {
    width: auto;
    font-size: 18px;
    margin-top: 10px;
    color: #000;
    display: inline-block;
    line-height: 1;
}
.book_online1 .book_button:hover {
    opacity: 0.9;
}
.opening_time1 {
    float: left;
    margin-right: 7px;
}
.opening_time1 img {
    width: 89%;
}
.modal-sm {
    width: 360px;
}
.ext-head,
.listing li {
    width: 100%;
    float: left;
}
.modal-header {
    padding: 8px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #e82a6a;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    float: left;
    font-size: 26px;
    font-weight: 700;
}
.modal-header .close {
    margin-top: 6px;
    font-size: 26px;
    opacity: 1;
    color: #ff0;
}
.ext-head {
    line-height: 29px;
}
.listing li {
    margin-bottom: 10px;
}
.listing li i {
    color: red;
    font-weight: 700;
}
.sp {
    padding: 20px 20px 11px;
}
.sp p {
    text-align: justify;
    line-height: 27px;
}
.beautypress-version-2 {
    margin-top: 8px;
    display: inline-block;
}
.beautypress-version-2 li {
    margin: 0 0 15px;
}
.beautypress-tab .beautypress-tab-content {
    background-color: #fff;
    box-shadow: 0 4px 17px 2px rgba(0, 0, 0, 0.3);
    height: 100%;
}
.beautypress-version-2 li i {
    padding: 0;
    width: 35px;
    height: 35px;
    border: 2px solid #dedede;
    text-align: center;
    line-height: 29px;
    border-radius: 100%;
    margin: 0 12px 0 0;
}
.iframe,
.link-wrap,
.link-wrap h6,
.our-gallery .single-item .img-holder img,
.sbm1,
.style-2.our-gallery .single-item .img-holder img {
    width: 100%;
}
.beautypress-simple-iocn-list li i {
    padding: 0 8px 0 0;
}
.sp a {
    color: #f00a77;
}
.spa {
    border-radius: 38px;
    box-shadow: 34px -39px 0 2px #f2f2f2;
    margin-top: 71px;
}
.sbm {
    margin: 23px 0 9px;
    color: #ff1493;
}
.sbm1 {
    margin: 5px 0 0;
    padding: 0;
    display: block;
    float: left;
}
.sbm1 strong {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.iframe {
    height: 400px;
    margin-bottom: 50px;
    float: left;
    box-shadow: 0 0 3px 2px #ff69b4;
}
.link-wrap {
    float: left;
    background-color: #f2f2f2;
    margin: 0;
    padding: 20px 0;
}
.link-wrap li {
    float: left;
    margin-bottom: 10px;
}
.wp-m {
    margin-right: 10px;
    margin-left: 10px;
}
.link-wrap li a {
    float: left;
    color: #f00a77;
    text-decoration: none;
    font-size: 13.1px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.link-wrap h6 {
    float: left;
    font-size: 22px;
    text-transform: uppercase;
    background: #ff1493;
    color: #fff;
    padding: 14px 21px;
    margin-bottom: 32px;
}
.our-gallery {
    position: relative;
    padding: 70px 0 100px;
    background: #fff;
}
.style-2.our-gallery,
.style-3.our-gallery {
    padding: 109px 0 121px;
    background: #fff;
}
.our-gallery .single-item .img-holder {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.our-gallery .single-item .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.our-gallery .single-item:hover .img-holder .overlay {
    opacity: 1;
}
.our-gallery .single-item .img-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.our-gallery .single-item .img-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.our-gallery .single-item .img-holder .overlay .social li {
    display: inline;
    margin-right: 4px;
}
.our-gallery .single-item .img-holder .overlay .social li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    transition: 0.5s ease-in;
}
.our-gallery .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.our-gallery .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}
.our-gallery .link_btn .thm-btn {
    margin-top: 70px;
}
.spar1 {
    float: left;
    font-size: 26px;
    color: #fff;
    line-height: 44px;
    padding: 0;
    margin: 2px 0 0 63px;
}

@media only screen and (max-width: 700px) {
    .nav > li {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #0a0a0a;
    }
    .dropdown-menu li {
        background-color: #000;
    }
    .dropdown-menu li:hover {
        background-color: red;
    }
    .social-links {
        display: none;
        float: right;
        padding: 0;
        margin-top: 6px;
    }
    .support-bar .support-right {
        text-align: left;
    }
    .mis-vis li {
        margin-bottom: 20px;
    }
    .support-left a {
        color: #fff;
        padding: 10px 0 0 13px;
        float: left;
        margin: 0;
        font-size: 36px;
    }
    .support-left {
        display: inline-block;
        font-size: 19px;
        padding: 0 4px 0 0;
        margin: 0;
    }
    .social-links ul li i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .book_online1 {
        display: none;
    }
    .xs_desktop_logo {
        width: 234px;
        margin: 7px 0 0 13px;
    }
    .navbar-inverse .navbar-toggle {
        background-color: #e82e67;
        border-color: #e82e67;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #991414;
        border-color: #991414;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px;
        width: 100%;
        display: block;
        top: 0;
        background: inherit;
    }
    .sld1 {
        font-size: 1.5em;
        margin: 0;
    }
    .sld2 {
        font-size: 2em !important;
    }
    .color-black {
        color: #fff;
        display: none;
    }
    .carousel-inner > .item > img {
        height: 180px;
    }
    .about-section h1 {
        width: 100%;
        float: left;
        font-size: 19px;
        line-height: 32px;
        text-align: center;
    }
    .about-section p {
        text-align: justify;
        line-height: 21px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .beautypress-tab .beautypress-top-nav li,
    .beautypress-tab .beautypress-top-nav li a {
        min-height: 50px;
    }
    .beautypress-tab .beautypress-top-nav {
        border: 0;
        padding: 0 0 50px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .beautypress-tab .nav.nav-tabs.beautypress-top-nav li {
        flex: 1;
        display: block;
        width: 100%;
        float: left;
        margin: 0 9px 15px 0;
    }
    .beautypress-tab .beautypress-spilit-container {
        display: block;
        height: 100%;
    }
    .mis-vis li {
        width: 100%;
        margin-right: 0;
    }
    .beautypress-tab .beautypress-tab-image {
        position: relative;
        width: 100%;
        margin: 0 30px 0 0;
    }
    .beautypress-tab-text-content {
        align-self: center;
        padding: 0 10px;
        width: 100%;
    }
    .apoint-heading {
        font-size: 34px;
    }
    .apoint-title {
        line-height: 57px;
    }
    .beautypress-booking-text {
        margin-left: -11px;
    }
    .wpcf7-form {
        width: 100%;
        float: left;
        padding: 0;
        margin-top: 36px;
    }
    .footer-tile {
        color: #f6af36;
        margin-bottom: 10px;
        margin-top: 23px;
    }
    .footer-widget {
        color: #4e5d68;
        float: left;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .footer .fa-map-marker {
        margin-bottom: 54px;
    }
    .social-icon-circle {
        margin-bottom: 30px;
    }
    .beautypress-tab .beautypress-tab-text-content .tab-heading {
        margin: 14px 0 7px;
        line-height: 28px;
    }
    .beautypress-tab .beautypress-side-nav li a {
        font-size: 13px;
    }
    .xs-btn {
        padding: 15px 21px;
        font-size: 12px;
    }
    .breadcrum-inner-header p {
        font-size: 16px;
    }
    .feature-style-three .item-list .item .inner-box {
        padding-left: 65px;
    }
    .feature-style-three .item-list .item .inner-box .icon-box {
        left: 0;
    }
    .feature-style-three .item-list .item .column {
        padding: 19px 0 0;
    }
    .beautypress-pricing-header-content {
        position: relative;
        background: #333;
        display: block;
        padding: 10px;
    }
    .beautypress-pricing-title p {
        font-size: 17px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    .starting {
        font-size: 16px;
        float: left;
        font-weight: 700;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .spa {
        border-radius: 38px;
        box-shadow: 14px -22px 0 2px #f2f2f2;
        margin-top: 71px;
        float: left;
    }
}
@media only screen and (min-width: 1007px) and (max-width: 1280px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .xs_desktop_logo {
        width: 312px;
    }
}
@media only screen and (min-width: 701px) and (max-width: 980px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .xs_desktop_logo {
        width: 312px;
    }
    .mrg1 {
        margin-top: 40px;
    }
}

.pop {
    position: fixed;
    margin-right: -3px;
    right: 0;
    margin-bottom: 40px;
    bottom: 8px;
    z-index: 1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example;
}
.pop img {
    width: 100%;
}
@keyframes example {
    0%,
    100% {
        bottom: 28px;
        right: 0;
    }
    50% {
        bottom: 48px;
        right: 0;
    }
}

.seo-my-cont {
    /*padding: 15px 15px 0 0;*/
}
footer.footer.bg-black-light {
    background-image: url(../bg.jpg);
    position: relative;
}
footer.footer.bg-black-light:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 72%);
    position: absolute;
    top: 0;
    left: 0;
}






.seo-cont p span{
    font-weight:bold;
    text-decoration:underline;
    color:black;
}



.seo-my-cont p span{
    font-weight:bold;
    text-decoration:underline;
    color:black;
}


