/*--
 * Author: 伟致
 * @Copyright 2005-2020 wzcoder.com (http://www.wzcoder.com)
 * @Designed by : WZC
--*/

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    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-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    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.28571em;
    text-align: center;
}

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

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

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

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    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);
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

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

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

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

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
    -webkit-filter: none;
    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: #fff;
}

/* 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: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

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

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

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

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

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

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

.fa-gbp:before {
    content: "";
}

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

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

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

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

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

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

.fa-wheelchair:before {
    content: "";
}

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

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

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

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

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

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

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

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

.fa-git:before {
    content: "";
}

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

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

.fa-qq:before {
    content: "";
}

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

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

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

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

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

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

.fa-blind:before {
    content: "";
}

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

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

.fa-braille:before {
    content: "";
}

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

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

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

.fa-glide:before {
    content: "";
}

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

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

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

.fa-viadeo:before {
    content: "";
}

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

.fa-snapchat:before {
    content: "";
}

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

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

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

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

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

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

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

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

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

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

.fa-linode:before {
    content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
    content: "";
}

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

.fa-telegram:before {
    content: "";
}

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

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

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

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

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

.fa-shower:before {
    content: "";
}

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

.fa-podcast:before {
    content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

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

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/*-- container --*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 5147px) {
    .container {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1478px) {
    .container {
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1400px;
    }
}

/*-- //container --*/
/*-- play icon animation --*
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(230 191 0 / 57%), 0 0 0 10px rgb(230 191 0 / 37%), 0 0 0 10px rgb(230 191 0 / 57%);
  }

  100% {
    box-shadow: 0 0 0 5px rgb(230 191 0 / 57%), 0 0 0 10px rgb(230 191 0 / 37%), 0 0 0 px rgb(230 191 0 / 57%);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(230 191 0 / 37%), 0 0 0 10px rgb(230 191 0 / 57%), 0 0 0 10px rgb(230 191 0 / 57%);
  }

  100% {
    box-shadow: 0 0 0 5px rgb(230 191 0 / 57%), 0 0 0 10px rgb(230 191 0 / 57%), 0 0 0 20px rgb(230 191 0 / 37%);
  }
}

/*-- //play icon animation --*/
.btn-style,
.btn-style-1 {
    padding: 10px 36px;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 0;
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius);
}

.btn-style-1 {
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
}

.btn-style:hover,
.btn-style:focus {
    opacity: 0.9;
}

.btn-style-1:hover,
.btn-style-1:focus {
    color: #fff;
    background: var(--heading-color);
    border: 1px solid transparent;
}

.btn-white,
.btn-white-active {
    padding: 10px 36px;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 0;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: var(--border-radius);
}

.btn-white:hover,
.btn-white-active {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid #fff;
}

a.link-style {
    text-transform: capitalize;
    transition: all 0.5s ease;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

a.link-style:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 0px;
    height: 1px;
    bottom: 13px;
    transition: all 0.5s ease;
}

a.link-style:hover:before {
    width: 100px;
    transition: all .5s;
}

.grids-gap {
    padding-top: 20px;
}

.hny-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    margin: 1rem 0;
}

.fea-para {
    color: var(--text-color-secondary);
}

.hny-title.two {
    color: #fff;
}

.hny-title span {
    font-weight: 100;
}

.sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    color: var(--focus-color);
    text-transform: uppercase;
}

.sub-title span {
    color: var(--heading-color);
}

@media (max-width: 1080px) {
    .hny-title {
        font-size: 35px !important;
        line-height: 40px;
    }
}

@media (max-width: 800px) {

    .btn-style,
    .btn-style-1 {
        padding: 10px 30px;
    }
}

@media (max-width: 600px) {
    .hny-title {
        font-size: 32px !important;
        line-height: 38px;
    }

    .sub-title {
        font-size: 14px !important;
    }

    .btn-style,
    .btn-style-1 {
        padding: 10px 26px;
    }

    .btn-style,
    .btn-style-1 {
        padding: 10px 26px;
    }
}

@media (max-width: 378px) {
    .hny-title {
        font-size: 28px !important;
        line-height: 36px;
    }
}

@media (max-width: 375px) {
    .title-small {
        font-size: 14px !important;
        letter-spacing: .5px;
    }

    .hny-title {
        font-size: 24px !important;
        line-height: 34px;
    }

}

button.navbar-toggler .icon-close {
    display: block;
    color: var(--white);
}

button.navbar-toggler .icon-expand {
    display: none;
}

button.navbar-toggler.collapsed .icon-close {
    display: none;
}

button.navbar-toggler.collapsed .icon-expand {
    display: block;
    color: var(--white);
}

header {
    background-color: transparent;
    padding: 0px;
    transition: all 0.4s ease 0s;
    height: 90px;
    display: grid;
    align-items: center;
    box-shadow: none;
}

.navbar {
    padding: 0;
}

.navbar .navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: var(--white);
    margin-right: 3rem;
    display: block;
}

.navbar .navbar-brand span {
    color: var(--primary-color);
    font-weight: 400;
}

.navbar .navbar-brand:hover {
    opacity: 0.95;
}

.navbar .navbar-brand img {
    max-width: 140px;
    transition: all 0.5s ease;
}

.navbar-expand-xl .navbar-nav .nav-link span.fa {
    font-size: 14px;
    padding-left: 2px;
    font-weight: 700;
}

.navbar-expand-xl .navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-expand-xl .navbar-nav .nav-item.active .nav-link {
    color: var(--primary-color);
}


.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.navbar-expand-xl .navbar-nav .nav-link {
    text-transform: uppercase;
    transition: all 0.5s ease;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: var(--color-white)
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

a.dropdown-item {
    font-weight: 700;
    font-size: 1em;
    position: relative;
    color: var(--heading-color);
    padding-top: 0;
    display: block;
    width: 100px;
    padding-bottom: 14px;
}

a.dropdown-item:hover {
    color: var(--primary-color);
}

a.dropdown-item.active {
    background-color: transparent;
    color: var(--primary-color);
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    transform: translateX(-50px);
}

.navbar-expand-xl .navbar-nav .dropdown-menu:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--color-white);
    border: 1px solid var(--border-color);
    display: block;
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -7px;
    left: 49%;
    z-index: 1001;
}

header.nav-fixed {
    padding: 0px;
    background-color: var(--color-white);
    height: 80px;
    border-bottom: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

.navbar-dark .navbar-nav .show >,
.navbar-dark .navbar-nav .nav-link.show {
    color: var(--text-color-primary);
}

nav ul li {
    display: inline-block;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #eee;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 8px;
    background: var(--color-white);
    border: 1px solid var(--border-color);
    min-width: 13rem;
    padding: 1rem 0 .3rem;
}

.nav-fixed .navbar-expand-xl .navbar-nav .nav-link,
.nav-fixed .navbar-expand-xl .navbar-nav li a.search-search {
    color: var(--nav-color1);
}

.nav-fixed .mode-container i.gg-moon,
.nav-fixed .navbar .navbar-brand {
    color: var(--nav-color1);
}

.nav-fixed .navbar-expand-xl .navbar-nav li.nav-item.active .nav-link {
    color: var(--primary-color);
}

.navbar-brand__blue {
    visibility: hidden;
    display: none;
}

.nav-fixed .navbar-brand__light {
    visibility: hidden;
    display: none;
}

.nav-fixed .navbar-brand__blue {
    visibility: visible;
    display: block;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--text-color-primary);
    text-decoration: none;
    background-color: transparent;
}

/*--search--*/

.navbar li a.search-search {
    background: rgb(221 221 221 / 42%);
    font-size: 16px;
    line-height: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    padding: 0;
    text-align: center;
    color: var(--logo-color);
    display: inline-block;
    border: none;
}


