/*!
Theme Name: Gifall
Theme URI: https://bracketweb.com/gifallwp/
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: Gifall is a colorful & modern Nonprofit Charity WordPress Theme. It is very easy to customize with a strong admin panel. Gifall fits for all kind of charity, fundraising, nonprofit, NGO, donations, church, Mosque and all other type of non-profit charity website, businesses and NGO since it is a awesome theme that will make a professional website for all your needs.
Version: 1.0.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gifall
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gifall is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
  --gifall-font: "Outfit", sans-serif;
  --gifall-font-2: "Amita", cursive;
  --gifall-reey-font: "reeyregular";
  --gifall-gray: #131216;
  --gifall-gray-rgb: 19, 18, 22;
  --gifall-base: #3e8f75;
  --gifall-base-rgb: 62, 143, 117;
  --gifall-black: #141212;
  --gifall-black-rgb: 20, 18, 18;
  --gifall-white: #ffffff;
  --gifall-white-rgb: 255, 255, 255;
  --gifall-primary: #ffe132;
  --gifall-primary-rgb: 255, 255, 50;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--gifall-gray, #131216);
  font-family: var(--gifall-font, "Outfit", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--gifall-gray, #131216);
  cursor: help;
}

mark,
ins {
  background: var(--gifall-gray, #131216);
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  color: var(--gifall-black);
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.has-fixed-footer,
.has-fixed-footer body {
  height: 100%;
  overflow: unset;
}
.has-fixed-footer .page-wrapper {
  min-height: 100%;
  margin-bottom: -100px;
}
.has-fixed-footer .error-page,
.has-fixed-footer .blog-list,
.has-fixed-footer .blog-single {
  padding-bottom: 220px;
}
.has-fixed-footer .blog-single {
  padding-bottom: 171px;
}

hr {
  background-color: var(--gifall-gray, #131216);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0.5em 3em;
  padding-left: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--gifall-black, #141212);
  border-top: 1px solid var(--gifall-black, #141212);
  font-size: 16px;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--gifall-black, #141212);
  border-top: 1px solid var(--gifall-black, #141212);
  font-size: 16px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--gifall-black);
}
a:hover, a:focus, a:active {
  color: var(--gifall-base);
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: var(--gifall-gray, #131216) var(--gifall-gray, #131216) var(--gifall-gray, #131216);
  background: var(--gifall-gray, #131216);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: var(--gifall-gray, #131216) var(--gifall-gray, #131216) var(--gifall-gray, #131216);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: var(--gifall-gray, #131216) var(--gifall-gray, #131216) var(--gifall-gray, #131216);
}

.wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: 20px;
}

.blog-details__content .wp-block-button a:hover {
  background-color: var(--gifall-base, #3e8f75);
  border-color: var(--gifall-base, #3e8f75);
  color: var(--gifall-white, #ffffff);
}

.wp-block-button.is-style-outline a:hover {
  color: var(--gifall-base, #3e8f75) !important;
}

.blog-details__content .wp-block-button a {
  transition: all 500ms ease;
}

.blog-details__content .wp-block-button.is-style-squared a {
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--gifall-gray, #131216);
  border: 1px solid var(--gifall-gray, #131216);
  border-radius: 0px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--gifall-gray, #131216);
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select {
  border: 1px solid var(--gifall-gray, #131216);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
  color: var(--gifall-black);
  font-weight: 600;
  transition: 0.3s;
}
.comment-content a:hover {
  color: var(--gifall-base);
}

.bypostauthor {
  display: block;
}

.comments-area {
  position: relative;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-left: 3em;
}
@media (max-width: 575px) {
  .comments-area .comment-list ul.children {
    padding-left: 1em;
  }
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--gifall-gray, #131216);
}

.comments-area .comment {
  position: relative;
  min-height: 90px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--gifall-black, #141212);
  text-transform: uppercase;
}

.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--gifall-base, #3e8f75);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--gifall-gray, #131216);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}

.comments-area .comment-body .says {
  display: none;
}

.comments-area .comment-body {
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .comments-area .comment-body {
    padding-left: 0;
  }
}

.comments-area .pingback .comment-body,
.comments-area .trackback .comment-body {
  padding-left: 0;
}

.comments-area .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .comments-area .comment-body .avatar {
    position: relative;
    margin-bottom: 30px;
  }
}

.comments-area .fn a,
.comments-area .fn {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--gifall-black, #343434);
  text-decoration: none;
  text-transform: capitalize;
}

.comments-area .fn a:hover {
  color: var(--gifall-base);
}

.comments-area .comment-body .comment-metadata {
  margin-bottom: 25px;
}

.comments-area .comment-body .comment-metadata a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: var(--gifall-black);
  text-decoration: none;
  transition: 0.3s;
}

.comments-area .comment-body .comment-metadata a:hover {
  color: var(--gifall-base, #3e8f75);
}

.comments-area .comment-body .comment-metadata .edit-link a::before {
  content: ".";
  margin-left: 8px;
  margin-right: 10px;
}

.comments-area .comment-content p {
  position: relative;
  display: block;
  margin-bottom: 1em !important;
  font-family: var(--gifall-font, "Outfit", sans-serif);
  letter-spacing: 0;
  font-size: 16px;
  color: var(--gifall-black);
  line-height: 32px;
  opacity: 0.8;
  margin: 0;
}

.comments-area .comment-content table a {
  color: var(--gifall-base, #3e8f75);
  text-decoration: none;
}

.comments-area .comment-content table a {
  color: var(--gifall-black, #141212);
}

.comments-area .comment-content table a:hover {
  color: var(--gifall-base, #3e8f75);
}

.comments-area .comment-content p:last-of-type {
  margin-bottom: 0 !important;
}

.comments-area .reply a {
  padding: 1px 15px 1px;
  border-radius: 3px;
  position: absolute;
  top: 21px;
  right: 0;
  background-color: var(--gifall-base);
  font-size: 13px;
  line-height: 23px;
  color: var(--gifall-white);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comments-area .reply a:hover {
  background-color: var(--gifall-black);
  color: #ffffff;
}

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
  margin-bottom: 45px;
}

.comment-respond .blog-details__content-title {
  margin-bottom: 50px;
}

.reply-form .logged-in-as {
  display: flex;
  flex-wrap: wrap;
  color: var(--gifall-base, #3e8f75);
  margin-bottom: 30px;
  margin-top: -15px;
  font-weight: 500;
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  color: var(--gifall-black);
  transition: 0.3s;
}
.reply-form .logged-in-as a:hover {
  color: var(--gifall-base);
}

.comment-form__title small {
  font-size: 20px;
}

.comment-form__title small a {
  text-decoration: none;
  color: var(--gifall-base, #3e8f75);
  text-decoration: underline;
}

.comment-form__title small a:hover {
  color: var(--gifall-black, #141212);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-bottom: 30px;
}

.reply-form .form-submit {
  margin-bottom: 0;
}

.comment-list .reply-form .form-submit {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details__comment-and-form {
  position: relative;
  display: block;
  margin-top: 60px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--gifall-black);
  font-size: 24px;
  margin-bottom: 47px;
  font-weight: 700;
  text-transform: uppercase;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-one__single--two {
  margin-left: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 20px;
}

.comment-one__content h3 {
  font-size: 18px;
  color: var(--gifall-black);
  font-weight: 700;
  font-family: var(--gifall-font);
  text-transform: uppercase;
}

.comment-one__content span {
  display: block;
  font-size: 14px;
  color: rgba(var(--gifall-black-rgb), 0.7);
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: 16px;
}

.comment-one__content p {
  font-size: 16px;
  color: rgba(22, 22, 22, 0.8);
  line-height: 32px;
}

.comment-one__btn {
  padding: 0px 12px;
  position: absolute;
  top: 40px;
  left: 97px;
  background-color: #efeeee;
  font-size: 13px;
  line-height: 23px;
  color: var(--gifall-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn:hover {
  background-color: var(--gifall-base);
  color: var(--gifall-white);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  width: 112px;
  border-radius: 50%;
}

.comment-form {
  position: relative;
  display: block;
  padding-top: 14px;
}

.comment-form .comment-form__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.comment-form__input-box input[type=text],
.comment-form__input-box input[type=email] {
  height: 70px;
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  outline: none;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 15px;
  border-radius: 35px;
  color: rgba(var(--gifall-black-rgb), 0.6);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box input[type=text]:focus,
.comment-form__input-box input[type=email]:focus {
  border-color: var(--gifall-base);
}

.comment-form__input-box textarea {
  font-size: 15px;
  color: rgba(var(--gifall-black-rgb), 0.6);
  background: #f6f6f6;
  height: 218px;
  width: 100%;
  border: 1px solid transparent;
  padding: 15px 30px 30px;
  padding-top: 25px;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--gifall-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}

.comment-form__btn {
  border: none;
  font-size: 16px;
  color: var(--gifall-white);
  background-color: var(--gifall-black);
  border-radius: 2px;
  padding: 11px 30px;
  line-height: 43px;
  font-weight: 500;
  padding-right: 37px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--gifall-base);
  color: var(--gifall-white);
}

.comment-form__input-box.text-message-box {
  height: 218px;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin-bottom: 50px;
  position: relative;
  display: block;
  background-color: #f7f7f7;
  padding: 36px 30px 40px;
}
.widget select {
  max-width: 100%;
}

.sidebar .widget ul,
.sidebar__single ul {
  margin-left: 0;
  padding-left: 0;
}
.sidebar .widget ul ul,
.sidebar__single ul ul {
  padding-left: 0.5em;
  margin-top: 7px;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  border: 1px solid #635a5a;
  font-weight: 400;
  outline: none;
  color: #635a5a;
  font-size: 16px;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--gifall-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: 0;
}

.sidebar .widget ul li,
.sidebar__single ul li {
  position: relative;
}

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: -1px;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar .widget ul li a,
.sidebar__single ul li a {
  transition: all 500ms ease;
  font-weight: 400;
  color: #635a5a;
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--gifall-base, #3e8f75) !important;
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  list-style: none;
}

.sidebar .widget.widget_rss ul li,
.sidebar__single.widget_rss ul li {
  position: relative;
}
.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
  content: "";
}
.sidebar .widget.widget_rss ul li + li,
.sidebar__single.widget_rss ul li + li {
  margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
  color: var(--gifall-black, #141212);
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 32px;
  color: var(--gifall-black, #141212);
  opacity: 0.7;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary {
  font-weight: 500;
}

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--gifall-black, #141212);
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}

.sidebar .sidebar__search-form button[type=submit] {
  background-color: var(--gifall-base);
  color: var(--gifall-black);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  clip-path: none;
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
  content: "\e90f";
  font-family: "icomoon" !important;
  font-weight: 400;
  font-size: 14px;
  color: var(--gifall-black, #141212);
  opacity: 0.8;
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--gifall-black, #141212);
  font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar__single .tagcloud {
  margin-bottom: -10px;
  margin-left: -5px;
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--gifall-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  display: inline-block;
  padding: 5px 20px 5px;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 10px;
  border: 1px solid #eae2e2;
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  border-color: transparent;
  background: var(--gifall-base, #3e8f75);
  border-color: var(--gifall-base, #3e8f75);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: #ffffff;
  height: 70px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  color: var(--gifall-black, #141212);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sidebar .widget .wp-block-search input[type=search]::placeholder,
.sidebar__single .wp-block-search input[type=search]::placeholder {
  color: var(--gifall-black, #141212);
  opacity: 0.8;
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 18px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: var(--gifall-black, #141212);
  line-height: 1;
  fill: #ffffff;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  font-size: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--gifall-base, #3e8f75);
  color: var(--gifall-white, #ffffff);
  fill: var(--gifall-white, #ffffff);
}

.sidebar .widget:last-child,
.sidebar__single.widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget {
  padding: 0;
  margin: 0;
}
.sidebar .widget .widget::before {
  display: none;
}

.sidebar .widget .wp-block-columns {
  margin: 0;
}

.wp-calendar-table {
  margin-bottom: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}
.wp-calendar-table caption {
  padding: 0;
  text-align: center;
  color: var(--gifall-black, #141212);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-calendar-nav a {
  color: var(--gifall-black, #141212);
  transition: all 500ms ease;
  font-weight: 500;
}
.wp-calendar-nav a:hover {
  color: var(--gifall-base, #3e8f75);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead,
.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--gifall-black, #141212);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  border: none;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--gifall-black, #141212);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 500ms ease;
}

tbody {
  background-color: #ffffff;
}

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}
.sidebar .widget .widget-title,
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}
.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
  color: var(--gifall-base, #3e8f75);
}
.sidebar .widget.widget_categories > ul, .sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_categories > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-left: 0;
}
.sidebar .widget.widget_categories > ul ul, .sidebar .widget.widget_nav_menu > ul ul, .sidebar .widget.widget_meta > ul ul, .sidebar .widget.widget_pages > ul ul, .sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_categories > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
  margin-top: 7px;
  padding-left: 0.7em;
}
.sidebar .widget.widget_categories li, .sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_categories li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
  font-size: 16px;
}
.sidebar .widget.widget_categories li + li, .sidebar .widget.widget_nav_menu li + li, .sidebar .widget.widget_meta li + li, .sidebar .widget.widget_pages li + li, .sidebar .widget.widget_archive li + li,
.sidebar__single.widget_categories li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
  margin-top: 10px;
}
.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
  padding: 0;
  margin-top: 7px;
}
.sidebar .widget.widget_recent_entries ul li ::after, .sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}
.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
  padding-left: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: #635a5a;
  min-height: 45px;
}
.sidebar .widget.widget_recent_entries ul li + li, .sidebar .widget.widget_recent_comments ul li + li,
.sidebar__single.widget_recent_entries ul li + li,
.sidebar__single.widget_recent_comments ul li + li {
  margin-top: 23px;
}
.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--gifall-black, #141212);
  text-shadow: 0 0 1px currentColor;
}
.sidebar .widget.widget_recent_entries ul li::before, .sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: var(--gifall-black, #141212);
  color: #fff;
}
.sidebar .widget.widget_recent_entries ul li:hover::before, .sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--gifall-base, #3e8f75);
  color: #ffffff;
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -5px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin-top: 0 !important;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  background-color: #f9f9f9;
  border-radius: 5px;
  border-bottom: 1px solid #ececec;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:last-child,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:last-child {
  border-bottom: 0;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li + li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li + li {
  margin-top: 10px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 20px;
  filter: grayscale(1);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: rgba(var(--gifall-black-rgb), 0.8);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  color: var(--gifall-black, #01050c);
  transition: all 500ms ease;
  display: block;
  font-family: var(--gifall-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
  color: var(--gifall-base, #3e8f75);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 1;
  color: rgba(var(--gifall-black-rgb), 0.8);
  text-transform: capitalize;
  font-weight: 500;
  transform: translateY(-70px);
}

.news-one .blog-pagination {
  justify-content: center;
  margin-top: 30px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  padding-left: 0;
}

.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  color: var(--gifall-gray, #131216);
}
.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
  margin-top: 5px;
}
.sidebar .widget ul li,
.sidebar__single ul li {
  font-size: 16px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li {
  margin-top: 20px;
}

.widget_nav_menu ul.menu {
  margin-top: -10px;
  margin-bottom: -6px;
}

.widget_recent_entries > ul {
  margin-top: -7px;
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--gifall-base);
  color: #ffffff;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
  content: "\f086";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--gifall-primary, #3c72fc);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  color: var(--gifall-black, #01050c);
  transition: all 500ms ease;
  display: block;
  padding-top: 30px;
  font-family: var(--gifall-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.recent-posts-widget-with-thumbnails ul {
  margin-bottom: -15px;
}

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--gifall-black, #141212);
  outline: none;
}
.sidebar .widget input[type=email]::placeholder,
.sidebar .widget input[type=search]::placeholder,
.sidebar .widget input[type=password]::placeholder,
.sidebar .widget input[type=text]::placeholder {
  color: var(--gifall-black, #141212);
  opacity: 0.8;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud,
.sidebar .widget .tagcloud {
  margin-bottom: -10px;
  margin-left: -5px;
}
.sidebar .widget .wp-block-tag-cloud a,
.sidebar .widget .tagcloud a {
  font-size: 15px !important;
  color: var(--gifall-black);
  background-color: var(--gifall-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  border-radius: 35px;
  transition: 0.3s;
}
.sidebar .widget .wp-block-tag-cloud a:hover,
.sidebar .widget .tagcloud a:hover {
  background-color: var(--gifall-base);
  color: var(--gifall-white);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--gifall-black, #141212);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--gifall-black, #141212);
}
.sidebar .widget .wp-calendar-table td#today {
  background-color: var(--gifall-black, #141212);
  color: #fff;
}
.sidebar .widget .wp-calendar-table td#today a {
  color: #fff;
}
.sidebar .widget .wp-block-archives {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-archives li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-archives li a::after {
  display: none;
}
.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--gifall-black, #141212);
  font-weight: 500;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 500;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
  color: var(--gifall-black, #141212);
  transition: 0.3s;
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--gifall-base, #3e8f75);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--gifall-font, "Outfit", sans-serif);
  color: var(--gifall-black, #141212);
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\e90f";
  margin-right: 5px;
  font-family: "icomoon";
  font-weight: 400;
  color: var(--gifall-black, #141212);
  opacity: 0.8;
  font-size: 16px;
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.sidebar .widget .has-excerpts.wp-block-latest-comments {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  font-weight: 500;
  margin-bottom: 0;
  color: var(--gifall-black, #141212);
  opacity: 0.8;
  font-size: 16px;
  line-height: 32px;
}
.sidebar .widget .wp-block-latest-posts__list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-latest-posts__list li > a {
  color: var(--gifall-black, #141212) !important;
  font-weight: 600;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  margin-right: 5px;
  color: var(--gifall-black, #141212);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--gifall-black, #141212);
  font-weight: 400;
  font-family: "icomoon" !important;
  content: "\e902";
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  font-size: 16px;
  content: "\e90f";
  margin-right: 5px;
  font-family: "icomoon" !important;
  font-weight: 400;
  color: var(--gifall-black, #141212);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--gifall-black, #141212);
  margin-right: 15px;
}
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-left: 0;
}
.sidebar .widget .wp-block-rss__item::before {
  display: none;
}
.sidebar .widget .wp-block-rss__item a::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--gifall-black, #141212);
  object-fit: 0.8;
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--gifall-black, #141212);
  font-weight: 400;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--gifall-black, #141212);
  font-weight: 400;
  font-family: "icomoon" !important;
  content: "\e902";
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
  content: "\e90f";
  margin-right: 5px;
  font-family: "icomoon" !important;
  font-weight: 400;
  color: var(--gifall-black, #141212);
  font-size: 16px;
}
.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date,
.sidebar .widget .wp-block-archives-dropdown label {
  font-weight: 500;
  color: var(--gifall-black, #141212);
}
.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date {
  font-size: 14px;
}
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 60px;
}
.sidebar .widget #loginform {
  margin-top: -10px;
}
.sidebar .widget #loginform input[type=text],
.sidebar .widget #loginform input[type=password] {
  margin-bottom: 10px;
}
.sidebar .widget #loginform p {
  margin: 0;
}
.sidebar .widget #loginform input[type=checkbox] {
  border: 1px solid var(--gifall-gray, #131216);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--gifall-black, #141212);
  text-transform: uppercase;
  font-family: var(--gifall-font, "Outfit", sans-serif);
  transition: all 500ms ease;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--gifall-base, #3e8f75);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--gifall-font, "Outfit", sans-serif);
  font-size: 16px;
  color: #635a5a !important;
  text-transform: capitalize;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  transition: 0.3s;
  color: inherit;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--gifall-base, #3e8f75);
}

.wc-block-price-filter__title,
.widget.widget_block h2,
.widget .sidebar__title,
.widget .sidebar-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--gifall-black);
  padding-left: 20px;
}
.wc-block-price-filter__title::before,
.widget.widget_block h2::before,
.widget .sidebar__title::before,
.widget .sidebar-title h2::before {
  position: absolute;
  top: 7px;
  left: 0;
  height: 16px;
  width: 12px;
  background: var(--gifall-base);
  content: "";
}
.wc-block-price-filter__title::after,
.widget.widget_block h2::after,
.widget .sidebar__title::after,
.widget .sidebar-title h2::after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 8px;
  background: var(--gifall-primary);
  content: "";
}

.sidebar .widget ul.wp-block-social-links li a::after {
  content: "";
}

.wp-block-rss__item-title a,
.sidebar .widget.widget_rss li .rsswidget {
  font-weight: 600;
}

.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_recent_comments > ul,
.sidebar .widget.widget_archive > ul {
  margin-bottom: -10px;
}

.sidebar .widget ::placeholder {
  opacity: 1;
  color: var(--gifall-gray, #131216);
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
  color: var(--gifall-black, #141212);
  font-weight: 600;
  font-size: 18px;
}

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 600;
  font-size: 18px;
}

.wp-block-search__button-inside .wp-block-search__inside-wrapper input[type=search] {
  border: none;
}

.wp-block-search__label {
  display: none;
}

.sidebar .widget .widget.widget_archive ul li a::after,
.sidebar .widget ul.wp-block-categories li a::after,
.sidebar .widget.widget_categories ul li a::after {
  content: "";
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}

.widget.widget_archive ul li,
.sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  margin-top: 6px;
}

.widget_archive ul li a::after {
  display: none;
}

.widget .error-page__form {
  margin-top: 0;
  margin-bottom: 0;
}
.widget .error-page__form button[type=submit] {
  background-color: transparent;
  border: 0;
  opacity: 0.7;
}
.widget .error-page__form button[type=submit]:hover {
  background-color: transparent;
  color: var(--gifall-base);
  border: 0;
}
.widget .error-page__form input[type=search] {
  padding-right: 80px;
}

.widget .error-page__form {
  position: relative;
}

.widget .error-page__form button[type=submit] {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--gifall-base, #3e8f75);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom Animations
--------------------------------------------- */
@keyframes sunMove {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25%, 75% {
    -webkit-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***
  =============================================
	  circle Css
  =============================================
  ***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/***
  =============================================
	  Zoom Fade Css
  =============================================
  ***/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/***
  =============================================
	  Zoom In Out Css
  =============================================
  ***/
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
/***
  =============================================
	  Animation1 Css
  =============================================
  ***/
@-webkit-keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
/***
  =============================================
	  Animation2 Css
  =============================================
  ***/
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@-webkit-keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@-webkit-keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
@keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
/***
  =============================================
	  Float Bob Y Animation Css
  =============================================
  ***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
.footertree {
  -webkit-animation: footerTree 5s ease-in infinite;
  animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
  # Animations
  --------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@-webkit-keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-webkit-keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@-webkit-keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
/*--------------------------------------------------------------
  #     Zoom Fade Css
  --------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
/* custom animations */
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  50% {
    transform: rotate(20deg) translate(10px, 0px);
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@keyframes ImgBounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes boxRotate {
  0%, 100% {
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%, 75% {
    visibility: hidden;
    transform: rotateY(-90deg);
  }
  50% {
    transform: rotateY(-180deg);
    visibility: visible;
  }
}
@keyframes boxRotateReverse {
  0%, 100% {
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%, 75% {
    transform: rotateY(90deg);
    visibility: hidden;
  }
  50% {
    transform: rotateY(180deg);
    visibility: visible;
  }
}
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0, 3px);
  }
  50% {
    transform: rotate(-15deg) translate(0, 10px);
  }
  100% {
    transform: rotate(0deg) translate(0, 3px);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  color: rgba(var(--gifall-gray-rgb), 0.8);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--gifall-font);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--gifall-black);
  transition: 0.3s;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--gifall-black);
  font-family: var(--gifall-font);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

/***
=============================================
    Form Validation Styles
=============================================
***/
input:focus,
textarea:focus,
select:focus {
  border-color: var(--gifall-base);
  outline: none;
}

#contact-form input[type=text].error {
  border-color: red;
}

#contact-form input[type=email].error {
  border-color: red;
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error {
  border-color: red;
}

#contact-form label.error {
  display: none !important;
}

.ml-0 {
  margin: 0 !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

/***
=============================================
    Rating Box
=============================================
***/
.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.rating-box ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  line-height: 0;
}

.rating-box ul li:last-child {
  margin-right: 0;
}

.rating-box ul li span {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/***
=============================================
   Sec Title
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-bottom: 50px;
}

.sec-title__tagline {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.sec-title__tagline h6 {
  color: var(--gifall-base);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--gifall-font-2);
}

.sec-title__title {
  color: var(--gifall-black);
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

/***
=============================================
   Thm Btn
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 0px 55px 0px;
  line-height: 65px;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 500;
  background: var(--gifall-primary);
  overflow: hidden;
  font-family: var(--gifall-font);
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.thm-btn::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 91%;
  background: var(--gifall-base);
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, -8% 100%, 0% 100%);
}

.thm-btn::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--gifall-base);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.thm-btn:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.thm-btn .txt {
  position: relative;
  z-index: 1;
}

.thm-btn:hover,
.thm-btn:focus {
  color: #ffffff;
}

/***
=============================================
   Owl Dot Style1
=============================================
***/
.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 50px !important;
  display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #e7e7e7;
  border: 0px solid #a5a5a5;
  margin: 0px 10px;
  padding: 0px;
  border-radius: 0%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--gifall-base);
  border-radius: 0%;
  transform: scale(0);
  transition: all 500ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
  transform: scale(1);
}

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

img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

/***
=============================================
   Scroll To Top
=============================================
***/
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--gifall-base);
  border: 2px solid var(--gifall-base);
  color: #ffffff;
  font-size: 20px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
}

.scroll-to-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-to-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background-color: var(--gifall-black);
  border-color: var(--gifall-black);
}

.scroll-to-top i::before {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #ededed;
  border-radius: 20px;
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  border: 0px solid #dee0e2;
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--gifall-font);
  z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: #ffffff;
  background: var(--gifall-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 20px;
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
}

.styled-pagination li a span:before {
  position: relative;
  top: 1px;
  color: var(--gifall-black);
  font-size: 15px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: #ffffff;
}

.checked-box1 {
  position: relative;
  display: block;
  min-height: 20px;
}

.checked-box1 label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--gifall-gray);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  min-height: 20px;
  font-family: var(--gifall-font);
}

.checked-box1 input[type=checkbox] {
  display: none;
}

.checked-box1 input[type=checkbox] + label span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #80868d;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 label span:before {
  font-family: "icomoon" !important;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  content: "\e922";
  font-size: 10px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  margin: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checked-box1 input[type=checkbox]:checked + label span {
  border-color: #80868d;
}

.checked-box1 input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

/***
=============================================
   Search Popup
=============================================
***/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gifall-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  padding-right: 75px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--gifall-primary);
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.search-popup__content .thm-btn::before {
  display: none;
}

.search-popup__content .thm-btn i::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  margin-left: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 5;
}

.search-popup__content .thm-btn:hover i::before {
  color: #ffffff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--gifall-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--gifall-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--gifall-white);
  color: var(--gifall-base);
  cursor: pointer;
}

/* Preloader Css*/
.preloader {
  position: fixed;
  background-color: var(--gifall-black);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gifall-black);
  opacity: 0.7;
  cursor: pointer;
}

.mobile-nav__content {
  position: relative;
  width: 300px;
  background-color: #000000;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  z-index: 10;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.mobile-nav__close:hover {
  background-color: var(--gifall-black);
}

.mobile-nav__close i:before {
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__content .logo-box h1 {
  color: var(--gifall-white);
  text-transform: capitalize;
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 20px;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--gifall-font);
  font-weight: 500;
  height: 46px;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 14px;
  font-weight: 400;
}

.mobile-nav__content .main-menu__list > li > a.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: var(--gifall-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--gifall-base);
  border: none;
  outline: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--gifall-base);
}

.mobile-nav__content .home-showcase__title {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 0px;
}

.mobile-nav__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 0;
}

.mobile-nav__contact li {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--gifall-base);
}

.mobile-nav__contact li > i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}

.mobile-nav__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--gifall-black);
  background-color: #ffffff;
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

/*--------------------------------------------------------------
# Main Header Css
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-box {
  display: block;
  float: right;
  margin-left: auto;
}

/****
  .main-menu__right {
    position: relative;
    display: block;
    float: right;
  }

  .main-menu__search-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 23px 0;
  }

  .main-menu__search-box:before {
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: -30px;
    content: "";
    width: 1px;
    background-color: var(--gifall-white);
    opacity: .10;
  }

  .main-menu__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: var(--gifall-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .main-menu__search:hover {
    color: var(--gifall-primary);
  }
  ***/
.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  position: relative;
  padding-top: 28px;
  padding-bottom: 26px;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 38px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-family: var(--gifall-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.stricky-header .main-menu__list > li > a {
  color: #000;
}

.stricky-header .main-header-two__bottom-left-text {
  display: none;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--gifall-primary);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transform-origin: top;
  transform-style: preserve-3d;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 700ms ease;
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: 1px solid rgba(var(--gifall-black-rgb, 53, 84, 209), 0.07);
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  color: var(--gifall-black);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 10px 25px;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-family: var(--gifall-font);
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  color: #ffffff;
  background-color: var(--gifall-base);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

/*-------------------------------------
    Stricky Header Css
  ---------------------------------------*/
.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}
.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

/***
  .mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0px;
  }

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

  .mobile-nav__buttons a {
    font-size: 20px;
    color: var(--gifall-base);
    cursor: pointer;
  }

  .mobile-nav__buttons a+a {
    margin-left: 10px;
  }

  .mobile-nav__buttons a:hover {
    color: var(--gifall-base);
  }
  **/
.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 25px;
  cursor: pointer;
  line-height: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--gifall-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
.stricky-header.main-menu {
  background-color: #ffffff;
}

.stricky-header .main-menu-box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stricky-header .main-menu__wrapper {
  background-color: #ffffff;
}

.stricky-header .main-menu__wrapper-inner {
  justify-content: space-between;
}

.stricky-header .phone-number-box-style1 {
  display: none;
}

.stricky-header .main-menu__list > li {
  padding: 27px 0;
}

.stricky-header .main-menu__list > li + li {
  margin-left: 45px;
}

.stricky-header .main-menu-style1-right {
  margin-left: 30px;
}

/***
=============================================
Main Header One
=============================================
***/
.main-header-one {
  position: relative;
  display: block;
  z-index: 99;
}

.main-header-one__top {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 17px 0px 30px;
}

.main-header-one__top .auto-container {
  max-width: 1810px;
  width: 100%;
}

.main-header-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-one__top-left {
  position: relative;
  display: block;
  z-index: 1;
}

.main-header-one__top-left::before {
  position: absolute;
  top: -26px;
  left: -99999px;
  bottom: -39px;
  right: 110px;
  background: #f7f7f7;
  content: "";
  z-index: -1;
}

.logo-box-one {
  position: relative;
  display: block;
  padding-right: 80px;
  z-index: 1;
}

.logo-box-one::before {
  position: absolute;
  top: -26px;
  left: 0px;
  bottom: -39px;
  right: 0;
  background: #f7f7f7;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.logo-box-one::after {
  position: absolute;
  top: -29px;
  right: 20px;
  bottom: -43px;
  width: 1px;
  background: #3a393d;
  content: "";
  z-index: 5;
  transform: rotate(19deg);
}

.logo-box-one a {
  position: relative;
  display: inline-block;
}

.main-header-one__top-middle {
  position: relative;
  display: block;
}

.main-header__contact-info {
  position: relative;
  display: block;
}

.main-header__contact-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-header__contact-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 76px;
}

.main-header__contact-info ul li:last-child {
  margin-right: 0;
}

.main-header__contact-info ul li .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-info ul li .inner .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.main-header__contact-info ul li .inner .icon-box::before {
  position: absolute;
  left: 0;
  bottom: -48px;
  right: 0;
  width: 55px;
  height: 55px;
  background: var(--gifall-base);
  border-radius: 50%;
  content: "";
  transition: all 400ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.main-header__contact-info ul li:hover .inner .icon-box::before {
  bottom: 0px;
}

.main-header__contact-info ul li .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 30px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__contact-info ul li:hover .inner .icon-box span:before {
  color: #ffffff;
}

.main-header__contact-info ul li .inner .text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.main-header__contact-info ul li .inner .text-box p {
  margin: 0;
  line-height: 26px;
}

.main-header__contact-info ul li .inner .text-box h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.main-header__contact-info ul li .inner .text-box h4 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__contact-info ul li .inner .text-box h4 a:hover {
  color: var(--gifall-base);
}

.main-header-one__top-right {
  position: relative;
  display: block;
}

.main-header-one__top-right-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  border: 1px solid var(--gifall-black);
  padding: 20px 35px 20px;
}

.main-header-one__top-right-inner .text-box {
  position: relative;
  display: block;
}

