/*-----------------------------------------------------------------------------------

    Theme Name: Axine - Digital Agency HTML Template
    Author: mdfahimattari4
    Support: mdfahimattari4@gmail.com
    Description: Axine - Digital Agency HTML Template

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

Theme Default CSS
Common Classes CSS
Buttons CSS
hamburger CSS
Mainmenu CSS
Theme Header CSS
Theme Footer CSS
Theme Sec Header CSS
Theme Item List CSS
Theme Back To Top CSS
Theme Preloader CSS
Theme Animtion CSS
Theme Hero CSS
Theme About CSS
Theme Contact CSS
Theme Service CSS
Service Details CSS
Theme Project CSS
Theme Project Details CSS
Theme Process CSS
Theme Testimonial CSS
Theme Brand CSS
Theme Award CSS
Theme Cta CSS
Theme Feature CSS
Theme Team CSS
Theme Details CSS
Theme FAQ CSS
Theme Marquee CSS
Theme Counter CSS
Theme Choose CSS
Theme Price CSS
Theme Blog CSS
Theme Blog Details CSS
Theme Client CSS
Theme Breadcrumb CSS

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /**
     @Font-Family Declaration
   */
  --fa-ff-body: 'DM Sans', sans-serif;
  --fa-ff-heading: 'Urbanist', sans-serif;
  --fa-ff-fontawesome: "Font Awesome 6 Pro";
  /**
     @Font-weight Declaration
   */
  --fa-fw-normal: normal;
  --fa-fw-thin: 100;
  --fa-fw-elight: 200;
  --fa-fw-light: 300;
  --fa-fw-regular: 400;
  --fa-fw-medium: 500;
  --fa-fw-sbold: 600;
  --fa-fw-bold: 700;
  --fa-fw-ebold: 800;
  --fa-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --fa-fs-body: 16px;
  --fa-fs-h1: 150px;
  --fa-fs-h2: 70px;
  --fa-fs-h3: 30px;
  --fa-fs-h4: 24px;
  --fa-fs-h5: 22px;
  --fa-fs-h6: 18px;
  /**
     @Color Declaration
   */
  --fa-color-common-white: #ffffff;
  --fa-color-common-black: #000000;
  --fa-color-heading-primary: #181034;
  --fa-color-text-body: #878c8f;
  --fa-color-theme-primary: #ff621c;
  --fa-color-theme-secondary: #4d35ac;
  --fa-color-theme-bg: #181034;
  --fa-color-theme-bg-2: #090127;
  --fa-color-grey-1: #ebebeb;
  --fa-color-grey-2: #c4c8ca;
  --fa-color-grey-3: #a9adb1;
  --fa-color-grey-4: #090127;
  --fa-color-grey-5: #e5ecf1;
  --fa-color-grey-6: #e5e3eb;
  --fa-color-grey-7: #fff5f0;
  --fa-color-grey-8: #ffefe8;
  --fa-color-grey-9: #efeaff;
  --fa-color-grey-10: #fdf4f0;
  --fa-color-grey-11: #d9d9d9;
  --fa-color-grey-12: #e5e5e5;
  --fa-color-grey-13: #201647;
  --fa-color-grey-14: #4e36ad;
  --fa-color-grey-15: #b2b1b4;
  --fa-color-grey-16: #0f1316;
  --fa-color-grey-17: #f5f5f5;
  --fa-color-border-1: #4e4e4e;
  --fa-color-border-2: rgba(24, 16, 52, 0.4);
  --fa-color-border-3: rgba(0, 0, 0, 0.3019607843);
  --fa-color-border-4: rgba(78, 78, 78, 0.2);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
.site-main {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}

/**
  Typography CSS
*/
body {
  font-family: var(--fa-ff-body);
  font-size: var(--fa-fs-body);
  font-weight: normal;
  color: var(--fa-color-text-body);
  line-height: 1.6;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fa-ff-heading);
  color: var(--fa-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--fa-fw-black);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--fa-fs-h1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: var(--fa-fs-h2);
}

h3 {
  font-size: var(--fa-fs-h3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: var(--fa-fs-h4);
}

h5 {
  font-size: var(--fa-fs-h5);
}

h6 {
  font-size: var(--fa-fs-h6);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: block;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

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

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus,
button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

select,
.nice-select,
input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea {
  outline: none;
  background-color: --fa-color-common-white;
  height: auto;
  width: 100%;
  font-size: var(--fa-fs-body);
  border: 1px solid var(--fa-color-common-white);
  color: var(--fa-color-common-black);
  padding: 10px 15px;
}

input[type=color] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--fa-color-theme-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--fa-color-common-black);
  color: var(--fa-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--fa-color-common-black);
  color: var(--fa-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--fa-color-common-black);
  color: var(--fa-color-common-white);
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: var(--fa-color-common-black);
  font-size: var(--fa-fs-body);
  opacity: 1;
}
*::-moz-placeholder {
  color: var(--fa-color-common-black);
  font-size: var(--fa-fs-body);
  opacity: 1;
}
*:-ms-input-placeholder {
  color: var(--fa-color-common-black);
  font-size: var(--fa-fs-body);
  opacity: 1;
}
*::-ms-input-placeholder {
  color: var(--fa-color-common-black);
  font-size: var(--fa-fs-body);
  opacity: 1;
}
*::placeholder {
  color: var(--fa-color-common-black);
  font-size: var(--fa-fs-body);
  opacity: 1;
}

/**
 	Common Classes CSS
*/
img {
  max-width: 100%;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1640px;
}

.img-reveal img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

/**
  Buttons CSS
*/
.primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 16px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  position: relative;
}
.primary-btn .fa-btn-text {
  display: inline-block;
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-primary);
  padding: 20px 30px;
  border-radius: 80px;
  -webkit-transform: translate3d(-55px, 0, 0);
          transform: translate3d(-55px, 0, 0);
  line-height: 1;
}
.primary-btn .fa-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--fa-color-theme-primary);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.primary-btn .fa-icon.icon-1 {
  -webkit-transform: translate3d(-55px, 0, 0);
          transform: translate3d(-55px, 0, 0);
  opacity: 1;
  visibility: visible;
}
.primary-btn:hover .fa-btn-text {
  color: var(--fa-color-common-white);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.primary-btn:hover .fa-icon {
  opacity: 1;
  visibility: visible;
}
.primary-btn:hover .fa-icon.icon-1 {
  opacity: 0;
  visibility: hidden;
}
.primary-btn.btn-1 .fa-btn-text {
  background: var(--fa-color-theme-secondary);
}
.primary-btn.btn-1 .fa-icon {
  background: var(--fa-color-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-btn .fa-btn-text {
    padding: 20px 20px;
  }
}

.read-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: var(--fa-fw-bold);
  text-transform: uppercase;
}
.read-more-btn.btn-1 {
  color: var(--fa-color-heading-primary);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 21px 25px;
}
.read-more-btn.btn-1 .read-more-link::before {
  background: var(--fa-color-heading-primary);
}
.read-more-btn .read-more-link {
  position: relative;
}
.read-more-btn .read-more-link::before {
  position: absolute;
  content: "";
  bottom: 3px;
  inset-inline-end: 0;
  width: 100%;
  left: 0;
  height: 1px;
  background: var(--fa-color-text-body);
}
.read-more-btn span {
  position: relative;
  overflow: hidden;
}
.read-more-btn span img {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.read-more-btn span img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
}
.read-more-btn:hover .read-more-link::before {
  -webkit-animation: linehover 0.8s linear;
          animation: linehover 0.8s linear;
}
.read-more-btn:hover span img:first-child {
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
}
.read-more-btn:hover span img:last-child {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.view-blog-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  width: 235px;
  height: 235px;
  font-size: 24px;
  color: var(--fa-color-grey-4);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  position: relative;
}
.view-blog-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/shapes/blog-shapes.svg);
          mask-image: url(../images/shapes/blog-shapes.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--fa-color-theme-primary);
  -webkit-animation: contactrotate 20s infinite linear;
          animation: contactrotate 20s infinite linear;
}
.view-blog-btn:hover {
  color: var(--fa-color-grey-4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .view-blog-btn {
    width: 165px;
    height: 165px;
    font-size: 20px;
  }
}

.prev-next-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 20px;
  font-weight: var(--fa-fw-sbold);
  font-family: var(--fa-ff-heading);
  color: var(--fa-color-grey-16);
  border: 1px solid var(--fa-color-border-4);
  border-radius: 50px;
  padding: 15px 56px 15px 10px;
}
.prev-next-btn.btn-1 {
  padding: 15px 10px 15px 56px;
}
.prev-next-btn.btn-1 span img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.prev-next-btn span {
  background: var(--fa-color-theme-bg);
  border-radius: 50px;
  padding: 12px 30px;
  line-height: 1;
}
.prev-next-btn span img {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.prev-next-btn:hover {
  color: var(--fa-color-grey-16);
}
.prev-next-btn:hover span {
  background-color: var(--fa-color-theme-primary);
}

.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 16px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  background: var(--fa-color-theme-primary);
  border-radius: 80px;
  padding: 21px 26px;
  line-height: 1;
}
.submit-btn span {
  width: 16px;
}

/* !START: hamburger CSS */
.hamburger-area {
  position: fixed;
  right: -490px;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.hamburger-area::-webkit-scrollbar {
  display: none;
}
.hamburger-area.opened {
  right: 0px;
}
@media (max-width: 575px) {
  .hamburger-area {
    width: 320px;
  }
}
.hamburger_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fa-color-theme-bg);
  z-index: -1;
}
.hamburger_wrapper {
  position: relative;
  padding: 45px 45px 90px 45px;
  overflow: auto;
  height: 100%;
}
@media (max-width: 575px) {
  .hamburger_wrapper {
    padding: 40px 20px 60px 20px;
  }
}
.hamburger_top {
  margin-bottom: 40px;
}
.hamburger_close_btn {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  color: var(--fa-color-common-white);
}
@media (max-width: 575px) {
  .hamburger_close_btn {
    font-size: 30px;
  }
}
.hamburger_close_btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--fa-color-theme-primary);
}
.hamburger_search {
  position: relative;
  margin-bottom: 30px;
}
.hamburger_search select,
.hamburger_search .nice-select,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.hamburger_search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: var(--fa-color-common-white);
}
.hamburger_search select::-ms-input-placeholder,
.hamburger_search .nice-select::-ms-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
.hamburger_search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select::-webkit-input-placeholder, .hamburger_search .nice-select::-webkit-input-placeholder, .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, .hamburger_search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select::-moz-placeholder, .hamburger_search .nice-select::-moz-placeholder, .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder, .hamburger_search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select:-ms-input-placeholder, .hamburger_search .nice-select:-ms-input-placeholder, .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder, .hamburger_search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select::-ms-input-placeholder, .hamburger_search .nice-select::-ms-input-placeholder, .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder, .hamburger_search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select::placeholder,
.hamburger_search .nice-select::placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.hamburger_search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: var(--fa-color-common-white);
}
.hamburger_menu .mean-container .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.hamburger_menu .mean-container .mean-bar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hamburger_menu .mean-nav {
  background: transparent;
  margin-top: 0;
  overflow: hidden;
}
.hamburger_menu .mean-nav > ul {
  display: block !important;
}
.hamburger_menu .mean-nav > ul > li:first-child > a {
  border-top: none;
}
.hamburger_menu .mean-nav ul li {
  position: relative;
}
.hamburger_menu .mean-nav ul li a {
  color: var(--fa-color-common-white);
  width: 100%;
  padding: 18px 0;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.hamburger_menu .mean-nav ul li a:hover {
  color: var(--fa-color-theme-primary);
}
.hamburger_menu .mean-nav ul li a.mean-expand {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.hamburger_menu .mean-nav ul li a.mean-expand:hover {
  color: var(--fa-color-common-white);
}
.hamburger_menu .mean-nav ul li a.mean-expand i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--fa-color-theme-primary);
}
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger_menu .mean-nav ul li .sub-menu li {
  padding-left: 25px;
  position: relative;
}
.hamburger_menu .mean-nav ul li .sub-menu li a {
  width: 100%;
  padding: 18px 0;
  text-transform: capitalize;
}
.hamburger_menu .mean-nav ul li .sub-menu li a.mean-expand {
  padding: 0;
  width: 30px;
}
.hamburger_menu .mean-nav ul li.dropdown-opened > a {
  color: var(--fa-color-theme-primary);
}

.fa-offcanvas-area .hamburger_menu .mean-nav ul li a {
  color: var(--fa-color-grey-1);
  font-size: 72px;
  border-bottom: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-offcanvas-area .hamburger_menu .mean-nav ul li a {
    font-size: 40px;
  }
}
.fa-offcanvas-area .hamburger_menu .mean-nav ul li .sub-menu li {
  padding-left: 0;
}
.fa-offcanvas-area .hamburger_menu .mean-nav ul li .sub-menu li a {
  font-size: 22px;
  padding: 10px 0;
}

.fa-offcanvas-area .hamburger_menu .mean-nav ul li.dropdown-opened > a {
  color: var(--fa-color-common-white);
}

.hamburger-title {
  color: var(--fa-color-common-white);
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: var(--fa-fw-bold);
  position: relative;
  z-index: 1;
}

.hamburger-infos {
  margin-bottom: 50px;
}
.hamburger-infos .contact-item {
  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;
  gap: 20px;
  margin-bottom: 10px;
}
.hamburger-infos .contact-item:last-child {
  margin-bottom: 0;
}
.hamburger-infos .contact-item .contact-icon {
  position: relative;
  max-width: 40px;
  height: 55px;
  width: 100%;
  -webkit-mask-image: url(https://mnsithub.com/html/axine/assets/images/shapes/vector-1.svg);
          mask-image: url(https://mnsithub.com/html/axine/assets/images/shapes/vector-1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--fa-color-theme-primary)), to(var(--fa-color-theme-secondary)));
  background: linear-gradient(180deg, var(--fa-color-theme-primary) 0%, var(--fa-color-theme-secondary) 100%);
  z-index: 1;
}
.hamburger-infos .contact-item .contact-icon span {
  position: absolute;
  top: 60%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--fa-color-common-white);
  font-size: 18px;
  z-index: 2;
}
.hamburger-infos .contact-item .contact-text .text {
  color: var(--fa-color-common-white);
  font-size: 20px;
}

.hamburger-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  gap: 15px;
}
.hamburger-socials ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--fa-color-common-white);
  background: transparent;
  font-size: 14px;
  line-height: 1;
  border: 1.5px solid var(--fa-color-common-white);
}
.hamburger-socials ul li a i {
  color: var(--fa-color-common-white);
}
.hamburger-socials ul li a:hover {
  color: var(--fa-color-common-white);
  background-color: var(--fa-color-theme-primary);
  border-color: var(--fa-color-theme-primary);
}
.hamburger-socials ul li a:hover i {
  color: var(--fa-color-common-white);
}

.hamburger_logo .mobile_logo {
  display: inline-block;
  max-width: 140px;
  width: 100%;
}

