/*

Template Name: EduZ - School, Kindergarten, Nursery Education HTML5 Website Template.
Author: MhrTheme
Version: 1.0.0

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
Template.

/*

/*
Imported CSS
<<<<======================================================>>>>*/
@import url('/newmoban/_external/fonts.googleapis.com/css2__q_family-Readex-Pro-wght-200-300-500-600-700-family-Spline-Sans-wght-300-400-500-600-700-display-swap.css');

/*
------------------------------------
  General Styles 
-----------------------------------*/
:root {
  --mainColor: #ED1C24;
  --secondaryColor: #F0E117E8;
  --bgColor: #F9FAFA;
  --headingColor: #354A5E;
  --whiteColor: #FFFFFF;
  --blackColor: #222222;
  --fontSize: 16px;
  --border-radius: 4px;
  --transition: .5s;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}

.row>* {
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row>* {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row>* {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 16px;
  color: var(--whiteColor);
  padding: 16px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  background-color: var(--mainColor);
  border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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"] {
  height: 50px;
  color: #333;
  border: 1px solid #eaedff;
  background-color: var(--whiteColor);
  border-radius: 0;
  font-size: 15px;
  padding: 15px 20px;
  width: 100%;
}

input[type="file"] {
  border: 1px solid #eaedff;
  color: #333;
}

select, select.form-control {
  border: 1px solid #eaedff;
  border-radius: 0;
  font-size: 15px;
  width: 100%;
  padding: 15px 20px;
  height: 50px;
  color: #666666;
}

textarea, textarea.form-control {
  color: #271273;
  border: 1px solid #eaedff;
  background-color: var(--whiteColor);
  border-radius: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

input:focus, textarea:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--mainColor);
}

.bg-color input:focus, .bg-color textarea:focus {
  background-color: var(--whiteColor);
}

textarea {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  button, input[type="button"], input[type="reset"], input[type="submit"] {
   font-size: 15px;
   padding: 14px 24px;
  }
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--mainColor);
}

.bg-color {
  background-color: #F9FAFA;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

a {
  color: var(--blackColor);
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--mainColor);
}

a:focus {
  outline: 0 solid;
}

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

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.page-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-content ul li {
  margin: 10px 0;
  list-style: disc;
}