.navbar li a.search-search:hover {
    background: var(--primary-color);
    color: #fff;
}


.navbar ul.navbar-nav.search-right {
    margin-left: auto;
    align-items: center;
    display: inline-grid;
    grid-template-columns: auto 1fr;
}

.navbar .popup form input[type="search"] {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    height: 55px;
    padding: 15px 20px 12px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-right: none;
}

.navbar .popup form button {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #F5F9FC;
    font-weight: 500;
    border: none;
    background: var(--primary-color);
    padding: 0 25px;
    border-left: none;
    border-radius: initial;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.navbar .popup form button:hover {
    opacity: .8;
}

.navbar .popup form input:focus {
    outline: none;
}

.navbar .pop-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background: #000000ba;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

.navbar .pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.navbar .popup {
    position: relative;
    margin: 0rem auto;
    padding: 15px;
    top: 50%;
    max-width: 600px;
}

.navbar .popup .close {
    position: absolute;
    right: 20px;
    top: -50px;
    transition: all 200ms;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

.navbar .popup .close:hover {
    opacity: 1;
}

/*--//search--*/
@media only screen and (max-width: 1440px) {
    .navbar-expand-xl .navbar-nav .nav-item {
        padding: 0 10px;
    }

    .navbar-expand-xl .nav_btn > li {
        padding: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar .navbar-brand img {
        max-width: 109px;
    }

    .navbar-expand-xl .btn-gradient {
        padding: 10px 20px;
        font-size: 14px;
    }

    .navbar-expand-xl .navbar-nav.nav_btn > li {
        margin-left: 0px;
    }

    .navbar-expand-xl .navbar-nav.nav_btn a.btn {
        padding: 10px 20px;
    }

    .navbar-expand-xl .navbar-nav.nav_btn a {
        font-size: 14px;
        padding: 0px;
    }
}

@media only screen and (max-width: 991px) {

    a.nav-link:before,
    a.dropdown-item:before {
        display: none;
    }

    .nav-fixed button.navbar-toggler.collapsed .icon-expand {
        color: var(--nav-color1);
    }

    .navbar form.search-box {
        display: block;
    }

    .navbar .search-right .popup form button {
        width: 100%;
        height: 60px;
        margin: 10px auto;
    }

    a.dropdown-item {
        width: auto;
    }

    .mobile-position {
        position: absolute;
        right: 40px;
        top: 13px;
    }

    .navbar .navbar-brand img {
        max-width: 140px;
    }

    .navbar .search-right {
        margin: 10px auto 0;
    }

    .navbar-toggler {
        border: 0 none;
        font-size: 22px !important;
    }

    .navbar-nav {
        -webkit-animation-name: none;
        animation-name: none;
        float: left;
        text-align: center;
        width: 100%;
        background: var(--color-white);
        padding: 20px;
        margin-top: 16px;
        border-radius: var(--border-radius);
        box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
    }

    .navbar-nav:last-child {
        border: 0;
    }

    .navbar-expand-xl .navbar-nav .nav-item {
        -webkit-animation-name: none;
        animation-name: none;
        padding: 0;
    }

    .navbar-expand-xl .navbar-nav.nav_btn > li {
        padding-bottom: 10px;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navbar-collapse {
        background: var(--color-white);
        border-radius: 6px;
    }

    .navbar-nav .dropdown-menu .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .navbar-expand-xl .navbar-nav .nav-item .nav-link.active::before {
        bottom: 0;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        display: inline-block;
        padding: 6px 0;
        text-align: center;
    }

    header {
        height: auto;
        padding: 15px 0;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        transform: translateX(0px);
        border: 1px solid var(--border-color);
    }

    header.nav-fixed {
        height: auto;
        padding: 10px 0;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        display: block;
        color: var(--nav-color1);
    }

    .navbar ul.navbar-nav.search-right {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    button.navbar-toggler {
        background-image: none;
        padding: 0;
        width: 34px;
        height: 34px;
        display: inline-block;
        background: var(--primary-color);
        border-radius: 4px;
        text-align: center;
    }

    nav.navbar .navbar-toggler-icon.fa {
        line-height: 1.2em;
        color: #fff;
        line-height: 34px;
        background-color: var(--primary-color);
        border-radius: 5px;
    }

    .navbar-toggler {
        padding: 0rem 0rem !important;
    }

    .navbar li a.search-search {
        color: var(--heading-color);
        display: inline-block;
        border: none;
    }

    .nav-fixed button.navbar-toggler.collapsed .icon-expand {
        color: var(--nav-color);
    }
}

@media only screen and (max-width: 800px) {

    #site-footer .copyright,
    #site-footer ul.footer-menu {
        text-align: center;
    }

    .mobile-position {
        position: absolute;
        right: 40px;
        top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .navbar-brand img {
        max-width: 200px;
    }

    .navbar .navbar-brand {
        font-size: 30px !important;
    }

    .mobile-position {
        top: 10px;
    }
}

@media only screen and (max-width: 384px) {
    .mobile-position {
        top: 6px;
    }
}

.wzc-main-slider li {
    list-style-type: none;
}

.wzc-main-slider .banner-info-bg h5 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.wzc-main-slider .banner-info-bg p {
    font-size: 1.4rem;
    color: #fff;
}

.wzc-main-slider .banner-info-bg ul {
    margin: 24px 0;
}

.wzc-main-slider .banner-info-bg {
    max-width: 90%;
    margin-top: 100px;
    margin-bottom: 30px;
}

.wzc-main-slider p.text-label {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.wzc-main-slider .banner-slider {
    position: relative;
    z-index: 1;
}

.wzc-main-slider .slider-info a img {
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.wzc-main-slider .banner-view {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    min-height: calc(100vh);
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
}

.wzc-main-slider .banner-top1 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}

.wzc-main-slider .banner-top2 {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
}

.wzc-main-slider .banner-top3 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
}

.wzc-main-slider .banner-view:before {
    content: "";
    /*background: rgb(0 0 0 / 55%);*/
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.wzc-main-slider .banner-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.wzc-main-slider .play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

.wzc-main-slider .play-view h6 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}

.wzc-main-slider .play-view span.video-play-icon {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding-left: 2px;
    width: 54px;
    height: 54px;
    line-height: 53px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    text-align: center;
    border: 1px solid #fff;
}

.wzc-main-slider .play-view span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    background-color: var(--primary-color);
    border: 1px solid rgba(255, 0, 0, 0.4588235294117647);
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: -40px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    background: transparent;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Styles for dialog window */
#small-dialog,
#small-dialog1,
#small-dialog2,
#small-dialog3 {
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}

div#small-dialog iframe,
div#small-dialog1 iframe,
div#small-dialog2 iframe,
div#small-dialog3 iframe {
    width: 100%;
    height: 420px;
    display: block;
    border-radius: 10px;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.95;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

@media (max-width: 1080px) {
    .wzc-main-slider .banner-info-bg h5 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .wzc-main-slider .banner-view {
        min-height: 600px;
    }

    .wzc-main-slider .banner-info-bg h5 {
        font-size: 66px;
        line-height: 72px;
    }

    .wzc-main-slider .owl-nav {
        display: none;
    }
}

@media (max-width: 800px) {
    .wzc-main-slider .banner-view {
        min-height: 500px;
    }

    .wzc-main-slider .banner-info-bg h5 {
        font-size: 43px;
        line-height: 50px;
    }

    .wzc-main-slider .banner-buttons {
        grid-template-columns: 1fr 2fr;
        grid-gap: 30px;
        margin-top: 50px;
    }
}

@media (max-width: 600px) {
    .wzc-main-slider .banner-view {
        min-height: 480px;
    }

    .wzc-main-slider .banner-info-bg {
        margin-top: 50px;
    }

    .wzc-main-slider .banner-buttons {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        margin-top: 50px;
    }

    .wzc-main-slider .banner-info-bg h5 {
        font-size: 40px;
        line-height: 48px;
    }

    .wzc-main-slider .play-view h6 {
        font-size: 14px;
        margin-left: 10px;
    }
}

@media (max-width: 415px) {
    .wzc-main-slider .banner-info-bg h5 {
        font-size: 36px;
        line-height: 46px;
    }

    .wzc-main-slider .play-view h6 {
        display: none;
    }
}

@media (max-width: 384px) {
    .wzc-main-slider .banner-info-bg h5 {
        font-size: 32px;
        line-height: 40px;
    }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@media (max-width: 600px) {

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .owl-dots {
        margin-top: 0px;
        position: absolute;
        right: 0px;
        bottom: 30px;
        background: none;
        left: 0;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
    }
}

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots {
    margin-top: 0px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: none;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 35px;
    margin: 0px;
    width: 50px;
    background: none;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    opacity: 1;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: 0.3s ease-in-out;
    color: var(--primary-color);
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
    outline: none;
    box-shadow: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 2px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    position: relative;
}

button.owl-next,
button.owl-prev {
    position: absolute;
    bottom: 50%;
}

button.owl-prev {
    left: 10px;
}

button.owl-next {
    right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--focus-color);
}

/*--/testimonials--*/

.owl-testimonial.owl-carousel.owl-theme .owl-dots.disabled,
.owl-testimonial.owl-carousel.owl-theme .owl-nav.disabled {
    display: none;
}

.owl-testimonial .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 35px;
    margin: 0px;
    width: 50px;
    background: none;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: none;
}


.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary-color);
    opacity: 1;
}

.owl-testimonial .owl-dots {
    margin-top: 0px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 30px;
    background: none;
}

.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 2px;
    background: #272121;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    position: relative;
    opacity: 0.4;
}

