/*-----------------------------------------------------------------

Template Name: Novajuj - Newspaper and Magazine HTML5 Website Template.
Author: MhrTheme
Version: 1.0.0

------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

:root {
  --fontTitle: "Playfair Display", serif;
  --fontBody: "Mulish", sans-serif;
  --mainColor: #2CA4E1;
  --secondaryColor: #2B7CBC;
  --bgColor: #F9FAFA;
  --headingColor: rgba(20, 31, 42, 1);
  --paragraphColor: #75727B;
  --spanColor: #75727B;
  --borderColor: #F4F4F4;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --transition: all 0.4s ease-in-out;
  --shadow: 0px 4px 30px 0px #0000000D;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontBody);
  color: var(--paragraphColor);
  line-height: 28px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--headingColor);
  font-family: var(--fontTitle);
}

h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

@media (max-width: 767px) {
  h4 {
    font-size: 28px;
    line-height: 34px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

p {
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}

p:last-child {
  margin-bottom: 0;
} 

span {
  display: inline-block;
  color: var(--spanColor);
}

a {
  text-decoration: none;
  color: var(--headingColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

a:hover {
  color: var(--headingColor);
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-color {
  background-color: #F9FAFA;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1600px;
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>* {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row>* {
    padding-left: 10px;
    padding-right: 10px;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border: 1px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}

::-webkit-input-placeholder {
  color: var(--spanColor);
  font-size: 16px;
}

::-moz-placeholder {
  color: var(--spanColor);
  font-size: 16px;
}

:-ms-input-placeholder {
  color: var(--spanColor);
  font-size: 16px;
}

::-ms-input-placeholder {
  color: var(--spanColor);
  font-size: 16px;
}

::placeholder {
  color: var(--spanColor);
  font-size: 16px;
}

.fa-facebook-f:before {
  color: #1877F2;
}

.fa-twitter:before {
  color: #1DA1F2;
}

.fa-instagram:before {
  color: #E1306C;
}

.fa-linkedin-in:before {
  color: #0A66C2;
}

.fa-twitter:before {
  content: "𝕏" !important
}

/*=============================
Default Button
===============================*/
.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: var(--transition);
  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.icon {
  padding: 20px 35px 20px 70px;
}

.default-btn.icon i {
  position: absolute;
  left: 35px;
  top: 50%;
  right: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .default-btn {
    font-size: 15px;
    padding: 18px 25px 18px 25px;
  }
  .default-btn.icon {
    padding: 20px 25px 20px 60px;
  }
  .default-btn.icon i {
    left: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-btn {
    padding: 20px 30px 20px 30px;
  }
  .default-btn.icon {
    padding: 20px 30px 20px 65px;
  }
  .default-btn.icon i {
    left: 30px;
  }
}

/*=============================
Default Margin Top
===============================*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

/*=============================
Default Margin Bottom
===============================*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*=============================
Default Margin Left
===============================*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

/*=============================
Default Margin Right
===============================*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

/*=============================
Default Padding Top
===============================*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/*=============================
Default Padding Bottom
===============================*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

/*=============================
Default Padding Left
===============================*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*=============================
Default Padding Right
===============================*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .pt-60 {
    padding-top: 20px;
  }
  .pb-60 {
    padding-bottom: 20px;
  }
  .mt-60 {
    margin-top: 20px;
  }
  .mb-60 {
    margin-bottom: 20px;
  }
  .pt-50 {
    padding-top: 20px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .mb-50 {
    margin-bottom: 20px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .pt-20 {
    padding-top: 10px;
  }
  .pb-20 {
    padding-bottom: 10px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .mt-80 {
    margin-top: 50px;
  }
  .mb-80 {
    margin-bottom: 50px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .pt-50 {
    padding-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .pt-20 {
    padding-top: 10px;
  }
  .pb-20 {
    padding-bottom: 10px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
}

.bor {
  border: 1px solid var(--borderColor);
}

.bor-top {
  border-top: 1px solid var(--borderColor);
}

.bor-bottom {
  border-bottom: 1px solid var(--borderColor);
}

.bor-left {
  border-left: 1px solid var(--borderColor);
}

.bor-right {
  border-right: 1px solid var(--borderColor);
}

.border-none {
  border: none !important;
}

.text-justify {
  text-align: justify;
}

.image img {
  width: 100%;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.nice-select {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
}

.nice-select:focus {
  border: 1px solid var(--mainColor);
}

.nice-select .list {
  width: 100%;
}

/*=============================
Header Area
===============================*/
.menu-fixed .ad-area {
  display: none;
}

.header-area .logo {
  display: block;
  width: 180px;
  padding: 7px 0;
}

.header-area .logo img {
  width: 100%;
}

.header-area {
  top: 51px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: var(--whiteColor);
}

@media (max-width: 991px) {
  .header-area {
    top: 0;
  }
}

.header__main {
  background-color: transparent;
}

@media (max-width: 992px) {
  .header__main {
    background-color: inherit;
  }
  .header__main .menubars span {
    background-color: var(--whiteColor);
  }
}

@media (max-width: 470px) {
  .header-area .header__main .main-menu {
    gap: 0;
  }
}

.header-top-area {
  padding: 10px 0;
  border-bottom: 2px solid #f4f4f4;
  background-color: var(--whiteColor);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-top__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin: 0 auto;
}

.header-top__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-top__socials a {
  background-color: var(--bgColor);
  color: var(--paragraphColor);
  font-size: 16px;
  width: 40px;
  height: 28px;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #e2e5e9;
}

.header-top__socials a:hover {
  color: var(--mainColor);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.header-top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.header-top__links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-top__links li a:hover {
  color: var(--mainColor);
}

.header-top__links li:first-child, 
.header-top__links li:nth-child(2) {
  position: relative;
}

.header-top__links li:first-child::after, 
.header-top__links li:nth-child(2)::after {
  position: absolute;
  top: -10px;
  right: -30px;
  height: 50px;
  width: 2px;
  background-color: #f4f4f4;
  content: "";
}

.header-top__links.dark-area li::after {
  background-color: rgba(106, 106, 106, 0.1019607843);
}

.header-area.menu-fixed {
  top: 0;
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.header-top-area:has(~ .header-area.menu-fixed) {
  position: relative;
}

.header-top-area:has(~ .header-area.animated):not(.header-top-area:has(~ .header-area.style-two.animated)) {
  position: relative;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.header__main .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.header__main .main-menu nav {
  position: relative;
  bottom: 2px;
}

.header__main .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (max-width: 1199px) {
  .header__main .main-menu ul {
    gap: 20px;
  }
}

.header__main .main-menu ul li {
  position: relative;
}

.header__main .main-menu ul li a {
  font-weight: 600;
  padding: 30px 0;
  font-size: 14px;
  line-height: 26px;
  color: var(--headingColor);
  text-transform: uppercase;
}

.header__main .main-menu ul li a i {
  font-size: 12px;
  padding-left: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.header__main .main-menu ul li .sub-menu {
  position: absolute;
  left: -56px;
  top: 60px;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 270px;
  border: 1px solid var(--borderColor);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background-color: var(--whiteColor);
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.header__main .main-menu ul li .sub-menu li {
  width: 100%;
}

.header__main .main-menu ul li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--borderColor);
}

.header__main .main-menu ul li.mega-menu .sub-menu li {
  border-bottom: 0;
}

.header__main .main-menu ul li .sub-menu li a.arrow:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 24px;
  position: absolute;
  right: 15px;
  top: 11px;
  z-index: 5;
}

.header__main .main-menu ul li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: var(--headingColor) !important;
}

.header__main .main-menu ul li .sub-menu li a i {
  float: right;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  margin-top: 8px;
  color: var(--headingColor) !important;
}

.header__main .main-menu ul li .sub-menu li .sub-sub-menu {
  position: absolute;
  left: -265px;
  top: 0px;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 270px;
  border: 1px solid var(--borderColor);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background-color: var(--whiteColor);
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.header__main .main-menu ul li .sub-menu li .sub-sub-menu li {
  width: 100%;
}

.header__main .main-menu ul li .sub-menu li .sub-sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--borderColor);
}

.header__main .main-menu ul li .sub-menu li .sub-sub-menu li a {
  display: block;
  padding: 10px 20px !important;
  color: var(--headingColor) !important;
}

.header__main .main-menu ul li .sub-menu li .sub-sub-menu li:hover a {
  padding-left: 25px !important;
  color: var(--mainColor) !important;
}

.header__main .main-menu ul li .sub-menu li:hover a {
  padding-left: 25px;
  color: var(--mainColor) !important;
}

.header__main .main-menu ul li .sub-menu li:hover a i {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  color: var(--mainColor) !important;
}

.header__main .main-menu ul li .sub-menu li:hover .sub-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.header__main .main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header__main .main-menu ul li:hover:hover a {
  color: var(--mainColor);
}

.header__main .main-menu ul li:hover:hover i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--mainColor);
}

.header__main .main-menu-light ul li a {
  color: var(--whiteColor);
}

.header__main .main-menu-light ul li:hover a {
  color: var(--whiteColor) !important;
}

.header__main .main-menu-light ul li:hover i {
  color: var(--whiteColor) !important;
}

.header__main .main-menu-light ul li .sub-menu {
  background-color: var(--blackColor);
  border: 1px solid var(--borderColor);
}

.header__main .main-menu-light ul li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--borderColor);
}

.header__main .main-menu-light ul li .sub-menu li a {
  color: var(--whiteColor) !important;
}

.header__main .main-menu-light ul li .sub-menu li a i {
  color: var(--whiteColor) !important;
}

.header__main .main-menu-light ul li .sub-menu li a:hover {
  color: var(--mainColor) !important;
}

.header__main .main-menu-light ul li .sub-menu li .sub-sub-menu {
  background-color: var(--blackColor);
}

.header__main .main-menu-light ul li .sub-menu li .sub-sub-menu li a {
  color: var(--whiteColor) !important;
}

.header__main .menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.header__main .menu-btns .search-trigger {
  font-size: 24px;
  color: var(--headingColor);
  position: relative;
  bottom: 1px;
}

.header__main .menu-btns .search-trigger:hover {
  color: var(--mainColor);
}