.mfp-iframe-holder .mfp-close {
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4;
  color: #444;
  font-family: "Readex Pro", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Spline Sans", sans-serif;
  color: #555555;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  font-family: "Spline Sans", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

p:empty {
  margin: 0;
}

.ri-twitter-fill::before {
  content: "𝕏" !important;
  position: relative;
  bottom: 2px;
}

.header-top-right .ri-twitter-fill::before {
  content: "𝕏" !important;
  position: relative;
  bottom: 1px;
}

.bx.bxl-twitter::before {
  content: "𝕏" !important;
  position: relative;
  bottom: 1px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.z-0 {
  z-index: 0;
  position: relative;
}

.help-block {
  color: #E31C25;
}

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

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

.main.page-wrapper {
  margin-top: 138px;
}

.mfp-wrap.mfp-gallery button:hover {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .main.page-wrapper {
    margin-top: 299px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .main.page-wrapper {
    margin-top: 188px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .main.page-wrapper {
    margin-top: 171px;
  }
}

/*---------------------------------
  Mixins & Animation CSS
-----------------------------------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author, .donate-box .donate-amt, .fund-collection, .owl-carousel .owl-nav, .pp-post-item, .promo-wrap.style2, .donation-form .radionbtn-wrap, .counter-card-wrap, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.team-card.style2 .team-info-wrap, .progess-bar-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate-box .donate-amt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fund-collection {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 var(--whiteColor);
  -ms-box-shadow: 0 0 0 0 var(--whiteColor);
  -o-box-shadow: 0 0 0 0 var(--whiteColor);
  box-shadow: 0 0 0 0 var(--whiteColor);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid var(--whiteColor);
  color: var(--whiteColor);
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

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

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

/*---------------------------------
  Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: var(--mainColor);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top:hover {
  background: var(--secondaryColor);
}

.back-to-top.open {
  bottom: 72px;
}

.back-to-top i {
  color: var(--whiteColor);
}

@media only screen and (max-width: 767px) {
  .back-to-top.open {
    bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .back-to-top.open {
    bottom: 92px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .back-to-top.open {
    bottom: 92px;
  }
}

/*---------------------------------
  Preloader CSS
-----------------------------------*/
.preloader-style {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: var(--bgColor);
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader-style .preloader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader-style::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.preloader-style .preloader-container {
  width: 80px;
  height: 80px;
  animation: rotate-ten 3s infinite linear reverse;
}

.preloader-style .preloader-container .ball {
  position: absolute;
  width: 65%;
  height: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid var(--whiteColor);
  background-color: var(--mainColor);
  z-index: 5;
}

.preloader-style .preloader-container .petal {
  position: absolute;
  width: 28%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.preloader-style .preloader-container .petal::before {
  position: absolute;
  content: "";
  width: 72%;
  height: 40%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scale(1, 1.8) rotate(45deg);
          transform: scale(1, 1.8) rotate(45deg);
  background: var(--mainColor);
}

.preloader-style .preloader-container .petal::after {
  position: absolute;
  content: "";
  width: 72%;
  height: 40%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scale(1, 1.8) rotate(45deg);
          transform: scale(1, 1.8) rotate(45deg);
  background: var(--mainColor);
  top: 100%;
}

.preloader-style .preloader-container .petal:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
          transform: translate(-50%, 0%) rotate(0deg);
}

.preloader-style .preloader-container .petal:nth-of-type(2) {
  -webkit-transform: translate(-50%, 0%) rotate(30deg);
          transform: translate(-50%, 0%) rotate(30deg);
}

.preloader-style .preloader-container .petal:nth-of-type(3) {
  -webkit-transform: translate(-50%, 0%) rotate(60deg);
          transform: translate(-50%, 0%) rotate(60deg);
}

.preloader-style .preloader-container .petal:nth-of-type(4) {
  -webkit-transform: translate(-50%, 0%) rotate(90deg);
          transform: translate(-50%, 0%) rotate(90deg);
}

.preloader-style .preloader-container .petal:nth-of-type(5) {
  -webkit-transform: translate(-50%, 0%) rotate(120deg);
          transform: translate(-50%, 0%) rotate(120deg);
}

.preloader-style .preloader-container .petal:nth-of-type(6) {
  -webkit-transform: translate(-50%, 0%) rotate(150deg);
          transform: translate(-50%, 0%) rotate(150deg);
}

@-webkit-keyframes rotate-ten {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-ten {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*---------------------------------
  Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 15px 30px 15px;
  border-radius: 0;
  color: var(--whiteColor);
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--mainColor);
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  background-color: var(--blackColor);
  border-color: var(--blackColor);
  color: var(--whiteColor);
}

.btn:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  background-color: var(--mainColor);
  border-radius: 15px 0 15px 0;
}

.btn.style1:after, .btn.style1:before {
  background: var(--blackColor);
}

.btn.style2 {
  background-color: var(--secondaryColor);
  border-radius: 15px 0 15px 0;
  color: var(--whiteColor);
  border-radius: 10px 0 10px 0;
}

.btn.style2:after, .btn.style2:before {
  background: var(--blackColor);
}

.btn.style2:hover {
  color: var(--whiteColor);
}

.btn.style3 {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.btn.style3:after, .btn.style3:before {
  background: var(--mainColor);
}

.btn.style3:hover {
  color: var(--whiteColor);
}

.btn.style4 {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--blackColor);
}

.btn.style4:after, .btn.style4:before {
  background: var(--mainColor);
}

.btn.style4:hover {
  color: var(--whiteColor);
}

.btn.style5 {
  background-color: transparent;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.btn.style5:after, .btn.style5:before {
  background: var(--mainColor);
}

.btn.style5:hover {
  color: var(--whiteColor);
}

.btn.style6 {
  background-color: var(--whiteColor);
  color: var(--mainColor);
}

.btn.style6:after, .btn.style6:before {
  background: var(--mainColor);
}

.btn.style6:hover {
  color: var(--whiteColor);
}

.btn.icon {
  padding: 16px 30px 16px 60px;
}

.btn.icon i {
  position: absolute;
  left: 30px;
  top: 50%;
  right: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  bottom: 6px;
}

.default-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 40px 20px 40px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  text-transform: capitalize;
  border-radius: 9999px;
  line-height: 1;
  transition: all ease 0.4s;
  z-index: 2;
}

.default-btn:after, .default-btn:before {
  content: "";
  position: absolute;
  top: var(--border-size, 3px);
  bottom: var(--border-size, 3px);
  left: var(--border-size, 3px);
  width: calc(50% - var(--border-size, 3px));
  background-color: var(--blackColor);
  z-index: -1;
  transform: scaleY(0.4);
  transform-origin: 100% 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  border-radius: 9999px 0 0 9999px;
}

.default-btn:after {
  left: auto;
  right: var(--border-size, 4px);
  transform-origin: 100% 100%;
  border-radius: 0 9999px 9999px 0;
}

.default-btn:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor); 
}

.default-btn:hover:after, .default-btn:hover:before {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.default-btn.two {
  background-color: #F0E117A3;
}

.default-btn.icon {
  padding: 20px 40px 20px 60px;
}

.default-btn.icon i {
  position: absolute;
  left: 30px;
  top: 50%;
  right: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  bottom: 6px;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: var(--mainColor);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: var(--mainColor);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link.style1 {
  color: var(--mainColor);
}

.link:hover {
  color: var(--mainColor);
}

.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link:hover i {
  margin-left: 10px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 0px;
  color: var(--mainColor);
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--mainColor);
  border-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: var(--whiteColor);
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  background: var(--mainColor);
}

/*-------------------------------
  User Account CSS
-------------------------------*/
.user-account {
  margin-left: 15px;
}

.user-account i {
  position: relative;
  top: 5px;
  margin-right: 4px;
  left: 0;
  font-size: 20px;
  line-height: 1;
  color: var(--mainColor);
}

.user-account a {
  color: #666666;
  font-size: 15px;
}

.user-account a:hover {
  color: var(--mainColor);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .header-top .header-top-right .user-account {
    position: relative;
    bottom: 1px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-wrap .header-top .header-top-right .user-account {
    position: relative;
    bottom: 2px;
  }
}

/*-------------------------------
  Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.social-profile li:first-child {
  margin-left: 0;
}

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

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

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 0.8;
}

.social-profile li a:hover {
  border-color: transparent;
  color: var(--mainColor);
}

.social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
  background: var(--whiteColor);
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.social-profile.style1 li a i {
  color: var(--mainColor);
}

.social-profile.style1 li a:hover {
  background-color: var(--mainColor);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
  color: var(--whiteColor);
}

.social-profile.style2 li a {
  background: #f9f9f9;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.social-profile.style2 li a i {
  color: rgba(0, 0, 0, 0.3);
}

.social-profile.style2 li a:hover {
  background-color: var(--mainColor);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
  color: var(--whiteColor);
}

.social-profile.style3 li a {
  background: transparent;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.social-profile.style3 li a i {
  color: rgba(0, 0, 0, 0.3);
}

.social-profile.style3 li a:hover {
  background-color: var(--mainColor);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style3 li a:hover i {
  color: var(--whiteColor);
}

/*-------------------------------
  Pagination  CSS
-------------------------------*/
.page-nav {
  text-align: center;
  margin-top: 25px;
}

.page-nav li {
  margin: 0 5px;
  display: inline-block;
}

.page-nav li a {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 54px;
  font-weight: 600;
  opacity: 0.7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a i {
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a.active, .page-nav li a:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--mainColor);
}

.page-nav li a.active i, .page-nav li a:hover i {
  color: var(--whiteColor);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author, .donate-box .donate-amt, .fund-collection, .owl-carousel .owl-nav, .pp-post-item, .promo-wrap.style2, .donation-form .radionbtn-wrap, .counter-card-wrap, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
  Header CSS 
-----------------------------------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--whiteColor);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: -54px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
  padding: 12px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--whiteColor);
}

.header-wrap .header-top .header-top-left .contact-info li {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.header-wrap .header-top .header-top-left .contact-info li i {
  font-size: 16px;
  line-height: 0.8;
  color: var(--mainColor);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 15px;
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a:hover, .header-wrap .header-top .header-top-left .contact-info li p:hover {
  color: var(--mainColor);
}

.header-wrap .header-top .header-top-right .social-profile {
  text-align: right;
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.19);
}

.header-wrap .header-top .header-top-right .social-profile:before {
  position: absolute;
  top: 50%;
  right: -2px;
  content: "";
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-wrap .header-top .header-top-right .social-profile li a {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
}

.header-wrap .header-top .header-top-right .social-profile li a i {
  font-size: 14px;
  color: var(--whiteColor);
}

.header-wrap .header-top .header-top-right .social-profile li a:hover {
  background-color: var(--mainColor);
}

.header-wrap .header-bottom {
  background-color: var(--whiteColor);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-bottom .container {
  position: relative;
}

.searchbox {
  position: relative;
}

.searchbox input {
  width: 100%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.06);
  padding: 12px 30px 12px 18px;
  border: none;
  border-radius: 15px 0 15px 0;
}

.searchbox form a {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 5px 10px 5px 5px;
  height: 100%;
}

.searchbox form a i {
  color: #000;
  position: relative;
  top: 14px;
}

.searchbtn {
  background-color: transparent;
  color: var(--blackColor);
  border: none;
  padding: 0;
  position: relative;
  top: 2px;
}

.searchbtn:hover {
  background-color: transparent;
  color: var(--blackColor);
}

.searchbtn i {
  font-size: 20px;
  line-height: 1;
}

.search-area {
  position: absolute;
  top: 85px;
  right: 12px;
  background-color: var(--whiteColor);
  padding: 15px 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 320px;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  visibility: visible;
  opacity: 1;
  top: 78px;
}

.search-area input {
  width: 100%;
  height: 57px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 35px 15px 15px;
  background-color: transparent;
  color: #000;
}

.search-area form a {
  position: absolute;
  top: 35px;
  right: 22px;
  border: none;
  background-color: transparent;
}

.search-area form a i {
  font-size: 20px;
  opacity: 0.5;
  line-height: 0.8;
  color: var(--blackColor);
}

.select-lang {
  padding-left: 20px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--mainColor);
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 16px;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: inherit;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "\EA4E";
  font-family: "remixicon";
  font-weight: 400;
  border: 0;
  margin-left: 8px;
  font-size: 16px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: 0;
  right: auto;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  .header-wrap.sticky {
    top: -208px;
  }
  .header-wrap .navbar-brand img {
    max-width: 150px;
  }
  .header-wrap .header-top {
    padding: 15px 0;
    background-color: var(--bgColor);;
    border: none;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 10px;
    padding-left: 10px;
    width: 100%;
    text-align: center;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    border-right: 0;
  }
  .header-wrap .header-top .header-top-left {
    margin-bottom: 10px;
  }
  .header-wrap .header-top .header-top-left .contact-info {
    width: 100%;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: none;
  }
  .header-wrap .header-top .header-top-left .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 34px;
    height: 34px;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .search-area {
    width: 100%;
    right: 0;
  }
  .search-area.open {
    top: 76px;
  }
  .mobile-bar-wrap .searchbtn {
    top: -2px;
  }
  .search-area input {
    height: 50px;
    font-size: 14px;
    padding: 10px 35px 10px 15px;
  }
  .search-area form a i {
    font-size: 18px;
    position: relative;
    bottom: 3px;
  }
  .user-account {
    margin-top: 10px;
  }
  .select-lang {
    margin-top: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap.sticky {
    top: -77px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1340px) {
  .header-wrap .header-top .header-top-left .contact-info li:last-child {
    padding-top: 5px;
  }
  .header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 15px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .select-lang span {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-right: 10px;
    padding-right: 10px;
  }
  .social-profile li {
    margin: 0 3px;
  }
  .select-lang {
    padding-left: 18px;
  }
  .user-account {
    margin-left: 12px;
  }
  .header-wrap .header-bottom .other-options .btn {
    font-size: 15px;
    padding: 12px 20px;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 8px !important;
  }
  .header-wrap .header-bottom .navbar .navbar-brand {
    padding: 0;
  }
  .header-wrap .navbar .option-item .default-btn {
    font-size: 15px;
    padding: 20px 25px 20px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: -88px;
  }
  .header-wrap .header-top {
    padding: 12px 0;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .user-account {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 8px;
    padding-right: 8px;
    border-right: none;
    padding-top: 2px;
  }
  .header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 12px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 14px;
    margin-left: 5px;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 10px;
    padding-left: 10px;
  }
  .header-wrap .header-top .header-top-right .social-profile li {
    margin: 0 3px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 13px;
  }
  .header-wrap .header-top .header-top-left,
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrap .navbar-brand img {
    max-width: 180px;
  }
  .mobile-bar-wrap .searchbtn {
    top: -2px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .navbar-brand img {
    max-width: 200px;
    padding: 5px 0;
  } 
}

@media only screen and (max-width: 991px) {
  .select-lang .navbar-language .dropdown-menu {
    min-width: 6rem;
  }
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  .header-wrap .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .container .search-area.open {
    top: 76px;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 4px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: var(--mainColor);
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.default-btn {
    margin-top: 15px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
    display: inline-block;
    top: 6px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: var(--bgColor);
    border: none;
    padding: 0;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--mainColor);
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap .header-bottom .user-login span {
    position: relative;
    top: -3px;
  }
  .header-wrap .header-bottom .user-login span i {
    font-size: 20px;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
    margin-left: 20px;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
    text-align: center;
    background-color: var(--mainColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: var(--whiteColor);
    margin: 0 auto;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: var(--bgColor);
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: var(--mainColor);
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, 
  .header-wrap .navbar .navbar-nav .nav-item a:focus, 
  .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: var(--mainColor);
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 83px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 280px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--mainColor);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: var(--mainColor);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    width: 20px;
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -280px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }
  .header-wrap .navbar .other-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-brand img {
    max-width: 225px;
    padding: 5px 0;
  }
}

@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
  }
}

@media only screen and (max-width: 299px) {
  .header-wrap .header-top .header-top-left .contact-info li a, 
  .header-wrap .header-top .header-top-left .contact-info li p {
    margin-left: 3px;
  }
  .navbar-brand {
    margin-right: 5px;
  }
}

/*---------------------------------
  Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
}

.footer-wrap .footer-top {
  background-color: #181818;
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-top .footer-shape-one,
.footer-wrap .footer-top .footer-shape-two,
.footer-wrap .footer-top .footer-shape-three,
.footer-wrap .footer-top .footer-shape-four {
  position: absolute;
  z-index: -1;
}

.footer-wrap .footer-top .footer-shape-one {
  bottom: 0;
  left: 15px;
}

.footer-wrap .footer-top .footer-shape-two {
  top: 20px;
  right: 45px;
}

.footer-wrap .footer-top .footer-shape-three {
  top: 120px;
  right: 0;
}

.footer-wrap .footer-top .footer-shape-four {
  top: 60px;
  right: 0;
}

.footer-wrap .footer-bottom {
  background-color: #000;
}

.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: var(--whiteColor);
  margin-bottom: 36px;
  padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-widget-title:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--mainColor);
}

.footer-wrap .footer-widget .footer-logo {
  display: block;
}

.footer-wrap .footer-widget .comp-desc {
  color: var(--whiteColor);
  margin: 30px 0 35px 0;
  padding-bottom: 30px;
  position: relative;
}

.footer-wrap .footer-widget .comp-desc:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-widget .comp-desc:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--mainColor);
}

.footer-wrap .footer-widget .newsletter-form {
  position: relative;
}

.footer-wrap .footer-widget .newsletter-form input {
  width: 100%;
  height: 60px;
  border-radius: 10px 0 10px 0;
  padding: 13px 105px 12px 18px;
  color: var(--whiteColor);
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-widget .newsletter-form input::placeholder {
  color: var(--whiteColor);
}

.footer-wrap .footer-widget .newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  height: 60px;
  border-radius: 0 0 10px 0;
  padding: 12px 20px;
  transition: var(--transition);
}

.footer-wrap .footer-widget .newsletter-form button:hover {
  background-color: var(--blackColor);
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 18px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: var(--whiteColor);
  position: relative;
  padding-left: 25px;
}

.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 16px;
  height: 1px;
  background-color: var(--mainColor);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: var(--mainColor);
  padding-left: 28px;
}

.footer-wrap .footer-widget.open-time ul li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--whiteColor);
  margin-bottom: 15px;
}

.footer-wrap .footer-widget.open-time ul li span {
  color: var(--whiteColor);
}

.footer-wrap .footer-widget.open-time ul li .right {
  float: right;
}

.footer-wrap .footer-widget.open-time ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: var(--whiteColor);
  font-weight: 500;
  margin: 0 0 5px;
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--mainColor);
}

.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: var(--whiteColor);
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-widget .contact-info li:hover p, .footer-wrap .footer-widget .contact-info li:hover a {
  color: var(--mainColor);
}

.footer-bottom {
  padding: 18px 10px;
}

.footer-bottom .copyright-text {
  margin: 0;
  color: var(--whiteColor);
}

.footer-bottom .copyright-text i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.footer-bottom .copyright-text span {
  color: var(--mainColor);
}

.footer-bottom .copyright-text a {
  color: var(--mainColor);
  font-weight: 500;
}

.footer-bottom .copyright-text a:hover {
  text-decoration: underline;
}

.footer-bottom .social-profile {
  text-align: right;
}

.footer-bottom .social-profile li a {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 18px;
}

.footer-bottom .social-profile li a i {
  color: var(--whiteColor);
}

.footer-bottom .social-profile li a:hover {
  background-color: var(--secondaryColor);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer-bottom .social-profile li a:hover i {
  color: var(--whiteColor);
}

@media only screen and (max-width: 575px) {
  .footer-wrap .footer-bottom .copyright-text {
    margin-bottom: 15px;
  }
  .footer-wrap .footer-bottom .copyright-text,
  .footer-wrap .footer-bottom .social-profile {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-top .footer-shape-one {
    left: auto;
    right: 0px;
  }
  .footer-wrap .footer-top .footer-shape-two {
    right: 25px;
    top: 10px;
  }
  .footer-wrap .footer-top .footer-shape-four {
    right: 0px;
    top: 20px;
    max-width: 75px;
  }
  .footer-wrap .col-xl-4 .footer-widget {
    margin-bottom: 20px;
  }
  .footer-wrap .col-xl-4:last-child .footer-widget {
    margin-bottom: 0px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    margin: 15px 0 22px;
    padding-bottom: 15px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget.open-time ul li {
    font-size: 15px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: -3px;
  }
  .footer-wrap .footer-bottom .social-profile li a {
    width: 30px;
    height: 30px;
  }
  .footer-wrap .footer-bottom .social-profile li a i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-wrap .footer-top .footer-shape-one {
    max-width: 140px;
  }
  .footer-wrap .footer-top .footer-shape-two {
    max-width: 70px;
  }
  .footer-wrap .footer-top .footer-shape-three {
    max-width: 70px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 22px;
    padding-bottom: 15px;
  }
  .footer-wrap .footer-widget .newsletter-form input, .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 55px;
    padding: 12px 130px 12px 15px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    padding: 12px 12px;
    height: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 20px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-shape-four {
    top: 40px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-form input, .footer-wrap .footer-top .footer-widget .newsletter-form button {
    font-size: 14px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-form input {
    height: 55px;
    padding: 12px 130px 12px 15px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-form button {
    padding: 12px 16px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 18px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .footer-wrap .row>* {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    height: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-menu li a,
  .comp-desc,
  .footer-wrap .footer-widget .contact-info li p,
  .footer-wrap .footer-widget .contact-info li a {
    font-size: 15px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 19px;
  }
}

/*---------------------------------
  Breadscrumb CSS
-----------------------------------*/
.breadscrumb-section {
  background-color: var(--bgColor);
  position: relative;
  overflow: hidden;
}

.breadscrumb-section .breadscrumb-contain {
  padding: 0; 
  text-align: center;
  color: #222;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadscrumb-section .breadscrumb-contain h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}

.breadscrumb-section .breadscrumb-contain nav {
  margin-left: auto;
  margin-right: auto;
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb {
  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;
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item {
  font-weight: 500;
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item i {
  color: #4a5568;
  font-size: 22px;
  line-height: 30px;
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item i:hover {
  color: var(--mainColor);
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item+.breadcrumb-item {
  position: relative;
  font-size: 16px;
  line-height: 20px;
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: #000;
}

.breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  font-family: "boxicons";
  font-weight: 900;
  content: "\e9fa";
  color: #4a5568;
  line-height: 1;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .breadscrumb-section .breadscrumb-contain {
    display: block;
  }
  .breadscrumb-section .breadscrumb-contain h2 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadscrumb-section .breadscrumb-contain h2 {
    font-size: 28px;
  }
}

/*==========================
404 Page Error Area CSS
============================*/
.page-error-content {
  text-align: center;
}

.page-error-content h3 {
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 45px;
}

.page-error-content p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.page-error-content .default-btn {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .page-error-content h3 {
    font-size: 25px;
    margin-top: 30px;
  }
}

/*
Section Area CSS
<<<<======================================================>>>>*/
.section-title {
  max-width: 700px;
  margin: 0px auto 50px;
  text-align: center;
  position: relative;
}

.section-title::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 4px;
  background: var(--mainColor);
  bottom: -30px;
  right: 38%;
}

.section-title span {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section-title {
    max-width: 100%;
    margin: 0px auto 40px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    max-width: 600px;
    margin: 0px auto 30px;
  }
  .section-title h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    margin: 0px auto 30px;
  }
  .section-title h2 {
    font-size: 35px;
  }
}

/*==========================
Contact Area CSS
============================*/
.contact-form-area {
  background: linear-gradient(52deg, #f5dee6 0%, #e7e4f1 100%);
}

.contact-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group label {
  margin-bottom: 5px;
}

.contact-form .form-group .form-control {
  border-radius: 0;
  height: 60px;
  border: 1px solid #ebebeb;
  background-color: #f9fffc;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #d4d9d6;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #d4d9d6;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #d4d9d6;
}

.contact-form .form-group .form-control::placeholder {
  color: #d4d9d6;
}

.contact-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #7aca76;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .submit-btn {
  border: none;
  background-color: #7aca76;
  color: var(--whiteColor);
  border-radius: 4px;
  padding: 15px 35px;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #7aca76;
}

.contact-form .submit-btn i {
  font-size: 20px;
  line-height: 15px;
  position: relative;
  top: 5px;
}

.contact-form .submit-btn:hover {
  background-color: transparent;
  color: #7aca76;
}

.contact-form .form-group .form-control {
  border: 1px solid #89748c;
  background-color: transparent;
  border-radius: 4px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #998f9d;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #998f9d;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #998f9d;
}

.contact-form .form-group .form-control::placeholder {
  color: #998f9d;
}

.contact-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #89748c;
}

.contact-form .submit-btn {
  background-color: #89748c;
  border: 1px solid #89748c;
  width: 100%;
}

.contact-form .submit-btn:hover {
  background-color: transparent;
  color: #89748c;
}

.contact-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.contact-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 450px;
  background-color: #d9c4da;
  border-radius: 100%;
  z-index: -1;
  margin: auto;
  text-align: center;
  right: 0;
}

.contact-form .contact__msg {
  display: none;
  text-align: center;
  margin-top: 20px;
}

.contact-form .subscribe__msg {
  display: none;
  margin-top: 20px;
}

.contact-form .hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .contact-form h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .contact-form h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
}

/*==========================
Testimonial Area CSS
============================*/
.single-testimonial-box {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: var(--bgColor);
}

.bg-color .single-testimonial-box {
  background-color: var(--whiteColor);
}

.single-testimonial-box .content-bg {
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}

.single-testimonial-box .content-bg::after {
  right: 0;
  z-index: 1;
  bottom: -8px;
  opacity: .05;
  color: #000000;
  line-height: 1;
  content: "\ed68";
  position: absolute;
  font-family: 'boxicons';
  font-size: 100px;
}

.single-testimonial-box .content-bg ul {
  margin-bottom: 20px;
}

.single-testimonial-box .content-bg ul li {
  display: inline-block;
}

.single-testimonial-box .content-bg ul li span {
  position: relative;
  bottom: 2px;
  left: 5px;
}

.single-testimonial-box .content-bg ul li i {
  color: #ffc107;
  font-size: 20px;
}

.single-testimonial-box .content-bg p {
  font-size: 16px;
  padding-bottom: 40px;
}

.single-testimonial-box .client-info {
  margin-top: -50px;
  padding-bottom: 30px;
  position: relative;
}

.single-testimonial-box .client-info img {
  margin: auto auto 20px;
  max-width: 100px;
}

.single-testimonial-box .client-info h3 {
  font-size: 18px;
  margin-bottom: 7px;
  color: #ff715d;
}

.single-testimonial-box .client-info span {
  font-size: 16px;
  display: block;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev, 
.testimonial-slider.owl-theme .owl-nav .owl-next {
  top: 50%;
  padding: 0;
  left: -25px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 45px;
  border-radius: 50%;
  position: absolute;
  color: var(--whiteColor);
  border: 1px solid #eae2d7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--mainColor);
}

.testimonial-slider.owl-theme .owl-nav .owl-prev i, 
.testimonial-slider.owl-theme .owl-nav .owl-next i {
  color: var(--whiteColor);
}

.testimonial-slider.owl-theme .owl-nav .owl-prev:hover, 
.testimonial-slider.owl-theme .owl-nav .owl-next:hover {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
}

.testimonial-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -25px;
}

.testimonial-slider.owl-theme .owl-nav {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .single-testimonial-box {
    margin-top: 20px;
  }
  .single-testimonial-box .content-bg::after {
    font-size: 50px;
    right: 2px;
    bottom: -4px;
  }
  .single-testimonial-box .client-info span {
    font-size: 15px;
  }
  .testimonial-slider.owl-theme .owl-nav .owl-prev, 
  .testimonial-slider.owl-theme .owl-nav .owl-next {
    left: -20px;
  }
  .testimonial-slider.owl-theme .owl-nav .owl-next {
    right: -20px;
    left: initial;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-box {
    margin-top: 30px;
  }
  .single-testimonial-box .content-bg::after {
    font-size: 60px;
  }
  .single-testimonial-box .client-info span {
    font-size: 15px;
  }
}

/*==========================
Team Area CSS
============================*/
.team-area .social-link li a .bx.bxl-twitter:before, 
.team-area .social li a .bx.bxl-twitter:before {
  content: "𝕏" !important;
  font-size: 16px;
  position: relative;
  bottom: 3px;
}

.single-team-box {
  text-align: center;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.single-team-box .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 25px 25px 15px;
  position: relative;
}

.single-team-box .content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.single-team-box .content span {
  display: block;
  color: var(--mainColor);
  font-size: 15px;
}

.single-team-box .content i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: -16px;
  display: inline-block;
}

.single-team-box .image {
  position: relative;
}

.single-team-box .image .social-link {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-box .image .social-link li {
  display: block;
  margin-bottom: 8px;
}

.single-team-box .image .social-link li:last-child {
  margin-bottom: 0;
}

.single-team-box .image .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .4s;
  transition: .4s;
  display: block;
}

.single-team-box .image .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-team-box .image .social-link li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-team-box .image .social-link li:nth-child(2) a, 
.single-team-box .image .social-link li:nth-child(4) a, 
.single-team-box .image .social-link li:nth-child(6) a, 
.single-team-box .image .social-link li:nth-child(8) a {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.single-team-box:hover .content i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.single-team-box:hover .image .social-link li a {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.team-area .owl-theme .owl-nav.disabled+.owl-dots {
  line-height: 1;
}

.team-area .owl-theme .owl-dots .owl-dot span {
  background-color: var(--secondaryColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.team-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--mainColor);
}

.team-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
  height: 5px;
}

.team-details-content .title {
  font-size: 50px;
  margin-bottom: 15px;
}

.team-details-content .subtitle {
  display: block;
  color: var(--mainColor);
  border-bottom: 3px solid;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.team-details-content p {
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.7;
}

.team-details-content .social-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px;
}

.team-details-content .social-share li {
  margin: 10px;
}

.team-details-content .social-share li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
  box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
  color: var(--whiteColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-details-content .social-share li a:hover {
  background-color: var(--mainColor);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media only screen and (max-width: 767px) {
  .single-team-box {
    padding-top: 20px;
  }
  .single-team-box .content h3 {
    font-size: 17px;
  }
  .single-team-box .content span {
    font-size: 14px;
  }
  .team-details-content .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .team-details-content .subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  .team-details-content p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .team-details-content .social-share li {
    margin: 8px;
  } 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team-box {
    padding-top: 30px;
  }
  .team-details-content .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .team-details-content .subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .team-details-content p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .team-details-content .social-share li {
    margin: 8px;
  } 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-content .title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .team-details-content .subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .team-details-content p {
    font-size: 18px;
    margin-top: 30px;
  }
}

/*==========================
Pagination Area CSS
============================*/
.post-pagination {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.pagination {
  display: block;
}

.post-pagination nav.pagination ul {
  position: relative;
  margin: -3px;
  padding: 0;
}

.post-pagination nav.pagination ul li {
  margin: 5px;
  display: inline-block;
}

.post-pagination nav.pagination ul li span {
  line-height: 42px;
  min-width: 42px;
  text-align: center;
  color: var(--whiteColor);
  transition: all .5s;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #E3E6E9;
  border-radius: 6px;
}

.post-pagination nav.pagination ul li span.current {
  background: var(--mainColor);
  border-color: var(--mainColor);
}

.post-pagination nav.pagination ul li a {
  line-height: 42px;
  min-width: 42px;
  text-align: center;
  color: var(--blackColor);
  transition: all .5s;
  display: inline-block;
  padding: 0;
  transition: all .5s;
  border: 1px solid #E3E6E9;
  border-radius: 6px;
}

.post-pagination nav.pagination ul li a:hover {
  background: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

.post-pagination nav.pagination ul li a i {
  font-size: 22px;
  top: 4px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .post-pagination {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-pagination {
    margin-top: 30px;
  }
}

/*================================================
My Account Area CSS
=================================================*/
.my-account-area .custom-card {
  padding: 30px;
  background: #f5f5f5;
  border-radius: 25px;
}

.my-account-area .title {
  margin-bottom: 60px;
}

.my-account-area .form-control {
  height: 50px;
}

.my-account-area input {
  margin-bottom: 20px;
}

.my-account-area .form-check {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .my-account-area .col-lg-6 .custom-card {
    margin-bottom: 20px;
  }
  .my-account-area .col-lg-6:last-child .custom-card {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my-account-area .col-lg-6 .custom-card {
    margin-bottom: 30px;
  }
  .my-account-area .col-lg-6:last-child .custom-card {
    margin-bottom: 0px;
  }
}

/*==========================
Blog Area CSS
============================*/
.single-blog-box {
  background: var(--bgColor);
  border-radius: 15px 15px 15px 0px;
  margin-top: 40px;
}

.blog-area.bg-color .single-blog-box {
  background: var(--whiteColor);
}

.single-blog-box .blog-box-img {
  position: relative;
  border-radius: 10px 10px 0 0;
}

.single-blog-box .blog-box-img img {
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
  width: 100%;
}

.single-blog-box .blog-box-img:hover img {
  filter: grayscale(90%);
  transform: scale(1.1);
}

.single-blog-box .blog-box-img a {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.single-blog-box .blog-box-meta {
  background: var(--bgColor);
  border-radius: 0px 15px 0px 0px;
  position: absolute;
  bottom: 0;
  padding: 0 40px;
  margin-right: 40px;
}

.blog-area.bg-color .blog-box-meta {
  background: var(--whiteColor);
}

.single-blog-box .blog-box-meta .d-inline-block a {
  font-size: 15px;
}

.single-blog-box .blog-box-meta .d-inline-block a i {
  color: var(--mainColor);
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.single-blog-box .blog-box-meta .d-inline-block a:hover {
  color: var(--mainColor);
}

.single-blog-box .blog-box-meta .d-inline-block:not(:last-child) {
  margin-right: 25px;
}

.single-blog-box .blog-box-meta .blog-box-date {
  background: var(--mainColor);
  text-align: center;
  position: relative;
  transition: all linear 0.3s;
  margin-top: -20px;
  width: 60px;
  padding: 5px 0;
  border-radius: 10px 10px 10px 0;
}

.single-blog-box:hover .blog-box-date {
  background: var(--secondaryColor);
}

.single-blog-box .blog-box-meta .blog-box-date h5 {
  font-size: 30px;
  color: var(--whiteColor);
  font-weight: 600;
  margin: 0;
}

.single-blog-box .blog-box-meta .blog-box-date span {
  display: inline-block;
  font-size: 14px;
  color: var(--whiteColor);
  text-transform: uppercase;
}

.single-blog-box .blog-box-content {
  padding: 30px 40px;
  padding-bottom: 35px;
}

.single-blog-box .blog-box-content .blog-box-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: var(--blackColor);
  display: inline-block;
  margin-bottom: 15px;
}

.single-blog-box .blog-box-content .blog-box-title:hover {
  color: var(--mainColor);
}

.single-blog-box .blog-box-content p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .single-blog-box {
    margin-top: 20px;
  }
  .single-blog-box .blog-box-content {
    padding: 20px 15px;
  }
  .single-blog-box .blog-box-meta {
    padding: 5px 10px 0 10px;
    margin-right: 0px;
    width: 100%;
  }
  .single-blog-box .blog-box-meta .d-inline-block:not(:last-child) {
    margin-right: 6px;
  }
  .single-blog-box .blog-box-meta .d-inline-block a {
    font-size: 13px;
  }
  .single-blog-box .blog-box-meta .d-inline-block a i {
    font-size: 17px;
    margin-right: 5px;
  }
  .single-blog-box .blog-box-meta .blog-box-date {
    width: 35px;
  }
  .single-blog-box .blog-box-meta .blog-box-date h5 {
    font-size: 18px;
  }
  .single-blog-box .blog-box-meta .blog-box-date span {
    font-size: 10px;
  }
  .single-blog-box .blog-box-content .blog-box-title {
    font-size: 19px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-box {
    margin-top: 30px;
  }
  .single-blog-box .blog-box-content {
    padding: 30px 20px;
  }
  .single-blog-box .blog-box-meta {
    padding: 0 20px;
    margin-right: 15px;
  }
  .single-blog-box .blog-box-meta .d-inline-block:not(:last-child) {
    margin-right: 10px;
  }
  .single-blog-box .blog-box-meta .d-inline-block a {
    font-size: 14px;
  }
  .single-blog-box .blog-box-meta .d-inline-block a i {
    font-size: 17px;
    margin-right: 5px;
  }
  .single-blog-box .blog-box-meta .blog-box-date {
    width: 50px;
  }
  .single-blog-box .blog-box-meta .blog-box-date h5 {
    font-size: 25px;
  }
  .single-blog-box .blog-box-meta .blog-box-date span {
    font-size: 13px;
  }
  .single-blog-box .blog-box-content .blog-box-title {
    font-size: 20px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-box .blog-box-meta .d-inline-block a {
    font-size: 14px;
  }
  .single-blog-box .blog-box-content .blog-box-title {
    font-size: 25px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 305px) {
  .single-blog-box .blog-box-content {
    padding: 20px 10px;
  }
  .single-blog-box .blog-box-meta {
    padding: 10px 10px 0 10px;
    margin-right: 0px;
  }
  .single-blog-box .blog-box-meta .d-inline-block:not(:last-child) {
    margin-right: 5px;
  }
  .single-blog-box .blog-box-meta .d-inline-block a {
    font-size: 12px;
  }
  .single-blog-box .blog-box-meta .d-inline-block a i {
    font-size: 16px;
    margin-right: 4px;
  }
  .single-blog-box .blog-box-meta .blog-box-date {
    width: 25px;
  }
  .single-blog-box .blog-box-meta .blog-box-date h5 {
    font-size: 14px;
  }
  .single-blog-box .blog-box-meta .blog-box-date span {
    font-size: 8px;
  }
  .single-blog-box .blog-box-content p {
    font-size: 14.5px;
  }
}

/*==========================
Blog Sidebar Area CSS
============================*/
.blog-sidebar-area {
  margin-top: 40px;
}

.blog-details-area .blog-sidebar-area {
  margin-top: 0;
}

.blog-single-widget {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 20px;
  margin-top: 40px;
}

.blog-single-widget:first-child {
  margin-top: 0px;
}

.blog-single-widget .widget-title {
  margin-bottom: 20px;
}

.blog-search, .wp-block-search {
  position: relative;
}

.blog-search .search-button, .wp-block-search .search-button {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  padding: 0;
  background-color: rgba(0,0,0,0);
  color: var(--headingColor);
  width: auto;
}

.blog-search input, .wp-block-search input {
  height: 50px;
  background-color: #f0f2f5;
  padding: 0 20px;
  padding-left: 50px;
  font-size: 16px;
  border-radius: 6px;
}

.blog-search .search-button i, .wp-block-search .search-button i {
  position: relative;
  top: 2px;
}

.blog-single-widget ul {
  padding-left: 20px;
}

.blog-single-widget ul li {
  margin: 10px 0;
  list-style: disc;
}

.blog-single-widget ul li::marker {
  font-size: 18px;
  color: #ced0d4;
  transition: var(--transition);
}

.blog-single-widget ul li a {
  color: #65676b;
  transition: var(--transition);
}

.blog-single-widget ul li a:hover {
  color: var(--mainColor);
  transition: var(--transition);
}

.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.widget_tag_cloud .tagcloud a {
  border: 2px solid #E3E6E9;
  font-size: 14px;
  color: #666666;
  height: 40px;
  padding: 0 20px;
  margin: 5px;
  display: inline-block;
  line-height: 35px;
  border-radius: 500px;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}

.blog-single-widget.widget_newsletter {
  background-color: #f9f9f9;
  text-align: center;
  padding: 30px;
}

.blog-single-widget.widget_newsletter h4 {
  font-size: 21px;
  margin-bottom: 8px;
}

.blog-single-widget.widget_newsletter .newsletter-form {
  margin-top: 20px;
}

.blog-single-widget.widget_newsletter .newsletter-form .input-newsletter {
  width: 100%;
  height: 50px;
  display: block;
  padding-left: 15px;
  color: var(--blackColor);
  border: 1px solid #eeeeee;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.blog-single-widget.widget_newsletter .newsletter-form .input-newsletter:focus {
  border-color: var(--blackColor);
}

.blog-single-widget.widget_newsletter .newsletter-form button {
  width: 100%;
  border: none;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 17px 30px;
  text-align: center;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 700;
}

.blog-single-widget.widget_newsletter .newsletter-form button:hover {
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-area {
    margin-top: 20px;
  }
  .blog-details-area .blog-left-sidebar {
    margin-bottom: 20px;
  }
  .blog-details-area .blog-right-sidebar {
    margin-top: 20px;
  }
  .blog-single-widget {
    margin-top: 20px;
    padding: 15px;
  }
  .widget_tag_cloud .tagcloud a {
    padding: 0 15px;
  }
  .blog-single-widget.widget_newsletter {
    padding: 20px 15px;
  }
  .blog-single-widget.widget_newsletter h4 {
    font-size: 16px;
  }
  .blog-single-widget.widget_newsletter .newsletter-form button {
    padding: 15px 30px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-area {
    margin-top: 30px;
  }
  .blog-details-area .blog-left-sidebar {
    margin-bottom: 30px;
  }
  .blog-details-area .blog-right-sidebar {
    margin-top: 30px;
  }
  .blog-single-widget {
    margin-top: 30px;
  }
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: 15px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  color: var(--blackColor);
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 22px;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li i {
  top: 0;
  left: 0;
  position: absolute;
  color: var(--mainColor);
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.blog-details-desc .article-content .features-list li {
  margin: 10px 0;
  list-style: disc;
  color: var(--blackColor);
  margin-bottom: 15px;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-tags p {
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--blackColor);
}

.blog-details-desc .article-footer .article-tags a {
  margin-left: 10px;
  padding: 7px 20px;
  border-radius: 30px;
  display: inline-block;
  color: var(--blackColor);
  background-color: #f9f9f9;
  font-size: 15px;
  font-weight: 600;
}

.blog-details-desc .article-footer .article-tags a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  list-style-type: none;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 600;
  position: relative;
  top: -3px;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 50%;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: var(--mainColor);
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

blockquote, .blockquote {
  z-index: 1;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
  padding: 40px 50px !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  line-height: 1.7;
  margin-bottom: 0;
  color: var(--blackColor);
  font-weight: 700;
  font-style: italic;
  font-size: 17px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::after, .blockquote::after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  content: '';
  position: absolute;
  background-color: var(--mainColor);
  margin-top: 20px;
  margin-bottom: 20px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: initial;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border: 1px dashed #eeeeee;
  color: var(--blackColor);
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 90px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: var(--blackColor);
  display: inline-block;
  padding: 5.5px 20px 5px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

.comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.comments-area .comment-author {
  font-size: 17px;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  top: 4px;
}

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

.comments-area .comment-metadata {
  margin-bottom: .7em;
  color: var(--blackColor);
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 500;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  outline: 0;
  width: 100%;
  border: none;
  height: 50px;
  display: block;
  font-size: var(--fontSize);
  border-radius: 3px;
  padding: 1px 0 0 15px;
  color: var(--blackColor);
  background-color: #f9f9f9;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  margin: 0;
  display: inline-block;
  color: var(--blackColor);
  font-weight: normal;
  font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  border: none;
  cursor: pointer;
  padding: 20px 40px 20px 40px;
  display: inline-block;
  color: var(--whiteColor);
  background: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 700;
  font-size: var(--fontSize);
  border-radius: 9999px;
}

.comments-area .comment-respond .form-submit input:hover, 
.comments-area .comment-respond .form-submit input:focus {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

@media only screen and (max-width: 767px) {
  .blog-details-desc .article-content {
    margin-top: 20px;
  }
  .blog-details-desc .article-content .entry-meta ul {
    margin-bottom: -15px;
  }
  .blog-details-desc .article-content .entry-meta ul li {
    padding-left: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .blog-details-desc .article-content .entry-meta ul li i {
    top: -1px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .blog-details-desc .article-content .wp-block-gallery.columns-3 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .blog-details-desc .article-content .features-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-details-desc .article-footer {
    text-align: center;
  }
  .blog-details-desc .article-footer .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block !important;
  }
  .blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-tags p {
    margin-bottom: 10px;
  }
  .blog-details-desc .article-footer .article-tags a {
    margin-left: 5px;
    margin-bottom: 8px;
    padding: 6px 15px;
    font-size: 13px;
  }
  .blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-share .social {
    text-align: center;
    margin-top: 15px;
  }
  .blog-details-desc .article-footer .article-share .social li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 29px;
  }
  blockquote, .blockquote {
    padding: 20px 15px !important;
  }
  blockquote p, .blockquote p {
    font-size: 13px !important;
  }
  .comments-area .comments-title {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .comments-area .comment-author {
    font-size: 15px;
  }
  .comments-area .comment-author .avatar {
    top: 0;
    left: 0;
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  .comments-area .comment-body {
    padding-left: 20px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 17px;
  }
  .comments-area .comment-respond .comment-form-author {
    width: 100%;
    padding-right: 0;
  }
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
    padding-left: 0;
  }
  .comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    font-size: 13px;
  }
  .comments-area .comment-respond .comment-form-cookies-consent label {
    font-size: 14px;
  }
  .comments-area .comment-respond .form-submit input {
    padding: 15px 30px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-desc .article-footer {
    text-align: center;
  }
  .blog-details-desc .article-footer .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block !important;
  }
  .blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-tags p {
    margin-bottom: 15px;
  }
  .blog-details-desc .article-footer .article-tags a {
    margin-left: 5px;
    margin-bottom: 8px;
    padding: 6px 15px;
    font-size: 13px;
  }
  .blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-share .social {
    text-align: center;
    margin-top: 15px;
  }
  .blog-details-desc .article-footer .article-share .social li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-desc .article-footer {
    text-align: center;
  }
  .blog-details-desc .article-footer .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block !important;
  }
  .blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-tags p {
    margin-bottom: 15px;
  }
  .blog-details-desc .article-footer .article-tags a {
    margin-left: 5px;
    margin-bottom: 8px;
    padding: 6px 15px;
    font-size: 13px;
  }
  .blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-share .social {
    text-align: center;
    margin-top: 15px;
  }
  .blog-details-desc .article-footer .article-share .social li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 29px;
  }
}

/*==========================
Accordion Area CSS
============================*/
.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  border: 0;
}

.bg-color .faq-accordion .accordion .accordion-title {
  background: var(--whiteColor);
}

.bg-color .faq-accordion .accordion .accordion-title i {
  background-color: var(--bgColor);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin: 40px 0 0;
}

.faq-accordion .accordion .accordion-title {
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,.125);
  z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  font-size: 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 23px;
  background-color: var(--whiteColor);
  font-size: 16px;
  border: 1px solid rgba(0,0,0,.125);
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-accordion .accordion .accordion-title {
  background: var(--bgColor);
  border-radius: 0;
  color: var(--blackColor);
  padding: 20px 17px 17px 75px;
}

.faq-accordion .accordion .accordion-title i {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  top: 2px;
  right: auto;
  left: 2px;
}

.faq-accordion .accordion .accordion-title.active {
  background: var(--mainColor);
  color: var(--whiteColor);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
}

.faq-accordion .accordion .accordion-content {
  background-color: transparent;
}

.faq-accordion .accordion .accordion-content ul {
  padding-left: 1rem;
}

.faq-accordion .accordion .accordion-content ul li {
  padding: 5px 0;
  list-style: disc;
}

@media only screen and (max-width: 767px) {
  .faq-accordion .accordion .accordion-item:last-child {
    margin: 20px 0 0;
  }
  .faq-accordion .accordion .accordion-title {
    font-size: 16px;
    padding: 20px 17px 17px 65px;
  }
  .faq-accordion .accordion .accordion-title i {
    background-color: transparent;
  }
  .faq-accordion .accordion .accordion-title.active i {
    color: var(--whiteColor);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .accordion-item:last-child {
    margin: 30px 0 0;
  }
}

/*==========================
About One Area CSS
============================*/
.about-area-one .about-section-title-wrapper {
  margin-bottom: 50px;
}

.about-area-one .about-section-subtitle {
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.about-area-one .about-section-title {
  margin-top: 10px;
}

.about-area-one .about-content-wrapper {
  position: relative;
  z-index: 1;
}

.about-area-one .about-content-wrapper .about-content-shape {
  position: absolute;
  inset-inline-start: 350px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-area-one .about-content-wrapper .about-content-shape img {
  background-color: var(--bgColor);
  padding: 10px;
}

.about-area-one .about-content-wrapper .about-content-thumb {
  width: 350px;
  height: 280px;
  object-fit: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-area-one .about-content-wrapper .about-content-thumb:hover {
  width: 360px;
  height: 290px;
}

.about-area-one .about-content-wrapper .about-content-thumb img {
  border-radius: 10px;
}

.about-area-one .about-content-wrapper .about-content {
  padding: 30px;
  background: var(--bgColor);
  border-bottom: 4px solid var(--secondaryColor);
  border-radius: 4px;
  margin-inline-start: 190px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-area-one .about-content-wrapper .about-content:hover {
  background: var(--mainColor);
}

.about-area-one .about-content-wrapper .about-content:hover .about-title, 
.about-area-one .about-content-wrapper .about-content:hover p {
  color: var(--whiteColor);
}

.about-area-one .about-content-wrapper .about-content .about-title {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .about-area-one .about-section-title-wrapper {
    margin-bottom: 20px;
  }
  .about-area-one .about-content-wrapper .about-content {
    padding: 20px;
    margin-top: 0;
  }
  .about-area-one .about-content-wrapper .about-content-thumb {
    width: 100%;
    height: 100%;
  }
  .about-area-one .about-content-wrapper .about-content {
    margin-inline-start: 0;
  }
  .about-area-one .row .col-xl-6:last-child {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-one .about-section-title-wrapper {
    margin-bottom: 30px;
  }
  .about-area-one .about-content-wrapper .about-content {
    padding: 20px;
  }
  .about-area-one .row .col-xl-6:last-child {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-one .about-content-wrapper .about-content-shape {
    inset-inline-start: 300px;
  }
  .about-area-one .about-content-wrapper .about-content-thumb {
    width: 300px;
    height: 230px;
  }
  .about-area-one .about-content-wrapper .about-content {
    padding: 20px;
  }
}

/*==========================
History Area CSS
============================*/
.history-area .history-section-title-wrapper {
  margin-bottom: 50px;
}

.history-area .history-section-subtitle {
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.history-area .history-section-title {
  margin-top: 10px;
}

.history-area .history-tab {
  display: flex;
  justify-content: center;
}

.history-area .history-tab .nav-link {
  background: var(--whiteColor);
  color: #616161;
  font-weight: 500;
  padding: 10px 59px 10px 59px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.history-area .history-tab .nav-item:not(:last-child) .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  inset-inline-end: 0;
  top: 50%;
  background: #DDDDE0;
  display: block;
  transform: translate(-50%, -50%);
}

.history-area .history-tab .nav-link::after {
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  position: absolute;
  content: "";
  inset-inline-start: -1px;
  top: 0;
  background-color: var(--mainColor);
  border-radius: 2px 2px 0 0;
}

.history-area .history-tab .nav-link:hover {
  color: var(--mainColor);
}

.history-area .history-tab .nav-link:hover::after {
  transform: scaleX(1);
}

.history-area .history-tab .nav-link.active::after {
  transform: scaleX(1);
}

.history-area .history-tab .nav-link.active {
  color: var(--mainColor);
}

.history-tab-content-wrapper {
  margin-top: 50px;
}

.history-tab-content-wrapper .history-tab-item {
  display: flex;
  gap: 30px 50px;
  align-items: center;
  justify-content: center;
}

.history-tab-content-wrapper .tab-pane.active .history-tab-item {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}

.history-tab-content-wrapper .history-tab-thumb img {
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.history-tab-content-wrapper .history-tab-thumb img:hover {
  transform: scale(1.05);
}

.history-tab-content-wrapper .history-tab-content p {
  margin-bottom: 20px;
  margin-top: 15px;
  max-width: 450px;
}

.history-tab-content-wrapper .list-item li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-inline-start: 40px;
}

.history-tab-content-wrapper .list-item ul li:not(:last-child) {
  margin-bottom: 15px;
}

.history-tab-content-wrapper .list-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 25px;
  height: 2px;
  background: var(--mainColor);
  opacity: 0.68;
  inset-inline-start: 0;
}

@media only screen and (max-width: 767px) {
  .history-area .history-section-title-wrapper {
    margin-bottom: 20px;
  }
  .history-area .history-tab .nav-link {
    padding: 10px 20px 10px 20px;
  }
  .history-tab-content-wrapper {
    margin-top: 20px;
  }
  .history-tab-content-wrapper .history-tab-item {
    display: block;
  }
  .history-tab-thumb {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history-area .history-section-title-wrapper {
    margin-bottom: 30px;
  }
  .history-tab-content-wrapper {
    margin-top: 30px;
  }
  .history-tab-content-wrapper .history-tab-item {
    gap: 30px 25px;
  }
  .history-tab-content-wrapper .history-tab-item h5 {
    font-size: 16px;
  }
  .history-tab-content-wrapper .history-tab-content p {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 15px;
  }
  .history-tab-content-wrapper .history-tab-list .list-item ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/*==========================
About Two Features Area CSS
============================*/
.features-area .row>* {
  padding-left: 16px;
  padding-right: 16px;
}

.features-image {
  padding-right: 15px;
  text-align: center;
}

.features-image img {
  border-radius: 5px;
}

.features-content {
  padding-left: 15px;
}

.features-content .sub-title {
  display: block;
  margin-bottom: 8px;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 600;
}

.features-content h2 {
  margin-bottom: 0px;
  font-size: 34px;
}

.features-content .single-features-box {
  margin-bottom: 0;
  margin-top: 28px;
}

.single-features-box {
  padding: 30px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: var(--bgColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-features-box .icon {
  z-index: 1;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-features-box .icon i {
  font-size: 55px;
  line-height: 1;
}

.single-features-box .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -2px;
  background-color: #FF6174;
  z-index: -1;
  opacity: .70;
}

.single-features-box .icon.bg-51EDF7::before {
  background-color: #51EDF7;
}

.single-features-box .icon.bg-AD6EDD::before {
  background-color: #AD6EDD;
}

.single-features-box .icon.bg-FFCD43::before {
  background-color: #FFCD43;
}

.single-features-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-features-box p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-features-box:hover {
  background-color: var(--mainColor);
}

.single-features-box:hover .icon {
  color: var(--whiteColor);
}

.single-features-box:hover h3 {
  color: var(--whiteColor);
}

.single-features-box:hover p {
  color: var(--whiteColor);
}

@media only screen and (max-width: 767px) {
  .features-area .row>* {
    padding-left: 10px;
    padding-right: 10px;
  }
  .features-image {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .features-content {
    text-align: center;
    padding-left: 0;
  }
  .features-content .sub-title {
    font-size: 13px;
  }
  .features-content h2 {
    font-size: 20px;
  }
  .single-features-box {
    text-align: center;
    padding: 20px 15px;
  }
  .features-content .single-features-box {
    margin-top: 20px;
  }
  .single-features-box .icon i {
    font-size: 45px;
  }
  .single-features-box .icon::before {
    width: 40px;
    height: 40px;
  }
  .single-features-box h3 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-image {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .features-image img {
    width: 100%;
  }
  .features-content {
    padding-left: 0;
    text-align: center;
  }
  .features-content .sub-title {
    font-size: 14px;
  }
  .features-content h2 {
    font-size: 30px;
  }
  .single-features-box {
    text-align: center;
    padding: 25px 20px;
  }
  .single-features-box h3 {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content {
    padding-left: 0;
  }
  .features-content h2 {
    margin-bottom: 0;
    font-size: 25px;
  }
  .features-content .single-features-box {
    padding: 20px;
  }
  .features-content .single-features-box h3 {
    font-size: 20px;
  }
  .features-content .single-features-box p {
    font-size: 15px;
  }
  .features-image {
    padding-right: 0;
  }
}

/*================================================
Mission Area CSS
=================================================*/
.mission-area.bg-F9F5F2 {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.mission-area.bg-F9F5F2::before {
  top: 0;
  right: 0;
  width: 65%;
  z-index: -1;
  content: '';
  height: 52%;
  position: absolute;
  border-radius: 0 0 0 150px;
  background-color: #F9F5F2;
}

.mission-content .sub-title {
  display: block;
  margin-bottom: 8px;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 600;
}

.mission-content h2 {
  margin-bottom: 15px;
  font-size: 34px;
}

.mission-content p {
  max-width: 500px;
}

.mission-content .default-btn {
  margin-top: 10px;
}

.mission-image {
  text-align: right;
  position: relative;
  padding-left: 150px;
}

.mission-image img:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 250px;
  position: absolute;
}

.mission-text .sub-title {
  display: block;
  margin-bottom: 8px;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
}

.mission-text h2 {
  margin-bottom: 15px;
  font-size: 34px;
}

.mission-text .default-btn {
  margin-top: 10px;
}

.mission-img {
  text-align: right;
  padding-left: 100px;
}

.mission-img img {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .mission-content {
    text-align: center;
  }
  .mission-content .sub-title {
    font-size: 13px;
  }
  .mission-content h2 {
    font-size: 20px;
  }
  .mission-content p {
    max-width: 100%;
  }
  .mission-content .default-btn {
    margin-top: 5px;
  }
  .mission-image {
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
  }
  .mission-image img:nth-child(2) {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
  }
  .mission-text {
    border-top: 1px solid #eeeeee;
    padding-top: 60px;
    text-align: center;
  }
  .mission-text .sub-title {
    font-size: 13px;
  }
  .mission-text h2 {
    font-size: 22px;
  }
  .mission-text .default-btn {
    margin-top: 5px;
  }
  .mission-img {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-content {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .mission-content .sub-title {
    font-size: 14px;
  }
  .mission-content h2 {
    font-size: 30px;
  }
  .mission-content p {
    max-width: 100%;
  }
  .mission-content .default-btn {
    margin-top: 5px;
  }
  .mission-image {
    margin-top: 30px;
  }
  .mission-text {
    border-top: 1px solid #eeeeee;
    padding-top: 80px;
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .mission-text .sub-title {
    font-size: 14px;
  }
  .mission-text h2 {
    font-size: 30px;
  }
  .mission-text p {
    max-width: 100%;
  }
  .mission-text .default-btn {
    margin-top: 5px;
  }
  .mission-img {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mission-content h2 {
    font-size: 28px;
  }
}

/*==========================
About Three Area CSS
============================*/
.star-about-area {
  position: relative;
  z-index: 1;
}

.star-about-image {
  text-align: center;
  border-radius: 5px;
  padding-left: 20px;
}

.star-about-image img {
  border-radius: 5px;
}

.star-about-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--mainColor);
}

.star-about-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.star-about-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.star-about-content p {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .star-about-image {
    padding: 0;
  }
  .star-about-content span {
    font-size: 14px;
  }
  .star-about-content h2 {
    font-size: 24px;
  }
  .star-about-content h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .star-about-content h2 {
    font-size: 32px;
  }
  .star-about-content h3 {
    font-size: 26px;
  }
}

/* -------------------------------------
Slider Area Style One
---------------------------------------*/
.slider-area.style-one .banner-slider-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  padding-top: 20px;
  z-index: 1;
  overflow: hidden;
}

.slider-area.style-one .banner-slider-area::after {
  background: #181818;
  opacity: 0.97;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
}

.slider-area.style-one .single-banner-slider-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slider-area.style-one .single-banner-slider-item .container-fluid {
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
}

.slider-area.style-one .single-banner-slider-item img {
  width: auto;
}

.slider-area.style-one .single-banner-content {
  max-width: 650px;
  position: relative;
  top: -60px;
}

.slider-area.style-one .single-banner-content h1 {
  font-size: 60px;
  color: var(--whiteColor);
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slider-area.style-one .single-banner-content p {
  color: var(--whiteColor);
  margin-bottom: 30px;
}

.slider-area.style-one .single-banner-content .banner-btn ul {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.slider-area.style-one .single-banner-content .banner-btn ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 25px;
}

.slider-area.style-one .single-banner-content .banner-btn ul li:last-child {
  margin-right: 0;
}

.slider-area.style-one .banner-slider-image {
  position: relative;
  z-index: 1;
  left: 0;
}

.slider-area.style-one .banner-slider-image .banner-card-1 {
  background-color: var(--whiteColor);
  padding: 20px 20px 20px 95px;
  max-width: 280px;
  position: absolute;
  bottom: 15%;
  left: -15%;
  right: 0;
  -webkit-animation: moveleftbounce 6s linear infinite;
          animation: moveleftbounce 6s linear infinite;
}

.slider-area.style-one .banner-slider-image .banner-card-1 img {
  position: absolute;
  left: 20px;
  border-radius: 100%;
  top: 50%;
  width: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-area.style-one .banner-slider-image .banner-card-1 h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.slider-area.style-one .banner-slider-image .banner-card-1 p {
  font-size: 14px;
}

.slider-area.style-one .banner-slider-image .banner-card-2 {
  background-color: var(--whiteColor);
  max-width: 210px;
  padding: 15px 15px 15px 80px;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -6%;
  left: 0;
  margin-left: auto;
  -webkit-animation: movebounce 6s linear infinite;
          animation: movebounce 6s linear infinite;
}

.slider-area.style-one .banner-slider-image .banner-card-2 i {
  font-size: 44px;
  color: var(--mainColor);
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-area.style-one .banner-slider-image .banner-card-2 p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 18px;
}

.slider-area.style-one .banner-slider-image .banner-card-2 h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.slider-area.style-one .banner-slider-image .banner-card-2 h2 .target {
  position: relative;
  left: -3px;
}

.slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 150px;
  left: 55px;
}

.slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  border: 1px solid var(--secondaryColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid var(--whiteColor);
  width: 15px;
  height: 15px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span::after {
  content: '';
  position: absolute;
  background-color: var(--secondaryColor);
  width: 9px;
  height: 9px;
  border-radius: 50px;
  left: 2px;
  top: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scale(0);
          transform: scale(0);
}

.slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span:hover {
  border: 1px solid var(--secondaryColor);
}

.slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media only screen and (max-width: 767px) {
  .slider-area.style-one .banner-slider-area {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .slider-area.style-one .single-banner-slider-item .container-fluid {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-area.style-one .single-banner-content {
    top: 0;
    margin-bottom: 30px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 h2 {
    margin-bottom: 0;
  }
  .slider-area.style-one .single-banner-content .banner-btn ul li {
    margin-right: 10px;
  }
  .slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    position: unset;
  }
  .slider-area.style-one .banner-slider-image {
    left: 0;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 {
    max-width: 170px;
    padding: 10px 10px 10px 50px;
    right: 0;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 i {
    font-size: 30px;
    left: 10px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 p {
    font-size: 13px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 h4 {
    font-size: 14px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-1 {
    padding: 12px 12px 12px 75px;
    max-width: 200px;
    bottom: 0%;
    left: 0;
  }
  .slider-area.style-one .banner-slider-image .banner-card-1 img {
    left: 10px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-1 h3 {
    font-size: 15px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-1 p {
    font-size: 12px;
  }
  .slider-area.style-one .single-banner-content .banner-btn .default-btn {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-one .banner-slider-area {
    padding-top: 40px;
    padding-bottom: 75px;
  }
  .slider-area.style-one .single-banner-content {
    top: 0;
    margin-bottom: 40px;
  }
  .slider-area.style-one .single-banner-content h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    position: unset;
  }
  .slider-area.style-one .single-banner-slider-item .container-fluid {
    max-width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-area.style-one .banner-slider-image {
    left: 0;
  }
  .slider-area.style-one .banner-slider-image .banner-card-1 {
    padding: 15px 15px 15px 85px;
    max-width: 230px;
    left: -20px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 {
    max-width: 190px;
    padding: 10px 10px 10px 65px;
    right: -3%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-one .single-banner-slider-item .container-fluid {
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-area.style-one .single-banner-content {
    top: 37px;
  }
  .slider-area.style-one .single-banner-content h1 {
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 15px;
  }
  .slider-area.style-one .single-banner-content p {
    margin-bottom: 30px;
  }
  .slider-area.style-one .banner-slider-image {
    left: 0;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 {
    max-width: 190px;
    padding: 10px 10px 10px 65px;
    right: -6%;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 i {
    font-size: 40px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-1 {
    padding: 15px 15px 15px 86px;
    max-width: 235px;
    bottom: 5%;
  }
  .slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots {
    position: unset;
    padding-bottom: 60px;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-one .single-banner-content h1 {
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .slider-area.style-one .single-banner-content p {
    margin-bottom: 30px;
  }
  .slider-area.style-one .banner-slider-image {
    left: 0;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 {
    max-width: 200px;
    padding: 15px 15px 15px 70px;
    right: -6%;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 i {
    font-size: 40px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-1 {
    padding: 15px 15px 15px 86px;
    max-width: 235px;
  }
  .slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots {
    left: 45px;
  }
}

@media only screen and (min-width: 1400px) {
  .slider-area.style-one .single-banner-slider-item .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
  .slider-area.style-one .single-banner-content {
    max-width: 700px;
  }
  .slider-area.style-one .single-banner-content h1 {
    font-size: 60px;
  }
  .slider-area.style-one .banner-slider-image .banner-card-2 {
    right: -7%;
  }
  .slider-area.style-one .banner-slider-image .banner-card-1 {
    left: -26%;
  }
  .slider-area.style-one .banner-slider.owl-theme .owl-nav.disabled + .owl-dots {
    left: 75px;
  }
}

@media only screen and (max-width: 339px) {
  .slider-area.style-one .single-banner-content h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 340px) and (max-width: 399px) {
  .slider-area.style-one .single-banner-content h1 {
    font-size: 27px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
  .slider-area.style-one .single-banner-content h1 {
    font-size: 31px;
    line-height: 41px;
  }
}

/* -------------------------------------
Slider Area Style Two
---------------------------------------*/
.slider-area.style-two .hero-wrap {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--bgColor);
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602011/html/assets/img/slider/design-2/slider-bg.jpg');
  padding: 0 30px;
}

.slider-area.style-two .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.95;
  background-color: #0F1221;
}

.slider-area.style-two .hero-wrap .hero-slide-item {
  padding: 100px 0;
}

.slider-area.style-two .hero-wrap .hero-content span, 
.slider-area.style-two .hero-wrap .hero-content h1, 
.slider-area.style-two .hero-wrap .hero-content p {
  color: var(--whiteColor);
}

.slider-area.style-two .hero-wrap .hero-content span {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15.5px;
}

.slider-area.style-two .hero-wrap .hero-content h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}

.slider-area.style-two .hero-wrap .hero-content p {
  padding-right: 50px;
  margin-bottom: 30px;
}

.slider-area.style-two .btn {
  border: none;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 50px;
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 12px 40px 13px;
  overflow: hidden;
  white-space: nowrap;
}

.slider-area.style-two .btn:after {
  background: var(--blackColor);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-area.style-two .btn:hover {
  color: var(--whiteColor);
  background: var(--blackColor);
}

.slider-area.style-two .btn:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.slider-area.style-two .hero-wrap .hero-img img {
  display: block !important;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  margin: 0 auto;
  padding-right: 25px;
}

.slider-area.style-two .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-prev, 
.slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -75px;
}

.slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}

.slider-area.style-two .owl-carousel .owl-nav button.owl-prev, 
.slider-area.style-two .owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 8%);
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 8%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slider-area.style-two .owl-carousel .owl-nav button.owl-prev:after, 
.slider-area.style-two .owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: var(--mainColor);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-prev, 
.slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-area.style-two .owl-carousel .owl-nav button.owl-prev i, 
.slider-area.style-two .owl-carousel .owl-nav button.owl-next i {
  font-size: 26px;
  line-height: 1;
  color: var(--mainColor);
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0px;
}

.slider-area.style-two .owl-carousel .owl-nav button.owl-prev:hover:after, 
.slider-area.style-two .owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}

.slider-area.style-two .owl-carousel .owl-nav button.owl-prev:hover i, 
.slider-area.style-two .owl-carousel .owl-nav button.owl-next:hover i {
  color: var(--whiteColor);
}

.slider-area.style-two .hero-slider-one.owl-carousel:hover .owl-nav button.owl-prev, 
.slider-area.style-two .hero-slider-one.owl-carousel:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 1;
}

.slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover, 
.slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--mainColor);
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area.style-two .hero-wrap {
    padding: 0;
  }
  .slider-area.style-two .hero-wrap .hero-slide-item {
    padding: 50px 10px;
  }
  .slider-area.style-two .hero-wrap .hero-content {
    margin-bottom: 35px;
  }
  .slider-area.style-two .hero-wrap .hero-content span {
    font-size: 14px;
  }
  .slider-area.style-two .hero-wrap .hero-content h1 {
    font-size: 24px;
  }
  .slider-area.style-two .hero-wrap .hero-content p {
    font-size: 14px;
  }
  .slider-area.style-two .btn {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 30px 10px;
  }
  .slider-area.style-two .hero-wrap .hero-img img {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-two .hero-wrap {
    padding: 0;
  }
  .slider-area.style-two .hero-wrap .hero-slide-item {
    padding: 50px 0;
  }
  .slider-area.style-two .hero-wrap .hero-content {
    margin-bottom: 35px;
  }
  .slider-area.style-two .hero-wrap .hero-img img {
    max-width: 80%;
    padding-right: 0px;
  }
  .slider-area.style-two .hero-wrap .hero-content span {
    font-size: 15px;
  }
  .slider-area.style-two .hero-wrap .hero-content h1 {
    font-size: 33px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-two .hero-wrap {
    padding: 0;
  }
  .slider-area.style-two .hero-wrap .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .slider-area.style-two .hero-slider-one.owl-carousel .owl-nav {
    padding-bottom: 35px;
  }
  .slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: calc(50% - 35px);
  }
  .slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-next {
    left: calc(50% + 0px);
    right: auto;
  }
  .slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-prev, 
  .slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-next {
    position: relative;
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-prev i, 
  .slider-area.style-two .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1500px) {
  .slider-area.style-two .hero-wrap .hero-slide-item {
    padding: 150px 0;
  }
}

@media only screen and (max-width: 310px) {
  .slider-area.style-two .hero-wrap .hero-content h1 {
    font-size: 22px;
  }
}

/* -------------------------------------
Slider Area Style Three
---------------------------------------*/
.slider-area.style-three .hero-bg-1 {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602011/html/assets/img/slider/design-3/slider-1.jpg');
}

.slider-area.style-three .hero-bg-2 {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602011/html/assets/img/slider/design-3/slider-2.jpg');
}

.slider-area.style-three .hero-bg-3 {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602011/html/assets/img/slider/design-3/slider-3.jpg');
}

.slider-area.style-three .hero-wrap {
  position: relative;
  z-index: 1;
}

.slider-area.style-three .hero-wrap .hero-slide-item {
  padding: 278px 40px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #DDDDDD;
}

.slider-area.style-three .hero-wrap .hero-slide-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5999), color-stop(60%, rgba(241, 251, 253, 0.01)));
  background: linear-gradient(45deg, #5999 50%, rgba(241, 251, 253, 0.01) 60%);
}

.slider-area.style-three .hero-wrap .hero-slide-item .hero-content h1 {
  font-size: 48px;
  margin-bottom: 25px;
  color: var(--whiteColor);
}

.slider-area.style-three .hero-wrap .hero-slide-item .hero-content p {
  margin-bottom: 35px;
  color: var(--whiteColor);
}

.slider-area.style-three .hero-wrap .hero-btn .button:first-child {
  margin-right: 15px;
}

.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-prev, 
.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  background-color: var(--whiteColor);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}

.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-prev i, 
.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: var(--mainColor);
  position: relative;
  top: 0px;
}

.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover, 
.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--mainColor);
}

.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i, 
.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: var(--whiteColor);
}

.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

.slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}

.slider-area.style-three .hero-wrap .hero-slider-one:hover.owl-carousel .owl-nav {
  visibility: visible;
  opacity: 1;
}

.slider-area.style-three .button {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  text-align: center;
  border: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  z-index: 0;
  overflow: hidden;
  white-space: nowrap;
}

.slider-area.style-three .button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 550px;
  margin: auto;
  background: var(--blackColor);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translateX(-5%) translateY(-50%) scale(0.4);
  transform: translateX(-5%) translateY(-50%) scale(0.4);
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.slider-area.style-three .button:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
  transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.slider-area.style-three .button i {
  position: relative;
  height: auto;
  line-height: 1;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-area.style-three .button.btn-style1 {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding: 14px 26px;
  border-radius: 5px;
}

.slider-area.style-three .button.btn-style1 i {
  position: relative;
  top: 4px;
  margin-left: 8px;
}

.slider-area.style-three .button.btn-style1:hover i {
  margin-left: 12px;
}

.slider-area.style-three .button.btn-style2 {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  padding: 14px 26px;
  border-radius: 5px;
}

.slider-area.style-three .button.btn-style2 i {
  position: relative;
  top: 4px;
  margin-left: 8px;
}

.slider-area.style-three .button.btn-style2:hover i {
  margin-left: 12px;
}

.slider-area.style-three .button.btn-style2:before {
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .slider-area.style-three .hero-wrap .hero-slide-item {
    padding: 60px 0px 130px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, #5999), color-stop(195%, rgba(241, 251, 253, 0.01)));
    background: linear-gradient(45deg, #5999 46%, rgba(241, 251, 253, 0.01) 195%);
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-content h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-content p {
    margin-bottom: 25px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-btn .button {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-btn .button i {
    font-size: 13px;
    top: 2px;
    margin-left: 5px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-btn .button:first-child {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-three .hero-wrap .hero-slide-item {
    padding: 138px 10px 138px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, #5999), color-stop(195%, rgba(241, 251, 253, 0.01)));
    background: linear-gradient(45deg, #5999 46%, rgba(241, 251, 253, 0.01) 195%);
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-content p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-three .hero-wrap .hero-slide-item {
    padding: 160px 0px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, #5999), color-stop(70%, rgba(241, 251, 253, 0.01)));
    background: linear-gradient(45deg, #5999 55%, rgba(241, 251, 253, 0.01) 70%);
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-content h1 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-content h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav {
    visibility: visible;
    opacity: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-prev, 
  .slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-next {
    position: relative;
    top: auto;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: calc(50% - 50px);
  }
  .slider-area.style-three .hero-wrap .hero-slider-one.owl-carousel .owl-nav button.owl-next {
    left: calc(50% - 25px);
    right: auto;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1599px) {
  .slider-area.style-three .hero-wrap .hero-slide-item {
    padding: 350px 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .slider-area.style-three .hero-wrap .hero-slide-item {
    padding: 490px 40px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-content h1 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .slider-area.style-three .hero-wrap .hero-slide-item .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-area.style-three .hero-wrap .hero-slide-item .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 310px) {
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-content h1 {
    font-size: 20px;
  }
  .slider-area.style-three .hero-wrap .hero-slide-item .hero-btn .button i {
    display: none;
  }
}

/* -------------------------------------
Gallery Area CSS
---------------------------------------*/
.gallery-item {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  border-radius: 40px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
}

.gallery-item:after, .gallery-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 40%;
  background-color: var(--mainColor);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.6s;
  z-index: 1;
}

.gallery-item:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.gallery-item:hover:after, .gallery-item:hover:before {
  opacity: 0.7;
  visibility: visible;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .gallery-item {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-item {
    margin-top: 30px;
  }
}

/*================================================
Admission Area CSS
=================================================*/
.admission-area .admission-area-title span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--mainColor);
  display: block;
  margin: 0 0 5px;
}

.admission-area .admission-area-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 900;
  margin-bottom: 20px;
}

.admission-area .admission-area-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.admission-area .admission-area-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mainColor);
}

.admission-area-img img {
  border-radius: 10px;
}

.admission-area-content .text-center.admission-area-title p {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}

.admission-area-table {
  margin-top: 40px;
}

.admission-area-table table {
  margin-bottom: 0;
}

.admission-area-table table thead tr th {
  background-color: var(--mainColor);
  font-size: 18px;
  color: var(--whiteColor);
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.admission-area-table .table>tbody {
  border: none;
}

.admission-area-table table tbody tr td {
  color: #545A5F;
  padding: 20px;
  border: none;
  text-align: center;
}

.admission-area-table table tbody tr td:first-child {
  text-align: left;
  padding-left: 40px;
}

.admission-area-table table tbody tr:nth-child(odd) td {
  background-color: #FFF9F2;
}

.admission-area-table table tbody tr:nth-child(even) td {
  background-color: #F6EFE8;
}

@media only screen and (max-width: 767px) {
  .admission-area .admission-area-title {
    margin-top: 20px;
  }
  .admission-area .admission-area-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .admission-area-content .text-center.admission-area-title {
    margin-top: 0px;
  }
  .admission-area-table {
    margin-top: 20px;
    width: 100%;
    overflow-x: auto;
  }
  .admission-area-table table thead tr th {
    min-width: 200px;
    font-size: 15px;
    padding: 5px;
  }
  .admission-area-table table thead tr th:first-child {
    padding-left: 25px;
  }
  .admission-area-table table tbody tr td {
    padding: 15px 15px;
    min-width: 150px;
  }
  .admission-area-table table tbody tr td:first-child {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admission-area .admission-area-title {
    margin-top: 30px;
  }
  .admission-area .admission-area-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .admission-area-content .text-center.admission-area-title {
    margin-top: 0px;
  }
  .admission-area-table {
    margin-top: 30px;
  }
  .admission-area-table table thead tr th {
    padding: 18px;
    font-size: 15px;
  }
  .admission-area-table table tbody tr td {
    padding: 18px;
  }
  .admission-area-table table tbody tr td:first-child {
    padding-left: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .admission-area .admission-area-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .admission-area-table table tbody tr td {
    padding: 20px 40px;
  }
  .admission-area-table table tbody tr td:first-child {
    padding-left: 50px;
  }
}

/*================================================
Apply Form Area CSS
=================================================*/
.apply-content-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 900;
}

.admission-application-form {
  margin-top: 40px;
}

.admission-application-form .admission-form-group {
  margin: 0 0 20px;
  position: relative;
}

.admission-application-form .admission-form-group label {
  display: block;
  margin-bottom: 10px;
}

.admission-application-form .admission-form-group .wpcf7-form-control-wrap {
  position: relative;
}

.admission-application-form .admission-form-group .wpcf7-form-control-wrap input {
  width: 100%;
  background-color: #F9F9F9;
  border: 1px solid #D9D9D9;
  padding: 15px;
  color: #545A5F;
  border-radius: 5px;
  height: 56px;
}

.admission-application-form .admission-form-group .wpcf7-form-control-wrap input:focus {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.admission-application-form .admission-form-group .wpcf7-form-control-wrap input[type="file"] {
  height: auto;
}

.admission-application-form .admission-form-group .wpcf7-form-control-wrap input[type="radio"] {
  height: auto;
  width: auto;
}

.admission-application-form .admission-form-group .wpcf7-form-control-wrap span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.admission-application-form .admission-form-group.radbtn .wpcf7-list-item.first {
  margin-right: 15px;
}

.admission-application-form .admission-form-group.radbtn input[type="radio"] {
  margin-right: 5px;
}

.admission-application-form .wpcf7-list-item-label::before, 
.admission-application-form .wpcf7-list-item-label::after {
  content: " ";
}

.admission-application-form .col-12 h5 {
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .admission-application-form {
    margin-top: 20px;
  }
  .apply-content-title h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .admission-application-form .col-12 h5 {
    padding: 0 0 10px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admission-application-form {
    margin-top: 30px;
  }
  .apply-content-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .apply-content-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

/*================================================
Class One Area CSS
=================================================*/
.services-box {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #FFF9F2;
  margin-top: 40px;
  position: relative;
  border-radius: 5px;
  margin-left: 75px;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 180px;
}

.services-box .icon {
  left: -75px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  height: 220px;
  text-align: center;
}

.services-box .icon img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.services-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.services-box p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.services-box .link-btn {
  font-weight: 500;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.services-box .link-btn:hover {
  color: var(--whiteColor);
  letter-spacing: 1px;
}

.services-box:hover {
  background-color: var(--mainColor);
}

.services-box:hover h3 {
  color: var(--whiteColor);
}

.services-box:hover h3 a {
  color: var(--whiteColor);
}

.services-box:hover p {
  color: var(--whiteColor);
}

.services-box:hover .link-btn {
  color: var(--whiteColor);
}

@media only screen and (max-width: 767px) {
  .services-box {
    margin-top: 20px;
  }
  .services-box {
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    padding: 20px 15px;
  }
  .services-box .icon {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transform: unset;
            transform: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    text-align: center;
    position: relative;
    margin: 0 auto 25px;
    background-color: transparent;
  }
  .services-box .icon img {
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    position: relative;
  }
  .services-box h3 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-box {
    margin-top: 30px;
  }
  .services-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-box h3 {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 140px;
    padding-right: 20px;
  }
  .services-box .icon {
    width: 180px;
    height: 180px;
  }
}

/*================================================
Class Two Area CSS
=================================================*/
.features-box {
  padding: 30px 25px;
  border-radius: 5px;
  margin-top: 40px;
  position: relative;
  background-color: #F8F8F8;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box .icon {
  z-index: 1;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box .icon i {
  font-size: 55px;
  line-height: 1;
}

.features-box .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -2px;
  background-color: #FF6174;
  z-index: -1;
  opacity: .70;
}

.features-box .icon1::before {
  background-color: #FF6174;
}

.features-box .icon2::before {
  background-color: #51EDF7;
}

.features-box .icon3::before {
  background-color: #AD6EDD;
}

.features-box .icon4::before {
  background-color: #FFCD43;
}

.features-box .icon5::before {
  background-color: #0D6EFD;
}

.features-box .icon6::before {
  background-color: #198754;
}

.features-box .icon7::before {
  background-color: #FD7E14;
}

.features-box .icon8::before {
  background-color: #FF00FF;
}

.features-box .icon9::before {
  background-color: #DEB887;
}

.features-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box p {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box .link-btn {
  font-weight: 700;
  display: inline-block;
  color: var(--whiteColor);
  position: absolute;
  left: 25px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
}

.features-box .link-btn:hover {
  color: var(--whiteColor);
  letter-spacing: 1px;
}

.features-box.box-shadow {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.08);
}

.features-box:hover {
  background-color: var(--mainColor);
}

.features-box:hover .icon {
  opacity: 0;
  visibility: hidden;
}

.features-box:hover h3 {
  color: var(--whiteColor);
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
}

.features-box:hover p {
  color: var(--whiteColor);
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
}

.features-box:hover .link-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

.features-box .price {
  background-color: var(--bgColor);
  color: var(--blackColor);
  padding: 10px;
  border-radius: 50px;
  font-size: 25px;
  font-weight: 900;
  color: var(--mainColor);
  float: right;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box:hover .price {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .features-box {
    padding: 20px 15px;
    margin-top: 20px;
  }
  .features-box h3 {
    font-size: 17px;
  }
  .features-box .link-btn {
    left: 15px;
    bottom: 20px;
    font-size: 15px;
  }
  .features-box .price {
    font-size: 20px;
  }
  .features-box:hover .price {
    font-size: 15px;
    position: relative;
    bottom: 10px;
    left: 5px;
    padding: 8px;
  }
  .features-box:hover h3 {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  .features-box:hover p {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  .features-box .link-btn {
    font-size: 14px;
    left: 15px;
    bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-box {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .features-box h3 {
    font-size: 19px;
  }
  .features-box .link-btn {
    font-size: 15px;
    left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .features-box {
    padding: 25px 15px;
  }
  .features-box h3 {
    font-size: 17px;
  }
  .features-box:hover h3 {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  .features-box:hover p {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  .features-box .link-btn {
    font-size: 15px;
    left: 15px;
    bottom: 10px;
  }
  .features-box:hover .link-btn {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
}

/*================================================
Class Details Area CSS
=================================================*/
.class-details-image {
  border-radius: 20px;
}

.class-details-image a {
  display: block;
  border-radius: 20px;
}

.class-details-image a img {
  border-radius: 20px;
  width: 100%;
}

.class-details-image .gallery-item {
  margin-top: 0;
}

.class-details-desc h3 {
  margin-bottom: 15px;
  font-size: 30px;
}

.class-details-desc .class-details-meta {
  margin-top: 20px;
}

.class-details-desc .class-details-meta span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.class-details-desc .class-details-meta span:last-child {
  margin-bottom: 0;
}

.class-details-desc .class-details-btn {
  margin-top: 30px;
}

.class-details-desc .class-details-btn i {
  font-size: 22px;
}

.class-details-tabs {
  margin-top: 40px;
}

.class-details-tabs .nav {
  text-align: center;
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  display: block;
}

.class-details-tabs .nav .nav-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.class-details-tabs .nav .nav-item .nav-link {
  color: #cccccc;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.class-details-tabs .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: -2px;
}

.class-details-tabs .nav .nav-item .nav-link:hover, 
.class-details-tabs .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}

.class-details-tabs .nav .nav-item .nav-link:hover::before, 
.class-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.class-details-tabs .tab-content .tab-pane {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.class-details-tabs .tab-content .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.class-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}

.class-details-tabs .tab-content .tab-pane ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}

.class-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .rating {
  display: inline-block;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .rating span {
  font-size: 16px;
  color: #cecfd2;
  margin-right: -2px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .rating span.checked {
  color: orange;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .rating-count {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .rating-count span {
  display: block;
  color: #585d81;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .side {
  float: left;
  width: 12%;
  margin-top: 11px;
  font-size: 15px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .side div {
  font-weight: 600;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 76%;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .right {
  text-align: right;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}

.class-details-tabs .tab-content .tab-pane .class-details-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments {
  margin-top: 40px;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments h3 {
  border-bottom: 1px solid #edeaea;
  padding-bottom: 8px;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments .user-review {
  border-bottom: 1px solid #edeaea;
  padding: 20px 0 20px 110px;
  position: relative;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 500;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}

.class-details-tabs .tab-content .tab-pane .class-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  font-weight: 500;
  margin-left: 5px;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper {
  margin-top: 30px;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
  color: red;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
  margin-bottom: 25px;
  text-align: left;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
  text-align: left;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
  float: right;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
  content: "\2605";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 27px;
  color: #CCCCCC;
  line-height: 1;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
  display: none;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .class-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .class-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
  text-align: left;
  margin-bottom: 0;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
  display: none;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraphColor);
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: var(--whiteColor);
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 5.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
  border-color: var(--mainColor);
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
  border-color: var(--mainColor);
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  margin-top: 22px;
  padding: 15px 40px;
}

.class-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

@media only screen and (max-width: 767px) {
  .class-details-desc {
    margin-top: 20px;
  }
  .class-details-desc h3 {
    font-size: 18px;
  }
  .class-details-desc p {
    margin-bottom: 0;
  }
  .class-details-desc .class-details-btn {
    margin-top: 20px;
  }
  .class-details-tabs {
    margin-top: 20px;
  }
  .class-details-tabs .nav .nav-item .nav-link {
    font-size: 16px;
  }
  .class-details-tabs .nav {
    margin-bottom: 20px;
  }
  .class-details-tabs .tab-content .tab-pane {
    max-width: 100%;
  }
  .class-details-tabs .tab-content .tab-pane .review-form-wrapper {
    margin-top: 20px;
  }
  .class-details-tabs .tab-content .tab-pane ul li {
    font-size: 14px;
  }
  .class-details-tabs .tab-content .tab-pane .class-details-reviews h3 {
    font-size: 17px;
  }
  .class-details-tabs .tab-content .tab-pane .class-details-reviews .rating {
    top: 2px;
  }
  .class-details-tabs .tab-content .tab-pane .class-details-reviews .rating-count {
    margin-bottom: 10px;
  }
  .class-details-tabs .tab-content .tab-pane .class-details-reviews .rating span {
    font-size: 15px;
  }
  .class-details-tabs .tab-content .tab-pane .class-details-reviews .side {
    width: 18%;
    padding: 0;
  }
  .class-details-tabs .tab-content .tab-pane .class-details-reviews .middle {
    width: 54%;
    padding: 0;
  }
  .class-details-tabs .tab-content .tab-pane .class-review-comments {
    margin-top: 20px;
  }
  .class-details-tabs .tab-content .tab-pane .class-review-comments h3 {
    padding-bottom: 10px;
    font-size: 17px;
    margin-bottom: 0;
  }
  .class-details-tabs .tab-content .tab-pane .class-review-comments .user-review {
    padding-left: 0;
  }
  .class-details-tabs .tab-content .tab-pane .class-review-comments .user-review img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .class-details-tabs .tab-content .tab-pane .class-review-comments .user-review .review-rating span {
    display: block !important;
    top: 0;
    font-size: 15px;
    margin-left: 0;
    margin-top: 5px;
  }
  .class-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
    font-size: 17px;
  }
  .class-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
    margin-top: 20px;
    padding: 15px 30px;
  }
  .class-details-tabs p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .class-details-desc {
    margin-top: 30px;
  }
  .class-details-desc h3 {
    font-size: 20px;
  }
  .class-details-tabs {
    margin-top: 30px;
  }
  .class-details-tabs .nav {
    margin-bottom: 30px;
  }
  .class-details-tabs .tab-content .tab-pane .class-review-comments {
    margin-top: 30px;
  }
  .class-details-tabs .tab-content .tab-pane .class-details-reviews h3 {
    font-size: 20px;
  }
  .class-details-tabs .tab-content .tab-pane .class-review-comments h3 {
    font-size: 20px;
  }
  .class-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .class-details-desc h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .class-details-desc p {
    font-size: 15px;
  }
  .class-details-desc .class-details-meta {
    margin-top: 15px;
  }
  .class-details-desc .class-details-btn {
    margin-top: 20px;
  }
}
