/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
# Common
# Animations
# Main Menu
# Banner
# Service
# Call to Action
# Main Footer
# Contact
# Blog
## Blog Details
# Page Header
# Sidemenu
# Sidebar
# FAQ
# Brand
# Testimonials
# App Screens
# Pricing
# Funfact
# Video

#Offering
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

/*font-family: 'Barlow', sans-serif;*/

:root {
  --thm-font: "Poppins", sans-serif;
  /*--thm-font: 'Montserrat', sans-serif;*/
  --thm-base: #ee464b;
  --thm-base-rgb: 238, 70, 75;
  --thm-black: #2c2c2c;
  --thm-black-rgb: 39, 40, 57;
  --thm-white: #fff;
  --thm-gray: #f4f4f8;
  --thm-bg-ste: #ffffff;
  --thm-orange: #e3824f;
  --thm-green: #2e7d84;
  --thm-grey: #7c7d8a;
}

body {
  font-family: var(--thm-font);
  color: #7c7d8a;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--thm-font);
}

.mCSB_inside > .mCSB_container {
  margin-right: 10px !important;
}

.VueCarousel-dot-container {
  margin-top: 0 !important;
}

.VueCarousel-slide {
  align-self: center;
}

.blog-text h1,
.blog-text h2,
.blog-text h3 {
  color: var(--thm-orange) !important;
  margin-bottom: 1rem;
  margin-top: 20px;
}

.blog-text h3 {
  font-size: 22px;
}

.blog-text h2 {
  font-size: 26px;
}

.blog-text h1 {
  font-size: 30px;
}

.blog-text strong {
  font-weight: 600 !important;
}

.blog-text p {
  font-size: 20px;
}

.blog-text img {
  max-width: 100%;
  max-height: 500px;
  border-radius: 5px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .main-nav__logoicon.logo-medium {
    width: 270px;
  }

  .main-nav__logoicon.logo-big {
    width: 230px;
  }
}

.background-ste {
  background-color: var(--thm-bg-ste) !important;
}

@media (max-width: 1199px) {
  .main-nav__logo-box-footer {
    display: flex;
    width: 100%;
    padding: 10px 60px;
    justify-content: center;
  }
}

@media (max-width: 392px) {
  /* .header-display-narrow {
		display: flex;
		flex-direction: column !important;
	} */

  /* .banner-one__mainbg {
    top: 384px !important;
	} */

  .portrait-one__single1 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 655px) {
  .banner-one__topleftbg {
    max-width: 380px !important;
  }
}

@media (max-width: 425px) {
  .banner-one__content h3 {
    font-size: 1.5em !important;
    line-height: 1.1em !important;
  }

  .banner-one__topleftbg {
    max-width: 240px !important;
  }

  .service-one__col:nth-child(1) .service-one__singleste img {
    margin-top: 6px;
  }
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.min-vh-80 {
  min-height: 80vh;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

.block-title {
  margin-top: 50px;
  margin-bottom: 80px;
}
.portrait-title {
  margin-top: 50px;
  margin-bottom: 28px;
}
.backBtn a {
  color: #2c2c2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.backBtn a:hover {
  color: #2e7d84;
}

.block-title__bubbles {
  position: relative;
  display: block;
  width: 19px;
  height: 27px;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.text-center .block-title__bubbles {
  margin-left: auto;
  margin-right: auto;
}

.block-title__bubbles::after,
.block-title__bubbles::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #30283d;
  opacity: 0.05;
  display: block;
}

.block-title__bubbles::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 9.5px);
}

.block-title p {
  margin: 0;
  line-height: 1em;
  color: #ee464b;
  font-weight: 500;
  font-size: 18px;
}

.block-title h3 {
  margin: 0;
  color: #2c2c2c;
  font-weight: 600;
  font-size: 36px;
}

.block-title h2 {
  margin: 0;
  color: #2c2c2c;
  font-weight: 600;
  font-size: 42px;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #2e7d84;
  text-align: center;
  background-size: 200% auto;
  border-radius: 5px;
  color: #fff;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thm-btn:hover {
  color: #fff;
  background-position: right center;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--thm-orange);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: var(--thm-green);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--thm-orange);
  color: #fff;
  cursor: pointer;
}

/* datepicker */

.datepicker.dropdown-menu {
  min-width: 17rem;
}

.datepicker table {
  width: 100%;
}

.post-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.post-pagination a {
  border-radius: 50%;
  background-color: #fff;
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 480px) {
  .post-pagination a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.post-pagination a:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.post-pagination a.active {
  background-color: var(--thm-orange);
  color: #fff;
  cursor: auto;
}

.post-pagination a + a {
  margin-left: 15px;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--thm-green);
  position: fixed;
  bottom: 33px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--thm-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

.thm-base-bg {
  background-color: var(--thm-base);
}

.thm-base-bg-2 {
  background-color: var(--thm-base);
}

.thm-gray-bg {
  background-color: var(--thm-gray);
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*preloader*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #e41256;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px)
      translateY(20px) translateX(20px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes leaf-wiggle {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(8deg) translate(-1px, 2px);
  }
}

@keyframes stem-bend {
  0% {
    transform: rotate(0deg) translateX(0px);
  }
  100% {
    transform: rotate(8deg) translateX(0.5px);
  }
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.main-nav__header-one {
  width: 100%;
  border-bottom: 0px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 91;
}

.main-nav__header-one .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*menu toggler when making site small*/
.main-nav__logo-box .side-menu__toggler {
  font-weight: 500;
  cursor: pointer;
  margin-left: 30px !important;
  color: var(--thm-orange);
  display: none;
}

.main-nav__logoicon {
  margin-top: 20px;
}

.main-footer__main-navigation {
  display: block !important;
}

.main-footer__logo-box {
  margin-bottom: 50px;
  margin-top: 30px;
}

.main-nav__main-navigation .main-nav__navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
  margin: 0;
  margin-left: 100px;
  padding: 0;
  list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box > li + li {
  margin-left: 30px;
}

.main-nav__main-navigation .main-nav__navigation-box > li {
  position: relative;
  padding: 20px 0px;
}

.main-footer .main-nav__navigation-box > li > * {
  color: var(--thm-white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--thm-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-footer .main-nav__navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 3;
}

.main-nav__main-navigation .main-nav__navigation-box > li > * {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--thm-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* .main-nav__main-navigation .main-nav__navigation-box > li > *::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--thm-orange);
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  transform: scale(0, 1);
  /*transform-origin: right center;*/
/* transition: transform 500ms ease; */
/* } */

.main-nav__main-navigation .main-nav__navigation-box > li > *:hover::before,
.main-nav__main-navigation
  .main-nav__navigation-box
  > li
  > *.nuxt-link-active::before {
  transform: scale(1, 1);
  transform-origin: left center;
}

.main-nav__main-navigation .main-nav__navigation-box > li > *:hover {
  color: #2e7d84;
}
.main-nav__main-navigation .main-nav__navigation-box > li > *.nuxt-link-active {
  color: #2e7d84;
  font-weight: 600;
}

/* SAME NAVIGATION BOX FOR FOOTER*/

.site-footer__upper .container .main-nav__navigation-box > li > *::before {
  background-color: var(--thm-white);
}

.site-footer__upper .container .main-nav__navigation-box > li > *:hover,
.site-footer__upper
  .container
  .main-nav__navigation-box
  > li
  > *.nuxt-link-active {
  color: var(--thm-white);
}

/*.main-nav__main-navigation .main-nav__navigation-box>li:hover>,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-green);
}*/

.footer_rhs {
  display: flex;
  flex-direction: column;
}

.header_rhs {
  display: flex;
  flex-direction: column;
}

/* FOOTER CONTACT BOX*/

.footer-contact-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}

.footer-contact-box,
.footer-contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 800px) {
  .footer-contact-box,
  .footer-contact-box ul {
    margin-left: 250px;
  }
}
@media (max-width: 800px) {
  .footer-contact-box,
  .footer-contact-box ul {
    margin-left: 100px;
  }
}

.footer-contact-box > li + li {
  margin-left: 20px;
}

.footer-contact-box > li {
  position: relative;
  padding: 5px 0px;
}

.footer-contact-box > li > * {
  color: var(--thm-white);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--thm-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-box > li > *::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--thm-green);
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  transform: scale(0, 1);
  /*transform-origin: right center;*/
  transition: transform 500ms ease;
}

.footer-contact-box > li > *:hover::before {
  transform: scale(1, 1);
  transform-origin: left center;
}

.footer-contact-box > li > *:hover {
  color: var(--thm-green);
}

@media screen and (min-width: 1201px) {
  .footer-display-narrow {
    display: none;
  }
}

/* If the screen size is 1250px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1200px) {
  .footer-display-wide {
    display: none;
  }
  .footer-contact-box > li > * {
    font-size: 27px;
  }
}

/* HEADER CONTACT BOX*/

.header-contact-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}