.header__main .menubars {
  width: 28px;
  line-height: 8px;
  text-align: right;
  position: relative;
  bottom: 5px;
}

@media (max-width: 575px) {
  .header__main .menubars {
    margin-right: 10px;
  }
}

.header__main .menubars span {
  width: 100%;
  height: 2px;
  background-color: var(--headingColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.header__main .menubars:hover span {
  background-color: var(--mainColor);
}

.header__main .menubars span:nth-child(2) {
  width: 70%;
  text-align: right;
}

.header__main .menubars:hover span:nth-child(2) {
  width: 100%;
}

.header__main .menubars-light span {
  background-color: var(--whiteColor);
}

@media (max-width: 767px) {
  .header-area .logo {
    width: 150px;
  }
  .header__main .menu-btns {
    gap: 15px;
  }
}

@media (max-width: 299px) {
  .header-area .logo {
    width: 135px;
  }
}

@media (min-width: 992px) {
  .header__main .main-menu .mega-menu .sub-menu {
    width: 460px;
    display: block;
  }
  .header__main .main-menu .mega-menu .sub-menu li {
    float: left;
    margin: 5px 10px;
    width: 130px;
  }
  .header__main .main-menu .mega-menu .sub-menu li a {
    font-size: 13px;
    padding: 10px 15px;
  }
  .header__main .main-menu .mega-menu .sub-menu li:hover a {
    padding-left: 20px;
  }
  .header-area.style-two {
    top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .header-area .logo {
    width: 160px;
  }
  .header__main .main-menu {
    gap: 20px;
  }
  .header__main .main-menu ul {
    gap: 15px;
  }
  .header__main .main-menu ul li a {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__main .main-menu ul li .sub-menu {
    top: 56px;
  }
}

/*=============================
Language Switcher Area
===============================*/
.header-top__wrp ul li .language-switcher .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
}

.header-top__wrp ul li .language-switcher .dropdown-toggle::after {
  display: none;
}

.header-top__wrp ul li .language-switcher .dropdown-toggle img {
  width: 35px;
  border-radius: 5px;
  border: 3px solid var(--bgColor);
  position: relative;
  top: -1px;
}

.header-top__wrp ul li .language-switcher .dropdown-toggle span {
  margin-left: 3px;
  color: var(--headingColor);
}

.header-top__wrp ul li .language-switcher .dropdown-toggle span i {
  font-size: 12px;
  padding-left: 3px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.header-top__wrp ul li .language-switcher .dropdown-toggle span:hover i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: var(--mainColor);
}

.header-top__wrp ul li .language-switcher .dropdown-menu {
  opacity: 0;
  float: unset;
  border: none;
  padding: 15px;
  display: block;
  border-radius: 0;
  margin-top: 12px;
  visibility: hidden;
  right: 0px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;
  color: var(--blackColor);
  margin-bottom: 10px;
  font-weight: 600;
}

.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item:hover span {
  color: var(--mainColor);
}

.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item img {
  width: 40px;
  border-radius: 5px;
  border: 3px solid var(--whiteColor);
}

.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 8px;
}

.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item:hover, 
.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}

.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item:active, 
.header-top__wrp ul li .language-switcher .dropdown-menu .dropdown-item.active {
  color: var(--blackColor);
  background-color: transparent;
}

.header-top__wrp ul li .language-switcher .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*=============================
Header Offcanvas Area
===============================*/
.offcanvas-header .logo {
  display: block;
  width: 180px;
}

.offcanvas-header .logo img {
  width: 100%;
}

@media screen and (max-width: 375px) {
  .offcanvas {
    width: 320px !important;
  }
}

.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.offcanvas-backdrop.show {
  opacity: 1;
}

.offcanvas .btn-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 22px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  opacity: 1;
  background-image: none;
  transition: var(--transition);
}

.offcanvas .btn-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: var(--secondaryColor);
}

.sidebar-area {
  z-index: 99999;
  background-color: var(--headingColor);
}

.sidebar__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.sidebar__socials ul li {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--mainColor);
}

.sidebar__socials ul li:hover {
  background-color: var(--secondaryColor);
}

.sidebar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.sidebar__btns a {
  padding: 6px 16px;
  border-radius: 8px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.sidebar__btns a:hover {
  background-color: var(--secondaryColor);
}

.sidebar__contact-info ul li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar__contact-info ul li i {
  color: var(--mainColor);
  margin-right: 8px;
}

.sidebar__contact-info ul li a {
  color: var(--whiteColor);
}

.sidebar__contact-info ul li a:hover {
  color: var(--mainColor);
}

.sidebar__text {
  color: var(--whiteColor);
}

.sidebar__body {
  margin-top: 0px;
  padding-top: 10px;
}

.sidebar__body .mean-container .mean-nav {
  background-color: var(--headingColor);
}

.sidebar__body .mean-container .mean-nav ul li a.mean-expand {
  background-color: var(--mainColor);
}

.sidebar__body .sidebar__socials {
  padding-top: 5px;
}

/*=============================
Mobile Menu Area
===============================*/
.mobile-menu .meanmenu-reveal {
  display: none !important;
}

.mobile-menu.mean-container .mean-nav > ul {
  width: 100%;
  display: block !important;
}

.mobile-menu ul li a i {
  display: none;
}

/*=============================
Header Search Area
===============================*/
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
          animation: slideInUp 0.3s;
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  background: transparent;
  font-size: 25px;
  color: var(--whiteColor);
  border-bottom: 1px solid var(--whiteColor);
  text-align: center;
  letter-spacing: 2px;
}

.search-wrap input.main-search-input::-webkit-input-placeholder {
  color: var(--whiteColor);
  opacity: 1;
  font-size: 24px;
}

.search-wrap input.main-search-input::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 1;
  font-size: 24px;
}

.search-wrap input.main-search-input:-ms-input-placeholder {
  color: var(--whiteColor);
  opacity: 1;
  font-size: 24px;
}

.search-wrap input.main-search-input::-ms-input-placeholder {
  color: var(--whiteColor);
  opacity: 1;
  font-size: 24px;
}

.search-wrap input.main-search-input::placeholder {
  color: var(--whiteColor);
  opacity: 1;
  font-size: 24px;
}

.search-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: var(--whiteColor);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  transition: var(--transition);
}

.search-wrap .search-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 767px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
  .search-wrap .main-search-input {
    padding: 0 10px;
  }
}

/*=============================
Main Area
===============================*/
.site-main, .breadcrumb-wrapper {
  margin-top: 138px;
}

@media (max-width: 767px) {
  .site-main, .breadcrumb-wrapper {
    margin-top: 75px;
  }
}