.main-header-one__top-right-inner .text-box h3 {
  color: var(--gifall-base);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.main-header-one__top-right-inner .btn-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-header-one__top-right-inner .btn-box a {
  position: relative;
  display: block;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--gifall-primary);
  padding: 2px 30px 3px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.main-header-one__top-right-inner .btn-box a:hover {
  color: #ffffff;
  background: var(--gifall-base);
}

.main-header-one__bottom {
  position: relative;
  display: block;
}

.main-header-one__bottom-inner {
  position: relative;
  display: block;
}

.main-header-one__bottom .main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--gifall-base);
  border-radius: 5px;
  margin-top: -12px;
  padding: 0px 30px 0px;
  z-index: 5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-one__bottom-right .btn-box1 {
  position: relative;
  display: block;
}

.main-header-one__bottom-right .btn-box1 a {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--gifall-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.stricky-header .main-header-one__bottom-right .btn-box1 a {
  color: var(--gifall-black);
}
.stricky-header .main-header-one__bottom-right .btn-box1 a:hover {
  color: var(--gifall-base);
}

.stricky-header .main-header-one__bottom-right .btn-box2 a:hover {
  color: var(--gifall-white);
  background-color: var(--gifall-base);
}

.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--gifall-base);
}

.stricky-header .header-search-box a {
  background-color: var(--gifall-base);
  color: var(--gifall-white);
}

.main-header-one__bottom-right .btn-box1 a:hover {
  color: var(--gifall-black);
}

.main-header-one__bottom-right .btn-box2 {
  position: relative;
  display: block;
  margin-left: 15px;
}

.main-header-one__bottom-right .btn-box2 a {
  color: var(--gifall-black);
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--gifall-primary);
  padding: 5px 25px 6px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.main-header-one__bottom-right .btn-box2 a:hover {
  background: #ffffff;
}

.header-search-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.header-search-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e4d43;
  font-size: 20px;
  font-weight: 400;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-search-box a:hover {
  color: #ffffff;
  background: var(--gifall-black);
}

.stricky-header--one .main-menu__list > li > a {
  color: var(--gifall-black);
}

.stricky-header--one .main-menu__list > li.current > a,
.stricky-header--one .main-menu__list > li:hover > a {
  color: var(--gifall-base);
}

.stricky-header--one .header-search-box a {
  background: var(--gifall-base);
  color: #ffffff;
}

.stricky-header--one .header-search-box a:hover {
  background: var(--gifall-black);
}

.stricky-header--one .main-header-one__bottom-right .btn-box2 a {
  color: var(--gifall-black);
  background: var(--gifall-primary);
}

.stricky-header--one .main-header-one__bottom-right .btn-box2 a:hover {
  background: var(--gifall-black);
  color: #ffffff;
}

.stricky-header--one .main-header-one__bottom-right .btn-box1 a {
  color: var(--gifall-black);
}

.stricky-header--one .main-header-one__bottom-right .btn-box1 a:hover {
  color: var(--gifall-base);
}

/***
=============================================
Main Header Two
=============================================
***/
.main-header-one.style2 {
  position: relative;
  display: block;
  background: #ffffff;
}

.main-header-one.style2 .main-header-one__top {
  padding: 23px 0px 23px;
}

.main-header-one.style2 .main-header-one__top-left::before {
  display: none;
}

.main-header-one.style2 .main-header-one__bottom .main-menu__wrapper-inner {
  margin-top: 0px;
}

.main-header-one.style2 .logo-box-one {
  padding-right: 90px;
}

.main-header-one.style2 .logo-box-one::before {
  display: none;
}

.main-header-one.style2 .logo-box-one::after {
  display: none;
}

.main-header-one.style2 .main-header-one__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-menu-box {
  position: relative;
  display: block;
}

.main-header-menu-box li {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.main-header-menu-box li:last-child {
  margin-right: 0;
}

.main-header-menu-box li a {
  position: relative;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
}

.main-header-menu-box li a::before {
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
  height: 2px;
  background: var(--gifall-primary);
  content: "";
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.main-header-menu-box li a:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-header-one.style2 .main-header__contact-info ul li .inner .icon-box::before {
  bottom: -55px;
}

.main-header-one.style2 .main-header__contact-info ul li:hover .inner .icon-box::before {
  bottom: 0px;
}

.main-header-two__top-right {
  position: relative;
  display: block;
}

.header-social-links {
  position: relative;
  display: block;
  overflow: hidden;
}

.header-social-links li {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}

.header-social-links li:last-child {
  margin-right: 0;
}

.header-social-links li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #f7f7f7;
  color: #1e1d21;
  border-radius: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.header-social-links li a:hover {
  color: #ffffff;
}

.header-social-links li a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--gifall-base);
  border-radius: 20px;
  transition: 0.5s;
  transform: scale(0.5);
  opacity: 0;
  content: "";
  z-index: -1;
}

.header-social-links li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.header-social-links li a.style2 span:before {
  font-size: 19px;
}

.header-social-links li a span:before {
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.main-header-one.style2 .main-header-one__bottom .auto-container {
  max-width: 1810px;
  width: 100%;
}

.main-header-one.style2 .main-header-one__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__bottom-left-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 55px;
  padding-left: 8px;
  padding-right: 25px;
  z-index: 1;
}

.main-header-two__bottom-left-text::before {
  position: absolute;
  top: -22px;
  left: -27px;
  bottom: -25px;
  right: 0;
  background: #ffffff;
  border-radius: 4px;
  content: "";
  z-index: -1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main-header-two__bottom-left-text .text-box {
  position: relative;
  display: block;
}

.main-header-two__bottom-left-text .text-box h4 {
  color: var(--gifall-base);
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.main-header-two__bottom-left-text .btn-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-header-two__bottom-left-text .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 2px 30px 3px;
  background: var(--gifall-primary);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.main-header-two__bottom-left-text .btn-box a:hover {
  color: #ffffff;
  background: var(--gifall-base);
}

.stricky-header--one.style2 .main-header-two__bottom-left-text {
  display: none;
}

/***
=============================================
Main Slider One
=============================================
***/
.main-slider-one {
  position: relative;
  display: block;
  margin-top: -68px;
  z-index: 1;
}

.main-slider-one__inner {
  position: relative;
  display: block;
}

.main-slider-one__single {
  position: relative;
  display: block;
}

.main-slider-one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-slider-one .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-one .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateX(-100%);
  z-index: 1;
}

.main-slider-one .active .shape1 {
  opacity: 1;
  transform: translateX(0);
  transition: all 1400ms ease;
  transition-delay: 1600ms;
}

.main-slider-one .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
}

.main-slider-one .active .shape2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1600ms ease;
  transition-delay: 1800ms;
}

.main-slider-one__content {
  position: relative;
  display: block;
  padding: 249px 0px 180px;
  z-index: 5;
}

.main-slider-one__content .tagline {
  position: relative;
  display: block;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  z-index: 10;
}

.main-slider .active .main-slider-one__content .tagline {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.main-slider-one__content .tagline span {
  color: var(--gifall-primary);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--gifall-font-2);
  text-transform: uppercase;
}

.main-slider-one__content .title {
  position: relative;
  display: block;
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider .active .main-slider-one__content .title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one__content .title h2 {
  color: #ffffff;
  font-size: 90px;
  line-height: 1em;
  font-weight: 700;
}

.main-slider-one__content .text {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider .active .main-slider-one__content .text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one__content .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.main-slider-one__content .btn-box {
  position: relative;
  display: block;
  margin-top: 49px;
  line-height: 0;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  z-index: 10;
}

.main-slider-one__content .btn-box .thm-btn {
  background: var(--gifall-base);
}

.main-slider-one__content .btn-box .thm-btn .txt {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-slider-one__content .btn-box .thm-btn:hover .txt {
  color: var(--gifall-black);
}

.main-slider-one__content .btn-box .thm-btn::before {
  background: var(--gifall-primary);
}

.main-slider-one__content .btn-box .thm-btn::after {
  background: var(--gifall-primary);
}

.main-slider .active .main-slider-one__content .btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.nav-style1.owl-theme .owl-nav {
  position: absolute;
  top: 41%;
  left: 59%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1500px;
  width: 100%;
  padding: 0 15px;
  height: 0;
  line-height: 0;
  z-index: 100;
}

.nav-style1.owl-carousel .owl-nav button.owl-next,
.nav-style1.owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 60px;
  background: rgba(21, 21, 21, 0.4);
  border-radius: 25px;
  color: #ffffff;
  font-size: 25px;
  line-height: 75px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
}

.nav-style1.owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: 0;
  margin-bottom: 10px;
}

.nav-style1.owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0;
}

.nav-style1.owl-carousel .owl-nav button.owl-next:hover,
.nav-style1.owl-carousel .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: rgba(var(--gifall-base-rgb), 0.3);
}

.nav-style1.owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 75px;
  font-weight: 400;
}

.nav-style1.owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 75px;
  font-weight: 400;
}

.dot-style1.owl-theme .owl-dots {
  position: absolute;
  top: 46%;
  left: 43px;
  width: 26px;
  z-index: 10;
}

.dot-style1.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  margin: 8px 5px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}

.dot-style1.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  content: "";
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.dot-style1.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scale(1);
  opacity: 1;
}

/***
=============================================
Main Slider Two
=============================================
***/
.main-slider-one.style2 {
  position: relative;
  display: block;
  margin-top: 0px;
}

.main-slider-one.style2 .image-layer {
  background: rgba(53, 71, 65, 0.8);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main-slider-one.style2 .main-slider-one__content {
  position: relative;
  display: block;
  padding: 189px 0px 189px;
  z-index: 5;
}

.main-slider-one.style2 .main-slider-one__content .title h2 {
  line-height: 1.1em;
}

.main-slider-one.style2 .shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateX(-100%);
  z-index: 1;
}

.main-slider-one.style2 .active .shape3 {
  opacity: 1;
  transform: translateX(0);
  transition: all 2000ms ease;
  transition-delay: 2300ms;
}

.main-slider-one.style2 .main-slider-one__content .tagline {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one.style2 .active .main-slider-one__content .tagline {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one.style2 .main-slider-one__content .title {
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one.style2 .active .main-slider-one__content .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider-one.style2 .main-slider-one__content .text {
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one.style2 .active .main-slider-one__content .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider-one.style2 .main-slider-one__content .btn-box {
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one.style2 .main-slider-one__content .btn-box .thm-btn {
  background: var(--gifall-primary);
}

.main-slider-one.style2 .main-slider-one__content .btn-box .thm-btn .txt {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-slider-one.style2 .main-slider-one__content .btn-box .thm-btn:hover .txt {
  color: #ffffff;
}

.main-slider-one.style2 .main-slider-one__content .btn-box .thm-btn::before {
  background: var(--gifall-base);
}

.main-slider-one.style2 .main-slider-one__content .btn-box .thm-btn::after {
  background: var(--gifall-base);
}

.main-slider-one.style2 .active .main-slider-one__content .btn-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

/***
=============================================
Main Slider Three
=============================================
***/
.main-slider-one.style3 {
  position: relative;
  display: block;
  margin-top: 0px;
}

.main-slider-one.style3 .image-layer {
  background: rgba(46, 44, 34, 0.6);
  background-blend-mode: overlay;
}

.main-slider-one.style3 .main-slider-one__content .title h2 {
  line-height: 1.1em;
}

.main-slider-one.style3 .main-slider-one__content .tagline span {
  position: relative;
}

.main-slider-one.style3 .main-slider-one__content .tagline span::before {
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  height: 1px;
  width: 0%;
  background: var(--gifall-primary);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  content: "";
}

.main-slider-one.style3 .active .main-slider-one__content .tagline span::before {
  width: 100%;
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.main-slider-one.style3 .main-slider-one__content {
  padding: 159px 0px 250px;
  z-index: 5;
}

.main-slider-one.style3 .main-slider-one__content .btn-box {
  position: relative;
  display: block;
}

.main-slider-one.style3 .main-slider-one__content .btn-box .thm-btn {
  background: var(--gifall-primary);
}

.main-slider-one.style3 .main-slider-one__content .btn-box .thm-btn::before {
  background: var(--gifall-base);
}

.main-slider-one.style3 .main-slider-one__content .btn-box .thm-btn .txt {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-slider-one.style3 .main-slider-one__content .btn-box .thm-btn:hover .txt {
  color: #ffffff;
}

.main-slider-one.style3 .main-slider-one__content .btn-box .thm-btn::after {
  background: var(--gifall-base);
}

/***
=============================================
  Page Header
=============================================
***/
.page-header {
  position: relative;
  display: block;
  padding: 133px 0px 141px;
  overflow: hidden;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 75px;
  line-height: 85px;
  margin-bottom: 28px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
  margin-top: 9px;
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--gifall-primary);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--gifall-font-2);
}

.page-header__inner .thm-breadcrumb li + li {
  position: relative;
  padding-left: 15px;
}
.page-header__inner .thm-breadcrumb li + li::before {
  content: "-";
}

.page-header__inner .thm-breadcrumb li a {
  color: var(--gifall-primary);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--gifall-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li a:hover {
  color: var(--gifall-base);
}

/***
=============================================
Feature One
=============================================
***/
.feature-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
}

.feature-one__single {
  position: relative;
  display: block;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px 10px 50px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.feature-one__single .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.feature-one__single .shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.feature-one__single-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  z-index: 1;
}

.feature-one__single-icon .shape1 {
  position: absolute;
  top: 6px;
  left: 7px;
  width: 45px;
  height: 45px;
  background: var(--gifall-primary);
  border-radius: 50%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(0.9);
  z-index: -1;
}

.feature-one__single:hover .feature-one__single-icon .shape1 {
  transform: scale(1);
}

.feature-one__single-icon .shape1.l12 {
  left: 12px;
}

.feature-one__single-icon .shape1.style3 {
  top: auto;
  left: auto;
  right: 9px;
  bottom: 2px;
}

.feature-one__single-icon span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 70px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one__single:hover .feature-one__single-icon span:before {
  transform: scale(0.9);
}

.feature-one__single-content {
  position: relative;
  display: block;
}

.feature-one__single-content h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
  margin-bottom: 9px;
}

.feature-one__single-content h2 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-one__single-content h2 a:hover {
  color: var(--gifall-base);
}

.feature-one__single-content p {
  line-height: 32px;
  margin: 0;
}

/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  overflow: hidden;
  z-index: 1;
}

.about-one .shape5 {
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: -1;
}

.about-one__content {
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
}

.about-one__content-text {
  position: relative;
  display: block;
}

.about-one__content-text p {
  font-size: 18px;
  line-height: 34px;
}

.about-one__content .sec-title {
  padding-bottom: 26px;
}

.about-one__content-bottom {
  position: relative;
  display: block;
  margin-top: 40px;
}

.about-one__content-bottom-left {
  position: relative;
  display: block;
}

.about-one__content-bottom-left .single-box {
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.about-one__content-bottom-left .single-box.mb0 {
  margin-bottom: 0;
}

.about-one__content-bottom-left .single-box .inner {
  position: relative;
  display: block;
  padding-left: 100px;
}

.about-one__content-bottom-left .single-box .inner .icon-box {
  position: absolute;
  top: 9px;
  left: 0;
}

.about-one__content-bottom-left .single-box .inner .icon-box .shape1 {
  position: absolute;
  left: 14px;
  bottom: -12px;
  width: 45px;
  height: 45px;
  background: var(--gifall-primary);
  border-radius: 50%;
}

.about-one__content-bottom-left .single-box .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 70px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.about-one__content-bottom-left .single-box:hover .inner .icon-box span:before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.about-one__content-bottom-left .single-box .inner .content-box {
  position: relative;
  display: block;
}

.about-one__content-bottom-left .single-box .inner .content-box h2 {
  color: var(--gifall-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.about-one__content-bottom-left .single-box .inner .content-box p {
  margin: 0;
}

.about-one__content-bottom-left-list {
  position: relative;
  display: block;
  margin-top: 58px;
}

.about-one__content-bottom-left-list li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.about-one__content-bottom-left-list li:last-child {
  margin-bottom: 0;
}

.about-one__content-bottom-left-list li p {
  position: relative;
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding-left: 30px;
}

.about-one__content-bottom-left-list li p::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--gifall-primary);
  border: 5px solid var(--gifall-base);
  content: "";
}

.about-one__content-bottom-right {
  position: relative;
  display: block;
  margin-left: 35px;
}

.about-one__helped-fund {
  position: relative;
  display: block;
  width: 265px;
  padding: 0px 0px 0px;
  margin-top: 32px;
  z-index: 1;
}

.about-one__helped-fund::before {
  position: absolute;
  left: 40px;
  bottom: -41px;
  right: 40px;
  background: var(--gifall-base);
  height: 2px;
  content: "";
}

.about-one__helped-fund .shape3 {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: var(--gifall-primary);
  z-index: 1;
}

.about-one__helped-fund-bg {
  position: absolute;
  top: -55px;
  left: -32px;
  width: 328px;
  height: 424px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.about-one__helped-fund .img-box {
  position: relative;
  display: block;
  width: 150px;
  margin: 0 auto;
  z-index: 1;
}

.about-one__helped-fund .img-box .shape2 {
  position: absolute;
  top: 52px;
  left: -15px;
  z-index: 2;
}

.about-one__helped-fund .img-box .inner {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.about-one__helped-fund .img-box .inner img {
  width: 100%;
}

.about-one__helped-fund .content-box {
  position: relative;
  display: block;
  margin-top: 40px;
}

.about-one__helped-fund .content-box h2 {
  color: var(--gifall-base);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 1px;
}

.about-one__helped-fund .content-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 2px;
}

.about-one__helped-fund .content-box p {
  margin: 0;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img-inner {
  position: relative;
  display: block;
}

.about-one__img-inner .shape4 {
  position: absolute;
  top: 35px;
  left: 0px;
  z-index: 1;
}

.elementor .about-one__img-inner img,
.about-one__img-inner img {
  max-width: none;
  float: left;
  transform: translatex(15px);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.about-one__bottom {
  position: relative;
  display: block;
  background: #f5f4ec;
  padding: 25px 35px 25px;
  margin-top: 80px;
  border-radius: 5px;
}

.about-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-one__bottom-content {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__bottom-content .icon-box {
  position: relative;
  display: block;
}

.about-one__bottom-content .icon-box span:before {
  color: var(--gifall-base);
  font-size: 70px;
}

.about-one__bottom-content .text-box {
  position: relative;
  display: block;
  margin-left: 45px;
}

.about-one__bottom-content .text-box h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
}

.about-one__bottom-btn {
  position: relative;
  display: block;
  line-height: 0;
}

/***
=============================================
Case One
=============================================
***/
.case-one {
  position: relative;
  display: block;
  padding: 120px 0px 200px;
  z-index: 1;
}
.case-one .container {
  position: relative;
}

.case-one .sec-title {
  padding-bottom: 60px;
}

.case-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.case-one .auto-container {
  max-width: 1600px;
  width: 100%;
}

.case-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.case-one__single-img {
  position: relative;
  display: block;
}

.case-one__single-img .text-box {
  position: absolute;
  left: 30px;
  bottom: -13px;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--gifall-primary);
  padding: 0px 20px 1px;
  border-radius: 13px;
  z-index: 5;
}

.case-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000000;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.case-one__single-img .inner img {
  width: 100%;
  transition: all 500ms ease;
  filter: grayscale(1);
}

.case-one__single:hover .case-one__single-img .inner img {
  opacity: 0.5;
  transform: scaleX(1.05);
}

.case-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  z-index: 1;
}

.case-one__single-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.case-one__single-content .inner {
  position: relative;
  display: block;
  padding: 33px 30px 32px;
}

.case-one__single-content .inner h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 14px;
}

.case-one__single-content .inner h2 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.case-one__single-content .inner h2 a:hover {
  color: var(--gifall-base);
}

.case-one__single-content .inner p {
  line-height: 28px;
  margin: 0;
}

.case-one__progress {
  position: relative;
  display: block;
  background: #e6eeeb;
  padding: 40px 30px 22px;
  border-radius: 10px;
}

.case-one__progress-box {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 8px;
  padding: 4px 4px 4px;
}

.case-one__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background: #ffffff;
  border-radius: 6px;
}

.case-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  background: var(--gifall-base);
  border-radius: 6px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.case-one__progress .bar-inner::before {
  position: absolute;
  top: -4px;
  right: 0;
  width: 15px;
  height: 15px;
  background: var(--gifall-primary);
  border: 3px solid var(--gifall-base);
  border-radius: 50%;
  content: "";
}

.case-one__progress .count-text {
  position: absolute;
  top: -31px;
  right: 0px;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.case-one__progress .bottom-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.case-one__progress .bottom-text .left-text {
  position: relative;
  display: block;
}

.case-one__progress .bottom-text .left-text p {
  color: var(--gifall-base);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.case-one__progress .bottom-text .left-text p span {
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 28px;
}

.case-one__progress .bottom-text .right-text {
  position: relative;
  display: block;
}

.case-one__progress .bottom-text .right-text p {
  color: var(--gifall-black);
  line-height: 28px;
}

/***
=============================================
Video One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  z-index: 1;
}

.video-one .shape3 {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

.video-one__inner {
  position: relative;
  display: block;
  padding: 230px 0px 187px;
  overflow: hidden;
  margin-top: -110px;
  z-index: 5;
}

.video-one__inner .shape1 {
  position: absolute;
  top: 80px;
  right: -90px;
  z-index: 1;
}

.video-one__inner .shape2 {
  position: absolute;
  left: -235px;
  bottom: -110px;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  border-radius: 10px;
}

.video-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-one__icon a {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: var(--gifall-base);
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.video-one__icon a:hover {
  color: #ffffff;
  background: var(--gifall-base);
}

.video-one__icon a::before,
.video-one__icon a::after {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
}

.video-one__icon a::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.video-one__inner .title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 21px;
}

.video-one__inner .title-box h2 {
  color: rgba(249, 255, 253, 0.7);
  font-size: 66px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
  letter-spacing: 0.1em;
}

/***
=============================================
Counter One
=============================================
***/
.counter-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 82px;
  z-index: 1;
}

.counter-one .shape1 {
  position: absolute;
  right: 85px;
  bottom: 120px;
  z-index: -1;
}

.counter-one__single {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 30px;
}

.counter-one__single-top {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__single-top .img-box {
  position: relative;
  display: block;
}

.counter-one__single-top .img-box img {
  width: 100%;
}

.counter-one__single-top .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 14px;
}

.counter-one__single-top .text-box h2 {
  font-size: 60px;
  line-height: 0.9em;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.counter-one__single-top .text-box h2 .dollar {
  position: relative;
  display: inline-block;
  top: 4px;
  right: -11px;
}

.counter-one__single-top .text-box h2 .m {
  position: relative;
  display: inline-block;
  right: 15px;
}

.counter-one .odometer.odometer-auto-theme,
.counter-one .odometer.odometer-theme-default {
  font-family: var(--gifall-font-2);
  line-height: 0.9em;
}

.counter-one__single-bottom {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-left: 20px;
}

.counter-one__single-bottom p {
  color: var(--gifall-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

/***
=============================================
Feature Two
=============================================
***/
.feature-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}

.feature-two__img {
  position: relative;
  display: block;
  margin-right: 30px;
  z-index: 1;
}

.feature-two__img .shape2 {
  position: absolute;
  bottom: -95px;
  left: 108px;
  z-index: -1;
}

.feature-two__img1 {
  position: relative;
  display: block;
  margin-right: 65px;
  z-index: 1;
}

.feature-two__img1 .shape1 {
  position: absolute;
  top: -95px;
  right: 0;
  z-index: 1;
}

.elementor .feature-two__img1 img,
.feature-two__img1 img {
  max-width: none;
  float: right;
  border-radius: 5px;
  overflow: hidden;
  filter: grayscale(1);
}

.feature-two__img2 {
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: 5;
}

.feature-two__img2 .inner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.feature-two__img2 .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.feature-two__img2 .inner:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.feature-two__img2 .inner img {
  width: auto;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.feature-two__img2 .inner:hover img {
  transform: scale(1);
}

.feature-two__content {
  position: relative;
  display: block;
  margin-left: 10px;
}

.feature-two__content .sec-title {
  padding-bottom: 21px;
}

.feature-two__content .sec-title__title {
  text-transform: none;
}

.feature-two__content-text1 {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.feature-two__content-text1 p {
  font-size: 18px;
  line-height: 34px;
}

.feature-two__content-text2 {
  position: relative;
  display: block;
  border-bottom: 1px solid #e7e9eb;
  padding-bottom: 34px;
}

.feature-two__content-text2 p {
  font-size: 18px;
  line-height: 34px;
}

.feature-two__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.feature-two__content-bottom-content {
  position: relative;
  display: block;
}

.feature-two__content-bottom-content .top-content {
  position: relative;
  display: flex;
  align-items: center;
}

.feature-two__content-bottom-content .top-content .icon-box {
  position: relative;
  display: block;
  z-index: 1;
}

.feature-two__content-bottom-content .top-content .icon-box .shape3 {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 50px;
  height: 50px;
  background: var(--gifall-primary);
  border-radius: 50%;
  z-index: -1;
}

.feature-two__content-bottom-content .top-content .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 60px;
}

.feature-two__content-bottom-content .top-content .text-box {
  position: relative;
  display: block;
  margin-left: 17px;
}

.feature-two__content-bottom-content .top-content .text-box h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.feature-two__content-bottom-content .top-content .text-box h2 .dollar {
  position: relative;
  display: inline-block;
  right: -5px;
  top: 1px;
}

.feature-two__content-bottom-content .top-content .text-box h2 .plus {
  position: relative;
  display: inline-block;
  right: 8px;
  top: 4px;
}

.feature-two .odometer.odometer-auto-theme,
.feature-two .odometer.odometer-theme-default {
  font-family: var(--gifall-font-2);
  line-height: 40px;
}

.feature-two__content-bottom-content .top-content .text-box p {
  font-weight: 500;
  line-height: 26px;
  margin-left: 13px;
}

.feature-two__content-bottom-content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 64px;
}

.feature-two__content-bottom-img {
  position: relative;
  display: block;
  max-width: 230px;
  width: 100%;
  margin-left: 70px;
}

.feature-two__content-bottom-img-inner {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  background: #387e67;
}

.feature-two__content-bottom-img-inner img {
  width: 100%;
  mix-blend-mode: overlay;
}

.feature-two__content-bottom-img-inner .content-box {
  position: absolute;
  left: 0px;
  right: 0;
  text-align: center;
  bottom: 30px;
  z-index: 5;
}

.feature-two__content-bottom-img-inner .content-box p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.feature-two__content-bottom-img-inner .content-box h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

/***
=============================================
Gallery One
=============================================
***/
.gallery-one {
  position: relative;
  display: block;
  background: #ffffff;
  z-index: 1;
}

.gallery-one__top {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-one__top .shape1 {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 5;
}

.gallery-one__top .shape2 {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 5;
}

.gallery-one__top__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0e7452;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.gallery-one__top__bg > div {
  background-color: #0e7452;
  mix-blend-mode: overlay;
}
.gallery-one__top__bg > div div {
  filter: grayscale(1);
}

.gallery-one__top-inner {
  position: relative;
  display: block;
  padding: 111px 0px 230px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.gallery-one__top-inner .text-box {
  position: relative;
  display: block;
}

.gallery-one__top-inner .text-box h2 {
  color: #ffffff;
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
}

.gallery-one__top-inner .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 52px;
}

.gallery-one__top-inner .btn-box .thm-btn::before {
  background: #ffffff;
}

.gallery-one__top-inner .btn-box .thm-btn::after {
  background: #ffffff;
}

.gallery-one__top-inner .btn-box .thm-btn:hover {
  color: var(--gifall-black);
}

.gallery-one__bottom {
  position: relative;
  display: block;
  padding-bottom: 90px;
  margin-top: -115px;
  z-index: 5;
}

.gallery-one__bottom .auto-container {
  max-width: 1600px;
  width: 100%;
}

.gallery-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-one__single-img {
  position: relative;
  display: block;
  border-radius: 40px;
  background: #17956a;
  overflow: hidden;
  z-index: 1;
}

.gallery-one__single-img.bg2 {
  background: #9e8a18;
}

.gallery-one__single-img.bg3 {
  background: #c86b42;
}

.gallery-one__single-img.bg4 {
  background: #a78fa2;
}

.gallery-one__single-img img {
  width: 100%;
  mix-blend-mode: overlay;
}

.gallery-one__single-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8015581232) 0%, rgba(0, 0, 0, 0.3393732493) 35%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  height: 120px;
  content: "";
  z-index: 1;
}

.gallery-one__single-img .text-box {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  text-align: center;
  z-index: 5;
}

.gallery-one__single-img .text-box h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
}

.gallery-one__single-img .text-box h2 a {
  color: #ffffff;
}

/***
=============================================
Testimonial One
=============================================
***/
.testimonial-one {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  z-index: 1;
}

.testimonial-one .auto-container {
  max-width: 1800px;
  width: 100%;
}

.testimonial-one__inner {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background: #d3e5df;
  overflow: hidden;
  border-radius: 3px;
  padding: 40px 45px 60px;
  z-index: 1;
}

.testimonial-one__single .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.testimonial-one__single .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.testimonial-one__single .icon-box {
  position: absolute;
  top: 45px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: var(--gifall-primary);
  border-radius: 50%;
  z-index: 2;
}

.testimonial-one__single .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 45px;
}

.testimonial-one__single-img {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
}

.testimonial-one__single-img img {
  width: 100%;
}

.testimonial-one__single .author-info {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.testimonial-one__single .author-info h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.testimonial-one__single .author-info p {
  color: var(--gifall-base);
  margin: 0;
}

.testimonial-one__single .text-box {
  position: relative;
  display: block;
}

.testimonial-one__single .text-box p {
  color: var(--gifall-black);
  font-size: 20px;
  line-height: 34px;
}

/***
=============================================
Team One
=============================================
***/
.team-one {
  position: relative;
  display: block;
  z-index: 1;
}

.team-one .auto-container {
  max-width: 1800px;
  width: 100%;
}

.team-one__inner {
  position: relative;
  display: block;
  padding: 120px 0px 81px;
  z-index: 1;
}

.team-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 56px;
}

.team-one__top .sec-title {
  padding-bottom: 0px;
}

.team-one__top .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.team-one__top .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  border: 2px solid var(--gifall-base);
  border-radius: 30px;
  padding: 0px 50px 0px;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__top .btn-box a:hover {
  color: #ffffff;
  background: var(--gifall-base);
}

.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__single-img {
  position: relative;
  display: block;
  z-index: 1;
}

.team-one__single-img-bg {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: -5px;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.team-one__single-img .inner {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.team-one__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--gifall-black-rgb), 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.team-one__single:hover .team-one__single-img .inner::before {
  opacity: 1;
}

.team-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.team-one__single:hover .team-one__single-img .inner img {
  transform: scale(1);
}

.team-one__social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--gifall-primary);
  padding: 10px 22px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
}
.team-one__social a {
  position: relative;
  display: flex;
  margin: 0 8px;
  align-items: center;
  font-size: 15px;
  color: var(--gifall-black);
}

.team-one__single:hover .team-one__social {
  transform: scaleY(1) translateX(-50%);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.team-one__single-content {
  position: relative;
  display: block;
  padding-top: 24px;
}

.team-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
}

.team-one__single-content h2 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-content h2 a:hover {
  color: var(--gifall-base);
}

.team-one__single-content p {
  margin: 0;
}

/***
=============================================
Blog One
=============================================
***/
.blog-details__content .blog-list__single-img {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
}

.blog-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}

.blog-one__none-bg .blog-one {
  background: transparent;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.blog-one__single-img {
  position: relative;
  display: block;
}

.blog-one__single-img .overlay-text {
  position: absolute;
  left: 35px;
  bottom: -15px;
  z-index: 5;
  margin-left: 0;
  padding-left: 0;
}

.blog-one__single-img .overlay-text li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}

.blog-one__single-img .overlay-text li:last-child {
  margin-right: 0;
}

.blog-one__single-img .overlay-text li p {
  position: relative;
  display: block;
  background: var(--gifall-primary);
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 13px;
  padding: 1px 15px 2px;
}

.blog-one__single-img .overlay-text li.style2 p {
  color: #ffffff;
  background: var(--gifall-base);
}

.blog-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 1;
}

.blog-one__single-img .inner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(var(--gifall-black-rgb), 0.5);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.blog-one__single:hover .blog-one__single-img .inner::before {
  transform: scaleY(1);
}

.blog-one__single-img .inner img {
  width: 100%;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
}

.elementor .blog-one__single-img .inner img {
  filter: grayscale(1);
}

.blog-one__single:hover .blog-one__single-img .inner img {
  transform: scale(1.2) rotate(1deg);
}

.blog-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  padding: 45px 35px 31px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 1;
}

.blog-one__single-content .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  content: "";
  z-index: -1;
}

.blog-one__single-content .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -5px;
  width: 43%;
  background: #407d69;
  border-bottom-left-radius: 30px;
  z-index: -3;
}

.blog-one__single-content .right-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -5px;
  width: 65%;
  background: var(--gifall-primary);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -2;
}

.blog-one__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  margin-left: 0;
  padding-left: 0;
}

