
@font-face {
    font-family: fontawesome;
    font-weight: 400;
    font-style: normal;
    src: url(/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-display: swap;
}

[class*=fa-]:before {
    font-weight: 400;
    font-family: fontawesome;
}

.fa, .fab, .fas {
    font-family: FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: inherit;
}
/* makes the font 33% larger relative to the icon container */
.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;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap: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-pp: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator: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: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}


body, html {
    overflow: initial;
}

body {
    font-size: 1.4rem;
    font-family: 'Heebo', sans-serif;
    overflow-x: hidden;
    direction: rtl;
    background-color: #000;
    color: #fff;
    font-weight: 200;
}

::selection {
    background: rgba(3, 169, 245, 0.5) !important;
    color: #fff;
}

table,
tr,
td,
blockquote {
    color: #dfdfdf;
}

html {
    font-size: 16px;
}

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

a {
    color: #d1af68;
}

    a,
    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
        /*color: inherit;*/
    }

        a:hover,
        a:focus {
            color: #e1cb9c;
        }



button:focus,
button:active,
input:focus,
input:active {
    outline: none;
    box-shadow: none;
}

small {
    font-size: 60%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
.button,
.numbered .tp-bullet .tp-count {
    font-family: 'Heebo', sans-serif;
}

h1 {
    font-size: 2.6rem;
    font-weight: 200;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 200;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

p {
    /* font-size: 1.4rem; */
    /* font-weight: 100; */
}

    p.title {
        font-size: 1rem;
    }

.italic {
    font-style: italic;
}

button {
    line-height: 1;
}


/* Helper Classes & Short-codes */

p {
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.padding {
    padding: 3.5rem 0;
}

.padding_testi {
    padding: 7.5rem 0;
}

.padding_top {
    padding-top: 3.5rem;
}

.padding_bottom {
    padding-bottom: 5.5rem;
}

.padding_top_large {
    padding-top: 11.5rem;
}

.padding_bottom_large {
    padding-bottom: 11.5rem;
}


.margin {
    margin: 7.5rem 0;
}

.margin_bottom {
    margin-bottom: 7.5rem;
}

.margin_top {
    margin-top: 7.5rem;
}

.padding_half {
    padding: 3.75rem 0;
}

.margin_half {
    margin: 3.75rem 0;
}

.padding_bottom_half {
    padding-bottom: 3.75rem;
}

.margin_bottom_half {
    margin-bottom: 3.75rem;
}

.padding_top_half {
    padding-top: 3.75rem;
}

.heading_space {
    margin-bottom: 3.75rem;
}

.heading_space_half {
    margin-bottom: 2.25rem;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom25 {
    margin-bottom: 25px;
}

.top25 {
    margin-top: 25px;
}

.bottom30 {
    margin-bottom: 30px;
}

.top30 {
    margin-top: 30px;
}

.bottom35 {
    margin-bottom: 35px;
}

.top40 {
    margin-top: 40px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom45 {
    margin-bottom: 45px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.top90 {
    margin-top: 90px;
    line-height: 1.4;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom0 {
    margin-bottom: 0 !important;
}

.margin_tophalf {
    margin-top: 3.75rem;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.pb-60 {
    padding-bottom: 60px;
}

.font-bold {
    font-weight: bold;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-light2 {
    font-weight: 200;
}

.font-xlight {
    font-weight: 100;
}

.font-bold {
    font-weight: bold;
}

.font-medium {
    font-weight: 500;
}

.font-404-heading {
    font-size: 130px;
}

.coming-soon-heading {
    font-size: 85px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.bglight {
    background: #f6f7f8;
}

.bgdefault {
    background: #ed1c24;
}

.bgdark {
    background: #1d1d1f;
}

.whitecolor {
    color: #ffffff;
}

.darkcolor {
    color: #1a1a1a;
}

.defaultcolor {
    color: #dbdbdb;
}

.container-padding {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.hover-default:hover,
.hover-default:focus {
    color: #ed1c24;
}

.tparrows:hover {
    background: transparent;
}


/*heading Titles */

.heading-title h2 {
    line-height: 1;
}

.heading-title > span {
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.heading {
    color: #696969;
}

.line-height-17 {
    line-height: 1.7;
}

.heading_small h3 {
    font-size: 1.5rem;
}

.heading_small span {
    font-size: 1rem;
}

/*img wrap*/

.image {
    overflow: hidden;
}

    a.image,
    .image img {
        display: block;
    }

    .image img {
        width: 100%;
    }

    section,
    .image,
    .image img {
        position: relative;
    }

.login-image img {
    transition: all 300ms linear;
}

.login-image: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);
}

.coming-soon-image:hover img {
    transform: scale(1.1);
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-10 {
    opacity: 1 !important;
}

.z-index-n1 {
    z-index: -1 !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-6 {
    z-index: 6 !important;
}

.z-index-7 {
    z-index: 7 !important;
}

.z-index-8 {
    z-index: 8 !important;
}

.z-index-9 {
    z-index: 9 !important;
}

.z-index-10 {
    z-index: 10 !important;
}

.z-index-11 {
    z-index: 11 !important;
}

.z-index-12 {
    z-index: 12 !important;
}

.z-index-13 {
    z-index: 13 !important;
}

.z-index-14 {
    z-index: 14 !important;
}

.z-index-15 {
    z-index: 15 !important;
}

.z-index-16 {
    z-index: 16 !important;
}

.z-index-17 {
    z-index: 17 !important;
}

.z-index-n1 {
    z-index: -1;
}

.scale-price {
    transform: scale(0.6) !important;
    opacity: 0;
}

.scale-star {
    transform: scale(0.5) !important;
}


/*center block*/

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*Back To Top*/

.back-top {
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 30px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    /* background-color: #161617; */
    /* background-image: -webkit-gradient(linear, left top, right top, from(#999999), color-stop(51%, #4D4D4D), to(#999999)); */
    /* background-image: -webkit-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%); */
    background-image: -moz-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    background-image: -o-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    /* background-image: linear-gradient(to right, #999999 0%, #4D4D4D 51%, #999999 100%); */
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.back-top,
.back-top:hover,
.back-top:focus {
    color: #fff;
}

    .back-top:hover {
        background-position: right center;
    }


/* ---- PreLoader ---- */

.loader {
    bottom: 0;
    height: 100%;
    right: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #000;
}

.loader-inner {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.cssload-loader {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 2em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .cssload-loader,
    .cssload-loader:before,
    .cssload-loader:after {
        animation: 1.15s infinite ease-in-out;
        -o-animation: 1.15s infinite ease-in-out;
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out;
    }

        .cssload-loader:before,
        .cssload-loader:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 0;
            background-color: #ffffff;
            transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            animation: cssload-animation 1.73s infinite ease-in-out;
            -o-animation: cssload-animation 1.73s infinite ease-in-out;
            -webkit-animation: cssload-animation 1.73s infinite ease-in-out;
            -moz-animation: cssload-animation 1.73s infinite ease-in-out;
        }

        .cssload-loader:after {
            animation-delay: 0.86s;
            -o-animation-delay: 0.86s;
            -webkit-animation-delay: 0.86s;
            -moz-animation-delay: 0.86s;
        }

/* ---- Loader ends ---- */


/* ---- gray index ---- */

.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* ---- gray index ends ---- */


/* portfolio index*/

#rev_interactive {
    pointer-events: none;
}

    #rev_interactive .tp-bullets {
        pointer-events: auto;
    }

        #rev_interactive .tp-bullets .tp-bullet {
            border-radius: 50%;
            overflow: hidden;
        }

            #rev_interactive .tp-bullets .tp-bullet:hover,
            #rev_interactive .tp-bullets .tp-bullet.selected {
                background: rgba(255, 255, 255, .3);
            }

            #rev_interactive .tp-bullets .tp-bullet.active {
                cursor: default;
            }

            #rev_interactive .tp-bullets .tp-bullet:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background: #ed1c24;
                transform: translateY(100%);
            }

            #rev_interactive .tp-bullets .tp-bullet.active:before {
                transform: translateY(0);
            }

#rev_one_page .tp-bullet:not(.selected):hover {
    background: rgba(255, 255, 255, .3);
}

#rev_one_page .tp-bullet {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .07);
}

    #rev_one_page .tp-bullet.selected {
        border-color: #fff;
    }

.tp-bullet.selected {
    background: #ed1c24;
    cursor: default;
}

.tp-bullets .tp-bullet {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}


/* portfolio index ends*/


/*index creative bullet*/

#rev_creative .tp-bullet {
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid #ed1c24;
    overflow: hidden;
}

    #rev_creative .tp-bullet:before {
        content: '';
        position: absolute;
        width: 120%;
        height: 120%;
        background: transparent;
        top: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        box-sizing: initial;
    }

    #rev_creative .tp-bullet.selected:before {
        height: 60%;
        width: 60%;
        background: #ed1c24;
    }


/*index creative bullet ends*/


/*modern design vertical navigation tp-bullets*/

#vertical-bullets.vertical-tpb .tp-bullets {
    height: auto !important;
    width: auto !important;
    text-align: center;
    display: inline-block;
    position: relative;
}

#vertical-bullets.vertical-tpb .tp-bullet {
    position: relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
}

    #vertical-bullets.vertical-tpb .tp-bullet .tp-bullet-inner {
        width: 18px;
        height: 18px;
        position: relative;
        border: 4px solid #fff;
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
        box-sizing: content-box;
        transform: scale(0.6);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #vertical-bullets.vertical-tpb .tp-bullet.selected .tp-bullet-inner {
        transform: scale(1);
        background: transparent;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #vertical-bullets.vertical-tpb .tp-bullet .tp-bullet-inner::before {
        content: '';
        position: absolute;
        width: 60%;
        height: 60%;
        background: #fff;
        top: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    #vertical-bullets.vertical-tpb .tp-bullet.selected .tp-bullet-inner::before {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    #vertical-bullets.vertical-tpb .tp-bullet:not(:last-child) .tp-line {
        height: 20px;
        transform: scaleY(1.4);
        width: 3px;
        background: #fff;
        display: block;
        margin: 0 auto;
        pointer-events: none;
    }

.header-with-topbar .top-header-area {
    font-size: 13px;
    top: 0;
    z-index: 21;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: absolute;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    background: transparent;
}

.header-with-topbar nav {
    margin-top: 50px;
}


/*start up index*/

.startup-slider {
    position: absolute;
    top: 45%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.startup-img {
    position: relative;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    width: 15rem;
    height: 15rem;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid transparent;
    box-shadow: 0 3px 0 0 #fff;
}

    .startup-img img {
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
        pointer-events: none;
    }

    .startup-img:hover img {
        transform: scale(1.1);
    }


/* Slider DesignStudio Navigation */

#rev_slider_8_1 .tparrows {
    background: transparent;
    width: 44px;
}

    #rev_slider_8_1 .tparrows:hover {
        background: transparent;
    }

    #rev_slider_8_1 .tparrows.tp-leftarrow:before,
    #rev_slider_8_1 .tparrows.tp-rightarrow:before {
        display: none;
    }

    #rev_slider_8_1 .tparrows.tp-leftarrow {
        border-right: 3px solid;
        border-color: #24c1dd;
        padding-right: 4px;
    }

    #rev_slider_8_1 .tparrows.tp-rightarrow {
        border-left: 3px solid;
        border-color: #24c1dd;
    }

#rev_slider_8_1 .tp-leftarrow .hvr-pulse {
    height: 8px;
}

#rev_slider_8_1 .tp-rightarrow .hvr-pulse {
    height: 8px;
}

#rev_slider_8_1 .tp-leftarrow .hvr-pulse:before {
    content: url("/images/leftarrow.png");
}

#rev_slider_8_1 .tp-rightarrow .hvr-pulse:before {
    content: url("/images/rightarrow.png");
}


.hvr-pulse {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

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


#rev_slider_8_1_wrapper .tp-caption span {
    color: #24c1dd;
}

.bg-summer-sky {
    background-color: #24c1dd;
}

.color-summer-sky {
    color: #24c1dd;
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
    border-color: #ed1c24 !important;
}

.hephaistos .tp-bullet.selected {
    cursor: default !important;
}

.hephaistos .tp-bullet {
    background: rgba(36, 205, 213, 0.6);
    cursor: pointer;
}

.hephaistos .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #999;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 1px 2px 0px rgba(130,130,130, 0.3);
}

    .hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
        background: #fff;
        border-color: #000;
    }

.hephaistos .tp-bullet {
    background: rgba(36, 205, 213, 0.6);
    cursor: pointer;
}


/*index creative agency end*/


/*video section*/

.video-play-button {
    height: 70px;
    width: 70px;
    background: #ed1c24;
    display: inline-block;
    top: 50%;
    left: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 74px;
    text-align: center;
    padding-right: 4px;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
    -webkit-transform: translate(50%, -40%);
    -ms-transform: translate(50%, -40%);
    -o-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
}

    .video-play-button.slider-play-button {
        margin: 10px;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .video-play-button:hover,
    .video-play-button:focus {
        -webkit-animation: pulse_effect 1s infinite;
        -o-animation: pulse_effect 1s infinite;
        animation: pulse_effect 1s infinite;
        background: #ffffff;
        color: #ed1c24;
    }

    .video-play-button i {
        font-size: 20px;
    }


/* video button two */

.video-play-button-small {
    height: 50px;
    width: 50px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50px;
    line-height: 57px;
    text-align: center;
    color: #ed1c24;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
}

    .video-play-button-small:hover,
    .video-play-button-small:focus {
        -webkit-animation: pulse_effect 1s infinite;
        -o-animation: pulse_effect 1s infinite;
        animation: pulse_effect 1s infinite;
        background: #ffffff;
        color: #ed1c24;
    }

    .video-play-button-small i {
        font-size: 20px;
    }

.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
}

.split-blog-scale:hover img {
    transform: scale(1.15);
}

.video-content-setting {
    min-height: 260px;
}

.video-content-col {
    max-width: 450px;
    margin-right: auto;
    margin-left: 100px;
}


/*video section ends*/


/* ----- Social Icons ----- */

.social-icons-simple {
    margin-top: -3px;
}

ul.social-icons-simple li,
ul.social-icons li {
    display: inline-block;
}

    ul.social-icons li a,
    ul.social-icons-simple li a {
        height: 30px;
        line-height: 30px;
        width: 30px;
        /*font-size: 14px;*/
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 0 1px;
        text-align: center;
        display: block;
        color: #26313c;
        position: relative;
        z-index: 1;
        border: 1px solid #7c7c7c;
    }

ul.no-border li a {
    border: none !important;
}

ul.social-icons-simple li a {
    border: none;
}

ul.social-icons.whitebg li a {
    background: #fff;
}

ul.social-icons li:last-child a {
    margin-left: 0;
}

ul.social-icons li:first-child a {
    margin-right: 0;
}

ul.social-icons li a::before,
ul.social-icons-simple li a::before {
    content: "";
    position: absolute;
    right: -1px;
    left: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: #474747;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

ul.social-icons li a:hover::before,
ul.social-icons li a:focus::before,
ul.social-icons-simple li a:hover::before,
ul.social-icons-simple li a:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

ul.social-icons.white li a,
ul.social-icons-simple.white li a,
ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons.white li a:hover,
ul.social-icons.white li a:focus {
    color: #fff;
}
/*icon bg bover */
.facebook:before {
    background-color: #4267B2 !important;
}

.twitter:before {
    background-color: #1DA1F2 !important;
}

.insta:before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}

.linkedin:before {
    background-color: #0077B5 !important;
}

.whatsapp:before {
    background-color: #09cc16 !important;
}

/*-----Buttons-----*/

.button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: .8rem 2.25rem;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 33px;
    letter-spacing: 0.5px;
    background-color: #262626;
}

.transition-3 {
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}

.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.button-padding {
    padding: .8rem 2.25rem !important;
}

.btnsecondary {
}

.btnprimary {
    background: #ed1c24;
    color: #fff;
}

.gradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#999999), color-stop(51%, #4D4D4D), to(#999999));
    background-image: -webkit-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    background-image: -moz-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    background-image: -o-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    background-image: linear-gradient(to right, #999999 0%, #4D4D4D 51%, #999999 100%);
    color: #fff;
}

    .gradient-btn:hover {
        background-position: right center;
    }

    .btnsecondary:hover,
    .btnsecondary:focus,
    .btnprimary:hover,
    .btnprimary:focus,
    .gradient-btn:hover,
    .gradient-btn:focus {
        color: #fff;
    }

.btnsecondary:hover,
.btnsecondary:focus {
}

.btnprimary:hover,
.btnprimary:focus {
}