@media (max-width: 299px) {
  .site-main, .breadcrumb-wrapper {
    margin-top: 68px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-main, .breadcrumb-wrapper {
    margin-top: 87px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .site-main, .breadcrumb-wrapper {
    margin-top: 130px;
  }
  .header-area.animated ~ .site-main:not(.header-area.style-two.animated ~ .site-main), 
  .header-area.animated ~ .breadcrumb-wrapper:not(.header-area.style-two.animated ~ .breadcrumb-wrapper) {
    margin-top: 79px;
  }
}

@media (min-width: 1280px) {
  .header-area.animated ~ .site-main:not(.header-area.style-two.animated ~ .site-main), 
  .header-area.animated ~ .breadcrumb-wrapper:not(.header-area.style-two.animated ~ .breadcrumb-wrapper) {
    margin-top: 87px;
  }
}

/*=============================
Section Area
===============================*/
.section-title {
  max-width: 700px;
  margin: 0 auto 90px;
  text-align: center;
  position: relative;
  margin-top: -10px;
}

.section-title::after {
  position: absolute;
  content: '';
  width: 30%;
  height: 4px;
  background: var(--mainColor);
  bottom: -34px;
  right: 35%;
}

.section-title span {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.section-title h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  font-weight: 700;
}

.section-title.white-title span {
  color: var(--whiteColor);
}

.section-title.white-title h2 {
  color: var(--whiteColor);
}

.section-title.white-title p {
  color: var(--whiteColor);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .section-title {
    margin-top: -2px;
    margin-bottom: 42px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .section-title::after {
    bottom: -20px;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    max-width: 600px;
    margin-top: -8px;
    margin-bottom: 55px;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .section-title::after {
    bottom: -25px;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 35px;
  }
}

/*=============================
Footer Area
===============================*/
.main-footer-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #121212;
}

.footer__wrp {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.footer__wrp::after {
  top: 0;
  left: 22%;
  width: 1px;
  height: 100%;
  background-color: #202020;
  position: absolute;
  content: "";
}

.footer__wrp .logo {
  display: block;
  width: 180px;
}

.footer__wrp .logo img {
  width: 100%;
}

.footer__item-wrp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.footer__item ul li:not(:last-child), 
.footer__item-last ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__item ul li a:hover,  
.footer__item-last ul li a:hover {
  color: var(--mainColor);
  padding-left: 5px;
}

.footer__item, .footer__item-last {
  width: 240px;
}

.footer__item-last {
  width: 380px;
}

.footer__item p, .footer__item-last p {
  font-size: 18px;
  line-height: 34px;
}

.footer__item .title, .footer__item-last .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
  color: var(--whiteColor);
}

.footer__item ul li a, .footer__item-last ul li a {
  font-size: 18px;
  color: var(--paragraphColor);
}

.footer__item .socials, .footer__item-last .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.footer__item .socials a, .footer__item-last .socials a {
  background-color: var(--bgColor);
  color: var(--paragraphColor);
  font-size: 18px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer__item .socials a:hover, .footer__item-last .socials a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.footer__item .socials a:hover i:before {
  color: var(--whiteColor);
}

.footer__item .mailUs, .footer__item-last .mailUs {
  position: relative;
  margin-right: 30px;
}

.footer__item .mailUs input, .footer__item-last .mailUs input {
  width: 100%;
  padding: 20px 40px;
  padding-left: 50px;
  background-color: var(--mainColor);
  border: none;
  color: var(--whiteColor);
}

.footer__item .mailUs input::-webkit-input-placeholder, 
.footer__item-last .mailUs input::-webkit-input-placeholder {
  color: var(--whiteColor);
}

.footer__item .mailUs input::-moz-placeholder, 
.footer__item-last .mailUs input::-moz-placeholder {
  color: var(--whiteColor);
}

.footer__item .mailUs input:-ms-input-placeholder, 
.footer__item-last .mailUs input:-ms-input-placeholder {
  color: var(--whiteColor);
}

.footer__item .mailUs input::-ms-input-placeholder, 
.footer__item-last .mailUs input::-ms-input-placeholder {
  color: var(--whiteColor);
}

.footer__item .mailUs input::placeholder, 
.footer__item-last .mailUs input::placeholder {
  color: var(--whiteColor);
}

.footer__item .mailUs span, .footer__item-last .mailUs span {
  position: absolute;
  left: 20px;
  top: 21px;
  color: var(--whiteColor);
}

.footer__item .mailUs button, .footer__item-last .mailUs button {
  top: 20px;
  right: 20px;
  position: absolute;
  color: var(--whiteColor);
  font-size: 25px;
}

.footer__copyright {
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #202020;
}

.footer__copyright p a {
  color: var(--whiteColor);
  font-weight: 600;
}

.footer__copyright p a:hover {
  color: var(--mainColor);
}

@media (max-width: 767px) {
  .footer__right, .footer__item-wrp {
    width: 100%;
  }
  .footer__copyright {
    padding: 25px 10px;
  }
  .footer__item .title, .footer__item-last .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer__item {
    width: 220px;
  }
  .footer__item-last {
    width: auto;
  }
  .footer__item-wrp {
    gap: 40px;
  }
  .footer__item ul li a, .footer__item-last ul li a {
    font-size: 16.5px;
  }
  .footer__item p, .footer__item-last p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .footer__wrp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__right, .footer__item-wrp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__item .mailUs, .footer__item-last .mailUs {
    margin-right: 0px;
  } 
}

@media (max-width: 1199px) {
  .footer__wrp::after {
    display: none;
  }
}

/*---------------------------------
  Preloader Area
-----------------------------------*/
.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);
  }
}

/*---------------------------------
  Back To Top Area
-----------------------------------*/
.back-to-top {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 17px;
  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: 17px;
}

.back-to-top i {
  color: var(--whiteColor);
}

@media only screen and (max-width: 767px) {
  .back-to-top {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .back-to-top.open {
    bottom: 90px;
  }
}

/*---------------------------------
  Breadcrumb Area
-----------------------------------*/
.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-color: #E3F0FD;
  z-index: 1;
}

.breadcrumb-wrapper .page-heading {
  position: relative;
  margin-top: -10px;
}

.breadcrumb-wrapper .page-heading h1 {
  font-size: 80px;
  position: relative;
  line-height: 1;
  text-transform: capitalize;
  font-family: auto;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--whiteColor);
  padding: 8px 30px;
  border-radius: 30px;
  margin-top: 30px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: var(--blackColor);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li.active {
  background-color: var(--mainColor);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li:hover {
  background-color: var(--mainColor);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  padding-top: 8px;
}

.breadcrumb-wrapper .shape-1 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: -1;
}

.breadcrumb-wrapper .shape-2 {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -1;
}

.breadcrumb-wrapper img {
  width: 186px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 28px;
    line-height: 45px;
  }
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    padding: 5px 20px;
    margin-top: 20px;
  }
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 17px;
  }
  .breadcrumb-wrapper .shape-1 {
    bottom: 5px;
    left: 5px;
  }
  .breadcrumb-wrapper .shape-2 {
    top: 5px;
    right: 5px;
  }
  .breadcrumb-wrapper img {
    width: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .breadcrumb-wrapper .shape-1 {
    bottom: 10px;
  }
  .breadcrumb-wrapper .shape-2 {
    top: 10px;
  }
  .breadcrumb-wrapper img {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
  }
}