.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

/*--//testimonials--*/
@media all and (max-width: 640px) {
    .owl-dots {
        margin-top: 30px;
    }

    button.owl-next,
    button.owl-prev {
        position: absolute;
        bottom: 38%;
    }
}

/*--/content-5--*/
.wzc-content-5 {
}

.wzc-content-5 .content-5-grids {
    align-items: center;
}

.wzc-content-5 .icon-holder span.fa {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    transition: all 0.3s ease;
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 26px;
    background: #ffe5e5;
    text-align: center;
}

.wzc-content-5 h4 {
    font-size: 22px;
    line-height: 32px;
    color: var(--heading-color);
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .content-5-one:nth-child(2) {
        margin: 50px 0;
    }
}

/*--//content-5--*/
/*--/bottom-grids--*/
.wzc-bottom-grids {
}

.wzc-bottom-grids .bottomhny-grids-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    align-items: center;
}

.wzc-bottom-grids .bottomhny-1 {
    background: var(--footer-light);
    padding: 40px;
    min-height: 350px;
    display: grid;
    align-items: center;
}

.wzc-bottom-grids .bottomhny-2 {
    background: var(--footer-bg);
    padding: 40px;
    min-height: 350px;
    display: grid;
    align-items: center;
}

.wzc-bottom-grids .bottomhny-gd-ingf h4 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