.header-contact-box,
.header-contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 800px) {
  .header-contact-box,
  .header-contact-box ul {
    /* margin-left: 250px; */
  }
}

.header-contact-box > li + li {
  margin-left: 20px;
}

.header-contact-box > li {
  position: relative;
  padding: 5px 0px;
}

.header-contact-box > li > * {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--thm-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* .header-contact-box > li > *::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--thm-green);
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  transform: scale(0, 1);
  /*transform-origin: right center;*/
/* transition: transform 500ms ease; */
/* } */

.header-contact-box .border-bottom-space::before,
.footer-contact-box .border-bottom-space::before {
  top: calc(100% + 7px);
}

.border-bottom-space img,
.border-green img {
  transition: 400ms;
}

.border-bottom-space:hover img,
.border-green:hover img {
  filter: invert(52%) sepia(100%) saturate(1875%) hue-rotate(47deg)
    brightness(94%) contrast(88%);
}

.header-contact-box > li > *:hover::before {
  transform: scale(1, 1);
  transform-origin: left center;
}

.header-contact-box > li > *:hover {
  color: #f2c21a;
}
.header-contact-box > li > select:hover {
  color: #ffffff;
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  .header-display-narrow {
    display: none;
  }
}

/* If the screen size is 1250px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1200px) {
  .header-display-wide {
    display: none;
  }
  .header-contact-box > li > * {
    font-size: 27px;
  }
}

/* Dropdown menu */

.dropdown-btn {
  display: none;
}

.main-nav__navigation-box > li ul {
  position: absolute;
  width: 230px;
  background-color: #fff;
  border-top: 2px solid var(--thm-black);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  z-index: 991;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
}

.main-nav__navigation-box > li ul > li {
  position: relative;
}

.main-nav__navigation-box > li ul > li + li {
  border-top: 1px solid rgba(var(--thm-black-rgb), 0.3);
}

.main-nav__navigation-box > li ul > li > a {
  display: block;
  color: var(--thm-black);
  font-size: 14px;
  font-family: var(--thm-font);
  word-break: break-all;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-nav__navigation-box > li ul > li:hover > a {
  color: #fff;
  background-color: var(--thm-bg-ste);
}

/* Second level menu */

.main-nav__navigation-box > li > ul {
  top: 100%;
  left: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);

  visibility: hidden;
  opacity: 0;
}

.main-nav__navigation-box > li:hover > ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/* Third level menu */