.blog-one__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 25px;
  line-height: 0;
}

.blog-one__single-content .meta-box li:last-child {
  margin-right: 0px;
}

.blog-one__single-content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-one__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 16px;
}

.blog-one__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-one__single-content .meta-box li .text p {
  color: rgba(var(--gifall-gray-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.blog-one__single-content .meta-box li .text p a {
  color: rgba(var(--gifall-gray-rgb), 0.7);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content .meta-box li .text p a:hover {
  color: var(--gifall-base);
}

.blog-one__single-content h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}

.blog-one__single-content h2 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content h2 a:hover {
  color: var(--gifall-base);
}

.blog-one__single-content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}

.blog-one__single-content-bottom .btn-box {
  position: relative;
  display: block;
}

.blog-one__single-content-bottom .btn-box a {
  color: var(--gifall-base);
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content-bottom .btn-box a:hover {
  color: var(--gifall-black);
}

.blog-one__single-content-bottom .btn-box a span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 14px;
  top: 2px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content-bottom .btn-box a:hover span:before {
  color: var(--gifall-black);
}

.blog-one__single-content-bottom .icon-box {
  position: relative;
  display: none;
}

.blog-one__single-content-bottom .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #74727f;
  font-size: 18px;
  font-weight: 700;
}

/***
=============================================
Footer One
=============================================
***/
.footer-one {
  position: relative;
  display: block;
  background: var(--gifall-black);
  padding: 100px 0px 0px;
  overflow: hidden;
  z-index: 1;
}

.footer-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.footer-one .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.footer-one .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.footer-one .shape3 {
  position: absolute;
  top: -147px;
  left: 0;
  right: 0;
  z-index: -1;
}

.footer {
  position: relative;
  display: block;
  padding-bottom: 58px;
}

.footer-one__top {
  position: relative;
  display: block;
  border-bottom: 1px solid #3f3c3c;
  padding-bottom: 72px;
}

.footer-one__top-text {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-top: 7px;
}

.footer-one__top-text:before {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 3px;
  width: 4px;
  background: var(--gifall-base);
  content: "";
}

.footer-one__top-text:after {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 4px;
  background: var(--gifall-primary);
  content: "";
}

.footer-one__top-text h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 2px;
}

.footer-one__top-text p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 28px;
}

.footer-one__top-form {
  position: relative;
  display: block;
  margin-left: 20px;
  width: 100%;
}

.footer-one__top-form .input-box {
  position: relative;
  display: block;
}

.footer-one__top-form input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  padding-right: 210px;
  background: #ffffff;
  border: none;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border-radius: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--gifall-font);
  text-transform: none;
  outline: none;
}

.footer-one__top-form input::-webkit-input-placeholder {
  color: #848484;
}

.footer-one__top-form input:-moz-placeholder {
  color: #848484;
}

.footer-one__top-form input::-moz-placeholder {
  color: #848484;
}

.footer-one__top-form input:-ms-input-placeholder {
  color: #848484;
}

.footer-one__top-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 80px;
  border-radius: 100px;
  background: var(--gifall-primary);
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-one__top-form button .text {
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__top-form button:hover .text {
  color: #ffffff;
}

.footer-one__top-form button i::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 30px;
  top: 5px;
  padding-left: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__top-form button:hover i::before {
  color: #ffffff;
}

.footer-one__top-form input[type=email]:focus {
  color: var(--gifall-black);
}

.footer-one__top-form input[type=email]:focus + button,
.footer-one__top-form button:hover {
  color: #ffffff;
  background: var(--gifall-base);
}

.footer-one__middel {
  position: relative;
  display: block;
  padding-top: 55px;
}

.footer-widget__single {
  position: relative;
  display: block;
}

.footer-widget__single-about {
  position: relative;
  display: block;
  max-width: 260px;
  width: 100%;
}

.footer-widget__single-about .logo-box {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}

.footer-widget__single-about .logo-box a {
  position: relative;
  display: inline-block;
}

.footer-widget__single-about-text {
  position: relative;
  display: block;
  padding-bottom: 36px;
}

.footer-widget__single-about-text p {
  color: rgba(255, 255, 255, 0.66);
}

.footer-widget__single-about-btn {
  position: relative;
  display: block;
  line-height: 0;
}

.footer-one__single {
  position: relative;
  display: block;
}

.footer-one__single .title {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 32px;
}

.footer-one__single .title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.footer-one__single-address {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: -30px;
}

.footer-one__single-address-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 0;
}

.footer-one__single-address-box li {
  position: relative;
  display: block;
  border-bottom: 1px solid #3f3c3c;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.footer-one__single-address-box li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footer-one__single-address-box li .title-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.footer-one__single-address-box li .title-box h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-one__single-address-box li .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-one__single-address-box li .inner .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.footer-one__single-address-box li .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.footer-one__single-address-box li .inner .content-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.footer-one__single-address-box li .inner .content-box p {
  color: rgba(255, 255, 255, 0.6);
}

.footer-one__single-address-box li .inner .content-box p a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__single-address-box li .inner .content-box p a:hover {
  color: #ffffff;
}

.footer-one__single-explore {
  position: relative;
  display: block;
  margin-left: 50px;
}

.footer-one__single-explore-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 0;
}

.footer-one__single-explore-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.footer-one__single-explore-list li:last-child {
  margin-bottom: 0;
}

.footer-one__single-explore-list li a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__single-explore-list li a:hover {
  color: #ffffff;
}

.footer-one__single-post {
  position: relative;
  display: block;
  margin-left: 48px;
}

.footer-one__single-post-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 0;
}

.footer-one__single-post-box li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3f3c3c;
  padding-bottom: 23px;
  margin-bottom: 22px;
}

.footer-one__single-post-box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-one__single-post-box li .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  z-index: 1;
}

.footer-one__single-post-box li .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--gifall-base-rgb), 0.3);
  opacity: 0;
  z-index: 1;
  content: "";
}

.footer-one__single-post-box li:hover .img-box::before {
  opacity: 1;
}

.footer-one__single-post-box li .img-box img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
  width: 75px;
  height: 75px;
  object-fit: cover;
  filter: grayscale(1);
}

.footer-one__single-post-box li:hover .img-box img {
  transform: scale(1);
}

.footer-one__single-post-box li .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.footer-one__single-post-box li .content-box span {
  color: #787878;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.footer-one__single-post-box li .content-box p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.footer-one__single-post-box li .content-box p a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__single-post-box li .content-box p a:hover {
  color: #ffffff;
}

.footer-one__bottom {
  position: relative;
  display: block;
}

.footer-one__bottom .bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #3f3c3c;
  padding: 35px 0px 35px;
}

.footer-one__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-one__bottom-left .title-box {
  position: relative;
  display: block;
}

.footer-one__bottom-left .title-box h4 {
  color: #ffffff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
}

.footer-one__bottom-left .social-links {
  position: relative;
  display: block;
  margin-left: 20px;
}

.footer-one__bottom-left .social-links ul {
  position: relative;
  display: block;
  padding-left: 0;
}

.footer-one__bottom-left .social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.footer-one__bottom-left .social-links ul li:last-child {
  margin-right: 0;
}

.footer-one__bottom-left .social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gifall-black);
  font-size: 15px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-one__bottom-left .social-links ul li a:hover {
  color: #ffffff;
}

.footer-one__bottom-left .social-links ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--gifall-base);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.footer-one__bottom-left .social-links ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.footer-one__bottom .bottom-inner .copyright {
  position: relative;
  display: block;
}

.footer-one__bottom .bottom-inner .copyright p {
  color: rgba(249, 255, 253, 0.8);
  letter-spacing: 0.025em;
  margin: 0;
  text-transform: capitalize;
}

.footer-one__bottom .bottom-inner .copyright p a {
  color: rgba(249, 255, 253, 0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__bottom .bottom-inner .copyright p a:hover {
  color: var(--gifall-base);
}

/***
============================================
About Two
============================================
***/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0px 0px;
  overflow: hidden;
  z-index: 4;
}

.about-two .shape6 {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: -1;
}

.about-two__img {
  position: relative;
  display: block;
  margin-right: 20px;
}

.about-two__img-inner {
  position: relative;
  display: block;
  z-index: 1;
}

.about-two__img-inner .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.elementor .about-two__img-inner img,
.about-two__img-inner img {
  max-width: none;
  float: right;
  filter: grayscale(1);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.about-two__content {
  position: relative;
  display: block;
  margin-left: 40px;
  z-index: 1;
}

.about-two__content .shape5 {
  position: absolute;
  top: 90px;
  right: 25px;
  width: 30px;
  height: 30px;
  background: var(--gifall-primary);
  z-index: -1;
}

.about-two__content .sec-title {
  padding-bottom: 26px;
}

.about-two__content-text1 {
  position: relative;
  display: block;
}

.about-two__content-text1 p {
  font-size: 18px;
  line-height: 34px;
}

.about-two__content-text2 {
  position: relative;
  display: block;
  margin-top: 40px;
}

.about-two__content-text2-single {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.about-two__content-text2-single .icon-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-two__content-text2-single .icon-box .shape2 {
  position: absolute;
  left: 14px;
  bottom: -21px;
  width: 45px;
  height: 45px;
  background: var(--gifall-primary);
  border-radius: 50%;
  z-index: -1;
}

.about-two__content-text2-single .icon-box .shape3 {
  position: absolute;
  top: 16px;
  left: 7px;
  width: 45px;
  height: 45px;
  background: var(--gifall-primary);
  border-radius: 50%;
  z-index: -1;
}

.about-two__content-text2-single .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 70px;
  top: 9px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.about-two__content-text2-single:hover .icon-box span:before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.about-two__content-text2-single .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-two__content-text2-single .content-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.about-two__content-text2-single .content-box p {
  margin: 0;
}

.about-two__content-text3 {
  position: relative;
  display: block;
  margin-top: 11px;
}

.about-two__content-text3-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid var(--gifall-base);
  background: #f8f8f7;
  padding: 15px 20px 15px;
  z-index: 1;
}

.about-two__content-text3-inner .img-box {
  position: relative;
  display: block;
  width: 90px;
}

.about-two__content-text3-inner .img-box .shape4 {
  position: absolute;
  top: 22px;
  right: -10px;
  z-index: 1;
}

.about-two__content-text3-inner .img-box .inner {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.about-two__content-text3-inner .img-box .inner img {
  width: 100%;
}

.about-two__content-text3-inner .content-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__content-text3-inner .content-box .text1 {
  position: relative;
  display: block;
}

.about-two__content-text3-inner .content-box .text1 p {
  margin: 0;
}

.about-two__content-text3-inner .content-box .text2 {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-two__content-text3-inner .content-box .text2 h2 {
  color: var(--gifall-base);
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.about-two__content-text3-inner .content-box .text2 p {
  color: var(--gifall-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
}

.about-two__content-text4 {
  position: relative;
  display: block;
  margin-top: 38px;
}

.about-two__content-text4-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.about-two__content-text4-single ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-two__content-text4-single ul li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.about-two__content-text4-single ul li:last-child {
  margin-bottom: 0;
}

.about-two__content-text4-single ul li p {
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.about-two__content-text4-single ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 18px;
  font-weight: 700;
  padding-right: 3px;
  top: 1px;
}

.about-two .about-one__bottom {
  z-index: 2;
}

/***
============================================
Case Two
============================================
***/
.case-one--two .case-one {
  position: relative;
  display: block;
  margin-top: -60px;
  padding: 160px 0px 90px;
}

/***
============================================
Feature Three
============================================
***/
.counter-one--two {
  position: relative;
  display: block;
  padding-bottom: 0px;
}

.counter-one--two .counter-one__single {
  margin-left: 45px;
}

/***
============================================
Feature Three
============================================
***/
.feature-three {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 82px 0px 120px;
  z-index: 1;
}

.feature-three .shape3 {
  position: absolute;
  top: 25px;
  left: 40px;
  opacity: 0.1;
  z-index: -1;
}

.feature-three .shape4 {
  position: absolute;
  left: 150px;
  bottom: 170px;
  z-index: -1;
}

.feature-three__content {
  position: relative;
  display: block;
  margin-right: -40px;
}

.feature-three__content .sec-title__title {
  text-transform: none;
}

.feature-three__content .sec-title {
  padding-bottom: 26px;
}

.feature-three__content-text {
  position: relative;
  display: block;
}

.feature-three__content-text p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.feature-three__progress {
  position: relative;
  display: block;
  margin-top: 35px;
}

.feature-three__progress-single {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.feature-three__progress-single.mb0 {
  margin-bottom: 0;
}

.feature-three__progress-single .title-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.feature-three__progress-single .title-box h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
}

.feature-three__progress-single .bar {
  position: relative;
  width: 100%;
  height: 12px;
  background: #eaeaea;
  border-radius: 5px;
}

.feature-three__progress-single .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 12px;
  background: var(--gifall-base);
  border-radius: 5px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.feature-three__progress-single .bar-inner::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 14px;
  height: 14px;
  background: var(--gifall-primary);
  border: 3px solid #407d69;
  border-radius: 50%;
  content: "";
}

.feature-three__progress-single .count-text {
  position: absolute;
  top: -37px;
  right: 0px;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.feature-three__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 69px;
}

.feature-three__content-bottom .img-box {
  position: relative;
  display: block;
  background: #387e67;
  border-radius: 3px;
  overflow: hidden;
  max-width: 230px;
  width: 100%;
}

.feature-three__content-bottom .img-box .content-box {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  text-align: center;
  z-index: 2;
}

.feature-three__content-bottom .img-box .content-box p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.feature-three__content-bottom .img-box .content-box h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

.feature-three__content-bottom .img-box img {
  width: 100%;
  mix-blend-mode: overlay;
}

.feature-three__content-bottom .content-box {
  position: relative;
  display: block;
}

.feature-three__content-bottom .content-box ul {
  position: relative;
  display: block;
  padding-left: 15px;
  margin: 0;
}

.feature-three__content-bottom .content-box ul::before {
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 8px;
  width: 3px;
  background: var(--gifall-base);
  content: "";
}

.feature-three__content-bottom .content-box ul::after {
  position: absolute;
  top: 33px;
  left: 0;
  width: 3px;
  height: 24px;
  background: var(--gifall-primary);
  content: "";
}

.feature-three__content-bottom .content-box ul li {
  position: relative;
  display: block;
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 4px;
}

.feature-three__content-bottom .content-box ul li:last-child {
  margin-bottom: 0;
}

.feature-three__content-bottom .content-box .btn-box {
  position: relative;
  display: block;
  margin-top: 42px;
}

.feature-three__img {
  position: relative;
  display: block;
  margin-left: 65px;
}

.feature-three__img1 {
  position: relative;
  display: block;
  margin-left: 70px;
  z-index: 1;
}

.feature-three__img1 .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.elementor .feature-three__img1 img,
.feature-three__img1 img {
  max-width: none;
  float: left;
}

.feature-three__img2 {
  position: absolute;
  left: 0;
  bottom: -55px;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(52, 72, 59, 0.6);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  z-index: 2;
}

.feature-three__img2 img {
  width: 100%;
  mix-blend-mode: overlay;
}

.feature-three__img .content-box {
  position: absolute;
  left: 0;
  bottom: -65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 14px 24px 0px rgba(197, 203, 201, 0.35);
  text-align: center;
  z-index: 5;
}

.feature-three__img .content-box .icon-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
  z-index: 1;
}

.feature-three__img .content-box .icon-box .shape2 {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 50px;
  height: 50px;
  background: var(--gifall-primary);
  border-radius: 50%;
  z-index: -1;
}

.feature-three__img .content-box .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 60px;
}

.feature-three__img .content-box .text-box {
  position: relative;
  display: block;
}

.feature-three__img .content-box .text-box h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.feature-three__img .content-box .text-box h2 .dollar {
  position: relative;
  display: inline-block;
  right: -5px;
  top: 2px;
}

.feature-three__img .content-box .text-box h2 .plus {
  position: relative;
  display: inline-block;
  right: 8px;
  top: 4px;
}

.feature-three .odometer.odometer-auto-theme,
.feature-three .odometer.odometer-theme-default {
  font-family: var(--gifall-font-2);
  line-height: 40px;
}

.feature-three__img .content-box .text-box p {
  font-weight: 500;
  line-height: 26px;
}

/***
============================================
Events One
============================================
***/
.events-one {
  position: relative;
  display: block;
  z-index: 5;
}

.events-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.events-one__single-img {
  position: relative;
  display: block;
}

.events-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 1;
}

.events-one__single-img .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.events-one__single:hover .events-one__single-img .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.events-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
  filter: grayscale(1);
}

.events-one__single:hover .events-one__single-img .inner img {
  transform: scale(1);
}

.events-one__single-img .content-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  bottom: -15px;
  right: 0;
  z-index: 5;
}

.events-one__single-img .content-box .top-contant {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  background: var(--gifall-primary);
  padding: 2px 18px 3px;
  text-align: center;
  margin: 0 auto;
  border-radius: 13px;
  margin-bottom: 31px;
  transform: translateX(-30%) translateY(-10px);
}

.events-one__single-img .top-contant {
  position: absolute;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  background: var(--gifall-primary);
  padding: 2px 18px 3px;
  text-align: center;
  margin: 0 auto;
  border-radius: 13px;
  margin-bottom: 10px;
  top: 30px;
  left: 30px;
}

.events-one__single-img .bottom-content {
  position: relative;
  display: block;
}

.events-one__single-img .bottom-content ul {
  position: relative;
  display: flex;
  align-items: center;
  background: #49665d;
  padding: 3px 20px 3px;
  border-radius: 13px;
  overflow: hidden;
  margin-left: 0;
}

.events-one__single-img .bottom-content ul li {
  position: relative;
  display: block;
  margin-right: 15px;
}

.events-one__single-img .bottom-content ul li:last-child {
  margin-right: 0;
}

.events-one__single-img .bottom-content ul li p {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.events-one__single-img .bottom-content ul li p span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  top: 2px;
  padding-right: 4px;
}

.events-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  padding: 36px 15px 31px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 1;
}

.events-one__single-content .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  content: "";
  z-index: -1;
}

.events-one__single-content .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -5px;
  width: 43%;
  background: #407d69;
  border-bottom-left-radius: 30px;
  z-index: -3;
}

.events-one__single-content .right-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -5px;
  width: 65%;
  background: var(--gifall-primary);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -2;
}

.events-one__single-content h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 12px;
}

.events-one__single-content h2 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.events-one__single-content h2 a:hover {
  color: var(--gifall-base);
}

.events-one__single-content .btn-box {
  position: relative;
  display: block;
}

.events-one__single-content .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.events-one__single-content .btn-box a:hover {
  color: var(--gifall-black);
}

.events-one__single-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 13px;
  top: 1px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.events-one__single-content .btn-box a:hover span::before {
  color: var(--gifall-black);
}

/***
============================================
Gallery Two
============================================
***/
.gallery-one--two {
  position: relative;
  display: block;
  margin-top: -160px;
}

.gallery-one--two .gallery-one__top-inner {
  padding: 221px 0px 230px;
}

.gallery-one--two .gallery-one__top__bg {
  background: #374f46;
}

/***
============================================
Testimonial Two
============================================
***/
.testimonial-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.testimonial-two__inner {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  padding: 20px 0px 10px;
  z-index: 1;
}

.testimonial-two__single .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.testimonial-two__single .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.testimonial-two__single-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  border-radius: 30px;
}

.testimonial-two__single-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  z-index: 5;
}

.testimonial-two__single-top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__single-top-left .img-box {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-two__single-top-left .img-box img {
  width: 100%;
  filter: grayscale(1);
}

.testimonial-two__single-top-left .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.testimonial-two__single-top-left .text-box h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.testimonial-two__single-top-left .text-box p {
  color: var(--gifall-base);
}

.testimonial-two__single-top-right {
  position: relative;
  display: block;
}

.testimonial-two__single-top-right .rating-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 15px 20px 7px;
  padding-right: 10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.testimonial-two__single-top-right .rating-box ul li {
  margin-right: 2px;
}

.testimonial-two__single-top-right .rating-box ul li:last-child {
  margin-right: 0;
}

.testimonial-two__single-top-right .rating-box ul li span {
  color: #f9a52c;
  font-size: 25px;
  line-height: 25px;
}

.testimonial-two__single-inner {
  position: relative;
  display: block;
  padding: 20px 40px 40px;
  z-index: 5;
}

.testimonial-two__single-inner p {
  font-size: 20px;
  line-height: 34px;
}

.testimonial-two__single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: var(--gifall-primary);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 5;
}

.testimonial-two__single .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 45px;
}

/***
=============================================
Brand One
=============================================
***/
.brand-one {
  position: relative;
  display: block;
  padding: 54px 0 55px;
  z-index: 1;
}

.brand-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--gifall-primary);
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}

.brand-one .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}

.brand-one .swiper-slide .img-box {
  position: relative;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-one .swiper-slide:hover .img-box {
  transform: translateY(-100%);
}

.brand-one .swiper-slide .img-box img {
  opacity: 1;
  width: auto;
}

.brand-one .swiper-slide .img-box2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-one .swiper-slide:hover .img-box2 {
  transform: translateY(0);
}

/***
=============================================
Feature Four
=============================================
***/
.feature-one--four {
  position: relative;
  display: block;
  padding: 0px 0px 20px;
  margin-top: -110px;
  background: transparent;
  z-index: 2;
}

.feature-one--four .auto-container {
  max-width: 1600px;
  width: 100%;
}

.feature-one--four .feature-one__single {
  padding: 40px 10px 30px;
}

.feature-one--four .feature-one__single .shape2 {
  top: -15px;
}

.feature-one--four .feature-one__single .shape3 {
  bottom: -70px;
}

/***
=============================================
About Three
=============================================
***/
.about-two--three {
  position: relative;
  display: block;
  padding: 70px 0px 120px;
  z-index: 1;
}

.about-two--three .shape8 {
  position: absolute;
  top: 250px;
  right: 35px;
  z-index: -1;
  opacity: 0.3;
}

.about-two--three .about-two__img-inner {
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.about-two--three .about-two__img-inner::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(20deg);
  z-index: 1;
}

.about-two--three .about-two__img-inner:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.about-two--three .about-two__img-inner img {
  float: none;
  width: 100%;
}

.about-two--three .about-two__content-text2-single {
  align-items: center;
}

.about-two--three .about-two__content-text2-single .icon-box span:before {
  top: 0px;
}

.about-two--three .about-two__content-text2-single .content-box h2 {
  margin-bottom: 0px;
}

.about-two--three .about-two__content-text2-single .icon-box .shape2 {
  left: 10px;
  bottom: auto;
  top: 6px;
}

.about-two--three .about-two__content-text2 {
  border-bottom: 1px solid #e7e7e7;
}

.about-two--three .about-two__content-text4 {
  margin-top: 28px;
}

.about-two--three .about-two__content .shape5 {
  top: -25px;
  right: -25px;
}

.about-two__content-text5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
}

.about-two__content-text5 .left-content {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 380px;
  width: 100%;
  border-radius: 5px;
  background: #f8f8f7;
  border: 1px solid #edecec;
  padding: 25px 25px 25px;
  padding-right: 50px;
}

.about-two__content-text5 .left-content .icon-box {
  position: absolute;
  bottom: 5px;
  right: 9px;
}

.about-two__content-text5 .left-content .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #bdbdbb;
  font-size: 30px;
}

.about-two__content-text5 .left-content .img-box {
  position: relative;
  display: block;
  width: 90px;
}

.about-two__content-text5 .left-content .img-box .shape7 {
  position: absolute;
  top: 23px;
  left: -10px;
  z-index: 1;
}

.about-two__content-text5 .left-content .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.about-two__content-text5 .left-content .img-box .inner img {
  width: 100%;
}

.about-two__content-text5 .left-content .text-box {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1;
}

.about-two__content-text5 .left-content .text-box p {
  margin: 0;
}

.about-two__content-text5 .right-content {
  position: relative;
  display: block;
  background: #fffbe6;
  padding: 28px 30px 35px;
  border-radius: 5px;
}

.about-two__content-text5 .right-content h2 {
  font-size: 41px;
  line-height: 41px;
  font-weight: 700;
}

.about-two--three .odometer.odometer-auto-theme,
.about-two--three .odometer.odometer-theme-default {
  font-family: var(--gifall-font);
  line-height: 41px;
}

.about-two__content-text5 .right-content h2 .plus {
  position: relative;
  display: inline-block;
  top: 3px;
  right: 2px;
}

.about-two__content-text5 .right-content p {
  column-rule: var(--gifall-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

/***
=====================================================
Case Three
=====================================================
***/
.style3 .case-one {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

/***
=====================================================
Feature Four
=====================================================
***/
.feature-three.style4 {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.feature-three.style4 .shape3 {
  top: 60px;
}

.feature-three.style4 .shape4 {
  left: auto;
  bottom: 250px;
  right: 140px;
}

.feature-three.style4 .feature-three__img1 {
  overflow: hidden;
  border-radius: 5px;
}

.feature-three.style4 .feature-three__img1 img {
  width: 100%;
  float: none;
  filter: grayscale(1);
}

.feature-three.style4 .feature-three__img .content-box {
  background: #fffbe6;
}

/***
=====================================================
Gallery Three
=====================================================
***/
.gallery-one.style3 {
  position: relative;
  display: block;
}

.gallery-one.style3 .gallery-one__top__bg {
  background: #374f46;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery-one.style3 .shape3 {
  position: absolute;
  top: -125px;
  left: 0;
}

.gallery-one.style3 .shape4 {
  position: absolute;
  top: -135px;
  right: 0;
}

/***
=====================================================
Video Two
=====================================================
***/
.video-one--two {
  position: relative;
  display: block;
}

.video-one--two .shape4 {
  position: absolute;
  left: 40px;
  bottom: -175px;
  opacity: 0.1;
  z-index: -1;
}

.video-one--two .shape5 {
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}

.video-one--two .video-one__inner {
  margin-top: -125px;
}

/***
=====================================================
Counter Three
=====================================================
***/
.style3 .counter-one {
  position: relative;
  display: block;
  padding: 0px 0px 82px;
}

.style3 .counter-one .counter-one__single {
  margin-left: 40px;
}

/***
=====================================================
Gallery One Bottom Style2
=====================================================
***/
.gallery-one__bottom.style2 {
  position: relative;
  display: block;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: -155px;
  z-index: 5;
}

/***
=====================================================
Footer Two
=====================================================
***/
.footer-one.style2 {
  position: relative;
  display: block;
  padding-top: 200px;
}

/***
=====================================================
Events Two
=====================================================
***/
.events-one--two {
  position: relative;
  display: block;
  padding: 120px 0px 95px;
  z-index: 1;
}

.events-one--two__bg {
  position: absolute;
  top: 370px;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.events-one--two .auto-container {
  max-width: 1600px;
  width: 100%;
}

/***
=====================================================
Testimonial Three
=====================================================
***/
.testimonial-three {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  z-index: 1;
}

.testimonial-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.testimonial-three__inner {
  position: relative;
  display: block;
}

.testimonial-three__single {
  position: relative;
  display: block;
  background: #f9f7f7;
  border: 1px solid var(--gifall-black);
  padding: 40px 60px 40px;
  padding-right: 35px;
  border-radius: 30px;
}

.testimonial-three__single-inner {
  position: relative;
  display: block;
}

.testimonial-three__single-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-three__single-top .author-box {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-three__single-top .author-box .img-box {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__single-top .author-box .img-box img {
  width: 100%;
}

.testimonial-three__single-top .author-box .text-box {
  position: relative;
  display: block;
  margin-left: 30px;
  flex: 1;
}

.testimonial-three__single-top .author-box .text-box h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.testimonial-three__single-top .author-box .text-box p {
  margin: 0;
  line-height: 26px;
}

.testimonial-three__single-top .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 45px;
  background: #434343;
  z-index: 1;
}

.testimonial-three__single-top .icon-box .shape1 {
  position: absolute;
  bottom: -13px;
  right: 21px;
}

.testimonial-three__single-top .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
  transform: rotate(180deg);
}

.testimonial-three__single-middle {
  position: relative;
  display: block;
  margin-top: 35px;
}

.testimonial-three__single-middle h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
  margin-bottom: 20px;
}

.testimonial-three__single-middle p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.testimonial-three__single-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}

.testimonial-three__single-bottom .rating-box {
  position: relative;
  display: block;
}

.testimonial-three__single-bottom .rating-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f0eeee;
  padding: 10px 17px 7px;
}

.testimonial-three__single-bottom .rating-box ul li span {
  color: #f9b549;
  font-size: 18px;
  line-height: 18px;
}

.testimonial-three__single-bottom .rating-box ul li span.cle2 {
  color: #d6d4d1;
}

.testimonial-three__single-bottom .rating-box ul li {
  margin-right: 3px;
}

.testimonial-three__single-bottom .rating-box ul li:last-child {
  margin-right: 0;
}

.testimonial-three__single-bottom .social-links {
  position: relative;
  display: block;
  overflow: hidden;
}

.testimonial-three__single-bottom .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 2px;
}

.testimonial-three__single-bottom .social-links li:last-child {
  margin-right: 0;
}

.testimonial-three__single-bottom .social-links li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background: #f0eeee;
}

.testimonial-three__single-bottom .social-links li a:hover {
  background: var(--gifall-base);
}

.testimonial-three__single-bottom .social-links li a span::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__single-bottom .social-links li a:hover span::before {
  color: #ffffff;
}

.testimonial-three .owl-theme .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -140px;
  right: 0px;
}

.testimonial-three .owl-carousel .owl-nav button.owl-prev,
.testimonial-three .owl-carousel .owl-nav button.owl-next {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #eaeaea;
  color: #050505;
  font-size: 20px;
  font-weight: 700;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three .owl-carousel .owl-nav button.owl-prev span:before,
.testimonial-three .owl-carousel .owl-nav button.owl-next span:before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-three .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-three .owl-carousel .owl-nav button.owl-next:hover {
  background: var(--gifall-base);
  color: #ffffff;
}

/***
=============================================
Feature Four About
=============================================
***/
.feature-one--four.about {
  position: relative;
  display: block;
  padding-top: 120px;
  margin-top: 0;
}

/***
=============================================
About Two About
=============================================
***/
.about-two--about {
  position: relative;
  display: block;
  padding-top: 70px;
}

/***
=============================================
Team One About
=============================================
***/
.team-one--about {
  position: relative;
  display: block;
  padding-top: 120px;
}

/***
=============================================
Team One Volunteers
=============================================
***/
.team-one--volunteers {
  position: relative;
  display: block;
  padding: 120px 0px 81px;
}

/***
=============================================
Counter Three Volunteers
=============================================
***/
.counter-one.style3.volunteers {
  position: relative;
  display: block;
  padding: 120px 0px 0px;
}

/***
=============================================
Testimonial Two Volunteers
=============================================
***/
.testimonial-two.volunteers {
  position: relative;
  display: block;
  padding-top: 82px;
}

/***
=============================================
Case One Donation
=============================================
***/
.case-one--donation .case-one {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

/***
=============================================
Counter Three Donation
=============================================
***/
.counter-one.style3.donation {
  position: relative;
  display: block;
  padding: 120px 0px 82px;
}

/***
=============================================
Case One Donation List
=============================================
***/
.case-one--donation-list {
  position: relative;
  display: block;
  padding: 120px 0px 0px;
  z-index: 1;
}

.case-one--donation-list .row {
  --bs-gutter-x: 0px;
}

.case-one--donation-list .case-one__single-img .inner {
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.case-one--donation-list .case-one__single-img .text-box {
  top: 10px;
  left: 10px;
  bottom: auto;
}

.case-one--donation-list .case-one__single-content {
  background: #f7f7f7;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}

.case-one--donation-list .case-one__single-content .inner {
  padding: 43px 40px 42px;
}

.case-one--donation-list .case-one__single-content .inner h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 27px;
}

.case-one--donation-list .case-one__progress {
  margin-left: 40px;
  border-top: 2px solid #ffffff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.case-one--donation-list .case-one__progress::before {
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #b3d6cb;
  content: "";
}

.case-one--donation-list .case-one__progress::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 40px;
  background: var(--gifall-primary);
  content: "";
}

.counter-one.style3.donation-list {
  position: relative;
  display: block;
  padding: 90px 0px 82px;
}

/***
=============================================
Donation Details
=============================================
***/
.donation-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.donation-details__content {
  position: relative;
  display: block;
}

.donation-details__content-img1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.donation-details__content-img1 .text-box {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--gifall-primary);
  padding: 0px 15px 1px;
  border-radius: 13px;
}

.donation-details__content-img1 img {
  width: 100%;
  filter: grayscale(1);
}

.donation-details__content-text-box1 {
  position: relative;
  display: block;
  margin-top: 29px;
}

.donation-details__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 26px;
  margin-top: 29px;
}

.donation-details__content-text-box1 p {
  margin: 0;
}

.donation-details__progress {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 35px 40px 35px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 41px;
  z-index: 1;
}