.button-readmore {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.btn-dark,
.btn-dark:active {
    background: #2D2D2D !important;
    outline: none;
}

    .btn-dark:hover,
    .btn-dark:focus {
        border-color: #2D2D2D !important;
        background: transparent !important;
        color: #2D2D2D !important;
    }

    .btn-dark.hover-light:hover {
        color: #fff;
        border-color: #fff !important;
    }

.btn-primary,
.btn-primary:active {
    background: #fff !important;
    color: #000;
    outline: none;
}

    .btn-primary:hover,
    .btn-primary:focus {
        border-color: #dee2e6 !important;
        background: #dee2e6 !important;
        color: #000000 !important;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #d8d6d6;
        border-color: #d8d6d6;
    }

.btn-secondary,
.btn-secondary:active {
    background: #6B747C !important;
    outline: none;
}




    .btn-secondary:hover,
    .btn-secondary:focus {
        border-color: #6B747C !important;
        background: transparent !important;
        color: #6B747C !important;
    }

.button-readmore::after {
    content: "";
    height: 2px;
    width: 70%;
    margin-right: 10px;
    display: inline-block;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: margin-left 0.2s linear;
    -o-transition: margin-left 0.2s linear;
    transition: margin-left 0.2s linear;
}

.button-readmore:hover::after {
    margin-right: 0;
}


/* transitions common*/

a,
*::before,
*::after,
.button,
.image img,
.navbar,
.navbar .dropdown-menu,
.team-content h4,
.overlay,
.overlay ul,
.card-header .card-link:before,
.contact-table .icon-cell,
.feature-item .icon,
.cbp-l-filters .cbp-filter-item span,
.testi-box .testimonial-round > img,
.feature-item .icon,
#services-slider .service-box > span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i::before,
i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after,
.process-wrapp li > .pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after,
.half-section-alt::before,
.team-content::before,
.progress-bars .progress .progress-bar span::after,
.bg-testimonial::after,
ul.rounded li::before,
.webcats li a::before,
ul.hours_links li::before,
.side-nav .navbar-nav .nav-link::after,
.numbered .tp-count:before,
.owl-prev::before,
.owl-next::before,
.contact-banner::before {
    content: "";
}

.bg-white {
    background-color: #fff;
}

.dropdown-toggle::after,
.card-header .card-link:before,
blockquote.blockquote::before,
ul.links li a::before,
.form-check label::before {
    font-family: "FontAwesome", serif;
    font-weight: 900;
}

.dropdown-toggle::after {
    transition: all 0s !important;
}


/* ----- Navigation Starts ----- */

.navbar {
    padding: 0.35rem 0;
    z-index: 1000;
}

.transparent-bg {
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.fixed-bottom {
    position: absolute;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 -15px 25px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -15px 25px 10px rgba(0, 0, 0, 0.35);
}

    .fixed-bottom.fixedmenu {
        bottom: auto;
        top: 0;
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }

    .fixed-bottom.menu-top .dropdown-toggle::after {
        content: "\f106";
    }

.fixedmenu {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    margin: 0 !important;
    padding: 0;
    z-index: 1002;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: rgba(0, 0, 0, 0.7);
}

    .fixedmenu.no-animation {
        animation: none;
        animation-duration: 0.1s;
    }




/**/

.scroll-down {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    right: 50%;
    transform: translateX(-50%);
    user-select: none;
}

    .scroll-down i {
        font-size: 12px;
        padding-right: 10px;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

.navbar-brand {
    margin: 16px 0;
    padding: 0;
    width: 90px;
    position: relative;
}

    .navbar-brand.center-brand {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        z-index: 1;
    }

.center-brand + .navbar-collapse {
    margin: 3px 0;
}

.navbar-brand > img {
    width: 100%;
    height: auto !important;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}

.navbar-nav .nav-item:first-child {
    margin-right: 0;
}

.navbar-nav .nav-item:last-child {
    margin-left: 0;
}

.navbar-nav .nav-link {
    padding: 8px 0 !important;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aeaeae;
    position: relative;
    line-height: normal;
    margin: 6px 1.15rem;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.navbar-nav .nav-item:last-child .nav-link {
    margin-left: 0;
}

.nav-item.dropdown:hover {
    cursor: pointer;
}

.text-warning-hvr:hover,
.text-warning-hvr:focus {
    color: #ffc107;
}

.text-grey {
    color: #dee2e6;
}

.navbar-nav .nav-link.dropdown-toggle::before {
    display: none;
}

.transparent-bg .navbar-nav .nav-link {
    /* color: #aeaeae; */
}

.static-nav .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.36) !important;
    margin: auto;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.transparent-bg.darkcolor .navbar-nav .nav-link {
    color: #26313c;
}

.whitecolor .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active:before {
    width: 100%;
}

.dark-slider h2,
.light-slider h2 {
    font-size: 48px !important;
}

.dark-slider p,
.light-slider p {
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.dark-slider h2,
.dark-slider p {
    color: #373737;
}

.light-slider h2,
.light-slider p {
    color: #fff;
}


/*.transparent-bg .navbar-nav .nav-link::before {*/


/*  background: #fff;*/


/*}*/

.fixedmenu .navbar-nav .nav-link {
    color: #ffffff;
}


/*DropDowns*/

.collapse {
    position: relative;
}

.sideNavPages {
    /*border-right: 1px solid #ffffff66;*/
    /*margin-top: 4px;*/
}

.sideNavPagesInner {
    margin-right: 30px;
}

    .sideNavPagesInner .nav-link {
        font-size: 1.2rem !important;
    }

.collapsePagesSideMenu {
    display: flex !important;
}

    .collapsePagesSideMenu .fas {
        font-size: 12px;
        margin: auto 10px auto auto;
    }

.sideNavPages .nav-item {
    display: block;
    margin: 5px 0;
}

.sideNavPages .nav-link {
    font-size: 1.335rem !important;
    margin-right: 0px !important;
    line-height: 1;
}

.static.dropdown {
    position: static;
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
}

.megamenu {
    /*padding: 20px 0;*/
    width: 100%;
}

.navbar-nav .dropdown-menu {
    z-index: 5;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 18px 0;
    -webkit-box-shadow: 0 12px 25px -13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -12px 25px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 12px 25px -13px rgba(0, 0, 0, 0.25);
    right: 10px;
    top: auto;
    border-top: 1px solid #efefef;
    margin-top: 0;
    cursor: default;
}

.menu-top .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 -10px 25px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -10px 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 -10px 25px 0 rgba(0, 0, 0, 0.25);
    bottom: 68px;
}

.dropdown-menu.right-show {
    right: auto !important;
    left: 0 !important;
}

.dropdown-menu .dropdown-item {
    background: transparent;
    font-weight: normal;
    font-size: 18px;
    /* padding: 0px 1px 0px 0.4rem; */
    line-height: 27px;
}

a.dropdown-toggle::after {
    transition: all 0s;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-title {
    color: #222;
}

.dropdown-item.active {
    color: #ed1c24;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar .dropdown:hover .dropdown-toggle,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu.megamenu .dropdown-item:hover {
    /* color: #f22727 !important; */
}

.navbar .social-icons .dropdown:hover .dropdown-toggle {
    color: #fff !important;
}

.navbar .social-icons .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    float: left;
}

.site-header .navbar {
    z-index: 1001;
}

.dropdown-menu .dropdown-title {
    margin: 1.5rem 0 0.5rem 1rem;
    font-size: 19px;
}

.hover-light:hover {
    color: #fff !important;
}

.hover-underline:hover span {
    text-decoration: underline;
}

.services-main:hover img {
    transform: scale(1.08);
}

.services-main:hover h3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 992px) {
    .navbar-nav .dropdown {
        position: static;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        /* min-width: 260px; */
        /* transform: scale(1, 0); */
        transform-origin: 0 0;
    }

    .navbar.menu-top .dropdown-menu {
        transform-origin: 100% 100%;
    }

    .dropright .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        transform: scale(0, 1);
        transform-origin: 0 0;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu,
    .dropleft:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/*-----Side Menu----*/


/*side open btn*/




.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 20.4px 6px;
    margin-left: 1rem;
    margin-top: 1px;
    left: 20px;
    display: inline-block;
}

.mobile-phone-btn {
    position: absolute;
    width: 36px;
    padding: 9px 6px;
    margin-top: 2px;
    left: 70px;
    display: inline-block;
    font-size: 26px;
    color: #fff;
}

    .mobile-phone-btn:hover, .mobile-phone-btn:active, .mobile-phone-btn:focus {
        color: #fff;
    }

@media(min-width:1200px) {
    .sidemenu_btn {
        display: none;
    }

    .mobile-phone-btn {
        display: none;
    }
}

.sidemenu_btn,
.side-menu .btn-close,
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
}

#close_side_menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 1031;
    opacity: 0.5;
    cursor: pointer;
}

.sidemenu_btn > span {
    height: 3px;
    width: 100%;
    display: block;
}

.transparent-bg .sidemenu_btn > span {
    background: #fff;
}

.fixedmenu .sidemenu_btn > span:not(.gradient-bg) {
    background: #26313c !important;
}

.sidemenu_btn > span:nth-child(2) {
    margin: 4px auto 4px 0;
    width: 75%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.sidemenu_btn > span:nth-child(3) {
    margin-right: auto;
    width: 45%;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}

.sidemenu_btn:hover > span:nth-child(2),
.sidemenu_btn:hover > span:nth-child(3) {
    width: 100%;
}


/*side clode btn*/

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    /* -webkit-box-shadow: 0 -4px 4px 4px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 -4px 4px 4px rgba(0, 0, 0, 0.15); */
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin-left: 1.5rem;
    margin-top: 0;
    left: 20px;
    top: 24px;
    z-index: 12;
    cursor: pointer;
}

    .side-menu .btn-close.btn-close-no-padding {
        top: 24px;
    }

    .side-menu .btn-close::before,
    .side-menu .btn-close::after {
        right: 16px;
        height: 24px;
        width: 2px;
        background: #fff;
        top: 5px;
    }

    .side-menu .btn-close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .side-menu .btn-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.side-menu {
    display: block;
    width: 40%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1610;
    height: 100vh;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    overflow: hidden;
}

    .side-menu:not(.gradient-bg) {
        background: #000000;
    }

    .side-menu.side-menu-active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .side-menu .navbar-brand {
        margin: 0 0 2.5rem 0;
    }

    .side-menu .inner-wrapper {
        padding: 4.5rem 4rem;
        height: 100%;
        position: relative;
        overflow-y: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        text-align: right;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .side-menu .side-nav {
        margin-bottom: 30px;
        display: block;
    }

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 8px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

    .side-nav .navbar-nav .nav-item:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
        margin-top: 0;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

    .side-nav .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff !important;
    padding: 5px 0 !important;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
}

    .side-nav .navbar-nav .nav-link::before,
    .breadcrumb .breadcrumb-item a::before {
        content: '';
        position: absolute;
        background: #fff;
        display: inline-block;
        width: 0;
        height: 3px;
        bottom: 0;
        right: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    }

.breadcrumb .breadcrumb-item a::before {
    bottom: -5px;
}

.side-nav .navbar-nav .nav-link:hover::before,
.breadcrumb .breadcrumb-item a:hover::before {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.collapsePagesSideMenu:hover::before {
    width: 0;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::before {
    display: none;
}

.side-nav .navbar-nav .nav-link.active::before {
    width: 100%;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover {
    margin-right: 5px;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}


/*Header Social Icons*/

.navbar .social-icons li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 18px;
}

    .navbar .social-icons li a i {
        line-height: 26px;
    }


.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}

.navbar.fixedmenu .social-icons.white li a {
    /*color: #26313c;*/
}

    .navbar.fixedmenu .social-icons.white li a:hover,
    .side-menu .social-icons-simple li a:hover {
        color: #fff;
    }

@media (max-width: 1200px) {
    .side-menu .inner-wrapper {
        padding: 4rem 3.25rem;
    }

    .process-wrapp li::before,
    .process-wrapp li::after {
        width: 26% !important;
    }

    .video-content-col {
        margin-left: 15px;
    }

    #app-slider, .app-slider-lock {
        right: 25px !important;
    }
}

@media (max-width: 1055px) {
    .navbar .social-icons {
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .side-menu .inner-wrapper {
        padding: 4rem 2.7rem;
    }

    .side-nav .navbar-nav .nav-link {
        /* font-size: 1.25rem; */
    }

    .sideNavPages .nav-link {
        /* font-size: 1.125rem !important; */
    }

    .sideNavPagesInner .nav-link {
        font-size: 1rem !important;
    }

    .contactus-wrapp.position-absolute {
        width: 96% !important;
    }
}

@media (max-width: 992px) {
    .transparent-bg:not(.fixedmenu) {
        /* background: rgba(38, 49, 60, 0.55); */
        padding: 0;
    }

    .side-menu {
        width: 50%;
    }

        .side-menu .inner-wrapper {
            padding: 2rem 2.5rem;
        }

    .side-nav .navbar-nav .nav-link {
        /* font-size: 1.125rem; */
    }

    .sideNavPages .nav-link {
        /* font-size: 1rem !important; */
    }

    .side-menu .btn-close {
        top: 33px;
        margin-left: 1.2rem;
        left: 15px;
    }

    nav.side-nav {
        margin-top: 35px;
    }

    .process-wrapp li::before {
        width: 0 !important;
    }

    .process-wrapp li::after {
        width: 70% !important;
        right: 195px;
    }

    .process-wrapp li:nth-child(even)::after,
    .process-wrapp li:last-child::after {
        width: 0 !important;
    }

    .video-content-col {
        max-width: 350px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .side-menu .btn-close {
        top: 26px;
    }

    .side-menu {
        width: 80% !important;
    }

    .dropdown-menu .dropdown-title {
        display: none;
    }

    .bottom15 .icon {
        float: right;
    }

    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }

    .carousel-shop-detail .owl-nav button:focus {
        background: #ffffff;
        color: #5192e1;
    }

    .coming-soon-heading {
        font-size: 70px;
    }

    ul.count_down li {
        padding: 0 20px !important;
    }

        ul.count_down li p:nth-child(1) {
            font-size: 50px !important;
        }

    .video-content-col {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    #blog .news_item {
        margin-bottom: 30px;
    }

    .contactus-wrapp.position-absolute {
        width: 94% !important;
        top: -220px !important;
    }
}

@media (max-width: 576px) {
    .side-menu .inner-wrapper {
        padding: 2rem 5rem;
    }

    .side-menu {
        width: 100% !important;
    }

    .navbar-nav {
        margin-top: 1.5rem;
    }

    .contactus-wrapp.position-absolute {
        top: -300px !important;
    }

    .full-map {
        height: 540px !important;
    }
}


/*---- Navigation Ends ----*/

.part-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(/images/bg-part-header.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -2;
}

#particles-js {
    height: 100vh;
}

#particles-text-morph {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    user-select: none;
    /*pointer-events: none;*/
    text-align: center;
}


/*---- OWl / Revolution ----*/


/*Dots*/

.owl-dots {
    margin-top: 0;
    text-align: center;
    width: 100%;
    float: left;
}

@media(min-width:768px) {
    .owl-dots {
    /*margin-top: -55px;*/
        /* width: 66%; */
    }
}

.owl-dots .owl-dot {
    height: 6px;
    width: 20px;
    background: #6e6e6e;
    margin: 2px 3px;
    border: 1px solid #26313c;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}

    .owl-dots .owl-dot.active {
        background: #fff;
    }

.no-dots .owl-dots {
    display: none;
}

.owl-dots .owl-dot,
.numbered .tp-bullet,
.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    position: relative;
}

.numbered .tp-bullet {
    width: auto;
    height: 15px;
    background: transparent;
    cursor: pointer;
    color: #18191d;
    transition: 3s height;
}

.numbered .tp-bullet-number {
    text-align: right;
}

.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.numbered .tp-bullet.selected:nth-child(4) {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}

.numbered,
.tp-tabs,
.tp-thumbs {
    top: 47% !important;
}

    .numbered .tp-bullet .tp-count {
        font-size: 14px;
        bottom: 5px;
    }

    .numbered .tp-count:before {
        height: 3px;
        width: 40px;
        transform: scaleX(0);
        display: block;
        background: #ed1c24;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .numbered .tp-count:before,
    .revicon {
        position: absolute;
    }

    .numbered .tp-bullet.selected .tp-count {
        color: #ed1c24;
    }

.white .numbered .tp-bullet .tp-count,
.white .numbered .tp-count:before,
.white .numbered .tp-bullet.selected .tp-count {
    color: #fff;
}

.white .numbered .tp-count:before {
    background: #fff;
}

.numbered .tp-bullet.selected .tp-count:before {
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
}

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    z-index: 11;
}

    .revicon li a {
        height: 40px;
    }


/*Buttons*/

.owl-prev,
.owl-next {
    background: transparent;
    border: none;
    color: #7a7a7a;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 29px;
}

.gray-body .owl-nav button,
.gray-body .back-top {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.owl-prev,
.owl-prev::before,
.owl-next,
.owl-next::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

    .owl-prev::before,
    .owl-next::before {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        background-color: #4D4D4D;
    }

    .owl-prev:hover,
    .owl-next:hover {
        color: #fff;
    }

        .owl-prev:hover::before,
        .owl-next:hover::before {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

.owl-prev {
    right: 0;
}

.owl-next {
    left: 0;
}


/*----- OWl / Revolution ends-----*/


/*-----Page Headers----- */

.page-header {
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: initial;
    width: 100%;
}

    .page-header .overlay-dark {
        z-index: 1;
        visibility: visible;
        background: -moz-linear-gradient(180deg, transparent 70%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient( 180deg, transparent 70%, rgba(0,0,0,1) 100%);
        background: linear-gradient( 180deg, transparent 70%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }

        .page-header .overlay-dark.opacity-0 {
        }


@media(min-width:768px) {
    .page-header {
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        /* background-attachment: fixed; */
        width: 100%;
    }
}


.page-learn-more {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 300;
    z-index: 9;
    /*-moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;*/
    /* background-color: #000; */
    width: 100px;
    height: 50px;
}

.arrow {
    opacity: 0;
    position: absolute;
    left: 35%;
    top: 30px;
    /*transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);*/
    /* transform-origin: 50% 50%; */
    /* transform: translate3d(-50%, -50%, 0); */
    /* cursor: pointer; */
}

    .arrow:before,
    .arrow:after {
        background: #fff;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0px;
        width: 30px;
    }


    .arrow.f {
        animation: arrow-movement 2s ease-in-out infinite;
    }

    .arrow.s {
        animation: arrow-movement 2s 1s ease-in-out infinite;
    }

    .arrow:before {
        transform: rotate(25deg) translateX(-45%);
        transform-origin: top left;
        left: 1px;
    }

    .arrow:after {
        transform: rotate(-25deg) translateX(45%);
        transform-origin: top right;
        left: -1px;
    }

::after {
}






.single-items {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-color: #000;
}

#para-menu li a.active,
#para-menu li a:hover {
    color: #fff !important;
}

#para-menu li a {
    position: relative;
    cursor: pointer;
}

    #para-menu li a:before {
        content: '';
        position: absolute;
        background: #fff;
        display: inline-block;
        width: 0;
        height: 2px;
        bottom: -10px;
        right: 0;
        overflow: hidden;
    }

    #para-menu li a.current:before {
        width: 100%;
    }

#pp-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.para-btn.disabled {
    opacity: 0.5;
    cursor: default;
}

.para-btn {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}

.fixed-para-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    width: 50px;
}

    .fixed-para-btn .para-btn {
        line-height: 1;
        transition: 0.3s all;
    }

        .fixed-para-btn .para-btn svg {
            transition: 0.3s all;
        }

        .fixed-para-btn .para-btn.disabled svg:hover {
            fill: #fff;
        }

        .fixed-para-btn .para-btn svg:hover {
            fill: #939292;
        }

.dark-gradient {
    background: rgba(0, 0, 0, 0.4);
}


.contact-banner::before,
.contact-banner iframe {
    position: absolute;
}

.contact-banner::before {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.page-header .page-titles,
.page-header .title-wrap {
    position: relative;
}

.page-header .page-titles {
    z-index: 5;
}

.title-wrap h3 {
    margin-top: 3px;
}

.page-header .title-wrap {
    padding: 1.125rem 1.5rem;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    line-height: 1;
    z-index: 2;
    margin-bottom: -24px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

    .breadcrumb .breadcrumb-item {
        font-size: 14px;
        position: relative;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
}

.contact-banner iframe {
    height: 100%;
    width: 100%;
}

iframe {
    border: none;
}


/*-----Page Headers -----*/


/*-----Aboutus----- */

.aboutus h2 {
    font-size: 2.25rem;
}

#services-slider,
#services-slider .service-box,
.services-main .services-content,
.process-wrapp,
.process-wrapp li,
.process-wrapp li > .pro-step,
.feature-item .icon,
.feature-item .text h3,
.half-section-alt,
.bg-counters,
.progress-bars .progress,
.progress-bars .progress p {
    position: relative;
}

    .half-section-alt::before,
    .progress-bars .progress .progress-bar,
    .progress-bars .progress .progress-bar span,
    .progress-bars .progress .progress-bar span::after,
    .process-wrapp li > .pro-step::before,
    .process-wrapp li::before,
    .process-wrapp li::after {
        position: absolute;
    }

        #services-slider .service-box > span,
        .process-wrapp li > .pro-step,
        .progress-bars .progress p,
        .progress-bars .progress .progress-bar span::after {
            display: inline-block;
        }


/*Service Slider*/

#services-slider {
    margin: -140px 0 0;
    min-height: 345px;
    z-index: 21;
}

    #services-slider.half-margin {
        margin: -110px 0 0;
    }

    #services-slider.owl-carousel .owl-stage-outer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #services-slider .service-box {
        padding: 3rem 1.5rem;
        background: #26313c;
        color: #fff;
        text-align: center;
        -webkit-transition: all .5s ease .1s;
        -o-transition: all .5s ease .1s;
        transition: all .5s ease .1s;
        z-index: 2;
    }

    #services-slider.services-slider-light .service-box {
        background: #556772;
    }

.bg-light-dark {
    background: #556772;
}

#services-slider .service-box,
#services-slider .service-box > span {
    overflow: hidden;
}

    #services-slider .service-box > span {
        font-size: 40px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    #services-slider .service-box h4 {
        font-weight: bold;
    }

    #services-slider .service-box i {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transition: all .18s linear;
        -o-transition: all .18s linear;
        transition: all .18s linear;
    }

    #services-slider .service-box:hover i {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