.main-nav__navigation-box > li > ul > li > ul {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

.main-nav__navigation-box > li > ul > li:hover > ul {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

/* After Third level menu */

.main-nav__navigation-box > li > ul > li > ul > li ul {
  display: none;
}

.header__btn {
  background-image: none;
  border: 2px solid #fff;
  padding: 9px 20px;
  border-radius: 20px;
}

.header__btn:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 251, 250, 0.7);
  box-shadow: 0px 6px 13px 0px rgb(255, 251, 250);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.stricked-menu .main-nav__navigation-box > li {
  padding-top: 25px;
  padding-bottom: 25px;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.banner-one {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #edf3f1;
  height: 100vh;
}

/*
.banner-one::before {
	content: '';
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	clip-path: polygon(71.5% 0, 0% 100%, 100% 100%);
}
*/
.container2 {
  position: absolute;
  right: 0;
  top: 130px;
  z-index: 5;
}
@media (max-width: 1199px) {
  .container2 {
    position: absolute;
    top: 200px;
    z-index: 5;
  }
  .banner-one {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.banner-one .container {
  position: relative;
  padding-top: 180px;
  padding-bottom: 128px;
  z-index: 2;
}

@media (max-width: 768px) {
  .container2 {
    position: absolute;
    top: 150px;
    right: 10px;
    z-index: 5;
  }
}
@media (max-width: 550px) {
  .container2 {
    position: absolute;
    top: 120px;
    right: 10px;
    z-index: 5;
  }
}

@media (max-width: 420px) {
  .banner-one::before {
    height: 80px;
  }
  .container2 {
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 5;
  }
}

.banner-one__moc {
  position: absolute;
  bottom: 100px;
  right: 50%;
  max-width: 80px;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.banner-one__mainbg {
  position: absolute;
  right: 39px;
  top: 247px;
  max-width: 1001px;
  z-index: 1;
}

.banner-one__topleftbg {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 538px;
  z-index: 0;
}

.banner-one__middlerightbg {
  position: absolute;
  right: 0px;
  max-width: 250px;
  z-index: 0;
}

@media screen and (min-width: 801px) {
  .banner-one__middlerightbg {
    top: 560px;
  }
}

@media screen and (max-width: 800px) {
  .banner-one__middlerightbg {
    top: 400px;
  }
}

.banner-one__content h3 {
  margin: 0;
  font-weight: 600;
  font-size: 42px;
  line-height: 67.2px;
  color: var(--thm-black);
  margin-top: 10px;
  margin-bottom: 7px;
  z-index: 2;
  word-wrap: break-word;
}

.banner-one__content p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #464646;
  z-index: 2;
  word-wrap: break-word;
}

@media screen and (min-width: 1251px) {
  .banner-one__content p {
    font-size: 18px;
    line-height: 33.6px;
  }
}

/* If the screen size is 1200px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1250px) {
  .banner-one__content p {
    font-size: 18px;
    line-height: 25.2px;
  }
}

/* If the screen size is 1250px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .banner-one__content p {
    font-size: 17px;
    line-height: 16.8px;
  }
}

.banner-one__btn {
  font-weight: 400;
  border-radius: 27.5px;
  background-image: none;
  /*background-color: #FCAC89;*/
  background: #2e7d84;
  border: 0px solid #fff;
  height: 50px;
  width: 250px;
  padding: 18px 0px;
  font-size: 16px;
  line-height: 18px;
  margin-top: 32px;
  z-index: 2;
}

.banner-one__btn:hover {
  background-color: #264653;
  /* color: var(--thm-black); */
}

.banner-one__content .banner-one__tag-line {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.2em;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 30px;
  line-height: 40px;
}

.banner-one__content .banner-one__tag-line a {
  display: inline-block;
  vertical-align: middle;
  background-color: #feec66;
  color: #23242b;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 25px;
  transition: all 500ms ease;
}

.banner-one__content .banner-one__tag-line a:hover {
  background-color: var(--thm-black);
  color: #fff;
}

[class*="banner-one__shape-"] {
  position: absolute;
}

.banner-one__shape-moc-1 {
  top: 15%;
  right: -9%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner-one__shape-1 {
  top: 3%;
  left: 0;
}

.banner-one__shape-2 {
  top: 17%;
  left: 7%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner-one__shape-3 {
  bottom: 19%;
  left: 6%;
}

.banner-one__shape-4 {
  top: 19%;
  right: 45%;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.banner-one__shape-5 {
  bottom: 19%;
  left: 6%;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}

.banner-one__shape-6 {
  bottom: 29%;
  right: 30%;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner-one__shape-7 {
  bottom: 19%;
  right: 6%;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/

.service-one {
  padding-top: 78px;
  padding-bottom: 128px;
  background-color: #f8f8f8;
  /* background-color: var(--thm-bg-ste); */
}
.values-one {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #fff;
  /* background-color: var(--thm-bg-ste); */
}

.values-one p {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}
.ourteam-one {
  padding-top: 78px;
  padding-bottom: 128px;
  /*background-color: #e2de73;*/
  background-color: #f8f8f8;
}

.premises-one {
  background-color: var(--thm-white);
  padding-top: 78px;
  padding-bottom: 128px;
}

@media screen and (max-width: 625px) {
  .service-one {
    padding-top: 20px !important;
    padding-bottom: 100px;
  }
  .values-one {
    padding-top: 20px !important;
    padding-bottom: 100px;
  }
  .ourteam-one {
    padding-top: 20px !important;
    padding-bottom: 100px;
  }
  .premises-one {
    padding-top: 20px !important;
    padding-bottom: 100px;
  }
}

.service-one__col {
  padding-left: 13px;
  padding-right: 13px;
  /*display: flex;*/
  flex: 1 1 20%;
  text-align: center;
}

.service-one__single {
  margin-bottom: 40px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: rgb(232, 232, 239);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(41, 97, 84, 0.3);
}

.service-one__singleste {
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 0px;
  border-radius: 1rem;
  border-color: rgb(232, 232, 239);
  text-align: center;
  z-index: 0;
  /*min-height: 455px;*/
}

@media screen and (min-width: 991px) {
  .service-one__singleste {
    margin-bottom: 40px;
  }
}

.service-one__singleste i {
  width: 200px;
  height: 200px;
  border-radius: 1rem;
  opacity: 0.1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-size: 200% auto;
  transition: all 500ms ease;
  z-index: 1;
}

.service-one__singleste img {
  position: relative;
  height: 120px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -223px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background-size: 200% auto;
  transition: all 500ms ease;
  z-index: 2;
}

.service-one__singleste h3 {
  opacity: 1;
  margin: 0;
  font-size: 22px;
  line-height: 30.2px;
  font-weight: 600;
  color: #444444;
  margin-top: 14px;
  margin-bottom: 0px;
}

.service-one__singleste h4 {
  opacity: 1;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 400;
  color: #444444;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

.service-one__single h3 {
  color: rgb(0, 0, 0);
  opacity: 1;
  font-size: 18px;
  font-weight: 600;
}

/*.service-one__singleste i {
	width: 111px;
	height: 111px;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 51%, #4a0e8f 100%);
	font-size: 64px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background-size: 200% auto;
	transition: all 500ms ease;
}
*/

.service-one__singleste:hover i {
  background-position: right center;
}

/* .service-one__col:nth-child(1) .service-one__singleste i {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 51%, #4a0e8f 100%);
}

.service-one__col:nth-child(2) .service-one__singleste i {
	background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 51%, #4453ac 100%);
}

.service-one__col:nth-child(3) .service-one__singleste i {
	background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 51%, #0349a6 100%);
}

.service-one__col:nth-child(4) .service-one__singleste i {
	background-image: linear-gradient(90deg, #e41256 0%, #ffa337 51%, #e41256 100%);
} */

.service-one__col:nth-child(5) .service-one__singleste i {
  background-image: linear-gradient(
    90deg,
    #03a631 0%,
    #d6c10f 51%,
    #03a631 100%
  );
}

.service-one__single i {
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-size: 200% auto;
  transition: all 500ms ease;
}

.service-one__single:hover i {
  background-position: right center;
}

.service-one__col:nth-child(1) .service-one__single i {
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
}

.service-one__col:nth-child(2) .service-one__single i {
  background-image: linear-gradient(
    90deg,
    #4453ac 0%,
    #03a9db 51%,
    #4453ac 100%
  );
}

.service-one__col:nth-child(3) .service-one__single i {
  background-image: linear-gradient(
    90deg,
    #0349a6 0%,
    #15c27b 51%,
    #0349a6 100%
  );
}

.service-one__col:nth-child(4) .service-one__single i {
  background-image: linear-gradient(
    90deg,
    #e41256 0%,
    #ffa337 51%,
    #e41256 100%
  );
}

.service-one__col:nth-child(5) .service-one__single i {
  background-image: linear-gradient(
    90deg,
    #03a631 0%,
    #d6c10f 51%,
    #03a631 100%
  );
}

.sefvice-learn-more-btn {
  background-color: #B1DFD1;
  color: #2E7D84;
  padding: 12px 40px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  text-align: center;
  background-size: 200% auto;
  font-size: 16px;
  line-height: normal;
  border-radius: 27.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

  &:hover {
    color: white;
    background-color: #264653;
  }
}



/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/

.cta-one {
  background-color: var(--thm-bg-ste);
  z-index: 10;
  padding-top: 0px;
}

.cta-onee {
  background-color: var(--thm-bg-ste);
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 60px;
}

[class*="cta-one__circle-"] {
  position: absolute;
  opacity: 0.03;
  border-radius: 50%;
  background-color: var(--thm-black);
}

.cta-one__circle-1 {
  width: 999px;
  height: 999px;
  left: calc(50% - 499.5px);
  bottom: calc(0% - 499.5px);
}

.cta-one__circle-2 {
  width: 792px;
  height: 792px;
  left: calc(50% - 396px);
  bottom: calc(0% - 396px);
}

.cta-one__circle-3 {
  width: 613px;
  height: 613px;
  left: calc(50% - 306.5px);
  bottom: calc(0% - 306.5px);
}

/*.cta-one .container {
	position: relative;
	display: flex;
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 200px;
	padding-right: 200px;
}
*/

.cta-one__content {
  position: relative;
  align-items: center;
  justify-content: center;
}

.cta-one__contentt {
  background-color: var(--thm-bg-ste);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  vertical-align: middle;
}

.cta-one__button {
  /*flex: 1 1 20%;*/
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  text-align: center;
  justify-items: center;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 1110px;
  border-style: solid;
  border-width: 0px;
  border-radius: 1rem;
  background-color: rgba(185, 205, 203, 0.46);
  color: #fff;
  /* box-shadow: 0px 0px 20px 0px rgba(41, 97, 84, 0.3); */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0px;
}

.cta-one__button:hover {
  background-position: right center;
}

.cta-one__button img {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
}

.cta-one__button p {
  margin: 0;
  vertical-align: middle;
  color: #e3824f;
  font-weight: 700;
  font-size: 18px;
  line-height: 25.2px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-one__btn {
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
  margin-top: 55px;
}

.cta-one__content h3 {
  margin: 0;
  color: var(--thm-black);
  font-weight: 800;
  font-size: 46px;
}

.cta-one__content p {
  margin: 0;
  color: #7c7d8a;
  font-weight: 300;
  font-size: 24px;
  margin-top: 25px;
}

.cta-two {
  background-color: var(--thm-gray);
  padding-top: 120px;
  padding-bottom: 360px;
  position: relative;
  margin-bottom: -240px;
}

.cta-two .container {
  position: relative;
}

[class*="cta-two__shape-"] {
  position: absolute;
}

.cta-two__shape-1 {
  top: -8%;
  left: 7%;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}

.cta-two__shape-2 {
  bottom: -6%;
  right: 9%;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.cta-two__shape-3 {
  top: 5%;
  right: 3%;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.cta-two__moc {
  position: absolute;
  top: 30px;
  right: -30px;
  animation: ImgBounce 10s ease-in-out 0s infinite alternate;
}

.cta-two__content .block-title {
  margin-bottom: 40px;
}

.cta-two__content > p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #7c7d8a;
  margin-bottom: 50px;
}

.cta-three {
  position: relative;
  padding-bottom: 120px;
}

.cta-three .container {
  position: relative;
}

[class*="cta-three__shape-"] {
  position: absolute;
}

.cta-three__shape-1 {
  top: -14%;
  left: -1%;
}

.cta-three__shape-2 {
  top: -8%;
  right: 0;
}

.cta-three__shape-3 {
  bottom: 15%;
  right: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cta-three__moc {
  position: absolute;
  top: -45px;
  left: -47px;
  animation: ImgBounce 10s ease-in-out 0s infinite alternate;
}

.cta-three__content {
  padding-left: 70px;
}

.cta-three__box {
  display: flex;
  position: relative;
}

.cta-three__box + .cta-three__box {
  margin-top: 40px;
}

.cta-three__box::before {
  content: "";
  width: 1px;
  height: 110%;
  background-color: #e8e8ef;
  position: absolute;
  left: 37.5px;
  top: 75px;
}

.cta-three__box:last-child::before {
  display: none;
}

.cta-three__box-icon i {
  width: 75px;
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
  height: 75px;
  border-radius: 50%;
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  top: 5px;
  background-size: 200% auto;
  transition: all 500ms ease;
}

.cta-three__box:hover .cta-three__box-icon i {
  background-position: right center;
}

.cta-three__box:nth-child(1) .cta-three__box-icon i {
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
}

.cta-three__box:nth-child(2) .cta-three__box-icon i {
  background-image: linear-gradient(
    90deg,
    #4453ac 0%,
    #03a9db 51%,
    #4453ac 100%
  );
}

.cta-three__box-content {
  padding-left: 25px;
}

.cta-three__box-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--thm-black);
}

.cta-three__box-content p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.cta-three__btn {
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Main Footer
--------------------------------------------------------------*/

.site-footer {
  /*background-color: #272839; */
  background-color: var(--thm-bg-ste);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sitefooter_bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

.site-footer .bgimage {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.site-footer .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.site-footer__upper {
  padding-bottom: 0px;
}

.site-footer-one__col {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  /*flex: 1 1 20%; */
  text-align: center;
}

.site-footer-one__single {
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 400px;
  min-height: 400px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 10px;
  border-style: solid;
  border-width: 0px;
  border-radius: 20px;
  border-color: rgb(232, 232, 239);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(41, 97, 84, 0.3);
  z-index: 0;
}

.site-footer-table {
  position: absolute;
  padding-left: 800px;
  margin-left: 800px;
  width: 400px;
  margin-bottom: 0;
  border-top: 0px solid #e8e8ef;
  padding-bottom: 50px;
  padding-top: 100px;
  margin-top: 50px;
}

/*footer widgets*/

.footer-widget__title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}

.footer-widget p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #a3a4b3;
}

.footer-widget p + p {
  margin-top: 25px;
}

.footer-widget p a {
  color: var(--thm-orange);
  transition: all 500ms ease;
}

.footer-widget p a:hover {
  color: #fff;
}

.footer-widget__logo {
  display: inline-block;
  margin-top: -5px;
  margin-bottom: 20px;
}

/*
.footer-widget__links-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

@media(min-width: 992px) {
	.footer-widget__links-wrap {
		padding-right: 70px;
	}

	.footer-widget__about {
		padding-right: 44px;
	}
}

.footer-widget__links ul {
	margin-bottom: 0;
}

.footer-widget__links ul li {
	line-height: 1em;
	font-size: 16px;
	font-weight: 500;
}

.footer-widget__links ul li+li {
	margin-top: 23px;
}

.footer-widget__links ul li a {
	color: #a3a4b3;
	display: block;
	position: relative;
	transition: all 500ms ease;
}

.footer-widget__links ul li a:hover {
	color: var(--thm-orange);
	transform: translateX(20px);
}

.footer-widget__links ul li a::before {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--thm-orange);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-40%) translateX(-20px);
	opacity: 0;
	transition: all 500ms ease;
}

.footer-widget__links ul li a:hover::before {
	opacity: 1;
}

.footer-widget__mc-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	height: 70px;
}

.footer-widget__mc-form ::placeholder {
	color: #7c7d8a;
	opacity: 1;
}

.footer-widget__mc-btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 10px;
}

*/

/* footer bottom */

.site-footer__bottom .inner-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 39.5px;
  padding-bottom: 39.5px;
}

.site-footer__bottom .inner-container > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #a3a4b3;
}

.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    90deg,
    #0349a6 0%,
    #15c27b 51%,
    #0349a6 100%
  );
  color: #fff;
  font-size: 16px;
  background-size: 200% auto;
  transition: all 500ms ease;
}

.site-footer__social a:hover {
  background-position: right center;
}

.site-footer__social a + a {
  margin-left: 10px;
}

.site-footer__social .fa-facebook-f {
  background-image: linear-gradient(
    90deg,
    #0349a6 0%,
    #15c27b 51%,
    #0349a6 100%
  );
}

.site-footer__social .fa-twitter {
  background-image: linear-gradient(
    90deg,
    #4453ac 0%,
    #03a9db 51%,
    #4453ac 100%
  );
}

.site-footer__social .fa-instagram {
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
}

.site-footer__social .fa-pinterest-p {
  background-image: linear-gradient(
    90deg,
    #e41256 0%,
    #ffa337 51%,
    #e41256 100%
  );
}

[class*="site-footer__shape-"] {
  position: absolute;
}

.site-footer__shape-1 {
  top: -2.5%;
  left: 3%;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

.site-footer__shape-2 {
  bottom: 15%;
  right: 4%;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

.site-footer__shape-3 {
  position: absolute;
  left: calc(50% - 231.5px);
  bottom: calc(0% - 231px);
  opacity: 0.15;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-one {
  padding-top: 120px;
  position: relative;
}

.contact-one .container {
  position: relative;
  z-index: 11;
}

[class*="contact-one__shape-"] {
  position: absolute;
}

.contact-one__shape-1 {
  bottom: -241px;
  left: 0;
  z-index: 11;
}

.contact-one__shape-2 {
  right: 2%;
  top: -62px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.contact-one__shape-3 {
  right: -231.5px;
  bottom: -90px;
  z-index: 11;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 992px) {
  .contact-one__content {
    padding-right: 30px;
  }
}

.contact-one__images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-one__infos {
  margin-top: 55px;
}

.contact-one__infos-single {
  display: flex;
  align-items: center;
}

.contact-one__infos-single + .contact-one__infos-single {
  margin-top: 35px;
}

.contact-one__infos-icon i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 100%);
  margin-right: 20px;
}

.contact-one__infos-single:nth-child(2) .contact-one__infos-icon i {
  background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
}

.contact-one__infos-single:nth-child(3) .contact-one__infos-icon i {
  background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%);
}

.contact-one__infos-single h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.contact-one__infos-single p {
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  margin: 0;
  margin-top: 5px;
}

.contact-one__infos-single p a {
  color: inherit;
  transition: all 500ms ease;
}

.contact-one__infos-single p a:hover {
  color: var(--thm-orange);
}

.contact-one__form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.contact-one__form .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-one__form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.contact-one__form textarea {
  display: block;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  background-color: var(--thm-gray);
  font-size: 16px;
  font-weight: 500;
  color: #7c7d8a;
  padding-left: 30px;
  height: 68px;
}

.contact-one__form textarea {
  height: 188px;
  padding-top: 20px;
}

.contact-one__form ::placeholder {
  opacity: 1;
  color: #7c7d8a;
}

.contact-one__form
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.contact-one__form .bootstrap-select > .dropdown-toggle {
  border-radius: 0;
  padding-left: 30px;
  margin-bottom: 10px;
  background-color: var(--thm-gray);
  font-size: 16px;
  font-weight: 500;
  color: #7c7d8a;
  padding-left: 30px;
  height: 68px;
  padding-right: 30px;
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.contact-one__form label.error {
  display: block;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-one__home {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: var(--thm-gray);
  position: relative;
}

.blog-one__grid {
  padding-bottom: 120px;
}

.blog-one__shape-1 {
  position: absolute;
  top: 6%;
  right: 8%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.blog-one .container {
  position: relative;
}

.blog-one__single {
  margin-bottom: 90px;
}

.blog-one__image {
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
  padding: 10px;
  position: relative;
  background-size: 200% auto;
  overflow: hidden;
}

.blog-one__image > img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__image {
  background-position: right center;
}

.blog-one__single:hover .blog-one__image > img {
  opacity: 0.5;
  transform: scale(1.1);
}

.blog-one__content {
  padding-top: 35px;
  padding-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media (max-width: 375px) {
  .blog-one__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blog-one__meta {
  display: flex;
  margin: 0;
  align-items: center;
}

.blog-one__meta li a {
  color: #7c7d8a;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}

.blog-one__meta li a i {
  color: #ee464b;
  margin-right: 3px;
}

.blog-one__meta li + li {
  margin-left: 10px;
}

.blog-one__meta li a:hover {
  color: var(--thm-black);
}

.blog-one__link {
  display: block;
  width: 68px;
  height: 68px;
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
  display: flex;
  text-align: center;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: -34px;
  right: 10px;
  transition: all 500ms ease;
  background-size: 200% auto;
}

.blog-one__link:hover {
  color: #fff;
  background-position: right center;
}

@media (max-width: 375px) {
  .blog-one__link {
    width: 50px;
    height: 50px;
    bottom: -25px;
    font-size: 14px;
  }
}

.blog-one__content h3 {
  color: var(--thm-black);
  margin: 0;
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
}

@media (max-width: 375px) {
  .blog-one__content h3 {
    font-size: 22px;
    line-height: 1.3em;
  }
}

.blog-one__content h3 a {
  transition: all 500ms ease;
  color: inherit;
}

.blog-one__content h3 a:hover {
  color: var(--thm-orange);
}

.blog-one [class*="col-"]:nth-child(1) .blog-one__image,
.blog-one [class*="col-"]:nth-child(1) .blog-one__link {
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
}

.blog-one [class*="col-"]:nth-child(2) .blog-one__image,
.blog-one [class*="col-"]:nth-child(2) .blog-one__link {
  background-image: linear-gradient(
    90deg,
    #e41256 0%,
    #ffa337 51%,
    #e41256 100%
  );
}

.blog-one [class*="col-"]:nth-child(3) .blog-one__image,
.blog-one [class*="col-"]:nth-child(3) .blog-one__link {
  background-image: linear-gradient(
    90deg,
    #4453ac 0%,
    #03a9db 51%,
    #4453ac 100%
  );
}

.blog-one [class*="col-"]:nth-child(4) .blog-one__image,
.blog-one [class*="col-"]:nth-child(4) .blog-one__link {
  background-image: linear-gradient(
    90deg,
    #0349a6 0%,
    #15c27b 51%,
    #0349a6 100%
  );
}

.blog-one [class*="col-"]:nth-child(5) .blog-one__image,
.blog-one [class*="col-"]:nth-child(5) .blog-one__link {
  background-image: linear-gradient(
    90deg,
    #272839 0%,
    #717284 51%,
    #272839 100%
  );
}

.blog-one [class*="col-"]:nth-child(6) .blog-one__image,
.blog-one [class*="col-"]:nth-child(6) .blog-one__link {
  background-image: linear-gradient(
    90deg,
    #03a631 0%,
    #d6c10f 51%,
    #03a631 100%
  );
}

/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/

.blog-details {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-details__content h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 35px;
}

.blog-details__image {
  margin-bottom: 20px;
  padding: 10px;
  background-image: linear-gradient(
    90deg,
    #e41256 0%,
    #ffa337 51%,
    #e41256 100%
  );
}

.blog-details__image > img {
  width: 100%;
}

.blog-details__content p {
  margin: 0;
}

.blog-details__content p + p {
  margin-top: 40px;
}

.blog-details__content .blog-one__meta li a {
  font-size: 18px;
}

.blog-details__bottom {
  border-top: 1px solid #e8e8ef;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.blog-details__tags {
  margin: 0;
  display: flex;
  align-items: center;
}

.blog-details__tags span {
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-black);
}

.blog-details__tags a {
  color: #7c7d8a;
  font-size: 16px;
  margin-left: 5px;
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  color: var(--thm-orange);
}

.author-one {
  padding: 60px;
  background-color: var(--thm-gray);
  position: relative;
  margin-bottom: 60px;
}

.author-one__image,
.author-one__content {
  display: table-cell;
  vertical-align: middle;
}

.author-one__image {
  width: 170px;
}

.author-one__content {
  padding-left: 40px;
}

.author-one__content h3 {
  margin: 0;
  color: var(--thm-black);
  font-weight: 600;
  font-size: 20px;
}

.author-one__content p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #7c7d8a;
  margin-top: 40px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 55px;
}

.comment-one__single {
  position: relative;
  border-bottom: 1px solid #e8e8ef;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}

.comment-one__image {
  width: 90px;
}

.comment-one__image > img {
  width: 100%;
  border-radius: 50%;
}

.comment-one__content {
  padding-left: 40px;
  padding-right: 105px;
}

.comment-one__date {
  display: flex;
  color: var(--thm-orange);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.comment-one__date span {
  margin-left: 10px;
  margin-right: 10px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  font-weight: 600;
}

.comment-one__content p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #7c7d8a;
  font-weight: 500;
}

.comment-one__btn {
  padding: 8px 29.5px;
  position: absolute;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 245px;
  padding-bottom: 190px;
}

@media (max-width: 991px) {
  .page-header {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

.page-header::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--thm-gray);
  clip-path: polygon(71.5% 0, 0% 100%, 100% 100%);
}

@media (max-width: 991px) {
  .page-header::before {
    height: 80px;
  }
}

.page-header__white-curv::before {
  background-color: #fff;
}

.page-header .container {
  position: relative;
}

.page-header h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 300;
  line-height: 1em;
}

/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
  background-color: rgba(var(--thm-black-rgb), 0.3);
}

.side-menu__block-inner {
  position: relative;
  max-width: 532px;
  width: 100%;
  margin-right: auto;
  height: 100vh;
  background-color: var(--thm-gray);
  z-index: 999999;
  overflow-y: auto;
  padding: 40px 0;
  padding-top: 24px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: space-between;
}

@media (max-width: 575px) {
  .side-menu__block-inner {
    max-width: 380px;
  }
}

@media (max-width: 480px) {
  .side-menu__block-inner {
    max-width: 300px;
  }
}

@media (max-width: 375px) {
  .side-menu__block-inner {
    max-width: 300px;
  }
}

.side-menu__block-inner .mCustomScrollBox {
  width: 100%;
}

.side-menu__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px;
}

.mobile-nav__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 30px;
}

.mobile-nav__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__container li.dropdown ul {
  display: none;
  padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
  position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--thm-green);
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transfrom 500ms ease;
  transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-nav__container li + li {
  margin-top: 10px;
}

.mobile-nav__container li a {
  color: #18585d;
  font-size: 16px;
  font-weight: 400;
  display: block;
  font-family: var(--thm-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.mobile-nav__container li a:hover {
  color: var(--thm-orange);
}

.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a {
  color: var(--thm-orange);
}

.side-menu__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.side-menu__social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    90deg,
    #0349a6 0%,
    #15c27b 51%,
    #0349a6 100%
  );
  color: #fff;
  font-size: 16px;
  background-size: 200% auto;
  transition: all 500ms ease;
}

.side-menu__social a:hover {
  background-position: right center;
}

.side-menu__social a + a {
  margin-left: 10px;
}

.side-menu__social .fa-facebook-f {
  background-image: linear-gradient(
    90deg,
    #0349a6 0%,
    #15c27b 51%,
    #0349a6 100%
  );
}

.side-menu__social .fa-twitter {
  background-image: linear-gradient(
    90deg,
    #4453ac 0%,
    #03a9db 51%,
    #4453ac 100%
  );
}

.side-menu__social .fa-instagram {
  background-image: linear-gradient(
    90deg,
    #4a0e8f 0%,
    #b430a7 51%,
    #4a0e8f 100%
  );
}

.side-menu__social .fa-pinterest-p {
  background-image: linear-gradient(
    90deg,
    #e41256 0%,
    #ffa337 51%,
    #e41256 100%
  );
}

.side-menu__content {
  padding-left: 100px;
  padding-right: 100px;
}

.side-menu__content p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--thm-green);
  letter-spacing: 0.02em;
}

.side-menu__content p + p {
  margin-top: 0px;
}

.side-menu__content p a {
  color: #18585d;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.side-menu__content p a:hover {
  color: var(--thm-orange);
}

.side-menu__sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #edf3f1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.side-menu__text p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: var(--thm-green);
  margin: 0;
  margin-bottom: 25px;
}

.side-menu__text a {
  color: var(--thm-orange);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.side-menu__text a:hover {
  color: var(--thm-black);
}

.side-menu__block__copy {
  font-size: 16px;
  font-weight: 500;
  color: var(--thm-green);
  margin: 0;
}

@media (max-width: 575px) {
  .side-menu__top,
  .side-menu__content,
  .mobile-nav__container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .side-menu__sep {
    margin-top: 15px;
    margin-bottom: 15px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 480px) {
  .side-menu__top,
  .side-menu__content,
  .mobile-nav__container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .side-menu__sep {
    width: calc(100% - 50px);
  }

  .side-menu__social {
    margin-top: 40px;
  }

  .side-menu__social a {
    width: 45px;
    height: 45px;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-single:not(.sidebar__search) {
  background-color: var(--thm-gray);
  padding: 50px;
}

.sidebar-single + .sidebar-single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  color: var(--thm-black);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 1em;
}

.sidebar__search-form {
  background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
  display: block;
  width: 100%;
  position: relative;
}

.sidebar__search-form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  padding-left: 50px;
  height: 83px;
}

.sidebar__search-form ::placeholder {
  opacity: 1;
  color: #fff;
}

.sidebar__search-form button[type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  right: 50px;
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
}

.sidebar__post-single {
  position: relative;
  padding-left: 80px;
}

.sidebar__post-single + .sidebar__post-single {
  margin-top: 30px;
}

.sidebar__post-single > img {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sidebar__post-single h3 {
  font-size: 16px;
  line-height: 28px;
  color: #7c7d8a;
  margin: 0;
}

.sidebar__post-single h3 a {
  color: inherit;
}

.sidebar__post-single h3 a:hover {
  color: var(--thm-orange);
}

.sidebar__cat-list {
  margin: 0;
}

.sidebar__cat-list li {
  line-height: 1em;
}

.sidebar__cat-list li + li {
  margin-top: 20px;
}

.sidebar__cat-list li a {
  color: #7c7d8a;
  font-size: 16px;
  font-weight: 500;
  transition: all 500ms ease;
}

.sidebar__cat-list li a:hover {
  color: var(--thm-orange);
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 16px;
  line-height: 34px;
  color: #7c7d8a;
  font-weight: 500;
  transition: all 500ms ease;
}

.sidebar__tags-list a:hover {
  color: var(--thm-orange);
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
  padding: 120px 0;
  position: relative;
  counter-reset: faqNumber;
}

[class*="faq-one__shape-"] {
  position: absolute;
}

.faq-one__shape-1 {
  top: -145.5px;
  left: 4%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.faq-one__shape-3 {
  left: 4%;
  bottom: -4%;
  z-index: 11;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.faq-one__shape-2 {
  top: 0;
  right: 0;
}

.faq-one .container {
  position: relative;
}

@media (min-width: 992px) {
  .faq-one .container {
    max-width: 1000px;
  }
}

.faq-accrodion .accrodion {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  counter-increment: faqNumber;
}

.faq-accrodion .accrodion:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0px;
  right: 0px;
  border-radius: 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-image: linear-gradient(90deg, #4a0e8f 0%, #b330a7 100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.faq-accrodion .accrodion::after {
  font-family: var(--thm-font);
  font-size: 60px;
  line-height: 1em;
  color: #e8e8ef;
  font-weight: 300;
  content: counters(faqNumber, ".", decimal-leading-zero);
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateX(-50%);
  z-index: 11;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-accrodion .accrodion.active {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}

.faq-accrodion .accrodion.active .accrodion-inner {
  margin: 0 1px;
}

.faq-accrodion .accrodion.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.faq-accrodion .accrodion.active .accrodion-title {
  padding-bottom: 0;
}

.faq-accrodion .accrodion.active .accrodion-title h4 {
  color: #ee464b;
}

.faq-accrodion .accrodion .accrodion-inner {
  background-color: #f8f8f8;
  padding: 30.5px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8ef;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-accrodion .accrodion .accrodion-title {
  padding: 0px 60px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 375px) {
  .faq-accrodion .accrodion .accrodion-title {
    padding-right: 50px;
  }
}

.faq-accrodion .accrodion .accrodion-title:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;

  background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
  transition: all 500ms ease;
}

.faq-accrodion .accrodion .accrodion-title::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;

  background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%);
  transition: all 500ms ease;
}

.faq-accrodion .accrodion.active .accrodion-title::before {
  opacity: 0;
}

.faq-accrodion .accrodion.active .accrodion-title::after {
  opacity: 1;
}

.faq-accrodion .accrodion .accrodion-title h4 {
  margin: 0;
  color: #30283d;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 375px) {
  .faq-accrodion .accrodion .accrodion-title h4 {
    line-height: 1.4em;
  }
}

.faq-accrodion .accrodion .accrodion-content .inner {
  padding: 0 60px;
  padding-right: 155px;
  padding-top: 35px;
  padding-bottom: 0px;
}

.faq-accrodion .accrodion .accrodion-content p {
  margin: 0;
  color: #7c7d8a;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/

.brand-one {
  position: relative;
  z-index: 11;
  padding-top: 93.5px;
  padding-bottom: 93.5px;
  background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
}

.brand-one img {
  opacity: 0.6;
  transition: all 500ms ease;
}

.brand-one img:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials__one {
  background-color: #f4f4f8;
  padding: 120px 0;
  position: relative;
}

[class*="testimonials__one-shape-"] {
  position: absolute;
}

.testimonials__one-shape-1 {
  top: -43px;
  left: 2%;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.testimonials__one-shape-2 {
  top: 6%;
  right: 6%;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.testimonials__one .map-img {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  animation-name: mapMover;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: all 0.4s ease;
  transform-origin: center center;
}

@keyframes mapMover {
  0% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-55%) translateX(-20px);
  }

  100% {
    transform: translateY(-50%) translateX(0);
  }
}

.testimonials__one .block-title {
  margin-bottom: 40px;
}

.testimonials__one .testimonials__one__single p {
  margin: 0;
  color: #7c7d8a;
  font-size: 24px;
  line-height: 46px;
  font-weight: 300;
}

.testimonials__one .testimonials__one__single h3 {
  color: #ee464b;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-top: 40px;
}

.testimonials__one .testi-carousel-one .owl-nav {
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  background-color: #f2fff8;
}

.testimonials__one .testi-carousel-one .owl-nav [class*="owl-"] {
  margin: 0px 5px;
  padding: 0;
  background-color: transparent;
  opacity: 0.3;
  color: var(--thm-black);
  font-size: 32px;
  transition: all 0.4s ease;
}

.testimonials__one .testi-carousel-one .owl-nav [class*="owl-"]:hover {
  opacity: 1;
}

.testimonials__one .bx-wrapper {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}

.testimonials__one .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}

.testimonials__one .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: -10px;
  background-color: #f4f4f8;
  right: 0;
}

.testimonials__one .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  font-size: 32px;
  position: relative;
  top: 0px;
  opacity: 0.3;
  color: var(--thm-black);
  transition: all 0.4s ease;
}

.testimonials__one .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.testimonials__one .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}

.testimonials__one .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager {
  width: 474px;
  height: 474px;
  border-radius: 50%;
  position: relative;
  background-image: url(../images/shapes/testi-circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tesiMove;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: all 0.4s ease;
  transform-origin: center center;
}

@keyframes tesiMove {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(2deg);
  }

  33% {
    transform: rotate(4deg);
  }

  66% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
  width: 71px;
  height: 71px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(1) {
  top: 70px;
  left: 10px;
}

#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(2) {
  top: 70px;
  right: 10px;
}

#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(3) {
  bottom: 70px;
  left: 10px;
}

#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(4) {
  bottom: 70px;
  right: 10px;
}

#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(5) {
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item:nth-child(6) {
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item > img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.4s ease;
}

#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item.active
  img {
  opacity: 0.75;
  transform: scale(0.95);
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
  width: 163px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease;
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.95);
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item > img {
  width: 100%;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# App Screens
--------------------------------------------------------------*/

.app-shot-one {
  padding-top: 120px;
  padding-bottom: 170px;
  position: relative;
}

[class*="app-shot__shape-"] {
  position: absolute;
}

.app-shot__shape-2 {
  top: 3%;
  left: 12%;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.app-shot__shape-1 {
  right: -231.5px;
  top: -90px;
  z-index: 11;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.app-shot-one__bg {
  position: absolute;
  bottom: 25%;
  left: 0;
}

.app-shot-one .container-fluid {
  max-width: 1595px;
  width: 100%;
  position: relative;
}

.app-shot-one .app-shot-one__carousel {
  padding-top: 100.5px;
  padding-bottom: 100.5px;
  margin-top: -20px;
}

.app-shot-one .app-shot-one__carousel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -49%) scaleY(1);
  transform: translate(-50%, -49%) scaleY(1);
  background-image: url(../images/app-shots/app-screen-moc.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 423px;
  height: 739px;
}

@media (max-width: 1440px) {
  .app-shot-one .app-shot-one__carousel:before {
    -webkit-transform: translate(-50%, -49%) scaleY(0.95);
    transform: translate(-50%, -49%) scaleY(0.95);
  }
}

@media (max-width: 1280px) {
  .app-shot-one .app-shot-one__carousel:before {
    -webkit-transform: translate(-50%, -49%) scale(0.8);
    transform: translate(-50%, -49%) scale(0.8);
  }
}

.app-shot-one .app-shot-one__carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 0;
  text-align: center;
  z-index: 10;
  width: 100%;
}

.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background-color: #30283d;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.2;
  margin: 0 3px;
  -webkit-transition: opacity 0.4s ease, background 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, background 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease,
    -webkit-transform 0.4s ease;
}

.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot:hover span,
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #ee464b;
  -webkit-transform: scale(1.285);
  transform: scale(1.285);
}

.app-shot-one .owl-item img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing-one {
  position: relative;
}

.pricing-one__sep {
  width: 100%;
  height: 1px;
  background-color: #e8e8ef;
  display: block;
  margin-bottom: 120px;
}

.pricing-one__single {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 232, 239);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.pricing-one__inner {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pricing-one__icon {
  position: relative;
}

.pricing-one__single h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 46px;
  font-weight: 500;
  position: relative;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing-one__single p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #7c7d8a;
  position: relative;
  line-height: 1em;
}

.pricing-one__line {
  position: absolute;
  top: -145.5px;
  left: calc(50% - 147.5px);
}

.pricing-one__list {
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid #e8e8ef;
  padding-bottom: 55px;
  padding-top: 55px;
  margin-top: 50px;
}

.pricing-one__list li {
  line-height: 1em;
  font-size: 18px;
  font-weight: 500;
  color: #7c7d8a;
}

.pricing-one__list li i {
  color: #ee464b;
  font-size: 14px;
  margin-right: 5px;
}

.pricing-one__list li + li {
  margin-top: 20px;
}

.pricing-one__single span {
  display: block;
  text-transform: uppercase;
  line-height: 1em;
  color: #7c7d8a;
  font-weight: 500;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

.pricing-one__btn {
  position: relative;
}

.pricing-one .block-title {
  margin-bottom: 30px;
}

.pricing-one .switch {
  position: relative;
  display: inline-block;
  width: 79px;
  height: 36px;
  vertical-align: middle;
  margin: 0;
}

.pricing-one .switch input {
  display: none;
}

.pricing-one .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.pricing-one .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 6px;
  bottom: 6px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-one input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3;
}

.pricing-one .switch.off .slider:before {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

.pricing-one .slider.round {
  border-radius: 34px;
}

.pricing-one .slider.round:before {
  border-radius: 50%;
}

.pricing-one ul.switch-toggler-list {
  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;
  margin-bottom: 60px;
}

.pricing-one ul.switch-toggler-list li a {
  font-size: 18px;
  font-weight: 500;
  color: #7c7d8a;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.pricing-one ul.switch-toggler-list li.active a {
  color: var(--thm-black);
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-one {
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}

[class*="funfact-one__shape-"] {
  position: absolute;
}

.funfact-one__shape-1 {
  top: 20px;
  left: 0;
}

.funfact-one__shape-2 {
  bottom: -10%;
  left: 14%;
  z-index: 11;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.funfact-one__shape-3 {
  bottom: -100%;
  right: 4%;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.funfact-one__single {
  text-align: center;
}

.funfact-one__single h3 {
  margin: 0;
  font-size: 60px;
  color: var(--thm-black);
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 15px;
}

.funfact-one__single p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  color: #7c7d8a;
}

.funfact-one__single p::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
}

.funfact-one [class*="col-"]:nth-child(1) .funfact-one__single p::before {
  background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
}

.funfact-one [class*="col-"]:nth-child(2) .funfact-one__single p::before {
  background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%);
}

.funfact-one [class*="col-"]:nth-child(3) .funfact-one__single p::before {
  background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
}

.funfact-one [class*="col-"]:nth-child(4) .funfact-one__single p::before {
  background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 100%);
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-one__box {
  background-image: linear-gradient(
    90deg,
    rgb(74, 14, 143) 0%,
    rgb(180, 48, 167) 100%
  );
  position: relative;
}

.video-one__box > img {
  width: 100%;
  opacity: 0.4;
}

.video-one__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.video-one__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    90deg,
    rgb(74, 14, 143) 0%,
    rgb(180, 48, 167) 100%
  );
  opacity: 0.4;
}

.video-one__content h3 {
  font-weight: 800;
  color: #fff;
  font-size: 65px;
  margin: 0;
  position: relative;
}

.video-one__content .video-popup {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-black);
  font-size: 18px;
  position: relative;
  margin-bottom: 40px;
}

.video-one__content .video-popup::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0.4;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  -webkit-animation: videoBtnAnim 3s ease-in infinite;
  animation: videoBtnAnim 3s ease-in infinite;
}

.video-one__content .video-popup::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0.15;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  -webkit-animation: videoBtnAnim 5s ease-in-out infinite;
  animation: videoBtnAnim 5s ease-in-out infinite;
}