.donation-details__progress-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.donation-details__progress-inner {
  position: relative;
  display: block;
  background: #e6eeeb;
  padding: 40px 30px 22px;
  border-radius: 10px;
  border-top: 2px solid #ffffff;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.donation-details__progress-wrapper {
  display: flex;
  align-items: center;
}

.donation-details__progress-btn {
  flex-shrink: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.donation-details__progress-btn .btn-box button {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
  background: var(--gifall-primary);
  padding: 14px 35px 11px;
  border-radius: 27px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.donation-details__progress-btn .btn-box button:hover {
  background: var(--gifall-black);
  color: #ffffff;
}

.give-submit-button-wrap .give-submit {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
  background: var(--gifall-primary);
  padding: 14px 35px 11px;
  border-radius: 27px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.give-submit-button-wrap .give-submit:hover {
  background: var(--gifall-black);
  color: #ffffff;
}

.donation-details__progress-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #b3d6cb;
  content: "";
}

.donation-details__progress-inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 40px;
  background: var(--gifall-primary);
  content: "";
}

.donation-details__progress-box {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 8px;
  padding: 4px 4px 4px;
}

.donation-details__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background: #ffffff;
  border-radius: 6px;
}

.donation-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  background: var(--gifall-base);
  border-radius: 6px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.donation-details__progress .bar-inner::before {
  position: absolute;
  top: -4px;
  right: 0;
  width: 15px;
  height: 15px;
  background: var(--gifall-primary);
  border: 3px solid var(--gifall-base);
  border-radius: 50%;
  content: "";
}

.donation-details__progress .count-text {
  position: absolute;
  top: -31px;
  right: 0px;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.donation-details__progress .bottom-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.donation-details__progress .bottom-text .left-text {
  position: relative;
  display: block;
}

.donation-details__progress .bottom-text .left-text p {
  color: var(--gifall-base);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.donation-details__progress .bottom-text .left-text p span {
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 28px;
}

.donation-details__progress .bottom-text .right-text {
  position: relative;
  display: block;
}

.donation-details__progress .bottom-text .right-text p {
  color: var(--gifall-black);
  line-height: 28px;
}

.donation-details__content-text-box2 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.donation-details__content-text-box2 .single-text-box {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.donation-details__content-text-box2 .single-text-box h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.donation-details__content-text-box2 .single-text-box p {
  margin: 0;
}

.donation-details__content-text-box3 {
  position: relative;
  display: block;
  padding-top: 24px;
}

.donation-details__content-text-box3-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-right: -13px;
}

.donation-details__content-text-box3-img img {
  width: 100%;
}

.donation-details__content-text-box3-content {
  position: relative;
  display: block;
  margin-left: 23px;
}

.donation-details__content-text-box3-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 36px;
  margin-left: 0;
  padding-left: 0;
}

.donation-details__content-text-box3-content ul li {
  position: relative;
  display: block;
  margin-bottom: 1px;
}

.donation-details__content-text-box3-content ul li:last-child {
  margin-bottom: 0;
}

.donation-details__content-text-box3-content ul li p {
  margin: 0;
}

.donation-details__content-text-box3-content ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 15px;
  font-weight: 700;
  top: 1px;
  padding-right: 7px;
}

.donation-details__content-text-box3-content .text-box {
  position: relative;
  display: block;
  padding-left: 20px;
}

.donation-details__content-text-box3-content .text-box::before {
  position: absolute;
  left: 0;
  bottom: 6px;
  top: 10px;
  width: 3px;
  background: var(--gifall-base);
  content: "";
}

.donation-details__content-text-box3-content .text-box::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 45px;
  background: var(--gifall-primary);
  content: "";
}

.donation-details__content-text-box3-content .text-box p {
  margin: 0;
}

.donation-details__content-text-box4 {
  position: relative;
  display: block;
  margin-top: 56px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 45px;
}

.donation-details__content-text-box4 .row {
  --bs-gutter-x: 20px;
}

.donation-details__content-text-box4 .title-box {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.donation-details__content-text-box4 .title-box h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.donation-details__content-text-box4 .title-box p {
  margin: 0;
}

.donation-details__content-text-box4-single {
  position: relative;
  display: block;
  border: 2px solid var(--gifall-base);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 10px 18px;
  margin-bottom: 20px;
  z-index: 1;
}

.donation-details__content-text-box4-single .img-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
}

.donation-details__content-text-box4-single .img-box img {
  width: 100%;
}

.donation-details__content-text-box4-single .text-box {
  position: relative;
  display: block;
}

.donation-details__content-text-box4-single .text-box h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
}

.donation-details__content-text-box4-single .text-box h4 {
  color: var(--gifall-base);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.donation-details__content-text-box4-single .text-box p {
  color: rgba(var(--gifall-gray-rgb), 0.7);
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

/***
=====================================================
  Comments
=====================================================
***/
.comment-one {
  position: relative;
  display: block;
  margin-top: 49px;
}

.comment-one__title {
  color: var(--gifall-black);
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  margin-bottom: 45px;
  font-family: var(--gifall-font-2);
}

.comment-one__single {
  position: relative;
  display: block;
  margin-bottom: 50px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 41px;
}

.comment-one__single.mb0 {
  margin-bottom: 0;
  margin-left: 75px;
}

.comment-one__single-inner {
  position: relative;
  display: block;
  padding-left: 130px;
}

.comment-one__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-one__image img {
  width: 100%;
}

.comment-one__content {
  position: relative;
  display: block;
}

.comment-one__content .top-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.comment-one__content .top-box .text-box {
  position: relative;
  display: block;
}

.comment-one__content .top-box .text-box h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.comment-one__content .top-box .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-left: 15px;
}

.comment-one__btn {
  position: relative;
  display: inline-block;
  background: #c0c0c0;
  padding: 1px 15px 1px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comment-one__btn:hover {
  background: var(--gifall-base);
  color: #ffffff;
}

.comment-one__content .bottom-box {
  position: relative;
  display: block;
}

.comment-one__content .bottom-box p {
  margin: 0;
  margin-bottom: 5px;
}

.comment-one__content .bottom-box span {
  position: relative;
  display: inline-block;
  color: rgba(var(--gifall-gray-rgb), 0.7);
  font-size: 14px;
  line-height: 24px;
}

.comment-form {
  position: relative;
  display: block;
  margin-top: 51px;
}

.comment-form__title {
  color: var(--gifall-black);
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  font-family: var(--gifall-font-2);
  margin-bottom: 27px;
}

.comment-one__form {
  position: relative;
  display: block;
}

.comment-one__form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-one__form .input-box input[type=text],
.comment-one__form .input-box input[type=email],
.comment-one__form .input-box textarea {
  position: relative;
  display: block;
  background: #f6f6f6;
  width: 100%;
  height: 70px;
  border: none;
  color: rgba(var(--gifall-gray-rgb), 0.6);
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 35px;
  transition: all 500ms ease;
  font-family: var(--gifall-font);
  outline: none;
}

.comment-one__form .input-box textarea {
  width: 100%;
  height: 220px;
  padding-top: 25px;
  border-radius: 35px;
  outline: none;
  resize: none;
}

.comment-one__form form input[type=text]::-webkit-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form input[type=text]:-moz-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form input[type=text]::-moz-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form input[type=text]:-ms-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form input[type=email]::-webkit-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form input[type=email]:-moz-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form input[type=email]::-moz-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form input[type=email]:-ms-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form textarea::-webkit-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form textarea:-moz-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form textarea::-moz-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-one__form form textarea:-ms-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.comment-form__btn {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 0px 55px 0px;
  line-height: 65px;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 500;
  background: var(--gifall-primary);
  overflow: hidden;
  font-family: var(--gifall-font);
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.comment-form__btn::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 91%;
  background: var(--gifall-base);
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, -8% 100%, 0% 100%);
}
.comment-form__btn::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--gifall-base);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.comment-form__btn:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/***
=====================================================
Sidebar
=====================================================
***/
.sidebar {
  position: relative;
  display: block;
}

.sidebar__single {
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sidebar__search {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  outline: none;
  background-color: #ffffff;
  color: rgba(var(--gifall-gray-rgb), 0.6);
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  height: 70px;
  width: 100%;
  padding-right: 60px;
  border-radius: 10px;
  border: 1px solid #f0eeee;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.6);
}

.sidebar__search-form button[type=submit] {
  background-color: #ffffff;
  color: var(--gifall-black);
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 55px;
  outline: none;
  border: 1px solid var(--gifall-black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form:hover button[type=submit] {
  color: var(--gifall-base);
  border: 1px solid var(--gifall-base);
}

.sidebar__donation {
  position: relative;
  display: block;
}

.sidebar__donation-box {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 35px 40px 35px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__donation-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.sidebar__donation-box .text-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 13px;
}

.sidebar__donation-box .text-box h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.sidebar__donation-box .title {
  position: relative;
  display: block;
}

.sidebar__donation-box .title h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.sidebar__donation-box .btn-box {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-top: 15px;
}

.sidebar__donation-box .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
  background: var(--gifall-primary);
  padding: 14px 35px 11px;
  border-radius: 27px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__donation-box .btn-box a:hover {
  background: var(--gifall-black);
  color: #ffffff;
}

.sidebar__donation-two {
  position: relative;
  display: block;
  margin-top: 0px;
}

.sidebar__donation-two-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 41px 30px 50px;
  z-index: 1;
}

.sidebar__donation-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(62, 143, 117, 0.85);
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.sidebar__donation-two-box .text-box {
  position: relative;
  display: block;
}

.sidebar__donation-two-box .text-box h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.sidebar__donation-two-box .text-box p {
  color: #ffffff;
  opacity: 1;
}

.sidebar__donation-two-box .btn-box {
  position: relative;
  display: block;
  margin-top: 31px;
}

.sidebar__donation-two-box .btn-box a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border: 2px solid #ffffff;
  padding: 12px 40px 13px;
  border-radius: 35px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__donation-two-box .btn-box a:hover {
  color: var(--gifall-black);
  background: #ffffff;
}

.sidebar__bottom {
  position: relative;
  display: block;
  margin-top: 40px;
  padding: 33px 25px 35px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.sidebar__single .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 32px;
}

.sidebar__single .title-box::before {
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 8px;
  width: 12px;
  background: var(--gifall-base);
  content: "";
}

.sidebar__single .title-box::after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 8px;
  background: var(--gifall-primary);
  content: "";
}

.sidebar__single .title-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar__catageries {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.sidebar__catageries-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -9px;
}

.sidebar__catageries-list li {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__catageries-list li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ececec;
  content: "";
}

.sidebar__catageries-list li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: var(--gifall-base);
  transform: scaleX(0.7) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  content: "";
  z-index: 1;
}

.sidebar__catageries-list li:hover:after,
.sidebar__catageries-list li.active:after {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.sidebar__catageries-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 11px;
}

.sidebar__catageries-list li:first-child a {
  padding-top: 0;
}

.sidebar__catageries-list li a .left {
  position: relative;
  display: block;
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__catageries-list li:hover a .left,
.sidebar__catageries-list li.active a .left {
  color: var(--gifall-base);
}

.sidebar__catageries-list li a .right {
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar__catageries-list li a .right p {
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__catageries-list li:hover a .right p,
.sidebar__catageries-list li.active a .right p {
  color: var(--gifall-base);
}

.sidebar__catageries-list li a .right .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 34px;
}

.sidebar__catageries-list li a .right .icon-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: var(--gifall-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}

.sidebar__catageries-list li:hover a .right .icon-box::before,
.sidebar__catageries-list li.active a .right .icon-box::before {
  transform: scale(1);
  opacity: 1;
}

.sidebar__catageries-list li a .right .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
}

.sidebar__latest-post {
  position: relative;
  display: block;
}

.sidebar__latest-post-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px 20px 20px;
  margin-bottom: 10px;
}

.sidebar__latest-post-list li:last-child {
  margin-bottom: 0;
}

.sidebar__latest-post-list li .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.sidebar__latest-post-list li .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--gifall-base-rgb), 0.4);
  opacity: 0;
  z-index: 1;
  content: "";
}

.sidebar__latest-post-list li:hover .img-box::before {
  opacity: 1;
}

.sidebar__latest-post-list li .img-box img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.sidebar__latest-post-list li:hover .img-box img {
  transform: scale(1);
}

.sidebar__latest-post-list li .content-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.sidebar__latest-post-list li .content-box p {
  font-size: 14px;
  font-weight: 500;
}

.sidebar__latest-post-list li .content-box p span:before {
  position: relative;
  display: inline-block;
  color: rgba(var(--gifall-gray-rgb), 0.8);
  font-size: 15px;
  font-weight: 700;
  top: 1px;
  padding-right: 3px;
}

.sidebar__latest-post-list li .content-box h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.sidebar__latest-post-list li .content-box h3 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__latest-post-list li .content-box h3 a:hover {
  color: var(--gifall-base);
}

.sidebar__popular-tags {
  position: relative;
  display: block;
  margin-top: 33px;
}

.sidebar__popular-tags-list {
  position: relative;
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar__popular-tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 5px 0px;
  margin-bottom: 10px;
}

.sidebar__popular-tags-list li a {
  position: relative;
  display: block;
  color: var(--gifall-black);
  font-size: 15px;
  font-weight: 500;
  background: #ffffff;
  padding: 1px 20px;
  border-radius: 15px;
  border: 1px solid transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__popular-tags-list li a:hover {
  color: var(--gifall-base);
  border: 1px solid var(--gifall-base);
}

/***
=====================================================
Events One Events
=====================================================
***/
.events-one--events {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

.events-one--events__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

/***
=====================================================
Events Details Page
=====================================================
***/
.events-details-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.events-details-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.events-details-page__top {
  position: relative;
  display: block;
}

.events-details-page__top-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

.events-details-page__top-img img {
  width: 100%;
}

.events-details-page__top-img .text-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 20px;
  bottom: 20px;
  width: 115px;
  height: 27px;
  background: var(--gifall-primary);
  border-radius: 13px;
}

.events-details-page__top-img .text-box p {
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.events-details-page__bottom {
  position: relative;
  display: block;
  margin-top: 68px;
}

.events-details-page__content {
  position: relative;
  display: block;
  margin-right: 20px;
}

.events-details-page__text-box1 {
  position: relative;
  display: block;
}

.events-details-page__text-box1 h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 25px;
}

.events-details-page__text-box1 p {
  margin: 0;
}

.events-details-page__text-box2 {
  position: relative;
  display: block;
  margin-top: 46px;
}

.events-details-page__text-box2 h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.events-details-page__text-box2 p {
  margin: 0;
}

.events-details-page__text-box3 {
  position: relative;
  display: block;
  margin-top: 46px;
}

.events-details-page__text-box3-list {
  position: relative;
  display: block;
}

.events-details-page__text-box3-list ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 0;
  margin-left: 0;
}

.events-details-page__text-box3-list ul li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.events-details-page__text-box3-list ul li:last-child {
  margin-bottom: 0;
}

.events-details-page__text-box3-list ul li p {
  margin: 0;
  color: var(--gifall-black);
  font-weight: 600;
}

.events-details-page__text-box3-list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 15px;
  font-weight: 700;
  top: 1px;
  padding-right: 5px;
}

.events-details-page__text-box3-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.events-details-page__text-box3-img img {
  width: 100%;
}

.events-details-page__text-box4 {
  position: relative;
  display: block;
  margin-top: 35px;
}

.events-details-page__text-box4 .text1 {
  margin: 0;
  margin-bottom: 41px;
}

.events-details-page__text-box4 h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.events-details-page__text-box4 .text2 {
  margin: 0;
}

.events-details-page__text-box4-list {
  position: relative;
  display: block;
  margin-top: 56px;
}

.events-details-page__text-box4-list .single-list-box {
  position: relative;
  display: block;
}

.events-details-page__text-box4-list .single-list-box ul {
  position: relative;
  display: block;
  padding-left: 0;
  margin-left: 0;
}

.events-details-page__text-box4-list .single-list-box ul li {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 11px;
}

.events-details-page__text-box4-list .single-list-box ul li:last-child {
  margin-bottom: 0;
}

.events-details-page__text-box4-list .single-list-box ul li .icon-box {
  position: absolute;
  top: 7px;
  left: 0;
}

.events-details-page__text-box4-list .single-list-box ul li .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 15px;
  font-weight: 700;
}

.events-details-page__text-box4-list .single-list-box ul li .text-box {
  position: relative;
  display: block;
}

.events-details-page__text-box4-list .single-list-box ul li .text-box p {
  margin: 0;
  color: var(--gifall-black);
  font-weight: 600;
}

.events-details-page__text-box4 .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 51px;
}

.events-details__sidebar {
  position: relative;
  display: block;
  margin-left: 20px;
}

.events-details__sidebar-single {
  position: relative;
  display: block;
}

.events-details__sidebar-single .contact-info-box {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  z-index: 1;
}

.events-details__sidebar-single .contact-info-box .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  content: "";
  z-index: -1;
}

.events-details__sidebar-single .contact-info-box .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -5px;
  width: 43%;
  background: #407d69;
  border-bottom-left-radius: 30px;
  z-index: -3;
}

.events-details__sidebar-single .contact-info-box .right-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -5px;
  width: 65%;
  background: var(--gifall-primary);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -2;
}

.events-details__sidebar-single .contact-info-box .top-text {
  position: relative;
  display: block;
  background: #49665d;
  padding: 3px 35px 3px;
  border-radius: 15px;
  padding-left: 75px;
}

.events-details__sidebar-single .contact-info-box .top-text::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55px;
  background: #5a776e;
  border-radius: 15px;
  content: "";
}

.events-details__sidebar-single .contact-info-box .top-text::after {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 45px;
  background: var(--gifall-primary);
  border-radius: 15px;
  content: "";
}

.events-details__sidebar-single .contact-info-box .top-text p {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}

.events-details__sidebar-single .contact-info-box .top-text p span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  top: 3px;
}

.events-details__sidebar-single .contact-info-box-inner {
  position: relative;
  display: block;
  padding: 25px 45px 48px;
}

.events-details__sidebar-single .contact-info-box-list {
  position: relative;
  display: block;
  padding-left: 0;
}

.events-details__sidebar-single .contact-info-box-list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.events-details__sidebar-single .contact-info-box-list li:last-child {
  margin-bottom: 0;
}

.events-details__sidebar-single .contact-info-box-list li .inner {
  position: relative;
  display: block;
  padding-left: 45px;
}

.events-details__sidebar-single .contact-info-box-list li .inner .icon-box {
  position: absolute;
  top: 8px;
  left: 0;
}

.events-details__sidebar-single .contact-info-box-list li .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #49665d;
  font-size: 26px;
}

.events-details__sidebar-single .contact-info-box-list li .inner .icon-box.style2 span:before {
  font-size: 33px;
  font-weight: 700;
}

.events-details__sidebar-single .contact-info-box-list li .inner .text-box {
  position: relative;
  display: block;
}

.events-details__sidebar-single .contact-info-box-list li .inner .text-box span {
  color: var(--gifall-base);
  font-size: 15px;
  line-height: 25px;
}

.events-details__sidebar-single .contact-info-box-list li .inner .text-box h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.events-details__sidebar-single .contact-info-box-list li .inner .text-box p {
  color: var(--gifall-black);
  font-size: 15px;
  line-height: 25px;
}

.events-details__sidebar .sidebar__donation-two {
  margin-top: 35px;
}

/***
=====================================================
Become Volunteer One
=====================================================
***/
.become-volunteer-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.become-volunteer-one .title-box {
  position: relative;
  display: block;
  padding-bottom: 75px;
}

.become-volunteer-one .title-box h2 {
  font-size: 55px;
  line-height: 68px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.become-volunteer-one__content {
  position: relative;
  display: block;
  margin-right: 60px;
}

.become-volunteer-one__content .title {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.become-volunteer-one__content .title h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.become-volunteer-one__content-list {
  position: relative;
  display: block;
  padding-left: 0;
}

.become-volunteer-one__content-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.become-volunteer-one__content-list li:last-child {
  margin-bottom: 0;
}

.become-volunteer-one__content-list li .inner {
  position: relative;
  display: block;
  padding-left: 30px;
}

.become-volunteer-one__content-list li .inner .icon-box {
  position: absolute;
  top: 0;
  left: 0;
}

.become-volunteer-one__content-list li .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 17px;
  top: 5px;
}

.become-volunteer-one__content-list li .inner .text-box {
  position: relative;
  display: block;
}

.become-volunteer-one__content-list li .inner .text-box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--gifall-black);
}

.become-volunteer-one__content-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 64px;
}

.become-volunteer-one__content-img img {
  width: 100%;
}

.become-volunteer-one__form {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px rgba(199, 199, 200, 0.35);
  padding: 50px 40px 55px;
}

.become-volunteer-one__form .input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.become-volunteer-one__form .input-box input[type=text],
.become-volunteer-one__form .input-box input[type=email],
.become-volunteer-one__form .input-box textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 65px;
  border: 2px solid #e6e6e6;
  color: rgba(var(--gifall-gray-rgb), 0.7);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 30px;
  transition: all 500ms ease;
  font-family: var(--gifall-font);
  outline: none;
}

.become-volunteer-one__form .input-box textarea {
  width: 100%;
  height: 160px;
  padding-top: 15px;
  border-radius: 30px;
  outline: none;
  resize: none;
}

.become-volunteer-one__form form input[type=text]:focus {
  color: #0b0b0c;
  border-color: #0b0b0c;
  background: #ffffff;
}

.become-volunteer-one__form form input[type=email]:focus {
  color: #0b0b0c;
  border-color: #0b0b0c;
  background: #ffffff;
}

.become-volunteer-one__form form textarea:focus {
  color: #0b0b0c;
  border-color: #0b0b0c;
  background-color: #ffffff;
}

.become-volunteer-one__form-btn {
  position: relative;
  display: block;
}

/***
=============================================
Blog One Blog
=============================================
***/
.blog-one--blog {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-one--blog__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

/***
=============================================
Counter One Blog
=============================================
***/
.counter-one.style3.blog {
  position: relative;
  display: block;
  padding: 120px 0px 82px;
}

/***
=============================================
Blog List
=============================================
***/
.blog-list {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.blog-list__content {
  position: relative;
  display: block;
}

.blog-list__single {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-list__single-img {
  position: relative;
  display: block;
  z-index: 2;
}

.blog-list__single-img .overlay-text {
  position: absolute;
  left: 20px;
  bottom: -15px;
  z-index: 5;
}

.blog-list__single-img .overlay-text li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}

.blog-list__single-img .overlay-text li:last-child {
  margin-right: 0;
}

.blog-list__single-img .overlay-text li p {
  position: relative;
  display: block;
  background: var(--gifall-primary);
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 13px;
  padding: 1px 15px 2px;
  margin-bottom: 0;
}

.blog-list__single-img .overlay-text li.style2 p {
  color: #ffffff;
  background: var(--gifall-base);
}

.blog-list__single-img .inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
  margin-bottom: -10px;
}

.blog-list__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--gifall-black-rgb), 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.blog-list__single:hover .blog-list__single-img .inner::before {
  opacity: 1;
}

.blog-list__single-img .inner img {
  transition: 0.5s ease;
  transform: scale(1.05);
  filter: grayscale(1);
}

.has-fixed-footer .blog-list__single-img .inner img {
  filter: grayscale(0);
}

.blog-list__single:hover .blog-list__single-img .inner img {
  transform: scale(1);
}

.blog-list__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  padding: 45px 35px 31px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.blog-list__single-content.gifall_no_thumbnail {
  border-radius: 30px;
}

.blog-list__single-content .white-bg {
  position: absolute;
  top: -50px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  content: "";
  z-index: -1;
}

.blog-list__single-content .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -5px;
  width: 175px;
  background: #407d69;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 20px;
  z-index: -3;
}

.blog-list__single-content .right-bg {
  position: absolute;
  top: 0;
  left: 130px;
  bottom: -5px;
  width: 240px;
  background: var(--gifall-primary);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -2;
}

.blog-list__single-content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.blog-list__single-content-top .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 0;
}

.blog-list__single-content-top .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 25px;
  line-height: 0;
}

.blog-list__single-content-top .meta-box li:last-child {
  margin-right: 0px;
}

.blog-list__single-content-top .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-list__single-content-top .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 16px;
}

.blog-list__single-content-top .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 0px;
  margin-top: 0;
}

.blog-list__single-content-top .meta-box li .text p {
  color: rgba(var(--gifall-gray-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.blog-list__single-content-top a {
  color: rgba(var(--gifall-gray-rgb), 0.7);
}
.blog-list__single-content-top a:hover {
  color: var(--gifall-base);
}

.blog-list__single-content-top .meta-box li .text p a {
  color: rgba(var(--gifall-gray-rgb), 0.7);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list__single-content-top .meta-box li .text p a:hover {
  color: var(--gifall-base);
}

.blog-list__single-content-top .icon-box {
  position: relative;
  display: block;
}

.blog-list__single-content-top .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #74727f;
  font-size: 18px;
  font-weight: 700;
}

.blog-list__single-content-bottom {
  position: relative;
  display: block;
}

.blog-list__single-content-bottom h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-list__single-content-bottom h2 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-list__single-content-bottom h2 a b {
  transition: 0.5s;
}

.blog-list__single-content-bottom h2 a:hover {
  color: var(--gifall-base);
}

.blog-list__single-content-bottom h2 a:hover b {
  color: var(--gifall-base);
}

.blog-list__single-content-bottom p {
  margin: 0;
}

.blog-list__single-content-bottom .btn-box {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-list__single-content-bottom .btn-box a {
  color: var(--gifall-base);
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list__single-content-bottom .btn-box a:hover {
  color: var(--gifall-black);
}

.blog-list__single-content-bottom .btn-box a span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 14px;
  top: 2px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list__single-content-bottom .btn-box a:hover span:before {
  color: var(--gifall-black);
}

/***
=============================================
Blog Details
=============================================
***/
.blog-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.blog-details__content {
  position: relative;
  display: block;
}

.blog-details__content .blog-list__single-content {
  padding: 45px 35px 60px;
}

.blog-details__content-text-box1 {
  position: relative;
  display: block;
  margin-top: 16px;
}

.blog-details__content-text-box1 .text1 {
  margin: 0;
  margin-bottom: 16px;
}

.blog-details__content-text-box1 .text2 {
  margin: 0;
  margin-bottom: 32px;
}

.blog-details__content-text-box1 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 17px;
}

.blog-details__content-text-box1 .text3 {
  margin: 0;
  margin-bottom: 16px;
}

.blog-details__content-text-box1 .text4 {
  margin: 0;
}

.blog-details__content-text-box2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000000;
  padding: 36px 30px 33px;
  padding-right: 0;
  border-radius: 20px;
  margin-top: 41px;
}

.blog-details__content-text-box2 .text-box {
  position: relative;
  display: block;
  flex: 1;
}

.blog-details__content-text-box2 .text-box h2 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.blog-details__content-text-box2 .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  width: 70px;
  height: 70px;
  border-radius: 20px;
}

.blog-details__content-text-box2 .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 60px;
  transform: rotate(180deg);
}

.blog-details__content-text-box3 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.blog-details__content-text-box3 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.blog-details__content-text-box3 .text1 {
  margin: 0;
  margin-bottom: 16px;
}

.blog-details__content-text-box3 .text2 {
  margin: 0;
  margin-bottom: 31px;
}

.blog-details__content-text-box3 .img-box {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 31px;
}

.blog-details__content-text-box3 .img-box img {
  width: 100%;
}

.blog-details__content-text-box3 .text3 {
  margin: 0;
  margin-bottom: 27px;
}

.blog-details__content-text-box3 h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.blog-details__content-text-box3 .text4 {
  margin: 0;
}

.blog-details__content-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dadada;
  border-radius: 20px;
  padding: 20px 20px 20px;
  margin-top: 41px;
}

.blog-details__content-tag .title-box {
  position: relative;
  display: block;
}

.blog-details__content-tag .title-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.blog-details__content-tag .tag-list {
  position: relative;
  display: block;
}

.blog-details__content-tag .tag-list a {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  background: #f9f9f9;
  padding: 3px 20px 3px;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-tag .tag-list a + a {
  margin-left: 7px;
}

.blog-details__content-tag .tag-list a:hover {
  background: #ffffff;
  border: 1px solid var(--gifall-base);
}

.blog-details__content-author-box {
  position: relative;
  display: block;
  border: 1px solid #dadada;
  padding: 27px 30px 35px;
  border-radius: 20px;
  margin-top: 40px;
}

.blog-details__content-author-box .inner {
  position: relative;
  display: block;
  padding-left: 150px;
}

.blog-details__content-author-box .inner .img-box {
  position: absolute;
  top: 8px;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}

.blog-details__content-author-box .inner .img-box img {
  width: 100%;
}

.blog-details__content-author-box .inner .content-box {
  position: relative;
  display: block;
}

.blog-details__content-author-box .inner .content-box h2 {
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.blog-details__content-author-box .inner .content-box p {
  font-size: 18px;
  line-height: 32px;
}

.blog-details__content-author-box .inner .content-box .bottom-text {
  position: relative;
  display: flex;
  align-items: center;
  background: #f3f8f8;
  max-width: 270px;
  width: 100%;
  border-radius: 20px;
  padding: 10px 15px 10px;
  margin-top: 20px;
}

.blog-details__content-author-box .inner .content-box .bottom-text .title-box {
  position: relative;
  display: block;
}

.blog-details__content-author-box .inner .content-box .bottom-text .title-box p {
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
}

.blog-details__content-author-box .inner .content-box .bottom-text .social-links {
  position: relative;
  display: block;
  margin-left: 20px;
}

.blog-details__content-author-box .inner .content-box .bottom-text .social-links a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-author-box .inner .content-box .bottom-text .social-links a + a {
  margin-left: 7px;
}

.blog-details__content-author-box .inner .content-box .bottom-text .social-links a span::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 12px;
  line-height: 35px;
}

.blog-details__content-author-box .inner .content-box .bottom-text .social-links a:hover {
  background: var(--gifall-primary);
}

.blog-details__content-text-box4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fcfbf6;
  border-top: 1px solid #090808;
  border-bottom: 1px solid #090808;
  padding: 30px 15px 30px;
  margin-top: 45px;
}

.blog-details__content-text-box4 .single-content {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__content-text-box4 .single-content .icon-box {
  position: relative;
  display: block;
}

.blog-details__content-text-box4 .single-content .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #090808;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text-box4 .single-content .icon-box a:hover {
  border-color: var(--gifall-base);
}

.blog-details__content-text-box4 .single-content .icon-box a span:before {
  position: relative;
  display: inline-block;
  color: #090808;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text-box4 .single-content .icon-box a:hover span:before {
  color: var(--gifall-base);
}

.blog-details__content-text-box4 .single-content .text-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.blog-details__content-text-box4 .single-content .text-box h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.blog-details__content-text-box4 .single-content .text-box h4 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text-box4 .single-content .text-box h4 a:hover {
  color: var(--gifall-base);
}

.blog-details__content-text-box4 .single-content.style2 .text-box {
  margin-left: 0px;
  margin-right: 30px;
  text-align: right;
}

/***
=============================================
    Google Map
=============================================
***/
.contact-page-google-map {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-page-google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 660px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/***
=============================================
Contact One
=============================================
***/
.contact-one {
  position: relative;
  display: block;
  padding: 120px 0px 435px;
  z-index: 1;
}

.contact-one__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.contact-one__single {
  position: relative;
  display: block;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(192, 182, 182, 0.35);
  padding: 85px 10px 76px;
  margin-bottom: 30px;
  z-index: 1;
}

.contact-one__single .shape1 {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  background: #f4faf8;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  z-index: -1;
  margin: 0 auto;
}

.contact-one__single-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--gifall-primary);
  border-radius: 5px;
  margin: 0 auto;
}

.contact-one__single-icon span:before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 35px;
}

.contact-one__single-content {
  position: relative;
  display: block;
  margin-top: 24px;
}

.contact-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
  margin-bottom: 21px;
}