#services-slider .owl-item.center .service-box {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    padding: 4.5rem 1.5rem;
    margin-top: -25px;
}

.gradient-bg {
    /*-webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#999999), color-stop(51%, #4D4D4D), to(#999999));
    background-image: -webkit-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    background-image: -moz-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    background-image: -o-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    background-image: linear-gradient(to right, #999999 0%, #4D4D4D 51%, #999999 100%);*/
    background-color: #1d1d1f;
}

#services-slider .owl-item.center .service-box:hover {
    background-position: right center;
}


/*Services main*/

.services-main .services-content {
    margin-right: 10px;
    margin-left: 10px;
    padding: 2rem 1rem;
    margin-top: -30px;
    background: #ffffff;
    z-index: 5;
}


/*Services ends*/


/* Work Process */

.process-wrapp {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    margin: 0 15px;
}

    .process-wrapp,
    .process-wrapp li,
    .process-wrapp li > .pro-step {
        z-index: 1;
    }

        .process-wrapp li,
        .process-wrapp li > .pro-step {
            text-align: center;
        }

        .process-wrapp li {
            padding: 70px 15px 0 15px;
            display: table-cell;
        }

            .process-wrapp li:hover {
                cursor: pointer;
            }

            .process-wrapp li > .pro-step {
                height: 90px;
                width: 90px;
                line-height: 90px;
                border: 1px solid #fff;
                font-size: 28px;
                font-weight: 600;
                color: #fff;
            }

                .process-wrapp li > .pro-step,
                .process-wrapp li > .pro-step::before {
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                }

        .process-wrapp.no-rounded li > .pro-step,
        .process-wrapp.no-rounded li > .pro-step::before {
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
        }

        .process-wrapp li > .pro-step::before {
            background: -webkit-gradient(linear, left top, right top, from(#5192e1), to(#23ced5));
            background: -webkit-linear-gradient(left, #5192e1, #23ced5);
            background: -o-linear-gradient(left, #5192e1, #23ced5);
            background: linear-gradient(90deg, #5192e1, #23ced5);
            opacity: 0;
            visibility: hidden;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            z-index: -1;
        }

        .process-wrapp li p:first-child {
            font-size: 15px;
        }

        .process-wrapp li p:last-child {
            font-size: 13px;
            margin-bottom: 4px;
        }

        .process-wrapp li:hover > .pro-step {
            border-color: transparent;
            color: #fff;
        }

        .process-wrapp li.active > .pro-step {
            border-color: transparent;
            color: #fff;
        }

        .process-wrapp li.active:hover > .pro-step {
            border-color: transparent !important;
        }

        .process-wrapp li:hover > .pro-step::before {
            opacity: 1;
            visibility: visible;
            border-radius: 50%;
        }

        .process-wrapp li.active > .pro-step::before {
            opacity: 1;
            visibility: visible;
            border-radius: 50%;
        }

        .process-wrapp li.active:hover > .pro-step::before {
            opacity: 1 !important;
            visibility: visible !important;
            border-radius: 50%;
        }

        .process-wrapp:hover li.active > .pro-step::before {
            opacity: 0;
            visibility: hidden;
        }

        .process-wrapp:hover li.active > .pro-step {
            border-color: #fff;
        }

        .process-wrapp li::before,
        .process-wrapp li::after {
            height: 1px;
            top: 115px;
            background: rgba(255, 255, 255, .5);
            width: 30%;
            z-index: -1;
            margin: 0;
        }

        .process-wrapp li:first-child::before,
        .process-wrapp li:last-child::after {
            opacity: 0;
            visibility: hidden;
        }

        .process-wrapp li::before {
            right: 0;
        }

        .process-wrapp li::after {
            left: 0;
        }

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsePagesSideMenu i {
    transition: all .3s linear;
}


/*Work Process ends */


/*App Features*/

#app-feature .feature-item:hover,
.feature-item.image {
    cursor: pointer;
}

.feature-item.innovative-border {
    border: 1px solid #ed1c24;
    padding: 15px 10px 0 10px;
    position: relative;
}

    .feature-item.innovative-border.arr-right::before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        border-left: 1px solid #ed1c24;
        border-bottom: 1px solid #ed1c24;
        background: #fff;
        top: calc(50% - 7px);
        left: -8px;
        transform: rotate(-45deg);
    }

    .feature-item.innovative-border.arr-left::before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        border-right: 1px solid #ed1c24;
        border-top: 1px solid #ed1c24;
        background: #fff;
        top: calc(50% - 7px);
        right: -8px;
        transform: rotate(-45deg);
    }

.feature-item img,
.feature-item .icon {
    display: inline-flex;
}

.feature-item.image {
    max-width: 250px;
    margin-top: 35px;
}

.feature-item h4 {
    font-size: 1.5rem;
}

.feature-item .icon {
    z-index: 1;
    font-size: 38px;
    margin-bottom: 20px;
    color: #ed1c24;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-item .text h3 {
    width: 100%;
}

.feature-item:hover .text h3 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-clip: border-box;
    background-size: 200%, 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-item:hover .icon {
    transform: translateY(-6px);
}

.feature-item.innovative-border:hover .icon {
    transform: scale(1.1);
}

.feature-item.active {
    background: #f7f7f7;
}

.image.mobile-apps > img {
    opacity: 0;
}

.image.mobile-apps.active > img {
    opacity: 1;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .app-image > img {
        max-width: 280px;
        margin: 0 auto;
        display: inline-block;
        pointer-events: none;
        position: inherit;
        z-index: 100;
    }

#app-slider, .app-slider-lock {
    position: absolute;
    top: 14px;
    width: 235px;
    right: 58px;
    height: 475px;
    z-index: 1;
}

#app-slider {
    cursor: w-resize;
}

.app-slider-lock {
    z-index: 2;
    display: block;
}

    .app-slider-lock img {
        width: 100%;
    }

.app-slider-lock-btn {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: 3px solid #0b0b0b;
    cursor: pointer !important;
    border-radius: 50%;
    background-color: transparent;
    right: 50%;
    transform: translateX(-50%);
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.app-image:hover .app-slider-lock-btn {
    bottom: 30px;
    opacity: 1;
}

.app-slider-lock-btn:hover {
    transform: translateX(-50%) scale(1.1);
}

/*half sections*/

.half-section-alt::before {
    height: 60%;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #f6f7f8;
}


/*App Features ends*/


/* Counters */

.bg-counters {
    background: url(/images/counter-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.counters .count_nums {
    font-size: 6.25rem;
    line-height: 5rem;
}

.counters .count_nums,
.counters i {
    vertical-align: middle;
}


/*Counters ends */


/* Progress Bars */

.progress-bars .progress .progress-bar:not(.gradient-bg),
.progress-bars .progress .progress-bar span:not(.gradient-bg) {
    background: #000;
}

.progress-bars .progress {
    overflow: visible;
    height: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    background: #eee;
}

    .progress-bars .progress + .progress {
        margin-top: 50px;
    }

    .progress-bars .progress p {
        padding-bottom: 10px;
        right: 0;
    }

    .progress-bars .progress p,
    .progress-bars .progress .progress-bar span {
        top: -28px;
    }

    .progress-bars .progress .progress-bar {
        float: none;
        height: 100%;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width 1s ease-in-out .3s;
        -o-transition: width 1s ease-in-out .3s;
        transition: width 1s ease-in-out .3s;
    }

        .progress-bars .progress .progress-bar span {
            display: block;
            left: 0;
            width: 34px;
            padding: 0;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            font-size: 10px;
            line-height: 1.7;
            text-align: center;
        }

            .progress-bars .progress .progress-bar span::after {
                height: 8px;
                width: 8px;
                background: inherit;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                right: 50%;
                margin-right: -4px;
                bottom: -4px;
                z-index: -1;
            }


/*Progress Bars */


/*Faq Accordions*/

#accordion .card {
    margin-bottom: 15px;
}

    #accordion .card:last-child {
        margin-bottom: 0;
    }

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

    .card-header .card-link {
        display: block;
        padding: .75rem 1.25rem;
        background: #fff;
        border: none;
        font-size: 1.125rem;
        color: #26313c;
    }

        .card-header .card-link:before {
            content: "\f107";
            float: left;
        }

        .card-header .card-link.collapsed:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.card-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
}

    .card-body p:last-child {
        margin-bottom: 0;
    }


/*Accordion ends*/

@media screen and (max-width: 1400px) {
    .counters .count_nums {
        font-size: 5.625rem;
    }
}

@media screen and (max-width: 1266px) {
    .counters .count_nums {
        font-size: 5rem;
    }
}

@media screen and (max-width: 992px) {
    .process-wrapp {
        text-align: center;
    }

        .process-wrapp li {
            display: inline-block;
            max-width: 300px;
        }

            .process-wrapp li:first-child::before,
            .process-wrapp li:last-child::after {
                opacity: 1;
                visibility: visible;
            }

    #app-feature .feature-item {
        max-width: 300px;
        display: inline-block;
    }

    .app-image img {
        max-width: 100%;
    }

    #app-slider, .app-slider-lock {
        position: absolute;
        top: 10px;
        width: 195px;
        right: 10px !important;
        height: 400px;
    }

    .app-slider-lock-btn {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    #services-slider {
        margin: -70px 0 0;
    }

        #services-slider.half-margin {
            margin: -55px 0 0;
        }

    .app-image img {
        max-width: 100%;
    }

    #app-slider, .app-slider-lock {
        top: 8px;
        width: 155px;
        right: 8px;
        overflow: hidden;
    }

    .app-image {
        width: 170px;
        margin: 3rem auto;
    }
}


/*-----Aboutus ends -----*/


/*----- Team -----*/

.team-content {
    padding: 2rem 1rem;
    background: #fff;
    text-align: center;
    height: 108px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.equal-shadow-team .team-content {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.team-content::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-size: 200% auto;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#999999), color-stop(51%, #4D4D4D), to(#999999)); */
    /* background-image: -webkit-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%); */
    background-image: -moz-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    background-image: -o-linear-gradient(left, #999999 0%, #4D4D4D 51%, #999999 100%);
    /* background-image: linear-gradient(to right, #999999 0%, #4D4D4D 51%, #999999 100%); */
}

.team-content p {
    margin-bottom: 0;
    font-size: 16px;
}

.team-box:hover .team-content * {
    /* color: #fff; */
}

.team-box:hover .team-content h4 {
    margin-top: -85px;
}

.team-box:hover .team-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-content ul {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

.team-box:hover .team-content ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 5px;
}

.team-box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.overlay {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -moz-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -ms-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -o-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
}

.overlay-blue {
    background-image: -webkit-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -moz-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -ms-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -o-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    visibility: visible;
}


.overlay-dark {
    background-image: none;
    background-color: #000;
    z-index: 1;
    visibility: visible;
}

.overlay-gray {
    background-image: none;
    background-color: #333333;
    z-index: 1;
    visibility: visible;
}

.half-section-alt.teams-border::before {
    height: 108px;
}

#our-team-main.half-section-alt.teams-border::before {
    height: 160px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.bg-black {
    background: #000000;
}


/*----- Team ends -----*/


/*----- Testimonial -----*/

.bg-testimonial,
#testimonial-slider .owl-nav {
    position: relative;
}

    #testimonial-slider .owl-nav.disabled {
        display: none;
    }

#testimonial-slider {
    margin-top: 0;
    margin-bottom: 0;
}

.bg-transparent {
    background: transparent;
}

.bg-testimonial::after {
    height: 55%;
    right: 0;
    top: 0;
    position: absolute;
    background: url(/images/testimonial-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.bg-testimonial::after,
.testi-box .testimonial-round > img {
    width: 100%;
}

.testi-box .testimonial-round {
    height: 180px;
    width: 180px;
    overflow: hidden;
}

.testi-box .text {
    font-size: 1.5rem;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    font-weight: 200;
    text-align: center;
    /* font-style: italic; */
}

#testimonials {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #121212;
}

@media(min-width: 992px) {
    .testi-box .text {
        padding-right: 50px;
        margin-top: -60px;
        text-align: right;
    }

    /*#testimonials {
        padding-bottom: 0;
    }*/
}



.testi-box .testimonial-round,
.testi-box .testimonial-round > img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testi-box.no-rounded .testimonial-round,
.testi-box.no-rounded .testimonial-round > img {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #ed1c24;
}

.testi-box .testimonial-round:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.testi-box .author {
}

    .testi-box .author .name {
        color: #fff;
        /* font-weight: 200; */
    }

    .testi-box .author .role {
        padding: 0;
        font-weight: 100;
        font-size: 1.5rem;
    }


.testimonial-round > img {
    pointer-events: none;
}

#testimonial-slider .owl-nav {
    width: 350px;
    display: inline-block;
    height: 30px;
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-285%);
    /* margin-right: -30px; */
    position: absolute;
    z-index: 5;
}


    #testimonial-slider .owl-nav .fa-angle-left:before {
        content: "\f105";
    }

    #testimonial-slider .owl-nav .fa-angle-right:before {
        content: "\f104";
    }



/*styling for star rating*/

.test-star {
    font-size: 12px;
    color: #ffc13c;
    cursor: pointer;
}

#rattingIcon .fa-star {
    color: #ffc107;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#ratingText {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 992px) {
    #testimonial-slider .owl-nav {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translateX(-50%);
        margin-right: 1%;
    }
}


/*----- Testimonial ends home page-----*/


/* ----- Testimonials page start ----- */

.testimonial-wrapp {
    padding-bottom: 0.25rem;
    margin: auto 2rem;
    display: block;
}

    .testimonial-wrapp, .testimonial-wrapp:hover, .testimonial-wrapp:active, .testimonial-wrapp:focus {
        color: #fff;
    }

        .testimonial-wrapp,
        .testimonial-wrapp .testimonial-text,
        .testimonial-wrapp .testimonial-photo,
        .testimonial-wrapp .quoted,
        .testimonial-quote {
            position: relative;
            -webkit-transition: all .4s ease-in;
            -o-transition: all .4s ease-in;
            transition: all .4s ease-in;
        }

            .testimonial-wrapp,
            .testimonial-wrapp .testimonial-text {
                font-size: 1.2rem;
                text-align: center;
                display: block;
                color: inherit;
            }


                .testimonial-wrapp:hover .testimonial-text {
                    background-color: #121212;
                }


                .testimonial-wrapp .quoted,
                .testimonial-wrapp .testimonial-photo {
                    display: inline-block;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                }

                .testimonial-wrapp .quoted {
                    background-color: #ffffff;
                    color: #ed1c24;
                    font-size: 20px;
                    line-height: 54px;
                    height: 50px;
                    width: 50px;
                    -webkit-transform: translateY(50%);
                    -ms-transform: translateY(50%);
                    -o-transform: translateY(50%);
                    transform: translateY(50%);
                    z-index: 1;
                    display: none;
                }

                .testimonial-wrapp .testimonial-text {
                    padding: 3.0rem 1.2rem;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                    border: 1px solid #161617;
                    overflow: hidden;
                    /* text-align: justify; */
                    /*transition: color 0.3s ease-in 0.1s;*/
                    color: #fff;
                }


                    .testimonial-wrapp .testimonial-text p span {
                        color: #d1af68;
                    }

                .testimonial-wrapp:hover .testimonial-text p span {
                    color: #e1cb9c;
                }


                .testimonial-wrapp .testimonial-text::after {
                    background-color: #161617;
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 50%;
                    -webkit-transform: translate(-50%, -50%) scale(100);
                    -ms-transform: translate(-50%, -50%) scale(20);
                    -moz-transform: translate(-50%, -50%) scale(20);
                    -o-transform: translate(-50%, -50%) scale(20);
                    transform: translate(-50%, -50%) scale(100);
                    height: 30px;
                    width: 30px;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    z-index: -3;
                }


                .testimonial-wrapp .testimonial-photo {
                    height: 100px;
                    width: 100px;
                    margin-top: -50px;
                    overflow: hidden;
                }

                    .testimonial-wrapp .testimonial-photo,
                    .testimonial-wrapp .testimonial-photo > img {
                        -webkit-border-radius: 50%;
                        border-radius: 50%;
                        -webkit-transition: 0.4s;
                        -moz-transition: 0.4s;
                        -o-transition: 0.4s;
                        transition: 0.4s;
                    }

                .testimonial-wrapp:hover img {
                    transform: scale(1.1) rotate(-10deg);
                }

h4.darkcolor {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.testimonial-wrapp .testimonial-text::before {
    content: '';
    position: absolute;
    top: -10%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    background-color: #121212;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -2;
    transition: top 0.4s linear, transform 0.6s ease 0.2s;
}

.testimonial-wrapp:hover .testimonial-text::before {
    /*top: 60%;
    transform: translate(-50%, -50%) scale(100);*/
}

.testimonial-icon {
    overflow: hidden;
}

    .testimonial-icon .social-icons {
        transform: translateY(-200%) scale(1.7);
        opacity: 0;
        transition: 0.5s ease-out 0.1s;
    }

.testimonial-wrapp:hover .testimonial-icon .social-icons {
    transform: translateY(0) scale(1);
    opacity: 1;
}



#testimonial-main-slider .owl-dot,
#price-slider .owl-dot,
#ourteam-main-slider .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    transition: 0.4s all;
    border-color: #a5a5a5;
    overflow: hidden;
}

    #testimonial-main-slider .owl-dot::before,
    #price-slider .owl-dot::before,
    #ourteam-main-slider .owl-dot::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #ed1c24;
        transform: translateY(100%);
    }

#testimonial-main-slider .active.owl-dot::before,
#price-slider .active.owl-dot::before,
#ourteam-main-slider .active.owl-dot::before {
    transform: translateY(0);
}


@media(min-width:768px) {
    .testimonial-wrapp,
    .testimonial-wrapp .testimonial-text {
        font-size: 1.3rem;
    }
}


/* ----- Testimonial page ends ----- */


/*----- Gallery Portfolio -----*/


/*filters*/

.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
}

    .cbp-l-filters .cbp-filter-item,
    .cbp-l-filters .cbp-filter-item span {
        display: inline-block;
    }

        .cbp-l-filters .cbp-filter-item span {
            color: #26313c;
            font-size: 0.85rem;
            text-transform: capitalize;
            position: relative;
            padding-bottom: 0;
        }

.cbp-l-filters > .cbp-filter-item + .cbp-filter-item::before {
    display: inline-block;
    padding-left: 0.6rem;
    padding-right: 5px;
    color: inherit;
    content: "/";
}

.cbp-l-filters.whitecolor .cbp-filter-item span {
    color: #fff;
}

.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}

    .cbp-l-filters .cbp-filter-item-active span,
    .cbp-l-filters .cbp-filter-item:hover span,
    .cbp-l-filters .cbp-filter-item:focus span,
    .cbp-l-filters.whitecolor .cbp-filter-item:focus span,
    .cbp-l-filters.whitecolor .cbp-filter-item-active span {
        color: #ed1c24;
    }