.menu-bar button {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-bar button span {
  height: 3px;
  width: 35px;
  display: block;
  background: var(--fa-color-common-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: auto;
}
.menu-bar button span:nth-child(2) {
  width: 40px;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.menu-bar button span:nth-child(3) {
  width: 30px;
}
.menu-bar button span:nth-child(4) {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
}
.menu-bar.style-2 button span {
  background: var(--fa-color-heading-primary);
}
.menu-bar.menu-bar-toggeled button {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.menu-bar.menu-bar-toggeled button span:nth-child(1) {
  width: 0;
}
.menu-bar.menu-bar-toggeled button span:nth-child(3) {
  width: 0;
}
.menu-bar.menu-bar-toggeled button span:nth-child(4) {
  height: 40px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .menu-bar {
    margin-left: 0;
  }
}

.body-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  backdrop-filter: blur(10px);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/* !END: hamburger CSS */
/* !START: Mainmenu CSS */
.fa-offcanvas-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--fa-color-theme-dark);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap {
  max-width: 480px;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  padding: 110px 30px;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap .mobile_menu {
  max-width: 350px;
  width: 100%;
}
.fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap .mobile_menu .mean-bar {
  margin-bottom: 0;
}
.fa-offcanvas-area .offcanvas_warp .canvas-content-area {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  height: 100vh;
  position: relative;
  padding: 110px 30px 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fa-offcanvas-area .offcanvas_warp .canvas-content-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(var(--fa-color-theme-dark)));
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, var(--fa-color-theme-dark) 100%);
  z-index: -1;
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap {
    max-width: 450px;
    margin-left: 200px;
  }
  .fa-offcanvas-area .offcanvas_warp .canvas-content-area {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap {
    max-width: 420px;
    margin-left: 200px;
  }
  .fa-offcanvas-area .offcanvas_warp .canvas-content-area {
    max-width: 470px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap {
    max-width: 350px;
    margin-left: 200px;
  }
  .fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap .mobile_menu {
    padding-left: 25px;
  }
  .fa-offcanvas-area .offcanvas_warp .canvas-content-area {
    max-width: 360px;
  }
}
.fa-offcanvas-area.opened {
  opacity: 1;
  pointer-events: all;
}
.fa-offcanvas-area.opened .offcanvas_warp .offcanvas_menu_wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fa-offcanvas-area.opened .offcanvas_warp .canvas-content-area {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fa-offcanvas-area .offcanvas-copyright {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.fa-offcanvas-area .offcanvas-copyright p {
  color: var(--fa-color-grey-2);
  margin-bottom: 0;
}
.fa-offcanvas-area .offcanvas-copyright p a {
  color: var(--fa-color-common-white);
}
.fa-offcanvas-area .offcanvas-copyright p a:hover {
  color: var(--fa-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap {
    padding: 110px 0 80px 0;
  }
  .fa-offcanvas-area .offcanvas_warp .canvas-content-area {
    padding: 110px 25px 80px 50px;
  }
}

.canvas-content-area .contact-box-one .contact-item {
  text-align: end;
}
.canvas-content-area .contact-box-one .contact-item::before {
  background: var(--fa-color-common-white);
  right: 0;
  left: auto;
}
.canvas-content-area .contact-box-one .contact-item::after {
  background: var(--fa-color-common-white);
}
.canvas-content-area .contact-box-one .contact-item:last-child::after {
  background: var(--fa-color-common-white);
  right: 0;
  left: auto;
}
.canvas-content-area .contact-box-one .contact-item .contact-link {
  position: relative;
  color: var(--fa-color-common-white);
  z-index: 1;
}
.canvas-content-area .contact-box-one .contact-item .contact-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--fa-color-common-white);
  bottom: 5px;
  left: 0px;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.canvas-content-area .contact-box-one .contact-item .contact-link:hover::before {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.canvas-content-area .contact-box-one .contact-item .location {
  color: var(--fa-color-common-white);
}
.canvas-content-area .contact-box-one .contact-item .sub-title {
  color: var(--fa-color-grey-1);
}

/* !END: Mainmenu CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.header-area {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  background: var(--fa-color-theme-secondary);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-area.header-duplicate {
  background-color: var(--fa-color-theme-bg);
  display: none;
  opacity: 0;
  visibility: hidden;
}
.header-area.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: sticky 0.9s;
          animation: sticky 0.9s;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  display: block;
}
.header-area.header-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
}
.header-area.v-2 {
  background: var(--fa-color-theme-secondary);
  padding: 18px 0;
}
@media (max-width: 575px) {
  .header-area.v-2 {
    padding: 10px 0;
  }
}
.header-area.v-2 .maimmenu-main-wrapper .mainmenu {
  background: rgba(255, 255, 255, 0.1);
  padding: 0 45px;
  border-radius: 50px;
}
.header-area.v-2 .maimmenu-main-wrapper .mainmenu ul > li > a {
  padding: 18px 0;
}
.header-area.v-2 .maimmenu-main-wrapper .mainmenu-right-infos {
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
.header-area.v-2 .maimmenu-main-wrapper .mainmenu-right-infos .header-media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.v-2 .maimmenu-main-wrapper .mainmenu-right-infos {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.v-2 .maimmenu-main-wrapper .mainmenu-right-infos {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .header-area.v-2 .maimmenu-main-wrapper .mainmenu {
    padding: 0 25px;
  }
}
.header-area.v-3 .mainmenu-right-infos {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.header-area.v-3 .mainmenu-right-infos .header-media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-area {
    padding: 20px 0;
  }
}

.maimmenu-main-wrapper {
  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;
}
.maimmenu-main-wrapper .mean-push {
  display: none;
}

.footer-logo,
.site-logo {
  max-width: 188px;
  width: 100%;
}
.footer-logo a,
.site-logo a {
  display: inline-block;
}
.footer-logo a img,
.site-logo a img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .footer-logo,
  .site-logo {
    max-width: 135px;
  }
}

.mainmenu ul {
  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-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.mainmenu ul > li {
  position: relative;
  z-index: 1;
}
.mainmenu ul > li.has-dropdown > a {
  padding-right: 20px;
}
.mainmenu ul > li.has-dropdown > a::before {
  position: absolute;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  right: 0;
  font-weight: var(--fa-fw-sbold);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 12px;
}
.mainmenu ul > li.has-dropdown > a::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  right: 0;
  font-weight: var(--fa-fw-sbold);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 12px;
}
.mainmenu ul > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  padding: 32px 0;
  z-index: 2;
}
.mainmenu ul > li.current-menu-ancestor a, .mainmenu ul > li.current-menu-item a, .mainmenu ul > li:hover a {
  color: var(--fa-color-theme-primary);
}
.mainmenu ul > li.current-menu-ancestor a::after, .mainmenu ul > li.current-menu-item a::after, .mainmenu ul > li:hover a::after {
  opacity: 1;
  visibility: visible;
}
.mainmenu ul > li.current-menu-ancestor a::before, .mainmenu ul > li.current-menu-item a::before, .mainmenu ul > li:hover a::before {
  opacity: 0;
  visibility: hidden;
}
.mainmenu ul > li > .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  top: 100%;
  left: 0;
  z-index: 99;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  text-align: left;
  background-color: var(--fa-color-common-white);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  pointer-events: none;
}
.mainmenu ul > li > .sub-menu > li {
  display: block;
  width: 100%;
  margin-right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.mainmenu ul > li > .sub-menu > li.has-dropdown::after {
  display: none;
}
.mainmenu ul > li > .sub-menu > li > a {
  position: relative;
  padding: 4px 20px;
  display: block;
  color: var(--fa-color-grey-3);
  text-transform: capitalize;
}
.mainmenu ul > li > .sub-menu > li > a::before {
  display: none;
}
.mainmenu ul > li > .sub-menu > li > a::after {
  display: none;
}
.mainmenu ul > li > .sub-menu > li > a:hover {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
.mainmenu ul > li > .sub-menu > li:last-child {
  padding-bottom: 0;
}
.mainmenu ul > li > .sub-menu > li.has-dropdown > a::after {
  content: "\f105";
  right: 10px;
  color: var(--fa-color-theme-primary);
}
.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a, .mainmenu ul > li > .sub-menu > li.current-menu-item > a, .mainmenu ul > li > .sub-menu > li:hover > a {
  color: var(--fa-color-theme-primary);
}
.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a::before, .mainmenu ul > li > .sub-menu > li.current-menu-item > a::before, .mainmenu ul > li > .sub-menu > li:hover > a::before {
  opacity: 1;
  visibility: visible;
}
.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a::after, .mainmenu ul > li > .sub-menu > li.current-menu-item > a::after, .mainmenu ul > li > .sub-menu > li:hover > a::after {
  color: var(--fa-color-heading-primary);
}
.mainmenu ul > li > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 0;
}
.mainmenu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .mainmenu ul > li > a {
    font-size: 16px;
    padding: 40px 0;
  }
}

.mainmenu-right-infos {
  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-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.mainmenu-right-infos .header-button {
  -webkit-transform: translate3d(55px, 0, 0);
          transform: translate3d(55px, 0, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu-right-infos {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-right-infos {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.header-search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 18px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
}
.header-search .search span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 4px;
}
.header-search .search:hover span {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}

.header-social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.header-social-media ul li a {
  display: inline-block;
}
.header-social-media ul li a:hover {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}

.menu-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  background: var(--fa-color-theme-primary);
  border-radius: 50%;
}

.mobile-menu-bar .canvas-btn {
  font-size: 30px;
  color: var(--fa-color-common-white);
}

.hamburger-button .hamburger_menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 30px;
  color: var(--fa-color-common-white);
}

@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.7, 1.1);
            transform: scale(0.7, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.7);
            transform: scale(1.1, 0.7);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
}

@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.7, 1.1);
            transform: scale(0.7, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.7);
            transform: scale(1.1, 0.7);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
}
/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.fa-footer-area {
  background-color: var(--fa-color-theme-bg-2);
  position: relative;
  overflow: hidden;
}
.fa-footer-area::before {
  content: "";
  position: absolute;
  left: 65px;
  bottom: -150px;
  width: 915px;
  height: 915px;
  border-radius: 50%;
  background: var(--fa-color-theme-secondary);
  background: radial-gradient(75% 75% at 75% 75%, var(--fa-color-theme-secondary) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(50px);
  filter: blur(245px);
}
.fa-footer-area::after {
  content: "";
  position: absolute;
  right: 225px;
  bottom: -180px;
  width: 795px;
  height: 795px;
  border-radius: 50%;
  background: var(--fa-color-theme-primary);
  background: radial-gradient(75% 75% at 75% 75%, var(--fa-color-theme-primary) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(50px);
  filter: blur(245px);
}
.fa-footer-area.v-2::before {
  left: -25%;
  top: -65%;
  width: 830px;
  height: 830px;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.fa-footer-area.v-2::after {
  right: -35px;
  bottom: -45%;
  width: 585px;
  height: 585px;
  -webkit-filter: blur(265px);
          filter: blur(265px);
}
.fa-footer-area.v-2 .footer-main-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-footer-area.v-2 .footer-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.fa-footer-area.v-2 .footer-copyright-area .copyright-wrapper {
  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;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-footer-area.v-2 .footer-copyright-area .copyright-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fa-footer-area.v-2 .footer-shapes {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.fa-footer-area.v-2 .footer-shapes img {
  height: 100%;
  width: 100%;
}
.fa-footer-area.v-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fa-footer-area.v-3 .footer-main-wrapper {
  padding-top: 120px;
}
.fa-footer-area.v-3 .footer-marquee-area {
  position: relative;
  z-index: 2;
}
.fa-footer-area.v-3 .footer-shapes {
  position: absolute;
  top: 0;
  left: 0;
}
.fa-footer-area.v-3 .footer-copyright-area {
  background: radial-gradient(50% 50% at 50% 50%, var(--fa-color-theme-secondary) 0%, rgba(77, 53, 172, 0) 100%);
}
.fa-footer-area.v-3 .footer-copyright-area .copyright-2-wrapper p {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.fa-footer-area.v-3 .footer-copyright-area .copyright-2-wrapper p a:hover {
  color: var(--fa-color-theme-primary);
}

.footer-contact-area {
  position: relative;
  padding-top: 140px;
}
.footer-contact-area .heading-area {
  margin-bottom: 30px;
}
.footer-contact-area .heading-area .sub-title {
  -webkit-text-fill-color: var(--fa-color-theme-bg-2);
}
.footer-contact-area .heading-area .sec-title {
  background: -webkit-gradient(linear, left top, right top, from(var(--fa-color-common-white)), color-stop(71.63%, var(--fa-color-theme-bg)));
  background: linear-gradient(90deg, var(--fa-color-common-white) 0%, var(--fa-color-theme-bg) 71.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-contact-area .footer-contact-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
.footer-contact-area .contact-footer-shapes {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-contact-area {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-contact-area {
    padding-top: 80px;
  }
}

.footer-marquee-area {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-marquee-area {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-marquee-area {
    padding-top: 0px;
  }
}

.footer-menu-area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-menu-area {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.footer-copyright-area {
  position: relative;
  padding: 26px 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-copyright-area {
    padding: 18px 0;
  }
}

.footer-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 45px;
  position: relative;
  z-index: 2;
}

.footer-widget .footer-title {
  margin-bottom: 25px;
}
.footer-widget .footer-title .title {
  color: var(--fa-color-common-white);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.footer-widget .footer-title .line {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 2px;
  background: var(--fa-color-theme-primary);
  margin-left: 7px;
}
.footer-widget .footer-title .line::after, .footer-widget .footer-title .line::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid var(--fa-color-theme-primary);
  border-radius: 50%;
}
.footer-widget .footer-title .line::after {
  left: auto;
  right: -6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget .footer-title {
    margin-bottom: 15px;
  }
}
.footer-widget.widget-infos {
  max-width: 340px;
  width: 100%;
}
.footer-widget.widget-infos .footer-logo {
  margin-bottom: 40px;
}
.footer-widget.widget-infos .footer-desc {
  color: var(--fa-color-grey-1);
  font-weight: var(--fa-fw-sbold);
  line-height: 1.7;
  margin-bottom: 45px;
}
.footer-widget.widget-infos .footer-desc:last-child {
  margin-bottom: 0;
}
.footer-widget.widget-infos form .footer-search {
  position: relative;
}
.footer-widget.widget-infos form .footer-search input[type=email] {
  font-size: 18px;
  color: var(--fa-color-grey-1);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--fa-color-border-1);
  padding: 0 30px 10px 0;
}
.footer-widget.widget-infos form .footer-search input[type=email]::-ms-input-placeholder {
  color: var(--fa-color-grey-3);
}
.footer-widget.widget-infos form .footer-search input[type=email]::-webkit-input-placeholder {
  color: var(--fa-color-grey-3);
}
.footer-widget.widget-infos form .footer-search input[type=email]::-moz-placeholder {
  color: var(--fa-color-grey-3);
}
.footer-widget.widget-infos form .footer-search input[type=email]:-ms-input-placeholder {
  color: var(--fa-color-grey-3);
}
.footer-widget.widget-infos form .footer-search input[type=email]::placeholder {
  color: var(--fa-color-grey-3);
}
.footer-widget.widget-infos form .footer-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.footer-widget.widget-infos form .footer-search button img {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widget.widget-infos form .footer-search button:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.widget-infos {
    max-width: 275px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget.widget-infos {
    max-width: 100%;
  }
}
.footer-widget.widget-nav-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  color: var(--fa-color-grey-2);
  font-weight: var(--fa-fw-sbold);
  font-family: var(--fa-ff-heading);
  margin-bottom: 10px;
}
.footer-widget.widget-nav-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-widget.widget-nav-menu ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  color: var(--fa-color-grey-2);
  font-weight: var(--fa-fw-sbold);
  font-family: var(--fa-ff-heading);
  position: relative;
}
.footer-widget.widget-nav-menu ul li a::before {
  position: absolute;
  content: "";
  bottom: 0px;
  inset-inline-end: 0;
  width: 0;
  left: 0;
  height: 1px;
  background: var(--fa-color-grey-2);
}
.footer-widget.widget-nav-menu ul li a:hover::before {
  width: 100%;
  -webkit-animation: linehover 0.8s linear;
          animation: linehover 0.8s linear;
}
.footer-widget.widget-location-infos .location-infos-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.footer-widget.widget-location-infos .location-infos-wrap .location-infos-item .subtitle {
  display: block;
  font-size: 16px;
  color: var(--fa-color-grey-2);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  line-height: 2.7;
}
.footer-widget.widget-location-infos .location-infos-wrap .location-infos-item .location-title {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-bottom: 0;
  line-height: 1.7;
}

.marquee-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  -webkit-animation: 45s marquee-slide infinite linear;
          animation: 45s marquee-slide infinite linear;
}
.marquee-main-wrapper .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-column-gap: 85px;
     -moz-column-gap: 85px;
          column-gap: 85px;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.13);
  font-weight: var(--fa-fw-black);
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin-bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .marquee-main-wrapper {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .marquee-main-wrapper .marquee-item {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-main-wrapper {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .marquee-main-wrapper .marquee-item {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-main-wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .marquee-main-wrapper .marquee-item {
    font-size: 110px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-main-wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .marquee-main-wrapper .marquee-item {
    font-size: 110px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 575px) {
  .marquee-main-wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .marquee-main-wrapper .marquee-item {
    font-size: 110px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.copyright-wrapper {
  text-align: center;
}
.copyright-wrapper p {
  font-size: 18px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-bottom: 0;
}
.copyright-wrapper p a:hover {
  color: var(--fa-color-theme-primary);
}
@media (max-width: 575px) {
  .copyright-wrapper p {
    font-size: 18px;
    color: var(--fa-color-common-white);
    font-family: var(--fa-ff-heading);
    font-weight: var(--fa-fw-sbold);
    margin-bottom: 0;
  }
  .copyright-wrapper p {
    font-size: 16px;
  }
}

.contact-item {
  max-width: 870px;
  width: 100%;
}
.contact-item form {
  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-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.contact-item form .form-input {
  width: 48%;
  margin-bottom: 50px;
}
.contact-item form .form-input.textarea {
  width: 100%;
}
.contact-item form .form-input textarea,
.contact-item form .form-input input[type=tel],
.contact-item form .form-input input[type=email],
.contact-item form .form-input input[type=text] {
  font-size: 18px;
  width: 100%;
  color: var(--fa-color-common-white);
  background: transparent;
  border: none;
  font-weight: var(--fa-fw-sbold);
  font-family: var(--fa-ff-heading);
  border-bottom: 1px solid var(--fa-color-border-1);
  padding: 0;
  padding-bottom: 15px;
}
.contact-item form .form-input textarea::-ms-input-placeholder,
.contact-item form .form-input input[type=tel]::-ms-input-placeholder,
.contact-item form .form-input input[type=email]::-ms-input-placeholder,
.contact-item form .form-input input[type=text]::-ms-input-placeholder {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.contact-item form .form-input textarea::-webkit-input-placeholder, .contact-item form .form-input input[type=tel]::-webkit-input-placeholder, .contact-item form .form-input input[type=email]::-webkit-input-placeholder, .contact-item form .form-input input[type=text]::-webkit-input-placeholder {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.contact-item form .form-input textarea::-moz-placeholder, .contact-item form .form-input input[type=tel]::-moz-placeholder, .contact-item form .form-input input[type=email]::-moz-placeholder, .contact-item form .form-input input[type=text]::-moz-placeholder {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.contact-item form .form-input textarea:-ms-input-placeholder, .contact-item form .form-input input[type=tel]:-ms-input-placeholder, .contact-item form .form-input input[type=email]:-ms-input-placeholder, .contact-item form .form-input input[type=text]:-ms-input-placeholder {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.contact-item form .form-input textarea::-ms-input-placeholder, .contact-item form .form-input input[type=tel]::-ms-input-placeholder, .contact-item form .form-input input[type=email]::-ms-input-placeholder, .contact-item form .form-input input[type=text]::-ms-input-placeholder {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.contact-item form .form-input textarea::placeholder,
.contact-item form .form-input input[type=tel]::placeholder,
.contact-item form .form-input input[type=email]::placeholder,
.contact-item form .form-input input[type=text]::placeholder {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.contact-item form .form-input textarea {
  width: 100%;
  resize: none;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-item {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-item form .form-input {
    width: 32%;
  }
  .contact-item form .form-input textarea {
    width: 68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-item form .form-input {
    width: 100%;
  }
  .contact-item form .form-input textarea {
    width: 100%;
  }
}

.contact-images-group {
  position: absolute;
  right: 0;
  bottom: 50px;
  background: var(--fa-color-theme-secondary);
  max-width: 550px;
  width: 100%;
  padding-top: 35px;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
}
.contact-images-group img {
  border-radius: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-images-group {
    max-width: 410px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-images-group {
    max-width: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-images-group {
    display: none;
  }
}

.copyright-social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.copyright-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright-menu ul li {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1;
}
.copyright-menu ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--fa-color-common-white);
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.copyright-menu ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.copyright-menu ul li:last-child::before {
  display: none;
}
.copyright-menu ul li a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
@media (max-width: 575px) {
  .copyright-menu ul li a {
    font-size: 16px;
  }
}

.copyright-2-wrapper {
  text-align: center;
}

.fa-select .nice-select {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--fa-color-border-1);
  padding: 0;
  width: 100%;
  padding-bottom: 20px;
  line-height: normal;
}
.fa-select .nice-select:after {
  width: 10px;
  height: 10px;
  top: auto;
  bottom: 26px;
}
.fa-select .nice-select .list {
  margin-top: 0;
  width: 100%;
  border-radius: 0;
}
.fa-select .nice-select:hover {
  border-color: var(--fa-color-border-1);
}
.fa-select .nice-select .option {
  font-weight: var(--fa-fw-sbold);
}
.fa-select .nice-select .option.selected {
  font-weight: var(--fa-fw-sbold);
}
.fa-select .nice-select span {
  color: var(--fa-color-common-white);
  font-size: 18px;
  font-weight: var(--fa-fw-sbold);
}

@-webkit-keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@-webkit-keyframes marquee-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-slide2 {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-slide2 {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* !END: Theme Footer CSS */
/**----------------------------------------
START: Theme Sec Header CSS
----------------------------------------*/
.heading-area {
  margin-bottom: 70px;
}
.heading-area .sub-title {
  display: block;
  font-size: 100px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--fa-color-theme-primary);
  -webkit-text-fill-color: var(--fa-color-common-white);
  margin-bottom: 10px;
  line-height: 1;
}
.heading-area .sec-title {
  display: inline-block;
  font-size: 300px;
  background: -webkit-gradient(linear, left top, right top, from(var(--fa-color-theme-bg)), to(var(--fa-color-common-white)));
  background: linear-gradient(90deg, var(--fa-color-theme-bg) 0%, var(--fa-color-common-white) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: var(--fa-fw-black);
  letter-spacing: -0.02em;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .heading-area .sec-title {
    font-size: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading-area .sec-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heading-area .sec-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-area {
    margin-bottom: 30px;
  }
  .heading-area .sub-title {
    font-size: 80px;
  }
  .heading-area .sec-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heading-area {
    margin-bottom: 30px;
  }
  .heading-area .sub-title {
    font-size: 60px;
    -webkit-text-stroke-width: 2px;
  }
  .heading-area .sec-title {
    font-size: 115px;
  }
}
@media (max-width: 575px) {
  .heading-area {
    margin-bottom: 30px;
  }
  .heading-area .sub-title {
    font-size: 45px;
    -webkit-text-stroke-width: 2px;
  }
  .heading-area .sec-title {
    font-size: 65px;
  }
}

/* !END: Theme Sec Header CSS */
/**----------------------------------------
START: Theme Item List CSS
----------------------------------------*/
.item-list-one ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 20px;
}
.item-list-one ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 18px;
  font-weight: var(--fa-fw-sbold);
  color: var(--fa-color-heading-primary);
}
@media (max-width: 575px) {
  .item-list-one ul li {
    font-size: 16px;
  }
}

/* !END: Theme Item List CSS */
/**----------------------------------------
START: Theme Item List CSS
----------------------------------------*/
.search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--fa-color-theme-bg);
  border-radius: 0 0 24px 24px;
  z-index: 100;
  padding-top: 120px;
  padding-bottom: 130px;
  opacity: 0;
  -webkit-transform: translateY(calc(-100% - 80px));
      -ms-transform: translateY(calc(-100% - 80px));
          transform: translateY(calc(-100% - 80px));
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 9999;
}

.search_popup .search_close {
  position: absolute;
  top: 36px;
  right: 36px;
}

.search_popup .search_close .search_close_btn {
  font-size: 24px;
  line-height: 1;
  color: var(--fa-color-common-white);
}

.search_popup .search_close .search_close_btn svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.search_popup .search_close .search_close_btn svg path {
  fill: var(--fa-color-common-white);
}

.search_popup .search_close .search_close_btn svg:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search_popup .search_close .search_close_btn svg:hover path {
  fill: var(--fa-color-theme-primary);
}

.search_popup.search-opened {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.search_popup.search-opened .search_form .search_input {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.search_popup.search-opened .search_form .search_input::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fa_search_wrapper {
  max-width: 720px;
  margin: 0 auto;
}

.fa_search_wrapper .search_form form .search_input {
  position: relative;
  z-index: 1;
}

.fa_search_wrapper .search_form form .search_input .title {
  display: block;
  color: var(--fa-color-common-white);
  font-size: 30px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  text-align: center;
  margin-bottom: 30px;
}

.fa_search_wrapper .search_form form .search_input .search-box {
  position: relative;
  z-index: 1;
}

.fa_search_wrapper .search_form form .search_input .search-box input[type=search] {
  width: 100%;
  font-family: var(--fa-ff-body);
  color: var(--fa-color-common-white);
  border: 1px solid var(--fa-color-border-1);
  background: var(--fa-color-theme-dark);
  padding: 20px 75px 20px 24px;
  border-radius: 10px;
}

.fa_search_wrapper .search_form form .search_input .search-box input[type=search]::-webkit-input-placeholder {
  color: var(--fa-color-text-body);
}

.fa_search_wrapper .search_form form .search_input .search-box input[type=search]::-moz-placeholder {
  color: var(--fa-color-text-body);
}

.fa_search_wrapper .search_form form .search_input .search-box input[type=search]:-ms-input-placeholder {
  color: var(--fa-color-text-body);
}

.fa_search_wrapper .search_form form .search_input .search-box input[type=search]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
}

.fa_search_wrapper .search_form form .search_input .search-box input[type=search]::placeholder {
  color: var(--fa-color-text-body);
}

.fa_search_wrapper .search_form form .search_input .search-box input[type=search]:focus {
  border-color: var(--fa-color-theme-primary);
}

.fa_search_wrapper .search_form form .search_input .search-box [type=submit],
.fa_search_wrapper .search_form form .search_input .search-box input[type=submit] {
  color: var(--fa-color-heading-primary);
  font-size: 24px;
  line-height: 1;
  max-width: 62px;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fa_search_wrapper .search_form form .search_input .search-box [type=submit]::before,
.fa_search_wrapper .search_form form .search_input .search-box input[type=submit]::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 20px;
  height: 28px;
  -webkit-border-start: 1px solid var(--fa-color-border-1);
          border-inline-start: 1px solid var(--fa-color-border-1);
}

.fa_search_wrapper .search_form form .search_input .search-box [type=submit] i,
.fa_search_wrapper .search_form form .search_input .search-box input[type=submit] i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.search-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
      -ms-transform: translateY(calc(-100% - 80px));
          transform: translateY(calc(-100% - 80px));
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}

.search-popup-overlay.opened {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* !END: Theme Item List CSS */
/**----------------------------------------
START: Theme Back To Top CSS
----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 25px;
  bottom: 0;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
}

.back-to-top-btn-show:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.back-to-top-btn-show:hover .back_to_top_icon i {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top-btn {
  color: var(--fa-color-theme-primary);
  line-height: 1;
  font-weight: var(--fa-fw-sbold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.back-to-top-btn .back_to_top_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 10px;
  color: var(--fa-color-theme-bg);
  background-color: var(--fa-color-theme-primary);
  border-radius: 50%;
  text-shadow: 0 40px 0 var(--fa-color-theme-bg);
  overflow: hidden;
}
.back-to-top-btn .back_to_top_icon img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.back-to-top-btn .back_to_top_text {
  font-weight: var(--fa-fw-medium);
  line-height: 1;
  text-align: right;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.back-to-top-btn:hover {
  color: var(--fa-color-theme-primary);
}

/* !END: Theme Back To Top CSS */
/**----------------------------------------
START: Theme Preloader CSS
----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--fa-color-common-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--fa-color-theme-secondary) transparent var(--fa-color-theme-secondary);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* !END: Preloader CSS */
/**----------------------------------------
START: Theme Animtion CSS
----------------------------------------*/
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/* !END: Animtion CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.fa-hero-section {
  position: relative;
  padding-top: 237px;
  padding-bottom: 485px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fa-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 65px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: var(--fa-color-theme-secondary);
  background: radial-gradient(75% 75% at 75% 75%, var(--fa-color-theme-secondary) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.fa-hero-section::after {
  content: "";
  position: absolute;
  bottom: 165px;
  right: 65px;
  width: 475px;
  height: 475px;
  border-radius: 50%;
  background: var(--fa-color-theme-primary);
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 98, 28, 0.7) 0%, rgba(24, 16, 52, 0) 100%);
  -webkit-filter: blur(65px);
  filter: blur(65px);
}
.fa-hero-section .hero-shapes {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 820px;
  width: 100%;
}
.fa-hero-section.v-2 {
  padding-top: 220px;
  padding-bottom: 0;
  overflow: hidden;
}
.fa-hero-section.v-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 750px;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  background: var(--fa-color-theme-secondary);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  border-radius: 0;
}
.fa-hero-section.v-2::after {
  display: none;
}
.fa-hero-section.v-2 .h2-hero-shapes {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-hero-section.v-2::before {
    height: 575px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-hero-section.v-2::before {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .fa-hero-section.v-2::before {
    height: 450px;
  }
}
.fa-hero-section.v-3 {
  padding-top: 125px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--fa-color-grey-13)), to(var(--fa-color-grey-14)));
  background: linear-gradient(180deg, var(--fa-color-grey-13) 0%, var(--fa-color-grey-14) 100%);
}
.fa-hero-section.v-3::before {
  display: none;
}
.fa-hero-section.v-3::after {
  display: none;
}
.fa-hero-section.v-3 .container {
  max-width: 1800px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-hero-section {
    padding-top: 185px;
    padding-bottom: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-hero-section {
    padding-top: 150px;
    padding-bottom: 310px;
  }
  .fa-hero-section.v-2 {
    padding-top: 165px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-hero-section {
    padding-top: 140px;
    padding-bottom: 275px;
  }
  .fa-hero-section.v-2 {
    padding-top: 165px;
  }
}
@media (max-width: 575px) {
  .fa-hero-section {
    padding-top: 135px;
    padding-bottom: 215px;
  }
  .fa-hero-section.v-2 {
    padding-top: 150px;
  }
}

.hero-main-wrapper {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  padding-right: 50px;
  z-index: 2;
}
.hero-main-wrapper .hero-subtitle {
  display: block;
  font-size: 50px;
  color: var(--fa-color-theme-primary);
  font-weight: var(--fa-fw-black);
  font-family: var(--fa-ff-heading);
  margin-bottom: 20px;
  line-height: 1;
}
.hero-main-wrapper .hero-title {
  color: var(--fa-color-common-white);
  margin-bottom: 0;
  line-height: 1;
}
.hero-main-wrapper .hero-title .active-color {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--fa-color-common-white);
  -webkit-text-fill-color: var(--fa-color-theme-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-main-wrapper .hero-subtitle {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-main-wrapper .hero-subtitle {
    font-size: 30px;
  }
}

.hero-2-wrapper .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 20px;
}
.hero-2-wrapper .title-wrap .hero-title {
  font-size: 100px;
  margin-bottom: 0;
  line-height: 1;
}
.hero-2-wrapper .title-wrap .hero-title:last-child {
  position: relative;
  top: 115px;
}
.hero-2-wrapper .title-wrap .hero-title .primary-color {
  display: block;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--fa-color-theme-primary);
  -webkit-text-fill-color: var(--fa-color-common-white);
  letter-spacing: 0.05em;
}
.hero-2-wrapper .title-wrap .hero-title .secondary-color {
  display: block;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--fa-color-theme-secondary);
  -webkit-text-fill-color: var(--fa-color-common-white);
  letter-spacing: 0.05em;
}
.hero-2-wrapper .title-wrap .hero-line {
  display: inline-block;
  position: relative;
  width: 380px;
  left: -60px;
  top: -15px;
  height: 3px;
  background: var(--fa-color-theme-secondary);
}
.hero-2-wrapper .title-wrap .hero-line::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: var(--fa-color-theme-secondary);
}
.hero-2-wrapper .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 20px;
  margin-top: 90px;
}
.hero-2-wrapper .hero-content .hero-desc {
  max-width: 395px;
  width: 100%;
}
.hero-2-wrapper .hero-content .hero-desc .desc {
  font-size: 24px;
  font-weight: var(--fa-fw-sbold);
  font-family: var(--fa-ff-heading);
  margin-bottom: 0;
  line-height: 1.6;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-2-wrapper .title-wrap .hero-line {
    width: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-2-wrapper .title-wrap .hero-title {
    font-size: 80px;
  }
  .hero-2-wrapper .title-wrap .hero-line {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-2-wrapper .title-wrap .hero-title {
    font-size: 65px;
  }
  .hero-2-wrapper .title-wrap .hero-title:last-child {
    top: 65px;
  }
  .hero-2-wrapper .title-wrap .hero-line {
    width: 170px;
    left: -45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-2-wrapper .title-wrap .hero-title {
    font-size: 55px;
  }
  .hero-2-wrapper .title-wrap .hero-title:last-child {
    top: 45px;
  }
  .hero-2-wrapper .title-wrap .hero-line {
    width: 60px;
    left: -45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-2-wrapper .title-wrap .hero-title {
    font-size: 45px;
  }
  .hero-2-wrapper .title-wrap .hero-title .primary-color {
    -webkit-text-stroke-width: 1px;
  }
  .hero-2-wrapper .title-wrap .hero-title .secondary-color {
    -webkit-text-stroke-width: 1px;
  }
  .hero-2-wrapper .title-wrap .hero-title:last-child {
    top: 45px;
  }
  .hero-2-wrapper .title-wrap .hero-line {
    display: none;
  }
  .hero-2-wrapper .hero-content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 80px;
  }
  .hero-2-wrapper .hero-content .hero-desc .desc {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hero-2-wrapper .title-wrap .hero-title {
    font-size: 45px;
  }
  .hero-2-wrapper .title-wrap .hero-title .primary-color {
    -webkit-text-stroke-width: 1px;
  }
  .hero-2-wrapper .title-wrap .hero-title .secondary-color {
    -webkit-text-stroke-width: 1px;
  }
  .hero-2-wrapper .title-wrap .hero-title:last-child {
    top: 45px;
  }
  .hero-2-wrapper .title-wrap .hero-line {
    display: none;
  }
  .hero-2-wrapper .hero-content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 80px;
  }
  .hero-2-wrapper .hero-content .hero-thumb-wrap {
    width: 100%;
  }
  .hero-2-wrapper .hero-content .hero-desc .desc {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-2-wrapper .title-wrap .hero-title {
    font-size: 40px;
  }
  .hero-2-wrapper .title-wrap .hero-title .primary-color {
    -webkit-text-stroke-width: 1px;
  }
  .hero-2-wrapper .title-wrap .hero-title .secondary-color {
    -webkit-text-stroke-width: 1px;
  }
  .hero-2-wrapper .title-wrap .hero-title:last-child {
    top: 0px;
  }
  .hero-2-wrapper .title-wrap .hero-line {
    display: none;
  }
  .hero-2-wrapper .hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.hero-3-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 145px 125px 100px;
  -webkit-box-shadow: 0px 0px 50px var(--fa-color-theme-primary);
          box-shadow: 0px 0px 50px var(--fa-color-theme-primary);
  border-radius: 50px;
  overflow: hidden;
}
.hero-3-wrapper::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 695px;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(26.44%, rgba(13, 2, 55, 0.6)), color-stop(67.79%, rgba(13, 2, 55, 0.12)));
  background: linear-gradient(90deg, rgba(13, 2, 55, 0.6) 26.44%, rgba(13, 2, 55, 0.12) 67.79%);
  -webkit-filter: blur(65px);
          filter: blur(65px);
}
.hero-3-wrapper .hero-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.hero-3-wrapper .hero-top-wrap .hero-text {
  padding-left: 150px;
}
.hero-3-wrapper .hero-top-wrap .hero-text .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: var(--fa-fw-sbold);
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-primary);
  text-transform: uppercase;
  border-radius: 80px;
  padding: 22px 42px;
  line-height: 1;
}
.hero-3-wrapper .hero-top-wrap .hero-text .desc {
  font-size: 24px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  max-width: 395px;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 0;
  line-height: 1.7;
}
.hero-3-wrapper .hero-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 95px;
  row-gap: 60px;
  position: relative;
  z-index: 1;
}
.hero-3-wrapper .hero-bottom-wrap .hero-title {
  color: var(--fa-color-common-white);
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.hero-3-wrapper .hero-bottom-wrap .hero-title .active-color {
  display: block;
  font-size: 100px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--fa-color-theme-primary);
  -webkit-text-fill-color: var(--fa-color-theme-bg);
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 1;
}
.hero-3-wrapper .hero-bottom-wrap .hero-title .title {
  display: block;
  margin-top: -30px;
}
.hero-3-wrapper .hero-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 210px;
  position: relative;
  font-size: 24px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  margin-top: -25px;
}
.hero-3-wrapper .hero-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  -webkit-mask-image: url(../images/shapes/blog-shapes.svg);
          mask-image: url(../images/shapes/blog-shapes.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--fa-color-common-white);
  -webkit-animation: contactrotate 20s infinite linear;
          animation: contactrotate 20s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-3-wrapper .hero-top-wrap .hero-text {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-3-wrapper .hero-top-wrap .hero-text {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-3-wrapper {
    padding: 120px 50px 100px;
  }
  .hero-3-wrapper .hero-top-wrap .hero-text {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-3-wrapper {
    padding: 85px 15px 80px;
  }
  .hero-3-wrapper .hero-top-wrap .hero-text {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-3-wrapper {
    padding: 85px 15px 80px;
  }
  .hero-3-wrapper .hero-top-wrap .hero-text {
    padding-left: 0px;
  }
  .hero-3-wrapper .hero-top-wrap .hero-text .desc {
    max-width: 100%;
    margin-top: 35px;
  }
  .hero-3-wrapper .hero-bottom-wrap {
    margin-top: 50px;
  }
  .hero-3-wrapper .hero-bottom-wrap .hero-title .title {
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  .hero-3-wrapper {
    padding: 80px 15px;
    border-radius: 15px;
  }
  .hero-3-wrapper .hero-top-wrap .hero-text {
    padding-left: 0px;
  }
  .hero-3-wrapper .hero-top-wrap .hero-text .sub-title {
    font-size: 12px;
    padding: 18px 20px;
  }
  .hero-3-wrapper .hero-top-wrap .hero-text .desc {
    font-size: 18px;
    max-width: 100%;
    margin-top: 35px;
    line-height: 1.5;
  }
  .hero-3-wrapper .hero-bottom-wrap {
    row-gap: 50px;
    margin-top: 35px;
  }
  .hero-3-wrapper .hero-bottom-wrap .hero-title .active-color {
    font-size: 60px;
  }
  .hero-3-wrapper .hero-bottom-wrap .hero-title .title {
    margin-top: -12px;
  }
  .hero-3-wrapper .hero-btn {
    width: 175px;
    height: 175px;
  }
  .hero-3-wrapper .hero-btn::before {
    width: 175px;
    height: 175px;
  }
}

.hero-thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--fa-color-theme-bg);
  padding: 15px 18px 30px;
  border-radius: 50px;
}
.hero-thumb-wrap .thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.hero-thumb-wrap .thumb-box .thumb-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 65px;
  height: 110px;
  border-radius: 50px;
  overflow: hidden;
}
.hero-thumb-wrap .thumb-box .thumb-images:last-child {
  background: var(--fa-color-theme-secondary);
}
.hero-thumb-wrap .thumb-box .thumb-images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.hero-thumb-wrap .thumb-box .thumb-images .rating-icons {
  display: block;
  max-width: 30px;
}
.hero-thumb-wrap .thumb-box .thumb-images .rating-number {
  display: block;
  font-size: 20px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  margin-top: 10px;
}
.hero-thumb-wrap .rating-review {
  display: block;
  font-size: 20px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  margin-top: 25px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .hero-thumb-wrap {
    border-radius: 15px;
  }
}

.video-thumb-wrap .thumb-images {
  position: relative;
  max-width: 948px;
  width: 100%;
  z-index: 2;
}
.video-thumb-wrap .thumb-images:nth-child(1) {
  margin-left: auto;
  margin-top: -75px;
}
.video-thumb-wrap .thumb-images:nth-child(1) img {
  -webkit-transform: rotate(5.39deg);
      -ms-transform: rotate(5.39deg);
          transform: rotate(5.39deg);
}
.video-thumb-wrap .thumb-images:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
  margin-top: -320px;
}
.video-thumb-wrap .thumb-images:nth-child(2) img {
  -webkit-transform: rotate(-4.64deg);
      -ms-transform: rotate(-4.64deg);
          transform: rotate(-4.64deg);
}
.video-thumb-wrap .thumb-images:nth-child(3) {
  margin-top: -265px;
}
.video-thumb-wrap .thumb-images:nth-child(3) img {
  -webkit-transform: rotate(13.59deg);
      -ms-transform: rotate(13.59deg);
          transform: rotate(13.59deg);
}
.video-thumb-wrap .thumb-images img {
  border-radius: 50px;
}
.video-thumb-wrap .thumb-images .hero-video {
  position: absolute;
  top: -85px;
  left: 210px;
}
.video-thumb-wrap .thumb-images .hero-video a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 210px;
}
.video-thumb-wrap .thumb-images .hero-video a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: url(../images/shapes/video-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.video-thumb-wrap .thumb-images .hero-video a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  background: url(../images/shapes/video-shapes.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-thumb-wrap .thumb-images .hero-video a img {
  position: relative;
  border-radius: 0;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .video-thumb-wrap .thumb-images {
    max-width: 740px;
  }
  .video-thumb-wrap .thumb-images:nth-child(1) {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .video-thumb-wrap {
    margin-top: 50px;
  }
  .video-thumb-wrap .thumb-images {
    max-width: 685px;
  }
  .video-thumb-wrap .thumb-images:nth-child(1) {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-thumb-wrap {
    margin-top: 50px;
  }
  .video-thumb-wrap .thumb-images {
    max-width: 685px;
  }
  .video-thumb-wrap .thumb-images:nth-child(1) {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-thumb-wrap {
    margin-top: 120px;
  }
  .video-thumb-wrap .thumb-images {
    max-width: 630px;
  }
  .video-thumb-wrap .thumb-images .hero-video {
    top: -120px;
  }
  .video-thumb-wrap .thumb-images .hero-video a::before {
    width: 120px;
    height: 120px;
  }
  .video-thumb-wrap .thumb-images .hero-video a::after {
    width: 165px;
    height: 165px;
  }
  .video-thumb-wrap .thumb-images:nth-child(1) {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-thumb-wrap {
    margin-top: 180px;
  }
  .video-thumb-wrap .thumb-images {
    max-width: 510px;
  }
  .video-thumb-wrap .thumb-images .hero-video {
    top: -120px;
  }
  .video-thumb-wrap .thumb-images .hero-video a::before {
    width: 120px;
    height: 120px;
  }
  .video-thumb-wrap .thumb-images .hero-video a::after {
    width: 165px;
    height: 165px;
  }
  .video-thumb-wrap .thumb-images:nth-child(1) {
    margin-top: -25px;
  }
}
@media (max-width: 575px) {
  .video-thumb-wrap {
    margin-top: 300px;
  }
  .video-thumb-wrap .thumb-images {
    max-width: 510px;
  }
  .video-thumb-wrap .thumb-images img {
    border-radius: 15px;
  }
  .video-thumb-wrap .thumb-images .hero-video {
    top: -120px;
  }
  .video-thumb-wrap .thumb-images .hero-video a::before {
    width: 120px;
    height: 120px;
  }
  .video-thumb-wrap .thumb-images .hero-video a::after {
    width: 165px;
    height: 165px;
  }
  .video-thumb-wrap .thumb-images:nth-child(1) {
    margin-top: -25px;
  }
  .video-thumb-wrap .thumb-images:nth-child(1) img {
    -webkit-transform: rotate(2.39deg);
        -ms-transform: rotate(2.39deg);
            transform: rotate(2.39deg);
  }
  .video-thumb-wrap .thumb-images:nth-child(2) img {
    -webkit-transform: rotate(-2.64deg);
        -ms-transform: rotate(-2.64deg);
            transform: rotate(-2.64deg);
  }
  .video-thumb-wrap .thumb-images:nth-child(3) img {
    -webkit-transform: rotate(2.59deg);
        -ms-transform: rotate(2.59deg);
            transform: rotate(2.59deg);
  }
}

.hero-marquee-wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  padding: 33px 0;
  margin-top: 145px;
  z-index: 2;
}
.hero-marquee-wrap .marquee-main-wrapper.style-2 {
  -webkit-animation: marquee-slide2 75s linear infinite;
          animation: marquee-slide2 75s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-marquee-wrap {
    margin-top: 120px;
  }
}

/* !END: Theme Hero CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.fa-about-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.fa-about-section .heading-area .sec-title {
  margin-top: -80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-about-section .heading-area .sec-title {
    margin-top: -50px;
  }
}
.fa-about-section.v-2 {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--fa-color-grey-6)), to(var(--fa-color-grey-7)));
  background: linear-gradient(360deg, var(--fa-color-grey-6) 0%, var(--fa-color-grey-7) 100%);
}
.fa-about-section.v-2 .heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  row-gap: 25px;
  max-width: 1770px;
  width: 100%;
  margin-left: auto;
}
.fa-about-section.v-2 .heading-area .sub-title {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--fa-color-theme-primary);
  -webkit-text-fill-color: var(--fa-color-grey-7);
}
.fa-about-section.v-2 .heading-area .header-desc {
  max-width: 375px;
  width: 100%;
}
.fa-about-section.v-2 .heading-area .header-desc .desc {
  font-size: 18px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  margin-bottom: 75px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fa-about-section.v-2 .heading-area {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-about-section.v-2 .heading-area {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .fa-about-section.v-2 .heading-area .sec-title {
    margin-top: -55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-about-section.v-2 .heading-area {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .fa-about-section.v-2 .heading-area .sec-title {
    margin-top: -55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-about-section.v-2 .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fa-about-section.v-2 .heading-area .sec-title {
    margin-top: -45px;
  }
  .fa-about-section.v-2 .heading-area .header-desc {
    max-width: 100%;
  }
  .fa-about-section.v-2 .heading-area .header-desc .desc {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-about-section.v-2 .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fa-about-section.v-2 .heading-area .sec-title {
    margin-top: -35px;
  }
  .fa-about-section.v-2 .heading-area .header-desc {
    max-width: 100%;
  }
  .fa-about-section.v-2 .heading-area .header-desc .desc {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .fa-about-section.v-2 .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fa-about-section.v-2 .heading-area .sub-title {
    -webkit-text-stroke-width: 2px;
  }
  .fa-about-section.v-2 .heading-area .sec-title {
    margin-top: -20px;
  }
  .fa-about-section.v-2 .heading-area .header-desc {
    max-width: 100%;
  }
  .fa-about-section.v-2 .heading-area .header-desc .desc {
    margin-bottom: 25px;
  }
}
.fa-about-section.v-3 {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-about-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-about-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .fa-about-section .heading-area .sec-title {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-about-section .heading-area .sec-title {
    margin-top: -40px;
  }
}
@media (max-width: 575px) {
  .fa-about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-about-section .heading-area .sec-title {
    margin-top: -10px;
  }
}

.about-feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.about-feature-wrap .feature-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  row-gap: 15px;
}
.about-feature-wrap .feature-brand .brand-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-feature-wrap .feature-brand {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-feature-wrap .feature-brand {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-feature-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
  }
  .about-feature-wrap .feature-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-feature-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
  }
  .about-feature-wrap .feature-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  .about-feature-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
  }
  .about-feature-wrap .feature-brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.mission-vision-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
  row-gap: 40px;
  background: var(--fa-color-theme-secondary);
  padding: 37px 60px 36px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  bottom: 55px;
  width: calc(100% - 800px);
  z-index: 2;
}
.mission-vision-item .mission-vision-list .mission-vision-title {
  color: var(--fa-color-common-white);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.mission-vision-item .mission-vision-list .mission-vision-desc {
  font-size: 18px;
  color: var(--fa-color-grey-5);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.9;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .mission-vision-item {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding: 37px 20px 36px;
    bottom: 30px;
    width: calc(100% - 735px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mission-vision-item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 15px 20px 15px;
    bottom: -40px;
    width: calc(100% - 520px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mission-vision-item {
    position: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
    width: calc(100% - 95px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mission-vision-item {
    position: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .mission-vision-item {
    position: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .mission-vision-item {
    position: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 15px 30px;
    border-radius: 15px;
    margin: 30px auto 0;
    width: 100%;
  }
}

.about-video-wrap {
  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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
}
.about-video-wrap .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
}
.about-video-wrap .about-content .about-images {
  position: relative;
  max-width: 600px;
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
}
.about-video-wrap .about-content .about-images img {
  width: 100%;
  border-radius: 50px;
}
.about-video-wrap .about-content .about-text {
  max-width: 656px;
  width: 100%;
}
.about-video-wrap .about-content .about-text .about-desc {
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  margin-bottom: 0;
  line-height: 1.9;
}
.about-video-wrap .about-content .about-text .about-button {
  margin-top: 40px;
}
.about-video-wrap .about-video-btn .video-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 210px;
  position: relative;
}
.about-video-wrap .about-video-btn .video-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url(../images/shapes/video-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: contactrotate 20s infinite linear;
          animation: contactrotate 20s infinite linear;
}
.about-video-wrap .about-video-btn .video-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  background: url(../images/shapes/video-mask.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.about-video-wrap .about-video-btn .video-btn:hover::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.about-video-wrap .about-video-btn .video-btn:hover img {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-video-wrap {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-video-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .about-video-wrap .about-content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-video-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .about-video-wrap .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-video-wrap .about-content .about-images {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .about-video-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .about-video-wrap .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-video-wrap .about-content .about-images {
    max-width: 100%;
    border-radius: 15px;
  }
  .about-video-wrap .about-content .about-images img {
    border-radius: 15px;
  }
}

.about-images-group {
  max-width: 870px;
  width: 100%;
  -webkit-mask-image: url(../images/shapes/about-mask-images.svg);
          mask-image: url(../images/shapes/about-mask-images.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  border-radius: 50px;
}
.about-images-group img {
  border-radius: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-images-group {
    max-width: 795px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-images-group {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-images-group {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .about-images-group {
    border-radius: 15px;
  }
  .about-images-group img {
    border-radius: 15px;
  }
}

.feature-list-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  color: var(--fa-color-heading-primary);
}
@media (max-width: 575px) {
  .feature-list-one li {
    font-size: 20px;
  }
}

.about-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about-count-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  left: -85px;
  max-width: 488px;
  height: 490px;
  width: 100%;
  background: var(--fa-color-common-white);
  text-align: center;
  -webkit-mask-image: url(../images/shapes/ab-mask.svg);
          mask-image: url(../images/shapes/ab-mask.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: 1;
}
.about-count-item .ab-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  left: -70px;
  top: 50px;
  font-size: 150px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  line-height: 1;
}
.about-count-item .ab-count .ab-icons {
  position: absolute;
  right: -10px;
  bottom: -30px;
}
.about-count-item .sub-title {
  display: block;
  left: -65px;
  top: 50px;
  position: relative;
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-count-item {
    left: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-count-item {
    max-width: 440px;
    height: 440px;
    left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-count-item {
    max-width: 440px;
    height: 440px;
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-count-item {
    max-width: 325px;
    height: 325px;
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-count-item {
    max-width: 215px;
    height: 215px;
    left: 10px;
  }
  .about-count-item .ab-count {
    font-size: 65px;
    left: -35px;
    top: 30px;
  }
  .about-count-item .ab-count .ab-icons {
    right: -15px;
    bottom: -10px;
  }
  .about-count-item .sub-title {
    left: -30px;
    top: 25px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .about-count-item {
    max-width: 115px;
    height: 115px;
    left: 10px;
  }
  .about-count-item .ab-count {
    font-size: 35px;
    left: -20px;
    top: 18px;
  }
  .about-count-item .ab-count .ab-icons {
    right: -15px;
    bottom: 0px;
  }
  .about-count-item .sub-title {
    left: -15px;
    top: 18px;
    font-size: 15px;
  }
}

.mission-vision-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 25px;
}
.mission-vision-wrap .mission-vision-list {
  max-width: 410px;
  width: 100%;
  border-right: 1px solid rgba(24, 16, 52, 0.3);
  padding-right: 70px;
  margin-right: 70px;
}
.mission-vision-wrap .mission-vision-list:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
  max-width: 325px;
}
.mission-vision-wrap .mission-vision-list .mission-vision-title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.mission-vision-wrap .mission-vision-list .mission-vision-desc {
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-family: var(--fa-fw-medium);
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-vision-wrap .mission-vision-list {
    padding-right: 25px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-vision-wrap .mission-vision-list {
    padding-right: 25px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mission-vision-wrap .mission-vision-list {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .mission-vision-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mission-vision-wrap .mission-vision-list {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
  .mission-vision-wrap .mission-vision-list .mission-vision-desc {
    margin-top: 10px;
  }
}

.about-video-thumb {
  position: relative;
  margin-top: -245px;
}
.about-video-thumb img {
  border-radius: 50px;
}
.about-video-thumb .ab-video-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-video-thumb .ab-video-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: url(../images/shapes/video-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.about-video-thumb .ab-video-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  background: url(../images/shapes/video-shapes.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-video-thumb .ab-video-button img {
  position: relative;
  border-radius: 0px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-thumb {
    margin-top: -185px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-video-thumb {
    margin-top: -160px;
  }
  .about-video-thumb .ab-video-button::before {
    width: 100px;
    height: 100px;
  }
  .about-video-thumb .ab-video-button::after {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-video-thumb {
    margin-top: -160px;
  }
  .about-video-thumb .ab-video-button::before {
    width: 100px;
    height: 100px;
  }
  .about-video-thumb .ab-video-button::after {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .about-video-thumb {
    margin-top: -85px;
  }
  .about-video-thumb img {
    border-radius: 15px;
  }
  .about-video-thumb .ab-video-button::before {
    width: 65px;
    height: 65px;
  }
  .about-video-thumb .ab-video-button::after {
    width: 95px;
    height: 95px;
  }
}

.about-3-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 24px;
}
.about-3-wrapper .about-top-wrap {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  position: relative;
}
.about-3-wrapper .about-top-wrap .about-images {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 510px;
  width: 100%;
}
.about-3-wrapper .about-top-wrap .about-images img {
  border-radius: 50px;
}
.about-3-wrapper .heading-area {
  position: relative;
  z-index: 1;
}
.about-3-wrapper .heading-area .sub-title {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--fa-color-theme-primary);
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-3-wrapper {
    row-gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-3-wrapper {
    row-gap: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-3-wrapper .about-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-3-wrapper .about-top-wrap .about-images {
    position: initial;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-3-wrapper .about-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-3-wrapper .about-top-wrap .about-images {
    position: initial;
    max-width: 100%;
  }
  .about-3-wrapper .heading-area .sub-title {
    -webkit-text-stroke-width: 2px;
  }
}
@media (max-width: 575px) {
  .about-3-wrapper .about-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-3-wrapper .about-top-wrap .about-images {
    position: initial;
    max-width: 100%;
  }
  .about-3-wrapper .about-top-wrap .about-images img {
    border-radius: 15px;
  }
  .about-3-wrapper .heading-area .sub-title {
    -webkit-text-stroke-width: 2px;
  }
}

.about-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
}
.about-bottom-wrap .about-thumb-wrap {
  max-width: 790px;
  width: 100%;
}
.about-bottom-wrap .about-thumb-wrap img {
  border-radius: 50px;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-bottom-wrap .about-thumb-wrap {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-bottom-wrap .about-thumb-wrap {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-bottom-wrap .about-thumb-wrap {
    max-width: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-bottom-wrap .about-thumb-wrap {
    max-width: 295px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .about-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-bottom-wrap .about-thumb-wrap img {
    border-radius: 15px;
  }
}

.about-list-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 395px;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--fa-color-theme-primary);
  -webkit-mask-image: url(../images/shapes/h3-about-shape.svg);
          mask-image: url(../images/shapes/h3-about-shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  padding: 72px 52px;
}
.about-list-wrap .about-text {
  margin-bottom: 30px;
}
.about-list-wrap .about-text .about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: var(--fa-color-common-white);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.about-list-wrap .about-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 24px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-bottom: 20px;
}
.about-list-wrap .about-list ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-list-wrap {
    padding: 72px 15px;
  }
}

.about-count-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 395px;
  width: 100%;
  height: 400px;
  background: var(--fa-color-theme-secondary);
  -webkit-mask-image: url(../images/shapes/h3-about-shape.svg);
          mask-image: url(../images/shapes/h3-about-shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}
.about-count-wrap .fa-count {
  display: block;
  color: var(--fa-color-common-white);
  font-size: 80px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  line-height: 1;
}
.about-count-wrap .sub-title {
  display: block;
  font-size: 24px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  margin-top: 10px;
}

@-webkit-keyframes contactrotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes contactrotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/
.contact-inner-section .footer-contact-area .heading-area .sub-title {
  -webkit-text-fill-color: var(--fa-color-common-white);
}
.contact-inner-section .footer-contact-area .heading-area .sec-title {
  background: -webkit-gradient(linear, right top, left top, from(var(--fa-color-common-white)), color-stop(71.63%, var(--fa-color-theme-bg)));
  background: linear-gradient(-90deg, var(--fa-color-common-white) 0%, var(--fa-color-theme-bg) 71.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-inner-section .footer-contact-area .contact-item form .form-input:last-child {
  margin-bottom: 0;
}
.contact-inner-section .footer-contact-area .contact-item form .form-input textarea,
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=tel],
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=email],
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=text] {
  color: var(--fa-color-heading-primary);
}
.contact-inner-section .footer-contact-area .contact-item form .form-input textarea::-ms-input-placeholder,
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=tel]::-ms-input-placeholder,
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=email]::-ms-input-placeholder,
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=text]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.contact-inner-section .footer-contact-area .contact-item form .form-input textarea::-webkit-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=tel]::-webkit-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=email]::-webkit-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=text]::-webkit-input-placeholder {
  color: var(--fa-color-text-body);
}
.contact-inner-section .footer-contact-area .contact-item form .form-input textarea::-moz-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=tel]::-moz-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=email]::-moz-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=text]::-moz-placeholder {
  color: var(--fa-color-text-body);
}
.contact-inner-section .footer-contact-area .contact-item form .form-input textarea:-ms-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=tel]:-ms-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=email]:-ms-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=text]:-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.contact-inner-section .footer-contact-area .contact-item form .form-input textarea::-ms-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=tel]::-ms-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=email]::-ms-input-placeholder, .contact-inner-section .footer-contact-area .contact-item form .form-input input[type=text]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.contact-inner-section .footer-contact-area .contact-item form .form-input textarea::placeholder,
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=tel]::placeholder,
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=email]::placeholder,
.contact-inner-section .footer-contact-area .contact-item form .form-input input[type=text]::placeholder {
  color: var(--fa-color-text-body);
}
.contact-inner-section .footer-contact-area .fa-select .nice-select span {
  color: var(--fa-color-text-body);
}
.contact-inner-section .footer-contact-area .contact-images-group {
  max-width: 485px;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-inner-section .footer-contact-area .contact-images-group {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-inner-section .footer-contact-area .contact-images-group {
    max-width: 350px;
  }
}

.contact-main-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}
.contact-main-wrapper .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  background: var(--fa-color-common-white);
  border: 1px solid var(--fa-color-border-4);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  padding: 30px 30px;
  border-radius: 15px;
}
.contact-main-wrapper .contact-item .sub-title {
  display: block;
  font-weight: var(--fa-fw-sbold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.contact-main-wrapper .contact-item .contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: var(--fa-fw-sbold);
  margin-bottom: 0;
}
.contact-main-wrapper .contact-item .contact-title a {
  position: relative;
}
.contact-main-wrapper .contact-item .contact-title a::before {
  position: absolute;
  content: "";
  bottom: 0px;
  inset-inline-end: 0;
  width: 0;
  left: 0;
  height: 1px;
  background: var(--fa-color-heading-primary);
}
.contact-main-wrapper .contact-item .contact-title a:hover::before {
  width: 100%;
  -webkit-animation: linehover 0.8s linear;
          animation: linehover 0.8s linear;
}
.contact-main-wrapper .contact-item:hover .contact-icon {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-main-wrapper .contact-item {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 50px;
  }
  .contact-main-wrapper .contact-item {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 50px;
  }
  .contact-main-wrapper .contact-item {
    padding: 30px 15px;
  }
  .contact-main-wrapper .contact-item .contact-title {
    font-size: 20px;
  }
}

.google-map-wrapper {
  padding-top: 80px;
  padding-bottom: 150px;
}
.google-map-wrapper iframe {
  width: 100%;
  height: 500px;
  border-radius: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-map-wrapper {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .google-map-wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .google-map-wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .google-map-wrapper iframe {
    border-radius: 15px;
  }
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.fa-service-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: var(--fa-color-theme-bg);
  position: relative;
  overflow: hidden;
}
.fa-service-section::before {
  position: absolute;
  content: "";
  width: 775px;
  height: 775px;
  top: -30%;
  right: -20%;
  background: radial-gradient(50% 50%, rgba(255, 98, 28, 0.9) 0%, rgba(255, 98, 28, 0) 100%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.fa-service-section::after {
  position: absolute;
  content: "";
  width: 785px;
  height: 785px;
  top: -25%;
  right: -10%;
  background: radial-gradient(50% 50% at 50% 50%, var(--fa-color-theme-secondary) 0%, rgba(77, 53, 172, 0) 100%);
  -webkit-filter: blur(175px);
          filter: blur(175px);
}
.fa-service-section .heading-area .sub-title {
  -webkit-text-fill-color: var(--fa-color-theme-bg);
}
.fa-service-section .heading-area .sec-title {
  background: -webkit-gradient(linear, left top, right top, from(var(--fa-color-common-white)), to(var(--fa-color-theme-bg)));
  background: linear-gradient(90deg, var(--fa-color-common-white) 0%, var(--fa-color-theme-bg) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-service-section .heading-area .sec-title {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-service-section .heading-area .sec-title {
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  .fa-service-section .heading-area .sec-title {
    margin-top: -10px;
  }
}
.fa-service-section .service-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 74px;
     -moz-column-gap: 74px;
          column-gap: 74px;
  row-gap: 60px;
  position: relative;
  z-index: 2;
}
.fa-service-section .service-main-wrapper .tab-content {
  width: 100%;
}
.fa-service-section .service-main-wrapper .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 420px;
  width: 100%;
}
.fa-service-section .service-main-wrapper .nav .nav-link {
  background-color: transparent;
  position: relative;
  padding: 0;
  text-align: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-service-section .service-main-wrapper .nav {
    max-width: 345px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-service-section .service-main-wrapper .nav {
    max-width: 615px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-service-section .service-main-wrapper .nav {
    max-width: 565px;
  }
}
@media (max-width: 575px) {
  .fa-service-section .service-main-wrapper {
    row-gap: 50px;
  }
  .fa-service-section .service-main-wrapper .nav {
    max-width: 100%;
  }
}
.fa-service-section.v-2 {
  position: relative;
  background-color: var(--fa-color-common-white);
  padding-bottom: 150px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-service-section.v-2 {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-service-section.v-2 {
    padding-bottom: 80px;
  }
}
.fa-service-section.v-2::before {
  position: absolute;
  content: "";
  width: 850px;
  height: 850px;
  top: -30%;
  right: -20%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 98, 28, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}
.fa-service-section.v-2::after {
  position: absolute;
  content: "";
  width: 850px;
  height: 850px;
  top: 15%;
  right: -10%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(77, 53, 172, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}
.fa-service-section.v-2 .heading-area .sub-title {
  -webkit-text-fill-color: var(--fa-color-common-white);
}
.fa-service-section.v-2 .heading-area .sec-title {
  background: -webkit-gradient(linear, right top, left top, from(var(--fa-color-common-white)), to(var(--fa-color-theme-bg)));
  background: linear-gradient(-90deg, var(--fa-color-common-white) 0%, var(--fa-color-theme-bg) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fa-service-section.v-2 .service-main-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-service-section.v-2 .service-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-service-section.v-2 .service-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}
.fa-service-section.v-3::before {
  display: none;
}
.fa-service-section.v-3::after {
  display: none;
}
.fa-service-section.v-3 .heading-area {
  margin-bottom: 120px;
}
.fa-service-section.v-3 .heading-area .sec-title {
  margin-top: -20px;
}
.fa-service-section.v-3 .h3-service-shapes {
  position: absolute;
  bottom: 35px;
  right: 35px;
  max-width: 485px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-service-section.v-3 .heading-area {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-service-section.v-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-service-section.v-3 .heading-area {
    margin-bottom: 50px;
  }
  .fa-service-section.v-3 .heading-area .sec-title {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-service-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .fa-service-section .service-main-wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-service-section .service-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-3-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-3-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-3-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-nav-item {
  max-width: 425px;
  width: 100%;
}
.service-nav-item .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: var(--fa-color-grey-3);
  font-weight: var(--fa-fw-bold);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.service-nav-item:last-child .service-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-nav-item {
    max-width: 595px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-nav-item {
    max-width: 550px;
  }
}
@media (max-width: 575px) {
  .service-nav-item .service-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.service-item .service-images {
  position: relative;
  overflow: hidden;
  max-width: 570px;
  width: 100%;
  border-radius: 50px;
}
.service-item .service-images img {
  width: 100%;
  border-radius: 50px;
}
.service-item .service-content {
  position: absolute;
  right: 0;
  bottom: 55px;
  background: var(--fa-color-common-white);
  padding: 50px 30px;
  border-radius: 50px;
  max-width: 685px;
  width: 100%;
}
.service-item .service-content .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.service-item .service-content .service-desc {
  font-weight: var(--fa-fw-medium);
  font-family: var(--fa-ff-heading);
  margin-top: 30px;
  margin-bottom: 0;
  max-width: 530px;
  width: 100%;
  line-height: 1.8;
}
.service-item .service-content .item-list-one {
  max-width: 670px;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item .service-content {
    max-width: 560px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item .service-content {
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .service-item .service-images {
    display: none;
  }
  .service-item .service-content {
    position: initial;
    padding: 35px 15px;
    border-radius: 15px;
  }
}

.service-style-2 {
  position: relative;
  border: 1px solid var(--fa-color-border-3);
  border-radius: 50px;
  padding: 40px 40px 0px 40px;
  overflow: hidden;
  background: var(--fa-color-common-white);
  text-align: center;
  z-index: 2;
}
.service-style-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -30%;
  left: 0;
  -webkit-mask-image: url(../images/shapes/service-item-shapes.svg);
          mask-image: url(../images/shapes/service-item-shapes.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: rgba(0, 0, 0, 0.2);
}
.service-style-2 .service-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.service-style-2 .service-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--fa-color-grey-9);
  border-radius: 20px;
  margin-top: 36px;
  position: relative;
  z-index: 1;
}
.service-style-2 .service-desc {
  position: relative;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.8;
  z-index: 1;
}
.service-style-2:nth-child(2) .service-icons {
  background: var(--fa-color-grey-8);
}
.service-style-2 .service-list-one {
  margin-top: 46px;
}
.service-style-2 .service-list-one ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-style-2 .service-list-one ul li {
  position: relative;
  top: -10px;
  margin-left: -15px;
}
.service-style-2 .service-list-one ul li:nth-child(1) {
  margin-left: 0px;
}
.service-style-2 .service-list-one ul li:nth-child(2) {
  top: 22px;
}
.service-style-2 .service-list-one ul li:nth-child(3) {
  top: -22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-style-2 {
    padding: 30px 15px 0px 15px;
  }
  .service-style-2::before {
    top: -35%;
  }
}
@media (max-width: 575px) {
  .service-style-2 {
    padding: 30px 15px 0px 15px;
    border-radius: 15px;
  }
  .service-style-2::before {
    top: -35%;
  }
}

.service-style-3 {
  position: relative;
  background: var(--fa-color-grey-4);
  padding: 35px 110px 50px 35px;
  border-radius: 50px;
}
.service-style-3:nth-child(2) {
  top: -50px;
}
.service-style-3:nth-child(2) .service-icon {
  background: var(--fa-color-theme-secondary);
}
.service-style-3:nth-child(3) {
  top: -100px;
}
.service-style-3 .service-content .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fa-color-common-white);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.service-style-3 .service-content .service-desc {
  font-size: 18px;
  color: var(--fa-color-grey-15);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-top: 20px;
  margin-bottom: 0;
}
.service-style-3 .service-content .list-style-two {
  margin-top: 40px;
}
.service-style-3 .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 125px;
  background: var(--fa-color-theme-primary);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px;
}
.service-style-3:hover .service-icon img {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .service-style-3 .service-icon {
    width: 100px;
    height: 115px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-style-3 {
    padding: 35px 35px 50px 30px;
  }
  .service-style-3 .service-content .service-title {
    font-size: 24px;
  }
  .service-style-3 .service-content .service-title img {
    max-width: 60px;
    width: 100%;
  }
  .service-style-3 .service-icon {
    width: 70px;
    height: 80px;
  }
  .service-style-3 .service-icon img {
    max-width: 50px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-style-3 {
    padding: 35px 35px 50px 30px;
  }
  .service-style-3:nth-child(2) {
    top: 0px;
  }
  .service-style-3:nth-child(3) {
    top: 0px;
  }
  .service-style-3 .service-content .service-title {
    font-size: 24px;
  }
  .service-style-3 .service-content .service-title img {
    max-width: 60px;
    width: 100%;
  }
  .service-style-3 .service-icon {
    width: 70px;
    height: 80px;
  }
  .service-style-3 .service-icon img {
    max-width: 50px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-style-3 {
    padding: 35px 35px 50px 15px;
  }
  .service-style-3:nth-child(2) {
    top: 0px;
  }
  .service-style-3:nth-child(3) {
    top: 0px;
  }
  .service-style-3 .service-content .service-title {
    font-size: 24px;
  }
  .service-style-3 .service-content .service-title img {
    max-width: 60px;
    width: 100%;
  }
  .service-style-3 .service-icon {
    width: 70px;
    height: 80px;
  }
  .service-style-3 .service-icon img {
    max-width: 50px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .service-style-3 {
    padding: 35px 35px 50px 15px;
    border-radius: 15px;
  }
  .service-style-3:nth-child(2) {
    top: 0px;
  }
  .service-style-3:nth-child(3) {
    top: 0px;
  }
  .service-style-3 .service-content .service-title {
    font-size: 20px;
  }
  .service-style-3 .service-content .service-title img {
    max-width: 60px;
    width: 100%;
  }
  .service-style-3 .service-icon {
    width: 50px;
    height: 56px;
    border-radius: 10px;
  }
  .service-style-3 .service-icon img {
    max-width: 35px;
    width: 100%;
  }
}

.service-list-one ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-list-one ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  border-radius: 50%;
  font-size: 16px;
  text-align: start;
  padding: 20px 12px;
  line-height: 1.7;
}
.service-list-one ul li span {
  max-width: 18px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-list-one ul li {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    width: 130px;
    height: 130px;
    padding: 10px 8px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-list-one ul li {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    width: 115px;
    height: 115px;
    padding: 10px 6px;
    font-size: 13px;
  }
}

.list-style-two ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.list-style-two ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 18px;
  color: var(--fa-color-common-white);
  font-weight: var(--fa-fw-sbold);
  font-family: var(--fa-ff-heading);
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Service Details CSS
----------------------------------------*/
.fa-service-details-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.service-details-content-wrapper .service-details-text .title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.service-details-content-wrapper .service-details-text .desc {
  font-weight: var(--fa-fw-medium);
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.7;
}

.service-details-thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.service-details-thumb-wrap .thumb-image {
  max-width: 400px;
  width: 100%;
}
.service-details-thumb-wrap .thumb-image img {
  border-radius: 20px;
}
.service-details-thumb-wrap .check-style-5 {
  max-width: 595px;
  width: 100%;
}
.service-details-thumb-wrap .check-style-5 .title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 20px;
}

.service-details-document-wrap .title {
  margin-bottom: 25px;
}
.service-details-document-wrap .document-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
  max-width: 725px;
  width: 100%;
}
.service-details-document-wrap .document-list .document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.service-details-document-wrap .document-list .document-item .document-icons {
  max-width: 35px;
  width: 100%;
}
.service-details-document-wrap .document-list .document-item .document-text .title {
  font-size: 20px;
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.service-details-document-wrap .document-list .document-item .document-text .desc {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.7;
}

.service-details-check-wrap {
  margin-top: 40px;
}
.service-details-check-wrap .title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 20px;
}
.service-details-check-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: var(--fa-fw-medium);
  margin-bottom: 12px;
}
.service-details-check-wrap ul li:last-child {
  margin-bottom: 0;
}

.service-details-video-wrap {
  margin-top: 40px;
}
.service-details-video-wrap .video-wrap img {
  border-radius: 30px;
}
.service-details-video-wrap .desc {
  font-weight: var(--fa-fw-medium);
  max-width: 795px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.7;
}

.fa-service-sidebar-widget {
  position: relative;
  border: 1px solid var(--fa-color-border-4);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 40px 35px;
  z-index: 1;
}
.fa-service-sidebar-widget .widget-title {
  color: var(--fa-color-heading-primary);
  position: relative;
  font-weight: var(--fa-fw-bold);
  margin-bottom: 20px;
  line-height: 1;
  z-index: 1;
}
.fa-service-sidebar-widget .widget-title span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 2px;
  background: var(--fa-color-heading-primary);
  margin-left: 10px;
  top: -6px;
}
.fa-service-sidebar-widget .widget-title span::after, .fa-service-sidebar-widget .widget-title span::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid var(--fa-color-heading-primary);
  border-radius: 50%;
}
.fa-service-sidebar-widget .widget-title span::after {
  left: auto;
  right: -6px;
}
.fa-service-sidebar-widget.widget_search .search-box form {
  position: relative;
  width: 100%;
  z-index: 1;
}
.fa-service-sidebar-widget.widget_search .search-box form input[type=search] {
  font-size: 16px;
  background: var(--fa-color-common-white);
  width: 100%;
  border: none;
  padding: 19px 65px 19px 25px;
  font-weight: var(--fa-fw-sbold);
  border: 1px solid var(--fa-color-border-4);
  text-transform: uppercase;
  border-radius: 8px;
  line-height: 1;
}
.fa-service-sidebar-widget.widget_search .search-box form input[type=search]::-webkit-input-placeholder {
  color: var(--fa-color-text-body);
}
.fa-service-sidebar-widget.widget_search .search-box form input[type=search]::-moz-placeholder {
  color: var(--fa-color-text-body);
}
.fa-service-sidebar-widget.widget_search .search-box form input[type=search]:-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.fa-service-sidebar-widget.widget_search .search-box form input[type=search]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.fa-service-sidebar-widget.widget_search .search-box form input[type=search]::placeholder {
  color: var(--fa-color-text-body);
}
.fa-service-sidebar-widget.widget_search .search-box form input[type=search]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.fa-service-sidebar-widget.widget_search .search-box form :focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.fa-service-sidebar-widget.widget_search .search-box form button {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background: var(--fa-color-theme-primary);
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.fa-service-sidebar-widget.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fa-service-sidebar-widget.widget_categories ul li {
  margin-bottom: 15px;
  border: 1px solid var(--fa-color-border-4);
  border-radius: 8px;
}
.fa-service-sidebar-widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.fa-service-sidebar-widget.widget_categories ul li a {
  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;
  font-size: 18px;
  font-weight: var(--fa-fw-sbold);
  padding: 16px 25px;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input {
  margin-bottom: 20px;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.fa-service-sidebar-widget.widget_form .form-wrap .form-input textarea,
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=email],
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=text] {
  width: 100%;
  padding: 17px 20px;
  background: transparent;
  border: 1px solid var(--fa-color-border-4);
  font-weight: var(--fa-fw-sbold);
  text-transform: uppercase;
  border-radius: 8px;
  letter-spacing: 0.05em;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input textarea::-webkit-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=email]::-webkit-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=text]::-webkit-input-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
  letter-spacing: 0.05em;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input textarea::-moz-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=email]::-moz-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=text]::-moz-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
  letter-spacing: 0.05em;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input textarea:-ms-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=email]:-ms-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=text]:-ms-input-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
  letter-spacing: 0.05em;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input textarea::-ms-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=email]::-ms-input-placeholder, .fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=text]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
  letter-spacing: 0.05em;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.fa-service-sidebar-widget.widget_form .form-wrap .form-input textarea::placeholder,
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=email]::placeholder,
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=text]::placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
  letter-spacing: 0.05em;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.fa-service-sidebar-widget.widget_form .form-wrap .form-input textarea::-ms-input-placeholder,
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=email]::-ms-input-placeholder,
.fa-service-sidebar-widget.widget_form .form-wrap .form-input input[type=text]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
  letter-spacing: 0.05em;
}
.fa-service-sidebar-widget.widget_form .form-wrap .form-input textarea {
  min-height: 180px;
  resize: none;
}
.fa-service-sidebar-widget.widget_form .form-wrap .fa-select .nice-select {
  border: 1px solid var(--fa-color-border-4);
}

