@charset "UTF-8";

/*!
 *  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;
}

:root {
    --para-color: #888;
    --heading-color: #1c1c1d;
    --theme-light: #f6eedf;
    --theme-light: #efefef;
}

.noscroll {
    overflow: hidden;
    height: 100vh;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
}

.clear {
    clear: both;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.d-grid {
    display: grid;
}

.align-self {
    align-self: center;
}

button,
input,
select {
    -webkit-appearance: none;
    outline: none;
    font-family: 'Playfair Display', serif;
}

body a,
button,
.btn {
    cursor: pointer !important;
    font-family: 'Playfair Display', serif;
}

a,
a:hover {
    text-decoration: none;
}

iframe {
    border: none;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

.align-center {
    align-self: center;
}

.noscroll {
    min-height: 100vh;
    overflow: hidden;
}

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

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

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

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

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

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

/*-- //container --*/


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
}

body p {
    line-height: 26px;
    font-weight: 400;
    font-size: 15px;
    color: #595959;
    font-family: 'Lato', sans-serif;
}

body a {
    font-family: 'Lato', sans-serif;
}

.btn-style {
    padding: 0px 40px;
    color: #fff;
    height: 56px;
    display: inline-block;
    font-size: 16px;
    line-height: 52px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 6px;
    background-color: #ff1e56;
    border-color: #ff1e56;
}

    .btn-style:hover {
        background-color: #FF0040;
        border-color: #FF0040;
        color: #fff;
    }


h3.hny-title,
h3.hny-title.two {
    font-size: 36px;
    line-height: 46px;
    color: #1C1717;
    text-transform: capitalize;
    font-weight: 700;
}

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

.sub-font {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.sub-title,
.sub-title-1 {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #ff1e56;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.sub-title-1 {
    color: #fff;
}

p.title-para {
    margin: 0;
    width: 50%;
}

@media (max-width: 992px) {

    h3.hny-title,
    h3.hny-title.two {
        font-size: 30px;
        line-height: 40px;
    }

    p.title-para {
        margin: 0 auto;
        width: 80%;
    }
}

@media (max-width: 768px) {

    h3.hny-title,
    h3.hny-title.two {
        font-size: 26px;
        line-height: 35px;
    }
}

@media (max-width: 736px) {
    h3.title-small {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 384px) {

    h3.hny-title,
    h3.hny-title.two {
        font-size: 22px;
        line-height: 30px;
    }

    p.title-para {
        margin: 0 auto;
        width: 100%;
    }

    .sub-title,
    .sub-title-1 {
        font-size: 14px;
    }
}

.navbar .navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

    .navbar .navbar-brand span.sub-logo {
        color: #fff;
    }

    .navbar .navbar-brand span.fa {
        display: inline-block;
        color: #ff1e56;
        z-index: -1;
        margin-right: -42px;
        font-size: 36px;
    }

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

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

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

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    opacity: 1;
}

.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: rgba(255, 255, 255, 0.9);
}

.navbar-expand-lg .navbar-nav .nav-link.phone {
    text-transform: capitalize;
    transition: all 0.5s ease;
    padding: 14px 0 10px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: capitalize;
    transition: all 0.5s ease;
    padding: 10px 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    opacity: 0.8;
}

.navbar-expand-lg a.nav-link.donate.btn.btn-style {
    display: block;
    padding: 0px 30px;
    color: #fff;
    height: 46px;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s ease-in;
    border-radius: 4px;
    background-color: #ff1e56;
    border-color: #ff1e56;
}


a.dropdown-item {
    font-weight: 600;
    font-size: 17px;
    color: #444;
}

    a.dropdown-item:hover {
        color: #111;
    }

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

    .navbar-expand-lg .navbar-nav .dropdown-menu:before {
        content: '';
        width: 14px;
        height: 14px;
        background: #fff;
        border: 1px solid rgba(146, 141, 141, 0.27);
        display: block;
        border-right: none;
        border-bottom: none;
        transform: translateX(-50%) rotateZ(45deg);
        position: absolute;
        top: -8px;
        left: 49%;
        z-index: 1001;
    }

header {
    padding: 0px;
    transition: all 0.4s ease 0s;
    height: 90px;
    display: grid;
    align-items: center;
}

    header.nav-fixed {
        padding: 0px;
        background-color: #fff;
        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: #7C6A6A;
}

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 {
    min-width: 12rem;
    padding: 1rem 0;
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    opacity: 0.95;
}

.nav-fixed .phone a {
    color: #fff;
}

    .nav-fixed .phone a span {
        opacity: 1;
        color: #fff;
    }

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link {
    color: #272121;
}

    .nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link:hover {
        color: #ff1e56;
    }

.nav-fixed .navbar-expand-lg .navbar-brand {
    color: #272121;
}

    .nav-fixed .navbar-expand-lg .navbar-brand span.fa {
        color: #ff1e56;
    }

    .nav-fixed .navbar-expand-lg .navbar-brand span.sub-logo {
        color: #272121;
    }

.nav-fixed .navbar-expand-lg .search-right a.hnysearch-icon {
    color: #272121;
    border-left: 1px solid #272121;
    border-right: 1px solid #272121;
}

.nav-fixed .navbar-expand-lg .search-right .hamburger1 div {
    background: #272121;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff4d00;
    text-decoration: none;
    background-color: transparent;
}

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

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

@media only screen and (max-width: 1199px) {
    .navbar .navbar-brand {
        font-size: 28px;
    }

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

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

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

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

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

@media only screen and (max-width: 991px) {
    .popup {
        display: none;
    }

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

    .navbar-toggler {
        border: 0 none;
        font-size: 24px;
    }

    .navbar-nav {
        -webkit-animation-name: none;
        animation-name: none;
        float: left;
        text-align: center;
        width: 100%;
        background: #05000acc;
        padding: 20px;
        margin-top: 16px;
        border-radius: 6px;
    }

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

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

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

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

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

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

    .navbar-expand-lg .navbar-nav .nav-link {
        display: inline-block;
        padding: 10px 0;
        text-align: center;
    }

    header {
        height: auto;
        padding: 15px 0;
    }

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


    header.nav-fixed {
        height: auto;
        padding: 8px 0;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: none;
        padding: 0;
        width: 34px;
        height: 34px;
        display: inline-block;
        background: #272121;
        border-radius: 4px;
        text-align: center;
    }

    .navbar-toggler-icon.fa {
        font-size: 20px;
        line-height: 1.2em;
        color: #fff;
        line-height: 34px;
    }

    .navbar-toggler {
        padding: 0rem 0rem !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 1px solid rgba(0, 0, 0, 0);
        top: -3px;
        left: 50%;
        z-index: 1001;
    }
}

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

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

@media only screen and (max-width: 991px) {
    .w3l-top-header {
        position: relative;
        height: 73px;
    }

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

    .navbar {
        padding: 1rem 0rem !important;
    }

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

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

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

    .nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link {
        color: #fff;
    }
}

/*--/search--*/
.search-right form.search-box {
    display: block;
}

.search-right {
    display: flex;
    align-items: center;
}

    .search-right a {
        color: #fff;
    }

        .search-right a.hnysearch-icon {
            text-align: center;
            display: inline-block;
            margin: 0px 24px;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            padding: 0 6px;
        }

            .search-right a.hnysearch-icon span.fa.fa-search {
                width: 40px;
                font-size: 18px;
            }

        .search-right a:hover {
            color: #ff1e56;
        }

    .search-right .popup form input[type="search"] {
        padding: 15px 15px;
        border: none;
        background: #fff;
        color: #888;
        font-size: 16px;
        border-radius: 6px;
        margin: 0;
        text-align: left;
        height: 60px;
        width: 100%;
    }

    .search-right .popup form button {
        padding: 12px 15px;
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: 600;
        display: block;
        background: #ff1e56;
        border: 1px solid transparent;
        text-transform: capitalize;
        width: 100%;
        margin-top: 14px;
        height: 60px;
    }

        .search-right .popup form button:hover {
            background-color: #FF0040;
            border-color: #FF0040;
            color: #fff;
        }

    .search-right .popup form input:focus {
        outline: none;
        border: none;
    }

    .search-right .pop-overlay {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        transition: opacity 0ms;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.83);
        height: 100vh;
    }

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

    .search-right .popup {
        margin: 0rem auto;
        padding: 40px 50px;
        max-width: 500px;
        border-radius: 0px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .search-right .search-top {
        display: grid;
        grid-template-columns: auto 1fr 1fr;
        grid-gap: 30px;
        margin-top: 24px;
    }

        .search-right .search-top h4 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 16px;
        }

    .search-right .popup h3 {
        color: #fff;
        margin-bottom: 26px;
        text-align: center;
    }

    .search-right .search-top li {
        display: block;
    }

        .search-right .search-top li a {
            font-size: 16px;
            color: #fff;
            line-height: 28px;
        }

            .search-right .search-top li a:hover {
                color: #fff;
            }

    .search-right .close {
        position: absolute;
        top: 20px;
        right: 40px;
        transition: all 200ms;
        font-size: 40px;
        text-decoration: none;
        color: #fff;
        opacity: 1;
        background: none;
    }

        .search-right .close:hover {
            opacity: 0.8;
            background: none;
        }