.gallery-hvr {
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: -moz-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: -o-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover .gallery-hvr {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cbp-item img {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover img {
    transform: scale(1.1);
}

.gallery-hvr .opens {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff;
    color: #26313c;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .gallery-hvr .opens::before,
    .shopping-box .overlay .opens::before {
        content: "";
        position: absolute;
        right: -1px;
        left: -1px;
        bottom: -1px;
        top: -1px;
        opacity: .3;
        visibility: hidden;
        background: #ed1c24;
        border-radius: inherit;
        z-index: -1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .gallery-hvr .opens:hover::before,
    .gallery-hvr .opens:focus::before,
    .shopping-box .overlay .opens:hover::before,
    .shopping-box .overlay .opens:focus::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .gallery-hvr .opens:hover,
    .gallery-hvr .opens:focus {
        color: #fff;
    }

.gallery-hvr .center-box {
    position: absolute;
    right: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cbp-l-loadMore-stop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    color: #fff !important;
    padding: 2px 35px;
}

.fa-spin {
    -webkit-animation: fa-spin 0.75s infinite linear !important;
    animation: fa-spin 0.75s infinite linear !important;
    font-size: 15px;
}

.fancybox-thumbs__list a:before {
    border-color: #ed1c24;
}


/*----- Gallery ends -----*/


/* ----- Partner ----- */

#partners-slider .item {
    text-align: center;
}

#partners-slider .item,
#partners-slider .logo-item {
    position: relative;
}

#partners-slider .logo-item {
    width: 160px;
    height: 40px;
    overflow: hidden;
}

    #partners-slider .logo-item,
    #partners-slider .logo-item > img {
        display: inline-block;
    }

.logo-item > img {
    width: 98%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}


/* ----- Partner ends ----- */


/*----- Contact US -----*/

section#stayconnect {
    margin-top: 0;
    background-color: #161617;
}

.contactus-wrapp,
.getin_form .form-control,
#map-container,
.form-check,
.form-group label,
.checkbox label {
    position: relative;
}

.contactus-wrapp {
    padding: 4rem 0rem;
    /*-webkit-transform: translateY(40px); 
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
     transform: translateY(40px);*/
    z-index: 5;
}



@media(min-width:768px) {
    .contactus-wrapp {
        padding: 6rem 2rem;
    }
}



.contactus-wrapp.position-absolute {
    width: 97%;
    top: -180px;
}

.single-page-footer {
    margin-top: 0;
}

    .single-page-footer .contactus-wrapp {
        transform: translateY(0px);
        background: #F1F1F1;
    }

.contactus-wrapp,
.getin_form .form-control,
.form-check label::before,
.form-check input[type="checkbox"]:checked + label::before {
    /* background: #161617; */
}

.getin_form .form-control {
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: #222;
    font-size: 18px;
}


/*transparent form parallax version*/

.transparent-form input,
.transparent-form textarea {
    background: transparent;
    color: #fff !important;
    padding: 1.5rem 1.5rem;
    border-radius: 30px;
    border-color: #9ca2a8;
    font-size: 1.2rem;
    font-weight: 300;
}

    .transparent-form input:focus,
    .transparent-form textarea:focus {
        background: transparent;
        border-color: #fff;
    }

.transparent-form textarea {
    padding-top: 0.75rem;
    height: 110px;
    overflow: hidden;
}


/*CheckBox*/

.form-check {
    display: block;
    font-size: 13px;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px;
    min-height: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group label,
.checkbox label,
.form-check label::before,
.contact-table .icon-cell,
span.icon-contact {
    display: inline-block;
}

.form-check label::before {
    content: "\f00c";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0;
    margin-right: -20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check input[type="checkbox"]:checked + label::before {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
}

textarea {
    min-height: 110px;
    resize: none;
}

button {
    border: none;
    cursor: pointer;
}


/* Form general- */

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
:-moz-placeholder,
.form-control:-moz-placeholder,
::-moz-placeholder,
.form-control::-moz-placeholder,
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b6b8ba;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #b6b8ba;
    opacity: 1;
}

.contact-table .cells {
    vertical-align: middle;
}

.contact-table .icon-cell {
    color: #26313c;
    text-align: center;
    font-size: 18px;
    margin-left: 10px;
}

#map-container,
#map-container > iframe {
    width: 100%;
}

    #map-container > iframe {
        border: none;
        height: 100%;
    }

span.icon-contact {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

.noshadow .widget {
    box-shadow: none !important;
}


/*----- Contact US -----*/
.contact-wrapper .widget .icon-contact {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.contact-wrapper .widget:hover .icon-contact {
    transform: scale(1.2);
}

.contact-wrapper .widget i {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    transition-delay: 0.3s;
}

.contact-wrapper .widget:hover i {
    transform: rotateY(-180deg);
}

/* ----- Our Blog ----- */

.news_item {
    background: #161617;
}

    .news_item.shadow {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    }

.shadow-equal {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_desc p {
    margin-bottom: 0;
}

#our-blog .news_desc p {
    /* margin-bottom: 35px; */
    margin-top: 15px;
    font-size: 1.2rem;
    /* color: #222; */
}

#our-blog .button {
    display: none;
}

#our-blog .news_item {
    margin-bottom: 30px;
    color: #fff;
}

.news_item .news_desc {
    padding: 40px 30px;
}

#our-blog .cbp-item:hover img {
    transform: scale(1.15);
}

.news_item:hover .image img {
    transform: scale(1.05);
}

.news_item,
.eny_profile,
blockquote.blockquote,
.widget_search .input-group-addon,
.eny_profile .profile_text {
    position: relative;
}

    .meta-tags li,
    .meta-tags li a,
    blockquote.blockquote::before,
    ul.rounded li::before,
    .webtags li,
    .webcats li a::before,
    .webcats li a > span {
        display: inline-block;
    }

        .single_post span,
        .webcats li,
        .webcats li a,
        .webtags li a,
        .btn_reply {
            display: block;
        }

.meta-tags > li + li {
    margin-right: 10px;
}

.meta-tags li a {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 600;
}

    .meta-tags li a > i {
        font-size: 17px;
        margin-left: 5px;
    }

    .meta-tags li a > i,
    .meta-tags > li + li::before,
    .webcats li a::before,
    .single_post .text {
        vertical-align: text-bottom;
    }

ul.rounded li::before {
    vertical-align: unset;
}

.news_item:hover h3 {
    color: #ffffff;
}

.meta-tags li a:hover,
.meta-tags li a:focus,
.commment li a:hover,
.commment li a:focus {
    color: #24CDD5;
}

.news_item .blog-img {
    position: relative;
    margin: 0 auto;
}

.owl-blog-item .owl-nav {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

    .owl-blog-item .owl-nav .owl-next, .owl-blog-item .owl-nav .owl-prev {
        font-size: 18px;
        margin: 5px;
        padding: 3px 30px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        position: unset;
        display: inline-flex;
        justify-content: center;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all;
    }

    .owl-blog-item .owl-nav .owl-prev {
        margin-right: auto;
    }

        .owl-blog-item .owl-nav .owl-prev:before,
        .owl-blog-item .owl-nav .owl-next:before {
            visibility: hidden;
            opacity: 0;
            display: none;
        }

        .owl-blog-item .owl-nav .owl-next:hover, .owl-blog-item .owl-nav .owl-prev:hover {
            background: #ed1c24;
            border: 2px solid #ed1c24;
        }

.play-hvr {
    position: absolute;
    z-index: 8;
    top: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: 0.3s all;
}

.play-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid transparent;
    background: #ed1c24;
    padding-right: 4px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.play-hvr:hover .play-icon {
    color: #ed1c24;
    background: #fff;
    border-color: #24CDD5;
}



/* ------- 404 ------ */

#error .error {
    position: relative;
}

    #error .error h1 {
        position: relative;
        color: #ebebeb;
        font-size: 10rem;
    }

    #error .error h2 {
        font-size: 2rem;
        right: 50%;
        top: 50%;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: moveUpDown404 1s infinite linear;
    }

/* 404 */


/*Cart table*/

.cart_table table {
    margin-bottom: 0;
}

.border-radius {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-50 {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.classic-border {
    border: 2px solid #fff;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
}

    .cart_table .table-responsive thead tr > th {
        padding: 15px 20px;
        border-bottom-width: 1px;
    }

.cart_table .table-responsive tbody tr > td {
    vertical-align: middle;
    padding: 20px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
}

.cart_table .btn-close {
    display: inline-block;
    color: #e84455;
    font-size: 20px;
}

.cart_table .shopping-product {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-left: 10px;
}

    .cart_table .shopping-product > img {
        width: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.cart_table .d-table:hover .product-name,
.cart_table .d-table:focus .product-name {
    color: #ed1c24;
}

.apply_coupon {
    border: 1px solid #d1d1d1;
    border-top: none;
    padding: 20px;
}

    .apply_coupon .coupon > form input {
        height: 42px;
        margin-bottom: 0;
        margin-left: 5px;
    }

    .apply_coupon .coupon > form .form-group > input {
        width: 100%;
    }

    .apply_coupon .coupon a {
        width: 48%;
    }

.totals {
    padding: 40px 15px;
    border: 1px solid #d1d1d1;
}

    .totals .table-responsive tr > td {
        border: none;
        padding: 17px 10px;
    }

    .totals form.findus .form-control {
        margin-bottom: 15px;
        padding-right: 15px;
        border-color: #d2d2d2;
    }

.cart-total tbody tr td {
    width: 100% !important;
}

.totals form.findus .select:after {
    color: #A5A5A5;
}

@media (max-width: 768px) {
    .apply_coupon .btn_common {
        font-size: 10px;
        padding: 10px 1rem;
    }
}


/*Shop page*/

.shopping-box {
    -webkit-box-shadow: 0 0 10px #d1d1d1;
    box-shadow: 0 0 10px #d1d1d1;
    overflow: hidden;
}

    .shopping-box .shop-content {
        padding: 20px 15px;
    }

    .shopping-box:hover .overlay .opens {
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }

    .shopping-box .price-product {
        font-family: 'Heebo', sans-serif;
        background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
        background-clip: border-box;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.overlay .opens {
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    background: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 70px;
    opacity: 1;
    -ms-transform: rotate(50deg) scale(1.5);
    -o-transform: rotate(50deg) scale(1.5);
    -webkit-transform: rotate(50deg) scale(1.5);
    transform: rotate(50deg) scale(1.5);
    z-index: 1;
    overflow: hidden;
    position: relative;
}

    .overlay .opens i {
        color: #000000aa;
        transition: all 0.3s;
        line-height: 1;
    }

    .overlay .opens:hover i,
    .overlay .opens:focus i {
        color: #fff;
    }

.shopping-box:hover img {
    transform: scale(1.05);
}

.shopping-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.shopping-box:hover h4 > a,
.shopping-box:focus h4 > a {
    color: #ed1c24;
}

.quote .quote {
    border: 1px solid #d1d1d1;
    margin-left: 10px;
    max-width: 80px;
    padding: 8px 10px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 38px;
    font-size: 12px;
}

.quote .btn-common {
    font-size: 11px;
    padding: 10px 1.25rem;
    border-radius: 30px;
    border: 1px solid transparent;
}

.quote,
.quote a {
    display: inline-block;
}

.heading .divider-left {
    margin: 10px 0 -2px;
}

.heading .divider-center {
    margin: 10px auto;
}

.heading .divider-left,
.heading .divider-center {
    height: 4px;
    width: 70px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    display: block;
}

.quote-wrapper h3 {
    position: relative;
    color: #fff;
    font-size: 1.35rem;
    display: inline;
}

    .quote-wrapper h3::before {
        content: "\f10d";
        font-family: "FontAwesome", serif;
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        color: #fff;
        right: -25px;
        top: -10px;
    }

    .quote-wrapper h3::after {
        content: "\f10e";
        font-family: "FontAwesome", serif;
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        color: #fff;
        bottom: -10px;
        left: -25px;
    }


/*shop detail Tabs*/

.tab-container {
    border: 1px solid #d1d1d1;
    padding: 2.5rem 1rem 0 1rem;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

    .tab-container > p {
        margin-bottom: 0;
    }

    .tab-container .accordion-item + div > p {
        margin-bottom: 1rem;
    }

.tabset-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .tabset-list a {
        display: block;
        padding: 12px 1.75rem;
        color: #fff;
        font-weight: 600;
        -webkit-border-radius: 23px;
        border-radius: 23px;
        line-height: normal;
    }

    .tabset-list li {
        position: relative;
    }

        .tabset-list li a {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            background: #d1d1d1;
            cursor: pointer;
        }

    .tabset-list .active > a {
        background: #24CDD5;
        cursor: default;
    }

.tab-container p:last-child {
    margin-bottom: 0;
}

.accordion-item {
    display: none !important;
}


/*shop carousel*/

.carousel-shop-detail .owl-nav,
#carousel-gallery-detail .owl-nav {
    display: flex;
    align-items: center;
}

.carousel-shop-detail,
#carousel-gallery-detail {
    overflow: hidden;
}

    .carousel-shop-detail .owl-nav button,
    #carousel-gallery-detail .owl-nav button {
        background: #ffffffaa;
        color: #000;
        border-radius: 3px;
        padding: 20px 15px;
        transition: all 0.3s ease-in;
        display: flex;
    }

        .carousel-shop-detail .owl-nav button:hover,
        #carousel-gallery-detail .owl-nav button:hover {
            background: #ffffff;
            color: #5192e1;
        }

        .carousel-shop-detail .owl-nav button:before,
        #carousel-gallery-detail .owl-nav button:before {
            transform: scale(0);
            visibility: hidden;
            opacity: 0;
        }

    .carousel-shop-detail:hover .owl-nav button,
    #carousel-gallery-detail:hover .owl-nav button {
        transform: translateX(0);
    }

    .carousel-shop-detail .owl-nav .owl-prev {
        margin: -50% 15px;
        transform: translateX(-45px);
    }

    #carousel-gallery-detail .owl-nav .owl-prev {
        margin: -33% 15px;
        transform: translateX(-45px);
    }

    .carousel-shop-detail .owl-nav .owl-next {
        margin: -50% 15px;
        transform: translateX(45px);
    }

    #carousel-gallery-detail .owl-nav .owl-next {
        margin: -33% 15px;
        transform: translateX(45px);
    }

    .carousel-shop-detail .owl-nav button span,
    #carousel-gallery-detail .owl-nav button span {
        font-size: 22px;
        font-weight: bold;
        margin: -15px -3px;
    }

.carousel-shop-detail-inner .item {
    margin-top: 2px;
    opacity: 0.5;
    border: 2px solid transparent;
    transition: all 0.4s linear;
}

.carousel-shop-detail-inner .synced .item {
    opacity: 1;
    border: 2px solid #24CDD5;
}

.carousel-shop-detail .owl-stage-outer {
    /*height: 350px;*/
}

#syncCarousel .owl-stage {
    pointer-events: auto;
}

#syncCarousel .item img {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: zoom-in;
}

#syncCarousel .item:hover img {
    transform: scale(1.8);
}

#syncChild .owl-item:not(.synced) {
    cursor: pointer;
}

#carousel-gallery-detail .item img {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: zoom-in;
}

#carousel-gallery-detail .item:hover img {
    transform: scale(1.1);
}


/*Comments & Date*/

ul.social_icon li,
.webtags li,
.commment li {
    display: inline-block;
}

.commment li {
    margin-right: 10px;
}

    .commment li:first-child {
        margin-right: 0;
    }

    .commment li:last-child {
        margin-left: 0;
    }

    .commment li a {
        display: block;
        color: #a5a5a5;
        font-size: 14px;
    }

        .commment li a > i {
            margin-left: 4px;
            vertical-align: baseline;
        }

body:not(.rtl-layout) .news_wrap .news_box .commment,
body:not(.rtl-layout) .readmore {
    direction: rtl;
}

.news_wrap .news_box .commment {
    margin: 20px 0;
}


/*Profile Image*/

.profile_bg {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 2px #c8c8c8;
    box-shadow: 0 0 2px #c8c8c8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
}

.profile_border {
    border-top: 1px solid #c8c8c8;
}

    .profile_border:last-child {
        border-bottom: 1px solid #c8c8c8;
    }