@keyframes videoBtnAnim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*--------------------------------------------------------------
# Offering
--------------------------------------------------------------*/

.offering-one .container {
  position: relative;
  padding-top: 177px;
  padding-bottom: 200px;
  z-index: 2;
}

@media (max-width: 991px) {
  .offering-one .container {
    padding-bottom: 100px;
  }
}

.offering-one {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: var(--thm-bg-ste);
}

.text-center {
  margin-left: auto;
  margin-right: auto;
}

/*.offering-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	max-width: 1336px;
	padding-left: 90px;
	padding-right: 90px;
}

*/

.offering-one__col {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1 1 0%;
  text-align: center;
}

.offering-one__single {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 0px;
  border-radius: 1rem;
  border-color: rgb(232, 232, 239);
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0px 0px 20px 0px rgba(41, 97, 84, 0.3); */
  text-align: center;
  z-index: 0;
  min-height: 455px;
  /* min-width: 400px; */
}

.offering-one__single .special-container {
  /* min-width: 400px;
	max-width: 500px; */
  height: 200px;
  border-radius: 1rem;
  opacity: 0.1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-size: 200% auto;
  transition: all 500ms ease;
  z-index: 1;
}

.offering-one__single img {
  position: relative;
  height: 100px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background-size: 200% auto;
  transition: all 500ms ease;
  z-index: 2;
}