.wzc-bottom-grids .bottomhny-1-img {
    background: url(../images/banner2.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    padding: 40px;
    min-height: 350px;
}

@media (max-width: 992px) {
    .wzc-bottom-grids .bottomhny-grids-sec {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .wzc-bottom-grids .bottomhny-grids-sec {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .wzc-bottom-grids .bottomhny-1,
    .wzc-bottom-grids .bottomhny-2 {
        min-height: 200px;
        padding: 20px;
    }

    .wzc-bottom-grids .bottomhny-1-img {
        padding: 20px;
        min-height: 300px;
    }
}

@media (max-width: 600px) {
    .wzc-bottom-grids .bottomhny-grids-sec {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .wzc-bottom-grids .bottomhny-gd-ingf h4 {
        font-size: 20px
    }

    .wzc-bottom-grids .bottomhny-1-img {
        padding: 20px;
        min-height: 200px;
    }
}

/*--//bottom-grids--*/
/*--/middle--*/
.middle {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
}

.middle:before {
    content: "";
    background: rgba(21, 17, 17, 0.81);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.welcome-left {
    max-width: 600px;
    margin-left: auto;
}

.welcome-left p {
    color: #fff;
    opacity: .8;
}

.welcome-left p a {
    color: var(--primary-color);
    font-weight: 600;

}

@media (max-width: 600px) {
    .welcome-left a {
        display: block;
    }
}

/*--//middle--*/
/*--/specification-6--*/
.wzc-specification-6 {
    /*--//responsive--*/
}

.wzc-specification-6 .specification-6-mian {
    background: #fff;
    background: url(../images/bg-t.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
}

.wzc-specification-6 .specification-6-mian::before {
    content: "";
    background: rgba(21, 17, 17, 0.81);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.wzc-specification-6 .story-6-grids {
    align-items: center;
}

.wzc-specification-6 .story-info h5 a {
    color: #ffff;
    line-height: 25px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 16px;
}

.wzc-specification-6 .story-info {
    margin-bottom: 16px;
}

.wzc-specification-6 .story-info h5 a:hover {
    color: #ff7315;
}

.wzc-specification-6 .skill_info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
}

.wzc-specification-6 .stats_left p {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.wzc-specification-6 .stats_left h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 0px 0;
    display: inline-block;
    line-height: 2.5;
}

.wzc-specification-6 p.counter-para,
.counter-sub-para {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 1080px) {
    .wzc-specification-6 .stats_left h4 {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .wzc-specification-6 .story-gd {
        margin-bottom: 2em;
    }

    .wzc-specification-6 .stats_left h4 {
        font-size: 16px;
    }

    .wzc-specification-6 .skill_info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 30px;
    }
}

@media (max-width: 667px) {
    .wzc-specification-6 .skill_info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 30px;
    }

    .wzc-specification-6 .stats_left h4 {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .wzc-specification-6 .skill_info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 20px;
    }

    .wzc-specification-6 .stats_left h4 {
        font-size: 13px;
    }

    .wzc-specification-6 .stats_left p {
        font-size: 40px;
        line-height: 19px;
    }
}

/*--//specification-6--*/

.features-4 {
    /*--//features4--*/
}

.features-4 .features4-block {
    background: var(--bg-light);
}

.features4-grid-inn {
    text-align: center;
}

.features-4 .features4-grid {
    margin-bottom: 30px;
}


.features-4 .features4-grid h5 a {
    font-size: 24px;
    line-height: 25px;
    color: #272121;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
}

.features-4 .features4-grid p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--text-color-secondary);
}

.features-4 span.fa.icon-fea4 {
    font-size: 40px;
    margin-bottom: 16px;
    color: var(--primary-color);
}

.features-4 .features4-grid h5 a:hover,
.features-4 .features4-grid:hover span.fa.icon-fea4 {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.img-featured {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.ch-info-wrap,
.ch-info {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.ch-info-wrap {
    top: 20px;
    left: 20px;
    background: #f9f9f9 url(../images/bg-t.jpg);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2),
    inset 0 0 3px rgba(115, 114, 23, 0.8);

}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center center;

    -webkit-backface-visibility: hidden;
    /*Just for webkit to have a smooth font*/
    display: grid;
    align-items: center;
}

.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    opacity: 0;
    background: var(--secondary-color);
    pointer-events: none;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 {
    background-image: url(../images/img1.jpg);
}

.ch-img-2 {
    background-image: url(../images/img2.jpg);
}

.ch-img-3 {
    background-image: url(../images/img3.jpg);
}

.ch-img-4 {
    background-image: url(../images/img4.jpg);
}

.ch-info h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0 15px;
    text-shadow: 0 0 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.3);
}

/*----*
.ch-info p {
  color: #fff;
  padding: 10px 5px 0;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: #e7615e;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
}

.ch-info p a:hover {
  color: #fff;
}

.ch-item:hover .ch-info-front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  opacity: 0;
}
/*----*/
.ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

@media all and (max-width: 1080px) {
    .img-featured {
        width: 200px;
        height: 200px;
        display: inline-block;
        margin: 10px;
    }

    .ch-info-wrap,
    .ch-info {
        position: absolute;
        width: 160px;
        height: 160px;
        border-radius: 50%;
    }

    .features-4 .features4-grid h5 a {
        font-size: 20px;
    }

}

@media all and (max-width: 767px) {
    .features-4 .features4-grid {
        margin-bottom: 20px;
    }

    .features-4 .features4-grid h5 a {
        font-size: 20px;
        line-height: 25px;
    }

    .ch-info h4 {
        font-size: 14px;
    }
}


/*--/content-6--*/
.wzc-content-6 .content-6-mian {
    background: var(--color-white);
}

.wzc-content-6 .content-info-in {
    align-items: center;
}

.wzc-content-6 .content-6-mian h4 {
    font-size: 22px;
    line-height: 32px;
    color: #101923;
    opacity: 0.9;
}

.wzc-content-6 .content-info-in p {
    line-height: 25px;
    font-size: 15px;
}


@media (max-width: 1440px) {
    .wzc-content-6 .counter-6-inf-left h4 {
        line-height: 70px;
        font-size: 50px;
        width: 60%;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 668px) {
    .wzc-content-6 .content-info-in p {
        line-height: 25px;
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .wzc-content-6 .content-6-mian h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

/*-- //Principles --*/
/*--services --*/
.w3-services-grids {
    align-items: center;
}

.w3-services-grids .causes-grid {
    margin-bottom: 30px;
}

.w3-services-grids .causes-grid-info {
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    border-radius: var(--border-radius);
}

.w3-services-grids h4.cause-title {
    font-size: 22px;
    margin: 16px 0 10px 0;
    line-height: 27px;
    font-weight: 700;
    color: #1C1717;
}

.w3-services-grids img {
    width: 100%;
}

.w3-services-grids h4.cause-title:hover {
    color: var(--primary-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.w3-services-grids p {
}

/*-- /progress --*/
.w3-services-grids span.progressText {
    color: #443737;
    line-height: 40px;
}

.w3-services-grids .barWrapper {
    margin-top: 1em;
}

.w3-services-grids .progress {
    height: 6px;
    overflow: visible !important;
}

.w3-services-grids .progress-bar {
    background: rgb(43, 57, 69);
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    overflow: visible !important;
}

.w3-services-grids .progress-box .progress-bar {
    position: relative;
    background-color: #ff4d00;
    box-shadow: none;
    -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    -ms-transition: all 3s ease 0s;
    -o-transition: all 3s ease 0s;
    transition: all 3s ease 0s;
    width: 0;
}

.w3-services-grids .value-holder {
    position: absolute;
    text-align: center;
    bottom: 15px;
    right: -29px;
    color: #ff4d00;
    line-height: 18px;
    font-weight: 700;
    border: 2px solid #ff4d00;
    border-radius: 0px;
    font-size: 12px;
    padding: 3px 4px 2px 4px;
}

.w3-services-grids .value-holder:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 8px;
    height: 8px;
    left: 50%;
    margin-left: -3px;
    bottom: -5px;
    border-bottom: 2px solid #ff4d00;
    border-right: 2px solid #ff4d00;
    transform: rotate(45deg);
}

/*-- //progress --*/
@media (max-width: 991px) {
}

@media (max-width: 600px) {
    .w3-services-grids .causes-grid-info .btn {
        width: 100%;
    }
}

@media (max-width: 415px) {
}

/*-- //services--*/
.wzc-content-4 {
    background: var(--bg-light);
}

.wzc-content-4 .content-info-in h6 {
    margin: 0px 0 6px 0;
}

.wzc-content-4 .content-info-in {
    align-items: center;
}

.wzc-content-4 .content-info-in h6 a {
    text-align: left;
    margin-bottom: 0;
    color: #101923;
    font-weight: 700;
    font-size: 20px;
}

.wzc-content-4 .content-info-in h6 a:hover {
    color: var(--secondary-color);
}

.wzc-content-4 .content4-icon {
    color: var(--primary-color);
    font-size: 30px;
    text-align: center;
}

.wzc-content-4 .content-4-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 40px;
}

.wzc-content-4 .content4-right-info {
    padding-left: 0;
}

.wzc-content-4 .content4-icon span.fa {
    margin-top: 4px;
    vertical-align: super;
}

.wzc-content-4 .content4-icon:hover span.fa {
    color: #ff4d00;
    transition: 0.3s ease;
}

@media (max-width: 992px) {
    .wzc-content-4 .content-right {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .wzc-content-4 .content4-icon {
        margin-bottom: 14px;
    }

    .wzc-content-4 .content-info-in h6 a {
        font-size: 22px;
    }

    .wzc-content-4 .content4-right-info {
        padding-left: 15px;
    }

    .wzc-content-4 .content4-icon span.fa {
        margin-top: 0px;
        vertical-align: middle;
    }
}

@media (max-width: 736px) {
}

/*--//content-4--*/
/*--/news--*/
.wzc-news {
    background: var(--bg-light);
}

.news-main-info .news-inner {
    transition: 0.3s ease-in;
    display: block;
    height: 100%;
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.wzc-news .news-main-info h4 a {
    font-size: 1.1rem;
    line-height: 28px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
}

.wzc-news .news-main-info p.date {
    font-size: 15px;
    margin-top: 8px;
    color: #949494;
}

.wzc-news img.news-image {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.wzc-news .blog-info {
    padding: 30px 25px;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.wzc-news .blog-info p {
    margin-top: 15px;
    color: var(--text-color-secondary);
}

/*--//news--*/

.wzc-team-main {
    /*-- team --*/
}

/*-- team --*/
.wzc-team-main .team-grids {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.wzc-team-main .team-grids h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.wzc-team-main .team-grids h6 {
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    font-weight: 300;
}

.wzc-team-main .social-icons-section a {
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    background: var(--secondary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 2px;
}

.wzc-team-main .social-icons-section a span.fa {
    line-height: 40px;
}

.wzc-team-main .team-grids img {
    border-radius: var(--border-radius);
    width: 100%;
}

.wzc-team-main .social-icons-section a:hover {
    color: #fff;
    background: var(--primary-color);
}

.wzc-team-main .team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    background: rgb(7 8 12 / 68%);
    padding: 2em 0;
    transition: .5s;
    -moz-transition: .5s;
    width: 100%;
    text-align: center;
    border-radius: 0px;
}

.wzc-team-main .team-grids:hover div.team-info {
    bottom: 0;
}

.wzc-team-main .social-icons-section,
.wzc-team-main .team-grids h6 {
    margin-top: 0.5em;
}

.wzc-team-main .caption {
    padding: 0px;
}

.wzc-team-main .team-info .social-icons-section a {
    margin: 0em .5em;
}

.wzc-team-main .social-icons-section {
    padding: 10px;
    margin-top: 10px;
}

/* team responsive */
@media (max-width: 1080px) {
    .wzc-team-main .team-grids h4 {
        font-size: 1em;
    }

    .wzc-team-main .about_grids h3 {
        font-size: 22px;
    }

    .wzc-team-main .about-in .card {
        padding: 1.5em .5em;
    }
}

@media (max-width: 991px) {
    .wzc-team-main .team-grids img {
        width: 100%;
    }
}

@media (max-width: 384px) {
    .wzc-team-main .team .row {
        padding: 0 10px;
    }

    .wzc-team-main .team .col-6 {
        padding: 0 5px;
    }
}

/*--/testiomials--*/
.wzc-testimonials {
}

.wzc-testimonials .slider-info {
    max-width: 90%;
    margin: 0 auto;
    border-radius: 0;
    padding: 0 4em 4em 4em;
}

.wzc-testimonials .img-circle {
    width: 120px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
    background: #f3f6f9;
    border-radius: 50%;
}

.wzc-testimonials .img-circle img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.wzc-testimonials .message {
    font-size: 18px;
    line-height: 30px;
    color: #1C1717;
    font-weight: 600;
    margin-top: 20px;
}

.wzc-testimonials .name {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: var(--primary-color);
    font-style: italic;
}

@media (max-width: 1024px) {
    .wzc-testimonials .slider-info {
        padding: 3rem 2rem;
    }
}

@media (max-width: 767px) {
    .wzc-testimonials .slider-info {
        padding: 2rem;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .wzc-testimonials .slider-info {
        padding: 2rem 15px;
    }

    .wzc-testimonials .message {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }
}

/*--//testiomials--*/
/*--/contact--*/
.wzc-contact-11 {
    /*--/responsive--*/
    /*--//responsive--*/
}

.wzc-contact-11 .cont-details p {
    color: var(--text-color-primary);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.wzc-contact-11 .hours h6 {
    color: var(--heading-color);
    font-size: 18px;
    line-height: 28px;
}

.wzc-contact-11 .hours p a {
    color: var(--text-color-secondary);
}

.wzc-contact-11 .hours p a:hover {
    color: var(--primary-color);
}

.wzc-contact-11 form.signin-form {
    text-align: left;
}

.wzc-contact-11 .form-inner-cont .form-input {
    margin-bottom: 15px;
}

.wzc-contact-11 .form-inner-cont input,
.wzc-contact-11 .form-inner-cont textarea {
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 0px 15px;
    margin-bottom: 25px;
    color: var(--text-color-secondary);
    height: 50px;
    text-align: left;
    -webkit-appearance: none;
    background: var(--color-white);
    padding-left: 15px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
}

.wzc-contact-11 .form-inner-cont input:focus,
.wzc-contact-11 .form-inner-cont textarea:focus {
    border: 1px solid var(--primary-color);
}

.wzc-contact-11 .form-inner-cont textarea {
    height: 125px;
    resize: none;
    padding: 15px 15px;
}

.wzc-contact-11 .btn-contact {
    min-width: 130px;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
    padding: 14px 18px;
    border-radius: 4px;
    transition: 0.3s ease;
    border: 1px solid var(--primary-color);
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
}

.wzc-contact-11 .btn-contact:hover {
    background: var(--secondary-color);
    color: #fff;
}

.wzc-contact-11 .map iframe {
    width: 100%;
    min-height: 500px;
    border: none;
}

@media all and (max-width: 991px) {
    .wzc-contact-11 .map iframe {
        min-height: 350px;
    }

    .wzc-contact-11 .contact-left.pr-lg-4 {
        order: 2;
        margin-top: 50px;
    }

    .wzc-contact-11 .form-inner-cont .form-input {
        margin-bottom: 2px;
    }

    .wzc-contact-11 .align-form-map {
        width: 100%;
        margin: 0 auto;
    }
}

@media all and (max-width: 600px) {
    .wzc-contact-11 .map iframe {
        min-height: 200px;
    }

    .wzc-contact-11 .btn-style {
        display: block;
        width: 100%;
    }

    .wzc-contact-11 .align-form-map {
        width: 100%;
        margin: 0 auto;
    }
}

@media all and (max-width: 568px) {
    .wzc-contact-11 .map iframe {
        min-height: 140px;
    }

}

/*--//contact--*/
/*--/breadcrumb--*/
.wzc-about-breadcrumb {
    background: url(../images/bg-t.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
}

.wzc-about-breadcrumb h2.title {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    padding-top: 60px;
}

.wzc-about-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #000;
    opacity: .7;
}

.wzc-about-breadcrumb .breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

ul.breadcrumbs-custom-path li a {
    color: var(--color-white);
}

ul.breadcrumbs-custom-path li a.home {
    color: var(--focus-color);
}

.wzc-about-breadcrumb .breadcrumbs-custom-path li span.fa {
    font-size: 12px;
    vertical-align: 2px;
}

@media (max-width: 991px) {

}

@media (max-width: 640px) {
    .wzc-about-breadcrumb h2.title {
        font-size: 34px;
    }

}

@media (max-width: 600px) {
    .wzc-about-breadcrumb h2.title {
        font-size: 30px;
    }
}

/*--//breadcrumb--*/

/*--/footer--*/
.wzc-footer-66 .footer-inner-main {
    background: var(--footer-bg);
}

.wzc-footer-66 .sub-one-left h2 {
    margin-bottom: 14px;
}

.wzc-footer-66 h2 a.navbar-brand {
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.wzc-footer-66 h2 a.navbar-brand span {
    color: var(--primary-color);
    font-weight: 400;
}

.wzc-footer-66 h2 a.navbar-brand span.fa {
    display: inline-block;
    color: #fff;
    font-size: 28px;
}

.wzc-footer-66 h6 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 34px;
    font-weight: 600;
}

.wzc-footer-66 .sub-two-right ul li {
    list-style: none;
}

.wzc-footer-66 .sub-two-right ul li span {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.wzc-footer-66 .sub-one-left p,
.wzc-footer-66 .sub-two-right p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.wzc-footer-66 .mid-footer-gd {
    display: grid;
    grid-template-columns:100%;
}

.wzc-footer-66 ul.social li,
.wzc-footer-66 ul.jst-link li {
    display: inline-block;
    margin-right: 5px;
}

.wzc-footer-66 ul.social li a {
    color: #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    background: var(--footer-light);
}

.wzc-footer-66 ul.social li a span.fa {
    line-height: 36px;

}

.wzc-footer-66 ul.social li a:hover {
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s ease;
}

.wzc-footer-66 .columns-2 {
    margin-top: 1.2em;
}

.wzc-footer-66 .columns p,
.wzc-footer-66 .columns p a {
    line-height: 26px;
    color: rgba(255, 255, 255, 0.5);
}

.wzc-footer-66 .sub-two-right ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 10px 0;
    display: block;
}

.wzc-footer-66 .sub-two-right ul li a:hover {
    color: var(--color-white);
}

.wzc-footer-66 .columns p a {
    color: rgba(255, 255, 255, 0.5);
}

.wzc-footer-66 .columns p a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

.wzc-footer-66 .copyright-footer ul li {
    display: inline-block;
}

.wzc-footer-66 .copyright-footer p, .wzc-footer-66 .copyright-footer a {
    font-size: 14px;
}

.wzc-footer-66 .right-side h4 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}

.wzc-footer-66 .copyright-footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    grid-gap: 20px;
}

.wzc-footer-66 .below-section {
    background: #14151F;
    padding: 16px 0;
    justify-content: space-between;
}

.wzc-footer-66 .column2 a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    line-height: 25px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

.wzc-footer-66 .sub-contact-info strong a {
    color: rgba(255, 255, 255, 0.5);
}

.wzc-footer-66 p.para-sep {
    text-align: center;
    margin-top: 10px;
    color: #7b7b7b;
    font-size: 16px;
}

.wzc-footer-66 p.para-sep a {
    color: #eee;
}

.wzc-footer-66 .href2 {
    margin-top: 10px;
    padding: 10px 0;
}

.wzc-footer-66 .contact-para {
    color: #cecece;
    line-height: 25px;
    font-size: 17px;
    margin-top: 10px;
}

.wzc-footer-66 ul.columns li {
    color: #6e6e71;
}

.wzc-footer-66 ul.columns li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 16px;
}

.wzc-footer-66 #movetop {
    display: none;
    position: fixed;
    bottom: 7px;
    right: 26px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 42px;
    height: 42px;
    background: var(--footer-bg);
    padding: 0;
    line-height: 42px;
    transition: 0.5s ease-out;
    border-radius: 50%;
}

.wzc-footer-66 #movetop:hover {
    background: var(--primary-color);
    color: #fff;
    opacity: 0.9;
}

.wzc-footer-66 .columns p {
    margin: 0;
}

.wzc-footer-66 a:hover,
.wzc-footer-66 ul.columns li a:hover,
.wzc-footer-66 .sub-two-right ul li a:hover {
    color: var(--color-white);
    transition: 0.3s ease;
}

.wzc-footer-66 form.footer-newsletter {
    display: flex;
}

.wzc-footer-66 .newsletter-grids-footer {
    align-items: center;

}

.wzc-footer-66 .newsletter-grids-footer h4 {
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
    opacity: 0.8;
}

.wzc-footer-66 .right-side {
    /*border-bottom: 1px solid #1d1f23;*/
    /*margin-bottom: 40px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.wzc-footer-66 .footer-newsletter input {
    padding: 0px 15px;
    width: 70%;
    border: none;
    background: var(--color-white);
    color: var(--text-color-primary);
    font-size: 16px;
    border-radius: var(--border-radius);
    text-align: left;
    float: left;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.wzc-footer-66 .footer-newsletter button.btn {
    padding: 0px 40px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    display: block;
    background: var(--primary-color);
    border: 1px solid transparent;
    width: 30%;
    text-transform: capitalize;
    float: right;
    height: 50px;
    line-height: 50px;
    margin-left: 2%;
    border-radius: var(--border-radius);
}

.wzc-footer-66 .footer-newsletter button.btn:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.footer-links .hny-title {
    font-size: 1.2rem !important;
    line-height: normal !important;
}

.footer-links a {
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 1280px) {
    .wzc-footer-66 h6 {
        font-size: 16px;
    }

    .wzc-footer-66 .mid-footer-gd {
        display: grid;
        grid-template-columns:100%;
    }

    .wzc-footer-66 ul.columns li a {
        margin: 0 10px;
    }
}

@media (max-width: 1080px) {
    .wzc-footer-66 h6 {
        font-size: 14px;
    }

    .wzc-footer-66 ul.columns li a {
        margin: 0 6px;
    }
}

@media (max-width: 991px) {
    .wzc-footer-66 h6 {
        font-size: 18px;
    }

    .wzc-footer-66 .copyright-footer {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        grid-gap: 20px;
        text-align: center;
    }

    .wzc-footer-66 form.footer-newsletter {
        display: flex;
        margin-top: 26px;
    }

    .sub-one-left:nth-child(3) {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .sub-one-left:nth-child(3) {
        margin-top: 0px;
    }

    .wzc-footer-66 .sub-one-left {
        margin-bottom: 40px;
    }

    .wzc-footer-66 #movetop {
        display: none;
        position: fixed;
        bottom: 7px;
        right: 30px;
    }

    .wzc-footer-66 .footer-newsletter button.btn {
        padding: 0px 20px;
    }

    .wzc-footer-66 .newsletter-grids-footer h4 {
        font-size: 15px;
    }

    .wzc-footer-66 .right-side {
        margin-top: 40px;
        padding-top: 40px;
    }
}

@media (max-width: 568px) {
    .wzc-footer-66 form.footer-newsletter {
        display: block;
    }

    .wzc-footer-66 .footer-newsletter input {
        padding: 0px 15px;
        width: 100%;
    }

    .wzc-footer-66 .footer-newsletter button.btn {
        padding: 0px 20px;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

/*--//footer--*/
/*--/list-blog--*/
.wzc-blog-single .bl-top {
    position: absolute;
    bottom: 0;
    min-width: 112px;
}

.wzc-blog-single .blog-item:not(:first-child) {
    margin-top: 3rem;
}

.wzc-blog-single .bl-top h4 {
    font-size: 18px;
    background: rgba(28, 23, 23, 0.66);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 0;
}

.wzc-blog-single .bl-top h6 {
    font-size: 20px;
    background: #272121;
    color: #272121;
    text-align: center;
    padding: 12px;
    font-weight: 600;
}

.wzc-blog-single .blg-img {
    position: relative;
}


.wzc-blog-single .blog-grid iframe {
    width: 100%;
    height: 200px;
}

.wzc-blog-single .blog .img-thumbnail {
    border: 1px solid #dcd6d6;
    padding: 3px;
    margin: 5px 15px 0 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.wzc-blog-single .single-left {
    background: var(--color-white);
}

.wzc-blog-single .blog aside {
    background: var(--color-white);
    margin-bottom: 30px;
    border-radius: var(--border-radius);
    padding: 20px;
    border: 1px solid var(--border-color);
}

.wzc-blog-single h3.aside-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.wzc-blog-single .form-inline.search-form {
    position: relative;
}

.wzc-blog-single .posts-grid-left img,
.wzc-blog-single .posts-grid img {
    border-radius: 0px;
}

.wzc-blog-single .search-form button.btn.search {
    color: var(--primary-color);
    font-size: 16px;
    width: 60px;
    letter-spacing: 0px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    display: inline-block;
}

.wzc-blog-single .search-form button.btn.search:focus {
    border-color: none !important;
    outline: none !important;
}

.wzc-blog-single .medi-top {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr auto;
}

.wzc-blog-single a.name {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
}

.wzc-blog-single a.rep {
    font-size: 16px;
    color: var(--heading-color);
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

.wzc-blog-single a.rep:hover {
    color: var(--primary-color);
}

.wzc-blog-single .bod-2 {
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
}

.wzc-blog-single .bod-3 {
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
}

.wzc-blog-single .bod-4 {
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
}

.wzc-blog-single .medi-top span {
    color: var(--heading-color);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--border-color);
    padding: 5px 10px;
    background: var(--color-white);
    border-radius: var(--border-color);
}

.wzc-blog-single .media {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto 1fr;
    margin-bottom: 20px;
}

.wzc-blog-single ul.tags-list li {
    display: inline-block;
    margin: 6px 2px 0 0;
}

.wzc-blog-single ul.tags-list li a {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 16px;
    display: inline-block;
    color: var(--heading-color);
    border: 1px solid var(--border-color);
}

.wzc-blog-single ul.tags-list li a:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.wzc-blog-single ul.category li {
    list-style: none;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 10px;
}

.wzc-blog-single ul.category li a label {
    font-size: 14px;
    margin-left: auto;
}

.wzc-blog-single ul.category li span {
    color: var(--primary-color);
    margin-right: 10px;
}

.wzc-blog-single ul.category li:last-child a {
    margin-bottom: 0;
}

.wzc-blog-single ul.category li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.wzc-blog-single .posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.wzc-blog-single .grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.wzc-blog-single .posts-grid a {
    display: block;
}

.wzc-blog-single .social-share {
    margin: 40px 0;
}

.wzc-blog-single .comments-grid-right p {
    margin-top: 15px;
}

.wzc-blog-single .comments {
    margin-bottom: 40px;
}

.wzc-blog-single .blog .form-control {
    width: 100%;
    color: var(--font-color);
    background: var(--color-white);
    padding: 12px 70px 12px 12px;
    font-size: 16px;
    height: 50px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    display: block;
}

.wzc-blog-single .single-left a.button-eff {
    margin-top: 2em;
}

.wzc-blog-single ul.admin-post li a {
    color: var(--text-color-secondary);
}

.wzc-blog-single nav.post-navigation {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.wzc-blog-single .admin-post a span {
    width: 20px;
    color: var(--primary-color);
}

.wzc-blog-single .single-left p img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    vertical-align: bottom;
}

.wzc-blog-single p.subscribe-text {
    font-size: 16px;
    margin-top: 10px;
    color: #7C6A6A;
    line-height: 25px;
}

.wzc-blog-single p.subscribe-text a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.wzc-blog-single .posts-grid-right h4 {
    line-height: 20px;
}

.wzc-blog-single .posts-grid-right h4 a {
    font-size: 17px;
    font-weight: 600;
    color: #1C1717;
}

.wzc-blog-single .wthree_courses_events_list li {
    display: inline-block;
    font-size: 14px;
    color: #888;
}

.wzc-blog-single ul.wthree_courses_events_list li span {
    color: #a0a0a0;
}

.wzc-blog-single .posts-grid-right h4 a:hover {
    color: #272121;
}

.wzc-blog-single .tags ul li {
    display: inline-block;
}

.wzc-blog-single .tags ul li a.text-bl {
    padding: 9px 10px;
    margin: 0 5px 10px 0;
    display: block;
    text-transform: capitalize;
    color: #777;
    font-size: 16px;
    background: #eee;
}

.wzc-blog-single .tags ul li a.text-bl:hover {
    background: #eaeaea;
    color: #999;
}

.wzc-blog-single .wthree_courses_events_list li a {
    color: #777;
}

.wzc-blog-single .comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px;
}

.wzc-blog-single .comments-grid-right ul li a {
    color: #1C1717;
    font-weight: 600;
}

.wzc-blog-single .comments-grid-right ul li a:hover {
    color: #333;
}

.wzc-blog-single .social-share a,
.wzc-blog-single .social-icons-section a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    transition: 0.3s;
    width: 30px;
}

.wzc-blog-single .single-left1 img {
    width: 100%;
}

.wzc-blog-single a.facebook {
    color: #3b5998;
}

.wzc-blog-single a.instagram {
    color: #c13584;
}

.wzc-blog-single a.pinterest {
    color: #bd081c;
}

.wzc-blog-single a.twitter {
    color: #1da1f2;
}

.wzc-blog-single .form-commets input[type="text"],
.wzc-blog-single .form-commets input[type="email"],
.wzc-blog-single .form-commets textarea {
    width: 100%;
    font-size: 16px;
    padding: 0px 15px;
    margin-bottom: 25px;
    color: var(--font-color);
    height: 50px;
    text-align: left;
    -webkit-appearance: none;
    background: var(--color-white);
    padding-left: 15px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    outline: none;
}

.wzc-blog-single .form-commets input[type="text"]:focus,
.wzc-blog-single .form-commets input[type="email"]:focus,
.wzc-blog-single .form-commets textarea:focus {
    border: 1px solid var(--primary-color);
}

.wzc-blog-single .form-commets textarea {
    min-height: 150px;
    padding: 15px 15px;
    resize: none;
}

.wzc-blog-single .media-form {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.wzc-blog-single .right-text {
    align-self: center;
}

.wzc-blog-single .admin-post li {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #dcd6d6;
    padding-right: 10px;
}

.wzc-blog-single .admin-post li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.wzc-blog-single .admin-post {
    border-bottom: 1px solid #dcd6d6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.wzc-blog-single aside.posts .social-icons-section {
    text-align: center;
}

.wzc-blog-single h4.author {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    text-transform: capitalize;
    color: #1C1717;
    text-align: center;
}

.wzc-blog-single .single-left2 {
    display: grid;
    grid-template-columns: .8fr 1fr;
    grid-gap: 30px;
    margin: 50px 0;
}

.wzc-blog-single ul.tag-list li {
    border: 1px solid #dcd6d6;
    padding: 10px;
    border-radius: 35px;
    display: inline-block;
    background: #f8f9fa;
}

.wzc-blog-single ul.tag-list li a {
    color: #7C6A6A;
    width: auto;
    font-size: 16px;
    height: auto;
    line-height: initial;
    padding: 0 10px;
}

.wzc-blog-single .social-share {
    display: grid;
    grid-template-columns: auto 1fr;
}

.wzc-blog-single .social-icons-section {
    text-align: right;
}

.wzc-blog-single .right-text-list li p {
    margin-bottom: 10px;
}

.wzc-blog-single .right-text-list li p span.fa {
    color: #272121;
    width: 22px;
    font-size: 14px;
}

.wzc-blog-single .right-text-list {
    margin: 30px 0;
    border-left: 1px solid #dcd6d6;
    padding-left: 25px;
}

.wzc-blog-single .leave-coment-form textarea {
    min-height: 100px;
    resize: none;
    width: 100%;
    border-radius: 50px;
}

.wzc-blog-single .mm_single_submit {
    text-align: left;
}

.wzc-blog-single .single-left1 a.blog-btn {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: var(--btn-color);
    background: #fff;
    border: 2px solid var(--btn-color);
    text-align: center;
    padding: 12px 35px;
    border-radius: 35px;
    margin-top: 10px;
    display: inline-block;
}

.wzc-blog-single .blog-btn:hover {
    color: #fff;
    background: #272121;
}

.wzc-blog-single .btom-cont {
    border: 1px solid var(--border-color);
    padding: 2em;
    border-radius: var(--border-radius);
}

.wzc-blog-single .blog-pic .btom-cont {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.wzc-blog-single .blg-img img {
    border-radius: var(--border-radius);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
}

.wzc-blog-single h5.card-title a,
.wzc-blog-single h5.card-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--heading-color);
    font-weight: 600;
}

.wzc-blog-single h5.card-title a:hover {
    color: var(--primary-color);
}

.wzc-blog-single .single-left1 p a {
    color: #1C1717;
    font-weight: bold;
}

.wzc-blog-single .comments-grid-right h4 {
    font-size: 20px;
    color: #1C1717;
    text-transform: uppercase;
}

.wzc-blog-single .comments-grid-right h3 {
    font-weight: normal;
    color: #1C1717;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
}

.wzc-blog-single .no-margin {
    margin: 0 !important;
}

.wzc-blog-single p.address {
    margin-top: 5px;
    margin-bottom: 25px;
}

.wzc-blog-single .single-left1 iframe {
    width: 100%;
    height: 350px;
}

.wzc-blog-single .details-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 40px;
}

.wzc-blog-single .details-list li strong {
    color: var(--primary-color);
    font-weight: 600;
}

.wzc-blog-single .details-list li {
    color: #7C6A6A;
}

.wzc-blog-single .posts-grid-right span {
    color: #7C6A6A;
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
}

.wzc-blog-single .posts-grid-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.wzc-blog-single ul.category li a {
    color: var(--font-color);
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    width: 100%;
    transition: .3s ease;
}

.wzc-blog-single ul.category li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
    transition: .3s ease;
}

.wzc-blog-single ul.category li {
    margin-bottom: 10px;
    color: #7C6A6A;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.wzc-blog-single .blockquote {
    position: relative;
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}

.wzc-blog-single .icon-quote {
    position: absolute;
    top: 0px;
    left: 0px;
}

.wzc-blog-single .icon-quote span.fa {
    font-size: 60px;
    opacity: 0.1;
    transition: .3s;
}

.wzc-blog-single .side-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.wzc-blog-single ul.share-post li {
    list-style: none;
    margin-right: 4px;
    display: inline-block;
}

.wzc-blog-single ul.share-post li a {
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    display: inherit;
    border-radius: 50px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
}

.wzc-blog-single ul.share-post li a.facebook {
    background: #4267b2;
    border: 2px solid #4267b2;
    color: #fff;
}

.wzc-blog-single ul.share-post li a.facebook:hover {
    background: #305090;
    border: 2px solid #305090;
    transition: .3s;
}

.wzc-blog-single ul.share-post li a.twitter {
    color: #fff;
    background: #00aced;
    border: 2px solid #00aced;
}

.wzc-blog-single ul.share-post li a.twitter:hover {
    background: #06a6e2;
    border: 2px solid #06a6e2;
    transition: .3s;
}

.wzc-blog-single ul.share-post li a.instagram {
    background: #0077b5;
    border: 2px solid #0077b5;
    color: #fff;
}

.wzc-blog-single ul.share-post li a.instagram:hover {
    background: #026ea7;
    border: 2px solid #026ea7;
    transition: .3s;
}

.wzc-blog-single .listings-list li {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    border-bottom: 1px solid #dcd6d6;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.wzc-blog-single .listings-list li a {
    font-size: 16px;
    line-height: 25px;
    color: #7C6A6A;
}

.wzc-blog-single .pagination {
    margin-top: 3em;
}

.wzc-blog-single .pagination ul li {
    display: inline-block;
}

.wzc-blog-single .pagination ul li span.fa {
    color: var(--font-color);
}

.wzc-blog-single .pagination a {
    display: inline-block;
    color: var(--heading-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 600;
}

.wzc-blog-single .pagination a span {
    margin: 0;
}

.wzc-blog-single .pagination a.active,
.wzc-blog-single .pagination a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.wzc-blog-single a.not-allowed {
    cursor: not-allowed;
    color: #c3c2c2;
}

.wzc-blog-single .pagination .not-allowed:hover {
    opacity: 1;
    background: transparent;
    color: #c3c2c2;
}

.wzc-blog-single .main-cont-blog {
    max-width: 950px;
    margin: 0 auto;
}

.wzc-blog-single p.para-top-space {
    margin-top: 20px;
}

.wzc-blog-single p.quote-text {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.wzc-blog-single p.quote-text span {
    font-size: 35px;
    color: #ffffff45;
}

.wzc-blog-single p.quote-text span.fa.fa-quote-left {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.wzc-blog-single p.quote-text span.fa.fa-quote-right {
    vertical-align: text-top;
    margin-left: 10px;
}

.wzc-blog-single blockquote p a {
    color: #fff;
    font-weight: bold;
    margin-top: 1em;
    display: block;
    font-size: 20px;
}

.wzc-blog-single .img-circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background: #f3f6f9;
    border-radius: 50%;
}

@media all and (max-width: 1170px) {
    .wzc-blog-single .posts-grid-right span {
        font-size: 14px;
    }
}

@media all and (max-width: 1080px) {
    .wzc-blog-single .social-share {
        grid-template-columns: 1fr;
    }

    .wzc-blog-single .social-icons-section {
        text-align: left;
        margin-top: 10px;
    }
}

@media all and (max-width: 992px) {
    .wzc-blog-single .grid-colunm-2 {
        grid-template-columns: 1fr;
    }

    .wzc-blog-single .right-side-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .wzc-blog-single .pagination {
        display: none;
    }

    .wzc-blog-single .single {
        padding: 60px 0;
    }

    .wzc-blog-single .single-left1 {
        margin-bottom: 40px;
    }

    .wzc-blog-single .blog aside {
        margin-bottom: 0;
    }

    .wzc-blog-single .single-left1:nth-child(3) {
        margin-bottom: 20px;
    }

    .wzc-blog-single .btom-cont {
        padding: 30px 20px;
    }
}

@media all and (max-width: 768px) {
    .wzc-blog-single .right-side-bar {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .wzc-blog-single .single {
        padding: 60px 0;
    }

    .wzc-blog-single .details-list {
        grid-template-columns: 1fr 1fr;
    }

    .wzc-blog-single .blog aside {
        margin-bottom: 0px;
    }
}

@media all and (max-width: 640px) {
    .wzc-blog-single .media {
        display: grid;
        grid-gap: 20px 10px;
        grid-template-columns: auto 1.5fr;
        margin-bottom: 20px;
    }

    .wzc-blog-single .admin-post li {
        display: inline-block;
        margin-right: 6px;
        padding-right: 6px;
        font-size: 15px;
    }

    .wzc-blog-single .blockquote {
        font-size: 17px;
    }
}

@media all and (max-width: 568px) {
    .wzc-blog-single .single {
        padding: 50px 0;
    }

    .wzc-blog-single .single-left2 {
        grid-template-columns: 1fr;
        margin: 30px 0;
    }

    .wzc-blog-single .single {
        padding: 40px 0;
    }

    .wzc-blog-single .single-left2 {
        margin: 20px 0;
    }

    .wzc-blog-single .media img {
        width: 120px;
    }

    .wzc-blog-single .social-share {
        margin: 0px 0 20px;
    }

    .wzc-blog-single .comments-grid-right h4 {
        font-size: 18px;
    }

    .wzc-blog-single h5.card-title a,
    .wzc-blog-single h5.card-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .wzc-blog-single .single-left1 iframe {
        height: 250px;
    }

    .wzc-blog-single .text-right button.btn {
        width: 100%;
        display: block;
    }
}

@media all and (max-width: 480px) {
    .wzc-blog-single .btom-cont {
        padding: 30px 20px;
    }
}

@media all and (max-width: 415px) {
    .wzc-blog-single .side-title {
        font-size: 20px;
    }

    .wzc-blog-single .media .media {
        grid-template-columns: auto;
    }

    .wzc-blog-single .medi-top {
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }

    .wzc-blog-single .admin-post li {
        margin-right: 10px;
    }

    .wzc-blog-single .grid-col-2 {
        grid-template-columns: 1fr;
    }

    .wzc-blog-single .leave-coment-form input[type="text"],
    .wzc-blog-single .leave-coment-form input[type="email"],
    .wzc-blog-single .leave-coment-form textarea {
        margin-bottom: 15px;
    }

    .wzc-blog-single .details-list {
        grid-template-columns: 1fr;
    }

    .wzc-blog-single ul.tag-list li {
        padding: 5px;
    }

    .wzc-blog-single .media-form {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }

    .wzc-blog-single ul.tag-list li a {
        padding: 0 5px;
    }

    .wzc-blog-single .icon-quote span.fa {
        font-size: 40px;
    }

    .wzc-blog-single .blockquote {
        padding-left: 50px;
    }
}

@media all and (max-width: 384px) {

    .wzc-blog-single h5.card-title a,
    .wzc-blog-single h5.card-title {
        font-size: 18px;
    }

    .wzc-blog-single .media {
        grid-auto-flow: row;
    }
}

/*--//list-blog--*/

.map {
    min-height: 500px;
    width: 100%;
}

.map .BMap_Marker img {
    max-width: 100%;
    height: auto;
}

.iw_poi_title {
    color: #CC5522;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.cooperation-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

.wzc-article-page .article-body img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .wzc-article-page .article-body img {
        max-width: 100% !important;
        height: auto !important;
    }
}

.wzc-article-page .article-body table th, .wzc-article-page .article-body table td {
    vertical-align: middle;
}

.product-item .bl-top {
    border-radius: var(--border-radius);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
}

.qrcode-list li {
    max-width: 120px;
}