.profile {
    background: #fff;
    padding: 15px;
    display: table;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .profile .p_pic,
    .profile .profile_text {
        display: table-cell;
    }

    .profile .p_pic {
        width: 100px;
        height: 100px;
        padding-left: 15px;
    }

        .profile .p_pic img {
            width: 100%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

.profile_text {
    vertical-align: top;
    padding-left: 10px;
}

    .profile_text h5 {
        margin-bottom: 8px;
    }

    .profile_text strong {
        color: #b2cb20;
        font-size: 14px;
    }

    .profile_text span {
        color: #5b5b5b;
        font-size: 13px;
    }


/*map */

.full-map {
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.short-map {
    max-height: 330px;
}


/*Pagination*/

.pagination li > a {
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}

    .pagination li > a:hover,
    .pagination li > a:focus,
    .pagination li.active > a {
        background: #ed1c24 !important;
        color: #fff;
        border: 0;
    }

    .pagination li > a.disabled {
        pointer-events: none;
    }

.pagination li > a,
.pagination li:first-child a,
.pagination li:last-child a,
ul.rounded li::before,
.webcats li a::before,
.eny_profile .profile_photo > img,
.single_post .post > img {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

blockquote.blockquote {
    font-style: italic;
}

    blockquote.blockquote::before {
        content: "\f10d";
        width: 40px;
        font-size: 28px;
        margin-left: 5px;
        color: #a1a1a1;
    }

ul.rounded > li + li {
    margin-top: 20px;
}

.rounded li {
    padding-right: 20px;
}

ul.rounded li::before {
    height: 10px;
    width: 10px;
    background: #ed1c24;
    margin-left: 10px;
    margin-right: -20px;
}


/*Post Comments*/

.eny_profile {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

    .eny_profile .profile_photo,
    .eny_profile .profile_text {
        display: table-cell;
        vertical-align: middle;
    }

    .eny_profile .profile_photo {
        height: 90px;
        width: 90px;
    }

        .eny_profile .profile_photo > img {
            width: 100%;
        }

    .eny_profile .profile_text {
        padding-right: 20px;
    }

        .eny_profile .profile_text .readmorebtn {
            position: absolute;
            left: 0;
            top: 5px;
        }


/*Widget Newlatter or search*/


/*.widget_search .input-group {
   width: 260px;
}*/

.widget_search .form-control {
    /*width: 214px;*/
    /*margin-left: 40px;*/
    -webkit-border-bottom-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    -webkit-border-top-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.widget_search .form-control,
.widget_search .input-group-addon {
    border-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}

.widget_search .input-group-addon {
    background-color: #ed1c24;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.widget_search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #adaeae;
}


/*review find us form*/

form.findus .form-control {
    height: 48px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.findus:not(.form-inline) .form-group {
    width: 100%;
}

form.findus .form-control,
form.findus textarea {
    padding: 12px 0;
    margin-bottom: 30px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

form.findus textarea {
    width: 100%;
    outline: none;
    min-height: 160px;
}

.form-control {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

    .form-control:focus,
    textarea:focus {
        border-color: #ed1c24;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
    }

form.findus .select {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

form.findus select {
    height: 100%;
    border: 0;
    width: 100%;
    color: inherit;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

form.findus .select:after {
    content: "\f107";
    font-family: "FontAwesome", serif;
    font-weight: 900;
    color: inherit;
    font-size: 16px;
    padding: 9px 9px 8px 0;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logincontainer .form-control {
    background: transparent;
}

.logincontainer .btn_common {
    width: 100%;
}


/*web Tags*/

.webtags li {
    margin: 1px;
}

    .webtags li a,
    .btn_reply {
        -webkit-border-radius: 24px;
        border-radius: 24px;
        color: #6f6f6f;
        font-size: 12px;
        margin: 2px 0;
        padding: 5px 1rem;
        border: 1px solid #ececec;
    }

        .webtags li a:hover,
        .webtags li a:focus {
            color: #fff;
            background: #ed1c24;
            border: 1px solid #ed1c24;
        }


/*Recent Sidebar*/

.sidebar .widget {
    padding: 30px 15px;
    background: #f6f6f6;
}

.news_box:hover h4 > a,
.news_box:focus h4 > a,
.blog-item:hover h3 > a,
.blog-item:focus h3 > a {
    color: #24CDD5;
}

.blog-item:hover img {
    transform: scale(1.05);
}

.single_post {
    overflow: hidden;
    display: table;
}

    .single_post .post,
    .single_post .text {
        display: table-cell;
    }

    .single_post .post {
        height: 50px;
        width: 50px;
    }

        .single_post .post > img {
            width: 100%;
        }

    .single_post .text {
        padding-right: 10px;
        font-size: 14px;
    }

        .single_post .text > a {
            font-weight: 600;
        }

    .single_post span {
        font-size: 12px;
    }

    .single_post:hover a,
    .single_post:focus a {
        color: #ed1c24;
    }


/*Categories*/

.webcats > li + li {
    margin-top: 10px;
}

.webcats li a::before {
    height: 8px;
    width: 8px;
    background: #ed1c24;
    margin-left: 10px;
    vertical-align: baseline;
    margin-bottom: 1px;
}

.webcats li a > span {
    font-weight: 600;
    margin-right: 5px;
    font-size: .875rem;
}

.webcats li a:hover,
.webcats li a:focus {
    color: #ed1c24;
}

.whitebox .widget {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.contact-box p {
    margin-bottom: 0;
}


/* ----- Our Blog ends ----- */


/* ----- coming soon ----- */

.count_down p {
    color: #232323;
}

.count_down.animated-gradient p {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(99%, #23ced5), to(#5192e1));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count_down.white p {
    color: #ffffff;
}

ul.count_down {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

    ul.count_down li {
        display: inline-block;
        color: #232323;
        padding: 0 35px;
        width: auto;
    }

    ul.count_down.animated-gradient li {
        padding: 0 50px;
        width: auto;
    }

    ul.count_down.white li {
        color: #ffffff;
    }

    ul.count_down li p:nth-child(1) {
        font-size: 70px;
        font-weight: bold;
        line-height: normal;
        margin: 0 0 0 0;
        transition: 1s;
    }

    ul.count_down li p:nth-child(2) {
        color: #232323;
        font-size: 14px;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        margin: 10px 0 0 0;
        transition: 1s;
        font-weight: 500;
    }

    ul.count_down.white li p:nth-child(2) {
        color: #ffffff;
    }

.count-down-form form {
    margin: 0 auto;
    position: relative;
}

    .count-down-form form .form-placeholder {
        border-radius: 40px;
        border: none;
        outline: none;
        padding: 25.5px;
        width: 100%;
        font-size: 16px;
        font-weight: 100;
        color: #232323;
        text-align: right;
    }

    .count-down-form form .email-placeholder {
        background: transparent;
        width: 100%;
        border: 1px solid #a5a5a5;
        border-radius: 40px;
        display: flex;
    }

    .count-down-form form .button {
        transition: all linear 300ms;
        margin: 5px 2px 5px 5px;
    }


/* ----- coming soon end ----- */


/* ----- Pricing ----- */

.pricing-item {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

    .pricing-item .pricing-price {
        padding: 15px 0 14px 0;
        border-top: 1px solid rgba(139, 144, 157, 0.18);
        border-bottom: 1px solid rgba(139, 144, 157, 0.18);
    }

    .pricing-item.active .pricing-price {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .pricing-item .pricing-currency {
        font-size: 3rem;
        font-weight: 300;
    }

.pricing-list {
    font-size: 14px;
    padding: 25px 0;
    display: inline-block;
}

    .pricing-list li {
        margin: 14px 25px 14px 0;
        text-align: right;
        font-size: 1rem;
        position: relative;
    }

.price-included {
    position: relative;
    display: table;
    margin: 14px auto;
    padding: 2px 5px 10px 0;
    text-align: right;
    font-size: 1.1rem;
}

.pricing-item.active {
    background: #26313c;
}

    .pricing-item.active .button {
        border-color: #fff;
        background: #26313c;
        transition: 0.2s all;
    }

.pricing-item .button {
    border-color: #fff;
    background: #ed1c24;
    color: #fff;
    display: table;
    margin: 0 auto;
}

.pricing-item.active,
.pricing-item.active .darkcolor {
    color: #fff;
}

.pricing-item .button:hover {
    background: #fff;
    color: #384141;
}

.pricing-item .button:focus {
    background: #fff;
    border-color: #26313c;
    color: #384141;
}


/*price sale*/

.pricing-item.sale::before,
.shopping-box .sale::before {
    content: '\f02e';
    font-family: "FontAwesome", serif;
    font-weight: 900;
    position: absolute;
    top: -30px;
    left: 15px;
    font-size: 60px;
    color: #E84455;
    z-index: 1;
}

.pricing-item.gray.sale::before {
    color: #4A5158;
}

.shopping-box .sale::before {
    z-index: 100;
}

.pricing-item.sale::after,
.shopping-box .sale::after {
    content: "- " attr(data-sale) "%";
    position: absolute;
    top: 6px;
    left: 21px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.shopping-box .sale::after {
    z-index: 101;
}

.pricing-item.sale:hover::after,
.shopping-box .sale:hover::after {
    content: 'Sale';
    left: 24px;
}

.pricing-list li::before,
.price-included::before {
    content: '\f00c';
    font-family: "FontAwesome", serif;
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: -25px;
    color: #B2CB20;
}

.pricing-list li.price-not::before {
    content: '\f00d';
    font-family: "FontAwesome", serif;
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: -23px;
    color: #E84455;
}

.pricing-item.active .pricing-list li::before {
    color: #fff;
}

.price-toggle-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: hidden;
    display: inline-flex;
}

    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 110px;
        user-select: none;
        cursor: pointer;
        z-index: 1;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .price-toggle-wrapper .Pricing-toggle-button.active {
            color: #fff;
            cursor: default;
        }

        .price-toggle-wrapper .Pricing-toggle-button.month::before {
            content: '';
            position: absolute;
            width: 105%;
            height: 100%;
            border-radius: 30px;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            display: block;
            overflow: hidden;
            transform: translateX(95%);
            z-index: -1;
            -webkit-background-size: 200% auto;
            background-size: 200% auto;
            background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
            background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            background-position: right center;
        }

        .price-toggle-wrapper .Pricing-toggle-button.month.active::before {
            transform: translateX(-5%);
            background-position: left center;
        }

.pricing-price {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1);
}

@media (max-width:992px) {
    .pricing-item .pricing-currency {
        font-size: 2.5rem;
    }

    .pricing-list li {
        font-size: 0.9375rem;
    }

    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 70px;
    }

    .testi-box .top90 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 40px;
        font-size: 13px;
    }

    #our-blog .news_item.last-blog {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 30px;
    }

    .carousel-shop-detail .owl-nav button,
    #carousel-gallery-detail .owl-nav button {
        transform: translateX(0) !important;
    }

    #syncCarousel .owl-stage {
        pointer-events: none;
    }
}


/* ----- Pricing ends ----- */


/*----- Footer -----*/

.footer_logo {
    width: 90px;
}

    .footer_logo,
    .footer_logo > img,
    .readmorebtn,
    ul.links li a,
    ul.links li a::before,
    ul.hours_links li > span {
        display: inline-block;
        font-size: 1.4rem;
    }

@media (min-width:768px) {
    .footer_logo,
    .footer_logo > img,
    .readmorebtn,
    ul.links li a,
    ul.links li a::before,
    ul.hours_links li > span {
        font-size: 1.2rem;
    }
}


ul.latest_news li,
ul.latest_news li a,
ul.hours_links li {
    display: block;
}

    ul.hours_links li,
    ul.links li a,
    ul.hours_links li > span {
        position: relative;
    }

.footer_logo > img {
    width: 100%;
}

footer .footer_panel .address-item > span {
    width: 36px;
    font-size: 30px;
}

.align-item-start {
    align-items: flex-start !important;
}

ul.links li a {
    color: #ffffff;
    margin-bottom: 10px;
    /*display: flex;*/
    padding-right: 20px;
}

    ul.links li a::before {
        color: #d1af68;
        margin-left: 5px;
        content: "\f0d9";
        vertical-align: baseline;
        content: '';
        position: absolute;
        right: 0;
        top: 10px;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 17px;
        background: #d1af68;
        transform: rotate( 50deg );
    }

.bg-light-dark ul.links li a::before {
    color: #7596a8;
}

ul.links li a:hover::before {
    padding-left: 5px;
}

ul.latest_news li {
    padding-bottom: 15px;
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 15px;
}

    footer p,
    ul.latest_news li .date {
        /*font-size: 17px;*/
    }

ul.hours_links li:first-child {
    padding-top: 0;
}

ul.hours_links li {
    padding: 8px 0;
    z-index: 1;
}

    ul.hours_links li::before {
        height: 1px;
        width: 100%;
        border-bottom: 1px dashed #fff;
        top: 56%;
        margin-top: -1px;
    }

    ul.hours_links li:first-child::before {
        top: 50%;
    }

    ul.hours_links li::before,
    ul.hours_links li span:last-child {
        position: absolute;
    }

    ul.hours_links li > span {
        z-index: 1;
        padding-left: 5px;
    }

.bgdark ul.hours_links li > span {
    background: #26313c;
}

.bg-light-dark ul.hours_links li > span {
    background: #556772;
}

ul.hours_links li span:last-child {
    left: 0;
    padding-right: 5px;
}

ul.latest_news li,
ul.links li a,
ul.hours_links li,
.readmorebtn {
    /* font-size: 17px; */
    font-weight: 200;
}

    ul.links li a:hover,
    ul.links li a:focus,
    ul.latest_news li a:hover,
    ul.latest_news li a:focus,
    .footer_panel p > a:hover,
    .readmorebtn:hover,
    .readmorebtn:focus {
        color: #b6b5b5;
    }

.footer_panel p > a {
    color: #fff;
}

ul.latest_news li span.defaultcolor {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.latest_news li a:hover + span.defaultcolor,
ul.latest_news li a:focus + span.defaultcolor {
    color: #fff !important;
}


/* Footer ends */

@media (max-width: 1400px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1266px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 2.75rem;
    }

    h3 {
        /* font-size: 1.375rem; */
    }
}

@media (max-width: 1200px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 2.5rem;
    }

    p {
        /* font-size: 16px; */
    }



    #shop .findus .form-group {
        margin-bottom: 20px !important;
        width: 100%;
    }

    #shop .findus .button,
    .findus .form-group {
        width: 100%;
    }

    .navbar-brand.center-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .padding_testi {
        padding: 3.25rem 0 9.75rem 0;
    }

    .process-wrapp li {
        padding: 60px 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .revicon {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .feature-item.innovative-border.arr-right::before {
        top: auto;
        bottom: -8px;
        left: calc(50% - 7px);
        transform: rotate(45deg);
    }

    .feature-item.innovative-border.arr-left::before {
        left: auto;
        top: -8px;
        right: calc(50% - 7px);
        transform: rotate(45deg);
    }

    .padding {
        padding: 1rem 0;
    }

    .padding_top {
        padding-top: 6rem;
    }

    .padding_bottom {
        padding-bottom: 6rem;
    }

    .margin {
        margin: 6rem 0;
    }

    .margin_bottom {
        margin-bottom: 6rem;
    }

    .margin_top {
        margin-top: 4rem;
    }

    .padding_half {
        padding: 2rem 0;
    }

    .margin_half {
        margin: 2rem 0;
    }

    .padding_bottom_half {
        padding-bottom: 2rem;
    }

    .margin_bottom_half {
        margin-bottom: 2rem;
    }

    .padding_top_half {
        padding-top: 2rem;
    }

    .heading_space {
        margin-bottom: 2rem;
    }

    .team-box:hover .team-content h4 {
        /* margin-top: -10px; */
    }

    .navbar-nav .nav-link:focus,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu.megamenu .dropdown-item:focus {
        /* color: #ed1c24; */
    }

    .transparent-form textarea {
        height: 60px;
        min-height: 60px;
        overflow-y: hidden;
        line-height: 1.2;
        padding: 10px 1.5rem;
    }

    .video-play-button {
        top: 100%;
        left: 50%;
        transform: translate(50%, -50%);
    }

    .process-wrapp li {
        padding: 50px 15px 0 15px;
    }

    .forget-buttons {
        display: flex;
        justify-content: space-between;
    }

        .forget-buttons button {
            width: 47%;
        }

    .cbp-l-filters .cbp-filter-item {
        margin: 0 .3rem 0.9rem;
    }

    .heading .divider-left {
        margin: 10px auto;
    }

    .video-content-setting {
        padding: 5rem 4rem;
    }

    #particles-text-morph {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    html {
        /*font-size: 13px;*/
    }

    .container {
        /*max-width: 98% !important;*/
        /*padding-right:30px;
        padding-left:30px;*/
    }

    .profile .p_pic,
    .profile .profile_text {
        display: block;
    }

    .profile_bg {
        padding: 5px;
    }

    .title-wrap h3 {
        display: block;
        margin: 3px auto;
        text-align: center;
        float: unset !important;
    }

    .title-wrap ul {
        float: unset !important;
        display: flex;
        justify-content: center;
    }

    .apply_coupon .coupon a {
        display: block;
        width: 100%;
    }

    .dark-slider h2,
    .light-slider h2 {
        font-size: 34px !important;
    }

    .dark-slider p,
    .light-slider p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .process-wrapp li {
        padding: 35px 15px 0 15px;
    }

    .page-header .page-titles {
        transform: translateY(-120px);
    }

    .mobile.landscape .page-header .page-titles {
        transform: translateY(-90px);
    }


    .page-header.min .page-titles {
        transform: translateY(0);
    }

    #pagepiling .darkcolor {
        color: #fff;
    }

    .sidemenu_btn {
        margin-left: 0;
    }
}

@media (max-width: 424px) {
    .side-menu .btn-close {
        margin-left: 0.7rem;
    }

    #services-slider .service-box > span {
        padding-top: 0.5rem;
    }

    .eny_profile .profile_text .readmorebtn {
        top: auto;
        bottom: -20px;
    }
}

@media (max-width: 767px) {
    .tabset-list a,
    .accordion-item a {
        display: block;
        padding: 10px 1.3rem;
    }

    #testimonial-slider .owl-nav {
        width: 270px;
        display: none;
    }

    .eny_profile .profile_photo,
    .eny_profile .profile_text {
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .dark-slider h2,
    .light-slider h2 {
        font-size: 28px !important;
    }
}


/*scroll bar styling*/

::-webkit-scrollbar-track {
    background-color: #515252;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #515252;
}

::-webkit-scrollbar-thumb {
    background: #515252;
}

    ::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 20px 100px 0 #515252;
    }





.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-right: -20px;
    align-items: center;
}

    .unit > * {
        margin-bottom: 30px;
        margin-right: 20px;
    }

.unit-body {
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit .unit-left.icon-sm {
    position: relative;
    /* top: 5px; */
    font-size: 1.6rem;
}

.list > li + li {
    margin-top: 10px;
}

.list-lg > li + li {
    margin-top: 25px;
}

.list-inline > li {
    display: inline-block;
}

.list-marked {
    /* font-weight: 300; */
    text-align: right;
    /* color: #262f3c; */
}

    .list-marked > li {
        text-indent: -25px;
        padding-right: 25px;
    }

        .list-marked > li::before {
            content: '';
            position: relative;
            right: 0;
            top: -1px;
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-left: 17px;
            /*border-radius: 50%;*/
            background: #d7d7d7;
            transform: rotate( 50deg );
        }

        .list-marked > li + li {
            margin-top: 10px;
        }

.list-marked_secondary {
    /* font-weight: 400; */
    /* color: #2c343b; */
}

    .list-marked_secondary > li::before {
        width: 8px;
        height: 8px;
        background: #d1af68;
    }

@media(min-width:992px) {
    html body .group-xl {
        margin-bottom: -20px;
        margin-right: -45px;
    }

        html body .group-xl > * {
            margin-bottom: 20px;
            margin-right: 45px;
        }

    .list-marked_secondary {
        /* font-size: 16px; */
    }

    .list-style-1 {
        /* font-size: 17px; */
        /* line-height: 1.52941; */
    }
}

@media(min-width:1200px) {
    .unit-spacing-1 {
        margin-bottom: 0;
        margin-right: -11px;
    }

        .unit-spacing-1 > * {
            margin-bottom: 15px;
            margin-right: 10px;
        }

    .list-marked_secondary {
        /* font-size: 18px; */
        /* line-height: 1.52941; */
    }
}

.bg-accent .list-marked_secondary,
.bg-gray-900 .list-marked_secondary,
.context-dark .list-marked_secondary {
    color: #fff;
}

* + .list-marked {
    margin-top: 15px;
}

.list-style-1 {
    color: #ffffff;
    /* letter-spacing: 0; */
}

    .list-style-1 .unit {
        margin-bottom: -8px;
        margin-right: -20px;
    }

        .list-style-1 .unit > * {
            margin-bottom: 8px;
            margin-right: 20px;
        }

    .list-style-1 > li + li {
        margin-top: 14px;
    }

* + .list-style-1 {
    margin-bottom: 20px;
}

.list-objects-inline .icon {
    font-size: 15px;
}

@media(min-width:576px) {
    .list-objects-inline .icon {
        font-size: 19px;
    }
}

.list-localization .label-text {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    background-color: transparent;
    color: #262f3c;
    transition: .22s ease-in-out;
    cursor: pointer;
}

    .list-localization .label-text:hover {
        color: #ff6f80;
    }

.list-localization input:checked ~ .label-text {
    color: #fff;
    background: #ec4242;
}

.list-nav-classic {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family: Assistant, sans-serif;
    line-height: 1.2;
    color: #262f3c;
    letter-spacing: 0;
}

    .list-nav-classic li {
        display: flex;
        padding-left: 25px;
    }

    .list-nav-classic a {
        position: relative;
        display: flex;
        align-items: center;
        padding: 22px 0 24px;
    }

        .list-nav-classic a::after {
            content: ' ';
            position: absolute;
            right: 50%;
            transform: translate3d(50%, 0, 0);
            bottom: 0;
            background: #0b6aa1;
            pointer-events: none;
            width: 0;
            height: 3px;
            max-width: 58px;
            transition: .55s;
        }

        .list-nav-classic a.active,
        .list-nav-classic a:hover {
            color: #0b6aa1;
        }

            .list-nav-classic a.active::after {
                width: 80%;
            }

@media(min-width:1200px) {
    .list-nav-classic {
        font-size: 22px;
    }

        .list-nav-classic a {
            padding: 20px 0;
        }

            .list-nav-classic a::after {
                height: 4px;
            }
}


img {
    max-width: 100%;
}


.stuck-navbar .collapse:not(.show) {
    display: block;
}

.stuck-navbar .navbar-nav {
    flex-direction: row;
    /*width: 100%;*/
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
}


.stuck-navbar *::-webkit-scrollbar {
    height: 0px;
}



.row-50 > * {
    margin-bottom: 50px;
    padding: 0 30px;
}

.icon-style-1 {
    display: inline-block;
    height: 2em;
    font-size: 28px;
    text-align: center;
    line-height: 2em;
    color: #f22727;
}

@media(min-width:992px) {
    .icon-style-1 {
        font-size: 34px;
        display: none;
    }
}

.form-input {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8491a5;
    background-color: #fff;
    background-image: none;
    border-radius: 35px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #ebebeb;
}

.form-label {
    position: absolute;
    top: 27px;
    right: 0;
    left: 0;
    padding-right: 26px;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    text-align: right;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
}


.form-label, .form-label-outside {
    margin-bottom: 0;
    color: #8491a5;
    font-weight: 400;
}







.share-buttons .sb-share-btn {
    border: 0;
}

.share-buttons .sb-share-btn,
.share-buttons a {
    position: relative;
    display: block;
    margin: 0;
    text-align: right;
    background: #fff;
    z-index: 100030;
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
    /* color: #222; */
    width: auto !important;
    height: auto !important;
    white-space: nowrap;
    color: #222 !important;
    font-weight: 300;
}

    .share-buttons a:hover:before {
        display: none;
    }

    .share-buttons .sb-share-btn:last-child,
    .share-buttons a:last-child {
        border-bottom: none;
    }

a .sb-icon-wrapper {
    cursor: pointer;
}

.sb-icon-wrapper {
    width: 30px;
    display: inline-block;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

.share-buttons .sb-share-btn span .sb-icon,
.share-buttons a span .sb-icon {
    position: relative;
    top: 2px;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 27px;
    height: 27px;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.share-buttons .sb-icon {
    width: 2pc;
    height: 2pc;
}

.sb-icon-wrapper img,
.sb-icon-wrapper svg {
    display: inline-block;
    fill: #fff;
}

#shareModal .modal-dialog {
    top: 50%;
    margin-top: -100px;
}

#shareModal .modal-header .modal-title {
    padding: 0 20px;
}

#shareModal .modal-header .close {
    padding: 0;
    margin: 0;
}

.accessibility-menu-wrapper {
    position: relative;
    z-index: 9147483647;
}

.accessibility-menu {
    z-index: 1;
    background-color: #fff;
    transition: .5s;
}

.accessibility-menu-dropdown {
    width: auto !important;
}

.accessibility-menu-body {
    padding: 0;
}

    .accessibility-menu-body div.accessibility-menu-item:nth-child(2n+2) {
        border-left: none;
    }

    .accessibility-menu-body div.accessibility-menu-item:nth-child(11),
    .accessibility-menu-body div.accessibility-menu-item:nth-child(12) {
        border-bottom: none;
    }

    .accessibility-menu-body div.accessibility-menu-item.row:nth-child(13) {
        border-top: 1px solid #ebebeb;
    }

.accessibility-menu-item {
    width: 50%;
    float: right;
    text-align: right;
    padding: 15px 0;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.accessibility-menu-item-label {
    display: inline;
}

.share-menu-link {
    display: none;
}

@media (min-width:992px) {
    .accessibility-menu-item-label {
        display: none;
    }

    .share-menu-link {
        display: inline;
    }

    .accessibility-menu-dropdown {
        width: 400px !important;
    }

    .accessibility-menu-item {
        width: 33%;
    }

    .accessibility-menu-body div.accessibility-menu-item:nth-child(2n+2) {
        border-left: 1px solid #ebebeb;
    }

    .accessibility-menu-body div.accessibility-menu-item:nth-child(3n+3) {
        border-left: none;
    }

    .accessibility-menu-body div.accessibility-menu-item:nth-child(10),
    .accessibility-menu-body div.accessibility-menu-item:nth-child(11),
    .accessibility-menu-body div.accessibility-menu-item:nth-child(12) {
        border-bottom: none;
    }

    .accessibility-menu-body div.accessibility-menu-item.row:nth-child(13) {
        border-top: 1px solid #ebebeb;
    }
}

.accessibility-menu-item.active,
.accessibility-menu-item:hover {
    background-color: #f1f1f1;
}

.accessibility-menu-item input[type=button] {
    display: inline-block;
    direction: rtl;
    padding: 45px 0 0;
    width: 100%;
    border: none;
    outline: 0;
    background: center top no-repeat;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
}

.accessibility-menu-item span {
    color: #fff;
    font-size: 16px;
    display: none;
}

.accessibility-menu-item.row {
    width: 100%;
    height: auto;
    float: none;
    border-bottom: none !important;
    clear: both;
    border-left: none !important;
    padding: 10px 0;
    margin: 0;
}

    .accessibility-menu-item.row input[type=button] {
        padding: 5px 0;
        height: auto;
        width: 100%;
        clear: both;
        border: none;
        outline: 0;
        background: center top no-repeat;
        cursor: pointer;
        color: #000;
        font-size: 16px;
    }

.accessibility-menu-item input[type=button]#monochrome_btn {
    background-image: url(/images/accessebility/monochrome.png);
}

.accessibility-menu-item input[type=button]#blackwhite_btn {
    background-image: url(/images/accessebility/negative-alt.png);
}

.accessibility-menu-item input[type=button]#whiteblack_btn {
    background-image: url(/images/accessebility/negative.png);
}

.accessibility-menu-item input[type=button]#fontsizeinc_btn {
    background-image: url(/images/accessebility/font-plus.png);
}

.accessibility-menu-item input[type=button]#fontsizedec_btn {
    background-image: url(/images/accessebility/font-minus.png);
}

.accessibility-menu-item input[type=button]#readable_btn {
    background-image: url(/images/accessebility/font.png);
}

.accessibility-menu-item input[type=button]#whitecursor_btn {
    background-image: url(/images/accessebility/arrow-blank.png);
}