@media (max-width: 991px) {
}

h2.logo a {
    color: #1c1717;
    font-weight: 600;
    font-size: 30px;
    padding: 0;
    margin: 0;
    font-family: 'Playfair Display', serif;
}

h5.widget-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

a.social-link {
    border: 2px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 2;
    margin-right: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 36px;
    transition: all .2s ease;
    border-radius: 4px;
}

ul.icon-rounded li {
    list-style-type: none;
    display: inline-block;
}

a.social-link.twitter {
    background: #1da1f2;
}

a.social-link.linkedin {
    background: #0077b5;
}

a.social-link.tumblr {
    background: #35465c;
}

ul.icon-rounded.address li {
    display: block;
}

    ul.icon-rounded.address li p a {
        font-weight: 600;
        color: #323232;
    }

        ul.icon-rounded.address li p a:hover {
            color: #ff1e56;
        }

    ul.icon-rounded.address li p span.fa {
        color: #323232;
        width: 16px;
        margin-right: 5px;
    }

.widget-menu-items .navbar-nav .nav-link {
    color: #323232;
}

    .widget-menu-items .navbar-nav .nav-link:hover {
        color: #ff1e56;
    }

@media (max-width: 768px) {

    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 0px;
    }
}

@media (max-width: 568px) {
    .modal.right.fade .modal-dialog {
        right: -400px;
    }

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        max-width: 400px;
        width: 400px;
    }

    .modal-content {
        padding: 30px;
    }
}

@media (max-width: 415px) {
    .modal.right.fade .modal-dialog {
        right: -90%;
    }

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        max-width: 90%;
        width: 90%;
    }

    h2.logo img {
        width: 50px;
    }

    h2.logo {
        font-size: 30px;
    }
}

/*-- humberger --*/
.hamburger1 {
    width: 30px;
    float: left;
    cursor: pointer;
    background: transparent;
}

    .hamburger1 div {
        height: 3px;
        background: #fff;
        width: 24px;
        margin: 5px 0px;
        transition: all 0.5s;
        border-radius: 0px;
        text-align: center;
    }

    /* first */
    .hamburger1:hover div:nth-child(1) {
        width: 12px;
        transition: all 0.5s;
    }

    .hamburger1:hover div:nth-child(2) {
        width: 18px;
        transition: all 0.5s;
    }

    .hamburger1:hover div:nth-child(3) {
        width: 30px;
        transition: all 0.5s;
    }

/*-- //humberger --*/
/*--main-slider--*/
.w3l-main-slider li {
    list-style: none;
}

.w3l-main-slider .banner-info-bg {
    max-width: 750px;
    margin-top: 100px;
    margin: 0 auto;
}

    .w3l-main-slider .banner-info-bg h5 {
        font-size: 80px;
        line-height: 86px;
        color: #fff;
        margin: 16px 0 30px 0;
    }

    .w3l-main-slider .banner-info-bg h4.sub-font {
        font-size: 20px;
        line-height: 40px;
        color: #ffac41;
        text-transform: capitalize;
    }

.w3l-main-slider .banner-slider {
    position: relative;
    z-index: 1;
}

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

.w3l-main-slider .banner-view {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
}

.w3l-main-slider .banner-top1 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-top2 {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-top3 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-info {
    background: url(../images/dots.png);
    height: 100vh;
    display: grid;
    align-items: center;
}

.w3l-main-slider .banhny-timing {
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    visibility: visible;
    text-align: left;
    letter-spacing: 5px;
    font-weight: 400;
    font-size: 16px;
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 1;
    position: absolute;
    right: -9%;
    bottom: 50%;
    z-index: 11;
}

.w3l-main-slider .banhny-left-botm {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 19px;
    margin: 0px;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
}

.w3l-main-slider .scrollhny-btn {
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 1;
}

.scroll-arrow {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    animation: arrow-wave 1s infinite;
    animation-direction: alternate;
}

    .scroll-arrow:nth-child(1) {
        animation-delay: 0.1s;
    }

    .scroll-arrow:nth-child(2) {
        animation-delay: 0.2s;
    }

    .scroll-arrow:nth-child(3) {
        animation-delay: 0.3s;
    }

@keyframes arrow-wave {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width:1080px) {
    .w3l-main-slider .banner-info-bg h5 {
        font-size: 70px;
        line-height: 78px;
    }
}

@media (max-width: 992px) {

    .w3l-main-slider .banner-info-bg h5 {
        font-size: 66px;
        line-height: 72px;
    }

    .w3l-main-slider .owl-nav {
        display: none;
    }

    .w3l-main-slider .banhny-timing {
        display: none;
    }

    .search-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .w3l-main-slider .banner-info-bg h5 {
        font-size: 56px;
        line-height: 66px;
    }

    .w3l-main-slider .banhny-left-botm {
        left: 0px;
        bottom: 60px;
        right: 0px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .w3l-main-slider .banhny-left-botm {
        letter-spacing: 0px;
        font-size: 17px;
    }

    .w3l-main-slider .banner-info-bg h4.sub-font {
        font-size: 16px;
        line-height: 24px;
    }

    .w3l-main-slider .scrollhny-btn {
        position: absolute;
        left: 50%;
        bottom: 20%;
        z-index: 1;
    }
}

@media (max-width:600px) {
    .w3l-main-slider .banner-info-bg h5 {
        font-size: 40px;
        line-height: 48px;
    }

    .w3l-main-slider .banhny-left-botm {
        left: 0px;
        bottom: 80px;
        right: 0px;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 415px) {
    .w3l-main-slider .banner-info-bg h5 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 384px) {
    .w3l-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-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-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.owl-theme .owl-dots {
    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: #ff0000;
    }

    .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: 8px;
        height: 8px;
        margin: 5px 2px;
        background: #fff;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 50%;
        position: relative;
        border: 8px solid #fff;
    }

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: #fff;
    border: 8px solid #ff1e56;
}

/*--/testimonials--*/
.owl-testimonial.owl-carousel.owl-theme .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: 6px;
        height: 6px;
        margin: 5px 2px;
        background: #000000;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 50%;
        position: relative;
        border: 6px solid #000000;
        opacity: 0.3;
    }

    .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: #ff1e56;
        border: 6px solid #ff1e56;
        opacity: 0.9;
    }

/*--//testimonials--*/
@media all and (max-width:768px) {
    .owl-dots {
        margin-top: 0px;
        right: 0px;
        bottom: 30px;
        left: 0;
    }

    button.owl-next,
    button.owl-prev {
        position: absolute;
        bottom: 38%;
    }
}

/*--/two-grids--*/
.w3l-index2 .img-one.content-mid {
    background: #323232;
    min-height: 100%;
    align-items: center;
    display: grid;
    padding: 0px 60px;
}

.w3l-index2 .img-info.content-mid {
    background: #323232;
    min-height: 100%;
    align-items: center;
    display: grid;
    padding: 0px 60px;
}

.w3l-index2 p {
    color: #fff;
    opacity: 0.8;
}

.w3l-index2 .img-one {
    overflow: hidden;
}

    .w3l-index2 .img-one img {
        display: block;
        transition: transform 0.3s linear;
        border-radius: 0;
        width: 100%;
    }

        .w3l-index2 .img-one img:hover {
            transform: scale(1.1);
            transition: transform 0.3s linear;
        }

@media (max-width:991px) {

    .w3l-index2 .img-one.content-mid,
    .w3l-index2 .img-info.content-mid {
        padding: 0px 40px;
    }
}

@media (max-width:767px) {

    .w3l-index2 .img-one.content-mid,
    .w3l-index2 .img-info.content-mid {
        padding: 0px 30px;
    }
}