/* !END: Service Details CSS */
/**----------------------------------------
START: Theme Project CSS
----------------------------------------*/
.fa-project-section {
  padding-top: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--fa-color-grey-6)), color-stop(78.85%, var(--fa-color-grey-7)));
  background: linear-gradient(360deg, var(--fa-color-grey-6) 0%, var(--fa-color-grey-7) 78.85%);
}
.fa-project-section .heading-area {
  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;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 25px;
  margin-bottom: 80px;
}
.fa-project-section .heading-area .sec-title {
  margin-top: -25px;
}
.fa-project-section .heading-area .view-blog-btn::before {
  width: 245px;
  height: 245px;
  background: var(--fa-color-theme-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-project-section .heading-area .view-blog-btn::before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .fa-project-section .heading-area .view-blog-btn::before {
    width: 195px;
    height: 195px;
  }
}
.fa-project-section .swiper-wrapper .swiper-slide {
  border-radius: 50px 50px 0 0;
}
.fa-project-section .swiper-wrapper .swiper-slide.swiper-slide-active .project-item {
  opacity: 1;
}
.fa-project-section .swiper-wrapper .swiper-slide.swiper-slide-active .project-item .project-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fa-project-section .swiper-wrapper .swiper-slide.swiper-slide-active .project-item:hover .project-image img {
  -webkit-transform: scale(1.1) rotate(1deg);
      -ms-transform: scale(1.1) rotate(1deg);
          transform: scale(1.1) rotate(1deg);
}
.fa-project-section.v-2 {
  position: relative;
  background: var(--fa-color-common-white);
  padding-bottom: 175px;
  overflow: hidden;
}
.fa-project-section.v-2::before {
  content: "";
  position: absolute;
  top: -14%;
  left: -12%;
  width: 785px;
  height: 785px;
  border-radius: 50%;
  background: var(--fa-color-theme-primary);
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 98, 28, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.fa-project-section.v-2::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: -25%;
  width: 1685px;
  height: 1685px;
  border-radius: 50%;
  background: var(--fa-color-theme-secondary);
  background: radial-gradient(50% 50% at 50% 50%, rgba(77, 53, 172, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.fa-project-section.v-2 .heading-area {
  max-width: 1770px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 100px;
}
.fa-project-section.v-3 {
  background: transparent;
  padding-bottom: 150px;
}
.fa-project-section.inner-page {
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-project-section {
    padding-top: 120px;
  }
  .fa-project-section.v-3 {
    padding-bottom: 120px;
  }
  .fa-project-section.inner-page {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-project-section {
    padding-top: 80px;
  }
  .fa-project-section.v-3 {
    padding-bottom: 80px;
  }
  .fa-project-section.inner-page {
    padding-bottom: 80px;
  }
  .fa-project-section .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .fa-project-section .heading-area .sec-title {
    margin-top: -10px;
  }
}

.project-main-wrapper {
  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;
  position: relative;
}
.project-main-wrapper .project-active-thumb {
  position: absolute;
  right: 60px;
  top: 50%;
  max-width: 600px;
  -webkit-transform: translateY(-50%) rotate(10.77deg);
      -ms-transform: translateY(-50%) rotate(10.77deg);
          transform: translateY(-50%) rotate(10.77deg);
  overflow: hidden;
  border-radius: 50px;
  z-index: 2;
}
.project-main-wrapper .project-active-thumb img {
  border-radius: 50px;
}

.project-3-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .project-3-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-3-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-item {
  position: relative;
  opacity: 0.5;
}
.project-item .project-image {
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
}
.project-item .project-image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.44%, rgba(24, 16, 52, 0)), to(rgba(24, 16, 52, 0.9)));
  background: linear-gradient(180deg, rgba(24, 16, 52, 0) 26.44%, rgba(24, 16, 52, 0.9) 100%);
  z-index: 1;
}
.project-item .project-image img {
  border-radius: 50px 50px 0 0;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.project-item .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 35px 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.project-item .project-content .sub-title {
  display: inline-block;
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-primary);
  border-radius: 100px;
  padding: 12px 23px;
  margin-bottom: 30px;
  line-height: 1;
}
.project-item .project-content .project-title {
  color: var(--fa-color-common-white);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.project-item .project-content .project-title:hover a {
  letter-spacing: 0.03em;
}
.project-item:hover .project-content {
  bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item .project-image img {
    height: 615px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item .project-image img {
    height: 615px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item .project-image img {
    height: 565px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-item .project-image img {
    height: 495px;
  }
}
@media (max-width: 575px) {
  .project-item .project-content {
    padding: 35px 20px;
  }
  .project-item .project-content .sub-title {
    margin-bottom: 20px;
  }
  .project-item .project-image img {
    height: 395px;
    border-radius: 15px 15px 0 0;
  }
}

.project-two-item .project-title {
  color: var(--fa-color-grey-12);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
  -webkit-transform: rotate(-12.84deg);
      -ms-transform: rotate(-12.84deg);
          transform: rotate(-12.84deg);
  margin-bottom: 75px;
  max-width: 1085px;
  width: 100%;
}
.project-two-item .project-title:nth-child(2) {
  -webkit-transform: rotate(-7.35deg);
      -ms-transform: rotate(-7.35deg);
          transform: rotate(-7.35deg);
  margin-bottom: 110px;
}
.project-two-item .project-title:nth-child(3) {
  margin-bottom: 85px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.project-two-item .project-title:nth-child(4) {
  margin-bottom: 95px;
  -webkit-transform: rotate(5.97deg);
      -ms-transform: rotate(5.97deg);
          transform: rotate(5.97deg);
}
.project-two-item .project-title:nth-child(5) {
  margin-bottom: 0px;
  -webkit-transform: rotate(13.47deg);
      -ms-transform: rotate(13.47deg);
          transform: rotate(13.47deg);
}
.project-two-item .project-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.project-two-item .project-title a .project-icons {
  opacity: 0;
  visibility: hidden;
}
.project-two-item .project-title a:hover {
  color: var(--fa-color-heading-primary);
}
.project-two-item .project-title a:hover .project-icons {
  opacity: 1;
  visibility: visible;
}

.project-three-item {
  position: relative;
  border-radius: 50px;
}
.project-three-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  z-index: 1;
}
.project-three-item .project-image {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.project-three-item .project-image a img {
  border-radius: 50px;
}
.project-three-item .project-content {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 2;
}
.project-three-item .project-content .project-title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.project-three-item .project-content .project-title a {
  display: inline-block;
  color: var(--fa-color-common-white);
  background: rgba(255, 255, 255, 0.3);
  padding: 12px 25px;
  border-radius: 80px;
}
.project-three-item .project-content .sub-title {
  display: inline-block;
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-primary);
  padding: 6px 25px;
  border-radius: 80px;
  margin-top: 20px;
}
.project-three-item:hover .project-content .project-title {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.project-three-item:hover .project-content .sub-title {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 575px) {
  .project-three-item {
    border-radius: 15px;
  }
  .project-three-item::before {
    border-radius: 15px;
  }
  .project-three-item .project-image {
    border-radius: 15px;
  }
  .project-three-item .project-image a img {
    border-radius: 15px;
  }
}

.project-three-item .project-image a {
  display: inline-block;
  width: 100%;
}
.project-three-item .project-image a img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* !END: Theme Project CSS */
/**----------------------------------------
START: Theme Project Details CSS
----------------------------------------*/
.fa-portfolio-details-area {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-portfolio-details-area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-portfolio-details-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.extra-title {
  display: none;
}

.portfolio-details-main-wrapper .portfolio-images {
  -webkit-mask-image: url(../images/shapes/project-details-shape.svg);
          mask-image: url(../images/shapes/project-details-shape.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.portfolio-details-main-wrapper .portfolio-images img {
  border-radius: 50px;
}
.portfolio-details-main-wrapper .project-prev-next-wrap {
  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;
  row-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--fa-color-border-4);
  border-radius: 50px;
  padding: 10px 10px;
  margin-top: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-main-wrapper .project-prev-next-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .portfolio-details-main-wrapper .project-prev-next-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details-main-wrapper .portfolio-images img {
    border-radius: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-details-main-wrapper .portfolio-images img {
    border-radius: 15px;
  }
}

.portfolio-details-content-wrap {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  background: var(--fa-color-common-white);
  margin-top: -95px;
}
.portfolio-details-content-wrap .portfolio-details-cate-list {
  position: relative;
  z-index: 1;
}
.portfolio-details-content-wrap .portfolio-details-cate-list ul {
  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;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 15px;
}
.portfolio-details-content-wrap .portfolio-details-cate-list ul li {
  color: var(--fa-color-heading-primary);
  font-size: 20px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
}
.portfolio-details-content-wrap .portfolio-details-cate-list ul li span {
  display: block;
  font-size: 18px;
  font-weight: var(--fa-fw-medium);
  color: var(--fa-color-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details-content-wrap {
    margin-top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-content-wrap {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-content-wrap {
    margin-top: -25px;
  }
}
@media (max-width: 575px) {
  .portfolio-details-content-wrap {
    max-width: 100%;
    margin-top: 20px;
  }
}

.portfolio-details-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  row-gap: 35px;
  margin-top: 95px;
}
.portfolio-details-bottom-wrap .portfolio-details-left-text {
  max-width: 750px;
  width: 100%;
}
.portfolio-details-bottom-wrap .portfolio-details-left-text p {
  font-weight: var(--fa-fw-medium);
  margin-bottom: 25px;
  line-height: 1.7;
}
.portfolio-details-bottom-wrap .portfolio-details-left-text p:last-child {
  margin-bottom: 0;
}
.portfolio-details-bottom-wrap .portfolio-details-left-text .desc {
  font-size: 18px;
  font-family: var(--fa-ff-body);
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-medium);
  line-height: 1.6;
}
.portfolio-details-bottom-wrap .portfolio-details-right-text {
  max-width: 495px;
  width: 100%;
}
.portfolio-details-bottom-wrap .portfolio-details-right-text .desc {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details-bottom-wrap {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-details-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
}

.check-style-4 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-medium);
  margin-bottom: 15px;
}
.check-style-4 ul li:last-child {
  margin-bottom: 0;
}

/* !END: Theme Project Details CSS */
/**----------------------------------------
START: Theme Process CSS
----------------------------------------*/
.fa-process-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.fa-process-section .heading-area {
  margin-bottom: 250px;
}
.fa-process-section .heading-area .process-desc {
  font-size: 18px;
  font-weight: var(--fa-fw-medium);
  font-family: var(--fa-ff-heading);
  max-width: 650px;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-process-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .fa-process-section .heading-area .sec-title {
    margin-top: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-process-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-process-section .heading-area {
    margin-bottom: 60px;
  }
  .fa-process-section .heading-area .sec-title {
    margin-top: -25px;
  }
}
@media (max-width: 575px) {
  .fa-process-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-process-section .heading-area {
    text-align: center;
    margin-bottom: 60px;
  }
  .fa-process-section .heading-area .sec-title {
    margin-top: -10px;
  }
  .fa-process-section .heading-area .process-desc {
    margin-top: 20px;
  }
}

.process-main-wrapper {
  position: relative;
}
.process-main-wrapper .process-item-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
  row-gap: 50px;
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
}
.process-main-wrapper .process-shapes {
  position: absolute;
  top: -555px;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .process-main-wrapper .process-shapes {
    top: -510px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process-main-wrapper .process-shapes {
    top: -475px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-main-wrapper .process-shapes {
    top: -380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-main-wrapper .process-shapes {
    display: none;
  }
  .process-main-wrapper .process-item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-main-wrapper .process-shapes {
    display: none;
  }
  .process-main-wrapper .process-item-wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 575px) {
  .process-main-wrapper .process-shapes {
    display: none;
  }
  .process-main-wrapper .process-item-wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 35px;
  }
}

.process-item {
  position: relative;
  max-width: 320px;
  width: 100%;
  text-align: center;
}
.process-item:nth-child(2) {
  margin-top: -185px;
}
.process-item:nth-child(3) {
  margin-top: -365px;
}
.process-item .process-title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
  line-height: 1.3;
}
.process-item .process-desc {
  margin-top: 26px;
  margin-bottom: 0;
  line-height: 1.7;
}
.process-item .process-images {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.process-item .process-images img {
  border-radius: 50%;
}
.process-item .number {
  font-size: 300px;
  color: rgba(24, 16, 52, 0.04);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  position: absolute;
  top: -85px;
  right: -120px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .process-item .number {
    font-size: 210px;
    top: -65px;
    right: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process-item .number {
    font-size: 175px;
    top: -40px;
    right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-item:nth-child(2) {
    margin-top: -120px;
  }
  .process-item:nth-child(3) {
    margin-top: -240px;
  }
  .process-item .number {
    font-size: 175px;
    top: -40px;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .process-item:nth-child(2) {
    margin-top: 0px;
  }
  .process-item:nth-child(3) {
    margin-top: 0px;
  }
  .process-item .number {
    font-size: 175px;
    top: -40px;
    right: 0px;
  }
}
@media (max-width: 575px) {
  .process-item {
    max-width: 100%;
  }
  .process-item:nth-child(2) {
    margin-top: 0px;
  }
  .process-item:nth-child(3) {
    margin-top: 0px;
  }
  .process-item .number {
    font-size: 175px;
    top: -40px;
    right: 0px;
  }
}

/* !END: Theme Process CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.fa-testimonial-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--fa-color-theme-bg);
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.fa-testimonial-section .heading-area {
  margin-bottom: 40px;
  text-align: center;
}
.fa-testimonial-section .heading-area .sub-title {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--fa-color-theme-primary);
  -webkit-text-fill-color: var(--fa-color-theme-bg);
  margin-bottom: 35px;
}
.fa-testimonial-section .heading-area .sec-title {
  color: rgba(255, 255, 255, 0.12);
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}
@media (max-width: 575px) {
  .fa-testimonial-section .heading-area {
    margin-bottom: 0px;
  }
  .fa-testimonial-section .heading-area .sub-title {
    -webkit-text-stroke-width: 2px;
    margin-bottom: 20px;
  }
}
.fa-testimonial-section .testimonial-slider {
  padding: 65px 10px;
  z-index: 3;
}
.fa-testimonial-section .testimonial-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  position: relative;
  bottom: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-testimonial-section .testimonial-slider {
    padding: 60px 20px;
  }
}
.fa-testimonial-section.v-2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--fa-color-grey-6)), to(var(--fa-color-grey-7)));
  background: linear-gradient(360deg, var(--fa-color-grey-6) 0%, var(--fa-color-grey-7) 100%);
}
.fa-testimonial-section.v-2 .heading-area {
  text-align: start;
  margin-bottom: 60px;
}
.fa-testimonial-section.v-2 .heading-area .sub-title {
  -webkit-text-fill-color: var(--fa-color-grey-7);
}
.fa-testimonial-section.v-2 .heading-area .sec-title {
  background: -webkit-gradient(linear, left top, right top, from(var(--fa-color-theme-bg)), to(var(--fa-color-grey-10)));
  background: linear-gradient(90deg, var(--fa-color-theme-bg) 0%, var(--fa-color-grey-10) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fa-testimonial-section.v-3 .testimonial-slider {
  padding: 120px 20px 70px;
}
.fa-testimonial-section.v-3 .testimonial-slider .swiper-slide-active {
  margin-top: -60px;
}
.fa-testimonial-section .circle-1::before {
  position: absolute;
  content: "";
  width: 375px;
  height: 375px;
  top: -20%;
  right: 20%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 98, 28, 0.5) 0%, rgba(255, 98, 28, 0) 100%);
  -webkit-filter: blur(95px);
          filter: blur(95px);
  z-index: 1;
}
.fa-testimonial-section .circle-1::after {
  position: absolute;
  content: "";
  width: 665px;
  height: 620px;
  top: -20%;
  right: 14%;
  background: radial-gradient(50% 50% at 50% 50%, var(--fa-color-theme-secondary) 0%, rgba(77, 53, 172, 0) 100%);
  -webkit-filter: blur(165px);
          filter: blur(165px);
}
.fa-testimonial-section .circle-2::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  bottom: -15%;
  left: -10%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 98, 28, 0.5) 0%, rgba(255, 98, 28, 0) 100%);
  -webkit-filter: blur(95px);
  filter: blur(30px);
  z-index: 1;
}
.fa-testimonial-section .circle-2::after {
  position: absolute;
  content: "";
  width: 815px;
  height: 685px;
  bottom: -20%;
  left: -10%;
  background: radial-gradient(50% 50% at 50% 50%, var(--fa-color-theme-secondary) 0%, rgba(77, 53, 172, 0) 100%);
  -webkit-filter: blur(165px);
  filter: blur(165px);
}

.testimonial-item {
  position: relative;
}
.testimonial-item .testimonial-images {
  position: absolute;
  right: -10px;
  top: -55px;
  max-width: 150px;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.testimonial-item .testimonial-content {
  width: 495px;
  height: 370px;
  background: var(--fa-color-common-white);
  border-radius: 50px;
  -webkit-mask-image: url(../images/shapes/h1-testimonial-item.svg);
          mask-image: url(../images/shapes/h1-testimonial-item.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  padding: 15px 28px 25px 0;
}
.testimonial-item .testimonial-content .testimonial-author {
  text-align: center;
  margin-bottom: 60px;
}
.testimonial-item .testimonial-content .testimonial-author .description {
  display: block;
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  line-height: 1.9;
}
.testimonial-item .testimonial-content .testimonial-author .author-name {
  display: block;
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-sbold);
  line-height: 1.8;
}
.testimonial-item .testimonial-content .testimonial-desc {
  color: var(--fa-color-heading-primary);
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  padding-left: 110px;
  margin-bottom: 0;
}
.testimonial-item .testimonial-content .testimonial-rating {
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 10px;
  top: 95px;
}
.testimonial-item .testimonial-content .testimonial-rating .star-ratings {
  margin-left: 0;
  margin-right: 0;
}
.testimonial-item .testimonial-content .testimonial-rating .rating-number {
  display: block;
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-top: 8px;
}
.testimonial-item .testimonial-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85px;
  height: 85px;
  background: var(--fa-color-grey-9);
  position: absolute;
  bottom: -30px;
  left: -12px;
  border-radius: 20px 50px 50px 50px;
}
.testimonial-item.style-2 {
  position: relative;
  border-radius: 50px;
  padding: 35px 30px 30px;
}
.testimonial-item.style-2 .testimonial-content {
  position: relative;
  text-align: center;
  -webkit-mask-image: initial;
          mask-image: initial;
  background: transparent;
  padding: 15px 28px 25px 25px;
  z-index: 1;
}
.testimonial-item.style-2 .testimonial-content .quote {
  display: block;
  margin-bottom: 20px;
}
.testimonial-item.style-2 .testimonial-content .desc {
  font-size: 24px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  margin-bottom: 35px;
  line-height: 1.3;
}
.testimonial-item.style-2 .testimonial-content .rating-number {
  display: block;
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-top: 10px;
  line-height: 1;
}
.testimonial-item.style-2 .testimonial-content .testimonial-rating {
  display: inline-block;
  position: initial;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.testimonial-item.style-2 .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  margin-top: 35px;
  z-index: 1;
}
.testimonial-item.style-2 .testimonial-author .author-image {
  width: 75px;
  height: 75px;
}
.testimonial-item.style-2 .testimonial-author .author-header .sub-title {
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.testimonial-item.style-2 .testimonial-author .author-header .auother-name {
  font-weight: var(--fa-fw-sbold);
  margin-bottom: 0;
}
.testimonial-item.style-2:nth-child(1) {
  background: var(--fa-color-grey-8);
  border: 1px solid var(--fa-color-theme-primary);
}
.testimonial-item.style-2:nth-child(2) {
  background: var(--fa-color-theme-bg);
}
.testimonial-item.style-2:nth-child(2) .testimonial-content .desc {
  color: var(--fa-color-common-white);
}
.testimonial-item.style-2:nth-child(2) .testimonial-content .rating-number {
  color: var(--fa-color-grey-11);
}
.testimonial-item.style-2:nth-child(2) .testimonial-author .author-header .sub-title {
  color: var(--fa-color-grey-11);
}
.testimonial-item.style-2:nth-child(2) .testimonial-author .author-header .auother-name {
  color: var(--fa-color-common-white);
}
.testimonial-item.style-2:nth-child(3) {
  background: var(--fa-color-grey-9);
  border: 1px solid var(--fa-color-theme-secondary);
}
.testimonial-item.style-2 .item-shapes {
  position: absolute;
  top: -1px;
  right: 0;
  height: 100%;
}
.testimonial-item.style-2 .item-shapes img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-item .testimonial-images {
    max-width: 110px;
    border-radius: 30px;
  }
  .testimonial-item .testimonial-content {
    width: 430px;
    height: 290px;
    padding: 15px 35px 25px 0;
  }
  .testimonial-item .testimonial-content .testimonial-author {
    margin-bottom: 10px;
  }
  .testimonial-item .testimonial-content .testimonial-desc {
    font-size: 20px;
    padding-left: 100px;
  }
  .testimonial-item .testimonial-icons {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-item .testimonial-images {
    right: -10px;
    top: -30px;
    max-width: 95px;
    border-radius: 25px;
  }
  .testimonial-item .testimonial-content {
    width: 365px;
    height: 265px;
  }
  .testimonial-item .testimonial-content .testimonial-desc {
    font-size: 16px;
  }
  .testimonial-item .testimonial-content .testimonial-author {
    margin-bottom: 20px;
  }
  .testimonial-item .testimonial-content .testimonial-rating {
    left: -10px;
  }
  .testimonial-item .testimonial-icons {
    width: 70px;
    height: 70px;
    left: -18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-item .testimonial-images {
    right: -20px;
    top: -30px;
    max-width: 95px;
    border-radius: 25px;
  }
  .testimonial-item .testimonial-content {
    width: 350px;
    height: 260px;
  }
  .testimonial-item .testimonial-content .testimonial-desc {
    font-size: 16px;
    padding-left: 85px;
  }
  .testimonial-item .testimonial-content .testimonial-author {
    margin-bottom: 20px;
  }
  .testimonial-item .testimonial-content .testimonial-rating {
    left: -10px;
  }
  .testimonial-item .testimonial-icons {
    width: 70px;
    height: 70px;
    left: -18px;
  }
}
@media (max-width: 575px) {
  .testimonial-item .testimonial-images {
    right: -50px;
    top: -15px;
    max-width: 80px;
    border-radius: 15px;
  }
  .testimonial-item .testimonial-content {
    width: 350px;
    height: 260px;
    border-radius: 15px;
  }
  .testimonial-item .testimonial-content .testimonial-desc {
    font-size: 16px;
    padding-left: 85px;
  }
  .testimonial-item .testimonial-content .testimonial-author {
    margin-bottom: 20px;
  }
  .testimonial-item .testimonial-content .testimonial-rating {
    left: -10px;
  }
  .testimonial-item .testimonial-icons {
    width: 70px;
    height: 70px;
    left: -18px;
  }
}

.swiper-pagination-bullet {
  font-size: 20px;
  font-weight: 500;
  color: var(--fa-color-grey-6);
  opacity: 1;
  background: none;
}

.swiper-pagination-bullet-active {
  color: var(--fa-color-theme-primary);
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: var(--fa-color-theme-primary);
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  padding: 0;
  -webkit-text-stroke: 1px var(--fa-color-theme-primary);
  margin-left: auto;
  margin-right: auto;
}
.star-ratings .fill-ratings {
  color: var(--fa-color-theme-primary);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  color: var(--fa-color-theme-primary);
  -webkit-text-stroke: 1px var(--fa-color-theme-primary);
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Brand CSS
----------------------------------------*/
.fa-brand-section {
  padding-bottom: 120px;
}
.fa-brand-section.v-2 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-brand-section {
    padding-bottom: 80px;
  }
  .fa-brand-section.v-2 {
    padding-top: 80px;
  }
}

/* !END: Theme Brand CSS */
/**----------------------------------------
START: Theme Award CSS
----------------------------------------*/
.fa-award-section {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.fa-award-section::before {
  position: absolute;
  content: "";
  width: 785px;
  height: 785px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(77, 53, 172, 0.1) 0%, rgba(77, 53, 172, 0) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.fa-award-section::after {
  position: absolute;
  content: "";
  width: 785px;
  height: 785px;
  bottom: 0;
  right: -10%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 98, 28, 0.06) 0%, rgba(255, 98, 28, 0) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.fa-award-section .heading-area {
  margin-bottom: 50px;
}
.fa-award-section .heading-area .sub-title {
  margin-bottom: 35px;
}
.fa-award-section .heading-area .sec-title {
  margin-top: -40px;
}
.fa-award-section .award-left {
  position: relative;
  max-width: 560px;
  width: 100%;
}
.fa-award-section .award-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 127px;
     -moz-column-gap: 127px;
          column-gap: 127px;
  row-gap: 40px;
}
.fa-award-section .award-main-wrapper .fa-faq-wrap {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-award-section .award-main-wrapper {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-award-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .fa-award-section .award-main-wrapper {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-award-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-award-section .award-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .fa-award-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-award-section .heading-area {
    margin-bottom: 30px;
  }
  .fa-award-section .award-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
  }
}

.award-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 306px;
  height: 306px;
  border: 1px solid var(--fa-color-theme-primary);
  background: var(--fa-color-grey-8);
  border-radius: 50%;
}
.award-item:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--fa-color-theme-bg);
  border-color: var(--fa-color-theme-secondary);
  z-index: -1;
}
.award-item:nth-child(2) .number {
  color: var(--fa-color-common-white);
}
.award-item:nth-child(3) {
  background: var(--fa-color-grey-9);
  border-color: var(--fa-color-theme-secondary);
  margin-top: -40px;
}
.award-item .number {
  color: var(--fa-color-common-black);
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
}
.award-item .award-images {
  margin-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-item {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-item {
    width: 280px;
    height: 280px;
  }
  .award-item .award-images {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .award-item {
    width: 200px;
    height: 200px;
  }
  .award-item .award-images {
    margin-top: 20px;
  }
}

/* !END: Theme Award CSS */
/**----------------------------------------
START: Theme Cta CSS
----------------------------------------*/
.fa-cta-section {
  position: relative;
  background-color: var(--fa-color-theme-secondary);
  padding-top: 95px;
  padding-bottom: 95px;
}
.fa-cta-section .cta-images {
  position: absolute;
  bottom: 0;
  left: 76px;
  max-width: 340px;
  width: 100%;
}
.fa-cta-section .cta-images img {
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fa-cta-section .cta-images {
    max-width: 285px;
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-cta-section .cta-images {
    max-width: 215px;
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-cta-section .cta-images {
    max-width: 185px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-cta-section .cta-images {
    max-width: 185px;
    left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fa-cta-section .cta-images {
    display: none;
  }
}

.cta-main-wrapper .cta-title {
  font-size: 250px;
  margin-bottom: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: -0.02em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cta-main-wrapper .cta-subscribe-form {
  max-width: 845px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
.cta-main-wrapper .cta-subscribe-form .form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}
.cta-main-wrapper .cta-subscribe-form .form-input input[type=email] {
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  width: 100%;
  border-radius: 80px;
  padding: 20px 30px;
  border: none;
  line-height: 1;
}
.cta-main-wrapper .cta-subscribe-form .form-input input[type=email]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.cta-main-wrapper .cta-subscribe-form .form-input input[type=email]::-webkit-input-placeholder {
  color: var(--fa-color-text-body);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.cta-main-wrapper .cta-subscribe-form .form-input input[type=email]::-moz-placeholder {
  color: var(--fa-color-text-body);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.cta-main-wrapper .cta-subscribe-form .form-input input[type=email]:-ms-input-placeholder {
  color: var(--fa-color-text-body);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.cta-main-wrapper .cta-subscribe-form .form-input input[type=email]::placeholder {
  color: var(--fa-color-text-body);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.cta-main-wrapper .cta-subscribe-form .desc {
  font-size: 16px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-top: 35px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .cta-main-wrapper .cta-title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-main-wrapper .cta-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-main-wrapper .cta-title {
    font-size: 150px;
  }
  .cta-main-wrapper .cta-subscribe-form .desc {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-main-wrapper .cta-title {
    font-size: 120px;
  }
  .cta-main-wrapper .cta-subscribe-form .desc {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-main-wrapper .cta-title {
    font-size: 85px;
  }
  .cta-main-wrapper .cta-subscribe-form .desc {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .cta-main-wrapper .cta-title {
    font-size: 50px;
  }
  .cta-main-wrapper .cta-subscribe-form .form-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta-main-wrapper .cta-subscribe-form .form-input .submit-btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta-main-wrapper .cta-subscribe-form .desc {
    margin-top: 25px;
  }
}

/* !END: Theme Cta CSS */
/**----------------------------------------
START: Theme Feature CSS
----------------------------------------*/
.fa-feature-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.fa-feature-section .heading-area .sub-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.feature-main-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .feature-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.item-wrap {
  position: relative;
  background: var(--fa-color-grey-9);
  border-radius: 50px;
  border: 1px solid var(--fa-color-theme-secondary);
}
.item-wrap:nth-child(2) {
  background: var(--fa-color-theme-bg);
  border: 1px solid var(--fa-color-theme-bg);
}
.item-wrap:nth-child(2) .feature-item .feature-content .feature-title {
  color: var(--fa-color-common-white);
}
.item-wrap:nth-child(3) {
  background: var(--fa-color-grey-8);
  border: 1px solid var(--fa-color-theme-primary);
}
.item-wrap .show-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--fa-color-common-white);
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
.item-wrap .feature-item {
  position: relative;
  overflow: hidden;
  padding: 60px 45px;
}
.item-wrap .feature-item .feature-content {
  position: relative;
  z-index: 1;
}
.item-wrap .feature-item .feature-content .feature-icons {
  display: block;
  margin-bottom: 50px;
}
.item-wrap .feature-item .feature-content .feature-title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.item-wrap .feature-item .feature-content .feature-desc {
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  margin-top: 30px;
  margin-bottom: 0;
}
.item-wrap .feature-item .item-shapes {
  position: absolute;
  left: 0;
  bottom: -40px;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .item-wrap .feature-item {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .item-wrap .feature-item {
    padding: 30px 15px;
  }
  .item-wrap .show-icons {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .item-wrap {
    border-radius: 15px;
  }
  .item-wrap .feature-item {
    padding: 30px 15px;
  }
  .item-wrap .show-icons {
    width: 70px;
    height: 70px;
  }
}

/* !END: Theme Feature CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.fa-team-section {
  position: relative;
  padding-top: 150px;
  background: var(--fa-color-theme-bg);
  overflow: hidden;
}
.fa-team-section::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 1050px;
  height: 1050px;
  border-radius: 50%;
  background: var(--fa-color-theme-secondary);
  background: radial-gradient(50% 50% at 50% 50%, var(--fa-color-theme-secondary) 0%, rgba(77, 53, 172, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
}
.fa-team-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 1050px;
  height: 1050px;
  border-radius: 50%;
  background: var(--fa-color-theme-primary);
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 98, 28, 0.7) 0%, rgba(24, 16, 52, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
}
.fa-team-section .heading-area {
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  z-index: 2;
}
.fa-team-section .heading-area .sub-title {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--fa-color-theme-primary);
  -webkit-text-fill-color: var(--fa-color-theme-bg);
}
.fa-team-section .heading-area .sec-title {
  background: -webkit-gradient(linear, right top, left top, from(var(--fa-color-theme-bg)), to(var(--fa-color-common-white)));
  background: linear-gradient(-90deg, var(--fa-color-theme-bg) 0%, var(--fa-color-common-white) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fa-team-section .shapes-one {
  position: absolute;
  top: 0;
  left: 0;
}
.fa-team-section .shapes-two {
  position: absolute;
  top: 0;
  left: 0;
}
.fa-team-section.v-2 {
  background: transparent;
  padding-bottom: 120px;
}
.fa-team-section.v-2::before {
  display: none;
}
.fa-team-section.v-2::after {
  display: none;
}
.fa-team-section.v-2 .team-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 635px;
  width: 100%;
}
.fa-team-section.v-2 .heading-area {
  max-width: 100%;
  width: auto;
  float: right;
}
.fa-team-section.v-2 .heading-area .sub-title {
  -webkit-text-fill-color: var(--fa-color-common-white);
}
.fa-team-section.v-2 .team-main-wrapper {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-team-section {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-team-section {
    padding-top: 120px;
  }
  .fa-team-section .heading-area {
    padding-left: 15px;
  }
  .fa-team-section.v-2 .team-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-team-section {
    padding-top: 80px;
  }
  .fa-team-section.v-2 {
    padding-bottom: 80px;
  }
  .fa-team-section.v-2 .team-bg-shapes {
    max-width: 365px;
  }
  .fa-team-section .heading-area {
    padding-left: 15px;
  }
  .fa-team-section .heading-area .sub-title {
    -webkit-text-stroke-width: 2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-team-section {
    padding-top: 80px;
  }
  .fa-team-section.v-2 {
    padding-bottom: 80px;
  }
  .fa-team-section.v-2 .team-bg-shapes {
    max-width: 250px;
  }
  .fa-team-section .heading-area {
    padding-left: 15px;
  }
  .fa-team-section .heading-area .sub-title {
    -webkit-text-stroke-width: 2px;
  }
}
@media (max-width: 575px) {
  .fa-team-section {
    padding-top: 80px;
  }
  .fa-team-section.v-2 {
    padding-bottom: 80px;
  }
  .fa-team-section.v-2 .team-bg-shapes {
    max-width: 250px;
  }
  .fa-team-section .heading-area {
    padding-left: 15px;
  }
  .fa-team-section .heading-area .sub-title {
    -webkit-text-stroke-width: 2px;
  }
}

.team-main-wrapper {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-item .team-content {
  position: relative;
  max-width: 210px;
  width: 100%;
  text-align: center;
}
.team-item .team-content .sub-title {
  display: block;
  color: var(--fa-color-grey-11);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-bottom: 10px;
  text-align: center;
}
.team-item .team-content .team-title {
  color: var(--fa-color-common-white);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.team-item .team-content .item-arrow {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  max-width: 37px;
  width: 100%;
}
.team-item .team-content .item-arrow img {
  width: 100%;
}
.team-item:nth-child(2) .team-content {
  max-width: 310px;
}
.team-item:nth-child(3) .team-content {
  top: 10px;
  max-width: 300px;
  margin-left: auto;
  margin-bottom: 50px;
}
.team-item:nth-child(4) .team-content {
  top: 40px;
  max-width: 220px;
  margin-left: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-item:nth-child(4) .team-content {
    top: 0px;
  }
}

.team-style-2 {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
.team-style-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(23.56%, rgba(255, 255, 255, 0)), color-stop(95%, var(--fa-color-theme-secondary)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 23.56%, var(--fa-color-theme-secondary) 95%);
  border-radius: 50px;
  z-index: 1;
}
.team-style-2 .sub-title {
  display: inline-block;
  font-size: 18px;
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 18px 25px;
  border-radius: 50px;
  text-align: center;
  z-index: 2;
  line-height: 1;
}
.team-style-2 .team-title {
  position: absolute;
  right: -210px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 50px;
  font-weight: var(--fa-fw-bold);
  color: var(--fa-color-common-white);
  margin-bottom: 0;
  z-index: 2;
}
.team-style-2:hover .team-title {
  right: -110px;
}
.team-style-2:hover .sub-title {
  bottom: 30px;
}
.team-style-2:nth-child(even) .sub-title {
  background: var(--fa-color-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-style-2 .team-title {
    right: -95px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team-style-2 .sub-title {
    font-size: 16px;
    padding: 16px 18px;
  }
  .team-style-2 .team-title {
    right: -75px;
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .team-style-2 {
    border-radius: 15px;
  }
  .team-style-2::before {
    border-radius: 15px;
  }
  .team-style-2 .sub-title {
    font-size: 16px;
    padding: 16px 18px;
  }
  .team-style-2 .team-title {
    right: -50px;
    font-size: 30px;
  }
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme Details CSS
----------------------------------------*/
.fa-team-details-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.team-detail-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-detail-top-wrap .left-content {
  max-width: 575px;
  width: 100%;
}
.team-detail-top-wrap .left-content .title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.team-detail-top-wrap .left-content .desc {
  font-weight: var(--fa-fw-medium);
  margin-top: 25px;
  margin-bottom: 0;
}
.team-detail-top-wrap .left-content .check-style-5 {
  margin-top: 30px;
}
.team-detail-top-wrap .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--fa-color-grey-6)), color-stop(78.85%, var(--fa-color-grey-7)));
  background: linear-gradient(360deg, var(--fa-color-grey-6) 0%, var(--fa-color-grey-7) 78.85%);
  padding: 25px 25px 25px 50px;
  border-radius: 20px;
  max-width: 990px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.team-detail-top-wrap .right-content .team-style-2 {
  max-width: 500px;
  width: 100%;
  height: 500px;
}
.team-detail-top-wrap .right-content .infos-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 75px 0;
}
.team-detail-top-wrap .right-content .infos-wrap .infos-list:last-child {
  margin-top: auto;
}
.team-detail-top-wrap .right-content .infos-wrap .infos-list ul li {
  color: var(--fa-color-theme-primary);
  font-size: 18px;
  font-weight: var(--fa-fw-medium);
  margin-bottom: 10px;
}
.team-detail-top-wrap .right-content .infos-wrap .infos-list ul li:last-child {
  margin-bottom: 0;
}
.team-detail-top-wrap .right-content .infos-wrap .infos-list ul li a {
  color: var(--fa-color-heading-primary);
}
.team-detail-top-wrap .right-content .infos-wrap .infos-list ul li span {
  color: var(--fa-color-heading-primary);
}

.check-style-5 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: var(--fa-fw-medium);
  margin-bottom: 15px;
}
.check-style-5 ul li:last-child {
  margin-bottom: 0;
}
.check-style-5 ul li span {
  max-width: 18px;
  width: 100%;
}

/* !END: Theme Details CSS */
/**----------------------------------------
START: Theme FAQ CSS
----------------------------------------*/
.fa-faq-section {
  padding-top: 150px;
  padding-bottom: 120px;
}
.fa-faq-section .heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.fa-faq-section .heading-area .sub-title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-bottom: 0;
}
.fa-faq-section .heading-area .sec-title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--fa-color-theme-bg)), to(var(--fa-color-common-white)));
  background: linear-gradient(180deg, var(--fa-color-theme-bg) 0%, var(--fa-color-common-white) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0;
}
.fa-faq-section.inner-page {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-faq-section {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-faq-section .heading-area {
    display: initial;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .fa-faq-section .heading-area .sub-title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-orientation: initial;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .fa-faq-section .heading-area .sec-title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-orientation: initial;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: 15px;
  }
}

.faq-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 105px;
     -moz-column-gap: 105px;
          column-gap: 105px;
}
.faq-main-wrapper .fa-faq-wrap {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-main-wrapper {
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-main-wrapper {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}

.accordion-item {
  position: relative;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  margin-bottom: 20px;
  border: 1px solid rgba(40, 38, 36, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  z-index: 2;
}
.accordion-item.style-2 .faq-title {
  padding: 25px 75px 25px 130px;
}
.accordion-item.style-2 .faq-text {
  padding: 0px 115px 25px 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-item.style-2 .faq-title {
    padding: 25px 45px 25px 95px;
  }
  .accordion-item.style-2 .faq-text {
    padding: 0px 35px 25px 95px;
  }
}
@media (max-width: 575px) {
  .accordion-item.style-2 .faq-title {
    padding: 15px 40px 15px 75px;
  }
  .accordion-item.style-2 .faq-text {
    padding: 0px 10px 25px 75px;
  }
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(40, 38, 36, 0.3);
}
.accordion-item:first-of-type {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.accordion-item .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  padding: 25px 75px 25px 112px;
  position: relative;
  color: var(--fa-color-heading-primary);
  width: 100%;
  text-align: left;
}
.accordion-item .faq-title.collapsed {
  color: var(--fa-color-heading-primary);
}
.accordion-item .faq-title:before {
  position: absolute;
  content: "";
  top: 25px;
  right: 25px;
  background: url(../images/icons/faq.svg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-item .faq-title:before {
    top: 20px;
  }
}
@media (max-width: 575px) {
  .accordion-item .faq-title:before {
    width: 40px;
    height: 40px;
    top: 10px;
  }
}
.accordion-item .faq-title:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item .faq-title:not(.collapsed)::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-item .faq-title:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item .faq-title .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  color: var(--fa-color-common-white);
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  background: var(--fa-color-theme-secondary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
.accordion-item .faq-text {
  padding: 0px 115px 25px 112px;
}
.accordion-item .faq-text p {
  font-size: 18px;
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-medium);
  font-family: var(--fa-ff-heading);
  border-top: 1px solid rgba(40, 38, 36, 0.3);
  padding-top: 20px;
  line-height: 1.9;
}
.accordion-item .faq-text p:last-child {
  margin-bottom: 0;
}
.accordion-item.active .faq-title .number {
  background-color: var(--fa-color-theme-primary);
}
.accordion-item.style-2 {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}
.accordion-item.style-2:first-child .faq-title {
  border-top: none;
}
.accordion-item.style-2:last-child .faq-title {
  border-bottom: 1px solid rgba(77, 53, 172, 0.4);
}
.accordion-item.style-2 .faq-title {
  border-top: 1px solid rgba(77, 53, 172, 0.4);
}
.accordion-item.style-2 .faq-title::before {
  right: 0;
}
.accordion-item.style-2 .faq-title .number {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  border-radius: 50px;
  color: var(--fa-color-heading-primary);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 6px 22px;
  top: 35px;
  line-height: 1;
}
.accordion-item.style-2 .faq-text p {
  border-top: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-item.style-2 .faq-title .number {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-item.style-2 .faq-title .number {
    top: 28px;
  }
}
@media (max-width: 575px) {
  .accordion-item.style-2 .faq-title .number {
    padding: 6px 12px;
    top: 13px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accordion-item .faq-title {
    font-size: 25px;
    padding: 25px 75px 25px 95px;
  }
  .accordion-item .faq-title .number {
    top: 10px;
  }
  .accordion-item .faq-text {
    padding: 0px 95px 25px 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-item .faq-title {
    font-size: 22px;
    padding: 25px 65px 25px 75px;
  }
  .accordion-item .faq-title .number {
    width: 60px;
    height: 60px;
    top: 12px;
  }
  .accordion-item .faq-text {
    padding: 0px 85px 25px 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .faq-title {
    font-size: 22px;
    padding: 25px 65px 25px 75px;
  }
  .accordion-item .faq-title .number {
    width: 60px;
    height: 60px;
    top: 12px;
  }
  .accordion-item .faq-text {
    padding: 0px 100px 25px 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-item .faq-title {
    font-size: 20px;
    padding: 25px 65px 25px 65px;
  }
  .accordion-item .faq-title .number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: 14px;
  }
  .accordion-item .faq-text {
    padding: 0px 100px 25px 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-item .faq-title {
    font-size: 20px;
    padding: 25px 65px 25px 65px;
  }
  .accordion-item .faq-title .number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: 14px;
  }
  .accordion-item .faq-text {
    padding: 0px 100px 25px 65px;
  }
}
@media (max-width: 575px) {
  .accordion-item {
    border-radius: 15px;
  }
  .accordion-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .accordion-item .faq-title {
    font-size: 20px;
    padding: 25px 65px 25px 65px;
    line-height: 1.4;
  }
  .accordion-item .faq-title::before {
    right: 15px;
  }
  .accordion-item .faq-title .number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: 14px;
  }
  .accordion-item .faq-text {
    padding: 0px 15px 25px 65px;
  }
  .accordion-item .faq-text p {
    font-size: 16px;
  }
}

/* !END: Theme FAQ CSS */
/**----------------------------------------
START: Theme Marquee CSS
----------------------------------------*/
.fa-marquee-section {
  position: relative;
}

.fa-marquee-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 110%;
  left: -20px;
  background-color: var(--fa-color-theme-primary);
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
  padding: 33px 0;
}
.fa-marquee-area.v-2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--fa-color-theme-secondary);
  z-index: -1;
}
.fa-marquee-area.v-2 .marquee-main-wrapper.style-2 {
  -webkit-animation: marquee-slide2 175s linear infinite;
          animation: marquee-slide2 175s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-marquee-area {
    padding: 22px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-marquee-area {
    padding: 20px 0;
  }
}

.marquee-main-wrapper.style-2 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-animation: 175s marquee-slide infinite linear;
          animation: 175s marquee-slide infinite linear;
}
.marquee-main-wrapper.style-2 .marquee-item {
  position: relative;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  font-size: 70px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: var(--fa-fw-black);
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.marquee-main-wrapper.style-2 .marquee-item.white {
  color: var(--fa-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-main-wrapper.style-2 .marquee-item {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-main-wrapper.style-2 .marquee-item {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-main-wrapper.style-2 .marquee-item {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .marquee-main-wrapper.style-2 .marquee-item {
    font-size: 45px;
  }
}

/* !END: Theme Marquee CSS */
/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
.fa-counter-section {
  position: relative;
  border-bottom: 1px solid var(--fa-color-theme-bg);
  margin-top: -125px;
}
.fa-counter-section .h1-counter-shapes {
  position: absolute;
  top: -60px;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fa-counter-section .h1-counter-shapes {
    top: -56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-counter-section .h1-counter-shapes {
    top: -38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-counter-section {
    border-bottom: none;
    margin-top: -80px;
  }
  .fa-counter-section .h1-counter-shapes {
    display: none;
  }
}
@media (max-width: 575px) {
  .fa-counter-section {
    border-bottom: none;
    margin-top: -40px;
  }
  .fa-counter-section .h1-counter-shapes {
    display: none;
  }
}

.counter-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
}
.counter-main-wrapper .counter-item {
  position: relative;
  padding: 118px 70px 118px 0;
  margin-right: 75px;
}
.counter-main-wrapper .counter-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 101.5%;
  right: 0;
  bottom: 0;
  background: var(--fa-color-theme-bg);
}
.counter-main-wrapper .counter-item:nth-child(2)::before {
  height: 113.5%;
}
.counter-main-wrapper .counter-item:nth-child(3)::before {
  height: 104.5%;
}
.counter-main-wrapper .counter-item:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
.counter-main-wrapper .counter-item:last-child::before {
  display: none;
}
.counter-main-wrapper .counter-item .number-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}
.counter-main-wrapper .counter-item .number-count .fa-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  font-size: 140px;
  color: var(--fa-color-heading-primary);
  margin-bottom: 0;
  line-height: 1;
}
.counter-main-wrapper .counter-item .number-count .fa-count span {
  font-family: var(--fa-ff-heading);
}
.counter-main-wrapper .counter-item .number-count .subtitle {
  font-size: 24px;
  color: var(--fa-color-theme-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  position: relative;
  top: -40px;
  line-height: 1;
}
.counter-main-wrapper .counter-item .count-subtitle {
  display: block;
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-top: 5px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .counter-main-wrapper .counter-item {
    padding: 118px 45px 118px 0;
    margin-right: 45px;
  }
  .counter-main-wrapper .counter-item::before {
    height: 102%;
  }
  .counter-main-wrapper .counter-item:nth-child(2)::before {
    height: 113.4%;
  }
  .counter-main-wrapper .counter-item:nth-child(3)::before {
    height: 104.5%;
  }
  .counter-main-wrapper .counter-item .number-count .fa-count {
    font-size: 125px;
  }
  .counter-main-wrapper .counter-item .number-count .subtitle {
    top: -35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-main-wrapper .counter-item {
    padding: 65px 55px 65px 0;
    margin-right: 55px;
  }
  .counter-main-wrapper .counter-item::before {
    height: 108.5%;
  }
  .counter-main-wrapper .counter-item:nth-child(2)::before {
    height: 122.2%;
  }
  .counter-main-wrapper .counter-item:nth-child(3)::before {
    height: 106.4%;
  }
  .counter-main-wrapper .counter-item .number-count .fa-count {
    font-size: 85px;
  }
  .counter-main-wrapper .counter-item .number-count .subtitle {
    top: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-main-wrapper .counter-item {
    padding: 65px 30px 65px 0;
    margin-right: 30px;
  }
  .counter-main-wrapper .counter-item::before {
    height: 104.5%;
  }
  .counter-main-wrapper .counter-item:nth-child(2)::before {
    height: 115.2%;
  }
  .counter-main-wrapper .counter-item .number-count .fa-count {
    font-size: 75px;
  }
  .counter-main-wrapper .counter-item .number-count .subtitle {
    top: -20px;
  }
  .counter-main-wrapper .counter-item .count-subtitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-main-wrapper {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .counter-main-wrapper .counter-item {
    padding: 0px 0px 0px 0;
    margin-right: 0px;
  }
  .counter-main-wrapper .counter-item::before {
    display: none;
  }
  .counter-main-wrapper .counter-item .number-count .fa-count {
    font-size: 70px;
  }
  .counter-main-wrapper .counter-item .number-count .subtitle {
    top: -20px;
  }
  .counter-main-wrapper .counter-item .count-subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-main-wrapper {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .counter-main-wrapper .counter-item {
    padding: 0px 0px 0px 0;
    margin-right: 0px;
  }
  .counter-main-wrapper .counter-item::before {
    display: none;
  }
  .counter-main-wrapper .counter-item .number-count .fa-count {
    font-size: 65px;
  }
  .counter-main-wrapper .counter-item .number-count .subtitle {
    top: -20px;
  }
  .counter-main-wrapper .counter-item .count-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .counter-main-wrapper {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .counter-main-wrapper .counter-item {
    padding: 0px 0px 0px 0;
    margin-right: 0px;
  }
  .counter-main-wrapper .counter-item::before {
    display: none;
  }
  .counter-main-wrapper .counter-item .number-count .fa-count {
    font-size: 45px;
  }
  .counter-main-wrapper .counter-item .number-count .subtitle {
    font-size: 20px;
    top: -18px;
  }
  .counter-main-wrapper .counter-item .count-subtitle {
    font-size: 16px;
  }
}

/* !END: Theme Counter CSS */
/**----------------------------------------
START: Theme Choose CSS
----------------------------------------*/
.fa-choose-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--fa-color-grey-6)), color-stop(78.85%, var(--fa-color-grey-7)));
  background: linear-gradient(360deg, var(--fa-color-grey-6) 0%, var(--fa-color-grey-7) 78.85%);
}
.fa-choose-section .heading-area .sub-title {
  margin-bottom: 60px;
}
.fa-choose-section .heading-area .sec-title {
  margin-top: -30px;
}
.fa-choose-section .choose-bg-images {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 890px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-choose-section {
    padding-top: 120px;
  }
  .fa-choose-section .choose-bg-images {
    max-width: 865px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-choose-section {
    padding-top: 120px;
  }
  .fa-choose-section .choose-bg-images {
    max-width: 865px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-choose-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .fa-choose-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-choose-section .heading-area .sec-title {
    margin-top: -40px;
  }
}

.choose-main-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  position: relative;
  max-width: 1290px;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .choose-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.choose-item {
  position: relative;
  background: var(--fa-color-common-white);
  -webkit-mask-image: url(../images/shapes/choose-shape.svg);
          mask-image: url(../images/shapes/choose-shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  max-width: 420px;
  width: 100%;
  border-radius: 50px;
}
.choose-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(45%, var(--fa-color-common-white)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, var(--fa-color-common-white) 45%);
  z-index: 1;
}
.choose-item .choose-images {
  position: relative;
  overflow: hidden;
}
.choose-item .choose-images img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-item .choose-content {
  position: relative;
  padding: 0px 30px 42px;
  z-index: 2;
}
.choose-item .choose-content .choose-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.choose-item .choose-content .choose-header .choose-title {
  font-size: 24px;
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-bold);
  font-family: var(--fa-ff-heading);
  margin-bottom: 0;
}
.choose-item .choose-content .choose-list {
  margin-top: 30px;
}
.choose-item .choose-content .choose-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 18px;
  color: var(--fa-color-theme-secondary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-bottom: 14px;
}
.choose-item .choose-content .choose-list ul li:last-child {
  margin-bottom: 0;
}
.choose-item:hover .choose-content .choose-header span img {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .choose-item {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .choose-item {
    max-width: 100%;
    border-radius: 15px;
  }
  .choose-item .choose-content {
    padding: 0px 15px 30px;
  }
}

/* !END: Theme Choose CSS */
/**----------------------------------------
START: Theme Price CSS
----------------------------------------*/
.fa-pricing-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background: var(--fa-color-theme-bg);
  overflow: hidden;
}
.fa-pricing-section .heading-area {
  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;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 30px;
  position: relative;
  z-index: 1;
}
.fa-pricing-section .heading-area .sub-title {
  -webkit-text-fill-color: var(--fa-color-theme-bg);
}
.fa-pricing-section .heading-area .sec-title {
  line-height: initial;
  background: -webkit-gradient(linear, right top, left top, from(var(--fa-color-theme-bg)), to(var(--fa-color-common-white)));
  background: linear-gradient(-90deg, var(--fa-color-theme-bg) 0%, var(--fa-color-common-white) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-pricing-section .heading-area .price-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.fa-pricing-section .heading-area .price-switcher span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 100px;
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  color: var(--fa-color-heading-primary);
  background: var(--fa-color-common-white);
  border-radius: 15px;
  padding: 12px 25px;
  cursor: pointer;
  line-height: 1;
}
.fa-pricing-section .heading-area .price-switcher span:hover {
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-secondary);
}
.fa-pricing-section .shapes-one {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-pricing-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-pricing-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fa-pricing-section .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }
  .fa-pricing-section .heading-area .price-switcher span {
    width: 120px;
    height: 70px;
  }
}

.price-main-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .price-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.price-item {
  position: relative;
  background: var(--fa-color-common-white);
  padding: 45px 50px 50px;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
}
.price-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 320px;
  top: -2px;
  left: 0;
  -webkit-mask-image: url(../images/shapes/price-mask-shapes.svg);
          mask-image: url(../images/shapes/price-mask-shapes.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: var(--fa-color-grey-8);
  border-radius: 50px 50px 0px 0px;
}
.price-item:nth-child(2)::before {
  background: var(--fa-color-theme-secondary);
}
.price-item:nth-child(2) .price-title {
  color: var(--fa-color-common-white);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.price-item:nth-child(2) .price-percent {
  color: var(--fa-color-common-white);
}
.price-item:nth-child(2) .price-percent .price-number {
  color: var(--fa-color-common-white);
}
.price-item:nth-child(2) .primary-btn .fa-btn-text {
  background: var(--fa-color-theme-secondary);
}
.price-item:nth-child(2) .primary-btn .fa-icon {
  background: var(--fa-color-theme-secondary);
}
.price-item:nth-child(3)::before {
  background: var(--fa-color-grey-9);
}
.price-item:nth-child(3) .price-title {
  color: var(--fa-color-theme-secondary);
}
.price-item .price-title {
  display: inline-block;
  position: relative;
  color: var(--fa-color-theme-primary);
  font-weight: var(--fa-fw-bold);
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  background: var(--fa-color-common-white);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  margin-bottom: 40px;
  padding: 16px 28px;
  line-height: 1;
  z-index: 1;
}
.price-item .price-percent {
  position: relative;
  font-size: 18px;
  font-weight: var(--fa-fw-bold);
  line-height: 1;
  z-index: 1;
}
.price-item .price-percent .price-number {
  font-size: 80px;
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-black);
  font-family: var(--fa-ff-heading);
}
.price-item .price-list {
  position: relative;
  text-align: start;
  margin-top: 130px;
  z-index: 1;
}
.price-item .price-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 18px;
  font-weight: var(--fa-fw-sbold);
  color: var(--fa-color-heading-primary);
  margin-bottom: 20px;
}
.price-item .price-list ul li:last-child {
  margin-bottom: 0;
}
.price-item .price-button {
  position: relative;
  text-align: start;
  margin-top: 50px;
  z-index: 1;
}
.price-item .price-shapes {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.price-item .circle-1 {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 25%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--fa-color-theme-primary);
  background: radial-gradient(75% 75% at 75% 75%, var(--fa-color-theme-primary) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(85px);
          filter: blur(85px);
}
.price-item .circle-2 {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--fa-color-theme-primary);
  background: radial-gradient(75% 75% at 75% 75%, var(--fa-color-theme-secondary) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(75px);
          filter: blur(75px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .price-item {
    padding: 45px 35px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price-item {
    padding: 35px 15px 40px;
  }
  .price-item .price-list ul li {
    font-size: 16px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .price-item {
    padding: 35px 15px;
  }
  .price-item .price-list ul li {
    font-size: 16px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media (max-width: 575px) {
  .price-item {
    padding: 35px 15px;
    border-radius: 15px;
  }
  .price-item::before {
    border-radius: 15px 15px 0 0;
  }
  .price-item .price-title {
    font-size: 20px;
    padding: 12px 20px;
    margin-bottom: 30px;
  }
  .price-item .price-percent .number {
    font-size: 60px;
  }
  .price-item .price-list ul li {
    font-size: 16px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

/* !END: Theme Price CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.fa-blog-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.fa-blog-section .heading-area {
  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;
  row-gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.fa-blog-section.v-2 .blog-main-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.fa-blog-section.v-3 {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--fa-color-grey-6)), color-stop(78.85%, var(--fa-color-grey-7)));
  background: linear-gradient(360deg, var(--fa-color-grey-6) 0%, var(--fa-color-grey-7) 78.85%);
}
.fa-blog-section.v-3 .blog-main-wrapper {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-blog-section.v-3 .blog-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-blog-section.v-3 {
    padding-bottom: 80px;
  }
  .fa-blog-section.v-3 .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .fa-blog-section.v-3 .blog-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-blog-section.v-3 {
    padding-bottom: 80px;
  }
  .fa-blog-section.v-3 .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .fa-blog-section.v-3 .blog-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-blog-section {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-blog-section {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fa-blog-section {
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .fa-blog-section .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.blog-inner-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-inner-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-inner-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .blog-inner-section .fa-main-sidebar {
    margin-top: 50px;
  }
}

.blog-main-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 25px;
  border-top: 1px solid var(--fa-color-border-2);
  padding-top: 24px;
  margin-bottom: 24px;
}
.blog-item .blog-content {
  text-align: end;
}
.blog-item .blog-content .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  font-weight: var(--fa-fw-sbold);
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-secondary);
  border-radius: 100px;
  padding: 12px 20px;
  margin-bottom: 30px;
}
.blog-item .blog-content .sub-title.btn-1 {
  background: var(--fa-color-theme-primary);
}
.blog-item .blog-content .blog-title {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
  line-height: 1.3;
}
.blog-item .blog-content .blog-title a {
  display: inline;
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.blog-item .blog-content .blog-title a:hover {
  background-size: 100% 2px;
}
.blog-item .blog-content .read-more-btn {
  margin-top: 30px;
}
.blog-item .blog-images {
  position: relative;
  max-width: 330px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.blog-item .blog-images a {
  display: inline-block;
}
.blog-item .blog-images a img {
  width: 100%;
  border-radius: 24px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.blog-item.style-2 {
  border: 1px solid var(--fa-color-border-3);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  padding: 35px 52px 35px 37px;
  border-radius: 50px;
}
.blog-item.style-2 .blog-content {
  max-width: 470px;
  width: 100%;
  text-align: start;
}
.blog-item.style-2 .blog-content .read-more-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-item.style-2 .blog-content .blog-author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 40px;
}
.blog-item.style-2 .blog-content .blog-author-wrap .author-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.blog-item.style-2 .blog-content .blog-author-wrap .author-item .author-images {
  max-width: 70px;
  width: 100%;
}
.blog-item.style-2 .blog-content .blog-author-wrap .author-item .author-images img {
  background: var(--fa-color-theme-secondary);
  -webkit-mask-image: url(../images/shapes/h2-blog-shapes.svg);
          mask-image: url(../images/shapes/h2-blog-shapes.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.blog-item.style-2 .blog-content .blog-author-wrap .author-item .author-name {
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.blog-item.style-2 .blog-content .blog-author-wrap .sub-title {
  margin-bottom: 0;
}
.blog-item.style-2 .blog-images {
  max-width: 580px;
}
.blog-item.style-2 .blog-images a {
  width: 100%;
}
.blog-item.style-2 .blog-images a img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item.style-2 .blog-text {
  max-width: 365px;
  width: 100%;
}
.blog-item.style-2 .blog-text .blog-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  height: 120px;
  background: var(--fa-color-theme-secondary);
  border-radius: 50%;
}
.blog-item.style-2 .blog-text .blog-date .number {
  display: block;
  font-size: 30px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  line-height: 28px;
}
.blog-item.style-2 .blog-text .blog-date .date {
  display: block;
  font-size: 18px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-top: 6px;
  line-height: 28px;
}
.blog-item.style-2 .blog-text .desc {
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-item.style-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 15px 35px 15px;
  }
  .blog-item.style-2 .blog-content {
    max-width: 100%;
  }
  .blog-item.style-2 .blog-images {
    max-width: 100%;
  }
  .blog-item.style-2 .blog-text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-item.style-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 15px 35px 15px;
    border-radius: 15px;
  }
  .blog-item.style-2 .blog-content {
    max-width: 100%;
  }
  .blog-item.style-2 .blog-content .read-more-btn {
    padding: 13px 25px;
  }
  .blog-item.style-2 .blog-content .blog-author-wrap {
    margin-bottom: 20px;
  }
  .blog-item.style-2 .blog-images {
    max-width: 100%;
  }
  .blog-item.style-2 .blog-text {
    max-width: 100%;
  }
  .blog-item.style-2 .blog-text .desc {
    margin-top: 25px;
  }
}
.blog-item.style-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0px;
  border-top: none;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  max-width: 522px;
  margin-bottom: 0;
  width: 100%;
}
.blog-item.style-3::before {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 20%;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: var(--fa-color-theme-primary);
  background: radial-gradient(75% 75% at 75% 75%, var(--fa-color-theme-primary) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(50px);
  filter: blur(75px);
}
.blog-item.style-3::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 0;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: var(--fa-color-theme-secondary);
  background: radial-gradient(75% 75% at 75% 75%, var(--fa-color-theme-secondary) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(50px);
  filter: blur(75px);
}
.blog-item.style-3 .blog-images {
  position: relative;
  max-width: 522px;
  width: 100%;
  height: 445px;
  -webkit-mask-image: url(../images/shapes/h3-blog-shapes.svg);
          mask-image: url(../images/shapes/h3-blog-shapes.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.blog-item.style-3 .blog-images img {
  height: 445px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.blog-item.style-3 .blog-images .blog-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  background: rgba(77, 53, 172, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}
.blog-item.style-3 .blog-images .blog-date .date {
  display: block;
  font-size: 30px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  line-height: 1.1;
}
.blog-item.style-3 .blog-images .blog-date .month {
  display: block;
  font-size: 18px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .blog-item.style-3 .blog-images {
    height: 375px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-item.style-3 .blog-images {
    max-width: 100%;
  }
}
.blog-item.style-3 .blog-content {
  background: var(--fa-color-common-white);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 88px 27px 31px;
  margin-top: -60px;
  text-align: start;
}
.blog-item.style-3 .blog-content .blog-author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 40px;
}
.blog-item.style-3 .blog-content .blog-author-wrap .blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.blog-item.style-3 .blog-content .blog-author-wrap .blog-author .author-images {
  position: relative;
  max-width: 70px;
  padding: 2px;
  width: 100%;
}
.blog-item.style-3 .blog-content .blog-author-wrap .blog-author .author-images::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--fa-color-theme-secondary);
  -webkit-mask-image: url(../images/shapes/h2-blog-shapes.svg);
          mask-image: url(../images/shapes/h2-blog-shapes.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.blog-item.style-3 .blog-content .blog-author-wrap .blog-author .author-images img {
  -webkit-mask-image: url(../images/shapes/h2-blog-shapes.svg);
          mask-image: url(../images/shapes/h2-blog-shapes.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.blog-item.style-3 .blog-content .blog-author-wrap .blog-author .author-name {
  font-size: 18px;
  margin-bottom: 0;
}
.blog-item.style-3 .blog-content .sub-title {
  margin-bottom: 0;
}
.blog-item.style-3 .blog-content .read-more-btn {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 21px 25px;
  border-radius: 50px;
  background: var(--fa-color-common-white);
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .blog-item.style-3 .blog-content {
    padding: 88px 20px 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-item.style-3 .blog-content {
    padding: 50px 15px 30px;
  }
  .blog-item.style-3 .blog-content .sub-title {
    font-size: 16px;
    padding: 10px 15px;
  }
  .blog-item.style-3 .blog-content .blog-author-wrap {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-item.style-3 .blog-content {
    padding: 50px 15px 30px;
    width: 100%;
  }
  .blog-item.style-3 .blog-content .sub-title {
    font-size: 16px;
    padding: 10px 15px;
  }
  .blog-item.style-3 .blog-content .blog-author-wrap {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog-item.style-3 .blog-content {
    padding: 50px 15px 30px;
    border-radius: 15px;
    width: 100%;
  }
  .blog-item.style-3 .blog-content .sub-title {
    font-size: 16px;
    padding: 10px 15px;
  }
  .blog-item.style-3 .blog-content .blog-author-wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 30px;
  }
  .blog-item.style-3 .blog-content .blog-author-wrap .blog-author .author-images {
    max-width: 45px;
  }
  .blog-item.style-3 .blog-content .blog-author-wrap .blog-author .author-name {
    font-size: 16px;
  }
}
.blog-item.style-3 .blog-content .read-more-btn {
  padding: 14px 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-item.style-3 {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-item.style-3 {
    max-width: 100%;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-item .blog-content .sub-title {
    margin-bottom: 20px;
  }
  .blog-item .blog-content .read-more-btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-item .blog-content .sub-title {
    margin-bottom: 15px;
  }
  .blog-item .blog-content .read-more-btn {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-item .blog-images {
    border-radius: 15px;
  }
  .blog-item .blog-images a img {
    border-radius: 15px;
  }
  .blog-item .blog-content .sub-title {
    margin-bottom: 15px;
  }
  .blog-item .blog-content .read-more-btn {
    margin-top: 15px;
  }
}

.blog-inner-item .blog-images {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.blog-inner-item .blog-images a {
  display: inline-block;
}
.blog-inner-item .blog-images a img {
  border-radius: 50px;
}
.blog-inner-item .blog-images .blog-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(77, 53, 172, 0.4);
  border-radius: 50%;
}
.blog-inner-item .blog-images .blog-date .date {
  display: block;
  font-size: 30px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  color: var(--fa-color-common-white);
}
.blog-inner-item .blog-images .blog-date .month {
  display: block;
  font-size: 18px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}
.blog-inner-item .blog-meta {
  margin-top: 40px;
  margin-bottom: 15px;
}
.blog-inner-item .blog-content {
  max-width: 850px;
  width: 100%;
}
.blog-inner-item .blog-content .blog-title {
  font-size: 30px;
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0;
}
.blog-inner-item .blog-content .blog-title a {
  display: inline;
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.blog-inner-item .blog-content .blog-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-inner-item .blog-content .blog-title {
    font-size: 22px;
  }
}
.blog-inner-item .blog-content .desc {
  font-weight: var(--fa-fw-medium);
  margin-top: 20px;
  margin-bottom: 0;
}
.blog-inner-item .blog-content .blog-button {
  margin-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-inner-item .blog-images {
    border-radius: 15px;
  }
  .blog-inner-item .blog-images a img {
    border-radius: 15px;
  }
}

.blog-meta ul {
  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-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.blog-meta ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: var(--fa-fw-sbold);
}

.page-pagination {
  margin-top: 60px;
}
.page-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  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;
  gap: 15px;
}
.page-pagination ul li .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 1;
  font-size: 18px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  background: transparent;
  border: 1px solid var(--fa-color-border-4);
  font-weight: var(--fa-fw-sbold);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.page-pagination ul li .page-numbers i {
  font-size: 12px;
  color: var(--fa-color-heading-primary);
}
.page-pagination ul li .page-numbers:hover, .page-pagination ul li .page-numbers.current {
  background-color: var(--fa-color-heading-primary);
  border-color: var(--fa-color-theme-secondary);
  color: var(--fa-color-common-white);
}
.page-pagination ul li .page-numbers:hover i, .page-pagination ul li .page-numbers.current i {
  color: var(--fa-color-common-white);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Blog Details CSS
----------------------------------------*/
.blog-details-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .blog-details-section .fa-main-sidebar {
    margin-top: 50px;
  }
}

.blog-details-left-wrap .blog-meta {
  padding-top: 40px;
  padding-bottom: 25px;
}
.blog-details-left-wrap .blog-details-text {
  max-width: 815px;
  width: 100%;
}
.blog-details-left-wrap .blog-details-text .blog-title {
  display: block;
  font-size: 30px;
  font-family: var(--fa-ff-heading);
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-left-wrap .blog-details-text .blog-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-details-left-wrap .blog-details-text .blog-title {
    font-size: 22px;
  }
}
.blog-details-left-wrap .blog-details-text .desc {
  font-weight: var(--fa-fw-medium);
  margin-bottom: 40px;
}
.blog-details-left-wrap .blog-details-text .desc:last-child {
  margin-bottom: 0;
}
.blog-details-left-wrap .details-image img {
  border-radius: 50px;
}
.blog-details-left-wrap .check-style-3 .title {
  display: block;
  font-size: 24px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 20px;
}
.blog-details-left-wrap .check-style-3 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 6px;
}
.blog-details-left-wrap .check-style-3 ul li:last-child {
  margin-bottom: 0;
}
.blog-details-left-wrap .blog-video-wrap {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-details-left-wrap .blog-video-wrap img {
  border-radius: 20px;
}
.blog-details-left-wrap .blog-video-wrap .video-play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid var(--fa-color-theme-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.blog-details-left-wrap .blog-video-wrap .video-play-btn img {
  border-radius: 0px;
}
.blog-details-left-wrap .blog-info-wrap .blog-text {
  margin-bottom: 40px;
}
.blog-details-left-wrap .blog-info-wrap .blog-text .title {
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 20px;
}
.blog-details-left-wrap .blog-info-wrap .blog-text .desc {
  max-width: 765px;
  width: 100%;
  margin-bottom: 0;
}
.blog-details-left-wrap .prev-next-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid var(--fa-color-border-4);
  border-radius: 50px;
  padding: 10px 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-left-wrap .details-image img {
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .blog-details-left-wrap .details-image img {
    border-radius: 15px;
  }
  .blog-details-left-wrap .prev-next-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.infos-cate-wrap {
  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;
  row-gap: 20px;
  border-top: 1px solid var(--fa-color-border-4);
  border-bottom: 1px solid var(--fa-color-border-4);
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-tags-list ul {
  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-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.blog-tags-list ul li span {
  font-size: 24px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
}
.blog-tags-list ul li a {
  display: inline-block;
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-sbold);
  border: 1px solid var(--fa-color-border-4);
  padding: 11px 25px;
  border-radius: 50px;
}
.blog-tags-list ul li a:hover {
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-secondary);
  border-color: var(--fa-color-theme-secondary);
}
@media (max-width: 575px) {
  .blog-tags-list ul li a {
    padding: 11px 20px;
  }
}

.blog-media-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.blog-media-list ul li span {
  color: var(--fa-color-heading-primary);
  font-size: 24px;
  font-weight: var(--fa-fw-sbold);
}
.blog-media-list ul li a:hover img {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}

blockquote {
  border: 1px solid var(--fa-color-border-4);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 34px 50px;
  text-align: center;
}
blockquote p {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  blockquote {
    padding: 30px 15px;
  }
}

.meta-style-two ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.meta-style-two ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: var(--fa-fw-sbold);
}

.fa-comments-wrap .comments-title .title {
  display: block;
  font-size: 24px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 30px;
}

.fa-sidebar__widget {
  position: relative;
  border: 1px solid var(--fa-color-border-4);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 40px 35px;
  z-index: 1;
}
.fa-sidebar__widget .widget-title {
  display: block;
  color: var(--fa-color-heading-primary);
  position: relative;
  font-size: 24px;
  font-family: var(--fa-color-grey-17);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 20px;
  line-height: 1;
  z-index: 1;
}
.fa-sidebar__widget .widget-title span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 2px;
  background: var(--fa-color-heading-primary);
  margin-left: 10px;
  top: -6px;
}
.fa-sidebar__widget .widget-title span::after, .fa-sidebar__widget .widget-title span::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid var(--fa-color-heading-primary);
  border-radius: 50%;
}
.fa-sidebar__widget .widget-title span::after {
  left: auto;
  right: -6px;
}
.fa-sidebar__widget.widget_search .search-box form {
  position: relative;
  width: 100%;
  z-index: 1;
}
.fa-sidebar__widget.widget_search .search-box form input[type=search] {
  font-size: 16px;
  background: var(--fa-color-common-white);
  width: 100%;
  border: none;
  padding: 19px 65px 19px 25px;
  font-weight: var(--fa-fw-sbold);
  border: 1px solid var(--fa-color-border-4);
  text-transform: uppercase;
  border-radius: 8px;
  line-height: 1;
}
.fa-sidebar__widget.widget_search .search-box form input[type=search]::-webkit-input-placeholder {
  color: var(--fa-color-text-body);
}
.fa-sidebar__widget.widget_search .search-box form input[type=search]::-moz-placeholder {
  color: var(--fa-color-text-body);
}
.fa-sidebar__widget.widget_search .search-box form input[type=search]:-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.fa-sidebar__widget.widget_search .search-box form input[type=search]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.fa-sidebar__widget.widget_search .search-box form input[type=search]::placeholder {
  color: var(--fa-color-text-body);
}
.fa-sidebar__widget.widget_search .search-box form input[type=search]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
}
.fa-sidebar__widget.widget_search .search-box form :focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.fa-sidebar__widget.widget_search .search-box form button {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background: var(--fa-color-theme-primary);
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.fa-sidebar__widget.fa_recent_posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fa-sidebar__widget.fa_recent_posts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-bottom: 25px;
}
.fa-sidebar__widget.fa_recent_posts ul li:last-child {
  margin-bottom: 0;
}
.fa-sidebar__widget.fa_recent_posts .post-thumb {
  position: relative;
  max-width: 140px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.fa-sidebar__widget.fa_recent_posts .post-thumb a {
  display: inline-block;
  width: 100%;
}
.fa-sidebar__widget.fa_recent_posts .post-thumb a img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.fa-sidebar__widget.fa_recent_posts .post-content .post-title {
  font-size: 18px;
  font-weight: var(--fa-fw-bold);
  margin-bottom: 0px;
  line-height: 1.5;
}
.fa-sidebar__widget.fa_recent_posts .post-content .post-title a {
  display: inline;
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.fa-sidebar__widget.fa_recent_posts .post-content .post-title a:hover {
  background-size: 100% 1px;
}
.fa-sidebar__widget.fa_recent_posts .post-content .blog-meta ul li {
  gap: 6px;
  font-weight: var(--fa-fw-medium);
  margin-bottom: 10px;
}
.fa-sidebar__widget.fa_recent_posts .post-content .blog-meta ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fa-sidebar__widget.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fa-sidebar__widget.widget_categories ul li {
  margin-bottom: 15px;
  border: 1px solid var(--fa-color-border-4);
  border-radius: 8px;
}
.fa-sidebar__widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.fa-sidebar__widget.widget_categories ul li a {
  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;
  font-size: 18px;
  font-weight: var(--fa-fw-sbold);
  padding: 16px 25px;
  border-radius: 8px;
}
.fa-sidebar__widget.widget_categories ul li a:hover {
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-secondary);
}
.fa-sidebar__widget.widget_information .desc {
  max-width: 345px;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.7;
}
.fa-sidebar__widget.widget_information .link {
  font-size: 20px;
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-sbold);
  font-family: var(--fa-ff-heading);
}
.fa-sidebar__widget.widget_information .information-button {
  margin-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .fa-sidebar__widget {
    padding: 30px 15px;
  }
}

.fa-latest-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-columns: initial;
     -moz-columns: initial;
          columns: initial;
}
.fa-latest-comments ul .fa-comment {
  margin-bottom: 30px;
}
.fa-latest-comments ul .fa-comment::before {
  display: none;
}
.fa-latest-comments ul .fa-comment:last-child {
  margin-bottom: 0;
}
.fa-latest-comments ul .fa-comment .comment-content .commment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fa-latest-comments ul .fa-comment .comment-content .commment-author .comment-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  width: calc(100% - 150px);
}
.fa-latest-comments ul .fa-comment .comment-content .commment-author .comment-avatar .avatar-images {
  max-width: 200px;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.fa-latest-comments ul .fa-comment .comment-content .commment-author .comment-avatar .avatar-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.fa-latest-comments ul .fa-comment .comment-content .commment-author .comment-avatar .avatar-name .title {
  display: inline-block;
  font-size: 24px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-bottom: 10px;
}
.fa-latest-comments ul .fa-comment .comment-content .commment-author .comment-avatar .avatar-name .date {
  display: block;
  font-weight: var(--fa-fw-sbold);
}
@media (max-width: 575px) {
  .fa-latest-comments ul .fa-comment .comment-content .commment-author .comment-avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .fa-latest-comments ul .fa-comment .comment-content .commment-author .comment-avatar .avatar-images {
    max-width: 100%;
    height: auto;
  }
}
.fa-latest-comments ul .fa-comment .comment-content .commment-author .reply-button .reply-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  color: var(--fa-color-heading-primary);
  font-weight: var(--fa-fw-sbold);
}
.fa-latest-comments ul .fa-comment .comment-content .commment-author .reply-button .reply-btn:hover {
  color: var(--fa-color-theme-primary);
}
.fa-latest-comments ul .fa-comment .desc {
  margin-top: 20px;
}
.fa-latest-comments ul .fa-comment .desc:last-child {
  margin-bottom: 0;
}
.fa-latest-comments ul .fa-comment:last-child .comment-content .comments-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fa-comment-respond {
  margin-top: 40px;
}
.fa-comment-respond .comment-header {
  margin-bottom: 20px;
}
.fa-comment-respond .comment-header .title {
  display: block;
  font-size: 24px;
  color: var(--fa-color-heading-primary);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-bold);
  margin-bottom: 20px;
}
.fa-comment-respond .form-input {
  margin-bottom: 20px;
}
.fa-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.fa-comment-respond .form-input textarea,
.fa-comment-respond .form-input input[type=email],
.fa-comment-respond .form-input input[type=text] {
  width: 100%;
  padding: 17px 20px;
  font-size: 15px;
  background: var(--fa-color-grey-17);
  border: 1px solid var(--fa-color-border-4);
  font-weight: var(--fa-fw-sbold);
  text-transform: uppercase;
  border-radius: 20px;
}
.fa-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder, .fa-comment-respond .form-input textarea::-webkit-input-placeholder, .fa-comment-respond .form-input input[type=email]::-webkit-input-placeholder, .fa-comment-respond .form-input input[type=text]::-webkit-input-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
}
.fa-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder, .fa-comment-respond .form-input textarea::-moz-placeholder, .fa-comment-respond .form-input input[type=email]::-moz-placeholder, .fa-comment-respond .form-input input[type=text]::-moz-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
}
.fa-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder, .fa-comment-respond .form-input textarea:-ms-input-placeholder, .fa-comment-respond .form-input input[type=email]:-ms-input-placeholder, .fa-comment-respond .form-input input[type=text]:-ms-input-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
}
.fa-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder, .fa-comment-respond .form-input textarea::-ms-input-placeholder, .fa-comment-respond .form-input input[type=email]::-ms-input-placeholder, .fa-comment-respond .form-input input[type=text]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
}
.fa-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.fa-comment-respond .form-input textarea::placeholder,
.fa-comment-respond .form-input input[type=email]::placeholder,
.fa-comment-respond .form-input input[type=text]::placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
}
.fa-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.fa-comment-respond .form-input textarea::-ms-input-placeholder,
.fa-comment-respond .form-input input[type=email]::-ms-input-placeholder,
.fa-comment-respond .form-input input[type=text]::-ms-input-placeholder {
  color: var(--fa-color-text-body);
  font-weight: var(--fa-fw-sbold);
}
.fa-comment-respond .form-input textarea {
  min-height: 180px;
  resize: none;
}
.fa-comment-respond .blog-details-button {
  margin-top: 10px;
}

.tagcloud {
  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-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.tagcloud a {
  display: inline-block;
  font-weight: var(--fa-fw-sbold);
  border: 1px solid var(--fa-color-border-4);
  border-radius: 8px;
  padding: 16px 20px;
  line-height: 1;
}
.tagcloud a:hover {
  color: var(--fa-color-common-white);
  background: var(--fa-color-theme-secondary);
  border: 1px solid var(--fa-color-theme-secondary);
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
START: Theme Client CSS
----------------------------------------*/
.fa-client-section {
  padding-bottom: 120px;
}
.fa-client-section .heading-area {
  margin-bottom: 0;
}
.fa-client-section .heading-area .blog-content {
  margin-top: 40px;
}
.fa-client-section .heading-area .blog-content .blog-desc {
  font-size: 18px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-medium);
  max-width: 540px;
  width: 100%;
  margin-bottom: 0;
}
.fa-client-section .heading-area .blog-content .blog-button {
  margin-top: 50px;
}
.fa-client-section.v-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.client-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client-thumb-wrap {
  margin-top: 250px;
}
.client-thumb-wrap ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.client-thumb-wrap ul li ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 25px 25px;
}
.client-thumb-wrap ul li ul li:first-child {
  border-right: none;
}
.client-thumb-wrap ul li ul li span {
  max-width: 180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.client-thumb-wrap ul li:nth-child(2) ul li:nth-child(1) {
  position: absolute;
  left: -320px;
  height: 201px;
  top: -1px;
  border-right: none;
}
.client-thumb-wrap ul li:nth-child(2) ul li:nth-child(2) {
  border-top: none;
  width: 321px;
}
.client-thumb-wrap ul li:nth-child(2) ul li:nth-child(3) {
  border: none;
  width: 319px;
}
.client-thumb-wrap ul li:nth-child(2) ul li .client-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client-thumb-wrap ul li:nth-child(2) ul li .client-thumb span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 75px;
  margin-left: -25px;
  border-radius: 50%;
}
.client-thumb-wrap ul li:nth-child(2) ul li .client-thumb span:first-child {
  margin-left: 0;
}
.client-thumb-wrap ul li:nth-child(2) ul li .client-thumb span:last-child {
  background: var(--fa-color-theme-secondary);
}
.client-thumb-wrap ul li:nth-child(2) ul li .client-thumb span img {
  border: 1px solid var(--fa-color-heading-primary);
  border-radius: 50%;
}
.client-thumb-wrap ul li:nth-child(3) ul {
  margin-left: -320px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.client-thumb-wrap ul li:nth-child(3) ul li:nth-child(1) {
  border-top: none;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  width: 321px;
}
.client-thumb-wrap ul li:nth-child(3) ul li:nth-child(2) {
  border: none;
}
.client-thumb-wrap ul li:nth-child(3) .client-count {
  text-align: center;
}
.client-thumb-wrap ul li:nth-child(3) .client-count .client-number {
  font-size: 150px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--fa-color-heading-primary);
  -webkit-text-fill-color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-black);
  line-height: 1;
}
.client-thumb-wrap ul li:nth-child(3) .client-count .client-number span {
  font-size: 70px;
}
.client-thumb-wrap ul li:nth-child(3) .client-count .sub-title {
  display: block;
  font-size: 24px;
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
}

/* !END: Theme Client CSS */
/**----------------------------------------
START: Theme Breadcrumb CSS
----------------------------------------*/
.fa-breadcrumb-area {
  background-color: var(--fa-color-theme-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 450px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fa-breadcrumb-area {
    padding-top: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fa-breadcrumb-area {
    padding-top: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fa-breadcrumb-area {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fa-breadcrumb-area {
    padding-top: 210px;
  }
}
@media (max-width: 575px) {
  .fa-breadcrumb-area {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

.breadcrumb-heading .breadcrumb-title {
  font-size: 150px;
  color: var(--fa-color-common-white);
  font-weight: var(--fa-fw-black);
  margin-bottom: 20px;
  line-height: 1;
}
.breadcrumb-heading .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 30px;
  color: var(--fa-color-common-white);
  font-family: var(--fa-ff-heading);
  font-weight: var(--fa-fw-sbold);
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-heading .breadcrumb-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-heading .breadcrumb-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-heading .breadcrumb-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-heading .breadcrumb-title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-heading .breadcrumb-title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .breadcrumb-heading .page-link {
    font-size: 20px;
    margin-top: 20px;
  }
}

/* !END: Breadcrumb CSS *//*# sourceMappingURL=main.css.map */