.accessibility-menu-item input[type=button]#blackcursor_btn {
    background-image: url(/images/accessebility/arrow.png);
}

.accessibility-menu-item input[type=button]#magnifier_btn {
    background-image: url(/images/accessebility/search.png);
}

.accessibility-menu-item input[type=button]#links_btn {
    background-image: url(/images/accessebility/links.png);
}

.accessibility-menu-item input[type=button]#headers_btn {
    background-image: url(/images/accessebility/title.png);
}

.accessibility-menu-item input[type=button]#alttext_btn {
    background-image: url(/images/accessebility/alt.png);
}

html body.acc-blackwhite > :not(.accessibility-menu-wrapper),
html body.acc-whiteblack > :not(.accessibility-menu-wrapper) {
    color: #000;
    background-color: #fff;
}

html body.acc-monochrome {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    overflow: visible;
}

html body.acc-blackwhite {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
    overflow: visible;
}

html body.acc-whiteblack {
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -ms-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    filter: contrast(1.5);
    overflow: visible;
}

html body.acc-readable,
html body.acc-readable * {
    font-family: Arial, sans-serif !important;
    font-style: normal !important;
}

html body.acc-whitecursor,
html body.acc-whitecursor * {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABohpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTYtMDktMjJUMTY6NDc6NTUrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE2LTA5LTIyVDE3OjIxOjMwKzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE2LTA5LTIyVDE3OjIxOjMwKzAzOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQjUzRjAxMzgwQ0YxMUU2OENEM0U3REI4NzdBQTA3NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQjUzRjAxNDgwQ0YxMUU2OENEM0U3REI4NzdBQTA3NiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjE0MUZCRDdFQ0Q4MEU2MTFCM0VGRjQ0ODEzNzUxQ0Y1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIgc3RFdnQ6d2hlbj0iMjAxNi0wOS0yMlQxNjo0Nzo1NSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTUxRkJEN0VDRDgwRTYxMUIzRUZGNDQ4MTM3NTFDRjUiIHN0RXZ0OndoZW49IjIwMTYtMDktMjJUMTc6MDk6NDkrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNTFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNDFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjUQNlMAAAUmSURBVHja1FkLSKRVFD6j47NRI9fB0GrQxMVA0TSQFoTwWQq7PnCliAQVgsUHayizaWlokCAuyYIYLkL5bFkVW8VFbaRERKEUUdFUVjHfrjr5Sv37zo8z6ILO2Mw00weH/7/n3v+fb85/zzn3nkuCINBlolar7cLDwx9JJJI7EDKFaDAwMEC6+LBISQdWV1edVCpVDAbfRNMaP3KfzAwrfQZZW1vveXp68tgKkP/y/0Ba2N/fF/Lz86mkpITbX4B4mcVbWmSOuaRUKqm4uJibuWhX4yqxaNJHR0fitaCggCoqKvg2DcTrcLW1WNJnkZWVRTU1NSSVSm+D+COonCyeNCM1NZUaGxvJwcEhFsSfQHXNohzxoo74+Hh6/Pgxubi43ADxTqg8LdrSGkRFRVFHRwfJ5fK3QfwpVN5mJ81R4zJrM0JDQ6mrq4sUCsV1jO+GKsCspO3t7QUkF+GU/IUICAgQifv6+r6BsV1Q3TAbaTiaXqQZPj4+1N3dTUFBQXKMb4cqwpzTQ294eHhQZ2cnhYWFueDZNqhumcsRr8Tczc2N2tvbKTo62h7Em6D6xCwh76oWl8lk1NraSsnJyVI8+xByx2JC3mWwtbWluro6SktL4+a3IP65xZMWf8DKiqqrqyknJ4ebX4H4N//pKs8QlJeXU1FREd9+hnc9sDhHvAiFhYUieeBTEP8eV6lFTo8XwdOkqqqKd0MfgngzVC9ZTPS4DBkZGVRfX8+OevM0lr9i0ZbWICkpiVpaWsjJyek9NDsgr9rY2BiX9Pb2ttGJx8TEUG9vL3l7e7+D5tPl5eU3jeqIJycnBpM8Pj6mnZ0dWlxcpImJCerv76fNzU2RvEQieQsbi76ZmRmda3KpqT7/6OiomBFXVla4dkJra2si2a2tLZH47u6uZt/JzrILUWP79hw7f3uzkW5oaKDS0lK+nYKsQNYg65A/Ic+4DsRtWHgDzvgc9zvYvm37+fnp9nhdJaiNjQ1nePmiUqkULgI+u4CsJ8zNzWl1+PyCo6MjE7inb1lscHBQr7KYQXtExuHhIaWkpFB6erpYF9EAmwGKjY0VE4m+sVhfvzEoI/LcTEhIoKampn00f25ra6OFhQVtf25uLlvSA9b52GwVprNYX1+nuLg4XjcfgFgi5LZarT7kbKdBSEgIRUSIm5dM3gSZdWnKUYB34SqVahtk46H6CbIM+bG2tvZcTM/OzubLdcj7ZiM9PT1NkZGRNDw8vALCH0D1RNOH9oP5+XmBayEaYPdCwcHB/KXuGisDW+k7NZBuCYFf/NxjY2MLIBiJrl9eGPorZKCyslI7nTg6ZGZmipUGyLtGMbUeIU/m7Oy8gKwleHl5MZMJEPG9JHx9xK/t6+vThr+9vT3Ns63GOAnQOQAO5+Tq6rp0GkF+w4+8riPussM9Q1Q5F8uxjubn/0Z/gMlJ85mLQqH4A+/sxw9c0/MM5R7XS6amprSkkcoFuVzOxL8zOWmWnp6e17AucNTMUT3EA0O38vLyzlmb27zOQL/C5KRnZ2dJs9a9wonVQ3d3dwGrOC1pvEeQyWRM/GtDSOsVPThVXxUc/paWlk6am5u1OkwzSkxM5FuuKbxssujBMjk5eWVLn1pQ5e/vz2txrbXHx8cFnu+c5U1qaQNwf2RkRKymnrU2/ohBqd2kpGFFzpbTvB7h1F9WVkaBgYE0NDTEfeP0b0/HTDk9TuWunZ2dgFjPU+IvSD2XgE16zGwE/HBwcHAL8jsI8hJwxNAX/iPAAC9paiEUHI9zAAAAAElFTkSuQmCC), auto;
}

html body.acc-blackcursor,
html body.acc-blackcursor * {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABohpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTYtMDktMjJUMTY6NDc6NTUrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE2LTA5LTIyVDE3OjIyOjM4KzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE2LTA5LTIyVDE3OjIyOjM4KzAzOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowM0JBQTk5RTgwRDAxMUU2ODc4N0MxNEI1QjEyODA3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowM0JBQTk5RjgwRDAxMUU2ODc4N0MxNEI1QjEyODA3MiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjE0MUZCRDdFQ0Q4MEU2MTFCM0VGRjQ0ODEzNzUxQ0Y1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIgc3RFdnQ6d2hlbj0iMjAxNi0wOS0yMlQxNjo0Nzo1NSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTUxRkJEN0VDRDgwRTYxMUIzRUZGNDQ4MTM3NTFDRjUiIHN0RXZ0OndoZW49IjIwMTYtMDktMjJUMTc6MDk6NDkrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNTFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNDFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXyzZcAAARTSURBVHja1FlNSFRRFL6j48zoODpqBFFQkguxRYsgiFxETEXWQqNFFESIEEG1yXZBQbSpTRJIElhBRVa2iLJIgowioZVtQgoXWoSOP+P8z6jz+r7HvfKSnBl/nu914TD3nPf3vfPO+c65d4SmaSKbRKNRdyAQ6HY4HGchwgxRo7+/X+TCQ3GKHCMYDPr6+voO4uRGPKAQpjZh8SjI5ySn05kowADwm1Cv/A+gNY6SkhLh8/moXIbthu09rUZ5ebkC3gr1DsRhe9BMgrKyMh085i0wPYK4bA86k8kIr9cr/H4/Tcdg68avz7agjeAVcDDKYeg9MK+zVSL+y0iPMzkrKioEiKUewN/AvMm2njYCLy4uFpWVlQS+A8B7Yd5qOWhZhbRswF0ul6iqqhKFhYW1OPUdzNstBe3xeDSAyoZbf7GioiIdOArRZuhvYa63DDQ+v0bg2UAr4ACsA8cLrIf+EuZ9VoZH3qyCENGBu93ucugvYG6yKhG1fG9I4EhKnVUAnJ/oCcynbEF5+QAnqyC8nNDvwnzWFpSXCzh7ZRYg8jn0WzBfsjVoBZyDwEtLS6lfhXp9zUDnm4zZGi3ZIV6Eqd1WiZgNOEETPOZnYHrA9YXtwmMx4LJDPAF5CvHagj1y9SuG1rZRcnmlbT29SIe4F6bXkA1sBVY9EY3L/ZUM3of3I3DZr+yEuXd0dLTG0kQkMBaYhfsbBDs3NydmZmZEIpHQvY7KyUPbmpubPwwNDeXsyZ1mfH4CJKhkMqmDWijGjRfpkDgkir4lhGs8awba6EnO6cVoNErTd8gYZBwyAfmN48PcB8Iv9UlcE8JvpKurK1xXV6eZDlrFZywW0z8z21PqXNHE43HO7+O0a/nci4sJ0ylPAQ6FQmJ6elpEIpG/FgV8CVlIvPmyiqmJSMB8yNTUFEMhCf19KpUSs7Oz86FCPsZ8I6YnLV/YGgEjcVLQj3IPBLY0Y1l5m59bevs8F0GWgSZgUtbExISAZ8PQj8D8CjIKeaZoTA1yMUYtpMES0ATMzz85OUlKG4N+COYew/F2HNdIdSre6Wl6HPMLq1WBC5bKvRLwT+j7Yf644LRPkH7JGvPXSW/vguxes+UWHqwRMEMCnhyEHoB9YJGXa0+n04KivI3VvKLC1rVajTsQw06GBWRAengwyyXckByht+cfgnIuvd2wGhs5OUEjJtNo3GOYfpYeHs5xSQLndZD++HUU/bHYoEyzmJ0zHTS4NtXZ2bkHnzcAr4/ned97YJCwkf4YHgSO+XGYtpieiNXV1SPwWHwJ9/2F858b6U+1oggV8vVp00EzqZYx2pELGSP90dtMSvkvgt+OWwhfSIlspIwreZZ2eJsb8C223PeAh9uYjExKtSCgtyX9Lbu0O4W5g9XyB2K7hlWRNEhhG4AX+CaW+e+Y2Qtbdn+36elgMCjC4XAcXP8YdnL9AblisZ2nOR4iFJogLEwd0L+u9IZ/BBgAy2WJQH1BMiwAAAAASUVORK5CYII=), auto;
}

html body.acc-magnifier {
    zoom: 1.5;
}

html body.acc-links > :not(.accessibility-menu-wrapper) a {
    text-decoration: underline !important;
}

html body.acc-headers > :not(.accessibility-menu-wrapper) [role=heading],
html body.acc-headers > :not(.accessibility-menu-wrapper) h1,
html body.acc-headers > :not(.accessibility-menu-wrapper) h2,
html body.acc-headers > :not(.accessibility-menu-wrapper) h3,
html body.acc-headers > :not(.accessibility-menu-wrapper) h4,
html body.acc-headers > :not(.accessibility-menu-wrapper) h5,
html body.acc-headers > :not(.accessibility-menu-wrapper) h6 {
    text-decoration: underline !important;
    font-weight: 700 !important;
}

html body.acc-alttext span.acc-tooltip {
    position: absolute;
    display: block;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 10px;
    margin-top: 20px;
    margin-left: -20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: hsla(0, 0%, 20%, .9);
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

    html body.acc-alttext span.acc-tooltip.visible {
        visibility: visible;
        opacity: 1;
    }

.btn-share::after {
    display: none;
}

.accessibility-menu-dropdown.show, .share-buttons.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-toggle.at:after {
    display: none;
}



input:-webkit-autofill ~ .form-validation,
input:-webkit-autofill ~ label {
    color: #000 !important;
}

.form-validation {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    color: #ec4242;
    transition: .3s;
}

.form-validation-left .form-validation {
    top: 100%;
    left: auto;
    right: 0;
}

.form-sm .form-validation {
    top: -16px;
}

.form-inline-1 .form-validation {
    left: 70px;
}


.star:before {
    position: absolute;
    content: '*';
    right: 0;
    top: 0;
    font-family: Arial;
    font-size: 12px;
    color: #ed1c24;
}


.gallery {
    margin-top: 40px;
}

    .gallery .item {
        width: 50%;
        float: right;
        margin: 0 0 5px;
        padding: 8px;
        overflow: hidden;
    }

    .gallery a {
        display: block;
        position: relative;
    }


        .gallery a .zoom {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(255, 17, 70, 0);
        }

        .gallery a:hover .zoom {
            background-color: rgba(0, 0, 0, 0.48);
            -webkit-transition: 0.3s linear;
            -moz-transition: 0.3s linear;
            transition: 0.3s linear;
        }

    .gallery .zoom i {
        font-size: 40px;
        color: rgba(255, 255, 255, 0);
        text-align: center;
        width: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        margin-top: -30px;
    }

    .gallery a:hover .zoom i {
        color: rgba(255, 255, 255, 1);
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        transition: 0.3s linear;
    }

@media (min-width:768px) {
    .gallery .item {
        width: 25%;
    }
}


.news_item .image {
    /* min-height: 200px; */
    background-color: #161617;
    display: block;
}


@media (max-width: 1299px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}


@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}


.fs-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}


.icon-style-1 {
    color: #fff;
}

.site-header .navbar-nav .nav-link.active, .site-header .navbar-nav .nav-link:hover, .site-header .navbar .dropdown:hover .dropdown-toggle, .site-header .dropdown-menu.megamenu .dropdown-item:hover {
    color: #fff !important;
}



.padding_bottom_large {
    padding-bottom: 16rem;
}

.padding_top_large {
    padding-top: 16rem;
}

.stuck-navbar .navbar {
    display: none;
}

.stuck-navbar .navbar {
    display: none;
}

    .stuck-navbar .navbar.fixedmenu {
        display: block;
    }

.view-project-page h3 {
    font-size: 2.5rem;
    font-weight: 200;
}