/*--//two-grids--*/
.w3l-content-with-photo-4 {
}

    .w3l-content-with-photo-4 .content-photo-info {
        background: url(../images/middle.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;
    }

        .w3l-content-with-photo-4 .content-photo-info::before {
            content: "";
            background: rgba(255, 255, 255, 0.68);
            position: absolute;
            top: 0;
            min-height: 100%;
            left: 0;
            right: 0;
            z-index: -1;
        }

    .w3l-content-with-photo-4 .content-photo-grids {
        align-items: center;
        max-width: 600px;
        text-align: left;
    }

    .w3l-content-with-photo-4 .content-photo-info h4 {
        color: #101923;
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .w3l-content-with-photo-4 .servehny-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin: 30px 0 30px 0;
    }

        .w3l-content-with-photo-4 .servehny-1 a.ser1 {
            display: block;
            font-size: 15px;
            color: #323232;
            line-height: 20px;
            font-weight: 700;
            margin-bottom: 16px;
        }

            .w3l-content-with-photo-4 .servehny-1 a.ser1:hover {
                color: #ff1e56;
                transition: 0.3s ease;
            }

            .w3l-content-with-photo-4 .servehny-1 a.ser1 span.fa {
                color: #ff1e56;
                margin-right: 6px;
            }

    .w3l-content-with-photo-4 .content-photo-info p {
        line-height: 28px;
        padding-right: 30px;
        font-weight: 400;
    }

    .w3l-content-with-photo-4 .read-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

.read-buttons a.btn.btn-style.two {
    background: #000000;
    border: #000000;
}

@media all and (max-width: 992px) {
    .w3l-content-with-photo-4 .content-photo-grids {
        align-items: center;
    }

    .w3l-content-with-photo-4 .content-photo-info h4 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media all and (max-width:800px) {
    .w3l-content-with-photo-4 .servehny-1 a.ser1 {
        font-size: 15px;
    }
}

@media all and (max-width:667px) {
    .w3l-content-with-photo-4 .servehny-1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

@media all and (max-width:600px) {
    .w3l-content-with-photo-4 .read-buttons {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px 10px;
        width: 100%;
    }
}

@media all and (max-width:375px) {
}

/*--//content-with-photo-4--*/
/*--/bottom-grids--*/
.w3l-bottom-grids {
    background: #fafafa;
}

    .w3l-bottom-grids .bottomhny-gd-ingf p {
        max-width: 600px;
        margin: 0 auto;
    }

    .w3l-bottom-grids .bottomhny-gd-ingf h4 {
        font-size: 24px;
        line-height: 34px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 700;
    }


@media (max-width:992px) {
}

@media (max-width:767px) {
}

@media (max-width:600px) {
}

/*--//bottom-grids--*/
.features-grids-6 {
    background-color: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: -100px;
}

    .features-grids-6 .area-box {
        text-align: center;
        background-color: #ffffff;
        padding: 90px 50px;
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
    }

        .features-grids-6 .area-box.active,
        .features-grids-6 .area-box:hover {
            transition: .3s;
        }

    .features-grids-6 .grids-feature {
        text-align: center;
    }

        .features-grids-6 .grids-feature span.fa {
            font-size: 30px;
            display: block;
            background: transparent;
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            border-radius: 50%;
            color: #ff1e56;
            background: #ffe5ec;
            margin: 0 auto;
        }

        .features-grids-6 .grids-feature:hover span.fa {
            background: #ff1e56;
            transition: .3s;
            color: #fff;
        }

span.fa.fa-cogs.active {
    background: #ff1e56;
    transition: .3s;
    color: #fff;
}

.features-grids-6 a h4.title-head {
    color: #141414;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    margin: 30px 0 15px;
    display: inline-block;
}

    .features-grids-6 a h4.title-head:hover {
        color: #ff1e56;
    }

.features-grids-6 p {
    font-size: 16px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
}

@media (max-width: 991px) {
    .features-grids-6 {
        margin-bottom: 0px;
        padding: 4em 0;
    }
}

@media (max-width:767px) {
    .features-grids-6 .area-box {
        padding: 60px 40px;
    }
}

@media (max-width:736px) {
}

@media (max-width: 568px) {
}

@media (max-width: 480px) {
}

/*--/specification-6--*/
.w3l-specification-6 {
    background: #fff;
    background: url(../images/middle1.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;
}

    .w3l-specification-6 .specification-6-mian {
        z-index: 1;
        background: url(../images/dots.png);
        display: grid;
        align-items: center;
    }

    .w3l-specification-6 .story-6-grids {
        align-items: center;
    }

    .w3l-specification-6 .story-info h5 a {
        color: #ffff;
        line-height: 25px;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .w3l-specification-6 .story-info {
        margin-bottom: 16px;
    }

        .w3l-specification-6 .story-info h5 a:hover {
            color: #ff7315;
        }

    .w3l-specification-6 .skill_info {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: center;
        grid-gap: 20px;
    }

    .w3l-specification-6 .stats_left p {
        font-size: 60px;
        font-weight: 700;
        color: #ffac41;
    }

    .w3l-specification-6 .stats_left h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin: 10px 0 8px 0;
        display: inline-block;
    }

    .w3l-specification-6 p.counter-para,
    .counter-sub-para {
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        opacity: 0.8;
    }

@media (max-width:1080px) {
    .w3l-specification-6 .stats_left h4 {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .w3l-specification-6 .story-gd {
        margin-bottom: 2em;
    }

    .w3l-specification-6 .stats_left h4 {
        font-size: 16px;
    }

    .w3l-specification-6 .skill_info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 30px;
    }
}

@media (max-width:667px) {
    .w3l-specification-6 .skill_info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 30px;
    }

    .w3l-specification-6 .stats_left h4 {
        font-size: 16px;
    }

    .w3l-specification-6 .stats_left {
        margin-bottom: 20px;
    }
}

@media (max-width:380px) {
    .w3l-specification-6 .skill_info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 20px;
    }

    .w3l-specification-6 .stats_left h4 {
        font-size: 13px;
    }

    .w3l-specification-6 .stats_left p {
        font-size: 40px;
        line-height: 19px;
    }
}

/*--//specification-6--*/

/*--/video--*/
.w3l-about4 .new-block {
    display: grid;
    align-items: center;
    padding: 2rem 0;
}

.w3l-about4 .pop-img-ab {
    background: #fff;
    background: url(../images/banner3.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;
    min-height: 400px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
}

.w3l-about4 .history-info {
    z-index: 1;
    background: url(../images/dots.png);
    display: grid;
    align-items: center;
    min-height: 400px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
}

.w3l-about4 .middle-section {
    max-width: 950px;
    margin: 0 auto;
}

.w3l-about4 span.video-play-icon {
    background: #fff;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

.w3l-about4 img.video-popup-image {
    box-shadow: var(--card-box-shadow);
}

.w3l-about4 span.video-play-icon span {
    color: #ff1e56;
}

.w3l-about4 span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.w3l-about4 span.fa.fa-play {
    line-height: 55px;
}

.w3l-about4 .history-info {
    margin: 0 auto;
}

.w3l-about4 .play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

@media (max-width: 800px) {
    .w3l-about4 .middle-section a {
        margin-top: 40px;
    }

    .w3l-about4 .middle-section h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 667px) {
    .w3l-about4 .middle-section a {
        margin-top: 30px;
    }

    .w3l-about4 .middle-section h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .w3l-about4 .section-width p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 384px) {
    .w3l-about4 .middle-section a {
        margin-top: 25px;
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 20px rgba(255, 255, 255, 0.15);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 9, 0, 0.15), 0 0 0 20px rgba(255, 255, 255, 0.15), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 20px rgba(255, 255, 255, 0.15);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 20px rgba(255, 255, 255, 0.15), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

/* 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;
    font-family: Arial, Baskerville, monospace;
    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 {
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}

div#small-dialog iframe {
    width: 100%;
    height: 400px;
    display: block;
}

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


/*-- //Principles --*/

/*--services --*/
/*--//--*/
.w3l-content-4 {
}

    .w3l-content-4 .content-info-in h6 {
        margin: 0px 0 6px 0;
    }

    .w3l-content-4 .content-info-in {
        align-items: center;
    }

        .w3l-content-4 .content-info-in h6 a {
            text-align: left;
            margin-bottom: 0;
            color: #101923;
            font-weight: 700;
            font-size: 20px;
        }

            .w3l-content-4 .content-info-in h6 a:hover {
                color: #ff4d00;
            }

    .w3l-content-4 .content4-icon {
        color: #ff0000;
        font-size: 30px;
        text-align: center;
    }

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

    .w3l-content-4 .content4-right-info {
        padding-left: 0;
    }

    .w3l-content-4 .content4-icon span.fa {
        margin-top: 4px;
        vertical-align: super;
    }

    .w3l-content-4 .content4-icon:hover span.fa {
        color: #ff4d00;
        transition: 0.3s ease;
    }

@media (max-width: 992px) {
    .w3l-content-4 .content-right {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .w3l-content-4 .content4-icon {
        margin-bottom: 14px;
    }

    .w3l-content-4 .content-info-in h6 a {
        font-size: 22px;
    }

    .w3l-content-4 .content4-right-info {
        padding-left: 15px;
    }

    .w3l-content-4 .content4-icon span.fa {
        margin-top: 0px;
        vertical-align: middle;
    }
}

@media (max-width:736px) {
}

.w3-services-grids {
    align-items: center;
}

    .w3-services-grids .luxe-grid {
        margin-bottom: 30px;
    }


    .w3-services-grids h4.cause-title {
        font-size: 24px;
        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: #ff1e56;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

/*-- //progress --*/
@media (max-width:991px) {
}

@media (max-width:600px) {
    .w3-services-grids .luxe-grid-info .btn {
        width: 100%;
    }
}

@media (max-width: 415px) {
}

/*-- //services --*/
.w3l-progress-6 {
    background: url(../images/banner2.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;
}

    .w3l-progress-6 .progress-6-mian {
        z-index: 1;
        background: url(../images/dots.png);
        display: grid;
        align-items: center;
    }

    .w3l-progress-6 .progress-info-in {
        align-items: center;
    }

    .w3l-progress-6 .progress-6-mian p {
        color: #fff;
    }

    .w3l-progress-6 .progress {
        display: flex;
        height: 0.5em;
        overflow: hidden;
        font-size: 0.75rem;
        background-color: #fff;
        border-radius: 1rem;
    }

    .w3l-progress-6 h3 {
        text-align: left;
    }

    .w3l-progress-6 .progress-info {
        margin-bottom: 30px;
        text-align: left;
    }

    .w3l-progress-6 .progress-bar {
        background-color: #ffac41;
        transition: width 0.6s ease;
        opacity: 0.9;
    }

    .w3l-progress-6 .progress-bar-striped {
        background-image: none;
        background-size: 1rem 1rem;
    }

    .w3l-progress-6 h6.progress-tittle {
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 600;
    }

@media (max-width: 1440px) {
    .w3l-progress-6 .counter-6-inf-left h4 {
        line-height: 70px;
        font-size: 50px;
        width: 60%;
    }
}

@media (max-width: 991px) {
    .w3l-progress-6 .progress-gd:nth-child(2) {
        margin: 40px 0 0 0;
    }
}

@media (max-width: 668px) {
    .w3l-progress-6 .progress-6-mian h4 {
        font-size: 20px;
    }

        .w3l-progress-6 .progress-6-mian h4 span {
            font-size: 30px;
            line-height: 40px;
        }
}

@media (max-width: 568px) {
    .w3l-progress-6 .progress-6-mian h4 span {
        font-size: 26px;
        line-height: 26px;
    }
}


.w3l-content-4 .content-info-in h6 {
    margin: 0px 0 6px 0;
}

.w3l-content-4 .content-info-in {
    align-items: center;
}

    .w3l-content-4 .content-info-in h6 a {
        text-align: left;
        margin-bottom: 0;
        color: #101923;
        font-weight: 700;
        font-size: 20px;
    }

        .w3l-content-4 .content-info-in h6 a:hover {
            color: #ff1e56;
        }

.w3l-content-4 .content4-icon {
    color: #ff1e56;
    font-size: 30px;
    text-align: center;
}

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

.w3l-content-4 .content4-right-info {
    padding-left: 0;
}

.w3l-content-4 .content4-icon span.fa {
    margin-top: 4px;
    vertical-align: super;
}

.w3l-content-4 .content4-icon:hover span.fa {
    color: #ff4d00;
    transition: 0.3s ease;
}

@media (max-width: 992px) {
    .w3l-content-4 .content-right {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .w3l-content-4 .content4-icon {
        margin-bottom: 14px;
    }

    .w3l-content-4 .content-info-in h6 a {
        font-size: 22px;
    }

    .w3l-content-4 .content4-right-info {
        padding-left: 15px;
    }

    .w3l-content-4 .content4-icon span.fa {
        margin-top: 0px;
        vertical-align: middle;
    }
}

@media (max-width:736px) {
    .w3l-content-4 .content-info-in h6 a {
        font-size: 18px;
    }
}

.w3l-pricing-16-main {
    /* pricing-7*/
    /* //pricing-7*/
}

    .w3l-pricing-16-main .w3l-pricing-7 .w3l-pricing-7-gd-top {
        max-width: 1000px;
        margin: 0 auto;
    }

    .w3l-pricing-16-main .w3l-pricing-7-gd-left {
        padding: 50px 40px;
        -moz-transition: all .15s ease;
        -o-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background: #FaFaFa;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border: 1px solid #f0f0f0;
    }

        .w3l-pricing-16-main .w3l-pricing-7-gd-left.active,
        .w3l-pricing-16-main .w3l-pricing-7-gd-left:hover {
            background: #fff;
            box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
            border: 1px solid #f5f5f5;
        }

            .w3l-pricing-16-main .w3l-pricing-7-gd-left.active h3.title-sub,
            .w3l-pricing-16-main .w3l-pricing-7-gd-left:hover h3.title-sub {
                color: #ff1e56;
            }

    .w3l-pricing-16-main .w3l-pricing-7-top {
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
    }

    .w3l-pricing-16-main .w3l-pricing-7 h5 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #006989;
        font-weight: 600;
        background: rgba(0, 209, 205, 0.18);
        padding: 8px;
        border-radius: 30px;
        max-width: 150px;
        margin: 10px auto 30px;
    }

    .w3l-pricing-16-main .w3l-pricing-7 h6 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #ff1e56;
    }

    .w3l-pricing-16-main .w3l-pricing-7 h3.title-sub label {
        font-size: 18px;
        vertical-align: text-top;
        color: #595959;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
    }

    .w3l-pricing-16-main .w3l-pricing-7 h3.title-sub {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 25px;
        text-align: center;
        font-weight: 700;
    }

        .w3l-pricing-16-main .w3l-pricing-7 h3.title-sub span {
            font-size: 15px;
            line-height: 25px;
            color: #b1aeae;
            font-weight: 400;
            font-family: 'Lato', sans-serif;
        }

    .w3l-pricing-16-main .w3l-pricing-7 p.tick-info {
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
    }

    .w3l-pricing-16-main .w3l-pricing-7 p.pric-foot {
        text-align: center;
        font-size: 17px;
        line-height: 25px;
        margin-top: 40px;
    }

        .w3l-pricing-16-main .w3l-pricing-7 p.pric-foot a {
            font-size: 17px;
            line-height: 25px;
            font-weight: 700;
            text-decoration: none;
        }

    .w3l-pricing-16-main .w3l-pricing-7 ul.links li {
        list-style: none;
        margin-bottom: 14px;
        color: #595959;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 17px;
    }

    .w3l-pricing-16-main .w3l-pricing-7 li.tick-info span.fa {
        color: green;
        vertical-align: middle;
        width: 25px;
        line-height: 25px;
        height: 25px;
        background: rgba(0, 128, 0, 0.14);
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
    }

    .w3l-pricing-16-main .w3l-pricing-7 li.tick-info span.fa-times {
        color: #DB162F;
        background: rgba(253, 72, 78, 0.2);
    }

    .w3l-pricing-16-main .w3l-pricing-7 .w3l-pricing-7-gd-left:hover,
    .w3l-pricing-16-main .w3l-pricing-7 .w3l-pricing-7-gd-left.active {
        border: 1px solid rgba(51, 51, 51, 0.35);
        transition: 0.3s;
    }

    .w3l-pricing-16-main .w3l-pricing-7 p.pric-foot span {
        color: #fb1b26;
    }

    .w3l-pricing-16-main .w3l-pricing-7 .buy-button .buttonbg {
        width: 100%;
    }

    .w3l-pricing-16-main .w3l-pricing-7 li.tick-info.disable {
        opacity: .6;
    }

    .w3l-pricing-16-main .button-6 {
        width: 100%;
        float: none;
        margin-top: 40px;
    }

    .w3l-pricing-16-main a.btn {
        width: 100%;
    }

@media (max-width: 736px) {
    .w3l-pricing-16-main .w3l-pricing-7 p.pric-foot {
        margin-top: 25px;
    }

    .w3l-pricing-16-main .w3l-pricing-7 .w3l-pricing-7-gd-top {
        max-width: 400px;
    }
}

/* team */
.w3l-team {
    /*-- /team --*/
}

    .w3l-team .box16 {
        text-align: center;
        color: #fff;
        position: relative;
    }

        .w3l-team .box16 a {
            display: block;
        }

        .w3l-team .box16 .box-content,
        .w3l-team .box16:after {
            width: 100%;
            position: absolute;
            left: 0;
            border-radius: 8px;
        }

        .w3l-team .box16:after {
            content: "";
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            top: 0;
            transition: all .5s ease 0s;
        }

        .w3l-team .box16 .post,
        .w3l-team .box16 .title {
            transform: translateY(145px);
            transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
        }

        .w3l-team .box16:hover:after {
            background: rgba(0, 0, 0, 0.6);
        }

        .w3l-team .box16 img {
            width: 100%;
            height: auto;
        }

        .w3l-team .box16 .box-content {
            padding: 20px;
            margin-bottom: 20px;
            bottom: 0;
            z-index: 1;
        }

        .w3l-team .box16 .title a {
            font-size: 25px;
            font-weight: bold;
            text-transform: capitalize;
            color: #fff;
        }

        .w3l-team .box16 .post {
            display: block;
            padding: 0 0 8px 0;
            font-size: 15px;
        }

        .w3l-team .box16 .social li a span {
            font-size: 20px;
            color: #fff;
            line-height: 40px;
        }

        .w3l-team .box16:hover .post,
        .w3l-team .box16:hover .title {
            transform: translateY(0);
        }

        .w3l-team .box16 .social {
            list-style: none;
            padding: 0 0 5px;
            margin: 40px 0 25px;
            opacity: 0;
            position: relative;
            transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
            transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
        }

        .w3l-team .box16:hover .social {
            opacity: 1;
            transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
        }

        .w3l-team .box16 .social:before {
            content: "";
            width: 50px;
            height: 2px;
            background: #fff;
            margin: 0 auto;
            position: absolute;
            top: -23px;
            left: 0;
            right: 0;
        }

        .w3l-team .box16 .social li {
            display: inline-block;
        }

            .w3l-team .box16 .social li a {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                margin-right: 10px;
                transition: all .3s ease 0s;
                border-radius: 50%;
            }

                .w3l-team .box16 .social li a.facebook {
                    background: #3b5998;
                }

                .w3l-team .box16 .social li a.twitter {
                    background: #1da1f2;
                }

    .w3l-team .box17 .icon li,
    .w3l-team .box17 .icon li a {
        display: inline-block;
    }

    .w3l-team .box16 .social li:last-child a {
        margin-right: 0;
    }

@media only screen and (max-width: 990px) {
    .w3l-team .box16 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:600px) {
    .w3l-team .box16 {
        margin-bottom: 20px;
    }
}

.blog-post-main {
    /*--blog-left--*/
    /*--//blog-left--*/
    /*--/blog-right-*/
    /*--//blog-right-*/
    /*--/single-post-*/
    /*--//single-post-*/
}

    .blog-post-main .w3-blog-gridhny {
        margin-bottom: 3em;
        background: #FaFaFa;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border: 1px solid #f5f5f5;
    }

    .blog-post-main .author-cardview {
        background: #FaFaFa;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border: 1px solid #f5f5f5;
        padding: 20px;
    }

    .blog-post-main .date-content {
        padding: 20px 20px 0 20px;
        margin-bottom: 3px;
        display: flex;
        align-items: center;
        font-family: 'Lato', sans-serif;
    }

    .blog-post-main .date-content-info {
        padding: 0px 20px;
    }

    .blog-post-main span.day {
        line-height: 1;
        color: #ff1e56;
        font-weight: 700;
    }

    .blog-post-main span.year-hny {
        color: #595959;
        margin: 0px 6px;
    }

    .blog-post-main span.post-author a {
        color: #595959;
    }

        .blog-post-main span.post-author a:hover {
            color: #ff1e56;
        }

    .blog-post-main .blog-gridhny-info {
        padding: 20px;
    }

    .blog-post-main .w3layouts-news a img {
        display: block;
        width: 100%;
    }

    .blog-post-main .blog-gridhny-info p {
        margin: 1em 0 1em 0;
        color: #595959;
    }

    .blog-post-main ul.blog-review-icons {
        margin: 0;
    }

        .blog-post-main ul.blog-review-icons li {
            display: inline-block;
            margin: 0 1em 0 0;
        }

            .blog-post-main ul.blog-review-icons li:last-child {
                margin: 0;
            }

            .blog-post-main ul.blog-review-icons li a {
                font-size: 13px;
                color: #555;
                text-decoration: none;
            }

                .blog-post-main ul.blog-review-icons li a span {
                    margin-right: 3px;
                    vertical-align: baseline;
                }

                .blog-post-main ul.blog-review-icons li a:hover {
                    color: #fe346e;
                    text-decoration: none;
                }

    .blog-post-main h3.wthree-post-title {
        margin: 0 0 6px 0;
    }

    .blog-post-main a.w3l-blog-title {
        font-size: 24px;
        line-height: 34px;
        color: #0D001A;
        text-transform: capitalize;
        font-weight: 700;
    }

    .blog-post-main a.title-team-28 {
        color: #0d001a;
        font-size: 20px;
    }

    .blog-post-main a.w3l-blog-title:hover,
    .blog-post-maina .title-team-28:hover {
        color: #ff1e56;
    }

    .blog-post-main .btn-style:hover {
        background-color: #FF0040;
        border-color: #FF0040;
        color: #fff;
    }

    .blog-post-main a.social-link:hover {
        color: #fff;
        opacity: 0.8;
    }

.pager__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 2px;
}

    .pager__item.active .pager__link {
        background-color: #FAF5FF;
        border-color: #FAF5FF;
        color: #ff1e56;
        text-decoration: none;
    }

    .pager__item a:hover {
        color: #ff1e56;
    }

.pager__item--prev svg,
.pager__item--next svg {
    width: 8px;
    height: 12px;
}

.pager__item--next .pager__link svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.pager__link {
    position: relative;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    margin-left: -1px;
    color: #0D001A;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}

    .pager__link:hover,
    .pager__link:focus,
    .pager__link:active,
    .pager__link:hover {
        background: #FAF5FF;
        color: #ff1e56;
        border-color: #FAF5FF;
        text-decoration: none;
    }

        .pager__link:hover svg path,
        .pager__link:focus svg path,
        .pager__link:active svg path {
            fill: #fff;
        }

.pager .pager__item.active + .pager__item .pager__link,
.pager .pager__item:hover + .pager__item .pager__link {
    border-left-color: #ffb74d;
}

@media screen and (max-width: 576px) {
    .pager__item {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

        .pager__item.active,
        .pager__item:first-of-type,
        .pager__item:last-of-type,
        .pager__item:nth-of-type(2),
        .pager__item:nth-last-of-type(2) {
            position: initial;
            top: initial;
            left: initial;
        }

            .pager__item.active + li {
                position: initial;
                top: initial;
                left: initial;
            }
}

/* ------------------------------ PAGINTION END ------------------------------ */

.blog-post-main aside {
    padding-right: 20px;
}

.blog-post-main .side-bar-hny {
    background: transparent;
}

.blog-post-main .badge-primary {
    color: #fe346b;
    background-color: #FFE6EC;
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 6px;
}

.blog-post-main li.list-group-item {
    font-size: 16px;
    padding: 4px 0;
    border: none;
    margin-bottom: 5px;
    color: #555;
    background: transparent;
}

    .blog-post-main li.list-group-item a {
        color: #595959;
        display: block;
        font-weight: 600;
    }

        .blog-post-main li.list-group-item a:hover {
            color: #fe346e;
        }

.blog-post-main .side-title {
    font-size: 22px;
    color: #0D001A;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-post-main .post-item-grid {
    margin-bottom: 20px;
}

.blog-post-main h4.post-title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #0D001A;
    font-weight: 700;
    line-height: 24px;
}

    .blog-post-main h4.post-title a {
        color: #0D001A;
    }

.blog-post-main span.author-date {
    font-size: 16px;
    display: block;
    color: #323232;
}

.blog-post-main .mag-small-post p {
    color: #595959;
    line-height: 22px;
}

.blog-post-main h4.mag-post-cate {
    margin: 0;
}

    .blog-post-main h4.mag-post-cate a {
        font-size: 16px;
        color: #0D001A;
        font-weight: 700;
        opacity: 0.9;
    }

.blog-post-main .mag-post-details {
    padding-left: 5px;
}

.blog-post-main a:hover,
h4.post-title a:hover,
.new-posts a:hover {
    color: #ff1e56;
    transition: all .3s;
}

.blog-post-main form.subscribehny.d-flex {
    outline: none;
    border: 1px solid #DEE5ED;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    width: 100%;
    height: inherit;
    border-radius: 6px;
    background: #fff;
}

.blog-post-main .subscribehny input {
    font-size: 16px;
    /* line-height: 1.5; */
    color: #495057;
    outline: none;
    border: none;
    width: 80%;
    float: left;
}

.blog-post-main .subscribehny button {
    color: #faf5ff;
    outline: none;
    border: none;
    text-align: center;
    background: #ff1e56;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    width: 20%;
    float: right;
}

    .blog-post-main .subscribehny button:hover {
        background: #fe346e;
    }

.blog-post-main .post-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}



.blog-post-main .blockquote {
    position: relative;
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

.blog-post-main .icon-quote {
    position: absolute;
    top: 6px;
    left: 0px;
}

    .blog-post-main .icon-quote span.fa {
        font-size: 52px;
        color: #ff1e56;
        opacity: 0.3;
        transition: .3s;
    }

.blog-post-main .blockquote-footer {
    display: flex;
    align-items: center;
    color: #555;
}

.blog-post-main cite {
    margin-left: 10px;
}

.blog-post-main .blog-post-details-footer {
    border-top: 1px solid #d6d4d8;
    padding-top: 25px;
    margin-top: 40px;
}

.blog-post-main h6.progress-tittle {
    font-size: 14px;
    color: #323232;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-post-main .progress-info {
    margin-bottom: 20px;
    text-align: left;
}

.blog-post-main .progress {
    display: flex;
    height: 0.5em;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
}

.blog-post-main .progress-bar-striped {
    background: #fe346e;
    background-size: 1rem 1rem;
}

.blog-post-main .blog-post-details-footer .post-tags span {
    color: #0D001A;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-right: 15px;
}

.blog-post-main .blog-post-details-footer .post-tags a {
    line-height: 1;
    color: #555;
    margin-right: 10px;
}

.blog-post-main .share-icons a {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: transparent;
    color: #343a40
}

    .blog-post-main .share-icons a span.fa {
        line-height: 31px;
        font-size: 14px;
    }

    .blog-post-main .share-icons a:hover {
        color: #fff;
        background: #ff1e56;
        transition: .3s;
    }

.blog-post-main .author-card.author-listhny {
    align-items: center;
}

.new-posts a {
    display: grid;
    margin: 20px 0;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    color: #0D001A;
    font-weight: 700;
    align-items: center;
}

.blog-post-main .comments .media {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 30px;
    grid-gap: 20px;
    background: #FaFaFa;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border: 1px solid #f5f5f5;
    padding: 20px;
    transition: 0.3s ease-in;
}

.blog-post-main .media.second {
    background: none;
    border: none;
}

.blog-post-main li.reply-last {
    text-align: right;
}

.blog-post-main .comments .media-body {
    color: #555;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.blog-post-main .comments .img-circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    border-radius: 6px;
}

    .blog-post-main .comments .img-circle img {
        width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.blog-post-main .comments a.name {
    color: #0D001A;
    font-size: 18px;
    font-weight: 700;
}

.blog-post-main .comments ul.time-rply li {
    display: inline-block;
    color: #aaacaf;
    font-size: 13px;
}

    .blog-post-main .comments ul.time-rply li a {
        font-weight: 700;
    }

.blog-post-main .comments .media-top img {
    display: block;
}

.blog-post-main .comments ul.time-rply li a.reply {
    color: #fe346e;
    margin-left: 10px;
}

.blog-post-main li.reply-last a span.fa {
    margin-right: 6px;
}

.blog-post-main .form-group label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    color: #0D001A;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.blog-post-main .form-group input,
.blog-post-main .form-group textarea {
    outline: none;
    border: 1px solid #f5f5f5;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 26px;
    color: #595959;
    width: 100%;
    height: inherit;
    border-radius: 8px;
    background: #FaFaFa;
    height: 60px;
    font-family: 'Playfair Display', serif;
}

    .blog-post-main .form-group input:focus,
    .blog-post-main .form-group textarea:focus {
        border: 1px solid #ff1e56;
        background: #fff;
    }

.blog-post-main .form-group textarea {
    height: 150px;
    padding: 16px 16px;
}

.blog-post-main .submit .btn {
    font-size: 16px;
    padding: 14px 45px;
    color: #fff;
    background: #ff1e56;
    border-color: #ff1e56;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: .3s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: 16px;
}

    .blog-post-main .submit .btn:hover {
        background: #FE1B5B;
    }

.blog-post-main .form-group {
    margin-top: 1em;
}


@media (max-width: 1080px) {
}

@media (max-width: 991px) {
    .blog-post-main aside {
        padding-right: 0px;
        margin-top: 50px;
    }

    .w3-hny-b-blog-right {
        order: 2;
    }

    .blog-post-main a.w3l-blog-title {
        font-size: 20px;
        line-height: 30px;
    }

    .blog-post-main .side-bar-hny,
    .blog-post-main .blog-gridhny-info {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .blog-post-main .post-tags {
        margin-bottom: 8px;
    }

    .blog-post-main .comments a.name {
        font-size: 17px;
    }
}

@media (max-width: 680px) {
    .blog-post-main .comments .media {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 30px;
        grid-gap: 20px;
        padding: 20px;
    }

    .blog-post-main ul.blog-review-icons li {
        display: inline-block;
        margin: 0 0.5em 0 0;
    }
}

@media (max-width: 600px) {
    .blog-post-main .submit .btn {
        width: 100%;
    }

    .blog-post-main .comments ul.time-rply li {
        font-size: 12px;
    }
}

/*--/testiomials--*/

.w3l-blogluxe-hny .grids5-info {
    transition: 0.3s ease-in;
    display: block;
    background: #fff;
}

    .w3l-blogluxe-hny .grids5-info:hover {
    }

.w3l-blogluxe-hny a.zoom {
    overflow: hidden;
    position: relative;
}

    .w3l-blogluxe-hny a.zoom img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: 0.3s ease-in-out;
    }

.w3l-blogluxe-hny .grids5-info:hover a.zoom img {
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.w3l-blogluxe-hny .grid-view .grids5-info a h4 {
    font-size: 24px;
    line-height: 32px;
    color: #323232;
    display: block;
    font-weight: 600;
}

.w3l-blogluxe-hny .grids5-info:hover div.blog-info a h4 {
    color: #ff1e56;
}

.w3l-blogluxe-hny .grid-view .grids5-info a h4:hover {
    color: #ff1e56;
}

.w3l-blogluxe-hny .grid-view .grids5-info p {
    margin-top: 6px;
}

.w3l-blogluxe-hny .blog-info {
    padding-top: 26px;
}

.w3l-blogluxe-hny .grid-view p.date {
    font-size: 15px;
    font-weight: 400;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 0;
}

.w3l-blogluxe-hny .grid-view .grids5-info img {
    width: 100%;
    display: block;
}


@media all and (max-width: 768px) {
    .w3l-blogluxe-hny .grids5-info h4 a {
        font-size: 20px;
        line-height: 25px;
    }
}

@media all and (max-width: 568px) {
    .w3l-blogluxe-hny .grids5-info p {
        margin-top: 12px;
    }
}

@media all and (max-width: 414px) {
    .w3l-blogluxe-hny .grids5-info h4 a {
        font-size: 23px;
    }
}

@media all and (max-width: 384px) {
    .w3l-blogluxe-hny .grids5-info h4 a {
        font-size: 22px;
    }
}

/*--/w3l-newsletter--*/
.w3l-newsletter {
    background: url(../images/banner5.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;
}

    .w3l-newsletter .form-25-main {
        background: url(../images/dots.png);
        display: grid;
        align-items: center;
    }

    .w3l-newsletter .forms-gds {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 15px;
        max-width: 750px;
        margin: 40px auto 0;
    }

    .w3l-newsletter .forms-25-info input {
        outline: none;
        border: 1px solid #f5f5f5;
        padding: 0px 15px;
        font-size: 16px;
        line-height: 26px;
        color: #595959;
        width: 100%;
        height: inherit;
        border-radius: 6px;
        background: #FaFaFa;
        height: 57px;
    }

        .w3l-newsletter .forms-25-info input:focus {
            border: 1px solid #fff;
            background: #fff;
        }

@media only screen and (max-width:667px) {
    .w3l-newsletter .forms-gds {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        max-width: 600px;
        margin: 40px auto 0;
    }
}

@media only screen and (max-width: 480px) {
    .w3l-newsletter .forms-gds {
        grid-template-columns: 1fr;
    }
}

/*--//w3l-newsletter--*/
/*--/testiomials--*/
.w3l-testimonials {
}

    .w3l-testimonials .slider-info {
        max-width: 90%;
        margin: 0 auto;
        border-radius: 0;
        padding: 0 4em 4em 4em;
    }

    .w3l-testimonials .img-circle {
        width: 120px;
        height: 120px;
        display: inline-block;
        overflow: hidden;
        background: #f3f6f9;
        border-radius: 50%;
        border: 4px solid #ffac41;
    }

        .w3l-testimonials .img-circle img {
            width: 100%;
            min-height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

    .w3l-testimonials .message {
        font-size: 22px;
        line-height: 32px;
        color: #323232;
        font-weight: 400;
        margin-top: 20px;
        font-style: italic;
    }

        .w3l-testimonials .message span.fa {
            color: #ff1e56;
            font-size: 42px;
            opacity: 0.2;
        }

    .w3l-testimonials .name {
        font-size: 18px;
        margin-top: 1rem;
        margin-bottom: 3rem;
        color: #ff1e56;
    }

@media (max-width: 1024px) {
    .w3l-testimonials .slider-info {
        padding: 3rem 2rem;
    }
}

@media (max-width: 767px) {
    .w3l-testimonials .slider-info {
        padding: 2rem;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .w3l-testimonials .slider-info {
        padding: 2rem 15px;
    }

    .w3l-testimonials .message {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }
}

/*--//testiomials--*/

.w3l-news-sec {
    /*--w3l-news-sec--*/
}

    .w3l-news-sec .title-wrap {
        background-color: #fff;
        width: calc(100% - 100px);
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
        box-shadow: 0px 10px 90px 0px rgba(110, 123, 131, 0.2);
        border-radius: 6px;
        padding: 20px 20px;
        transition: transform ease 0.3s;
        display: grid;
        grid-template-columns: 4fr 1fr;
        grid-gap: 10px;
        align-items: center;
        z-index: 9;
    }

        .w3l-news-sec .title-wrap a h4.title {
            color: #141414;
            font-size: 20px;
        }

    .w3l-news-sec .luxehny-arrow {
        font-size: 12px;
        color: #ccc;
        position: relative;
        left: 0;
        padding: 0 3px;
    }

.owl-news.owl-carousel.owl-theme .owl-dots {
    display: none;
}

    .owl-news.owl-carousel.owl-theme .owl-dots .owl-dot span {
        display: none;
    }

@media (max-width: 992px) {
    .w3l-news-sec .title-wrap a h4.title {
        font-size: 16px;
    }
}

@media (max-width:440px) {
}

/*--//--*/
/*--/contact--*/

.w3l-contact-main .d-grid {
    display: grid;
}

.w3l-contact-main .grid-col-2 {
    grid-template-columns: 1fr 1fr;
}

.w3l-contact-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.w3l-contact-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-contact-main a.action img {
    margin-left: 4px;
}

.w3l-contact-main .cont-top {
    position: relative;
    z-index: 0;
    padding: 5rem 3rem;
}

.w3l-contact-main .london {
    background: url(../images/contact-1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
}

.w3l-contact-main .paris {
    background: url(../images/contact-2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
}

.w3l-contact-main .newyork {
    background: url(../images/contact-3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
}

.w3l-contact-main .london:before {
    content: "";
    background: #0a0c0c;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    opacity: 0.8;
}

.w3l-contact-main .paris:before {
    content: "";
    background: #0a0c0c;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
}

.w3l-contact-main .newyork:before {
    content: "";
    background: #0a0c0c;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    opacity: 0.8;
}

.w3l-contact-main .form-top-left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.w3l-contact-main .cont-details span.fa {
    color: #ffffff;
    padding-right: 10px;
}

.w3l-contact-main .cont-details h6 {
    font-size: 22px;
    line-height: 26px;
    color: #ffac41;
    font-weight: 600;
}

.w3l-contact-main .cont-details p,
.w3l-contact-main .cont-details p a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 16px;
}

    .w3l-contact-main .cont-details p a:hover {
        text-decoration: underline;
        color: #ff1e56;
    }

.w3l-contact-main .cont-details address {
    margin: 25px 0;
}

    .w3l-contact-main .cont-details address p {
        margin: 5px 0;
    }

.w3l-contact-main .map iframe {
    border: none;
    width: 100%;
    min-height: 400px;
    display: block;
}

.w3l-contact-main .cont-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
    grid-gap: 30px;
}

.w3l-contact-main h4.sub-feat-text {
    color: #334252;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 40px;
}

.w3l-contact-main p.sub-para {
    color: #5E6271;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 40px;
}

.w3l-contact-main .twice-two {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}

.w3l-contact-main .map-content-9 form input,
.w3l-contact-main .map-content-9 form textarea {
    outline: none;
    border: 1px solid #f5f5f5;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 26px;
    color: #595959;
    width: 100%;
    height: inherit;
    border-radius: 6px;
    background: #FaFaFa;
    margin-bottom: 30px;
    height: 60px;
}

.w3l-contact-main .map-content-9 h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #334252;
}

.w3l-contact-main .map-content-9 form textarea {
    resize: none;
    height: 200px;
    padding: 15px 15px;
}

    .w3l-contact-main .map-content-9 form input:focus,
    .w3l-contact-main .map-content-9 form textarea:focus {
        outline: none;
        border: 1px solid #ff1e56;
        background: #fff;
    }

.w3l-contact-main button.btn {
    outline: none;
    padding: 0px 40px;
    color: #fff;
    height: 60px;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 8px;
    background-color: #ff1e56;
    border-color: #ff1e56;
}

    .w3l-contact-main button.btn:hover {
        background-color: #FF0040;
        border-color: #FF0040;
        color: #fff;
    }

.w3l-contact-main .cont-details h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 45px;
}

.w3l-contact-main .contacts-sub-9 address a {
    display: block;
}

.w3l-contact-main .cont-details h6 a {
    color: #f75940;
}

@media (max-width: 992px) {

    .w3l-contact-main .cont-details p,
    .w3l-contact-main .cont-details p a {
        font-size: 16px;
    }

    .w3l-contact-main .cont-details h5 {
        font-size: 32px;
        line-height: 35px;
    }

    .w3l-contact-main .cont-details {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

    .w3l-contact-main .form-top-left {
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
    }

    .w3l-contact-main .map-content-9 form input,
    .w3l-contact-main .map-content-9 form textarea {
        margin-bottom: 16px;
    }
}

@media (max-width: 800px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 10px;
        font-size: 33px;
    }

    .w3l-contact-main p.sub-para {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .w3l-contact-main .map iframe {
        min-height: 350px;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 568px) {
    .w3l-contact-main .map iframe {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 8px;
        font-size: 30px;
    }

    .w3l-contact-main p.sub-para {
        font-size: 14px;
        margin-bottom: 35px;
        line-height: 20px;
    }

    .w3l-contact-main .map iframe {
        min-height: 270px;
    }

    .w3l-contact-main .twice-two {
        grid-template-columns: 1fr;
    }

    .w3l-contact-main button {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .w3l-contact-main .cont-details h4 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 30px;
    }

    .w3l-contact-main .cont-details h6 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 384px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 28px;
    }
}


/*--//contact--*/
.inner-banner {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
    min-height: 150px;
    position: relative;
    z-index: 1;
}

    .inner-banner .inner-page-infhny {
        background: url(../images/dots.png);
        min-height: 150px;
    }

@media (max-width: 768px) {
    .inner-banner {
        min-height: 150px;
    }
}

@media (max-width: 568px) {
    .inner-banner {
        min-height: 120px;
    }
}

.w3l-about-us {
    background: #fff;
}

.best-services h3.room-title a {
    color: var(--heading-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

    .best-services h3.room-title a:hover {
        color: #d63447;
    }

.best-services .maghny-grid {
    position: relative;
    list-style: none;
}

.best-services .room-info {
    padding: 30px 30px;
    background: #fff;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.best-services .maghny-grid figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    background: #020004;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.best-services .border-radius {
    border-radius: 10px;
}

.best-services .maghny-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.best-services .maghny-grid figure figcaption {
    padding: 2em;
    padding-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .best-services .maghny-grid figure figcaption::before,
    .best-services .maghny-grid figure figcaption::after {
        pointer-events: none;
    }

    .best-services .maghny-grid figure figcaption,
    .best-services .maghny-grid figure figcaption > a {
        position: absolute;
        top: inherit;
        bottom: 27%;
        left: 0;
        width: 100%;
    }

        .best-services .maghny-grid figure figcaption.w3set-hny {
            position: absolute;
            top: inherit;
            bottom: 30%;
            left: 0;
            width: 100%;
        }

        .best-services .maghny-grid figure figcaption > a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

.best-services .maghny-grid figure h4 {
    transition: transform 0.35s;
    font-size: 18px;
    line-height: 28px;
}

    .best-services .maghny-grid figure h4.top-text {
        font-size: 20px;
        line-height: 28px;
    }

    .best-services .maghny-grid figure h4 span {
        font-weight: 700;
    }

.best-services .maghny-grid figure h4,
.best-services .maghny-grid figure p {
    margin: 0;
    color: #fff;
}

.best-services .maghny-grid figure p {
    color: #fff;
    font-weight: 600;
}

.best-services .maghny-grid a.author-name {
    color: #fff;
}

.best-services figure.effect-lily img {
    opacity: 0.7;
    transition: opacity 0.35s, transform 0.35s;
    width: 100%;
}

.best-services figure.effect-lily figcaption {
    text-align: left;
}

    .best-services figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1.5em;
        padding-bottom: 0;
        width: 100%;
        height: 50%;
    }

.best-services figure.effect-lily h4,
.best-services figure.effect-lily p,
.best-services figure.effect-lily a {
    transform: translate3d(0, 40px, 0);
}

.best-services figure.effect-lily h4 {
    transition: transform 0.35s;
}

.best-services figure.effect-lily p,
.best-services figure.effect-lily a {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.2s, transform 0.35s;
}

.best-services figure.effect-lily:hover img,
.best-services figure.effect-lily:hover p,
.best-services figure.effect-lily:hover a {
    opacity: .9;
}

.best-services figure.effect-lily:hover h4,
.best-services figure.effect-lily:hover p,
.best-services figure.effect-lily:hover p {
    transform: translate3d(0, 15px, 0);
}

.best-services figure.effect-lily:hover p,
.best-services figure.effect-lily:hover a {
    transition-delay: 0.05s;
    transition-duration: 0.35s;
}

.best-services .room-info ul li {
    display: inline-block;
    margin-right: 15px;
    color: var(--para-color);
    font-weight: 500;
}

    .best-services .room-info ul li span.fa {
        color: #d1cebd;
        width: 22px;
        font-size: 16px;
    }

@media (max-width: 1160px) {

    .best-services .maghny-grid figure figcaption,
    .best-services .maghny-grid figure figcaption > a {
        bottom: 34%;
    }
}

@media (max-width: 1080px) {

    .best-services .maghny-grid figure figcaption,
    .best-services .maghny-grid figure figcaption > a {
        bottom: 35%;
    }

        .best-services .maghny-grid figure figcaption,
        .best-services .maghny-grid figure figcaption > a {
            bottom: 34%;
        }
}

@media (max-width: 480px) {
    .best-services .maghny-grid figure figcaption.w3set-hny {
        bottom: 30%;
    }
}

@media (max-width: 415px) {
    .best-services figure.effect-lily figcaption > div {
        padding: 1em;
    }

    .best-services .maghny-gd-1 .maghny-gd-1.col-6 {
        padding: 8px;
    }

    .best-services .maghny-gd-1 .row {
        padding: 0 10px;
    }

    .best-services .maghny-grid figure figcaption.w3set-hny {
        bottom: 40%;
    }

    .best-services .room-info {
        padding: 30px 20px;
    }

    .best-services .maghny-grid figure figcaption,
    .best-services .maghny-grid figure figcaption > a {
        bottom: 50%;
    }
}

@media (max-width: 380px) {
    .best-services .maghny-gd-1 .maghny-gd-1.col-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .best-services .maghny-grid figure figcaption.w3set-hny {
        top: 30%;
    }
}

@media (max-width: 370px) {
    .best-services .maghny-grid figure figcaption.w3set-hny {
        top: 25%;
    }

    .best-services .maghny-grid figure h4.top-text {
        font-size: 18px;
    }
}

.w3l-about-us.best-services .maghny-gd-1 .row {
    padding: 0 0px;
}


.w3-about-2 .fea-gd-vv h5 {
    font-size: 18px;
    line-height: 24px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.w3-about-2 .icon {
    text-align: center;
}

.w3-about-2 h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}

.w3-about-2 .icon span.fa {
    font-size: 2em;
    color: #f57b51;
}

.w3-about-2 .feature-gd {
    grid-template-columns: auto 1fr;
    display: grid;
    grid-gap: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}

@media (max-width: 736px) {
    .w3-about-2 h4 {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 384px) {
    .w3-about-2 h4 {
        font-size: 28px;
        line-height: 34px;
    }
}

/*--/footer--*/
.w3l-footer-66 .footer-inner-main {
    background: #000000;
}

.w3l-footer-66 .sub-one-left h2 {
    margin-bottom: 14px;
}

.w3l-footer-66 h2 a.navbar-brand {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    position: relative;
}

    .w3l-footer-66 h2 a.navbar-brand span {
        color: #66B2FF;
    }

.w3l-footer-66 h6 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 34px;
    font-weight: 600;
}

.w3l-footer-66 .sub-two-right ul li {
    list-style: none;
}

    .w3l-footer-66 .sub-two-right ul li span {
        margin-right: 10px;
        color: #fff;
    }

.w3l-footer-66 .sub-one-left p,
.w3l-footer-66 .sub-two-right p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #cecece;
}

.w3l-footer-66 .mid-footer-gd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.w3l-footer-66 ul.social li,
.w3l-footer-66 ul.jst-link li {
    display: inline-block;
    margin-right: 4px;
}

    .w3l-footer-66 ul.social li a {
        background: transparent;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        color: #fff;
        width: 32px;
    }

.w3l-footer-66 ul.social li {
    margin-right: 0px;
}

    .w3l-footer-66 ul.social li a span.fa {
        margin-right: 8px;
        text-align: center;
    }

    .w3l-footer-66 ul.social li a:hover {
        color: #ff1e56;
        transition: 0.3s ease;
    }

    .w3l-footer-66 ul.social li a:hover {
        color: #ff1e56;
    }

.w3l-footer-66 .columns-2 {
    margin-top: 1.2em;
}

.w3l-footer-66 .columns p,
.w3l-footer-66 .columns p a {
    font-size: 15px;
    line-height: 26px;
    color: #cecece;
}

.w3l-footer-66 .sub-two-right ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #cecece;
    margin: 0 0 10px 0;
    display: block;
}

.w3l-footer-66 .columns p a {
    color: #fff;
}

    .w3l-footer-66 .columns p a:hover {
        color: #fff;
        text-decoration: underline;
    }

.w3l-footer-66 .copyright-footer ul li {
    display: inline-block;
}

.w3l-footer-66 .right-side h4 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}

.w3l-footer-66 .copyright-footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    grid-gap: 20px;
}

.w3l-footer-66 .below-section {
    background: #111;
    padding: 16px 0;
    justify-content: space-between;
}

.w3l-footer-66 .instagram-feeds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.w3l-footer-66 .column2 a {
    text-decoration: none;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

.w3l-footer-66 p.para-sep {
    text-align: center;
    margin-top: 10px;
    color: #7b7b7b;
    font-size: 16px;
}

    .w3l-footer-66 p.para-sep a {
        color: #eee;
    }

.w3l-footer-66 .href2 {
    margin-top: 10px;
    padding: 10px 0;
}

.w3l-footer-66 .contact-para {
    color: #cecece;
    line-height: 25px;
    font-size: 17px;
    margin-top: 10px;
}

.w3l-footer-66 ul.columns li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #cecece;
    margin: 0 16px;
}

.w3l-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: #323232;
    padding: 0;
    line-height: 42px;
    transition: 0.5s ease-out;
    border-radius: 50%;
}

    .w3l-footer-66 #movetop:hover {
        background: #000;
        color: #fff;
        opacity: 0.9;
    }

.w3l-footer-66 .columns p {
    margin: 0;
}

.w3l-footer-66 a:hover,
.w3l-footer-66 ul.columns li a:hover,
.w3l-footer-66 .sub-two-right ul li a:hover {
    color: #ff1e56;
    transition: 0.3s ease;
}

.w3l-footer-66 .footer-img-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

@media (max-width: 1280px) {
    .w3l-footer-66 h6 {
        font-size: 16px;
    }

    .w3l-footer-66 .mid-footer-gd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .w3l-footer-66 ul.columns li a {
        margin: 0 10px;
    }
}

@media (max-width: 1080px) {
    .w3l-footer-66 h6 {
        font-size: 14px;
    }

    .w3l-footer-66 ul.columns li a {
        margin: 0 6px;
    }
}

@media (max-width: 991px) {
    .w3l-footer-66 h6 {
        font-size: 18px;
    }

    .w3l-footer-66 .copyright-footer {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        grid-gap: 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .w3l-footer-66 .sub-one-left {
        margin-bottom: 40px;
    }

    .w3l-footer-66 #movetop {
        display: none;
        position: fixed;
        bottom: 7px;
        right: 30px;
    }
}

/*--//footer--*/
/*sourceMappingURL=style-freedom.css.map */