.offering-two__single {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 0px;
  border-radius: 1rem;
  border-color: rgb(232, 232, 239);
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0px 0px 20px 0px rgba(41, 97, 84, 0.3); */
  text-align: center;
  z-index: 0;
  min-height: 455px;
  /* min-width: 400px; */
}

.offering-two__single .special-container {
  /* min-width: 400px;
	max-width: 500px; */
  height: 100px;
  border-radius: 1rem;
  opacity: 0.1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-size: 200% auto;
  transition: all 500ms ease;
  z-index: 1;
}

.offering-two__single img {
  position: relative;
  height: 100px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  margin-bottom: 0px;
  background-size: 200% auto;
  transition: all 500ms ease;
  z-index: 2;
}

.offering-two__single h3 {
  opacity: 1;
  margin: 0;
  /*text-transform: lowercase;*/
  color: #2c2c2c;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 30px;
  margin-bottom: 0px;
}

.offering-two__single h4 {
  opacity: 1;
  color: #464646;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  margin: 0;
}
.offering-title-block {
  min-width: 400px;
  max-width: 450px;
}

@media (max-width: 768px) {
  .offering-two__single img {
    position: relative;
    height: 100px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-size: 200% auto;
    transition: all 500ms ease;
    z-index: 2;
  }

  .offering-two__single .special-container {
    height: 200px;
  }
}