@media (min-width: 1400px) {
    .view-project-page .sections .container {
        /* max-width: initial; */
        /* padding: 1rem 5rem; */
    }
}

.view-project-page .sections .container .row {
    display: flex;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
}


.mobile .view-project-page .sections .container .row,
.tablet .view-project-page .sections .container .row {
    margin-left: -15px;
    margin-right: -15px;
}


    .view-project-page .sections .container .row .text-wrapper {
        max-width: 657px;
        margin: 0 auto;
    }

@media (max-width: 768px) {
    .view-project-page .sections .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .view-project-page .sections .container .row.row-50 > * {
            margin-bottom: 50px;
            padding: 0 15px;
        }

    .view-project-page h3 {
        font-size: 2.1rem;
        font-weight: 300;
        margin-bottom: 20px;
    }
}






.stuck-navbar {
    margin-bottom: 5rem;
}

.padding_top {
    padding-top: 5.5rem;
}

.site-header .fixedmenu {
    background-color: #161617;
}

.site-footer h3 {
    font-size: 2.1rem;
}

.hide {
    display: none;
}

#site-footer h3 {
    font-size: 2rem;
}

#site-footer > .container > .row {
    justify-content: center;
}

.contact-page {
    padding: 7rem 0;
}

    .contact-page a {
        color: #fff;
    }

    .contact-page .form-validation {
        left: 40px;
    }


    .contact-page .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .contact-page .row > * {
            padding-left: 15px;
            padding-right: 15px;
        }


.page-header.min {
    padding-top: 90px;
    padding-bottom: 40px;
}

    .page-header.min .overlay {
        display: none;
    }

    .page-header.min .offset-lg-3 {
        margin: 0;
        max-width: initial;
        flex: 1;
    }

    .page-header.min .page-titles {
        padding: 0;
    }

.contact-meta {
    margin-top: 30px;
}

@media(min-width:768px) {
    .contact-meta {
        margin-top: 0;
    }

    .page-header.min {
        padding-top: 130px;
        padding-bottom: 40px;
    }


    .contact-page .row {
        margin-left: -30px;
        margin-right: -30px;
    }

        .contact-page .row > * {
            padding-left: 30px;
            padding-right: 30px;
        }
}

b, strong {
    font-weight: 300;
}

.item-titles h1 {
    font-weight: 300;
    /* background-color: rgba(0, 0, 0, 0.15); */
    letter-spacing: -0.5px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.020343171448266806) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.020343171448266806) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.020343171448266806) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.item-titles p {
    /* display: none; */
}

footer {
    text-align: center;
}

@media(min-width:768px) {

    .item-titles p {
        display: block;
    }

    footer {
        text-align: right;
    }
}

@media(max-width:767px) {


    footer .d-table {
        display: inline-block !important;
    }

        footer .d-table.w-100 {
            width: auto !important;
        }
}


.item-titles p {
    font-size: 1.4rem;
    font-weight: 200 !important;
}















.quotes-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.single-post .quotes-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width:768px) {
    .gallery .item {
        width: 25%;
    }

    .quotes-block .quotes-block-quote {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .single-post .quotes-block .quotes-block-quote {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.quotes-block .quotes-block-quote .quotes-block-persons-image {
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}

    .quotes-block .quotes-block-quote .quotes-block-persons-image .shadow-helper {
        display: inline-block;
        position: relative;
        text-align: center;
    }

        .quotes-block .quotes-block-quote .quotes-block-persons-image .shadow-helper:after {
            content: "";
            display: block;
            position: absolute;
            top: 10px;
            bottom: 0;
            left: 10px;
            right: 10px;
            border-radius: 50%;
            box-shadow: 0 10px 20px 0 hsla(0, 0%, 46%, .3);
            z-index: 0;
        }

    .quotes-block .quotes-block-quote .quotes-block-persons-image img {
        position: relative;
        margin-bottom: 0 !important;
        border-radius: 50%;
        z-index: 10;
        display: inline-block;
        max-width: 100%;
        height: auto;
        width: 150px;
        min-width: 90px;
    }

.quotes-block .quotes-block-quote .quotes-block-quote-content {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 20px;
}

    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
        position: relative;
        color: #dbdbdb;
    }

.single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.25rem;
}

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text p {
        margin-bottom: 0 !important;
    }

.quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text p {
    margin-bottom: 0;
}

.quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text strong {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #dbdbdb;
}

.quotes-block .quotes-block-person {
    color: #ffffff;
    font-size: 24px;
    margin-top: 20px;
}

    .quotes-block .quotes-block-person strong {
        color: #dbdbdb;
        font-weight: 300;
        font-size: 20px;
    }

    .quotes-block .quotes-block-person .quotes-block-person-name {
        font-weight: 300;
        color: #ffffff;
        display: block;
    }

.quotes-block .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
}

    .quotes-block .slick-dots li + li {
        margin-right: .5rem;
    }

    .quotes-block .slick-dots li button {
        width: 13px;
        height: 13px;
        padding: 0;
        background-color: #d4d4d4;
        border-radius: 50%;
    }

        .quotes-block .slick-dots li button:before {
            font-size: 0;
        }

    .quotes-block .slick-dots li.slick-active button {
        width: 13px;
        height: 13px;
        background-color: #fff;
        box-shadow: 0 1px 0 0 #d4d4d4;
    }

.quotes-block.single {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0 1rem;
}

@media (min-width:768px) {
    .quotes-block.single {
        margin-bottom: 0;
        padding-bottom: 0;
        padding: 0 2rem;
    }

    .quotes-block .quotes-block-quote .quotes-block-persons-image img {
        width: 200px;
        min-width: 200px;
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-persons-image img {
        width: 130px;
        min-width: 130px;
    }

    .quotes-block .quotes-block-quote .quotes-block-quote-content {
        margin-bottom: 0;
        text-align: right;
        font-size: 1.3rem;
    }

        .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
            padding-right: 50px;
            padding-top: 20px;
            /* font-size: 1.625rem; */
        }
}

@media (min-width:1030px) {
    .quotes-block {
        padding-top: 0;
        padding-bottom: 4rem;
    }

        .quotes-block .quotes-block-quote {
            padding-top: 0;
            padding-bottom: 2.5rem;
            padding-right: 10%;
            padding-left: 10%;
        }

    .single-post .quotes-block .quotes-block-quote {
        padding-top: .8rem;
        padding-bottom: .8rem;
    }

        .single-post .quotes-block .quotes-block-quote .quotes-block-persons-image img {
            width: 130px;
            min-width: 130px;
        }

    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
        /* font-size: 20px; */
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
        padding-right: 85px;
        font-size: 1.2rem;
    }

    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text:before {
        display: block;
        width: 100px;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        border-radius: 60px;
        line-height: 100px;
        position: absolute;
        top: 0;
        right: 0;
        color: #ebebeb;
        font-size: 17rem;
        font-weight: 700;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        -ms-filter: fliph;
        filter: fliph;
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text:before {
        line-height: 60px;
        top: 8px;
        right: 20px;
        color: #d4d4d4;
        font-size: 6rem;
    }

    .single-post .quotes-block .quotes-block-person {
        padding-right: 85px;
    }
}


@media (min-width:768px) {
    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-person {
        /* font-size: 18px; */
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-person {
        font-size: 16px;
    }

    .quotes-block .quotes-block-persons-image,
    .quotes-block .quotes-block-quote-content {
        display: table-cell;
        vertical-align: middle;
    }

    .quotes-block.single .quotes-block-persons-image,
    .quotes-block.single .quotes-block-quote-content {
        vertical-align: top;
    }
}

#contact .item-titles {
    transition: 1s;
    opacity: 1;
}

#contact .contact-form-wrapper {
    transition: 3s;
    opacity: 0;
    display: none;
    width: 100%;
}

.width-100 {
    width: 100%;
}




div.form-error { /*display: none;*/
    color: #F36523;
}

input.form-error, textarea.form-error, select.form-error {
    /* border: 1px solid #f70000; */
    /* background-color: rgb(247 0 0 / 2%); */
}

    input.form-error + label + .input-group-addon {
        border: 1px solid #f70000;
        background-color: rgba(247, 0, 0, 0.2);
        border-right: none;
    }

    input.form-error:focus + label + .input-group-addon {
        border-color: rgba(227, 0, 127, 0.71);
    }

.form-control:focus + .input-group-addon {
    border-color: rgba(46, 46, 46, 0.4);
}


label.form-error {
    color: #f70000;
    font-weight: normal;
    font-size: 19px;
    text-transform: none;
    position: absolute;
    top: 4px;
    right: 27px;
    left: 36px;
    font-family: Arial;
    /* text-align: left; */
    margin: 0;
    /* line-height: 1.5; */
}

    label.form-error small {
        font-size: 13px;
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        color: #a4a2a2;
    }

select + label.form-error { /* right: 23px; */
}

.form-error.LTR + label.form-error {
    left: 0;
}

.form-control:focus {
    border-color: rgba(46, 46, 46, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-error.form-control:focus {
    /* border: 1px solid #f70000; */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fs-31 {
    font-size: 31px;
}

.fs-28 {
    font-size: 28px;
}

.flex {
    display: flex;
}

    .flex.center {
        align-items: center;
    }

.full-height {
    /*height: 100vh;*/
}




.item-titles p {
    font-weight: 200 !important;
    font-size: 17px;
    margin: 5px 0 11px;
}

.item-titles .button {
    font-size: 16px;
}

section.owl .fs-video {
    width: auto;
    height: 110%;
    right: -140px;
}

section .pp-tableCell {
    vertical-align: bottom;
}

section .overlay {
    opacity: 0.3 !important;
}

section .item-titles {
    padding: 20px 0;
}


section.giraffe .fs-video {
    height: 110%;
    width: auto;
    min-width: initial;
    right: auto;
    /*left: -191px;*/
    left: calc((66vw - 100vh) / 2);
}

section.cat-eyes .fs-video {
    width: auto;
    min-height: initial;
    height: 90%;
    right: -200px;
    bottom: auto;
    top: -90px;
}

section.cat-eyes canvas.fs-video {
    right: -130px;
}


section.lion .fs-video {
    height: 100%;
    width: auto;
    right: calc(100vw - 100vh - 20px);
}

section.butterfly .fs-video {
    /*left: -76px;*/
    left: calc(100vw - 100vh);
    right: auto;
    /*height: 60%;*/
    height: 100%;
    width: auto;
    min-height: initial;
    bottom: auto;
    top: 0;
}

.landscape section.butterfly .fs-video {
    left: -20vw;
}

section.gorilla .fs-video {
    min-width: initial;
    width: auto;
    height: 100%;
    min-height: initial;
    /*right: -257px;*/
    right: calc(100vw - 100vh);
}

section#contact .fs-video {
    bottom: 0;
    width: auto;
    height: 100%;
    /*right: -60px;*/
    right: calc((121vw - 100vh) / 2);
}

.landscape section#contact .fs-video {
    right: -10vw;
    height: 100%;
    width: auto;
}

.landscape.desktop section#contact .fs-video {
    width: 100%;
    height: auto;
    right: 0;
}



.portrait section#contact .fs-video {
}

.item-titles h2 {
    font-size: 2.6rem;
    margin-bottom: 40px;
}

@media(min-width:992px) {
    .item-titles .button {
        font-size: 20px;
    }

    .item-titles p {
        margin: 15px 0 25px;
        font-size: 1.4rem;
        /* font-weight: 300 !important; */
        font-weight: 200 !important;
        color: #ccc;
    }

    section.owl .fs-video {
        width: 100%;
        height: auto;
        right: 0;
    }

    section.giraffe .fs-video {
        height: 110%;
        width: auto;
        min-width: initial;
        right: -120px;
        left: auto;
    }

    section.cat-eyes .fs-video {
        width: 100%;
        min-height: 100%;
        height: auto;
        right: 0;
        bottom: 0;
        top: auto;
    }

    section.lion .fs-video {
        width: auto;
        height: 105%;
        right: -130px;
    }

    section.butterfly .fs-video {
        left: -233px;
        right: auto;
        height: auto;
        width: 100%;
        min-height: 100%;
        bottom: 0;
        top: auto;
    }

    section.gorilla .fs-video {
        min-width: initial;
        width: auto;
        height: 100%;
        min-height: initial;
        right: 0;
    }

    section .pp-tableCell {
        vertical-align: middle;
    }

    section .item-titles {
        padding: 0;
    }



    section#contact .fs-video {
        bottom: -108px;
        width: 100%;
        height: auto;
        right: 0;
    }
}



@media (max-width: 768px) {
    h2 {
        font-size: 2.2rem;
    }
}

.popup-form-wrapper {
    position: relative;
}

.popup-form .main-title {
    padding-bottom: 30px;
}

    .popup-form .main-title h3 {
        font-size: 31px;
    }

.popup-button:hover {
    animation: popup-movement 800ms ease-in-out infinite;
}