.contact-one__single-content p {
  color: rgba(var(--gifall-gray-rgb), 0.8);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.contact-one__single-content p a {
  color: rgba(var(--gifall-gray-rgb), 0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-one__single-content p a:hover {
  color: var(--gifall-base);
}

/***
=============================================
Contact One
=============================================
***/
.contact-two {
  position: relative;
  display: block;
  padding-bottom: 120px;
}

.contact-two__inner {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(202, 198, 196, 0.35);
  padding: 80px 80px 80px;
  margin-top: -345px;
  z-index: 5;
}

.contact-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.contact-two__inner .title-box {
  position: relative;
  display: block;
  margin-bottom: 61px;
}

.contact-two__inner .title-box h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
}

.contact-two__from {
  position: relative;
  display: block;
  margin-right: -30px;
}

.contact-two__from .title {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.contact-two__from .title h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.contact-two__from .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-two__from .input-box input[type=text],
.contact-two__from .input-box input[type=email],
.contact-two__from .input-box textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 60px;
  border: 1px solid #cbcbcb;
  color: rgba(var(--gifall-gray-rgb), 0.75);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 25px;
  padding-right: 20px;
  border-radius: 30px;
  transition: all 500ms ease;
  font-family: var(--gifall-font);
  outline: none;
}

.contact-two__from .input-box textarea {
  width: 100%;
  height: 140px;
  padding-top: 20px;
  border-radius: 30px;
  outline: none;
  resize: none;
}

.contact-two__from-btn {
  position: relative;
  display: block;
  width: 100%;
}

.contact-two__from-btn .thm-btn {
  width: 100%;
}

.contact-two__from-btn .thm-btn::before {
  display: none;
}

.contact-two__content {
  position: relative;
  display: block;
  padding-left: 55px;
  margin-top: 9px;
}

.contact-two__content-single {
  position: relative;
  display: block;
  background: #ffffff;
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(171, 171, 171, 0.35);
  padding: 30px 10px 31px;
  margin: 0 auto 20px;
}

.contact-two__content-single.mb0 {
  margin-bottom: 0;
}

.contact-two__content-single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f3f3f3;
  border-radius: 50%;
  margin: 0 auto;
}

.contact-two__content-single .icon-box span:before {
  color: var(--gifall-black);
  font-size: 40px;
  font-weight: 700;
}

.contact-two__content-single .text-box {
  position: relative;
  display: block;
  margin-top: 10px;
}

.contact-two__content-single .text-box p {
  margin: 0;
}

.contact-two__content-single .text-box h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.contact-two__content-single .text-box h4 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-two__content-single .text-box h4 a:hover {
  color: var(--gifall-base);
}

/***
=============================================
Faq One
=============================================
***/
.faq-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.faq-one__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  z-index: -1;
}

.faq-one__accordion {
  position: relative;
  display: block;
}

.faq-one__accordion .title-box {
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.faq-one__accordion .title-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}

.faq-one__accordion .title-box p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.accordion-box {
  position: relative;
  display: block;
  padding-left: 0;
}

.accordion-box .block {
  position: relative;
  display: block;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.accordion-box .block.mb20 {
  margin-bottom: 0px;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #f0eeee;
  transition: all 500ms ease;
  padding-top: 13px;
  padding-left: 65px;
  padding-bottom: 13px;
  padding-right: 20px;
  border-radius: 5px;
}

.accordion-box .block .acc-btn.active {
  background: #f0eeee;
}

.accordion-box .block .acc-btn h3 {
  color: var(--gifall-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--gifall-font);
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
  color: var(--gifall-black);
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 20px;
  width: 30px;
  height: 30px;
  background: #e3dfe0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  transform: translateY(-50%) rotate(0deg);
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: #ffffff;
  transform: translateY(-50%) rotate(0deg);
  background: var(--gifall-base);
}

.accordion-box .block .acc-btn .icon-outer i:before {
  font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 13px;
  font-family: "icomoon" !important;
  font-weight: 700;
  margin: 0px;
  content: "\e920";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-top: 22px;
  padding-left: 25px;
  padding-bottom: 14px;
  padding-right: 30px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-content p {
  margin: 0;
}

.faq-one__img {
  position: relative;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}

.faq-one__img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.faq-one__img-inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.faq-one__img-inner:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.faq-one__img-inner .shape1 {
  position: absolute;
  top: 95px;
  right: -70px;
  z-index: 3;
}

.faq-one__img-inner .shape2 {
  position: absolute;
  bottom: -60px;
  right: -85px;
  z-index: 3;
}

.faq-one__img-inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.faq-one__img-inner:hover img {
  transform: scale(1);
}

/***
=====================================================
Faq Two
=====================================================
***/
.faq-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.faq-two__inner {
  position: relative;
  display: block;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 57px 40px 69px;
}

.faq-two__accordion {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.faq-two__accordion .accordion-box .block .acc-btn {
  border: 1px solid #ffffff;
}

.faq-two__accordion .accordion-box .block .acc-btn.active {
  background: #ffffff;
}

.faq-two__accordion .title-box {
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.faq-two__accordion .title-box h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  margin-bottom: 11px;
}

.faq-two__accordion .title-box p {
  font-size: 18px;
  line-height: 28px;
}

/***
=====================================================
Error Page
=====================================================
***/
.error-page {
  position: relative;
  display: block;
  padding: 112px 0px 120px;
  z-index: 1;
}

.error-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.error-page__inner {
  position: relative;
  display: block;
}

.error-page__inner h2 {
  font-size: 180px;
  line-height: 0.9em;
  font-weight: 700;
  font-family: var(--gifall-font-2);
  margin-bottom: 8px;
}

.error-page__inner h2 .clr1 {
  color: #3e8f75;
  text-shadow: -8px 3px 0px rgba(62, 143, 117, 0.4);
}

.error-page__inner h2 .clr2 {
  color: #f9da22 !important;
  text-shadow: -8px 3px 0px rgba(249, 218, 34, 0.4) !important;
}

.error-page__inner h2 .clr2 {
  color: #3e8f75;
  text-shadow: -8px 3px 0px rgba(62, 143, 117, 0.4);
}

.error-page__inner h2 .clr3 {
  color: #141212;
  text-shadow: -8px 3px 0px rgba(20, 18, 18, 0.4);
}

.error-page__inner h3 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
  margin-bottom: 30px;
}

.error-page__inner p {
  color: var(--gifall-black);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  max-width: 550px;
  margin: 0 auto;
}

.error-page__search {
  position: relative;
  display: block;
  margin-top: 51px;
}

.error-page__search form {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__search-form form input[type=search],
.error-page__search form input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #eae9e9;
  color: rgba(var(--gifall-gray-rgb), 0.75);
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  font-family: var(--gifall-font);
}

.error-page__search-form button,
.error-page__search .search-form button {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  background: transparent;
  text-align: center;
  border: 0px solid #f6f4ec;
  transition: all 500ms ease 0s;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}

.error-page__search-form button i,
.error-page__search .search-form button i {
  color: var(--gifall-black);
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.error-page__search-form button:hover i,
.error-page__search .search-form button:hover i {
  color: var(--gifall-base);
}

.error-page__search .search-form input[type=text]:focus {
  outline: none;
}

.error-page__search-form input::-webkit-input-placeholder,
.error-page__search .search-form input::-webkit-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.75);
}

.error-page__search .search-form input:-moz-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.75);
}

.error-page__search-form input:-ms-input-placeholder,
.error-page__search .search-form input:-ms-input-placeholder {
  color: rgba(var(--gifall-gray-rgb), 0.75);
}

.error-page__btn {
  position: relative;
  display: block;
  margin-top: 55px;
  line-height: 0;
}

/***
=====================================================
Portfolio One
=====================================================
***/
.portfolio-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}

.portfolio-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.portfolio-one__single::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0px 14px 24px 0px rgba(197, 203, 201, 0.35);
  border-radius: 20px;
  content: "";
}

.portfolio-one__single-bg {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 255px;
  border-radius: 20px;
  z-index: 2;
}

.portfolio-one__single-img {
  position: relative;
  display: block;
}

.portfolio-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.portfolio-one__single-img .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.portfolio-one__single:hover .portfolio-one__single-img .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.portfolio-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
  filter: grayscale(1);
}

.portfolio-one__single:hover .portfolio-one__single-img .inner img {
  transform: scale(1);
}

.portfolio-one__single-img .content-box {
  position: absolute;
  left: 0;
  bottom: 35px;
  right: 0;
  text-align: center;
  z-index: 5;
}

.portfolio-one__single-img .content-box h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  font-family: var(--gifall-font-2);
}

.portfolio-one__single-img .content-box h2 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-one__single-img .content-box h2 a:hover {
  color: var(--gifall-base);
}

.portfolio-one__single-img .content-box p {
  color: #ffffff;
}

.portfolio-one__single-img .content-box .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 21px;
}

.portfolio-one__single-img .content-box .btn-box a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  background: #302f2e;
  padding: 11px 30px 13px;
  border-radius: 25px;
  overflow: hidden;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.portfolio-one__single-img .content-box .btn-box a:hover {
  background: var(--gifall-black);
}

.portfolio-one__single-img .content-box .btn-box a::before {
  position: absolute;
  top: -15px;
  left: 40px;
  bottom: -15px;
  width: 15px;
  background: #3e8f75;
  content: "";
  z-index: -1;
  transform: rotate(15deg);
}

.portfolio-one__single-img .content-box .btn-box a::after {
  position: absolute;
  top: -15px;
  right: 40px;
  bottom: -15px;
  width: 15px;
  background: #403e3d;
  content: "";
  z-index: -1;
  transform: rotate(15deg);
}

.portfolio-one__single-img .content-box .btn-box a span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  transform: rotate(45deg);
  padding-left: 8px;
  top: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/***
=====================================================
Shop Page
=====================================================
***/
.shop-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.shop-page__top {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.shop-page__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7fbfa;
  padding: 5px 30px 6px;
  border-radius: 25px;
}

.shop-page__top-left {
  position: relative;
  display: block;
}

.shop-page__top-left p {
  color: var(--gifall-black);
}

.shop-page__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page__top-right .select-box {
  width: 160px;
}

.shop-page__top-right .nice-select {
  position: relative;
  display: block;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: none;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
  font-family: var(--gifall-font);
}

.shop-page__top-right .nice-select:after {
  position: absolute;
  top: 18px;
  right: 23px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--gifall-black);
  border-right: 2px solid var(--gifall-black);
  margin-top: 0px;
  z-index: 10;
}

.product-view-style {
  position: relative;
  display: block;
  padding-left: 23px;
}

.product-view-style::before {
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 1px;
  width: 1px;
  background: #9e9c9a;
  content: "";
}

.product-view-style li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.product-view-style li:last-child {
  margin-right: 0;
}

.product-view-style li a {
  position: relative;
  display: block;
  border-radius: 0%;
  color: var(--gifall-black);
  font-size: 17px;
  text-align: center;
  transition: all 300ms ease 100ms;
}

.product-view-style li a:hover {
  color: var(--gifall-base);
}

.shop-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-page__single-img {
  position: relative;
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.shop-page__single-img::before {
  position: absolute;
  top: 0%;
  right: 0%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.shop-page__single:hover .shop-page__single-img::before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

.shop-page__single-img img {
  width: 100%;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.shop-page__single:hover .shop-page__single-img img {
  transform: scale(1.1) rotate(1deg);
}

.shop-page__single-img .text {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--gifall-black);
  font-size: 15px;
  width: 55px;
  height: 25px;
  border-radius: 25px;
  background: var(--gifall-primary);
  z-index: 5;
}

.shop-page__single-content {
  position: relative;
  display: block;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.shop-page__single-content .btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.shop-page__single-content .btn-box a {
  position: relative;
  display: block;
  background: #d3eee5;
  padding: 12px 10px 13px;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 1;
}

.shop-page__single-content .btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 0px;
  background-color: var(--gifall-primary);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.shop-page__single:hover .shop-page__single-content .btn-box a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.shop-page__single-content .bottom-text {
  position: relative;
  top: -10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #eeeeee;
  padding: 27px 25px 27px;
}

.shop-page__single-content .bottom-text .text-text {
  position: relative;
  display: block;
}

.shop-page__single-content .bottom-text .text-text h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.shop-page__single-content .bottom-text .text-text h4 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-page__single-content .bottom-text .text-text h4 a:hover {
  color: var(--gifall-base);
}

.shop-page__single-content .bottom-text .text-text p {
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.shop-page__single-content .bottom-text .text-text p .text {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 15px;
  font-weight: 300;
  padding-left: 4px;
}

.shop-page__single-content .bottom-text .text-text p del {
  color: rgba(var(--gifall-gray-rgb), 0.5);
  font-weight: 400;
  padding-left: 4px;
}

.shop-page__single-content .bottom-text .rating-box {
  position: relative;
  display: block;
}

.shop-page__single-content .bottom-text .rating-box ul li span {
  color: #ed8a19;
}

.styled-pagination.style2 {
  position: relative;
  display: block;
  padding-top: 30px;
}

.styled-pagination.style2 li a {
  background: transparent;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 500;
}

.styled-pagination.style2 li:hover a,
.styled-pagination.style2 li.active a {
  color: #ffffff;
  background: var(--gifall-base);
  border-color: var(--gifall-base);
}

.styled-pagination.style2 li.prev a,
.styled-pagination.style2 li.next a {
  width: 60px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  top: -2px;
}

/***
=============================================
Shop Details
=============================================
***/
.shop-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 60px;
}

.shop-details__img-box {
  position: relative;
  display: block;
  margin-right: 35px;
}

.shop-details__img-box-inner {
  position: relative;
  display: block;
}

.shop-details__img-box-thumb {
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  max-width: 400px;
  margin: 0 auto;
  z-index: 2;
}

.shop-details__img-box-thumb-img {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.shop-details__img-box-thumb-img img {
  width: 100%;
}

.shop-details__img-box-img {
  position: relative;
  display: block;
}

.shop-details__img-box-img .img-box {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.shop-details__img-box-img .img-box img {
  width: 100%;
}

.shop-details-top__nav {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: 110px;
  z-index: 5;
  transform: translateY(0%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-details-top__nav .swiper-button-next,
.shop-details-top__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 55px;
  height: 55px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--gifall-black);
  border-radius: 50%;
  font-weight: 700;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
}

.shop-details-top__nav .swiper-button-next {
  left: -10px;
}

.shop-details-top__nav .swiper-button-prev {
  right: -10px;
}

.shop-details-top__nav .swiper-button-next:hover,
.shop-details-top__nav .swiper-button-prev:hover {
  color: #ffffff;
  background: var(--gifall-base);
}

.shop-details-top__nav .swiper-button-next::after,
.shop-details-top__nav .swiper-button-prev::after {
  display: none;
}

.shop-details-top__nav .swiper-button-next i:before,
.shop-details-top__nav .swiper-button-prev i:before {
  font-weight: 700;
}

.shop-details-top__nav .swiper-button-prev .angle-left {
  position: relative;
  transform: rotate(0deg);
}

.shop-details__content {
  position: relative;
  display: block;
}

.shop-details__content .title {
  position: relative;
  display: block;
}

.shop-details__content .title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-transform: capitalize;
}

.shop-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 21px;
}

.shop-details__content-text1 h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  font-family: var(--gifall-font);
}

.shop-details__content-text1 h3 del {
  position: relative;
  display: inline-block;
  color: rgba(9, 9, 9, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
  top: -6px;
}

.shop-details__content-text1 h3 .text {
  color: #f42647;
  font-size: 14px;
  margin-left: 0;
}

.shop-details__content-text1 h3 span {
  position: relative;
  display: inline-block;
  color: var(--gifall-base);
  font-size: 15px;
  font-weight: 400;
  top: -6px;
  margin-left: 13px;
}

.shop-details__review {
  position: relative;
  display: block;
}

.shop-details__review ul {
  position: relative;
  display: block;
}

.shop-details__review ul li {
  position: relative;
  display: inline-block;
}

.shop-details__review ul li span::before {
  position: relative;
  display: inline-block;
  color: #efce4a;
  font-size: 15px;
}

.shop-details__review ul li p {
  color: var(--gifall-black);
  font-size: 15px;
}

.shop-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 33px;
}

.shop-details__content-text2 p {
  margin: 0;
}

.shop-details__content-text2 ul {
  position: relative;
  display: block;
  margin-top: 30px;
}

.shop-details__content-text2 ul li {
  position: relative;
  display: block;
  margin-bottom: 1px;
}

.shop-details__content-text2 ul li:last-child {
  margin-bottom: 0;
}

.shop-details__content-text2 ul li p {
  margin: 0;
}

.shop-details__content-text2 ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 15px;
  font-weight: 700;
  padding-right: 14px;
  top: 1px;
}

.shop-details__content-text3 {
  position: relative;
  display: block;
  margin-top: 20px;
}

.shop-details__content-text3 .title {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.shop-details__content-text3 .title p {
  color: var(--gifall-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-details__content-text3 .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-details__content-text3 .add-to-cart-btn {
  position: relative;
  display: block;
  margin-right: 20px;
}

.shop-details__content-text3 .add-to-cart-btn a {
  position: relative;
  display: inline-block;
  color: #fefefe;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  background: var(--gifall-black);
  padding: 18px 40px 19px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text3 .add-to-cart-btn a:hover {
  background: var(--gifall-base);
}

.shop-details__content-text3 .product-quantity {
  position: relative;
  display: block;
}

.shop-details__content-text3 .product-quantity-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding-left: 1px;
}

.shop-details__content-text3 .product-quantity-box .input-group.bootstrap-touchspin {
  position: relative;
  width: 115px;
  height: 50px;
}

.shop-details__content-text3 .product-quantity-box input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 30px;
  flex: none;
  height: 50px;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: var(--gifall-font);
  z-index: 5;
  left: 11px;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
  position: absolute;
  top: 14px;
  right: 23px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-left: none;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-right: none;
}

.shop-details__content-text3 .product-quantity-box .form-control {
  background: transparent;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 0px;
  left: 1px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e905";
  color: var(--gifall-black);
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(180deg);
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e905";
  color: var(--gifall-black);
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 22px;
}

.shop-details__content-text3 .btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.shop-details__content-text3 .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 500;
  background: var(--gifall-primary);
  padding: 10px 35px 11px;
  border-radius: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text3 .btn-box a:hover {
  color: #ffffff;
  background: var(--gifall-black);
}

.shop-details__content-text3 .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f9f7f7;
  font-size: 20px;
  color: var(--gifall-black);
  margin-left: 30px;
}

.shop-details__content-text3 .icon-box span:before {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.shop-details__content-text4 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.shop-details__content-text4 ul {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li .text {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li .text p {
  font-size: 15px;
}

.shop-details__content-text4 ul li .text p span {
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 600;
}

.shop-details__content-text4 ul li .text p i::before {
  position: relative;
  display: inline-block;
  color: var(--gifall-black);
  font-size: 15px;
  font-weight: 700;
  padding-right: 5px;
}

.shop-details__content-social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.shop-details__content-social-links .title {
  position: relative;
  display: block;
  margin-right: 15px;
}

.shop-details__content-social-links .title h4 {
  color: var(--gifall-gray);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-details__content-social-links ul {
  position: relative;
  display: block;
}

.shop-details__content-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.shop-details__content-social-links ul li:last-child {
  margin-right: 0;
}

.shop-details__content-social-links ul li a {
  position: relative;
  display: block;
  color: var(--gifall-black);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-social-links ul li a:hover {
  color: var(--gifall-base);
}

/***
=============================================
Checked Box2
=============================================
***/
.checked-box2 {
  position: relative;
  display: block;
  min-height: 30px;
}

.checked-box2 label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #757575;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  min-height: 30px;
  font-family: var(--gifall-font);
}

.checked-box2 input[type=checkbox] {
  display: none;
}

.checked-box2 input[type=checkbox] + label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #d6d3d0;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 label span:before {
  font-family: "icomoon" !important;
  content: "\e90e";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 0px;
  color: var(--gifall-base);
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 input[type=checkbox]:checked + label span {
  border-color: #dedede;
}

.checked-box2 input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

/***
=============================================
Shop Details Tab
=============================================
***/
.shop-details__tab {
  position: relative;
  display: block;
  background: #f8f8f8;
  margin-top: 111px;
  border-radius: 10px;
}

.shop-details__tab-button {
  position: relative;
  display: block;
  text-align: center;
}

.shop-details__tab-button .tab-buttons {
  position: relative;
  display: block;
}

.shop-details__tab-button .tab-buttons li {
  position: relative;
  display: inline-block;
  background: #e8eeec;
  cursor: pointer;
  padding: 13px 45px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-right: 2px;
}

.shop-details__tab-button .tab-buttons li:last-child {
  margin-right: 0;
}

.shop-details__tab-button .tab-buttons li:hover,
.shop-details__tab-button .tab-buttons li.active-btn {
  background: var(--gifall-base);
}

.shop-details__tab-button .tab-buttons li h4 {
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--gifall-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__tab-button .tab-buttons li:hover h4,
.shop-details__tab-button .tab-buttons li.active-btn h4 {
  color: #ffffff;
}

.shop-details__tab-content-item {
  position: relative;
  display: block;
}

.shop-details__tab .tabs-content .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 1;
}

.shop-details__tab .tabs-content .tab.active-tab {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 5;
}

.shop-details__tab-description {
  position: relative;
  display: block;
  padding: 36px 45px 55px;
}

.shop-details__tab-description .text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details__tab-description .text-box1 p {
  margin: 0;
}

.shop-details__tab-description .text-box2 {
  position: relative;
  display: block;
}

.shop-details__tab-description .text-box2 p {
  margin: 0;
}

.shop-details__tab-specifications {
  position: relative;
  display: block;
  padding: 36px 45px 55px;
}

.shop-details__tab-specifications .text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details__tab-specifications .text-box1 p {
  margin: 0px;
}

.shop-details__tab-specifications .text-box2 {
  position: relative;
  display: block;
}

.shop-details__tab-specifications .text-box2 p {
  margin: 0;
}

.shop-details__tab-content-item.style2 {
  position: relative;
  display: block;
  padding: 50px 40px 50px;
}

.shop-details__tab-reviews {
  position: relative;
  display: block;
}

.review-box-outer {
  position: relative;
  display: block;
}

.single-review-box-outer {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 38px 30px 34px;
}

.single-review-box {
  position: relative;
  display: block;
  padding-left: 70px;
  min-height: 70px;
}

.single-review-box .img-box {
  position: absolute;
  top: 9px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.single-review-box .img-box img {
  width: 100%;
  border-radius: 50%;
}

.single-review-box .text-box {
  position: relative;
  display: block;
  padding-left: 25px;
}

.single-review-box .text-box .review-box {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul li {
  position: relative;
  display: inline-block;
}

.single-review-box .text-box .review-box ul li i:before {
  position: relative;
  display: inline-block;
  color: #efce4a;
  font-size: 15px;
}

.single-review-box .text-box .review-box {
  padding: 0 0 10px;
}

.single-review-box .text-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.single-review-box .text-box h5 span {
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--gifall-font);
}

.single-review-box .text-box p {
  margin: 0;
}

.review-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 53px 60px 60px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  margin-top: 60px;
}

.review-form .title-box {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.review-form .title-box h2 {
  font-size: 30px;
  font-weight: 600;
}

.review-form .add-rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.review-form .add-rating-box .add-rating-title {
  position: relative;
  float: left;
}

.review-form .add-rating-box .add-rating-title p {
  line-height: 20px;
  margin: 0;
}

.review-form .add-rating-box .review-box {
  position: relative;
  float: left;
  padding-left: 20px;
}

.review-form .add-rating-box .review-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin-right: 5px;
}

.review-form .add-rating-box .review-box ul li:last-child {
  margin-right: 0px;
}

.review-form .add-rating-box .review-box ul li i {
  color: #efce4a;
  font-size: 14px;
  line-height: 20px;
  transition: all 500ms ease 0s;
}

.shop-details__tab-reviews .review-form .input-box {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .input-box .field-label {
  position: relative;
  display: block;
  padding-bottom: 9px;
  color: #757575;
}

.shop-details__tab-reviews .review-form form input[type=text],
.shop-details__tab-reviews .review-form form input[type=email],
.shop-details__tab-reviews .review-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  color: #757575;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 22px;
  border-radius: 0px;
  transition: all 500ms ease;
  outline: none;
}

.shop-details__tab-reviews .review-form form textarea {
  height: 120px;
  padding: 10px 20px;
}

.shop-details__tab-reviews .review-form form input[type=text]:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form form input[type=email]:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form form textarea:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form .button-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 35px;
}

.shop-details__tab-reviews .review-form .button-box .left {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .button-box .right {
  position: relative;
  display: block;
  padding-left: 20px;
}

/***
=====================================================
Shop Page Shop Details
=====================================================
***/
.shop-page--shop-details {
  position: relative;
  display: block;
  padding: 0px;
}

.shop-page--shop-details .title-box {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.shop-page--shop-details .title-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--gifall-font-2);
}

/***
=====================================================
Cart Page
=====================================================
***/
.cart-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 115px 0px 120px;
}

.cart-page__left {
  position: relative;
  display: block;
  margin-right: -30px;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-table {
    min-width: 800px;
  }
}
.cart-table {
  margin-bottom: 24px;
}

.cart-table thead th {
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 0;
  border: none;
  padding-bottom: 7px;
  font-family: var(--gifall-font);
  text-transform: capitalize;
}

.cart-table thead th:last-child {
  text-align: right;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid #eaeaea;
}

.cart-table tbody td {
  font-size: 16px;
  font-weight: 500;
  color: var(--gifall-black);
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0;
}

.cart-table tbody td:last-child {
  text-align: right;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 85px;
  margin-right: 35px;
}

.cart-table .product-box .img-box .inner {
  position: relative;
  display: block;
  width: 85px;
  border-radius: 3px;
  overflow: hidden;
}

.cart-table .product-box .img-box img {
  width: 100%;
}

.product-box-croos-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  height: 25px;
  width: 25px;
  background-color: #f42647;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
}

.cart-table h3 {
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  text-transform: none;
  font-family: var(--gifall-font);
}

.cart-table h3 a {
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--gifall-base);
}

.cart-cupon__form-box {
  position: relative;
  display: block;
}

.cart-cupon__sub-title {
  font-size: 18px;
  color: var(--gifall-black);
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}

.cart-cupon__form {
  position: relative;
  display: block;
}

.cart-cupon__input {
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 200px;
  font-family: var(--gifall-font);
  font-size: 15px;
  color: rgba(9, 9, 9, 0.5);
  height: 60px;
  border: 1px solid #dddddd;
  outline: none;
  font-weight: 500;
  margin-bottom: 23px;
  outline: none;
}

.cart-cupon__form input[type=text]:focus {
  border: 1px solid #dddddd;
}

.cart-cupon__form ::placeholder {
  color: rgba(9, 9, 9, 0.5);
  opacity: 1;
}

.cart-cupon__form button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none !important;
  background-color: #f6f6f6;
  color: var(--gifall-black);
  padding: 0px 45px 0px;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
}

.cart-cupon__form button:hover {
  color: #ffffff;
}

.cart-cupon__form button.thm-btn::before {
  display: none;
}

.cart-cupon__btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--gifall-base);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-cupon__btn:hover {
  color: var(--gifall-base);
}

.cart-cupon__btn:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--gifall-base);
}

.cart-page__right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 5px;
}

.cart-page__total-box {
  position: relative;
  display: block;
}

.cart-page__total-table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
  background-color: #f8f8f8;
  padding-bottom: 25px;
}

.cart-page__total-table {
  min-width: 330px;
  width: 100%;
}

.cart-page__total-table tbody {
  position: relative;
}

.cart-page__total-table tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px;
  border-bottom: 1px solid #e4e2e0;
  margin-left: 20px;
  margin-right: 20px;
}

.cart-page__total-table tbody tr:first-child {
  background-color: #e8f0f0;
  padding: 13px 20px;
  border-bottom: 0;
  margin: 0;
}

.cart-page__total-table tbody tr:last-child {
  border-bottom: 0;
}

.cart-page__total-table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  color: var(--gifall-black);
}

.cart-page__total-table tbody tr td .flat-rate {
  color: #090909;
  font-size: 16px;
  line-height: 20px;
}

.cart-page__total-table tbody tr td .shipping-usa {
  font-size: 14px;
  color: #090909;
  opacity: 0.7;
  line-height: 20px;
}

.cart-page__total-table tbody tr td .change-address {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--gifall-base);
  line-height: 14px;
}

.cart-page__total-table tbody tr td .change-address:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--gifall-base);
}

.proceed-checkout {
  font-size: 16px;
  font-weight: 500;
  color: var(--gifall-black);
  background-color: var(--gifall-primary);
  border: none;
  outline: none;
  padding: 9px 0;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.proceed-checkout:hover {
  background-color: var(--gifall-black);
  color: #ffffff;
}

.cart-page .product-quantity {
  position: relative;
  display: block;
  max-width: 152px;
  border-radius: 20px;
  margin-right: 20px;
}

.cart-page .product-quantity-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 1px;
}

.cart-page .product-quantity-box .input-group.bootstrap-touchspin {
  position: relative;
  width: 150px;
  height: 60px;
}

.cart-page .product-quantity-box input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 50px;
  flex: none;
  height: 60px;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: var(--gifall-font);
  z-index: 5;
  left: 50px;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
  position: relative;
  display: block;
  margin-left: 0px;
  background: #e9f1f1;
  color: var(--gifall-black);
  cursor: pointer;
  height: 60px;
  width: 50px;
  margin: 0;
  padding: 0;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  float: right;
  border-left: none;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  float: left;
  border-right: none;
}

.cart-page .product-quantity-box .form-control {
  background: #e9f1f1;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 11px;
  left: 0px;
  right: 10px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e905";
  color: var(--gifall-black);
  font-size: 15px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(180deg);
  font-weight: 700;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e905";
  color: var(--gifall-black);
  font-size: 15px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}

/***
=============================================
    Checkout Area Css
=============================================
***/
.checkout-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.checkout-area .form .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.checkout-area .form .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.checkout-area .form form .field-label {
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: none;
}

.checkout-area form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.checkout-area .form form .field-input input[type=text],
.checkout-area .form form .field-input input[type=email],
.checkout-area .form form .field-input input[type=tel] {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(9, 9, 9, 0.5);
  font-size: 15px;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 30px;
  width: 100%;
  outline: none;
  transition: all 500ms ease;
}

.checkout-area .form form .field-input .nice-select {
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  color: rgba(9, 9, 9, 0.5);
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  line-height: 58px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.checkout-area .form form .field-input .nice-select:after {
  border-bottom: 2px solid rgba(9, 9, 9, 0.5);
  border-right: 2px solid rgba(9, 9, 9, 0.5);
  height: 8px;
  width: 8px;
  right: 25px;
}

.checkout-area .form form .field-input textarea {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(9, 9, 9, 0.5);
  font-size: 15px;
  font-weight: 400;
  height: 120px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  outline: none;
}

.checkout-area__checkbox {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.checkout-area__checkbox-single + .checkout-area__checkbox-single {
  margin-top: 0px;
}

.checkout-area__checkbox-single label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--gifall-gray);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}

.checkout-area__checkbox-single input[type=checkbox] {
  display: none;
}

.checkout-area__checkbox-single input[type=checkbox] + label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  border: 1px solid #d6d3d0;
  cursor: pointer;
  border-radius: 0%;
  transition: all 300ms ease;
}

.checkout-area__checkbox-single label span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  content: "";
  background: #d6d3d0;
  border-radius: 0%;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-area__checkbox-single input[type=checkbox]:checked + label span {
  border-color: #d6d3d0;
}

.checkout-area__checkbox-single input[type=checkbox]:checked + label span:before {
  transform: scale(1);
}

.checkout-area__sidebar {
  position: relative;
  display: block;
  margin-left: 45px;
}

.checkout-area__sidebar-single {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 26px 20px 37px;
  margin-bottom: 30px;
}

.checkout-area__sidebar-single.mb0 {
  margin-bottom: 0;
  padding-bottom: 55px;
}

.checkout-area__sidebar-single .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e2e0;
  padding-bottom: 11px;
}

.checkout-area__sidebar-single .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.checkout-area__sidebar-single ul {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e2e0;
  padding-top: 24px;
  padding-bottom: 23px;
}

.checkout-area__sidebar-single ul li.bg {
  position: relative;
  z-index: 1;
}

.checkout-area__sidebar-single ul li.bg::before {
  position: absolute;
  top: -1px;
  left: -20px;
  bottom: -1px;
  right: -20px;
  background: #edf2f0;
  content: "";
  z-index: -1;
}

.checkout-area__sidebar-single ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.checkout-area__sidebar-single ul li .text-box {
  position: relative;
  display: flex;
  align-items: center;
}