/*---------------------------------
  Page Content Area
-----------------------------------*/
@media only screen and (min-width: 1600px) {
  .page-content p {
    font-size: 17px;
    line-height: 31px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-content .blog-sidebar-area .blog-widget.widget .tagcloud a {
    display: block;
    padding: 15px 15px;
    margin: 16px 4px 0 0;
  }
  .page-content p {
    font-size: 15.5px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .page-content .blog-sidebar-area .blog-widget.widget .tagcloud a {
    padding: 15px 15px;
    margin: 18px 6px 0 0;
  }
  .page-content p {
    line-height: 27px;
  }
}

/*---------------------------------
  Photo Gallery Area
-----------------------------------*/
.image-gallery-area .gallery-g-mb-30 {
  margin-bottom: 30px;
}

.image-gallery-area {
  overflow: hidden;
}

.image-gallery-area .gallery {
  position: relative;
}

.image-gallery-area .gallery img {
  width: 100%;
  height: auto;
}

.image-gallery-area .gallery .full-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
}

.image-gallery-area .gallery .full-screen i {
  font-size: 50px;
  color: var(--whiteColor);
}

.image-gallery-area .gallery:hover .full-screen {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .image-gallery-area .gallery-g-mb-30 {
    margin-bottom: 20px;
  }
  .image-gallery-area.pb-30 {
    padding-bottom: 0;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-gallery-area.pb-30 {
    padding-bottom: 0;
  }
}

/*---------------------------------
  Video Gallery Area
-----------------------------------*/
.video-btn-one {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 0;
  color: var(--mainColor);
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.video-btn-one i {
  font-size: 40px;
  color: var(--mainColor);
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn-one::after, .video-btn-one::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(255, 255, 255, 0.9);
}

.video-btn-one:hover::before, .video-btn-one:hover::after {
  background-color: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.video-btn-two span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.video-btn-two span::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid var(--mainColor);
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn-two span::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid var(--mainColor);
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn-two span:nth-child(1)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video-btn-two span:nth-child(1)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.video-btn-two span:nth-child(2)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.video-btn-two span:nth-child(2)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.video-btn-two span:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.video-btn-two span:nth-child(3)::before {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.video-btn-two span:nth-child(4)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.video-btn-two i {
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: var(--whiteColor);
  color: var(--mainColor);
  border: 5px solid var(--mainColor);
  font-size: 60px;
}

.video-btn-two.video-btn-3 i {
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.video-btn-two.video-btn-3 span::before {
  border: 0.1px solid var(--mainColor);
}

.video-btn-two.video-btn-3 span::after {
  border: 0.1px solid var(--mainColor);
}

@-webkit-keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

@keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

.video-content {
  max-width: 1010px;
  margin: auto;
  text-align: center;
  background-image: url(https://newsz.mhrtheme.com/wp-content/uploads/2023/04/video-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

.video-content.bg-2 {
  background-image: unset;
  padding: 0;
}

.video-content.bg-2 img {
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border: 5px solid var(--whiteColor);
}

.video-content.bg-2::before {
  display: none;
}

.video-content.bg-2 .video-btn-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-content.bg-5 {
  background-image: url(https://newsz.mhrtheme.com/wp-content/uploads/2023/04/video-bg-4.jpg);
  border: 5px solid var(--whiteColor);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}

.video-content.bg-5::before {
  display: none;
}

.video-content.bg-5 .video-btn-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-content.bg-7 {
  background-image: url(https://newsz.mhrtheme.com/wp-content/uploads/2023/04/video-bg-7.jpg);
  border-radius: 0;
}

.video-content.bg-7::before {
  display: none;
}

.video-content.bg-9 {
  background-image: url(https://newsz.mhrtheme.com/wp-content/uploads/2023/04/video-bg-8.jpg);
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  border-radius: 15px;
}

.video-content.bg-9::before {
  display: none;
}

.video-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(45deg, #38c8f3 0%, #38c8f3 0%, #397fe7 100%);
  opacity: 0.9;
  z-index: -1;
}

.video-content h3 {
  color: var(--whiteColor);
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 40px;
  font-weight: 700;
}

.video-content img {
  width: 100%;
  height: auto;
}

.video-bg {
  padding-left: 50px;
  background-color: #fff7f2;
  border-radius: 0 225px 225px 0;
}

.video-bg p {
  padding-right: 50px;
}

.video-bg h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.video-area-style-three {
  background-image: url(https://newsz.mhrtheme.com/wp-content/uploads/2023/04/video-bg-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

.video-area-style-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.video-area-style-three .video-bg {
  background-color: transparent;
  padding-left: 0;
}

.video-area-style-three .video-bg h2 {
  color: var(--whiteColor);
}

.video-area-style-three .video-bg p {
  color: var(--whiteColor);
}

.video-style-four .video-bg {
  background-color: transparent;
  padding-left: 0;
}

.video-style-four .bg-4 {
  background-image: unset;
  padding: 0;
  position: relative;
}

.video-style-four .bg-4::before {
  display: none;
}

.video-style-four .bg-4 .video-btn-center {
  position: absolute;
  bottom: 200px;
  right: 200px;
}

.video-play-btn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #db3945;
  color: var(--mainColor);
  border: 5px solid #464d4b;
}

.video-play-btn i {
  position: relative;
  top: 13px;
  left: 0px;
  font-size: 40px;
  color: var(--whiteColor);
}

.video-area-style-five .video-content {
  border-radius: 0;
}

.video-area-style-five .video-content::before {
  display: none;
}

.video-area-style-five {
  background-image: url(https://newsz.mhrtheme.com/wp-content/uploads/2023/04/video-bg-6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.video-area-style-five::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--whiteColor);
  z-index: -1;
}

.video-area-style-five::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.video-area-style-six .video-bg {
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.video-area-style-seven .video-bg {
  background-color: var(--whiteColor);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
}

.video-area-style-seven .video-content-wrap {
  background-image: url(https://newsz.mhrtheme.com/wp-content/uploads/2023/04/video-bg-9.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 50px 40px;
  border-radius: 0 10px 10px 0;
}

.video-area-style-seven .pl-0 {
  padding-left: 0;
}

.video-area-style-seven .pr-0 {
  padding-right: 0;
}

.video-area-style-seven .video-content {
  position: relative;
  padding: 0;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .video-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-content h3 {
    font-size: 22px;
    margin-top: 25px;
  }
  .video-btn-one {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .video-btn-one i {
    font-size: 25px;
  }
  .video-bg {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 0;
  }
  .video-bg h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .video-bg p {
    padding: 0;
    margin-bottom: 30px;
  }
  .video-area-style-three {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .video-area-style-three .video-bg {
    padding-right: 0;
  }
  .video-content.bg-2 {
    margin-top: 30px;
  }
  .video-area-style-five {
    padding-top: 60px;
  }
  .video-style-four .video-bg p {
    margin-bottom: 0;
  }
  .video-area-style-seven .video-bg {
    padding-bottom: 0;
    padding-top: 0;
  }
  .video-area-style-seven .video-content-wrap {
    padding: 5px 15px 20px 15px;
  }
  .video-area-style-seven .pr-0 {
    padding-right: 12px !important;
  }
  .video-area-style-seven .pl-0 {
    padding-left: 12px !important;
  }
  .video-area-style-seven .video-bg {
    padding-right: 0;
  }
  .video-area-style-seven .video-bg p {
    margin-bottom: 0;
  }
  .video-area-style-seven.bg-shape {
    padding-bottom: 60px;
  }
  .video-area-style-seven.bg-shape::before {
    display: none;
  }
  .video-area-style-seven .video-content-wrap {
    margin-top: 20px;
    border-radius: 10px;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-content h3 {
    font-size: 26px;
    margin-top: 30px;
  }
  .video-btn-one {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .video-btn-one i {
    font-size: 30px;
  }
  .video-bg {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
    border-radius: 0;
  }
  .video-bg h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .video-bg p {
    padding: 0;
    margin-bottom: 30px;
  }
  .video-area-style-three {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .video-area-style-three .video-bg {
    padding-right: 0;
  }
  .video-content.bg-2 {
    margin-top: 30px;
  }
  .video-style-four .video-bg {
    padding: 0;
  }
  .video-play-btn i {
    top: 12px;
    font-size: 35px;
  }
  .video-area-style-five {
    padding-top: 30px;
  }
  .video-style-four .video-bg p {
    margin-bottom: 0;
  }
  .video-area-style-six .video-content {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .video-area-style-seven .video-bg {
    padding-bottom: 0;
    padding-top: 0;
  }
  .video-area-style-seven .video-content-wrap {
    padding: 20px 20px 30px 20px;
  }
  .video-area-style-seven .pr-0 {
    padding-right: 12px !important;
  }
  .video-area-style-seven .pl-0 {
    padding-left: 12px !important;
  }
  .video-area-style-seven .video-bg {
    padding-right: 0;
  }
  .video-area-style-seven .video-bg p {
    margin-bottom: 0;
  }
  .video-area-style-seven.bg-shape {
    padding-bottom: 60px;
  }
  .video-area-style-seven.bg-shape::before {
    display: none;
  }
  .video-area-style-seven .video-content-wrap {
    margin-top: 30px;
    border-radius: 10px;
  }
}

/*---------------------------------
  Ad Area
-----------------------------------*/
.ad-area.main {
  max-width: 100%;
  padding: 20px 0;
}

.ad-area {
  padding: 20px 0 20px 30px;
  max-width: 1050px;
}

.ad-area .ad-wrapper {
  border: 10px solid #f1f1f1;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  color: var(--whiteColor);
  padding: 10px 0px;
}

.ad-area .ad-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: var(--blackColor);
  opacity: 0.7;
  z-index: -1;
}

.ad-area .ad-logo {
  width: 47%;
  float: left;
  font: 700 32px/56px "Open Sans", sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.302);
  text-align: center;
}

.ad-area .ad-text {
  width: 53%;
  float: right;
  font: 600 14px/28px "Roboto", sans-serif;
  letter-spacing: 2.8px;
  padding-left: 40px;
}

.ad-area .default-btn {
  margin-left: 40px;
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.ad-area .default-btn:hover {
  color: var(--whiteColor);
}

@media only screen and (max-width: 767px) {
  .ad-area .ad-content {
    padding: 0 20px;
  }
  .ad-area .ad-logo {
    font-size: 20px;
    width: 100%;
    padding-left: 0;
    border: 0;
    letter-spacing: 0.7px;
  }
  .ad-area .ad-text {
    text-align: center;
    padding: 0px 5px;
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
  .ad-area .default-btn {
    margin: 20px;
    display: block;
  }
  .ad-area.mobile {
    margin-top: 75px;
  }
}

@media (max-width: 299px) {
  .ad-area.mobile {
    margin-top: 68px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ad-area .ad-logo {
    font-size: 28px;
    width: 100%;
    padding-left: 0;
    border: 0;
  }
  .ad-area .ad-text {
    text-align: center;
    padding: 0px 5px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .ad-area .default-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .ad-area.mobile {
    margin-top: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .ad-area {
    display: none;
  }
  .ad-area.main {
    display: block;
  }
  .ad-area.mobile {
    display: block;
    padding: 0;
  }
  .ad-area .ad-wrapper {
    padding: 20px;
  }
  .ad-area.main .ad-wrapper {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 992px) {
  .ad-area.mobile {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ad-area {
    max-width: 765px;
  }
  .ad-area .ad-logo {
    font: 700 20px/56px "Open Sans", sans-serif;
    border: 0;
    width: 40%;
  }
  .ad-area .ad-text {
    padding-left: 35px;
    width: 60%;
    font: 600 12px/28px "Roboto", sans-serif;
  }
  .ad-area .default-btn {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px 20px 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {
  .ad-area {
    max-width: 950px;
  }
  .ad-area .ad-logo {
    font: 700 20px/56px "Open Sans", sans-serif;
    border: 0;
    width: 40%;
  }
  .ad-area.main .ad-logo {
    font: 700 28px/56px "Open Sans", sans-serif;
    border-right: 1px solid rgba(255, 255, 255, 0.302);
  }
  .ad-area .ad-text {
    padding-left: 35px;
    width: 60%;
    font: 600 12px/28px "Roboto", sans-serif;
  }
  .ad-area.main .ad-text {
    font: 600 14px/28px "Roboto", sans-serif;
  }
  .ad-area .default-btn {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px 20px 25px;
  }
}

@media only screen and (min-width: 1495px) {
  .ad-area {
    max-width: 1194px;
  }
  .ad-area.main .ad-text {
    font: 600 16px/28px "Roboto", sans-serif;
  }
}

/*---------------------------------
  Header Style Two Area
-----------------------------------*/
@media only screen and (max-width: 991px) {
  .header-style-two .site-main, .header-style-two .breadcrumb-wrapper {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .header-area.style-two .header__main .main-menu {
    padding: 20px 0;
    border-top: 1px solid #e2e5e9;
    width: 100%;
    justify-content: center;
  }
  .header-area.style-two .header__main .main-menu ul li .sub-menu {
    top: 51px;
  }
  .header-style-two .site-main, .header-style-two .breadcrumb-wrapper {
    margin-top: 207px;
  }
}

/*---------------------------------
  404 Page Error Area
-----------------------------------*/
.error-area .error-content h1 {
  font-size: 200px;
  line-height: 49px;
  margin-bottom: 120px;
  color: var(--secondaryColor);
}

.error-area .error-content h2 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 130px;
    line-height: 31px;
    margin-bottom: 78px;
  }
  .error-area .error-content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 150px;
    line-height: 37px;
    margin-bottom: 90px;
  }
  .error-area .error-content h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}

/*==========================
About 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: 600;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.about-area-one .about-section-title {
  font-size: 40px;
  line-height: 50px;
}

.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;
  font-size: 24px;
  line-height: 26px;
}

@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;
  }
  .about-area-one .about-section-title {
    font-size: 24px;
    line-height: 34px;
  }
  .about-area-one .about-content-wrapper .about-content .about-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 24px;
  }
  .about-area-one .about-content-wrapper .about-content-shape {
    display: none;
  }
}

@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;
  }
  .about-area-one .about-section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .about-area-one .about-content-wrapper .about-content .about-title {
    margin-bottom: 10px;
  }
}

@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;
  }
  .about-area-one .about-content-wrapper .about-content .about-title {
    margin-bottom: 10px;
  }
}

/*==========================
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;
  -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: 3px;
  left: 3px;
}

.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: 0px;
    margin-bottom: 20px;
  }
  .contact-form h3 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-form .form-group {
    margin-bottom: 20px;
  }
  .contact-img::before {
    content: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .contact-form h3 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
}

/*==========================
Team Area CSS
============================*/
.single-team-member {
  background-color: var(--bgColor);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding: 60px 30px;
  overflow: hidden;
}

.bg-color .single-team-member {
  background-color: var(--whiteColor);
}

.single-team-member .image {
  z-index: 1;
  width: 200px;
  height: 200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.single-team-member .image img {
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.single-team-member .image::before {
  left: 0;
  right: 0;
  height: 0;
  content: "";
  width: 100%;
  opacity: 0.9;
  bottom: 135%;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--mainColor);
}

.single-team-member .content {
  margin-top: 25px;
}

.single-team-member .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.single-team-member .content span {
  display: block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}

.single-team-member .social-links {
  left: 0;
  right: 0;
  bottom: -35px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  background-color: var(--mainColor);
}

.single-team-member .social-links li {
  display: inline-block;
  margin-bottom: -8px;
}

.single-team-member .social-links li a {
  display: block;
  width: 40px;
  font-size: 18px;
  height: 40px;
  position: relative;
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-team-member .social-links li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-team-member .social-links li a:hover {
  background-color: var(--whiteColor);
  color: var(--mainColor);;
}

.single-team-member:hover .image::before {
  height: 100%;
}

.single-team-member:hover .social-links {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.single-team-member .social-links li a i:before {
  color: var(--whiteColor);
}

.single-team-member .social-links li a:hover i.fa-facebook-f:before {
  color: #1877F2;
}

.single-team-member .social-links li a:hover i.fa-twitter:before {
  color: #1DA1F2;
}

.single-team-member .social-links li a:hover i.fa-instagram:before {
  color: #E1306C;
}

.single-team-member .social-links li a:hover i.fa-linkedin-in:before {
  color: #0A66C2;
}

.team-slider.owl-theme .owl-nav.disabled+.owl-dots {
  line-height: 1;
}

.team-slider.owl-theme .owl-dots .owl-dot span {
  background-color: var(--blackColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.team-slider.owl-theme .owl-dots .owl-dot.active span, 
.team-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--mainColor);
}

.team-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

@media only screen and (max-width: 767px) {
  .single-team-member {
    padding: 20px 15px 0;
    margin-bottom: 20px;
  }
  .team-area .col-xl-3:last-child .single-team-member {
    margin-bottom: 10px;
  }
  .team-slider .single-team-member {
    margin-bottom: 0px;
  }
  .single-team-member .content h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .single-team-member .content span {
    font-size: 13px;
  }
  .single-team-member .social-links {
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .single-team-member .social-links li {
    margin-bottom: -6px;
  }
  .team-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area.pb-30 {
    padding-bottom: 0;
  }
  .single-team-member .content h3 {
    font-size: 19px;
  }
  .single-team-member .content span {
    font-size: 14px;
  }
  .team-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    line-height: 0;
  }
}

/*==========================
Testimonial Area CSS
============================*/
.feedback-content {
  z-index: 1;
  max-width: 700px;
  position: relative;
  border-radius: 20px;
  background-color: var(--secondaryColor);
  padding: 35px 50px 85px 50px;
  margin-top: 20px;
  margin-left: 20px;
}

.feedback-content .rating {
  margin-bottom: 12px;
}

.feedback-content .rating i {
  color: #FE824C;
  font-size: 16px;
  line-height: 1;
}

.feedback-content p {
  font-size: 18px;
}

.feedback-content .client-info {
  margin-top: 25px;
}

.feedback-content .client-info img {
  border: 1px solid var(--bgColor);
  width: 58px;
  border-radius: 50%;
  border-top: none;
  height: 58px;
}

.feedback-content .client-info .title {
  margin-left: 20px;
}

.feedback-content .client-info .title h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.feedback-content .client-info .title span {
  display: block;
  font-size: 16px;
}

.feedback-content::before {
  position: absolute;
  content: "\e14c";
  line-height: 1;
  opacity: .07;
  bottom: 16%;
  z-index: -1;
  right: 30%;
  font-family: var(--fa-style-family,"Font Awesome 6 Pro");
  font-size: 120px;
}

.feedback-content::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -2;
  position: absolute;
  border-radius: 20px;
  background-color: var(--whiteColor);
  margin-top: -20px;
  margin-left: -20px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.review-area {
  position: relative;
  z-index: 1;
}

.review-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.review-content .sub-title {
  display: block;
  margin-bottom: 4px;
  color: var(--mainColor);
  font-weight: 600;
  font-size: 14px;
}

.review-content h2 {
  margin-bottom: 10px;
  font-size: 36px;
}

.review-content p {
  margin-bottom: 0;
}

.review-content .single-review-box {
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 0;
}

.review-content:hover .review-slider.owl-theme .owl-nav {
  opacity: 1;
  visibility: visible;
}

.single-review-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.single-review-box .rating {
  margin-bottom: 10px;
}

.single-review-box .rating i {
  line-height: 1;
  font-size: 18px;
  color: #FE824C;
}

.single-review-box p {
  font-size: 18px;
}

.single-review-box .client-info {
  margin-top: 30px;
}

.single-review-box .client-info img {
  border-radius: 50%;
  width: 70px;
  display: inline-block;
  border-top: none;
  height: 70px;
}

.single-review-box .client-info .title {
  margin-left: 15px;
}

.single-review-box .client-info .title h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  color: var(--mainColor);
}

.single-review-box .client-info .title span {
  display: block;
  font-size: 16px;
  color: var(--paragraphColor);
}

.single-review-box::before {
  content: "\e14c";
  position: absolute;
  right: 50px;
  z-index: -1;
  line-height: 1;
  opacity: .07;
  bottom: 0;
  font-family: var(--fa-style-family,"Font Awesome 6 Pro");
  font-size: 100px;
}

.review-slider .item img {
  display: inline-block;
  width: auto;
}

.review-slider.owl-theme .owl-nav {
  top: 50%;
  opacity: 0;
  right: -30px;
  margin-top: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.review-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  display: block;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--bgColor);
}

.bg-color .review-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: var(--whiteColor);
}

.review-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.review-image {
  border-radius: 20px;
  padding-left: 15px;
}

.review-area .review-image img {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .feedback-image {
    margin-top: 20px;
  }
  .feedback-content {
    border-radius: 14px;
    text-align: center;
    padding: 20px 20px;
    margin: 0;
    max-width: 100%;
  }
  .feedback-content::after {
    margin: 0;
    border-radius: 10px;
  }
  .feedback-content .rating {
    margin-bottom: 10px;
  }
  .feedback-content .rating i {
    font-size: 15px;
  }
  .feedback-content p {
    font-size: 16px;
  }
  .feedback-content .client-info {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feedback-content .client-info .title {
    margin-left: 15px;
    text-align: start;
  }
  .feedback-content .client-info .title h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .feedback-content .client-info .title span {
    font-size: 14px;
  }
  .feedback-content::before {
    bottom: 58px;
    right: 10px;
    font-size: 40px;
  }
  .review-content {
    height: auto;
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .review-content .content {
    text-align: center;
  }
  .review-content h2 {
    font-size: 24px;
  }
  .review-content .single-review-box {
    margin-top: 15px;
    margin-right: 0;
  }
  .single-review-box .rating {
    margin-bottom: 12px;
  }
  .single-review-box .rating i {
    font-size: 15px;
  }
  .single-review-box p {
    font-size: 15px;
  }
  .single-review-box::before {
    right: 0;
    bottom: 50px;
    font-size: 40px;
  }
  .single-review-box .client-info {
    margin-top: 15px;
  }
  .single-review-box .client-info .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-review-box .client-info img {
    width: 55px !important;
    height: 55px;
  }
  .single-review-box .client-info .title {
    text-align: start;
  }
  .single-review-box .client-info .title h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .review-image {
    padding-left: 0;
    margin-top: 25px;
  }
  .review-slider.owl-theme .owl-nav {
    top: 0;
    right: 0;
    opacity: 1;
    margin-top: 25px;
    -webkit-transform: unset;
            transform: unset;
    position: relative;
    visibility: visible;
  }
  .review-slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0 5px;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-image {
    text-align: center;
    margin-top: 30px;
  }
  .feedback-content {
    text-align: center;
    padding: 25px 20px;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .feedback-content .rating {
    margin-bottom: 10px;
  }
  .feedback-content p {
    font-size: 17px;
  }
  .feedback-content .client-info {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feedback-content .client-info .title {
    text-align: start;
  }
  .feedback-content .client-info .title h3 {
    font-size: 17px;
  }
  .feedback-content .client-info .title span {
    font-size: 15px;
  }
  .feedback-content::before {
    right: 20px;
    bottom: 20px;
    font-size: 65px;
  }
  .feedback-content::after {
    margin: 0;
    border-radius: 10px;
  }
  .review-content {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .review-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .review-content .single-review-box {
    margin-top: 20px;
    margin-right: 0;
  }
  .single-review-box .rating i {
    font-size: 15px;
  }
  .single-review-box p {
    font-size: 16px;
  }
  .single-review-box .client-info .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-review-box .client-info .title {
    text-align: start;
  }
  .single-review-box .client-info .title h2 {
    font-size: 17px;
  }
  .single-review-box::before {
    right: 0;
    font-size: 50px;
  }
  .review-image {
    padding-left: 0;
    margin-top: 30px;
  }
  .review-slider.owl-theme .owl-nav {
    top: 0;
    right: 0;
    opacity: 1;
    margin-top: 25px;
    -webkit-transform: unset;
            transform: unset;
    position: relative;
    visibility: visible;
  }
  .review-slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0 5px;
    display: inline-block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feedback-content p {
    font-size: 17px;
  } 
  .single-review-box p {
    font-size: 15px;
  }
  .single-review-box .client-info {
    margin-top: 20px;
  }
  .single-review-box .client-info img {
    width: 60px;
    height: 60px;
  }
  .single-review-box .client-info .title h2 {
    font-size: 16px;
  }
}

/*==========================
Headline Area CSS
============================*/
.headline-area.marquee {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 185px;
  border: 1px solid #e2e5e9;
  background: var(--bgColor);
  margin-top: 166px;
  margin-bottom: 24px;
}

.header-style-two .headline-area.marquee {
  margin-top: 0px;
  margin-bottom: 20px;
}

.headline-area.marquee span.headline-title {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding: 5px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.headline-area.marquee span.headline-title::before {
  content: "";
  position: absolute;
  top: 14px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headline-area.marquee .marquee-content span {
  margin: 0 10px;
}

.headline-area.marquee a {
  color: var(--headingColor);
  margin: 0 10px;
}

.headline-area.marquee a:hover {
  color: var(--mainColor);
}

.headline-area.marquee a i {
  position: relative;
  top: 0px;
  right: 8px;
  font-size: 13px;
  font-weight: 600;
}

.header-area:has(~ .site-main .headline-area) {
  padding-top: 13px;
  padding-bottom: 13px;
}

.header-area.style-two:has(~ .site-main .headline-area) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-area.menu-fixed:has(~ .site-main .headline-area) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.headline-area.marquee .marquee-content {
  overflow: hidden;
  white-space: nowrap;
}

.headline-area.marquee .marquee-content span {
  transform: translateX(100%);
  animation: scroll-left 100s linear infinite;
}

.headline-area.marquee .marquee-content:hover span {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 767px) {
  .headline-area.marquee {
    margin-top: 103px;
    padding-left: 0;
  }
  .headline-area.marquee span.headline-title {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .headline-area.marquee .marquee-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-style-two .headline-area.marquee {
    margin-top: 20px;
    margin-bottom: 22px;
  }
}

@media (max-width: 299px) {
  .headline-area.marquee {
    margin-top: 96px;
  }
  .header-style-two .headline-area.marquee {
    margin-top: 20px;
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headline-area.marquee {
    margin-top: 115px;
  }
  .header-style-two .headline-area.marquee {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .headline-area.marquee {
    margin-top: 159px;
  }
  .header-style-two .headline-area.marquee {
    margin-top: 208px;
  }
  .header-area.animated ~ .site-main .headline-area.marquee:not(.header-area.style-two.animated ~ .site-main .headline-area.marquee) {
    margin-top: 108px;
  }
}

@media (min-width: 1200px) {
  .header-area.animated ~ .site-main .headline-area.marquee:not(.header-area.style-two.animated ~ .site-main .headline-area.marquee) {
    margin-top: 115px;
  }
}

/*==========================
Blog Details Area CSS
============================*/
.blog-details-wrap.left-sidebar {
  margin-left: 36px;
}

.blog-details-wrap.right-sidebar {
  margin-right: 36px;
}

.blog-details-wrap .featured-img img,
.blog-details-wrap .blog-details-thumb-img img {
  border-radius: 30px;
}

.blog-details-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 28px;
}

.blog-details-meta span i {
  margin-right: 8px;
  color: var(--mainColor);
  position: relative;
  top: 1px;
}

.blog-details-content p {
  margin-bottom: 1rem;
  font-size: 17px;
}

.blog-details-thumb-img {
  margin: 44px 0;
  gap: 30px;
}

.blog-details-content .blockquote {
  display: flex;
  padding: 28px;
  margin: 44px 0;
  gap: 24px;
  background: var(--bgColor);
  border-radius: 10px;
  font-size: 20px;
  color: var(--headingColor);
}

.blog-details-btm {
  padding: 33px 0;
  border-top: 1px solid rgba(88, 91, 111, 0.3);
  border-bottom: 1px solid rgba(88, 91, 111, 0.3);
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-details-btm .tags {
  display: flex;
  gap: 8px;
  align-items: center;
}

.blog-details-btm .tags h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.blog-details-btm .tags a {
  border-radius: 15px;
  border: 1px solid rgba(88, 91, 111, 0.3);
  text-align: center;
  color: var(--headingColor);
  padding: 12px 16px;
  transition: 0.3s all;
}

.blog-details-btm .tags a:hover {
  background: var(--mainColor);
  color: var(--whiteColor);
}

.blog-details-btm .tags a:hover span {
  color: var(--whiteColor);
}

.blog-details-btm .social-share {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-details-btm .social-share h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.blog-details-btm .social-share a {
  transition: 0.3s all;
  background-color: var(--bgColor);
  color: var(--paragraphColor);
  font-size: 18px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #e2e5e9;
}

.blog-details-btm .social-share a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.blog-details-btm .social-share a:hover i:before {
  color: var(--whiteColor);
}

.blog-details-post-comment h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.blog-details-post-comment ul {
  list-style: none;
}

.blog-details-post-comment ul li ul.children {
  margin-left: 80px;
}

.blog-details-post-comment ul li h2 {
  font-size: 24px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-details-post-comment ul li p {
  margin-bottom: 0px;
}

.blog-comment-form h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.blog-comment-form p {
  margin-bottom: 20px;
}

.blog-details-post-comment .single-comment-wrap {
  gap: 24px;
  margin-bottom: 40px;
}

.blog-details-post-comment .comment-meta {
  display: flex;
  gap: 20px;
}

.blog-details-post-comment .comment-meta span {
  margin-top: 18px;
}

.blog-details-post-comment .single-comment-wrap .comment-author-img img {
  border-radius: 10px;
  border: 1px solid #e2e5e9;
  max-width: 105px;
}

.blog-details-post-comment .single-comment-wrap .comment-content .comment-reply-link {
  display: block;
  margin-top: 18px;
}

.blog-review-input input {
  font-size: 14px;
  padding: 0px 20px;
  height: 58px;
  line-height: 58px;
  background-color: var(--bgColor);
  color: var(--headingColor);
  border-radius: 10px 0 10px 0;
  width: 100%;
  border: 1px solid transparent;
  text-transform: capitalize;
}

.blog-review-input input:focus {
  border: 1px solid var(--mainColor);
}

.blog-review-input input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--headingColor);
}

.blog-review-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--headingColor);
}

.blog-review-textarea textarea {
  height: 210px;
  padding: 20px 20px;
  font-size: 16px;
  background-color: var(--bgColor);
  border-radius: 10px 0 10px 0;
  width: 100%;
  border: 1px solid transparent;
  text-transform: capitalize;
}

.blog-review-textarea textarea:focus {
  border: 1px solid var(--mainColor);
}

.blog-review-textarea textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--headingColor);
}

.blog-review-textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--headingColor);
}

@media (max-width: 767px) {
  .blog-details-wrap.left-sidebar {
    margin-left: 0px;
  }
  .blog-details-wrap.right-sidebar {
    margin-right: 0px;
  } 
  .blog-details-thumb-img {
    margin: 20px 0;
    gap: 20px;
  }
  .blog-details-meta {
    display: block;
  }
  .blog-details-meta span {
    margin: 5px;
  }
  .blog-details-content .blockquote {
    padding: 20px;
    margin: 20px 0;
  }
  .blog-details-btm {
    display: block !important;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0 20px 0;
  }
  .blog-details-btm .tags {
    display: block;
  }
  .blog-details-btm .tags a {
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    margin: 6px 3px;
    display: inline-block;
  }
  .blog-details-btm .social-share {
    margin-top: 20px;
  }
  .blog-details-post-comment h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-details-post-comment .single-comment-wrap {
    margin-bottom: 30px;
    display: block !important;
  }
  .blog-details-post-comment .single-comment-wrap .comment-author-img {
    margin-bottom: 20px;
  }
  .blog-details-post-comment .single-comment-wrap .comment-author-img img {
    max-width: 90px;
  }
  .blog-details-post-comment .comment-meta {
    display: block;
  }
  .blog-details-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-details-post-comment ul li ul.children {
    margin-left: 20px;
  }
  .blog-details-post-comment ul li h2 {
    font-size: 20px;
    line-height: 35px;
    margin-top: 5px;
  }
  .blog-details-post-comment .comment-meta span {
    margin-top: 0px;
  }
  .blog-details-post-comment .single-comment-wrap .comment-content .comment-reply-link {
    margin-top: 10px;
  }
  .blog-comment-form h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap.left-sidebar {
    margin-left: 0px;
  }
  .blog-details-wrap.right-sidebar {
    margin-right: 0px;
  }
  .blog-details-thumb-img {
    margin: 30px 0;
  }
  .blog-details-content .blockquote {
    padding: 20px;
    margin: 30px 0;
  }
  .blog-details-btm {
    display: block !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-details-btm .tags a {
    padding: 12px 12px;
  }
  .blog-details-btm .social-share {
    margin-top: 20px;
  }
  .blog-details-post-comment h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .blog-details-post-comment .single-comment-wrap {
    margin-bottom: 30px;
  }
  .blog-details-post-comment .single-comment-wrap .comment-author-img img {
    max-width: 90px;
  }
  .blog-details-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-details-post-comment ul li h2 {
    font-size: 20px;
    line-height: 35px;
    margin-top: 5px;
  }
  .blog-details-post-comment .comment-meta span {
    margin-top: 10px;
  }
  .blog-details-post-comment .single-comment-wrap .comment-content .comment-reply-link {
    margin-top: 10px;
  }
  .blog-comment-form h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .blog-details-content p {
    font-size: 15.5px;
    line-height: 26px;
  }
  .blog-details-thumb-img {
    margin: 30px 0;
  }
  .blog-details-content .blockquote {
    margin: 30px 0;
  }
  .blog-details-btm {
    display: block !important;
    padding: 22px 0;
  }
  .blog-details-btm .social-share {
    margin-top: 20px;
  }
  .blog-details-post-comment .single-comment-wrap {
    margin-bottom: 30px;
  }
  .blog-details-post-comment .single-comment-wrap .comment-author-img img {
    max-width: 138px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .blog-details-btm {
    padding: 22px 0;
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

/*==========================
Blog Sidebar Area CSS
============================*/
.blog-sidebar-area .blog-widget.widget {
  padding: 30px 30px;
  background: var(--bgColor);
  border-radius: 30px 0 30px 0;
}

.blog-sidebar-area .blog-widget.widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar-area .blog-widget.widget h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}

.blog-sidebar-area .blog-widget.widget .widget-search-form {
  position: relative;
}

.blog-sidebar-area .blog-widget.widget .widget-search-form input {
  background: var(--whiteColor);
  border-radius: 10px 0 10px 0;
  height: 55px;
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  padding: 0 25px;
  line-height: 50px;
  font-size: 16px;
  text-transform: capitalize;
}

.blog-sidebar-area .blog-widget.widget .widget-search-form input:focus {
  border-color: var(--mainColor);
}

.blog-sidebar-area .blog-widget.widget .widget-search-form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 54px;
  width: 60px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  line-height: 54px;
  text-align: center;
  border-radius: 0 0 10px 0;
}

.blog-sidebar-area .blog-widget.widget .widget-search-form button:hover {
  background-color: var(--blackColor);
}

.blog-sidebar-area .blog-widget.widget .widget-latest-post {
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.blog-sidebar-area .blog-widget.widget .widget-latest-post:last-child {
  margin-bottom: 0px;
}

.blog-sidebar-area .blog-widget.widget .widget-latest-post .widget-thumb img {
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 0 10px 0;
  transition: var(--transition);
}

.blog-sidebar-area .blog-widget.widget .widget-latest-post .widget-thumb img:hover {
  border-radius: 0;
  opacity: 0.7;
}

.blog-sidebar-area .blog-widget.widget .widget-latest-post h3 {
  font-size: 16px;
  line-height: 26px;
}

.blog-sidebar-area .blog-widget.widget .widget-latest-post h3 a:hover {
  color: var(--mainColor);
}

.blog-sidebar-area .blog-widget.widget .widget-latest-post p {
  font-size: 15px;;
}

.blog-sidebar-area .blog-widget.widget ul li.cat-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: var(--whiteColor);
  color: var(--headingColor);
  border-radius: 10px 0 10px 0;
  margin-bottom: 15px;
  transition: 0.3s all;
}

.blog-sidebar-area .blog-widget.widget ul li.cat-item:last-child {
  margin-bottom: 0px;
}

.blog-sidebar-area .blog-widget.widget ul li.cat-item:hover {
  background: var(--mainColor);
  color: var(--whiteColor);
}

.blog-sidebar-area .blog-widget.widget ul li.cat-item a {
  color: var(--headingColor);
  transition: 0.3s all;
}

.blog-sidebar-area .blog-widget.widget ul li.cat-item:hover a {
  color: var(--whiteColor);
}

.blog-sidebar-area .blog-widget.widget:last-child h2 {
  margin-bottom: 15px;
}

.blog-sidebar-area .blog-widget.widget .tagcloud a {
  padding: 10px 12px;
  border-radius: 15px;
  transition: 0.3s all;
  border: 1px solid rgba(88, 91, 111, 0.15);
  margin: 10px 5px 0 0;
  display: inline-block;
}

.blog-sidebar-area .blog-widget.widget .tagcloud a:hover {
  background: var(--mainColor);
  color: var(--whiteColor);
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-area.left-sidebar {
    margin-bottom: 20px;
  }
  .blog-sidebar-area.right-sidebar {
    margin-top: 20px;
  }
  .blog-sidebar-area .blog-widget.widget {
    padding: 20px 20px;
    border-radius: 20px 0 20px 0;
  }
  .blog-sidebar-area .blog-widget.widget h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .blog-sidebar-area .blog-widget.widget:last-child h2 {
    margin-bottom: 20px;
  }
  .blog-widget.widget.mb-30 {
    margin-bottom: 20px;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post {
    display: block !important;
    margin-bottom: 20px;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post .widget-thumb {
    margin-bottom: 20px;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post .widget-thumb img {
    max-width: 100%;
    height: auto;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-sidebar-area .blog-widget.widget .tagcloud a {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-area.left-sidebar {
    margin-bottom: 30px;
  }
  .blog-sidebar-area.right-sidebar {
    margin-top: 30px;
  }
  .blog-sidebar-area .blog-widget.widget h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .blog-widget.widget.mb-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap.left-sidebar {
    margin-left: 0px;
  }
  .blog-details-wrap.right-sidebar {
    margin-right: 0px;
  }
  .blog-sidebar-area .blog-widget.widget {
    padding: 20px 18px;
  }
  .blog-sidebar-area .blog-widget.widget h2 {
    margin-bottom: 20px;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post {
    gap: 12px;
    margin-bottom: 21px;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post .widget-thumb img {
    max-width: 60px;
    height: 90px;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post p {
    font-size: 14px;
  }
  .blog-sidebar-area .blog-widget.widget .tagcloud a {
    font-size: 14.5px;
    padding: 10px 10px;
    margin: 10px 4px 0 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .blog-details-wrap.left-sidebar {
    margin-left: 0px;
  }
  .blog-details-wrap.right-sidebar {
    margin-right: 0px;
  }
  .blog-sidebar-area .blog-widget.widget .widget-latest-post h3 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1600px) {
  .blog-sidebar-area .blog-widget.widget .widget-latest-post h3 {
    font-size: 19px;
    line-height: 28px;
  }
}

/*==========================
Blog Categories Area CSS
============================*/
.blog-categories-area .single-category-box {
  position: relative;
  transition: .3s;
  width: 100%;
  margin-bottom: 30px;
  transition: var(--transition);
}

.blog-categories-area .single-category-box .category-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: var(--whiteColor);
  z-index: 2;
  transition: .3s;
  text-align: center;
}

.blog-categories-area .single-category-box .category-name h3 {
  font-size: 28px;
  line-height: 36px;
  font-family: var(--fontBody);
}

.blog-categories-area .single-category-box:hover .category-name h3 {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 10px;
}

.blog-categories-area .single-category-box .category-name h3,
.blog-categories-area .single-category-box .category-name h3 a, 
.blog-categories-area .single-category-box .category-name h3:hover,
.blog-categories-area .single-category-box .category-name h3 a:hover {
  color: var(--whiteColor);
}

.blog-categories-area .single-category-box .category-overlay {
  background: rgba(0,0,0,.3);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: .3s;
}

.blog-categories-area .single-category-box:hover .category-overlay {
  background: var(--secondaryColor);
  opacity: 0.5;
}

.categories-slider.owl-theme .owl-nav.disabled+.owl-dots {
  line-height: 1;
}

.categories-slider.owl-theme .owl-dots .owl-dot span {
  background-color: var(--blackColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.categories-slider.owl-theme .owl-dots .owl-dot.active span, 
.categories-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--mainColor);
}

.categories-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-categories-area .single-category-box {
    margin-bottom: 20px;
  }
  .blog-categories-area .categories-slider .single-category-box {
    margin-bottom: 0px;
  }
  .blog-categories-area .single-category-box .category-name h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .categories-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    line-height: 0;
  }
}

/*==========================
Pagination Area CSS
============================*/
.pagination-area {
  margin-top: 30px;
}

.pagination-area .page-numbers {
  width: 38px;
  height: 38px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  line-height: 38px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 15px;
  font-weight: 500;
}

.pagination-area .page-numbers.current {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.pagination-area .page-numbers:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

@media only screen and (max-width: 767px) {
  .pagination-area {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .pagination-area .page-numbers {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-area {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*==========================
Blog Area CSS
============================*/
.blog-area .single-blog {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.blog-area .single-blog .blog-image {
  overflow: hidden;
}

.blog-area .single-blog .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.blog-area .single-blog:hover .blog-image img {
  transform: scale(1.1);
}

.blog-area .single-blog .blog-meta {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-area .single-blog .blog-meta li {
  font-size: 16px;
}

.blog-area .single-blog .blog-meta li a:hover {
  color: var(--mainColor);
}

.blog-area .single-blog .blog-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.blog-area .single-blog .blog-title a {
  display: inline;
  background-image: linear-gradient(to right,var(--mainColor) 0,var(--mainColor) 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: .3s,background-size .8s;
  transition: all .3s,background-size .8s;
}

.blog-area .single-blog .blog-title a:hover {
  background-size: 100% 2px;
  color: var(--mainColor);
}

.blog-area .single-blog .blog-link {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  align-items: center;
  transition: all 0.3s;
  justify-content: space-between;
}

.blog-area .single-blog .blog-link span {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 15px;
  color: var(--headingColor);
  align-items: center;
  transition: all 0.3s;
  background-color: var(--bgColor);
  justify-content: center;
}

.blog-area .single-blog .blog-link:hover {
  color: var(--mainColor);
}

.blog-area .single-blog .blog-link:hover span {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.blog-slider.owl-theme .owl-nav.disabled+.owl-dots {
  line-height: 1;
}

.blog-slider.owl-theme .owl-dots .owl-dot span {
  background-color: var(--blackColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-slider.owl-theme .owl-dots .owl-dot.active span, 
.blog-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--mainColor);
}

.blog-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-area .single-blog {
    padding: 0px;
    margin-bottom: 20px;
  }
  .blog-area .blog-slider .single-blog {
    margin-bottom: 0px;
  }
  .blog-area .single-blog .blog-meta {
    gap: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .blog-area .single-blog .blog-meta li {
    width: 100%;
  }
  .blog-area .single-blog .blog-title {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .blog-area .single-blog .blog-link {
    font-size: 16px;
    padding-left: 10px;
  }
  .blog-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .single-blog .blog-meta li {
    width: 100%;
  }
  .blog-area.blog-list .single-blog .blog-meta li {
    width: auto;
  }
  .blog-area .single-blog .blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-area .single-blog .blog-link {
    font-size: 17px;
  }
  .blog-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    line-height: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .single-blog .blog-meta li {
    width: 100%;
  }
  .blog-area.blog-list .single-blog .blog-meta li {
    width: auto;
  }
  .blog-area .single-blog .blog-title {
    font-size: 18px;
  }
}

/*==========================
Social Feeds Area CSS
============================*/
.facebook-posts-area iframe, 
.twitter-posts-area iframe,
.youtube-videos-area iframe {
  width: 100%;
  height: 1000px;
  frameborder: 0;
}

@media only screen and (max-width: 767px) {
  .facebook-posts-area .container:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .twitter-posts-area .container:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .youtube-videos-area .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*==========================
Feature Area CSS
============================*/
.feature-area .feature-wrapper {
  background: var(--bgColor);
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid #e2e5e9;
}

.feature-wrapper .post-feature {
  position: relative;
  display: flex;
  align-items: unset;
  gap: 25px;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 6%);
  padding: 12px;
  border-radius: 8px;
  background: var(--whiteColor);
}

.bg-color .feature-wrapper .post-feature {
  background: var(--bgColor);
}

.feature-wrapper .post-feature .post-feature-image {
  position: relative;
  overflow: hidden;
  min-width: 100px;
  max-width: 100px;
  border-radius: 8px;
}

.feature-wrapper .post-feature .post-feature-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-wrapper .post-feature .post-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: all 0.8s ease;
}

.feature-wrapper .post-feature .post-feature-image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.feature-wrapper .post-feature-category a {
  background: #20c997;
  color: var(--whiteColor);
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  height: 21px;
  border-radius: 0 100px 100px 70px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  transition: none;
}

.feature-wrapper .post-feature:nth-child(2) .post-feature-category a {
  background: #0dcaf0;
}

.feature-wrapper .post-feature:nth-child(3) .post-feature-category a {
  background: #fd7e14;
}

.feature-wrapper .post-feature-category a:hover {
  opacity: 0.7;
}

.feature-wrapper .post-feature .post-feature-title {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}

.feature-wrapper .post-feature .post-feature-title a {
  display: inline;
  background-image: linear-gradient(to right,var(--mainColor) 0,var(--mainColor) 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: .3s,background-size .8s;
  transition: all .3s,background-size .8s;
}

.feature-wrapper .post-feature .post-feature-title a:hover {
  background-size: 100% 2px;
  color: var(--mainColor);
}

.feature-wrapper .post-feature .post-feature-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.feature-wrapper .post-feature .post-feature-meta ul li span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.feature-wrapper .post-feature .post-feature-meta ul li span i {
  color: var(--mainColor);
}

@media only screen and (max-width: 1199px) {
  .feature-area .feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .feature-area .feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-wrapper .post-feature {
    flex-wrap: wrap;
    padding: 20px;
    gap: 15px;
  }
  .feature-wrapper .post-feature .post-feature-image {
    min-width: 100%;
    max-width: 100%;
  }
  .feature-wrapper .post-feature .post-feature-meta ul {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrapper .post-feature {
    gap: 16px;
  }
  .feature-wrapper .post-feature .post-feature-meta ul {
    display: block;
  }
}

/*==========================
Banner Area CSS
============================*/
.banner-area .col-xxl-8, .banner-area .col-xxl-4 {
  margin-top: 45px;
}

.banner-area .banner-post-overlay {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.banner-post-overlay .banner-post-overlay-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}

.banner-post-overlay:hover .banner-post-overlay-bg-image {
  transform: scale3d(1.1, 1.1, 1);
}

.banner-post-overlay .banner-post-overlay-bg-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(18, 18, 19, 0) 18.83%, #121213 91.88%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-post-overlay .banner-post-overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 40px;
  padding-inline-end: 80px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
}

.banner-post-overlay .banner-post-overlay-content .banner-post-category a {
  background: #d63384;
  color: var(--whiteColor);
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  height: 21px;
  border-radius: 0 100px 100px 70px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  transition: none;
}

.banner-post-overlay .banner-post-overlay-content .banner-post-category a:hover {
  opacity: 0.7;
}

.banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title {
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 28px;
}

.banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title a {
  display: inline;
  background-image: linear-gradient(to right,var(--mainColor) 0,var(--mainColor) 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: .3s,background-size .8s;
  transition: all .3s,background-size .8s;
  color: var(--whiteColor);
}

.banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title a:hover {
  background-size: 100% 2px;
}

.banner-area .banner-post-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.banner-area .banner-post-meta ul li span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--whiteColor);
}

.banner-area .banner-post-meta ul li span i {
  color: var(--mainColor);
}

.banner-area .feature-wrapper .post-feature {
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0px;
  box-shadow: none;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.banner-area .feature-wrapper .post-feature:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner-area .feature-wrapper .post-feature .post-feature-image {
  min-width: 140px;
  max-width: 140px;
}

.banner-area .feature-wrapper .post-feature .post-feature-title {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 1600px) {
  .banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title {
    font-size: 36px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.pt-20 {
    padding-top: 0px;
  }
  .banner-area .col-xxl-4 {
    margin-top: 20px;
  }
  .banner-area .banner-post-overlay {
    height: 350px;
  }
  .banner-post-overlay .banner-post-overlay-content {
    padding-top: 20px;
    padding-inline-end: 20px;
    padding-bottom: 20px;
    padding-inline-start: 20px;
  }
  .banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-area .feature-wrapper .post-feature .post-feature-image {
    min-width: 100%;
    max-width: 100%;
  }
  .banner-area .feature-wrapper .post-feature .post-feature-meta ul {
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .col-xxl-4 {
    margin-top: 30px;
  } 
  .banner-area .banner-post-overlay {
    height: 400px;
  }
  .banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title {
    font-size: 25px;
  }
  .banner-area .feature-wrapper .post-feature .post-feature-meta ul {
    display: flex;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .banner-area .feature-wrapper .post-feature .post-feature-image {
    min-width: 120px;
    max-width: 120px;
  }
}

/*==========================
Banner Slider Area CSS
============================*/
.banner-slider .banner-post-overlay {
  height: 350px;
}

.banner-slider .banner-post-overlay .banner-post-overlay-content {
  padding-top: 30px;
  padding-inline-end: 60px;
  padding-bottom: 30px;
  padding-inline-start: 30px;
}

.banner-slider .banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--fontBody);
}

.banner-slider .banner-post-overlay .banner-post-overlay-bg-image::after {
  background: linear-gradient(180deg, rgba(18, 18, 19, 0) 18.83%, #121213 95.88%);
}

.banner-slider .owl-item:nth-of-type(odd) .banner-post-category a {
  background: #20c997;
}

.banner-slider .owl-item:nth-of-type(even) .banner-post-category a {
  background: #fd7e14;
}

.banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
  line-height: 1;
  margin-top: 30px;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
  background-color: var(--blackColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span, 
.banner-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--mainColor);
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

@media only screen and (max-width: 767px) {
  .banner-slider .banner-post-overlay .banner-post-overlay-content {
    padding-top: 20px;
    padding-inline-end: 20px;
    padding-bottom: 20px;
    padding-inline-start: 20px;
  }
  .banner-slider .banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title {
    font-size: 16px;
  }
  .banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-slider .banner-post-overlay .banner-post-overlay-content .banner-post-overlay-title {
    font-size: 17px;
  }
  .banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
    line-height: 0;
  }
}

/*==========================
Article Area CSS
============================*/
.article-area .article-section-title {
  background-color: var(--bgColor);
  padding: 18px 34px;
  border-radius: 10px;
  border: 1px solid #e2e5e9;
}

.article-area.bg-color .article-section-title {
  background-color: var(--whiteColor);
}

.article-area .article-section-title .article-title {
  position: relative;
  bottom: 2px;
}

.article-area .article-post {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px 15px 0 15px;
}

.article-area .article-post .article-post-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 15px;
}

.article-area .article-post:hover .article-post-image img {
  transform: scale3d(1.1, 1.1, 1);
}

.article-area .article-post-content {
  max-width: 70%;
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(0px);
  display: inline-flex;
  padding: 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}

.article-area .article-post-corner {
  z-index: 2;
  background-color: var(--bgColor);
  border-top-left-radius: 2em;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.article-area.bg-color .article-post-corner {
  background-color: var(--whiteColor);
}

.article-area .article-post-corner::before {
  content: "";
  position: absolute;
  border-top-left-radius: 2.5em;
  width: 120%;
  height: 120%;
  z-index: 1;
  background-color: var(--whiteColor);
}

.article-area.bg-color .article-post-corner::before {
  background-color: var(--bgColor);
}

.article-area .arrow-box {
  z-index: 4;
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #e5e7eb;
  background-color: var(--bgColor);
  position: absolute;
  inset: 8px 0% 0% 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.article-area.bg-color .arrow-box {
  background-color: var(--whiteColor);
}

.article-area .curve-one {
  position: absolute;
  content: "";
  top: -16px;
  right: -1px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--whiteColor);
}

.article-area .curve-two {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -16px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--whiteColor);
}

.article-area.bg-color .curve-one,
.article-area.bg-color .curve-two {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--bgColor);
}

.article-area .article-post:hover .arrow-box {
  border-color: var(--blackColor);
  background-color: var(--blackColor);
  transform: rotate(-45deg);
}

.article-area .article-post:hover .arrow-box svg path {
  stroke: var(--whiteColor);
}

.article-area .post-feature:hover .arrow-box {
  border-color: var(--blackColor);
  background-color: var(--blackColor);
  transform: rotate(-45deg);
}

.article-area .post-feature:hover .arrow-box svg path {
  stroke: var(--whiteColor);
}

.article-post .article-post-content .article-post-category a {
  background: #d63384;
  color: var(--whiteColor);
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  height: 21px;
  border-radius: 0 100px 100px 70px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  transition: none;
}

.article-post .article-post-content .article-post-category a:hover {
  opacity: 0.7;
}

.article-post .article-post-content .article-post-title {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
}

.article-post .article-post-content .article-post-title a {
  display: inline;
  background-image: linear-gradient(to right,#d63384 0,#d63384 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: .3s,background-size .8s;
  transition: all .3s,background-size .8s;
  color: var(--blackColor);
}

.article-post .article-post-content .article-post-title a:hover {
  background-size: 100% 2px;
}

.article-post .article-post-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.article-post .article-post-meta ul li span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--blackColor);
}

.article-post .article-post-meta ul li span i {
  color: #d63384;
}

.article-area .post-feature {
  gap: 0px;
}

.article-area .post-feature .post-feature-content {
  position: relative;
  padding: 10px 16px;
  background-color: var(--bgColor);
}

.article-area.bg-color .post-feature .post-feature-content {
  background-color: var(--whiteColor);
}

@media only screen and (min-width: 768px) {
  .article-area .curve-one {
    top: -16px;
    right: 0px;
    border: none;
  }
  .article-area .curve-two {
    bottom: 0px;
    left: -16px;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .article-area .article-section-title {
    padding: 18px 24px;
  }
  .article-area .article-section-title .article-title {
    font-size: 24px;
    line-height: 32px;
  }
  .article-area .article-post-content {
    position: initial;
    max-width: 100%;
    padding: 16px;
    background-color: var(--whiteColor);
    margin-bottom: 20px;
  }
  .article-post .article-post-content .article-post-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .article-area .article-section-title .article-title {
    font-size: 26px;
    line-height: 36px;
  }
  .article-area .article-post {
    margin-bottom: 30px;
  }
  .article-area .article-post-content {
    bottom: 60px
  }
  .article-post .article-post-content .article-post-title {
    font-size: 22px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .article-area .article-post-content {
    position: initial;
    max-width: 100%;
    padding: 16px;
    background-color: var(--whiteColor);
  }
  .article-post .article-post-content .article-post-title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .article-post-corner {
    display: none;
  }
}

@media only screen and (min-width: 1700px) {
  .article-area .feature-wrapper .post-feature {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .article-area .feature-wrapper .post-feature .post-feature-title {
    font-size: 17px;
    line-height: 26px;
  }
  .article-area .post-feature .post-feature-content {
    position: relative;
    padding: 13px 16px;
    background-color: var(--bgColor);
  }
}

/*==========================
Podacast Area CSS
============================*/
.podcast-area .feature-wrapper .post-feature {
  display: block;
  padding: 25px;
}

.podcast-area .feature-wrapper .post-feature .post-feature-image {
  min-width: 100%;
  max-width: 100%;
}

.podcast-area .feature-wrapper .post-feature .post-feature-title {
  font-size: 18px;
  margin-top: 13px;
  text-align: center;
}

.podcast-area audio {
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .podcast-area .feature-wrapper .post-feature {
    padding: 0px;
  }
  .podcast-area .feature-wrapper .post-feature .post-feature-title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1700px) {
  .podcast-area .feature-wrapper .post-feature {
    margin: 0;
  }
  .podcast-area .col-xl-12 {
    display: flex;
    justify-content: center;
  }
}