.popup-button {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 50px;
    left: 50px;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(53, 53, 56, 0.80);
    background-image: url('/images/contact-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}

.popup-form {
    position: fixed;
    bottom: -570px;
    left: 0;
    z-index: 999;
    max-width: 410px;
    padding: 30px 25px 40px;
    background-color: rgba(53, 53, 56, 1);
    -webkit-transition: all 950ms ease;
    -moz-transition: all 950ms ease;
    -ms-transition: all 950ms ease;
    -o-transition: all 950ms ease;
    transition: all 950ms ease;
}


.close-popup-btn {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

@media (max-width:767px) {
    .popup-button {
        width: 60px;
        height: 60px;
        bottom: 10px;
        left: 10px;
        background-size: 45px;
    }

    .popup-form .main-title h3 {
        font-size: 25px;
    }
}


.puzzle {
    position: relative;
    max-height: 350px;
}

@media(max-width:768px) {
    .puzzle {
        display: none;
    }
}

.puzzle img {
    display: block;
    max-width: 150px;
    position: absolute;
    opacity: 0;
}

    .puzzle img:nth-child(1) {
        left: 150px;
        animation: falling-boxes 8s linear infinite;
        /*animation-delay: 3s;*/
    }

    .puzzle img:nth-child(2) {
        left: 250px;
        animation: falling-boxes 8s linear infinite;
        animation-delay: 4s;
    }

    .puzzle img:nth-child(3) {
        animation: falling-boxes 8s linear infinite;
        left: 420px;
        animation-delay: 6s;
    }

    .puzzle img:nth-child(4) {
        animation: falling-boxes 8s linear infinite;
        left: 450px;
        animation-delay: 2s;
    }

    .puzzle img:nth-child(5) {
        animation: falling-boxes 8s linear infinite;
        left: -50px;
        animation-delay: 2s;
    }

.icons-list, .icons-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}


    .icons-list.list-style-3 {
        display: flex;
        flex-wrap: wrap;
    }

        .icons-list.list-style-3 li {
            opacity: 0;
        }


            .icons-list.list-style-3 li.animation.play {
                animation: anim1 0.4s ease-in-out forwards;
            }


        .icons-list.list-style-3.fw {
            flex-direction: column;
        }

        .icons-list.list-style-3 li {
            display: flex;
            align-items: center;
            width: 100%;
            margin-bottom: 20px;
        }

        .icons-list.list-style-3.fw li {
            display: flex;
            /*align-items: flex-start;*/
            margin-bottom: 20px;
            width: auto;
        }



        .icons-list.list-style-3 li:before {
            display: block;
            width: 60px;
            height: 60px;
            min-width: 60px;
            content: '';
            margin-left: 20px;
            background-size: 90%;
            background-repeat: no-repeat;
            background-position: center;
        }


@media(min-width:1200px) {
    .icons-list.list-style-3 li:before {
        display: block;
        width: 80px;
        height: 80px;
        min-width: 80px;
        content: '';
        margin-left: 20px;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .icons-list.list-style-3 li {
        width: 50%;
        padding-left: 15px;
    }
}


.icons-list.list-style-3 li.responsive:before {
    background-color: #f29a15;
    background-image: url('/images/icons/responsive.png');
}

.icons-list.list-style-3 li.check:before {
    background-color: #6882a1;
    background-image: url('/images/icons/user-friendly.png');
}

.icons-list.list-style-3 li.seo:before {
    background-color: #91ce55;
    background-image: url('/images/icons/seo.png');
}

.icons-list.list-style-3 li.multilang:before {
    background-color: #33d1ad;
    background-image: url('/images/icons/multilang.png');
}

.icons-list.list-style-3 li.prices:before {
    background-color: #33d1ad;
    background-image: url('/images/icons/prices.png');
}

.icons-list.list-style-3 li.drag:before {
    background-color: #33d1ad;
    background-image: url('/images/icons/drag.png');
}

.icons-list.list-style-3 li.related:before {
    background-color: #6882a1;
    background-image: url('/images/icons/related.png');
}

.icons-list.list-style-3 li.barcode:before {
    background-color: #f29a15;
    background-image: url('/images/icons/barcode.png');
}

.icons-list.list-style-3 li.api:before {
    background-color: #f29a15;
    background-image: url('/images/icons/api.png');
}

.icons-list.list-style-3 li.coupons:before {
    background-color: #6882a1;
    background-image: url('/images/icons/coupon.png');
}

.icons-list.list-style-3 li.shipping:before {
    background-color: #91ce55;
    background-image: url('/images/icons/shipping.png');
}

.icons-list.list-style-3 li.report:before {
    background-color: #33d1ad;
    background-image: url('/images/icons/report.png');
}

.icons-list.list-style-3 li.checkout:before {
    background-color: #33d1ad;
    background-image: url('/images/icons/checkout.png');
}

.icons-list.list-style-3 li.invoice:before {
    background-color: #91ce55;
    background-image: url('/images/icons/invoice.png');
}

.icons-list.list-style-3 li.acc:before {
    background-color: #6882a1;
    background-image: url('/images/icons/acc.png');
}

.icons-list.list-style-3 li.chat:before {
    background-color: #f29a15;
    background-image: url('/images/icons/chat.png');
}

.icons-list.list-style-3 li.dream:before {
    background-color: #f29a15;
    background-image: url('/images/icons/dream.png');
}

.icons-list.list-style-3 li.other:before {
    background-color: #6882a1;
    background-image: url('/images/icons/other.png');
}











.icons-list.list-style-3 li.web-design:before {
    background-color: #f29a15;
    background-image: url('/uploads/icons/web-design.png');
}

.icons-list.list-style-3 li.web-check:before {
    background-color: #6882a1;
    background-image: url('/uploads/icons/website-check.png');
}


.icons-list.list-style-3 li.market-segment:before {
    background-color: #f29a15;
    background-image: url('/uploads/icons/market-segmentation.png');
}

.icons-list.list-style-3 li.target:before {
    background-color: #6882a1;
    background-image: url('/uploads/icons/target.png');
}

.icons-list.list-style-3 li.copywriting:before {
    background-color: #91ce55;
    background-image: url('/uploads/icons/copywriting.png');
}

.icons-list.list-style-3 li.market:before {
    background-color: #33d1ad;
    background-image: url('/uploads/icons/market.png');
}

.icons-list.list-style-3 li.optimization:before {
    background-color: #f29a15;
    background-image: url('/uploads/icons/optimization.png');
}

.icons-list.list-style-3 li.top-position:before {
    background-color: #6882a1;
    background-image: url('/uploads/icons/top-position.png');
}

.icons-list.list-style-3 li.sales:before {
    background-color: #91ce55;
    background-image: url('/uploads/icons/sales.png');
}





/*SwatchBook*/

.sb-container {
    position: relative;
    width: 150px;
    height: 400px;
    margin: 30px auto 70px auto;
    transform: translateX(46px);
}

@media(min-width:768px) {
    .sb-container {
        position: relative;
        width: 150px;
        height: 400px;
        margin: 30px auto 0 auto;
        transform: translateX(0);
    }
}


.sb-container div {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    background: #fff;
    height: 400px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    background-image: url(/images/fabric.png);
    -webkit-transform-origin: 25% 90%;
    -moz-transform-origin: 25% 90%;
    -o-transform-origin: 25% 90%;
    -ms-transform-origin: 25% 90%;
    transform-origin: 25% 90%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .sb-container div:nth-child(1) {
        background-color: #ea2a29;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
    }

    .sb-container div:nth-child(2) {
        background-color: #f16729;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 2px 2px 1px rgba(0,0,0,0.1);
    }

    .sb-container div:nth-child(3) {
        background-color: #f89322;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 3px 3px 2px rgba(0,0,0,0.2);
    }

    .sb-container div:nth-child(4) {
        background-color: #ffcf14;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 4px 4px 4px rgba(0,0,0,0.2);
    }

    .sb-container div:nth-child(5) {
        background-color: #ffea0d;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
    }

    .sb-container div:nth-child(6) {
        background-color: #87b11d;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 6px 6px 8px rgba(0,0,0,0.3);
    }

    .sb-container div:nth-child(7) {
        background-color: #008253;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 7px 7px 10px rgba(0,0,0,0.4);
    }

    .sb-container div:nth-child(8) {
        background-color: #3277b5;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 8px 8px 12px rgba(0,0,0,0.4);
    }

    .sb-container div:nth-child(9) {
        background-color: #4c549f;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 9px 9px 14px rgba(0,0,0,0.4);
    }

    .sb-container div:nth-child(10) {
        background-color: #764394;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 10px 10px 16px rgba(0,0,0,0.4);
    }

    .sb-container div:nth-child(11) {
        background-color: #ca0d86;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 11px 11px 18px rgba(0,0,0,0.4);
    }

    .sb-container div:last-child {
        background: #645b5c url(/images/cover.jpg) repeat center center;
        box-shadow: -1px -1px 3px rgba(0,0,0,0.2), 12px 12px 20px rgba(0,0,0,0.6), inset 2px 2px 0 rgba(255, 255, 255, 0.1);
    }

        .sb-container div:last-child:after {
            content: '';
            position: absolute;
            bottom: 15px;
            left: 15px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #dddddd;
            background: -moz-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
            background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dddddd), color-stop(48%,#58535e), color-stop(100%,#889396));
            background: -webkit-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
            background: -o-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
            background: -ms-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
            background: linear-gradient(135deg, #dddddd 0%,#58535e 48%,#889396 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#889396',GradientType=1 );
            box-shadow: -1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.1);
        }

    .sb-container div h4 {
        color: rgba(255,255,255,0.9);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        border-top: 1px dashed rgba(0,0,0,0.1);
        border-bottom: 1px dashed rgba(0,0,0,0.1);
        margin: 5px 0px 5px 0px;
        padding: 5px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .sb-container div:last-child h4 {
        background: rgba(0,0,0,0.2);
        box-shadow: 0 1px 1px rgba(255,255,255,0.1);
    }

    .sb-container div:last-child h5 {
        font-size: 50px;
        white-space: nowrap;
        text-align: left;
        margin: 0;
        padding: 0;
        position: absolute;
        line-height: 50px;
        top: 0px;
        left: 0px;
        color: #111;
        text-shadow: -1px -1px 1px rgba(255,255,255,0.1);
        text-transform: uppercase;
        -webkit-transform: rotate(-90deg) translateX(-157%) translateY(73px);
        -moz-transform: rotate(-90deg) translateX(-157%) translateY(73px);
        -o-transform: rotate(-90deg) translateX(-157%) translateY(73px);
        -ms-transform: rotate(-90deg) translateX(-157%) translateY(73px);
        transform: rotate(-90deg) translateX(-157%) translateY(73px);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

span.sb-icon {
    display: block;
    height: 70px;
    width: 70px;
    margin: 20px auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.sb-icon {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    line-height: 64px;
    width: 100%;
    /*font-size: 110px;*/
    color: #000;
    text-shadow: 0 0 1px #000;
}


.icon-seo {
    font-size: 110px;
    margin-top: 34px !important;
    margin-bottom: 9px !important;
}

.icon-speed {
    font-size: 90px;
    margin-top: 34px !important;
    margin-bottom: 10px !important;
}

.icon-api {
    font-size: 100px;
    margin-top: 34px !important;
    margin-bottom: 8px !important;
}

.icon-admin-panel {
    font-size: 89px;
    margin-top: 34px !important;
    margin-bottom: 9px !important;
}

.icon-approved-browser {
    font-size: 115px;
    margin-top: 34px !important;
    margin-bottom: 0px !important;
}

.icon-accessibility {
    font-size: 101px;
    margin-top: 34px !important;
    margin-bottom: 15px !important;
}

.icon-user-friendly {
    font-size: 98px;
    margin-top: 33px !important;
    margin-bottom: 10px !important;
}

.icon-technology {
    font-size: 85px;
}

.icon-responsive-design {
    font-size: 110px;
}



.icon-cog:before {
    content: '\35';
}
/* '5' */
.icon-flight:before {
    content: '\37';
}
/* '7' */
.icon-eye:before {
    content: '\34';
}
/* '4' */
.icon-install:before {
    content: '\39';
}
/* '9' */
.icon-bag:before {
    content: '\36';
}
/* '6' */
.icon-globe:before {
    content: '\38';
}
/* '8' */
.icon-picture:before {
    content: '\32';
}
/* '2' */
.icon-video:before {
    content: '\30';
}
/* '0' */
.icon-download:before {
    content: '\41';
}
/* 'A' */
.icon-mobile:before {
    content: '\42';
}
/* 'B' */
.icon-camera:before {
    content: '';
}
/* '3' */

.icon-responsive-design {
    margin-right: -2px !important;
}

.content img {
    height: auto !important;
}

.navbar .social-icons .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
}

    .navbar .social-icons .dropdown-menu.show {
        display: block;
        opacity: 1;
        visibility: visible;
    }

.wizard label.form-error {
    right: 9px;
    left: 20px;
}




    .phone-animation .wrapper {
        position: relative;
        /*width: 319px;
        height: 644px;*/
        width: 100%;
    height: auto;
        overflow: hidden;
        float: left;
    }
    .phone-animation .wrapper::after {
    content: '';
    display: block;
    padding-top: 200%;
}

@media(max-width:992px) {
    .phone-animation .wrapper {
        float: none;
        margin: 30px auto;
    }
}


.phone-animation .wrapper .l1 {
    background-image: url('/images/iphone-12-frame.png');
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.phone-animation.animation.play .wrapper .l2 {
    background-image: url('/images/ss/ifit-products-list.jpg');
    background-size: 93% auto;
    background-position: center 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 2;
    animation: ecom1 6s ease infinite;
    /*forwards*/
}

.phone-animation.animation.play .wrapper .l3 {
    background-image: url('/images/ss/ifit-product.jpg');
    background-size: 90% auto;
    background-position: center 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 1;
    animation: ecom2 6s ease infinite;
    animation-delay: 3s;
}


.shine-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}


.pb603 {
    background-position: -180px 0;
    background-size: 1200px;
    background-repeat: no-repeat;
}

.pb615 {
    background-repeat: no-repeat;
    background-position-x: -210px;
    background-position-y: 50px;
}

.pb1 {
    background-position: -110px -60px;
    background-size: 1360px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}


.mobile .pb1, .tablet .pb1 {
    background-size: cover;
    background-position: 0 10px;
}


.mobile.portrait .pb1, .tablet.portrait .pb1 {
    background-position: -90px center;
}



.mobile .pb615, .tablet .pb615 {
    background-size: auto 116%;
    background-position: center 0;
}


.mobile.portrait .pb615, .tablet.portrait .pb615 {
    background-position-y: 0;
    background-position-x: 27%;
}
.mobile .pb2, .tablet .pb2 {
    background-size: auto 116%;
    background-position: center 0;
}


.mobile.portrait .pb2, .tablet.portrait .pb2 {
    background-position-y: 0;
    background-position-x: 27%;
}

.mobile .pb603, .tablet .pb603 {
    background-size: auto 116%;
    background-position: center 0;
}


.mobile.portrait .pb603, .tablet.portrait .pb603 {
    background-position-y: 0;
    background-position-x: 27%;
}



.mobile.landscape .page-learn-more, .tablet.landscape .page-learn-more {
    bottom: 0px;
}

@media(max-width:767px) {

    .mobile.landscape .page-titles, .tablet.landscape .page-titles {
        width: 50%;
        flex: 0 0 50%;
    }
}


@media (max-width: 576px) {

    .align-xs-bottom, .align-xs-bottom.center {
        align-items: flex-end;
    }
}

.pb2 {
    margin-top: 0px;
    background-position-x: -150px;
    background-size: 1030px;
    background-repeat: no-repeat;
}

.check-list-1 {
    border: none;
    padding: 0 0 0 0;
    display: block;
    margin-top: -10px;
    margin-right: -39px;
    margin-left: 0;
}

    .check-list-1 > div {
        /* color: #fff; */
        /* font-size: 18px; */
        margin-left: 5px;
        display: flex;
        flex-direction: row;
    }

        .check-list-1 > div > em {
            margin-left: 15px;
        }

.overflow-xs-hidden {
    overflow: hidden;
}

@media(min-width:768px) {
    .overflow-xs-hidden {
        overflow: visible;
    }

    .pt-md-50 {
        padding-top: 50px;
    }
}


.bulb-container {
    width: 600px;
    max-width: 100%;
    height: 500px;
    position: relative;
}

    .bulb-container img {
        width: 100%;
        position: absolute;
    }

    .bulb-container .bulb-on {
        opacity: 0;
        animation: glow 6s linear infinite;
    }

@media(max-width:500px) {
    .bulb-container {
        height: 532px;
    }

    .bulb-col {
        margin-right: -20px;
        margin-left: -20px;
    }

    .row-xs-reverse {
        flex-direction: column-reverse;
    }
}

@media(max-width:376px) {
    .bulb-container {
        height: 405px;
    }
}

@media(max-width:321px) {
    .bulb-container {
        height: 335px;
    }
}


.page-615 .section-row {
    align-items: flex-start;
}

@media(max-width:500px) {
    .owl-dots {
        position: absolute;
        margin-top: 11px;
    }
}

.testi-box a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.aboutus {
    overflow-x: hidden;
}

.footer_panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .footer_panel ul.links {
        text-align: right;
    }

@media(max-width:767px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-40 {
        margin-top: 40px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

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

    .reverse-xs {
        flex-direction: column-reverse;
    }

    .aboutus .row.justify-content-xl-between.reverse-xs > .col-md-6 + .col-md-6 {
        margin-bottom: 30px;
    }
}

.pp-section.pp-table {
    overflow: hidden;
}



.mobile-share {
    position: absolute;
    width: 36px;
    padding: 9px 6px;
    margin-top: 2px;
    left: 119px;
    display: inline-block;
    font-size: 26px;
}

    .mobile-share a, .mobile-share a:hover, .mobile-share a:focus {
        color: #fff;
    }

    .mobile-share ul.share-buttons {
        right: -80px;
        font-size: 16px;
    }

    .mobile-share .share-buttons .sb-share-btn, .mobile-share .share-buttons a {
        direction: ltr;
        text-align: left;
    }

    .mobile-share .sb-icon-wrapper {
        margin-left: auto;
        margin-right: 10px;
    }


@media(min-width:768px) {
    .page-header.parallax {
        /* background-size: cover; */
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: center 0px;
        margin-top: 0px;
    }


    .mobile-share {
        display: none;
    }
}

.other-testimonials-header {
    padding: 50px 0 70px;
    text-align: center;
}

    .other-testimonials-header h3 {
        font-size: 2.1rem;
        font-weight: 300;
    }

@media(min-width:768px) {
    .other-testimonials-header h3 {
        font-size: 2.5rem;
    }
}

.page-header.min .page-titles {
    text-align: right !important;
}



/*---------Landscape / Mobile----------------*/

.landscape.mobile {
}

    .landscape.mobile .pp-tableCell .row {
        align-items: center;
        justify-content: flex-end;
        height: 100vh;
    }


    .landscape.mobile section.butterfly .fs-video {
        height: 100%;
    }

    .landscape.mobile section.giraffe .pp-tableCell .row,
    .landscape.mobile section.butterfly .pp-tableCell .row {
        justify-content: flex-start;
    }


.portrait .pp-tableCell [class^=col],
.portrait .pp-tableCell [class^=col] {
    margin: 0;
    max-width: 100%;
    flex: 0 0 100%;
}



.mobile .item-titles h2,
.tablet .item-titles h2 {
    margin-bottom: 20px;
}

.item-titles h2.font-xlight {
    font-weight: 300;
}

.mobile .fs-28 {
    font-size: 22px;
}

.mobile .item-titles h2 {
    font-size: 1.9rem;
    min-height: initial;
}

.mobile .main-title.bottom35 {
    margin-bottom: 15px;
}

.mobile.portrait .main-title.top50 {
    margin-top: 75px;
}


.landscape.mobile .pp-tableCell [class^=col] {
    width: auto;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
}

.landscape.mobile .pp-tableCell .item-titles {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

    .landscape.mobile .pp-tableCell .item-titles h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }


.mobile section#contact .container {
    overflow: auto;
    display: block;
    padding-bottom: 50px;
}

.mobile section#contact .contact-form-wrapper {
    height: auto;
    margin: 0;
}

.mobile section#contact .pp-tableCell .row {
    align-items: flex-start;
    justify-content: center;
    height: auto;
}

.mobile section#contact .pp-tableCell [class^=col] {
    width: auto;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}

.mobile section#contact .contact-form-wrapper.row > [class^=col] {
    display: flex;
    align-content: flex-start;
    justify-content: center;
}

    .mobile section#contact .contact-form-wrapper.row > [class^=col] > .contact-body {
        width: 450px;
        max-width: 100%;
    }




@media(min-width: 200px) {
    .landscape.mobile section.lion .fs-video {
        right: -80px;
    }

    .landscape.mobile section.giraffe .fs-video,
    .landscape.tablet section.giraffe .fs-video {
        height: 105%;
        left: -101px;
        right: auto;
    }

    .landscape.mobile section.gorilla .fs-video {
        right: -95px;
    }

    .landscape section.butterfly .fs-video {
        width: auto;
        height: 100%;
    }
}


.alert-danger {
    font-size: 1.2rem;
    border-radius: 70px;
    font-weight: 500;
}

.alert-dismissible .close {
    display: none;
}

.sidemenu_btn, .mobile-phone-btn, .mobile-share {
    top: 0;
}












.form-floating-pattern .form-group {
    position: relative;
}

    .form-floating-pattern .form-group::before {
        content: '';
        display: block;
        background-color: #ffffff;
        border-left: 2px solid #dddddd;
        position: absolute;
        top: 0px;
        right: -11px;
        width: 20px;
        height: 17px;
        -webkit-transform: skew(45deg);
        -moz-transform: skew(45deg);
        -o-transform: skew(45deg);
    }

    .form-floating-pattern .form-group.focus::before {
        border-left: 1px solid #000000;
    }

.form-group-error.form-group::before,
.form-group-error.form-group.focus::before {
    border-left: 1px solid #c8adb1;
}



.form-floating-pattern textarea, .form-floating-pattern input[type="text"], .form-floating-pattern input[type="password"], .form-floating-pattern input[type="email"], .form-floating-pattern input[type="url"], .form-floating-pattern input[type="tel"], .form-floating-pattern input[type="number"], .form-floating-pattern input[type="date"], .form-floating-pattern input[type="range"], .form-floating-pattern .form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    max-width: 100%;
}


label.floating-label {
    color: rgba(182,184,186,0.61);
    background-color: transparent;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 22px;
    left: 34px;
    z-index: -1;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
    transition: top 200ms, opacity 200ms;
    font-weight: 400 !important;
}

    label.floating-label.focus {
        color: rgba(182,184,186,0.61);
    }

label.floating {
    top: 1px;
    z-index: 1;
    padding: 6px 16px 0;
    opacity: 1 !important;
    font-size: 13px;
    font-weight: 400;
}

.form-floating-pattern .form-control {
    transition: top 200ms, opacity 200ms;
}

    .form-floating-pattern .form-control:focus {
        outline: 0;
    }

    .form-floating-pattern .form-control.floating {
        padding: 2rem 1.5rem 1rem;
    }


.form-floating-pattern .form-group > label.floating-label {
    right: 20px;
}

.textarea.float {
    background: transparent;
    color: #fff !important;
    padding: 1.5rem 1.5rem 1rem;
    border-radius: 30px;
    border-color: #9ca2a8;
    font-size: 1.2rem;
    font-weight: 300;
    height: auto;
}

    .textarea.float textarea {
        display: block;
        width: 100%;
        height: 70px;
        min-height: initial;
        background-color: transparent;
        border: none;
        transition: none;
        padding: 0;
        border-radius: 0;
        margin-top: -10px;
        margin-bottom: 10px;
    }

.mobile .textarea.float textarea {
    height: 50px;
}

.tablet.portrait .page-header.full-height, .tablet.portrait .page-header.full-height .full-height {
    height: 70vw;
    min-height: initial !important;
}

.textarea.float textarea,
.textarea.float textarea:focus,
.textarea.float textarea:active {
    background-color: transparent;
    border: none;
    outline: none;
}

    .textarea.float textarea.floating {
        margin-top: 0;
        margin-bottom: 0;
    }


.mobile .item-titles h1 {
    font-size: 2rem;
}

.portrait.mobile #site-footer > .container > .row [class^=col] {
    width: auto;
    flex: none;
    min-width: 210px;

}

 .mobile .page-title-615.item-titles h1 {
    font-size:2rem;
}


 .tablet .page-title-615.item-titles h1 {
    font-size:2.9rem;
    display:block;
}
.tablet .item-titles p {
    display:none;
}



.mobile .view-project-page.page-615,
.tablet .view-project-page.page-615 {
    padding-top:30px;
}


.mobile .view-project-page.page-2 .flex-md-row-reverse,
.tablet .view-project-page.page-2 .flex-md-row-reverse {
    flex-direction:column-reverse;
}
.mobile .view-project-page.page-2 .flex-md-row-reverse .col-md-5,
.tablet .view-project-page.page-2 .flex-md-row-reverse .col-md-5 {
    padding-top:30px;
    padding-bottom:30px;
}


@media(min-width:560px) {
    .mobile.landscape .view-project-page.page-615 .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
    .mobile.landscape .view-project-page.page-615 .row [class^=col] {
        max-width:500px;
        flex:0 0 500px;
    }

    .mobile.landscape .view-project-page.page-2 .row {
        display: flex;
        justify-content: center;
        
    }
    .mobile.landscape .view-project-page.page-2 .row [class^=col],
    .mobile.landscape .view-project-page.page-1 .row [class^=col] {
        padding-right: 25px;
    padding-left: 25px;
    }


    .mobile.landscape .view-project-page.page-603 .row .col-md-8 {
        max-width:60%;
    }
      .mobile.landscape .view-project-page.page-603 .row .col-md-4 {
        max-width:40%;
    }


}

.wweb {
    display:none !important;
}

#footer {
    display:flex !important;
    overflow-y:auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#footer::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#footer {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.home-blog {
    margin-top:100px;
}
    .home-blog .cbp-item {
        margin-bottom:30px;
    }