.checkout-area__sidebar-single ul li .text-box .img-box {
  position: relative;
  display: block;
  margin-right: 15px;
  width: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.checkout-area__sidebar-single ul li .text-box .img-box img {
  width: 100%;
}

.checkout-area__sidebar-single ul li .title-one {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li .title-one p {
  color: var(--gifall-black);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.checkout-area__sidebar-single ul li .title-box {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li .title-box p {
  color: var(--gifall-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.checkout-area__sidebar-single ul li .title-box p span {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.checkout-area__sidebar-single ul li .price {
  position: relative;
  display: block;
  line-height: 0;
}

.checkout-area__sidebar-single ul li .price p {
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.checkout-area__sidebar-single ul li .price .text1 {
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
}

.checkout-area__sidebar-single ul li .price span {
  color: rgba(var(--gifall-gray-rgb), 0.7);
  font-size: 14px;
  line-height: 20px;
}

.checkout-area__sidebar-single ul li .price a {
  position: relative;
  display: block;
  color: var(--gifall-base);
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 5px;
}

.checkout__payment {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 40px;
}

.checkout__payment__item {
  position: relative;
  display: block;
  border: 1px solid #232323;
  padding: 14px 20px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-bottom: 10px;
}

.checkout__payment__item.mb0 {
  margin-bottom: 0;
}

.checkout__payment__title {
  display: flex;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  align-items: center;
  cursor: pointer;
  font-family: var(--gifall-font);
}

.checkout__payment__title::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #232323;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--gifall-base);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: transparent;
  border-color: var(--gifall-base);
  content: "\f00c";
}

.checkout__payment__content {
  font-size: 15px;
  line-height: 25px;
  color: var(--gifall-gray);
  margin-top: 13px;
}

.checkout__payment__checkbox {
  position: relative;
  display: block;
  margin-top: 28px;
}

.checkout__payment__checkbox label {
  color: rgba(9, 9, 9, 0.87);
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 25px;
}

.checkout__payment-btn {
  position: relative;
  display: block;
  margin-top: 30px;
  text-align: center;
}

.checkout__payment-btn a {
  position: relative;
  display: block;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  background: var(--gifall-primary);
  padding: 12px 0px 13px;
  border-radius: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.checkout__payment-btn a:hover {
  color: #ffffff;
  background: var(--gifall-black);
}

/***
=====================================================
End Css
=====================================================
***/
.main-header-default .main-menu .main-menu__list > li > a, .main-header-default .stricky-header .main-menu__list > li > a {
  color: var(--gifall-black);
}
.main-header-default .main-menu .main-menu__list > li.current > a, .main-header-default .main-menu .main-menu__list > li:hover > a, .main-header-default .stricky-header .main-menu__list > li.current > a, .main-header-default .stricky-header .main-menu__list > li:hover > a {
  color: var(--gifall-base);
}

.main-menu-wrapper.main-menu--default {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu--default .main-menu-wrapper__logo h1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-header__bg {
  background-color: var(--gifall-base);
}

.wp-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.wp-pagination .current,
.wp-pagination .dots,
.wp-pagination a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 20px;
  text-align: center;
  color: var(--gifall-black);
  background-color: #ededed;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 8px;
  margin-bottom: 8px;
}

.wp-pagination .current:hover,
.wp-pagination .dots:hover,
.wp-pagination a:hover {
  color: var(--gifall-white);
  background-color: var(--gifall-base);
}

.wp-pagination .current.next,
.wp-pagination .current.prev,
.wp-pagination .dots.next,
.wp-pagination .dots.prev,
.wp-pagination a.next,
.wp-pagination a.prev {
  width: 62px;
}

.wp-pagination .current {
  background-color: var(--gifall-base);
  color: var(--gifall-white);
}

.site-footer {
  position: relative;
  display: block;
  background-color: var(--gifall-black);
  overflow: hidden;
  z-index: 1;
}
.site-footer .site-footer__bottom-text {
  color: var(--gifall-white);
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 0 36px;
  border-top: 1px solid #323434;
}

.main-header-default .main-menu-wrapper__logo h1 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-menu--default {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

span.comments-link,
span.byline,
span.posted-on {
  display: flex;
  align-items: center;
}
span.comments-link a,
span.byline a,
span.posted-on a {
  color: inherit;
}
span.comments-link i,
span.byline i,
span.posted-on i {
  margin-right: 8px;
}

span.posted-on i {
  font-size: 20px;
}

.blog-single__tags-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #dad7d7;
  border-radius: 10px;
}

.blog-details__tags {
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details__tags span {
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 10px;
}
.blog-details__tags a {
  font-size: 15px !important;
  color: var(--gifall-black);
  color: rgba(9, 8, 8, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #dad7d7;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: capitalize;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--gifall-base);
  color: var(--gifall-white) !important;
  border-color: transparent;
}

.tags-links a {
  padding: 0;
  border: 0;
  margin-left: 3px;
  margin-right: 0;
}
.tags-links a:hover {
  background-color: transparent;
  color: var(--gifall-base) !important;
  border-color: transparent;
}

.blog-details__tags.tags-links a:not(:last-of-type)::after {
  content: ",";
}

.wp-block-group.has-border-color p,
.wp-block-group.has-background p {
  margin-bottom: 0;
}

.wp-block-group.has-border-color {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-list__single.tag-sticky-2:before,
.blog-list__single.sticky:before {
  content: "";
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--gifall-base, #a47c68);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 0px;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--gifall-base);
}

ul.wp-block-page-list {
  margin: 0 !important;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2,
.blog-details__content .wp-block-cover strong {
  color: white;
  line-height: 2em;
}

.blog-details__content .wp-block-cover {
  margin-bottom: 32px;
}

.blog-details__content p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

.blog-details__content .blocks-gallery-caption {
  margin-bottom: 24px;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 20px;
}

.blog-details__content ol,
.blog-details__content ul {
  margin-left: 8px;
}

.blog-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
  background-color: #f6f4f9;
  border-left: 2px solid var(--gifall-black, #1e1e22);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: var(--gifall-bdr-radius);
}

.blog-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--gifall-base, #a47c68);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.blog-details__content .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--gifall-black, #1e1e22);
  border-left: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
  margin-bottom: 1rem;
  color: var(--gifall-black, #1e1e22);
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  z-index: 1;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: var(--gifall-extra, #f2eeeb);
  border: 1px solid var(--gifall-extra, #f2eeeb);
  outline: none;
  color: var(--gifall-gray, #717178);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--gifall-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: var(--gifall-bdr-radius);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}

.wp-block-calendar table th {
  background: var(--gifall-extra, #f2eeeb);
}

.wp-block-calendar table td#today {
  background: var(--gifall-extra, #f2eeeb);
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
  margin: 0 0 0.5em 0.6em;
}

ol.wp-block-latest-comments {
  margin-left: 0;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gifall-black, #3c3531);
  width: 44px;
  height: 44px;
  color: var(--gifall-white, white);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 500;
  color: var(--gifall-black, #1e1e22);
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--gifall-gray, #717178);
}

.wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gifall-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--gifall-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 5px;
  left: 0;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: var(--gifall-black, #1e1e22);
  font-weight: 600;
}

.wp-block-search input[type=search] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--gifall-extra, #f2eeeb);
  color: var(--gifall-black, #090909);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--gifall-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid var(--gifall-extra, #f2eeeb);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--gifall-black, #1e1e22);
  text-align: center;
  color: var(--gifall-white, #ffffff);
  padding: 0 50px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

.post .blog-details__content p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--gifall-black, #090909);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gifall-black, #1e1e22);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gifall-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--gifall-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-columns {
  margin: 30px 0;
}

.blog-details__content .page-links span,
.blog-details__content .page-links a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--gifall-black, #1e1e22);
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #e1e1e1;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: var(--gifall-bdr-radius);
  border-radius: 15px;
}
.blog-details__content .page-links span:hover,
.blog-details__content .page-links a:hover {
  border-color: var(--gifall-base, #d0807a);
  color: var(--gifall-base, #d0807a);
}

.blog-details__content .page-links span {
  border-color: var(--gifall-base, #d0807a);
  color: var(--gifall-base, #d0807a);
}

ul.wp-block-post-template {
  margin: 0;
}

.blog-details__content .page-links {
  color: var(--gifall-black, #1e1e22);
  display: flex;
  align-items: center;
}

.page-header__inner h2 b {
  color: var(--gifall-white);
}

.blog-one__single-content h2 a b {
  transition: 0.5s;
}

.blog-one__single-content h2 a:hover b {
  color: var(--gifall-base);
}

.blog-one__single-img-inner img {
  width: unset;
  max-width: 100%;
}

.blog-details__content .blog-one__single-img-inner:before {
  display: none;
}
.blog-details__content .blog-one__single-content-meta-box {
  padding-left: 0;
}

.blog-details__content .post-password-form input[type=password] {
  width: 200px;
  height: 60px;
  background-color: var(--gifall-extra, #f2eeeb);
  color: var(--gifall-gray, #717178);
  padding-left: 30px;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--gifall-bdr-radius);
}
.blog-details__content .post-password-form input[type=password]:focus {
  border-color: var(--gifall-black);
}

.blog-details__content .post-password-form input[type=submit] {
  width: 120px;
  height: 60px;
  background-color: var(--gifall-black, #1e1e22);
  color: var(--gifall-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: var(--gifall-bdr-radius);
}

.post-password-form input[type=submit]:hover {
  background-color: var(--gifall-base, #a47c68);
  color: var(--gifall-white, #ffffff);
}

.comments-area ol ol,
.blog-details__content ol ol,
.blog-details__content ul ol,
.blog-details__content ol ul,
.blog-details__content ul ul,
.comments-area ul ul {
  margin-bottom: 0;
}

mark,
ins {
  background: var(--gifall-bdr-color, #e2ddda);
  text-decoration: none;
}

.wp-block-query-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.wp-block-query-pagination-numbers .current, .wp-block-query-pagination-numbers .dots, .wp-block-query-pagination-numbers a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 45px;
  text-align: center;
  color: var(--gifall-black);
  border: 1px solid #e1e1e1;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 8px;
  margin-bottom: 8px;
}
.wp-block-query-pagination-numbers .current:hover, .wp-block-query-pagination-numbers .dots:hover, .wp-block-query-pagination-numbers a:hover {
  border: 1px solid var(--gifall-base);
  color: var(--gifall-base);
}
.wp-block-query-pagination-numbers .current.next, .wp-block-query-pagination-numbers .current.prev, .wp-block-query-pagination-numbers .dots.next, .wp-block-query-pagination-numbers .dots.prev, .wp-block-query-pagination-numbers a.next, .wp-block-query-pagination-numbers a.prev {
  width: 62px;
}
.wp-block-query-pagination-numbers .current {
  border: 1px solid var(--gifall-base);
  color: var(--gifall-base);
}

.wp-block-column.has-background {
  padding: 20px;
}
.wp-block-column.has-background p {
  margin-bottom: 0 !important;
}

.blog-details__content a:hover {
  color: var(--gifall-base);
}

.wp-block-search input[type=search] {
  max-width: unset;
}

.blog-details__content .wp-block-search__inside-wrapper {
  margin-bottom: 20px;
}

.wp-block-cover p {
  color: var(--gifall-white) !important;
  margin-bottom: 0;
}

.no-results {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  padding: 45px 35px 31px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.no-results .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -5px;
  width: 175px;
  background: #407d69;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 20px;
  z-index: -3;
}
.no-results .right-bg {
  position: absolute;
  top: 0;
  left: 130px;
  bottom: -5px;
  width: 240px;
  background: var(--gifall-primary);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -2;
}
.no-results .page-title.error-page__tagline {
  margin-bottom: 10px;
}
.no-results .error-page__text {
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.blog-single__content {
  overflow: hidden;
}

.gifall-border-top-none {
  border-top: 0;
}

.blog-details__content blockquote p {
  margin-bottom: 0;
}
.blog-details__content .form-submit .submit {
  border: none;
  font-size: 16px;
  color: var(--gifall-white);
  background-color: var(--gifall-black);
  border-radius: 2px;
  padding: 11px 30px;
  line-height: 43px;
  font-weight: 500;
  padding-right: 37px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__content .form-submit .submit:hover {
  background-color: var(--gifall-base);
}

.blog-details__content .wp-block-file__button:hover {
  background-color: var(--gifall-base);
  color: var(--gifall-white);
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
  font-size: 15px;
  color: rgba(var(--gifall-black-rgb), 0.6);
  height: 218px;
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 15px 30px 30px;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--gifall-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.elementor-widget-gifall-google-maps iframe {
  display: block;
}

.site-footer .elementor-widget-footer-shape, .site-footer .elementor-section, .site-footer .elementor-column, .site-footer .elementor-container, .site-footer .elementor-widget-wrap,
.site-footer-three .elementor-widget-footer-shape,
.site-footer-three .elementor-section,
.site-footer-three .elementor-column,
.site-footer-three .elementor-container,
.site-footer-three .elementor-widget-wrap {
  position: unset !important;
}

.site-footer-three .mc-message {
  color: var(--gifall-white);
}

.thm-breadcrumb li + li::before {
  content: "/";
  position: absolute;
  left: 0;
}

.blog-details__meta {
  display: flex;
}
.blog-details__meta li + li {
  margin-left: 10px;
}

.blog-details__left {
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  padding: 30px;
  padding-bottom: 60px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.footer-one .mc-message {
  color: var(--gifall-white);
}
.footer-one .elementor-widget-footer-shape, .footer-one .elementor-section, .footer-one .elementor-column, .footer-one .elementor-container, .footer-one .elementor-widget-wrap {
  position: unset !important;
}

.wp-image-1885 {
  border-radius: 20px;
}

.give-btn {
  border-radius: 30px;
  transition: 0.3s;
}
.give-btn:hover {
  border-color: var(--gifall-base);
}

div.mfp-content fieldset ol,
div.mfp-content fieldset p,
div.mfp-content fieldset ul {
  margin-left: 0;
}

.give-modal.mfp-ready .mfp-content {
  padding: 30px 40px;
  padding-bottom: 50px;
  border-radius: 20px;
}

#give-recurring-form .form-row .give-input-field-wrapper.required,
#give-recurring-form .form-row input[type=email].required,
#give-recurring-form .form-row input[type=password].required,
#give-recurring-form .form-row input[type=tel].required,
#give-recurring-form .form-row input[type=text].required,
#give-recurring-form .form-row input[type=url].required,
#give-recurring-form .form-row select.required,
#give-recurring-form .form-row textarea.required,
form.give-form .form-row .give-input-field-wrapper.required,
form.give-form .form-row input[type=email].required,
form.give-form .form-row input[type=password].required,
form.give-form .form-row input[type=tel].required,
form.give-form .form-row input[type=text].required,
form.give-form .form-row input[type=url].required,
form.give-form .form-row select.required,
form.give-form .form-row textarea.required,
form[id*=give-form] .form-row .give-input-field-wrapper.required,
form[id*=give-form] .form-row input[type=email].required,
form[id*=give-form] .form-row input[type=password].required,
form[id*=give-form] .form-row input[type=tel].required,
form[id*=give-form] .form-row input[type=text].required,
form[id*=give-form] .form-row input[type=url].required,
form[id*=give-form] .form-row select.required,
form[id*=give-form] .form-row textarea.required {
  border-radius: 30px;
  padding-left: 20px;
}

#give-recurring-form .form-row .give-input-field-wrapper,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row .give-input-field-wrapper,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row .give-input-field-wrapper,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea {
  border-radius: 30px;
  padding-left: 20px;
}

.elementor .events-details-page p {
  font-family: var(--gifall-font);
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  margin-top: -10px;
  margin-bottom: -10px;
}

/*--------------------------------------------------------------
# Boxed
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .main-header-one__top-right-inner {
  display: none;
}

body.boxed-wrapper .footer-wrapper,
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 100px 0px rgba(var(--gifall-black-rgb), 0.08);
}

/* woocommerce
--------------------------------------------- */
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 6.4em;
  font-family: star;
  font-weight: 500;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--gifall-base);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: var(--gifall-base);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: var(--gifall-base);
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: var(--gifall-base);
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: #efce4a;
  letter-spacing: 5px;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--gifall-base);
  font-size: 16px;
}

.woocommerce-ordering {
  float: right;
}

.woocommerce-pagination {
  overflow: hidden;
  width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

@media screen and (min-width: 992px) {
  .product-content {
    margin-top: 50px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
}

a.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger::after {
  position: absolute;
  content: "\f1a2";
  font-family: "Flaticon" !important;
  font-size: 16px;
  color: #222429;
  top: -20px;
  right: 0;
  text-indent: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
  float: left;
}

.comment-form-rating {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

label.rate-this-pro {
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.comment-form-rating p.stars {
  padding-top: 5px;
}

.product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce {
  padding-top: 0px;
  padding-bottom: 0px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shop_table .product-thumbnail a {
  display: inline-block;
}

.shop_table .product-thumbnail img {
  max-width: 120px;
  mix-blend-mode: darken;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--gifall-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:last-child {
  margin-left: 0;
  padding-left: 0;
}

.shop_table tbody tr {
  border: 1px solid #e9ebee;
  border-left: 0;
  border-right: 0;
}

.shop_table td {
  border: 0;
}

.woocommerce-order-details .shop_table td,
.order_details.shop_table tfoot tr th {
  border: 1px solid #e9ebee;
}

.woocommerce-checkout-review-order-table thead tr {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.woocommerce-cart-form .shop_table tbody tr:last-child,
.woocommerce-checkout-review-order-table tbody tr,
.cart_totals .shop_table tbody tr,
.cart_totals .shop_table tbody th,
.woocommerce-checkout .shop_table tfoot th {
  border: 0;
}

.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  text-transform: capitalize;
}

.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  font-size: 16px;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  padding-left: 10px;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot th {
  color: var(--gifall-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--gifall-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-bottom: 1px solid #e9ebee;
  border-top: 1px solid #e9ebee;
}
.woocommerce-checkout .shop_table tfoot tr:last-child th, .woocommerce-checkout .shop_table tfoot tr:last-child td .woocommerce-Price-amount.amount {
  font-weight: 900;
}

.woocommerce-checkout .shop_table td {
  padding: 10px;
  padding-left: 20px;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
  padding-top: 10px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th,
.woocommerce-checkout .shop_table .amount {
  font-family: var(--gifall-font);
  font-size: 16px;
  font-weight: 400;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * WooCommerce widgets
 */
.sidebar__single.shop-one__sidebar__item {
  background-color: #fff;
}

.sidebar .wc-block-product-search .wc-block-product-search__fields {
  display: inline-flex;
}

.sidebar .wc-block-product-search .wc-block-product-search__field {
  max-width: 170px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--gifall-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
  top: -4px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--gifall-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.sidebar .widget_product_search .searchform {
  position: relative;
  margin: 0px;
}

.sidebar .widget_product_search .searchform input[type=text],
.sidebar .widget_product_search .searchform input[type=search] {
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: #f4f5f8;
  color: #222429;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid #f4f5f8;
  font-family: var(--gifall-font);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .widget_product_search .searchform input:focus {
  border-color: #222429;
}

.sidebar .widget_product_search .searchform button {
  position: absolute;
  right: 10px;
  top: 3px;
  border: none;
  outline: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  font-size: 18px;
  color: #222429;
  background: none;
  font-weight: normal;
}

.sidebar .widget_product_search .searchform input:focus + button,
.sidebar .widget_product_search .searchform button:hover {
  color: #181b1f;
}

.sidebar .wc-block-product-search__button {
  border: 1px solid;
  border-color: var(--gifall-base);
  border-radius: 3px;
  background: var(--gifall-base);
  color: var(--gifall-white);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.wc-block-product-categories__button {
  border-color: var(--gifall-base);
  background: var(--gifall-base);
  color: var(--gifall-white);
}

.woocommerce-MyAccount-navigation ul,
.sidebar .widget_product_categories ul,
.sidebar .woocommerce-widget-layered-nav ul {
  position: relative;
  margin-top: -9px;
}

.woocommerce-Tabs-panel--description h2 {
  display: none;
}

.woocommerce-MyAccount-navigation ul li,
.sidebar .widget_product_categories ul li,
.sidebar .woocommerce-widget-layered-nav ul li {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: var(--gifall-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li:last-child,
.sidebar .widget_product_categories ul li:last-child,
.sidebar .woocommerce-widget-layered-nav ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.sidebar .widget_product_categories ul li a,
.sidebar .woocommerce-widget-layered-nav ul li a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 16px;
  font-family: var(--gifall-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li > a:hover,
.sidebar .widget_product_categories ul li > a:hover,
.sidebar .woocommerce-widget-layered-nav ul li > a:hover,
.sidebar .widget_product_categories ul li.active > a,
.sidebar .woocommerce-widget-layered-nav ul li.active > a {
  color: #222429;
  text-shadow: 0 0 1px #222429;
}

.woocommerce-MyAccount-navigation ul ul,
.sidebar .widget_product_categories ul ul,
.sidebar .woocommerce-widget-layered-nav ul ul {
  margin-top: 15px;
}

.woocommerce-MyAccount-navigation ul li::after,
.sidebar .widget_product_categories ul li:after,
.sidebar .woocommerce-widget-layered-nav ul li:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "Flaticon";
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  margin-top: -2px;
  margin-left: -1.5px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -13px;
}

.sidebar .widget_price_filter .theme-btn {
  border-radius: 5px;
}

.sidebar .widget_price_filter .theme-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}

.widget_price_filter .clear {
  display: none;
}

.widget_price_filter .price_label {
  margin-right: auto;
  padding-top: 3px;
}

.sidebar .widget_price_filter .price_slider_amount {
  font-family: var(--gifall-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--gifall-base);
  font-size: 16px;
}

.sidebar .widget_rating_filter a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222429;
}

.sidebar .widget_rating_filter ul {
  margin-top: -10px;
}

.sidebar .widget_recently_viewed_products li + li,
.sidebar .widget_recent_reviews li + li,
.widget_top_rated_products li + li,
.sidebar .widget_products li + li,
.sidebar .wc-block-product-categories li + li {
  margin-top: 10px;
}

.sidebar .widget_recently_viewed_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail,
.sidebar .widget_products li .size-woocommerce_thumbnail {
  width: 60px;
  float: left;
  margin-right: 30px;
}

.sidebar .widget_recently_viewed_products li .product-title,
.sidebar .widget_recent_reviews li .product-title,
.sidebar .widget_products li .product-title,
.sidebar .widget_top_rated_products .product-title {
  display: block;
  text-transform: capitalize;
  color: #222429;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 800;
  margin-top: 10px;
  transition: 0.3s;
}
.sidebar .widget_recently_viewed_products li .product-title:hover,
.sidebar .widget_recent_reviews li .product-title:hover,
.sidebar .widget_products li .product-title:hover,
.sidebar .widget_top_rated_products .product-title:hover {
  color: var(--gifall-base);
}

.sidebar .widget_recently_viewed_products li ins,
.sidebar .widget_recent_reviews li ins,
.sidebar .widget_products li ins {
  background-color: transparent;
}

.sidebar .widget_recently_viewed_products li .star-rating,
.sidebar .widget_recent_reviews li .star-rating {
  font-size: 14px;
}

.woocommerce-active .content-area .site-main::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce-active .content-area .woocommerce-result-count {
  float: left;
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  font-family: var(--gifall-font);
  padding-top: 18px;
}

.woocommerce-active .content-area .woocommerce-ordering {
  float: right;
}

.variations_form.cart select,
.woocommerce-active .content-area .woocommerce-ordering select {
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  background-color: #e9ebee;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--gifall-font);
  letter-spacing: 0em;
  border: 1px solid #e9ebee;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  margin-bottom: 30px;
}

.product-cart-btn {
  margin-top: 5px;
}

.product-cart-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

ul.products li.product .button {
  display: inline-block;
}

.shop-one__image {
  text-align: center;
  width: 100%;
}

.product .added_to_cart,
.shop-one__image .added_to_cart,
.shop-page-one__img .added_to_cart {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  background: var(--gifall-base);
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 34px;
  font-weight: 700;
  z-index: 1;
  color: #fff;
  padding: 8px 10px 13px;
  font-size: 14px;
  width: 100%;
}

.product .added_to_cart:hover,
.shop-page-one__img .added_to_cart:hover {
  opacity: 0.9;
}

.product .added_to_cart::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  border-radius: 0;
  background-color: var(--gifall-base) !important;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.product .added_to_cart:hover:before {
  opacity: 1;
}

.products .product .price {
  display: block;
  font-family: var(--gifall-font);
  color: var(--thm-text);
  font-size: 16px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.products .product .shop-one__price ins {
  background-color: transparent;
}

.products .product .star-rating {
  font-size: 16px;
  margin-bottom: 0px;
}

.products .product .woocommerce-loop-product__title {
  margin: 0;
  color: #222429;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
}

ul.products li.product img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

ul.products li.product:hover img {
  filter: grayscale(0);
}

ul.products li.product {
  position: relative;
}

ul.products li.product .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}

.woocommerce-pagination {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 20px;
  text-align: center;
  color: var(--gifall-black);
  background-color: #ededed;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 8px;
  margin-bottom: 8px;
}

.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span {
  background-color: var(--gifall-base, #fe9043);
  border-color: var(--gifall-base, #fe9043);
  color: #fff;
}

.woocommerce-pagination ul li a.prev {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul li a.next {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul .prev,
.woocommerce-pagination ul .next {
  padding-top: 0;
}

.woocommerce-active .product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.related.products h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .woocommerce-active .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
    margin: 0 auto;
  }
}
.woocommerce-active .product__card .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.woocommerce-product-gallery__wrapper {
  margin-top: 0;
  overflow: hidden;
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
  mix-blend-mode: darken;
  border-radius: 30px;
}

.woocommerce-active .product .woocommerce-tabs {
  grid-column-start: 1;
  grid-column-end: 3;
  background-color: #f8f8f8;
}

.woocommerce-active .product .related.products {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 20px;
}

.product__card .product_title {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -10px;
}

.product__card .entry-summary {
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 20px;
  right: 20px;
}

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
  margin: 0;
  font-family: var(--gifall-font);
  color: var(--gifall-base);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 21px;
}

.single-product .woocommerce-review-link {
  font-family: var(--gifall-font);
  color: var(--thm-text);
  font-size: 16px;
  color: var(--thm-text);
  position: relative;
  line-height: 1;
  font-weight: 400;
  margin-left: 10px;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
  font-family: var(--gifall-font);
  font-size: 16px;
  line-height: 2.125em;
  margin-bottom: 20px;
  font-weight: 500;
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  width: 120px;
  height: 58px;
  margin-right: 10px;
}

.product-details__quantity {
  margin-bottom: 20px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  color: #686a6f;
  width: 120px;
  height: 58px;
  padding-left: 25px;
  border: 1px solid #e9ebee;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--gifall-font);
  border-radius: 20px;
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: var(--gifall-black);
  font-size: 15px;
  position: absolute;
  top: 16px;
  right: 10px;
  border: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.product-quantity .quantity button i,
.single-product .quantity button i {
  opacity: 0.7;
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  top: 40px;
  bottom: 0;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.single-product .cart h2 {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 20px;
}

.single-product .woocommerce-variation-add-to-cart .cart-button-wrap,
.single-product .cart .cart-button-wrap {
  margin-top: 30px;
  flex: 0 0 100%;
}

.single-product .product_meta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.single-product .posted_in,
.single-product .sku_wrapper {
  text-transform: uppercase;
  color: #222429;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--gifall-font);
  font-weight: 400;
  color: var(--thm-text);
  font-size: 16px;
  margin-left: 5px;
  text-transform: capitalize;
  position: relative;
  top: -2px;
}

.single-product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity h2 {
  display: none;
}

.single-product .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: inherit;
  transition: all 500ms ease;
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--gifall-base);
}

.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 18px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label {
  color: #222429;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-tabs .woocommerce-product-attributes-item__value {
  position: relative;
  top: 3px;
}

.variations_form.cart select {
  width: 250px;
  margin-bottom: 0;
  float: right;
  height: 50px;
}

#review_form .comment-respond {
  margin-top: 30px;
}

#review_form #commentform {
  margin-top: 20px;
}

.woocommerce-checkout .blog-details {
  padding-top: 110px;
  padding-bottom: 100px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout .woocommerce {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cart_totals h2,
.shop_table thead th {
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 0;
  padding-bottom: 0px;
  border: none;
  border-bottom-color: currentcolor;
  padding-bottom: 20px;
  padding-top: 20px;
  font-family: var(--gifall-font-two);
}

.shop_table thead th {
  padding-left: 0;
}

.shop_table thead th:first-child {
  padding-left: 0;
}

.shop_table .product-remove {
  text-align: right;
}

.shop_table tbody td.actions {
  padding-top: 60px;
  padding-bottom: 40px;
}

.shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart_totals h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--gifall-black);
  font-family: var(--gifall-font);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f4f0ec;
}

.shop_table .product-remove a {
  font-size: 34px;
  font-family: var(--gifall-font);
  color: var(--gifall-black, #0f0d1d);
  font-weight: 300;
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
  margin: 0;
  color: var(--gifall-black);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--gifall-font);
  text-transform: capitalize;
}

.shop_table .product-name a:hover {
  color: var(--gifall-base);
}

.woocommerce-form-coupon .button {
  text-transform: capitalize;
}

.shop_table .product-remove a:hover {
  color: var(--gifall-base);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--gifall-font);
  font-size: 18px;
  color: #686a6f;
  font-weight: 500;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

.shop_table .coupon input[type=text] {
  width: 100%;
  border: none;
  max-width: 300px;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--gifall-font);
  font-size: 14px;
  color: rgba(9, 9, 9, 0.5);
  border: 1px solid #dddddd;
}

.shop_table button[name=update_cart] {
  position: absolute;
  top: 60px;
  right: 0px;
}

.cart_totals td,
.cart_totals th {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart_totals td {
  font-family: var(--gifall-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart_totals p {
  margin: 0;
}

.cart_totals .shop_table td:last-child {
  text-align: right;
}

.shipping-calculator-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.shipping-calculator-form p:last-of-type,
.shipping-calculator-form p:nth-child(1),
.shipping-calculator-form p:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.shipping-calculator-form ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.shipping-calculator-form input[type=text],
.shipping-calculator-form .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f4f5f8;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--gifall-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  display: flex;
  align-items: center;
}

.shipping-calculator-form p > span {
  display: block;
  width: 100%;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
  right: 20px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  width: 100%;
  max-width: 400px;
  background-color: #f9f9f9;
}
.cart_totals table {
  margin: 0;
}
.cart_totals tbody {
  background-color: transparent;
}

.woocommerce-cart .blog-single {
  padding-top: 80px;
  padding-bottom: 60px;
}

.woocommerce-cart .woocommerce {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* notice */
/**
 * Notices
 */
.woocommerce-error {
  margin: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  clear: both;
  color: var(--gifall-black) !important;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--gifall-font);
  font-size: 16px;
  text-align: center;
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: var(--gifall-base);
  margin-right: 5px;
  margin-left: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--gifall-base);
}

.woocommerce-error {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.woocommerce-error {
  margin: 0 !important;
  display: block;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: center;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

#order_review_heading,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title h3,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-checkout #customer_details h3 {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--gifall-black);
  font-weight: 700;
  font-family: var(--gifall-font);
  line-height: 1;
  margin-bottom: 40px;
  font-size: 20px;
}

.woocommerce-checkout #customer_details h3 label {
  margin: 0;
  cursor: pointer;
}

.woocommerce-checkout #customer_details h3 label input {
  display: none;
  visibility: hidden;
}

.woocommerce-checkout #customer_details h3 label span {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.woocommerce-checkout #customer_details h3 label span:hover {
  color: var(--gifall-base);
}

.woocommerce-checkout #customer_details h3 label span::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #f4f5f8;
  border-radius: 50%;
  margin-left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label input:checked + span::after {
  content: "\f00c";
  background-color: var(--gifall-primary);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.gifall-edit-address h3,
.gifall-edit-address .form-row {
  margin-bottom: 30px;
}

.woocommerce-EditAccountForm label,
.lost_reset_password label,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
.gifall-edit-address label {
  font-family: var(--gifall-font);
  color: var(--gifall-black);
  font-size: 18px;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  margin: 0;
  float: none;
  width: 100%;
  display: block;
}

.woocommerce-checkout #customer_details {
  position: relative;
  margin-top: 30px;
}

.woocommerce-form-login input[type=text],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=email],
.woocommerce-form-login input[type=password],
.lost_reset_password input[type=text],
.gifall-edit-address input[type=text],
.gifall-edit-address input[type=email],
.gifall-edit-address input[type=password],
.gifall-edit-address input[type=tel],
.gifall-edit-address input[type=url],
.gifall-edit-address input[type=file],
.gifall-edit-address input[type=number],
.gifall-edit-address textarea,
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=tel],
.woocommerce-EditAccountForm input[type=url],
.woocommerce-EditAccountForm input[type=file],
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details input[type=email],
.woocommerce-checkout #customer_details input[type=password],
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=url],
.woocommerce-checkout #customer_details input[type=file],
.woocommerce-checkout #customer_details input[type=number],
.woocommerce-checkout #customer_details textarea {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: 16px;
  color: #686a6f;
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: none;
  transition: all 300ms ease;
  font-family: var(--gifall-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
}

.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details textarea {
  height: 220px;
  resize: none;
}

.woocommerce-EditAccountForm ::placeholder,
.woocommerce-checkout #customer_details ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-moz-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-ms-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details label.error {
  color: #ff0000;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.review-form-one__input-box textarea {
  color: rgba(var(--gifall-black-rgb), 0.8);
  font-size: 14px;
  height: 160px;
  width: 100%;
  margin-bottom: 20px !important;
  background-color: var(--gifall-white);
  padding: 20px 30px 30px;
  border: 1px solid #dddddd;
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single,
.gifall-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--gifall-font);
  letter-spacing: 0em;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  border-radius: 30px;
}

.woocommerce-checkout-payment #place_order:before {
  background-color: var(--gifall-black) !important;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.gifall-edit-address .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 20px;
}

.woocommerce-checkout #customer_details #shipping_address_1_field,
.woocommerce-checkout #customer_details #shipping_postcode_field,
.woocommerce-checkout #customer_details #billing_email_field,
.woocommerce-checkout #customer_details #shipping_address_2_field,
.woocommerce-checkout #customer_details #billing_address_2_field,
.woocommerce-checkout #customer_details #billing_address_1_field {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-checkout .shipping_address {
  margin-bottom: 30px;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 60px;
}

.return-to-shop {
  margin-top: 30px !important;
  text-align: left !important;
}

.woocommerce-checkout .shop_table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .shop_table ul li {
  font-family: var(--gifall-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.woocommerce-checkout .shop_table tfoot td,
.woocommerce-checkout .shop_table tfoot th {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table tfoot th {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: #e9ebee;
  padding: 30px;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout-payment .place-order {
  padding-left: 50px;
  padding-bottom: 37px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 18px;
  color: var(--gifall-black);
  font-weight: 600;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--gifall-font);
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: var(--gifall-base);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--gifall-base);
  border-color: var(--gifall-base);
  content: "\f00c";
}

.woocommerce-checkout-payment .wc_payment_methods li img {
  mix-blend-mode: multiply;
  width: 170px;
  margin-right: 10px;
  margin-left: 10px;
}

.checkout_coupon p,
.woocommerce-checkout-payment .place-order p,
.woocommerce-checkout-payment .wc_payment_methods li p {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--gifall-font, "Outfit", sans-serif);
  font-weight: 500;
}

.wc_payment_methods .payment_box {
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods,
.woocommerce-privacy-policy-text {
  padding-bottom: 15px;
}

.woocommerce-ResetPassword .woocommerce-Button,
.gifall-edit-address button[type=submit],
.checkout_coupon button[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-checkout-payment #place_order,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit {
  border: none;
  outline: none;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  padding: 10px 50px;
  z-index: 1;
  text-align: center;
  text-transform: none;
  background: var(--gifall-primary);
  color: var(--gifall-black);
  overflow: hidden;
  font-family: var(--gifall-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.woocommerce-ResetPassword .woocommerce-Button::before,
.gifall-edit-address button[type=submit]::before,
.checkout_coupon button[type=submit]::before,
.woocommerce-EditAccountForm button[type=submit]::before,
.woocommerce-checkout-payment #place_order::before,
.woocommerce-form-login .woocommerce-form-login__submit::before,
.woocommerce-form-register .woocommerce-form-register__submit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  background-color: var(--gifall-primary);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.gifall-edit-address button[type=submit]:hover::before,
.checkout_coupon button[type=submit]:hover::before,
.woocommerce-EditAccountForm button[type=submit]:hover::before,
.woocommerce-checkout-payment #place_order:hover::before,
.woocommerce-form-login .woocommerce-form-login__submit:hover::before,
.woocommerce-form-register .woocommerce-form-register__submit:hover::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.woocommerce-ResetPassword .woocommerce-Button:hover,
.gifall-edit-address button[type=submit]:hover,
.checkout_coupon button[type=submit]:hover,
.woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-checkout-payment #place_order:hover,
.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-register .woocommerce-form-register__submit:hover {
  color: var(--gifall-white);
  background-color: var(--gifall-black);
}

.woocommerce-ResetPassword .woocommerce-Button {
  margin-top: 20px;
}

.news-details__content .woocommerce {
  padding-top: 0;
  padding-bottom: 0;
}

.checkout_coupon {
  margin-top: 30px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 540px;
}

.checkout_coupon p:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.checkout_coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: #e9ebee;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--gifall-font);
  font-size: 14px;
  color: #686a6f;
  height: 50px;
  margin: 0;
}

.woocommerce-account .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
  display: block;
}

.woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

legend {
  float: none;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
  display: block;
}

.woocommerce-MyAccount-content,
.woocommerce-order p,
.woocommerce-order address,
.woocommerce-order-overview li {
  margin-bottom: 0;
  font-family: var(--gifall-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--gifall-base, #fff);
}

.woocommerce-MyAccount-content .order-again a {
  font-weight: bold;
}

.woocommerce b,
.woocommerce strong {
  color: #222429;
}

.woocommerce-order-details {
  margin-bottom: 60px;
  margin-top: 60px;
}

.woocommerce-Addresses {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
}

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-EditAccountForm {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.woocommerce-EditAccountForm p:nth-child(4),
.woocommerce-EditAccountForm p:nth-child(6),
.woocommerce-EditAccountForm fieldset {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0;
}

.woocommerce-EditAccountForm p {
  margin: 0;
}

.woocommerce-EditAccountForm label {
  font-size: 16px;
}

.woocommerce-EditAccountForm p > span {
  display: block;
  width: 100%;
}

.woocommerce-EditAccountForm input + span {
  margin-top: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  padding: 35px 45px;
  background: #e9ebee;
}

@media (max-width: 991px) {
  .shop_table button[name=update_cart] {
    position: relative;
    margin-top: 20px;
    top: auto;
    right: auto;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive .product-thumbnail {
    justify-content: center;
  }
  table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td.actions {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  table.shop_table_responsive tr td.actions .coupon {
    text-align: left;
  }
  table.shop_table_responsive tr td.actions .coupon button[type=submit] {
    margin-top: 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
  .woocommerce-EditAccountForm p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout #order_review {
  width: 100%;
  overflow: hidden;
  display: block;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  float: left;
  width: 49%;
  margin-right: 30px;
  overflow: hidden;
}

.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  float: right;
  width: 48%;
}

@media (max-width: 991px) {
  .woocommerce-checkout #order_review,
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-payment {
    width: 100%;
    float: none;
  }
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 5px;
}

abbr[title] {
  border-bottom: none;
}

/* end woocommerce checkout  */
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
  text-indent: -9999px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  border-radius: 30px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

.site-main ul.products {
  width: calc(100% + 30px);
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  float: left;
}

.site-main ul.products li {
  width: 100%;
  border: 0;
  margin-bottom: 0;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: none !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .site-main ul.products li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .site-main ul.products li {
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  .site-main ul.products.columns-2 li {
    width: 50%;
  }
}

.shop-one__product-count {
  display: inline-block;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
}

.entry-summary .thm-btn.cart-btn {
  line-height: 32px;
  border-radius: 25px;
}
.entry-summary .thm-btn.cart-btn::before {
  display: none;
}

.thm-btn.comment-form__btn {
  background-color: var(--gifall-base);
}

.thm-btn.comment-form__btn:hover,
.thm-btn.cart-btn:hover {
  color: var(--gifall-white);
}
.thm-btn.comment-form__btn:hover::after,
.thm-btn.cart-btn:hover::after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.thm-btn.comment-form__btn::after,
.thm-btn.cart-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  border-radius: 0;
  background-color: var(--gifall-black) !important;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.related.products h2,
.product-details__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 20px;
}

.shop-detils-top__price-box h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  font-family: var(--gifall-font);
  display: inline-flex;
  flex-direction: row-reverse;
}

.product-details__quantity-title {
  display: none;
}

.checkout-button,
.return-to-shop .button,
.shop_table .button,
.form-row.place-order .button,
.woocommerce-form-coupon .button,
.entry-summary .single_add_to_wishlist {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: #f6f6f6;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 400;
  padding: 12px 50px;
  transition: 500ms;
  line-height: 28px;
  z-index: 1;
  overflow: hidden;
}
.checkout-button:hover,
.return-to-shop .button:hover,
.shop_table .button:hover,
.form-row.place-order .button:hover,
.woocommerce-form-coupon .button:hover,
.entry-summary .single_add_to_wishlist:hover {
  color: var(--gifall-white);
}

.yith-wcwl-wishlistaddedbrowse {
  height: 60px;
}

.yith-wcwl-add-button a.add_to_wishlist {
  padding: 16px 50px;
}

.thm-btn.cart-btn {
  height: 60px;
  margin-right: 10px;
  border-radius: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.woocommerce-ResetPassword .woocommerce-Button::before,
.checkout-button::before,
.return-to-shop .button::before,
.shop_table .button::before,
.form-row.place-order .button::before,
.woocommerce-form-coupon .button::before,
.entry-summary .single_add_to_wishlist::before,
.woocommerce-checkout-payment #place_order::before,
.widget_price_filter .price_slider_amount .button.thm-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  border-radius: 0;
  background-color: var(--gifall-base) !important;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.woocommerce-ResetPassword .woocommerce-Button:hover:before,
.checkout-button:hover:before,
.return-to-shop .button:hover:before,
.shop_table .button:hover:before,
.form-row.place-order .button:hover:before,
.woocommerce-form-coupon .button:hover:before,
.entry-summary .single_add_to_wishlist:hover:before,
.woocommerce-checkout-payment #place_order:hover:before,
.widget_price_filter .price_slider_amount .button.thm-btn:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.widget_price_filter .price_slider_amount .button.thm-btn {
  padding: 3px 10px;
  font-size: 12px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=textarea]:focus,
input[type=textarea]:focus-visible,
.product-quantity .quantity input,
#customer_details textarea {
  outline-style: none;
}

mark,
ins {
  background: transparent;
  text-decoration: none;
}

.product-quantity .quantity input {
  background-color: #f9f7f7;
}

.entry-summary ins {
  background: transparent;
}

.product-details__social + .yith-wcwl-add-to-wishlist {
  display: none !important;
}

.woocommerce-checkout .shop_table .cart_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table td:last-child {
  padding-right: 0;
  text-align: right;
}

.woocommerce-checkout .shop_table .product-total {
  text-align: right;
}

form.woocommerce-checkout .shop_table tfoot th {
  padding-left: 0;
}

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

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label,
.single-product .woocommerce-grouped-product-list-item__label label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.checkout-button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--gifall-white);
  background-color: var(--gifall-base);
}
.checkout-button::before {
  background-color: var(--gifall-black) !important;
}

.product-details__content__quantity {
  padding-left: 10px;
}

.shop-one__sidebar .sidebar__single ul li ul {
  margin-top: 0;
}

.sidebar__single.shop-one__sidebar__item.widget .wc-block-product-categories-list-item-count::after {
  content: ")";
  position: static;
  font-family: inherit;
  font-weight: inherit;
}

.sidebar__single.shop-one__sidebar__item.widget li::after {
  display: none;
}

.checkout_coupon {
  margin-top: 0;
}

.shop_table tbody .cart_item td:first-child {
  padding-left: 0;
}

@media screen and (max-width: 992px) {
  .woocommerce-cart-form__contents {
    border: 0;
  }
  .woocommerce-cart-form__contents caption {
    font-size: 1.3em;
  }
  .woocommerce-cart-form__contents thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .woocommerce-cart-form__contents tr {
    border-bottom: 1px solid #e9ebee;
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid #e9ebee;
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--gifall-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--gifall-font);
    text-transform: uppercase;
  }
  .woocommerce-cart-form__contents td::before {
    /*
      * aria-label has no advantage, it won't be read inside a .woocommerce-cart-form__contents
      content: attr(aria-label);
      */
    content: attr(data-title);
    font-weight: bold;
    text-transform: uppercase;
  }
  .woocommerce-cart-form__contents td:last-child {
    border-bottom: 0;
  }
  .shop_table button[name=update_cart] {
    position: relative;
  }
  .woocommerce-cart-form .actions {
    display: block;
  }
  .shop_table tbody tr + tr {
    border-top: 0;
  }
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
}
.product-details__content__rating {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  border-bottom: 1px solid var(--gifall-bdr-color);
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.product-review .comments-area .comment-box .info {
  margin-bottom: 0;
}

.product__all-content ins {
  background-color: transparent;
}

.product-details__title ins span {
  margin-left: 0;
}

.product__all-btn-box .thm-btn {
  padding: 6px 25px;
}

.product__all-btn-box .thm-btn:focus {
  color: #fff;
}

.product-details__title span:last-child {
  margin-left: 5px;
}

.product-details__title del {
  text-decoration: line-through;
}

.gifall-overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  border-top-color: var(--gifall-primary);
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 0;
  outline-offset: 0;
}

.woocommerce-form-register,
.woocommerce-form-login {
  margin-top: 20px;
}

.shop-one__sidebar.sidebar .widget,
.shop-one__sidebar .widget.widget_block {
  padding: 30px;
  background-color: #f7f7f7;
}

.shop-one__sidebar.sidebar .wc-block-grid__product {
  border-left: 0;
}

.shop-one__sidebar.sidebar .wc-block-grid__product {
  border-left: 0;
}

.shop-one__sidebar.sidebar .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 20px;
}

.shop-one__sidebar.sidebar .woocommerce-product-search-field-0 {
  margin-bottom: 30px;
}

.shop-category.widget_block.widget_categories {
  padding: 30px 20px;
}

.sidebar .shop-category h2 {
  margin-bottom: 23px;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar.shop-one__sidebar .widget_categories ul li {
  display: block;
  margin-bottom: 0;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li + li {
  margin-top: 0;
}

.woo-widget .wc-block-components-filter-submit-button {
  font-size: 13px;
  font-weight: 800;
  background-color: var(--gifall-base);
  color: var(--gifall-white);
  line-height: 1em;
  padding: 14px 19px;
  transition: all 500ms ease;
  border-radius: 0;
}
.woo-widget .wc-block-components-filter-submit-button:hover {
  color: var(--gifall-white);
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--gifall-base);
  background: var(--track-background);
  height: 6px;
}

.wc-block-components-price-slider__range-input-wrapper {
  height: 6px;
}

input[type=range] {
  appearance: auto;
  cursor: default;
  padding: initial;
  border: initial;
  margin: 0;
  accent-color: var(--gifall-base);
}

.shop-one__sidebar.sidebar .price,
.sidebar .price {
  padding: 0;
}

.shop-one__sidebar.sidebar .wc-block-components-sort-select__label {
  float: left;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__info {
  display: block;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__image {
  width: 100%;
  height: 100%;
}

.wc-block-featured-category__link,
.wc-block-featured-category__title,
.wc-block-featured-product__description,
.wc-block-featured-product__link {
  padding: 0;
}

.sidebar .widget_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail {
  width: 100%;
  float: unset;
}

.shop-one__sidebar.sidebar .wc-block-stock-filter__title {
  font-size: 16px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
  max-width: unset;
  margin-bottom: 5px;
}

.wc-block-product-categories-list--has-images li ul,
.wc-block-product-categories-list--has-images li ul li.wc-block-product-categories-list-item {
  margin-left: 0;
}

.sidebar .select2-container .select2-selection--single {
  height: 60px;
  margin-bottom: 5px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding: 0 20px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  margin-right: 10px;
}

.shop-one__sidebar.sidebar .wc-block-product-categories__dropdown select {
  background-image: none;
}

.shop-one__sidebar.sidebar .wc-block-price-filter__controls input {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  height: inherit !important;
}

.woocommerce-product-search button,
.woocommerce-widget-layered-nav button {
  background: var(--gifall-base);
  color: #fff;
  line-height: 32px;
  width: 100%;
  margin-top: 10px;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  margin-top: 10px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after,
.sidebar .widget ul.wc-block-grid__products li::after,
.sidebar .widget .wc-block-product-categories-list li::after,
.sidebar .widget .widget_shopping_cart_content ul li:after,
.sidebar ul.product_list_widget li:after {
  content: " ";
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  width: 100%;
  color: var(--gifall-white);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  color: var(--gifall-white) !important;
}

.wp-block-woocommerce-price-filter > .wc-block-price-filter__title {
  margin-bottom: 30px;
  margin-top: 0;
}

.wc-block-grid__product:last-child {
  border-bottom: 0;
  margin-bottom: -16px;
}

.wc-block-grid__products,
.wc-block-components-review-list-item__item,
.wc-block-product-categories {
  margin-bottom: 0;
}

.wc-block-components-price-slider {
  margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-title {
  color: #222429;
  font-weight: 800;
  font-size: 16px;
  transition: 0.3s;
}
.wc-block-grid__product .wc-block-grid__product-title:hover {
  color: var(--gifall-base);
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--gifall-primary);
  border-color: var(--gifall-primary);
  text-transform: capitalize;
  color: #fff;
}

.woocommerce-tabs ul.tabs li a {
  padding: 15px 45px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background: #f0f0f0;
  font-weight: 500;
}

.woo-widget .select2-container--default .select2-selection--single {
  border: 1px solid #e6e1d8;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
}

.wc-block-components-price-slider__range-input {
  top: -2px;
}

.sidebar .wc-block-components-price-slider::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .wc-block-components-price-slider__range-text {
  float: left;
  margin: 0;
  padding-top: 6px;
}
.sidebar .wc-block-components-price-slider__range-text span:first-child::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}
.sidebar .wc-block-components-price-slider__actions {
  float: right;
}

.product__add-to-cart {
  display: flex;
  justify-content: space-around;
}

.woocommerce-tabs {
  margin-top: 100px;
  border-radius: 10px;
}

.woocommerce-tabs ul.tabs {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}

.woocommerce-tabs ul.tabs li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.woocommerce-tabs ul.tabs li a {
  position: relative;
  display: block;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 18px;
  line-height: 18px;
  color: var(--gifall-black);
  background-color: #e8eeec;
  padding: 16px 25px 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--gifall-font-two);
  transition: all 0.3s ease;
  z-index: 1;
}
.woocommerce-tabs ul.tabs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--gifall-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.woocommerce-tabs ul li.active a {
  color: var(--gifall-white);
}
.woocommerce-tabs ul li.active a::before {
  height: 100%;
}

.woocommerce-tabs .entry-content {
  margin: 0;
  padding: 40px 40px 50px;
}

.woocommerce-tabs .comments-area {
  margin: 0;
  padding: 0;
}

.woocommerce-tabs .review-one__content {
  padding-left: 0;
  padding-bottom: 30px;
  text-align: left;
}

.woocommerce-tabs .comment {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-tabs .comments-area .comment-box .author-thumb {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  position: relative;
}
.woocommerce-tabs .review-one__content-top {
  margin-bottom: 10px;
}

ul.products .product__add-to-cart .shop-one__cart.thm-btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #d3eee5;
  width: 100%;
  text-align: center;
  border-radius: 0;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}
ul.products .product__add-to-cart .shop-one__cart.thm-btn::before {
  display: none;
}
ul.products .product__add-to-cart .shop-one__cart.thm-btn.loading {
  opacity: 1;
}

ul.products .product__add-to-cart .shop-one__cart.thm-btn.loading::before {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 35px;
  transition: 0.1s;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: transparent !important;
}

ul.products .product__add-to-cart .shop-one__cart.thm-btn.loading::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 35px;
  background-color: var(--gifall-base);
  z-index: 1;
  transition: 0.1s;
}

ul.products .product__add-to-cart .shop-one__cart.thm-btn.added {
  display: none;
}

.shop-one__cart.thm-btn {
  display: inline-block;
  padding: 5px 30px;
  background-color: #f7f3ff;
  width: 100%;
  text-align: center;
  border-radius: 0;
  line-height: 34px;
}
.shop-one__cart.thm-btn.loading {
  opacity: 1;
}

.shop-one__cart.thm-btn:hover {
  color: var(--gifall-black);
}

.shop-one__cart.thm-btn.loading::before {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 35px;
  transition: 0.1s;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: transparent;
}

.shop-one__cart.thm-btn.loading::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 35px;
  background-color: var(--gifall-base);
  z-index: 1;
  transition: 0.1s;
}

.shop-one__cart.thm-btn.added {
  display: none;
}

.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
}

.yith-wcwl-wishlistaddedbrowse span.feedback {
  display: none;
}
.yith-wcwl-wishlistaddedbrowse a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: #f6f6f6;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 50px;
  transition: 500ms;
  line-height: 28px;
  z-index: 1;
  overflow: hidden;
}

.yith-wcwl-wishlistexistsbrowse span.feedback {
  display: none;
}
.yith-wcwl-wishlistexistsbrowse a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: #f6f6f6;
  color: var(--gifall-black);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 50px;
  transition: 500ms;
  line-height: 28px;
  z-index: 1;
  overflow: hidden;
}
.yith-wcwl-wishlistexistsbrowse a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  background-color: var(--gifall-primary);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.yith-wcwl-wishlistexistsbrowse a:hover::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#yith-wcwl-popup-message {
  display: none;
}

.single_add_to_wishlist {
  display: none !important;
}

.yith-wcwl-wishlistexistsbrowse {
  display: none;
}

.yith-wcwl-wishlistaddedbrowse {
  display: none;
}

.product-details__buttons .single_add_to_wishlist {
  display: inline-block !important;
}

.product-details__buttons .yith-wcwl-wishlistexistsbrowse {
  display: inline-block;
}

.product-details__buttons .yith-wcwl-wishlistaddedbrowse {
  display: inline-block;
}

.woocommerce-Tabs-panel--additional_information h2 {
  display: none;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  display: none;
}

.news-sidebar__content.product.type-product .blog-list__tag, .news-sidebar__content.product.type-product .blog-list__meta, .news-sidebar__content.product.type-product .blog-list__btn-box {
  display: none;
}
.news-sidebar__content.product.type-product .blog-list-excerpt {
  padding-bottom: 0;
}

.shop-detils-top__price-box del {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
  color: #090909;
  opacity: 0.5;
}

.gifall-wc-grouped-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gifall-wc-grouped-btns .single_add_to_wishlist {
  display: inline-block !important;
}

.woocommerce-grouped-product-list-item__quantity .product-details__quantity {
  margin-bottom: 0;
}

.woocommerce_card_page_wrapper {
  display: flex;
}
.woocommerce_card_page_wrapper .woocommerce-cart-form {
  width: 100%;
  margin-right: 100px;
}

.cart-page__right {
  background-color: #f9f9f9;
}
.cart-page__right tbody {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.coupon {
  display: flex;
}

@media (max-width: 1200px) {
  .shop_table .coupon input[type=text] {
    max-width: 170px;
  }
}
.woosw-item--add {
  text-align: end;
  margin-right: 20px;
}
.woosw-item--add .button {
  background-color: var(--gifall-base);
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  color: var(--gifall-white);
  transition: 0.3s;
}
.woosw-item--add .button:hover {
  background-color: var(--gifall-black);
  color: var(--gifall-white);
}
.woosw-item--add .button.added {
  display: none;
}
.woosw-item--add .added_to_cart {
  width: unset;
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.shop-details .woosw-btn-has-icon,
.woosq-popup .woosw-btn-has-icon {
  margin-top: 3px;
  font-size: 20px;
  background-color: #f9f7f7;
  height: 53px;
  width: 53px;
  line-height: 53px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--gifall-black);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto !important;
}
.shop-details .woosw-btn-has-icon:after,
.woosq-popup .woosw-btn-has-icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -1px;
  height: 100%;
  background-color: var(--gifall-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.shop-details .woosw-btn-has-icon:hover,
.woosq-popup .woosw-btn-has-icon:hover {
  color: var(--gifall-white);
}
.shop-details .woosw-btn-has-icon:hover:after,
.woosq-popup .woosw-btn-has-icon:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.woosw-btn-has-icon .woosw-btn-icon {
  margin: 0 auto !important;
}

.added_to_cart {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  background: var(--gifall-base);
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 34px;
  font-weight: 700;
  z-index: 1;
  color: #fff;
  padding: 8px 10px 13px;
  font-size: 14px;
  width: 100%;
}
.added_to_cart:hover {
  color: #fff;
}

.thm-btn.shop-one__cart {
  background: #d3eee5;
  padding: 12px 10px 13px;
  color: var(--gifall-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
.thm-btn.shop-one__cart::before {
  display: none;
}
.thm-btn.shop-one__cart::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: -1px;
  height: 100%;
  border-radius: 0;
  background-color: var(--gifall-primary) !important;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.thm-btn.shop-one__cart:hover::after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.products__all-icon-boxes {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transform: perspective(400px) rotateX(20deg) translateX(100%);
  transform-origin: bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.products__all-icon-boxes a,
.products__all-icon-boxes button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--gifall-white);
  border-radius: 50%;
  font-size: 14px;
  color: var(--gifall-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.products__all-icon-boxes a:hover,
.products__all-icon-boxes button:hover {
  background-color: var(--gifall-base);
  color: var(--gifall-white);
}
.products__all-icon-boxes a + button,
.products__all-icon-boxes button + button {
  margin-top: 5px;
}

.product__all-img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--gifall-white);
  z-index: 1;
}

.product__all-img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--govity-black-rgb), 0.1);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-70%);
  z-index: 1;
}

.product__all-single:hover .product__all-img:before {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.products__all-icon-boxes a + a,
.products__all-icon-boxes button + a {
  margin-top: 10px;
}

.product__all-single:hover .products__all-icon-boxes {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg) translateX(0%);
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.shop-page-one__single:hover .shop-page-one__img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.shop-page-one .product__all-single .woosw-btn-text {
  display: none;
}

.shop-one__sidebar .wc-block-featured-product__description p {
  color: var(--gifall-white);
}

.wc-block-featured-product__title,
.wc-block-featured-category__title {
  padding: 0 !important;
  margin-bottom: 0 !important;
  text-transform: none !important;
  color: var(--gifall-white) !important;
}
.wc-block-featured-product__title::after,
.wc-block-featured-category__title::after {
  display: none;
}

.shop-one__sidebar .wp-block-button__link {
  transition: 0.3s;
}
.shop-one__sidebar .wp-block-button__link:hover {
  background-color: var(--gifall-base);
  color: var(--gifall-white);
}
.shop-one__sidebar.sidebar .widget ul li a::after, .shop-one__sidebar .sidebar__single ul li a::after {
  display: none !important;
}
.shop-one__sidebar .wc-block-product-categories__dropdown {
  width: 100%;
}

li.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  margin-bottom: 20px;
}
li.woocommerce-mini-cart-item.mini_cart_item a + a {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 30px;
}
li.woocommerce-mini-cart-item.mini_cart_item img {
  width: 60px;
  margin-right: 10px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
  max-width: 60px;
  object-fit: cover;
}

.product_list_widget li + li {
  margin-top: 30px;
}

.related-products del {
  position: relative;
}
.related-products del::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #392917;
}

.product-details__social {
  position: relative;
  display: flex;
  align-items: center;
}
.product-details__social h3 {
  font-size: 18px;
  color: rgba(var(--gifall-black-rgb), 0.8);
  font-weight: 400;
  margin-right: 20px;
}
.product-details__social a {
  font-size: 16px;
  color: #212330;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details__social a:hover {
  color: var(--gifall-base);
}
.product-details__social a + a {
  margin-left: 15px;
}

.shop-page-one {
  padding: 100px 0;
}

.has-fixed-footer .shop-details,
.has-fixed-footer .shop-page-one {
  padding-bottom: 220px;
}

.shop-page-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  z-index: 1;
}
.shop-page-one__img:before {
  position: absolute;
  top: 0%;
  right: 0%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.product__all-single {
  border-radius: 30px;
}

.shop-page-one__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 27px;
  padding: 27px 25px 27px;
  background-color: #eeeeee;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.product__all-single:hover .shop-page-one__img::before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

.shop-page-one__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.woocommerce-Price-amount .amount {
  color: var(--gifall-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.review-one__content-bottom {
  text-align-last: left;
}

.review-one__content-top .info h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}
.review-one__content-top .info span {
  color: var(--gifall-base);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
}

.shop-details .review-one__title {
  margin-bottom: 30px;
}

.review-form-one__input-box input[type=text],
.review-form-one__input-box input[type=email] {
  height: 50px;
  width: 100%;
  border: 1px solid #dddddd;
  background-color: var(--gifall-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: rgba(var(--gifall-black-rgb), 0.8);
  display: block;
  font-weight: 500;
  margin-bottom: 30px;
}

/* Responsive
--------------------------------------------- */
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .main-header-one__top-right {
    display: none;
  }
  .main-header-one__top {
    padding: 17px 0px 39px;
  }
  .main-header-two__top-right {
    display: none;
  }
  .main-header-two__bottom-left-text {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1850px) {
  .main-slider__nav {
    left: 52%;
  }
  .about-one .shape5 {
    display: none;
  }
  .about-two .shape6 {
    display: none;
  }
  .feature-three .shape3 {
    display: none;
  }
  .about-two--three .shape8 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-slider__nav {
    left: 50%;
  }
  .main-slider-one .shape2 {
    display: none;
  }
  .about-one .shape5 {
    display: none;
  }
  .case-one__single-content .inner {
    padding: 33px 20px 32px;
  }
  .case-one__progress {
    padding: 40px 20px 22px;
  }
  .case-one__single-content .inner h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
  .case-one__progress .bottom-text .left-text p {
    font-size: 17px;
  }
  .main-header-two__bottom-left-text {
    display: none;
  }
  .about-two .shape6 {
    display: none;
  }
  .feature-three .shape3 {
    display: none;
  }
  .about-two--three .shape8 {
    display: none;
  }
  .video-one--two .shape4 {
    display: none;
  }
  .video-one--two .shape5 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .events-one__single-img .bottom-content ul {
    padding: 3px 10px 3px;
  }
  .events-one__single-img .bottom-content ul li {
    margin-right: 5px;
  }
  .events-one__single-img .bottom-content ul li p {
    font-size: 14px;
  }
  .events-one__single-img .bottom-content ul li p span:before {
    padding-right: 2px;
    font-size: 14px;
  }
  .events-one__single-content h2 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-slider-one__content {
    padding-left: 100px;
  }
  .counter-one .shape1 {
    display: none;
  }
  .footer-one__top-form {
    margin-left: 0px;
  }
  .main-header-menu-box {
    display: none;
  }
  .main-slider-one.style3 .main-slider-one__content {
    padding-left: 100px;
  }
  .main-header__contact-info ul li {
    margin-right: 65px;
  }
}
/*Medium screen*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .auto-container {
    padding: 0px 30px;
  }
  /*Main Header One*/
  .main-header-one__top-middle {
    display: none;
  }
  .main-header-one__top-right {
    display: none;
  }
  .main-header-one__bottom-right {
    display: none;
  }
  .main-header-one .main-menu-box {
    line-height: 0;
  }
  .main-header-one__bottom .main-menu__wrapper-inner {
    display: block;
    margin-top: 0px;
    padding: 0px 15px 0px;
  }
  .main-header-one__bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .main-header-one__top {
    padding: 29px 0px 29px;
    overflow: hidden;
  }
  .logo-box-one::before {
    display: none;
  }
  .main-header-one__top-left::before {
    display: none;
  }
  .logo-box-one::after {
    top: -35px;
  }
  /*Main Slider One*/
  .main-slider-one .shape1 {
    display: none;
  }
  .main-slider-one .shape2 {
    display: none;
  }
  #main-slider-pagination {
    display: none;
  }
  .main-slider__nav {
    left: 50%;
  }
  .main-slider-one {
    margin-top: 0px;
  }
  .main-slider-one__content {
    padding: 191px 0px 220px;
  }
  /*Feature One*/
  .feature-one__single {
    padding: 50px 20px 40px;
  }
  .feature-one__single-content p br {
    display: none;
  }
  /*About One*/
  .about-one__content {
    max-width: 730px;
  }
  .about-one__img {
    overflow: hidden;
    margin-top: 45px;
  }
  .about-one .shape5 {
    display: none;
  }
  .about-one__bottom-content .text-box h2 {
    font-size: 28px;
    line-height: 38px;
  }
  /*Counter One*/
  .counter-one .shape1 {
    display: none;
  }
  .counter-one__single-top .text-box h2 {
    font-size: 50px;
  }
  .counter-one__single-bottom p {
    font-size: 18px;
    line-height: 28px;
  }
  /*Feature Two*/
  .feature-two__img {
    max-width: 750px;
  }
  .feature-two__img .shape2 {
    display: none;
  }
  .feature-two__content {
    margin-left: 0px;
    margin-top: 120px;
  }
  /*Team One*/
  .team-one .sec-title__title {
    font-size: 50px;
  }
  /*Blog One*/
  .blog-one__single-content {
    padding: 45px 25px 31px;
  }
  .blog-one__single-content h2 br {
    display: none;
  }
  /*Footer One*/
  .footer-one__top {
    text-align: center;
  }
  .footer-one__top-text {
    padding-left: 0px;
    max-width: 600px;
    width: 100%;
    margin-top: 0;
    margin: 0 auto 40px;
  }
  .footer-one__top-text:before {
    display: none;
  }
  .footer-one__top-text:after {
    display: none;
  }
  .footer-one__top-form {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .footer-widget__single-about {
    margin-bottom: 100px;
  }
  .footer-one__single-post {
    margin-left: 0px;
  }
  .footer-one__single-address {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-one__single-explore {
    margin-left: 0px;
  }
  /*Main Header Two*/
  .main-header-two__bottom-left-text {
    display: none;
  }
  .header-social-links {
    display: none;
  }
  .main-header-menu-box {
    display: none;
  }
  .main-header-one__bottom .main-menu__wrapper-inner {
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
  }
  .main-header-one.style2 .main-header-one__top {
    padding: 29px 0px 29px;
  }
  .main-header-one.style2 .main-header-one__bottom .main-menu__wrapper-inner {
    margin-top: 0px;
    padding: 0px 0px 0px;
  }
  /*Main Slider Two*/
  .main-slider-one.style2 .shape3 {
    display: none;
  }
  /*About Two*/
  .about-two__img {
    margin-right: 0px;
    max-width: 700px;
  }
  .about-two__img-inner img {
    float: none;
    width: 100%;
  }
  .about-two__content {
    margin-top: 60px;
    margin-left: 0px;
    max-width: 800px;
    width: 100%;
  }
  .about-two__content .sec-title__title br {
    display: none;
  }
  /*Case One*/
  .case-one--two .case-one__single-content .inner h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .case-one--two .case-one__progress .bottom-text .left-text p {
    font-size: 16px;
    line-height: 26px;
  }
  /*Counter Two*/
  .counter-one--two .counter-one__single {
    margin-left: 10px;
  }
  /*Feature Three*/
  .feature-three .shape3 {
    display: none;
  }
  .feature-three__content-bottom {
    max-width: 550px;
    width: 100%;
  }
  .feature-three__content .sec-title__title br {
    display: none;
  }
  .feature-three__img {
    margin-left: 0px;
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
  }
  .feature-three__img1 {
    margin-left: 0px;
  }
  .feature-three .shape4 {
    display: none;
  }
  .feature-three__img1 img {
    width: 100%;
    float: none;
  }
  .feature-three__content {
    margin-right: 0px;
  }
  .feature-three {
    padding: 82px 0px 170px;
  }
  /*Events One*/
  .events-one__single-img .bottom-content ul {
    padding: 3px 15px 3px;
  }
  .events-one__single-img .bottom-content ul li p {
    font-size: 14px;
  }
  .events-one__single-img .bottom-content ul li {
    margin-right: 10px;
  }
  .events-one__single-content h2 {
    font-size: 18px;
    line-height: 30px;
  }
  /*Testimonial Two*/
  .testimonial-two__single-top {
    display: block;
  }
  .testimonial-two__single-top-right .rating-box {
    display: inline-block;
    padding-right: 20px;
    border-radius: 30px;
    margin-top: 20px;
  }
  /*About Three*/
  .about-two--three .about-two__img {
    margin-right: 0px;
    max-width: 500px;
    width: 100%;
  }
  .about-two--three .about-two__content-text5 {
    max-width: 625px;
    width: 100%;
  }
  /*Feature Four*/
  .feature-three.style4 {
    padding: 120px 0px 185px;
  }
  .feature-three.style4 .feature-three__img {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin-top: 60px;
  }
  .video-one--two .shape4 {
    display: none;
  }
  .video-one--two .shape5 {
    display: none;
  }
  /*Events Two*/
  .events-one--two .events-one__single-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
  /*Testimonial Three*/
  .testimonial-three .sec-title__title {
    font-size: 55px;
  }
  /*Counter Three*/
  .counter-one.style3 .counter-one__single {
    margin-left: 10px;
  }
  /*Case One Donation List*/
  .case-one--donation-list .case-one__single {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Sidebar*/
  .sidebar {
    max-width: 600px;
    width: 100%;
    margin: 60px auto 0px;
  }
  /*Events Details Sidebar*/
  .events-details__sidebar {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 60px auto 0px;
  }
  /*Become Volunteer One*/
  .become-volunteer-one__content {
    margin-right: 0px;
  }
  /*Blog List*/
  .blog-list__content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .blog-list .sidebar {
    margin: 30px auto 0px;
  }
  .blog-list .styled-pagination {
    text-align: center;
    margin-top: 30px;
  }
  /*Blog Details*/
  .blog-details .sidebar {
    margin: 30px auto 0px;
  }
  /*Contact One*/
  .faq-one__accordion {
    max-width: 750px;
    width: 100%;
  }
  .faq-one__img {
    margin-left: 0px;
    margin-top: 40px;
    max-width: 500px;
    width: 100%;
  }
  /*Shop Page*/
  .shop-page__single-content .bottom-text {
    padding: 27px 15px 27px;
  }
  .shop-page__single-content .bottom-text .text-text h4 {
    font-size: 16px;
  }
  /*Shop Details*/
  .shop-details__img-box {
    margin-right: 0px;
    max-width: 650px;
  }
  .shop-details__content {
    margin-top: 90px;
    max-width: 750px;
    width: 100%;
  }
  /*Checkout Area*/
  .checkout-area__sidebar {
    margin-left: 0px;
  }
}
/*Tablet Layout*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*Main Header One*/
  .main-header-one__top-middle {
    display: none;
  }
  .main-header-one__top-right {
    display: none;
  }
  .main-header-one__bottom-right {
    display: none;
  }
  .main-header-one .main-menu-box {
    line-height: 0;
  }
  .main-header-one__bottom .main-menu__wrapper-inner {
    display: block;
    margin-top: 0px;
    padding: 0px 15px 0px;
  }
  .main-header-one__bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .main-header-one__top {
    padding: 29px 0px 29px;
    overflow: hidden;
  }
  .logo-box-one::before {
    display: none;
  }
  .main-header-one__top-left::before {
    display: none;
  }
  .logo-box-one::after {
    top: -35px;
  }
  /*Main Slider One*/
  .main-slider-one .shape1 {
    display: none;
  }
  .main-slider-one .shape2 {
    display: none;
  }
  #main-slider-pagination {
    display: none;
  }
  .main-slider__nav {
    left: 50%;
  }
  .main-slider-one {
    margin-top: 0px;
  }
  .main-slider-one__content {
    padding: 191px 0px 220px;
  }
  /*Feature One*/
  .feature-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*About One*/
  .about-one__content {
    max-width: 730px;
  }
  .about-one__img {
    overflow: hidden;
    margin-top: 45px;
  }
  .about-one .shape5 {
    display: none;
  }
  .about-one__bottom-content .text-box h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .about-one__bottom-inner {
    display: block;
    text-align: center;
  }
  .about-one__bottom-content {
    display: block;
  }
  .about-one__bottom-content .text-box {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .about-one__bottom-content .icon-box {
    margin-bottom: 20px;
  }
  /*Counter One*/
  .counter-one {
    padding: 120px 0px 62px;
  }
  .counter-one .shape1 {
    display: none;
  }
  .counter-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .counter-one__single-top {
    display: block;
  }
  .counter-one__single-top .img-box img {
    width: auto;
  }
  .counter-one__single-top .img-box {
    margin-bottom: 15px;
  }
  /*Feature Two*/
  .feature-two__img {
    max-width: 750px;
  }
  .feature-two__img .shape2 {
    display: none;
  }
  .feature-two__content {
    margin-left: 0px;
    margin-top: 120px;
  }
  /*Gallery One*/
  .gallery-one__top .shape1 {
    display: none;
  }
  .gallery-one__top .shape2 {
    display: none;
  }
  /*Testimonial One*/
  .testimonial-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  /*Team One*/
  .team-one__top {
    display: block;
    text-align: center;
  }
  .team-one__top .btn-box {
    margin-top: 20px;
  }
  .team-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Blog One*/
  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Footer One*/
  .footer-one__top {
    text-align: center;
  }
  .footer-one__top-text {
    padding-left: 0px;
    max-width: 600px;
    width: 100%;
    margin-top: 0;
    margin: 0 auto 40px;
  }
  .footer-one__top-text:before {
    display: none;
  }
  .footer-one__top-text:after {
    display: none;
  }
  .footer-one__top-form {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .footer-widget__single-about {
    margin-bottom: 100px;
  }
  .footer-one__single-post {
    margin-left: 0px;
  }
  .footer-one__single-address {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-one__single-explore {
    margin-left: 0px;
  }
  /*Main Header Two*/
  .main-header-two__bottom-left-text {
    display: none;
  }
  .header-social-links {
    display: none;
  }
  .main-header-menu-box {
    display: none;
  }
  .main-header-one__bottom .main-menu__wrapper-inner {
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
  }
  .main-header-one.style2 .main-header-one__top {
    padding: 29px 0px 29px;
  }
  .main-header-one.style2 .main-header-one__bottom .main-menu__wrapper-inner {
    margin-top: 0px;
    padding: 0px 0px 0px;
  }
  /*Main Slider Two*/
  .main-slider-one.style2 .shape3 {
    display: none;
  }
  .main-slider-one.style2 .main-slider-one__content {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
  }
  .main-slider-one.style2 .main-slider-one__content .title h2 {
    font-size: 60px;
  }
  .main-slider-one.style2 .main-slider-one__content .text p br {
    display: none;
  }
  /*About Two*/
  .about-two__img {
    margin-right: 0px;
    max-width: 700px;
  }
  .about-two__img-inner img {
    float: none;
    width: 100%;
  }
  .about-two__content {
    margin-top: 60px;
    margin-left: 0px;
    max-width: 800px;
    width: 100%;
  }
  .about-two__content .sec-title__title br {
    display: none;
  }
  /*Case One*/
  .case-one--two .case-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Counter Two*/
  .counter-one--two .counter-one__single {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
  }
  /*Feature Three*/
  .feature-three .shape3 {
    display: none;
  }
  .feature-three__content-bottom {
    max-width: 550px;
    width: 100%;
  }
  .feature-three__content .sec-title__title br {
    display: none;
  }
  .feature-three__img {
    margin-left: 0px;
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
  }
  .feature-three__img1 {
    margin-left: 0px;
  }
  .feature-three .shape4 {
    display: none;
  }
  .feature-three__img1 img {
    width: 100%;
    float: none;
  }
  .feature-three__content {
    margin-right: 0px;
  }
  .feature-three {
    padding: 0px 0px 170px;
  }
  /*Events One*/
  .events-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Main Slider Three*/
  .main-slider-one.style3 .main-slider-one__content .title h2 {
    font-size: 75px;
  }
  /*About Three*/
  .about-two--three .about-two__img {
    margin-right: 0px;
    max-width: 500px;
    width: 100%;
  }
  .about-two--three .about-two__content-text5 {
    max-width: 625px;
    width: 100%;
  }
  /*Feature Four*/
  .feature-three.style4 {
    padding: 120px 0px 185px;
  }
  .feature-three.style4 .feature-three__img {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin-top: 60px;
  }
  .video-one--two .shape4 {
    display: none;
  }
  .video-one--two .shape5 {
    display: none;
  }
  /*Testimonial Three*/
  .testimonial-three .sec-title__title {
    font-size: 55px;
  }
  .testimonial-three .sec-title {
    max-width: 540px;
    width: 100%;
  }
  /*Counter Three*/
  .counter-one.style3 .counter-one__single {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .counter-one.style3 {
    position: relative;
    display: block;
    padding: 0px 0px 62px;
  }
  /*Case One Donation*/
  .case-one--donation .case-one__single-content .inner h2 {
    font-size: 24px;
  }
  /*Case One Donation List*/
  .case-one--donation-list .case-one__single {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Sidebar*/
  .sidebar {
    max-width: 600px;
    width: 100%;
    margin: 60px auto 0px;
  }
  /*Events Details Sidebar*/
  .events-details__sidebar {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 60px auto 0px;
  }
  /*Become Volunteer One*/
  .become-volunteer-one__content {
    margin-right: 0px;
  }
  .become-volunteer-one .title-box h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .become-volunteer-one__form {
    margin-top: 50px;
  }
  /*Blog List*/
  .blog-list__content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .blog-list .sidebar {
    margin: 30px auto 0px;
  }
  .blog-list .styled-pagination {
    text-align: center;
    margin-top: 30px;
  }
  /*Blog Details*/
  .blog-details .sidebar {
    margin: 30px auto 0px;
  }
  /*Contact One*/
  .contact-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Contact Two*/
  .contact-two__content {
    padding-left: 0px;
    margin-top: 30px;
  }
  .contact-two__from {
    position: relative;
    display: block;
    margin-right: 0px;
  }
  /*Contact One*/
  .faq-one__accordion {
    max-width: 750px;
    width: 100%;
  }
  .faq-one__img {
    margin-left: 0px;
    margin-top: 40px;
    max-width: 500px;
    width: 100%;
  }
  /*Shop Page*/
  .shop-page__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Shop Details*/
  .shop-details__img-box {
    margin-right: 0px;
    max-width: 650px;
  }
  .shop-details__content {
    margin-top: 90px;
    max-width: 750px;
    width: 100%;
  }
  .single-review-box-outer {
    margin-bottom: 20px;
  }
  /*Cart Page*/
  .cart-page__left {
    margin-right: 0px;
  }
  .cart-page__right {
    margin-left: 0px;
    margin-top: 30px;
  }
  /*Checkout Area*/
  .checkout-area__sidebar {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 40px auto 0px;
  }
}
/*Mobile Layout*/
@media only screen and (max-width: 767px) {
  .auto-container {
    padding: 0px 15px;
  }
  .main-slider .nav-style1.owl-theme .owl-nav {
    display: none;
  }
  .main-slider .dot-style1.owl-theme .owl-dots {
    display: none;
  }
  .sec-title h2 {
    font-size: 32px;
    line-height: 1.2em;
  }
  .sec-title h2 br {
    display: none;
  }
  .sec-title__tagline h6 {
    font-size: 20px;
  }
  .page-header__inner h2 {
    font-size: 45px;
    line-height: 55px;
  }
  /*Main Header One*/
  .main-header-one__top-middle {
    display: none;
  }
  .main-header-one__top-right {
    display: none;
  }
  .main-header-one__bottom-right {
    display: none;
  }
  .main-header-one .main-menu-box {
    line-height: 0;
  }
  .main-header-one__bottom .main-menu__wrapper-inner {
    display: block;
    margin-top: 0px;
    padding: 0px 0px 0px;
  }
  .main-header-one__bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .main-header-one__top {
    padding: 29px 0px 29px;
    overflow: hidden;
  }
  .logo-box-one::before {
    display: none;
  }
  .main-header-one__top-left::before {
    display: none;
  }
  .logo-box-one::after {
    display: none;
  }
  .logo-box-one {
    padding-right: 0px;
  }
  /*Main Slider One*/
  .main-slider-one .shape1 {
    display: none;
  }
  .main-slider-one .shape2 {
    display: none;
  }
  #main-slider-pagination {
    display: none;
  }
  .main-slider__nav {
    display: none;
  }
  .main-slider-one__content .title h2 br {
    display: none;
  }
  .main-slider-one__content .title h2 {
    font-size: 50px;
    line-height: 1.1em;
  }
  .main-slider-one__content .text p br {
    display: none;
  }
  .main-slider-one {
    margin-top: 0px;
  }
  .main-slider-one__content {
    padding: 170px 0px 170px;
  }
  /*Feature One*/
  .feature-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 50px 20px 40px;
  }
  .feature-one__single-content p br {
    display: none;
  }
  /*About One*/
  .about-one__content {
    max-width: 730px;
  }
  .about-one__img {
    overflow: hidden;
    margin-top: 80px;
  }
  .about-one .shape5 {
    display: none;
  }
  .about-one__bottom-content .text-box h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .about-one__bottom-inner {
    display: block;
    text-align: center;
  }
  .about-one__bottom-content {
    display: block;
  }
  .about-one__bottom-content .text-box {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .about-one__bottom-content .icon-box {
    margin-bottom: 20px;
  }
  .about-one__content-text p br {
    display: none;
  }
  .about-one__content-bottom-right {
    margin-left: 0px;
    margin-top: 65px;
  }
  .about-one__bottom-content .text-box h2 br {
    display: none;
  }
  .about-one__bottom {
    padding: 25px 25px 25px;
  }
  /*Case One*/
  .case-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .case-one__single-content .inner h2 br {
    display: none;
  }
  .case-one__single-content .inner {
    padding: 33px 20px 32px;
  }
  .case-one__progress {
    padding: 40px 20px 22px;
  }
  /*Video One*/
  .video-one__inner .shape1 {
    display: none;
  }
  .video-one__inner .shape2 {
    display: none;
  }
  .video-one__inner .title-box h2 {
    font-size: 35px;
  }
  .video-one__inner {
    padding: 200px 0px 187px;
  }
  /*Counter One*/
  .counter-one {
    padding: 120px 0px 62px;
  }
  .counter-one .shape1 {
    display: none;
  }
  .counter-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .counter-one__single-top {
    display: block;
  }
  .counter-one__single-top .img-box img {
    width: auto;
  }
  .counter-one__single-top .img-box {
    margin-bottom: 15px;
  }
  /*Feature Two*/
  .feature-two__img {
    max-width: 500px;
    margin-right: 0;
  }
  .feature-two__img .shape2 {
    display: none;
  }
  .feature-two__content {
    margin-left: 0px;
    margin-top: 50px;
  }
  .feature-two__img1 .shape1 {
    display: none;
  }
  .feature-two__img1 {
    margin-right: 0px;
  }
  .feature-two__img2 {
    position: relative;
    display: block;
    right: 0;
    bottom: 0px;
    z-index: 5;
    margin-top: 30px;
  }
  .feature-two__img1 img {
    float: none;
    width: 100%;
  }
  .feature-two__content-bottom {
    display: block;
  }
  .feature-two__content-bottom-img {
    margin-left: 0px;
    margin-top: 30px;
  }
  /*Gallery One*/
  .gallery-one__top .shape1 {
    display: none;
  }
  .gallery-one__top .shape2 {
    display: none;
  }
  .gallery-one__top-inner .text-box h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .gallery-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Testimonial One*/
  .testimonial-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .testimonial-one__single .icon-box {
    right: 25px;
  }
  /*Team One*/
  .team-one__top {
    display: block;
    text-align: center;
  }
  .team-one__top .btn-box {
    margin-top: 20px;
  }
  .team-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Blog One*/
  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .blog-one__single-content {
    padding: 45px 25px 31px;
  }
  .blog-one__single-content h2 br {
    display: none;
  }
  /*Footer One*/
  .footer-one__top {
    text-align: center;
  }
  .footer-one__top-text {
    padding-left: 0px;
    max-width: 600px;
    width: 100%;
    margin-top: 0;
    margin: 0 auto 40px;
  }
  .footer-one__top-text:before {
    display: none;
  }
  .footer-one__top-text:after {
    display: none;
  }
  .footer-one__top-form {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .footer-widget__single-about {
    margin-bottom: 70px;
  }
  .footer-one__single-post {
    margin-left: 0px;
    margin-top: 70px;
  }
  .footer-one__single-address {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-one__single-explore {
    margin-left: 0px;
    margin-top: 70px;
  }
  .footer-one__bottom-left {
    display: block;
  }
  .footer-one__bottom-left .social-links {
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-one__bottom .bottom-inner {
    display: block;
    text-align: center;
  }
  .footer-one__single-post-box li .content-box p {
    font-size: 16px;
    line-height: 28px;
  }
  .footer-one__top-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .footer-one__top-form button {
    width: 135px;
  }
  .footer-one__top-form button .text {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-one__top-form button i::before {
    font-size: 20px;
    top: 3px;
    padding-left: 5px;
  }
  .footer-one__top-form input[type=email] {
    padding-right: 140px;
  }
  /*Main Header Two*/
  .main-header-two__bottom-left-text {
    display: none;
  }
  .header-social-links {
    display: none;
  }
  .main-header-menu-box {
    display: none;
  }
  .main-header-one__bottom .main-menu__wrapper-inner {
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
  }
  .main-header-one.style2 .main-header-one__top {
    padding: 29px 0px 29px;
  }
  .main-header-one.style2 .main-header-one__bottom .main-menu__wrapper-inner {
    margin-top: 0px;
    padding: 0px 0px 0px;
  }
  /*Main Slider Two*/
  .main-slider-one.style2 .shape3 {
    display: none;
  }
  .main-slider-one.style2 .main-slider-one__content .title h2 {
    font-size: 40px;
  }
  .main-slider-one.style2 .main-slider-one__content .text p br {
    display: none;
  }
  /*About Two*/
  .about-two__img {
    margin-right: 0px;
    max-width: 700px;
  }
  .about-two__img-inner img {
    float: none;
    width: 100%;
  }
  .about-two__content {
    margin-top: 60px;
    margin-left: 0px;
    max-width: 800px;
    width: 100%;
  }
  .about-two .shape6 {
    display: none;
  }
  .about-two__img-inner .shape1 {
    display: none;
  }
  .about-two__content .shape5 {
    display: none;
  }
  .about-two__content-text3-inner {
    display: block;
    text-align: center;
  }
  .about-two__content-text3-inner .content-box {
    display: block;
  }
  .about-two__content-text3-inner .content-box .text2 {
    margin-left: 0px;
    margin-top: 15px;
  }
  .about-two__content-text3-inner .img-box {
    margin: 0 auto 22px;
  }
  .about-two__content-text3-inner .content-box .text1 p br {
    display: none;
  }
  /*Counter Two*/
  .counter-one--two .counter-one__single {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
  }
  /*Feature Three*/
  .feature-three .shape3 {
    display: none;
  }
  .feature-three__content-bottom {
    display: block;
    max-width: 550px;
    width: 100%;
  }
  .feature-three__content .sec-title__title br {
    display: none;
  }
  .feature-three__img {
    margin-left: 0px;
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
  }
  .feature-three__img1 {
    margin-left: 0px;
  }
  .feature-three .shape4 {
    display: none;
  }
  .feature-three__img1 img {
    width: 100%;
    float: none;
  }
  .feature-three__content {
    margin-right: 0px;
  }
  .feature-three {
    padding: 0px 0px 170px;
  }
  .feature-three__img1 .shape1 {
    display: none;
  }
  .feature-three__content-bottom .content-box {
    margin-top: 20px;
  }
  .feature-three__img2 {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  /*Events One*/
  .events-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .events-one__single-img .bottom-content ul {
    padding: 3px 15px 3px;
  }
  .events-one__single-img .bottom-content ul li p {
    font-size: 14px;
  }
  .events-one__single-img .bottom-content ul li {
    margin-right: 10px;
  }
  .events-one__single-content h2 {
    font-size: 18px;
    line-height: 30px;
  }
  /*Testimonial Two*/
  .testimonial-two__single-top {
    display: block;
  }
  .testimonial-two__single-top-right .rating-box {
    display: inline-block;
    padding-right: 20px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .testimonial-two__single-top-left .text-box {
    margin-left: 0px;
    margin-top: 12px;
  }
  .testimonial-two__single-top-left {
    display: block;
  }
  /*About Three*/
  .about-two--three .about-two__img {
    margin-right: 0px;
    max-width: 500px;
    width: 100%;
  }
  .about-two--three .about-two__content-text5 {
    display: block;
    max-width: 625px;
    width: 100%;
  }
  .about-two--three .shape8 {
    display: none;
  }
  .about-two__content-text5 .right-content {
    margin-top: 30px;
    max-width: 380px;
    width: 100%;
  }
  /*Feature Four*/
  .feature-three.style4 {
    padding: 120px 0px 185px;
  }
  .feature-three.style4 .feature-three__img {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin-top: 60px;
  }
  .video-one--two .shape4 {
    display: none;
  }
  .video-one--two .shape5 {
    display: none;
  }
  /*Testimonial Three*/
  .testimonial-three .owl-theme .owl-nav {
    display: none;
  }
  .testimonial-three__single {
    padding: 40px 20px 40px;
    padding-right: 20px;
  }
  .testimonial-three__single-top .author-box {
    display: block;
  }
  .testimonial-three__single-top .author-box .text-box {
    margin-left: 0px;
    margin-top: 5px;
  }
  .testimonial-three__single-bottom {
    display: block;
  }
  .testimonial-three__single-bottom .rating-box ul {
    display: inline-block;
    padding: 10px 17px 7px;
    margin-bottom: 5px;
  }
  /*Counter Three*/
  .counter-one.style3 .counter-one__single {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .counter-one.style3 {
    position: relative;
    display: block;
    padding: 0px 0px 62px;
  }
  /*Case One Donation List*/
  .case-one--donation-list .case-one__single-content .inner h2 {
    font-size: 24px;
  }
  .case-one--donation-list .case-one__single-content .inner h2 br {
    display: none;
  }
  .case-one--donation-list .case-one__single-content .inner {
    padding: 43px 20px 42px;
  }
  .case-one--donation-list .case-one__progress {
    margin-left: 20px;
  }
  .case-one--donation-list .case-one__progress .bottom-text .left-text p {
    font-size: 16px;
  }
  /*Donation Details*/
  .donation-details__content-text-box1 h2 br {
    display: none;
  }
  .donation-details__content-text-box1 h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .donation-details__progress {
    padding: 35px 20px 35px;
  }
  .donation-details__progress .bottom-text .left-text p {
    font-size: 14px;
  }
  .donation-details__progress-inner {
    padding: 40px 20px 22px;
  }
  .donation-details__progress .bottom-text .left-text p {
    font-size: 14px;
  }
  .donation-details__progress .bottom-text .right-text p {
    font-size: 14px;
  }
  .donation-details__content-text-box3-content {
    margin-left: 0px;
    margin-top: 20px;
  }
  .donation-details__content-text-box4-single {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .comment-one__single-inner {
    padding-left: 0px;
  }
  .comment-one__image {
    position: relative;
    margin-bottom: 20px;
  }
  .comment-one__single.mb0 {
    margin-bottom: 0;
    margin-left: 0px;
  }
  /*Sidebar*/
  .sidebar {
    max-width: 600px;
    width: 100%;
    margin: 60px auto 0px;
  }
  .sidebar__donation-box .title h2 br {
    display: none;
  }
  .sidebar__donation-two-box .text-box p br {
    display: none;
  }
  .sidebar__latest-post-list li .img-box {
    width: 80px;
  }
  .sidebar__latest-post-list li {
    display: block;
  }
  .sidebar__latest-post-list li .content-box {
    margin-left: 0px;
    margin-top: 10px;
  }
  /*Events Details Sidebar*/
  .events-details__sidebar {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 60px auto 0px;
  }
  .events-details-page__text-box1 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .events-details-page__text-box3-img {
    margin-top: 20px;
  }
  .events-details__sidebar-single .contact-info-box .top-text {
    padding: 3px 20px 3px;
    padding-left: 70px;
  }
  .events-details__sidebar-single .contact-info-box-list li .inner .text-box h3 {
    font-size: 16px;
    line-height: 26px;
  }
  /*Become Volunteer One*/
  .become-volunteer-one__content {
    margin-right: 0px;
  }
  .become-volunteer-one .title-box h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .become-volunteer-one__form {
    margin-top: 50px;
    padding: 50px 25px 55px;
  }
  .become-volunteer-one .title-box h2 br {
    display: none;
  }
  .become-volunteer-one__content .title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  /*Blog List*/
  .blog-list__content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .blog-list .sidebar {
    margin: 30px auto 0px;
  }
  .blog-list .styled-pagination {
    text-align: center;
    margin-top: 30px;
  }
  .blog-list__single-content .left-bg {
    display: none;
  }
  .blog-list__single-content .right-bg {
    display: none;
  }
  .blog-list__single-content {
    padding: 45px 25px 31px;
  }
  .blog-list__single-content-top .meta-box li {
    margin-right: 10px;
  }
  .blog-list__single-content-bottom h2 {
    font-size: 24px;
    line-height: 35px;
  }
  /*Blog Details*/
  .blog-details .sidebar {
    margin: 30px auto 0px;
  }
  .blog-details__content .blog-list__single-content {
    padding: 45px 25px 60px;
  }
  .blog-details__content-text-box2 {
    display: block;
    padding: 36px 20px 33px;
    padding-right: 20;
  }
  .blog-details__content-text-box2 .text-box h2 {
    font-size: 21px;
    line-height: 35px;
  }
  .blog-details__content-text-box2 .icon-box {
    margin-top: 15px;
  }
  .blog-details__content-tag {
    display: block;
  }
  .blog-details__content-tag .title-box {
    margin-bottom: 10px;
  }
  .blog-details__content-tag .tag-list a + a {
    margin-top: 10px;
  }
  .blog-details__content-author-box .inner {
    padding-left: 0px;
  }
  .blog-details__content-author-box .inner .img-box {
    position: relative;
    top: 0px;
    left: 0;
    margin-bottom: 15px;
  }
  .blog-details__content-author-box .inner .content-box .bottom-text {
    display: block;
  }
  .blog-details__content-author-box .inner .content-box .bottom-text .social-links {
    margin-left: 0px;
    margin-top: 10px;
  }
  .blog-details__content-text-box4 {
    display: block;
  }
  .blog-details__content-text-box4 .single-content .text-box {
    margin-left: 0px;
  }
  .blog-details__content-text-box4 .single-content.style2 .text-box {
    margin-right: 0px;
    text-align: center;
  }
  .blog-details__content-text-box4 .single-content {
    display: block;
    text-align: center;
  }
  .blog-details__content-text-box4 .single-content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .blog-details__content-text-box4 .single-content .icon-box a {
    margin: 0 auto;
  }
  .blog-details__content-text-box4 .single-content.style2 {
    margin-top: 30px;
  }
  .blog-details__content-text-box4 .single-content .icon-box {
    margin-bottom: 10px;
  }
  .blog-details__content-text-box4 .single-content.style2 .icon-box {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .blog-details__content-text-box4 .single-content .text-box h4 a br {
    display: none;
  }
  .comment-form__btn .thm-btn {
    padding: 0px 50px 0px;
  }
  /*Contact One*/
  .contact-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  /*Contact Two*/
  .contact-two__inner {
    padding: 67px 25px 80px;
  }
  .contact-two__inner .title-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact-two__inner .title-box h2 br {
    display: none;
  }
  .contact-two__from {
    margin-right: 0px;
  }
  .contact-two__content {
    padding-left: 0px;
    margin-top: 30px;
  }
  /*Contact One*/
  .faq-one__accordion {
    max-width: 750px;
    width: 100%;
  }
  .faq-one__img {
    margin-left: 0px;
    margin-top: 40px;
    max-width: 500px;
    width: 100%;
  }
  .faq-two__inner {
    padding: 57px 20px 69px;
  }
  .accordion-box .block .acc-btn h3 {
    font-size: 18px;
  }
  /*Error Page*/
  .error-page__inner h2 {
    font-size: 100px;
  }
  .error-page__inner h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .error-page__inner p br {
    display: none;
  }
  /*Portfolio One*/
  .portfolio-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .portfolio-one__single-bg {
    min-height: 360px;
  }
  /*Shop Page*/
  .shop-page__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .shop-page__top-inner {
    display: block;
  }
  .shop-page__top-left {
    text-align: center;
  }
  .shop-page__top-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .product-view-style::before {
    display: none;
  }
  .product-view-style {
    padding-left: 0px;
  }
  .shop-page__single-content .bottom-text {
    padding: 27px 15px 27px;
  }
  .shop-page__single-content .bottom-text .text-text h4 {
    font-size: 16px;
  }
  .styled-pagination li {
    margin-right: 5px;
  }
  /*Shop Details*/
  .shop-details__img-box {
    margin-right: 0px;
    max-width: 650px;
  }
  .shop-details__content {
    margin-top: 90px;
    max-width: 750px;
    width: 100%;
  }
  .shop-details__content .title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .shop-details__content-text3 .inner {
    display: block;
  }
  .shop-details__content-text3 .btn-box {
    margin-left: 0px;
    margin-top: 10px;
  }
  .shop-details__content-text3 .icon-box {
    margin-left: 0px;
    margin-top: 10px;
  }
  .shop-details__content-text3 .product-quantity {
    width: 115px;
  }
  .shop-details__tab-button .tab-buttons li {
    margin-bottom: 5px;
  }
  .shop-details__tab-button .tab-buttons li:last-child {
    margin-bottom: 0;
  }
  .shop-details__tab-description {
    padding: 36px 25px 55px;
  }
  .shop-details__tab-specifications {
    position: relative;
    display: block;
    padding: 36px 25px 55px;
  }
  .single-review-box-outer {
    padding: 38px 15px 34px;
  }
  .single-review-box .text-box {
    padding-left: 0px;
  }
  .single-review-box .img-box {
    position: relative;
    top: 0px;
  }
  .single-review-box {
    padding-left: 0px;
  }
  .shop-details__tab-content-item.style2 {
    padding: 50px 20px 50px;
  }
  .review-form {
    padding: 53px 20px 60px;
  }
  .review-form .title-box h2 {
    font-size: 22px;
  }
  .shop-details__tab-reviews .review-form .button-box {
    display: block;
    padding-top: 35px;
  }
  .shop-details__tab-reviews .review-form .button-box .right {
    padding-left: 0px;
  }
  .single-review-box-outer {
    margin-bottom: 20px;
  }
  .shop-details__tab-reviews .review-form .button-box .left {
    margin-bottom: 10px;
  }
  /*Cart Page*/
  .cart-page__left {
    margin-right: 0px;
  }
  .cart-page__right {
    margin-left: 0px;
    margin-top: 30px;
  }
  .cart-cupon__form button {
    padding: 0px 25px 0px;
  }
  .cart-cupon__input {
    padding-right: 130px;
  }
  /*Checkout Area*/
  .checkout-area__sidebar {
    margin-left: 0px;
    max-width: 600px;
    width: 100%;
    margin: 40px auto 0px;
  }
}
/*Order Box One*/
@media only screen and (max-width: 991px) {
  .order-22 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-11 {
    -ms-flex-order: 1;
    order: 1;
  }
}