.offering-one__single h3 {
  opacity: 1;
  margin: 0;
  /*text-transform: lowercase;*/
  color: #2c2c2c;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 30px;
  margin-bottom: 0px;
}

.offering-one__single h4 {
  opacity: 1;
  color: #464646;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  margin: 0;
}

.offering-one__single:hover .special-container {
  background-position: right center;
}

/* .offering-one__col:nth-child(1) .offering-one__single j {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 51%, #4a0e8f 100%);
}

.offering-one__col:nth-child(2) .offering-one__single j {
	background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 51%, #4453ac 100%);
}

.offering-one__col:nth-child(3) .offering-one__single j {
	background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 51%, #0349a6 100%);
}

.offering-one__col:nth-child(4) .offering-one__single j {
	background-image: linear-gradient(90deg, #e41256 0%, #ffa337 51%, #e41256 100%);
}

.offering-one__col:nth-child(5) .offering-one__single j {
	background-image: linear-gradient(90deg, #03a631 0%, #d6c10f 51%, #03a631 100%);
}

.offering-one__col:nth-child(6) .offering-one__single j {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 51%, #4a0e8f 100%);
} */

.offering-table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-top: 0px solid #e8e8ef;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 500px) {
  .offering-table {
    min-width: 400px;
    max-width: 450px;
  }
}

.offering-table td {
  border: 0px solid #ddd;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 1em;
  font-size: 18px;
  font-weight: 500;
  color: #7c7d8a;
  /*background-color: #4CAF50;*/
  /*color: white; */
}

.offering-table td i {
  color: #8ebba7;
  font-size: 22px;
  margin-right: 5px;
}

.offering-one__list {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin-bottom: 0;
  border-top: 0px solid #e8e8ef;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-top: 20px;
}

.offering-one__list li + li {
  margin-top: 20px;
}

.offering-one__leftbg {
  position: absolute;
  top: 494px;
  left: 0px;
  max-width: 293px;
  z-index: 1;
}

.offering-one__rightbg {
  position: absolute;
  bottom: 60px;
  right: 0px;
  max-width: 950px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Portrait
--------------------------------------------------------------*/

.portrait-one .container {
  position: relative;
  padding-top: 177px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}

.portrait-one {
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-color: #e2de73;*/
  background-color: var(--thm-bg-ste);
}

.text-center {
  margin-left: auto;
  margin-right: auto;
}

/*
.portrait-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	max-width: 1336px;
	padding-left: 0px;
	padding-right: 0px;
}
*/

.portrait-one__col {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  flex: 0;
  text-align: center;
  align-items: center;
  justify-self: center;
  /*justify-content: space-between;*/
}

.portrait-one__single1 {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 400px;
	height: 400px;*/
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  /* margin-left: 20px; */
  margin-right: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-radius: 20px;
  border-color: rgb(232, 232, 239);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(41, 97, 84, 0.3);
  text-align: center;
  z-index: 0;
}

@media (max-width: 991px) {
  .portrait-one .container {
    position: relative;
    padding-top: 177px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
  }
}

@media screen and (max-width: 991px) {
  .portrait-one .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .portrait-one__col {
    flex: 1 1 50%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .portrait-one__single1 {
    margin-left: auto;
    margin-right: auto;
    width: 390px;
  }
}

@media screen and (max-width: 425px) {
  .portrait-one__single1 {
    width: 100%;
  }
}
.portrait-one__single2 {
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: center;
  justify-content: center;
  /*width: 450px;*/
  height: 400px;
  min-height: 400px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-radius: 20px;
  border-color: rgb(232, 232, 239);
  background-color: rgb(255, 255, 255);
  z-index: 0;
}

.portrait-table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-top: 0px solid #e8e8ef;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

@media screen and (min-width: 400px) {
  .portrait-table {
    width: 400px;
  }
}

.portrait-table td {
  border: 0px solid #ddd;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 1em;
  font-size: 18px;
  font-weight: 500;
  color: #7c7d8a;
  /*background-color: #4CAF50;*/
  /*color: white; */
}

.portrait-table td .world-icon {
  color: #8ebba7;
  font-size: 48px;
  margin-right: 5px;
}

.portrait-one__single2 h3 {
  opacity: 1;
  margin: 10;
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
  color: #2c2c2c;
  margin-top: 0px;
  margin-bottom: 0px;
}

.portrait-one__single2 h4 {
  opacity: 1;
  margin: 10;
  font-size: 18px;
  line-height: 30.8px;
  font-weight: 500;
  color: #e3824f;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2e7d84;
}

@media screen and (max-width: 991px) {
  .portrait-table td {
    padding-left: 0;
  }
  .portrait-one__single2 {
    justify-content: start;
  }
  .portrait-one__single2 h3 {
    font-size: 30px;
  }
  .portrait-one__single2 h4 {
    font-size: 16px;
  }
}

.portrait-one__single2 .language {
  opacity: 1;
  margin: 10;
  font-weight: 500;
  color: #f29b80;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.portraitfaq-one {
  padding: 60px 0;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;

  counter-reset: faqNumber;
}

.portraitfaq-one .container {
  position: relative;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0px;
  /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); */
  border-radius: 20px;
}

.portraitfaq-accrodion .accrodion {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
  counter-increment: faqNumber;
}

.portraitfaq-accrodion .accrodion:before {
  position: absolute;
  top: -0px;
  bottom: -0px;
  left: 0px;
  right: 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 20px;
  /*background-image: linear-gradient(90deg, #4a0e8f 0%, #b330a7 100%);*/
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.portraitfaq-accrodion .accrodion::after {
  font-family: var(--thm-font);
  font-size: 60px;
  line-height: 1em;
  color: #e8e8ef;
  font-weight: 300;
  border-radius: 20px;
  /*content: counters(faqNumber, ".", decimal-leading-zero);*/
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateX(-50%);
  z-index: 11;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portraitfaq-accrodion .accrodion + .accrodion {
  margin-top: 0px;
}

.portraitfaq-accrodion .accrodion.active {
  /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); */
}

.portraitfaq-accrodion .accrodion.active .accrodion-inner {
  margin: 0px;
}

.portraitfaq-accrodion .accrodion.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.portraitfaq-accrodion .accrodion.active .accrodion-title {
  padding-bottom: 0;
}

.portraitfaq-accrodion .accrodion.active .accrodion-title h4 {
  color: #27635b;
}

.portraitfaq-accrodion .accrodion .accrodion-inner {
  background-color: #f8f8f8;
  padding: 30.5px 0;
  border-bottom: 1px solid #e8e8ef;
  /* border-style: solid; */
  /* border-width: 1px;
  border-color: #e8e8ef; */
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portraitfaq-accrodion .accrodion .accrodion-inner-top {
  background-color: #f8f8f8;
  padding: 30.5px 0;
  border-bottom: 1px solid #e8e8ef;
  /* border-style: solid; */
  /* border-width: 1px;
  border-color: #e8e8ef; */
  border-radius: 20px 20px 0px 0px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portraitfaq-accrodion .accrodion .accrodion-inner-bottom {
  background-color: #f8f8f8;
  padding: 30.5px 0;
  /* border-top: 1px solid #e8e8ef; */
  /* border-style: solid; */
  /* border-width: 1px;
  border-color: #e8e8ef; */
  border-radius: 0px 0px 20px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portraitfaq-accrodion .accrodion .accrodion-title {
  padding: 0px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 375px) {
  .portraitfaq-accrodion .accrodion .accrodion-title {
    padding-right: 50px;
  }
}

.portraitfaq-accrodion .accrodion .accrodion-title:before {
  width: 57px;
  height: 57px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #374151;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  transition: all 500ms ease;
}

.portraitfaq-accrodion .accrodion .accrodion-title::after {
  width: 57px;
  height: 57px;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #2e7d84;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
}

.portraitfaq-accrodion .accrodion.active .accrodion-title::before {
  opacity: 0;
}

.portraitfaq-accrodion .accrodion.active .accrodion-title::after {
  opacity: 1;
}

.portraitfaq-accrodion .accrodion .accrodion-title h4 {
  margin: 0;
  color: #30283d;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 375px) {
  .portraitfaq-accrodion .accrodion .accrodion-title h4 {
    line-height: 1.4em;
  }
}

.portraitfaq-accrodion .accrodion .accrodion-content .inner {
  padding: 0 30px;
  padding-top: 35px;
  padding-bottom: 0px;
}

.portraitfaq-accrodion .accrodion .accrodion-content p {
  margin: 0;
  color: #7c7d8a;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.portrait-one__leftbg {
  position: absolute;
  top: 500px;
  left: 0px;
  max-width: 800px;
  z-index: 1;
}

.portrait-one__rightbg {
  position: absolute;
  top: 100px;
  right: 0px;
  max-width: 600px;
  z-index: 1;
}

/*
-------------------
COST
--------------------
*/

.cost-one .container {
  position: relative;
  padding-top: 177px;
  padding-bottom: 80px;
  z-index: 2;
}

.cost-one {
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-color: #e2de73;*/
  background-color: var(--thm-bg-ste);
}

.text-center {
  margin-left: auto;
  margin-right: auto;
}

.cost-one h4 {
  opacity: 1;
  margin: 10;
  font-size: 16px;
  line-height: 30.8px;
  font-weight: 400;
  color: #444444;
  margin-top: 0px;
  margin-bottom: 20px;
}

.cost-one h4 o {
  color: #e3824f;
}

.cost-one h4 o::before {
  content: "";
  height: 24px;
  position: absolute;
  display: inline-block;
  width: 24px;
  top: 5px;
  left: -50px;
  /* margin-right: 25px; */
  margin-bottom: 2px;
  background-image: url(../../../assets/icons/orange/phone.svg);
}

.cost-one h3 {
  opacity: 1;
  margin: 10;
  font-size: 22px;
  line-height: 30.8px;
  font-weight: 600;
  color: #444444;
  margin-top: 0px;
  margin-bottom: 20px;
}

.cost-one__rightbg {
  position: absolute;
  top: 50px;
  right: 0px;
  max-width: 600px;
  z-index: 1;
}

/*
-------------------
TEAM
--------------------
*/

.team-one .container {
  position: relative;
  padding-top: 177px;
  padding-bottom: 200px;
  z-index: 2;
}

@media (max-width: 991px) {
  .team-one .container {
    padding-bottom: 100px;
  }
}

.team-one {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: var(--thm-bg-ste);
}

.border-10 {
  border-radius: 10px;
}

/*
-------------------
referrers
--------------------
*/

.referrers-one .container {
  position: relative;
  padding-top: 177px;
  padding-bottom: 80px;
  z-index: 2;
  max-width: 980px;
}
.referrers-one h4 {
  opacity: 1;
  margin: 10;
  font-size: 16px;
  line-height: 30.8px;
  font-weight: 400;
  color: #444444;
  margin-top: 0px;
  margin-bottom: 20px;
}

.referrers-one h4 o {
  color: #e3824f;
}

.referrers-one h3 {
  opacity: 1;
  margin: 10;
  font-size: 22px;
  line-height: 30.8px;
  font-weight: 600;
  color: #444444;
  margin-top: 0px;
  margin-bottom: 20px;
}

.input-dataPicker {
  border-radius: 31.5px;
  font-size: 15px;
  padding: 12px;
  height: 50px;
}

