/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR DIMON         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. common styles
* 2. header styles
* 3. banner styles
* 4. blog styles
* 5. sidebar styles
* 6. footer styles
* 7. inner-banner styles
* 8. video styles
* 9. brand styles
* 10. mailchimp styles
* 11. accrodion styles
* 12. fact styles
* 13. testimonials styles
* 15. cta styles
* 16. service styles
更多模板：http://www.bootstrapmb.com/
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* ========== 整站统一主题色（蓝 + 深灰） ========== */
:root {
  --thm-primary: #1a7bff;
  --thm-primary-dark: #1578ff;
  --thm-primary-light: #4d9aff;
  --thm-dark: #2a2833;
  --thm-gray-bg: #fefbf4;
  --thm-title-line: #1a7bff;
  --thm-gradient-start: #2361e2;
  --thm-gradient-end: #1a7bff;
}

/*
* 1. common styles
*/
html,
body {
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}

a,
p,
span,
div header,
footer,
b,
strong,
ul,
li {
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

b,
strong {
  font-weight: bold !important;
}

body {
  font-family: "Microsoft YaHei, Arial, Helvetica, sans-serif !important";
  font-size: 18px;
  line-height: 34px;
  overflow-x: hidden;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.title-box {
  text-align: center;
  margin: 50px auto 35px;
  position: relative;

}

.title-box h2 {
  color: #333;
  text-align: center;
  position: relative;
  padding: 0;
  padding-bottom: 8px;
  display: inline-block;
  margin: 0;
  float: none !important;
  max-width: 80%;

}

.title-box h2::after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: var(--thm-title-line);
  position: absolute;
  left: 50%;
  margin-left: -15%;
  bottom: 0;
  min-width: 35px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.thm-base-bg {
  background-color: var(--thm-primary);
}

.thm-base-bg-2 {
  background-color: var(--thm-primary-dark);
}

.thm-gray-bg {
  background-color: var(--thm-gray-bg);
}

.container-custom {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}




@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {

  html,
  body {
    font-size: 16px;
  }

  .container-custom {
    width: 85.652%;
    max-width: 1430px;
  }

  .container {
    width: 93.705%;
    max-width: 1799.136px;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {

  html,
  body {
    font-size: 17px;
  }

  .container {
    /* width: auto; */
    max-width: 1400px;
  }
}

@media (min-width: 1680px) {

  html,
  body {
    font-size: 18px;
  }
}

@media (min-width: 1500px) {
  .col-ls-4 {
    width: 33.33333333%;
  }

  .col-ls-3 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .mt100 {
    margin-top: 100px !important;
  }

  .mr30 {
    margin-right: 30px !important;
  }

  .mb18 {
    margin-bottom: 18px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .mb90 {
    margin-bottom: 90px !important;
  }

  .mb100 {
    margin-bottom: 100px !important;
  }

  .mb120 {
    margin-bottom: 120px !important;
  }

  .mb150 {
    margin-bottom: 150px !important;
  }

  .mb200 {
    margin-bottom: 200px !important;
  }

  .main>h1 {
    padding-top: 70px;
  }
}

h1,
h2,
h3,
h4,
h5,
b,
strong {
  font-family: 'HuaweiSans-Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

html,
body {
  font-family: 'huaweifont';
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: transparent;
}

ul,
li {
  list-style-type: none;
}

p {
  margin: 0;
  color: #666;
  font-size: 1em;
  line-height: 1.95em;
}

h1 {
  font-size: 2.5em;
  line-height: 1.5em;
  color: #333;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 1.9em;
  line-height: 1.5em;
  color: #333;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.9em;
  }
}

h3 {
  font-size: 1.5em;
  color: #333;
  line-height: 1.5em;
}

h4 {
  font-size: 1em;
  color: #333;
  line-height: 1.95em;
  margin: 0;
}

h4.big-size {
  font-size: 2em;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 992px) {
  h4.big-size {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.1em;
  }
}

.block-title {
  margin-bottom: 45px;
}

.block-title__title {
  margin: 0;
  margin-top: -10px;
  font-size: 36px;
  font-weight: 400;
  color: var(--thm-dark);
  line-height: 1.2em;
}

.block-title__title span {
  font-weight: 700;
}

.thm-btn {
  border: none;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-dark);
  padding: 3px 20px;
  border-radius: 5px;
  -webkit-transition:
    background 0.4s ease,
    color 0.4s ease;
  transition:
    background 0.4s ease,
    color 0.4s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-gradient-start)), to(var(--thm-primary)));
  background-image: linear-gradient(90deg, var(--thm-gradient-start) 0%, var(--thm-primary) 100%);
  position: relative;
  color: #fff;
  cursor: pointer;
}

/* .thm-btn:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -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;
} */
.thm-btn span {
  position: relative;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn:hover {
  background-image: linear-gradient(45deg, var(--thm-gradient-start) 0%, var(--thm-primary) 100%);
}

.post-pagination {
  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;
}

.post-pagination a {
  border-radius: 50%;
  background-color: var(--thm-gray-bg);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 8px 19px;
  color: var(--thm-dark);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-pagination a:hover,
.post-pagination a.active {
  background-color: var(--thm-dark);
  color: #fff;
}

.post-pagination a+a {
  margin-left: 15px;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-gradient-start)), color-stop(51%, var(--thm-primary)), to(var(--thm-gradient-start)));
  background-image: linear-gradient(to right, var(--thm-gradient-start) 0%, var(--thm-primary) 51%, var(--thm-gradient-start) 100%);
  background-size: 200% auto;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-position: right center;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*
* 2. header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: none;
  text-align: right;
  padding-right: 90px;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box>li {
  position: relative;
  padding: 24px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 80px;
}

.header-navigation ul.navigation-box>li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 0.9em;
  font-weight: 400;
  color: #333;
  position: relative;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
  color: var(--thm-primary);
  text-shadow: 1px 0 0 rgba(42, 40, 51, 0.8);
}

.header-navigation ul.navigation-box>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 911;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: var(--thm-dark);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
  color: #fff;
  background: var(--thm-primary);
}

.header-navigation ul.navigation-box>li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li {
  /* no more nested showen */
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 911;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: var(--thm-dark);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
  color: #fff;
  background: var(--thm-primary);
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.stricked-menu ul.navigation-box>li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.site-header {
  position: relative;
}

.site-header__header-one {
  position: relative;
  /*absolute*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
  border-bottom: 1px solid #e6e6e6;
}

.site-header__header-one .header-navigation .main-navigation {
  padding-right: 0;
  text-align: center;
}

.site-header__header-two .header-navigation ul.navigation-box>li>a {
  color: #ffffff;
}

.site-header__header-two .header-navigation ul.navigation-box>li.current>a,
.site-header__header-two .header-navigation ul.navigation-box>li:hover>a {
  color: #ffffff;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.8);
}

.site-header__header-two .header__cta-btn {
  color: #fff;
  background-image: none;
  border-radius: 5px;
  overflow: hidden;
}

.site-header__header-two .header__cta-btn:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-primary-dark)));
  border-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  border-image-slice: 1;
}

.site-header__header-two .header__cta-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-primary-dark)));
  background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}

.site-header__header-two .header__cta-btn span {
  z-index: 2;
}

.site-header__header-two .header__cta-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.site-header__header-two .header__cta-btn:hover:after {
  opacity: 1;
}

.site-header__header-two .stricked-menu {
  background-color: var(--thm-dark);
}

/*
* 3. banner styles
*/
.banner-one {
  position: relative;
  /* background-image: url(../images/background/banner-bg-1-1.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.banner-one .container {
  padding-top: 350px;
  padding-bottom: 230px;
  position: relative;
}

.banner-one__title {
  margin: 0;
  color: var(--thm-dark);
  font-weight: 300;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -0.06em;
}

.banner-one__title span {
  font-weight: 500;
}

.banner-one__text {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
  color: #74727a;
  margin-top: 25px;
  margin-bottom: 40px;
}

.banner-one__btn {
  padding: 18px 55px;
}

.banner-one__moc {
  position: absolute;
  bottom: 7%;
  right: -30px;
}

.banner-one__moc:before {
  content: "";
  width: 639px;
  height: 639px;
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(26, 123, 255, 0.4);
  box-shadow: 0px 20px 60px 0px rgba(26, 123, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  top: -14%;
  left: -24%;
  -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__moc img {
  position: relative;
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}

[class*="banner-one__shape-"] {
  position: absolute;
  border-radius: 50%;
  -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;
}

.banner-one__shape-1 {
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(26, 123, 255, 0.4);
  box-shadow: 0px 20px 60px 0px rgba(26, 123, 255, 0.4);
  width: 143px;
  height: 143px;
  top: 5%;
  left: 3%;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-perspective: 150px;
  perspective: 150px;
}

.banner-one__shape-2 {
  background-image: linear-gradient(40deg, var(--thm-gradient-start) 0%, var(--thm-primary) 100%);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(26, 123, 255, 0.35);
  box-shadow: 0px 20px 40px 0px rgba(26, 123, 255, 0.35);
  width: 85px;
  height: 85px;
  top: 12%;
  left: 37%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-perspective: 85px;
  perspective: 85px;
}

.banner-one__shape-3 {
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(26, 123, 255, 0.35);
  box-shadow: 0px 20px 40px 0px rgba(26, 123, 255, 0.35);
  width: 85px;
  height: 85px;
  bottom: 12%;
  left: 6%;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-perspective: 85px;
  perspective: 85px;
}

.banner-one__shape-4 {
  background-image: linear-gradient(40deg, var(--thm-primary-light) 0%, var(--thm-primary) 100%);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(26, 123, 255, 0.35);
  box-shadow: 0px 20px 40px 0px rgba(26, 123, 255, 0.35);
  width: 85px;
  height: 85px;
  top: 20%;
  right: 4%;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-perspective: 85px;
  perspective: 85px;
}

@-webkit-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 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;
  }
}

.banner-two {
  position: relative;
  background-color: var(--thm-dark);
  background-image: url(../images/background/banner-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 120px;
}

.banner-two .container {
  padding-top: 260px;
  padding-bottom: 120px;
  position: relative;
}

.banner-two__title {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -0.06em;
}

.banner-two__title span {
  font-weight: 500;
}

.banner-two__text {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 40px;
}

.banner-two__btn {
  color: #fff;
  background-image: none;
  border-radius: 5px;
  overflow: hidden;
  padding: 16px 55px;
}

.banner-two__btn:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-primary-dark)));
  border-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  border-image-slice: 1;
}

.banner-two__btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-primary-dark)));
  background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}

.banner-two__btn span {
  z-index: 2;
}

.banner-two__btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.banner-two__btn:hover:after {
  opacity: 1;
}

.banner-two__moc {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.banner-two__moc img {
  position: relative;
}

[class*="banner-two__shape-"] {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -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;
}

.banner-two__shape-1 {
  background-image: linear-gradient(40deg, #0db8ff 0%, #f332ff 100%);
  width: 143px;
  height: 143px;
  top: 5%;
  left: 3%;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-perspective: 150px;
  perspective: 150px;
}

.banner-two__shape-2 {
  background-image: linear-gradient(40deg, #39aeff 0%, #3cff53 100%);
  width: 85px;
  height: 85px;
  top: 12%;
  left: 37%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-perspective: 85px;
  perspective: 85px;
}

.banner-two__shape-3 {
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
  width: 85px;
  height: 85px;
  bottom: 12%;
  left: 6%;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-perspective: 85px;
  perspective: 85px;
}

.banner-two__shape-4 {
  background-image: linear-gradient(40deg, #ff703e 0%, #ffec4e 100%);
  width: 85px;
  height: 85px;
  top: 20%;
  right: 4%;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-perspective: 85px;
  perspective: 85px;
}

/*
* 5. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__title {
  margin: 0;
  color: var(--thm-dark);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .sidebar__single:not(.sidebar__search) {
    padding: 30px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__post__single+.sidebar__post__single {
  margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}

.sidebar__post-image {
  width: 60px;
}

.sidebar__post-image .inner-block {
  width: 100%;
}

.sidebar__post-image .inner-block>img {
  width: 100%;
  border-radius: 50%;
}

.sidebar__post-content {
  padding-left: 20px;
}

.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #74727a;
}

.sidebar__post-title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__post-title a:hover {
  color: var(--thm-dark);
}

.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__category-list-item {
  line-height: 1em;
}

.sidebar__category-list-item a {
  color: #74727a;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__category-list-item a:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #7b7b8c;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__category-list-item a:hover {
  color: var(--thm-primary);
}

.sidebar__category-list-item+.sidebar__category-list-item {
  margin-top: 27px;
}

.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.sidebar__tags-list-item a {
  display: block;
  color: #74727a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list-item a:hover {
  color: var(--thm-primary-dark);
}

.sidebar__search-form {
  width: 100%;
  height: 83px;
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  position: relative;
  border-radius: 5px;
}

.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"] i {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*
* 6. footer styles
*/
.site-footer {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px -1px 0px 0px #efefef;
  box-shadow: 0px -1px 0px 0px #efefef;
}

.site-footer__upper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-footer__upper .container {
  width: 85.652%;
}

.site-footer__upper .d-flex .footer-widget {
  flex: 1;
}

.site-footer__bottom {
  border-top: 1px solid #e2e2e2;
  background-color: #e6e6e6;
}

.site-footer__bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-footer__copy {
  font-size: 14px;
  font-weight: 400;
  color: #97a3af;
  margin: 0;
}

.site-footer__copy a {
  color: var(--thm-primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.site-footer__social a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--thm-primary);
  text-align: center;
  line-height: 56px;
  color: #fff;
  background-size: 200% auto;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-footer__social a+a {
  margin-left: 10px;
}

.site-footer__social a:hover {
  background-position: right center;
}

.site-footer__social a.fa-facebook-square {
  background-image: linear-gradient(40deg, var(--thm-primary-light) 0%, var(--thm-primary) 51%, var(--thm-primary-light) 100%);
}

.site-footer__social a.fa-twitter {
  background-image: linear-gradient(40deg, #0db8ff 0%, #f332ff 51%, #0db8ff 100%);
}

.site-footer__social a.fa-instagram {
  background-image: linear-gradient(40deg, #39aeff 0%, #3cff53 51%, #39aeff 100%);
}

.site-footer__social a.fa-pinterest-p {
  background-image: linear-gradient(40deg, #ff703e 0%, #ffec4e 51%, #ff703e 100%);
}

@media (min-width: 1200px) {
  .footer-widget__links-wrap {
    padding-right: 55px;
  }
}

.footer-widget__title {
  font-size: 18px;
  font-weight: 550;
  color: #333;
  margin: 0;
  line-height: 1em;
  margin-bottom: 40px;
}

.footer-widget__links {
  margin: 0;
  margin-top: -5px;
}

.footer-widget__links li {
  line-height: 1em;
}

.footer-widget__links li+li {
  margin-top: 20px;
}

.footer-widget__links li a {
  font-size: 16px;
  font-weight: 400;
  color: #595757;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget__links li a:hover {
  color: #333;
}

.footer-widget__contact {
  font-size: 16px;
  font-weight: 400;
  color: #595757;
  margin: 0;
  line-height: 30px;
}

.footer-widget__contact a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget__contact a:hover {
  color: var(--thm-primary);
}

.footer-widget__contact+.footer-widget__contact {
  margin-top: 15px;
}

.footer-widget__mailchimp {
  padding-left: 70px;
}

.footer-widget__logo {
  margin-bottom: 40px;
}

/*
* 7. inner-banner styles
*/
.inner-banner {
  position: relative;
  background-color: #fff;
  background-image: url(../images/background/inner-banner-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 245px;
  padding-bottom: 120px;
}

.inner-banner__title {
  text-align: center;
  line-height: 1em;
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-top: 10px;
}

.thm-breadcrumb {
  margin: 0;
  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;
}

.thm-breadcrumb li {
  font-size: 18px;
  font-weight: 400;
}

.thm-breadcrumb li a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thm-breadcrumb li a:hover {
  color: var(--thm-primary-dark);
}

.thm-breadcrumb li+li::before {
  content: ".";
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

/*
* 8. video styles
*/
.video-one {
  position: relative;
}

.video-one__bg {
  position: absolute;
  bottom: 0%;
  left: 0;
}

.video-one .container {
  position: relative;
  padding: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--thm-primary-light)), to(var(--thm-primary)));
  background-image: linear-gradient(0deg, var(--thm-primary-light) 0%, var(--thm-primary) 100%);
  border-radius: 7px;
  z-index: 10;
}

.video-one__box {
  position: relative;
  border-radius: 7px;
}

.video-one__box>img {
  width: 100%;
  border-radius: 7px;
}

.video-one__box:hover .video-one__content {
  background-color: rgba(42, 40, 51, 0.2);
}

.video-one__content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 40, 51, 0.6);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 7px;
}

.video-one__btn {
  width: 106px;
  height: 106px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), color-stop(51%, var(--thm-primary-dark)), to(var(--thm-primary)));
  background-image: linear-gradient(to right, var(--thm-primary) 0%, var(--thm-primary-dark) 51%, var(--thm-primary) 100%);
  background-size: 200% auto;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(42, 40, 51, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(42, 40, 51, 0.8);
}

.video-one__btn i {
  font-size: 24px;
  color: #fff;
  line-height: 106px;
}

.video-one__btn:hover {
  background-position: right center;
}

.video-one__btn:hover i {
  color: #fff;
}

.video-one__title {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-top: 20px;
}

.video-one__title span {
  font-weight: 700;
}

/*
* 9. brand styles
*/
.brand-one__carousel {
  padding-left: 48px;
  padding-right: 48px;
  border-bottom: 1px solid #efefef;
  padding-top: 119px;
  padding-bottom: 119px;
}

.brand-one__carousel img {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.brand-one__carousel img:hover {
  opacity: 1;
}

/*
* 10. mailchimp styles
*/
.mailchimp-one {
  padding-top: 110px;
  padding-bottom: 120px;
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
}

.mailchimp-one .block-title__title {
  color: #fff;
}

.mailchimp-one__mc-form {
  width: 100%;
  max-width: 692px;
  height: 91px;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mailchimp-one__mc-form input[type="email"] {
  border: none;
  outline: none;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  font-size: 16px;
  color: #74727a;
  font-weight: 400;
}

.mailchimp-one__mc-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #74727a;
}

.mailchimp-one__mc-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #74727a;
}

.mailchimp-one__mc-form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #74727a;
}

.mailchimp-one__mc-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #74727a;
}

.mailchimp-one__mc-form button[type="submit"] {
  border: none;
  outline: none;
  width: 61px;
  height: 61px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), color-stop(51%, var(--thm-primary-dark)), to(var(--thm-primary)));
  background-image: linear-gradient(to right, var(--thm-primary) 0%, var(--thm-primary-dark) 51%, var(--thm-primary) 100%);
  background-size: 200% auto;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mailchimp-one__mc-form button[type="submit"]:hover {
  background-position: right center;
}

.mailchimp-one__mc-form.errored input {
  background-color: red;
  color: #fff;
}

.mailchimp-one__mc-form.errored input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.mailchimp-one__mc-form.errored input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.mailchimp-one__mc-form.errored input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.mailchimp-one__mc-form.errored input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.mc-form__response p {
  background-color: #fff;
  font-size: 11px;
  margin: 0;
  color: var(--thm-dark);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.mc-form__response.successed p {
  background-color: green;
}

/*
* 11. accrodion styles
*/
.faq-one {
  padding: 0 0 120px;
  position: relative;
}

.faq-one__bg {
  position: absolute;
  bottom: 4%;
  right: 0;
}

.faq-one .container {
  position: relative;
}

@media (min-width: 992px) {
  .faq-one .container {
    max-width: 920px;
  }
}

.faq-accrodion .accrodion {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-accrodion .accrodion:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  border-radius: 7px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--thm-primary)), to(var(--thm-primary-dark)));
  background-image: linear-gradient(0deg, var(--thm-primary) 0%, var(--thm-primary-dark) 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+.accrodion {
  margin-top: 20px;
}

.faq-accrodion .accrodion.active {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.3);
  box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.3);
}

.faq-accrodion .accrodion.active .accrodion-inner {
  margin: 0 2px;
}

.faq-accrodion .accrodion.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.faq-accrodion .accrodion.active .accrodion-title:before {
  content: "\f068";
  color: var(--thm-primary);
}

.faq-accrodion .accrodion.active .accrodion-title {
  padding-bottom: 0;
}

.faq-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--thm-primary);
}

.faq-accrodion .accrodion .accrodion-inner {
  background-color: #fff;
  padding: 32px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 7px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-accrodion .accrodion .accrodion-title {
  padding: 0px 40px;
  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: "FontAwesome";
  font-size: 14px;
  color: var(--thm-dark);
  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: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-accrodion .accrodion .accrodion-title h4 {
  margin: 0;
  color: var(--thm-dark);
  font-size: 18px;
  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 40px;
  padding-top: 25px;
  padding-bottom: 0px;
}

.faq-accrodion .accrodion .accrodion-content p {
  margin: 0;
  color: #74727a;
  font-size: 16px;
  line-height: 30px;
}

/*
* 12. fact styles
*/
.fact-one {
  padding-top: 120px;
}

.fact-one .container {
  z-index: 10;
  position: relative;
}

.fact-one__single {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  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;
  padding: 20px;
  position: relative;
}

.fact-one__single:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 50%;
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
}

.fact-one__inner {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.3);
  box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.3);
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fact-one__inner h3,
.fact-one__inner p {
  margin: 0;
}

.fact-one__inner h3 {
  color: var(--thm-dark);
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
}

.fact-one__inner p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 500;
  color: #74727a;
  line-height: 1em;
  margin-top: 10px;
}

.fact-one [class*="col-"]:nth-child(1) .fact-one__inner {
  -webkit-box-shadow: inset 0px 20px 40px 0px rgba(255, 118, 142, 0.3);
  box-shadow: inset 0px 20px 40px 0px rgba(255, 118, 142, 0.3);
}

.fact-one [class*="col-"]:nth-child(1) .fact-one__single:before {
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
}

.fact-one [class*="col-"]:nth-child(2) .fact-one__inner {
  -webkit-box-shadow: inset 0px 20px 60px 0px rgba(141, 142, 255, 0.3);
  box-shadow: inset 0px 20px 60px 0px rgba(141, 142, 255, 0.3);
}

.fact-one [class*="col-"]:nth-child(2) .fact-one__single:before {
  background-image: linear-gradient(40deg, #0db8ff 0%, #f332ff 100%);
}

.fact-one [class*="col-"]:nth-child(3) .fact-one__inner {
  -webkit-box-shadow: inset 0px 20px 40px 0px rgba(58, 212, 173, 0.3);
  box-shadow: inset 0px 20px 40px 0px rgba(58, 212, 173, 0.3);
}

.fact-one [class*="col-"]:nth-child(3) .fact-one__single:before {
  background-image: linear-gradient(40deg, #39aeff 0%, #3cff53 100%);
}

.fact-one [class*="col-"]:nth-child(4) .fact-one__inner {
  -webkit-box-shadow: inset 0px 20px 40px 0px rgba(255, 178, 71, 0.3);
  box-shadow: inset 0px 20px 40px 0px rgba(255, 178, 71, 0.3);
}

.fact-one [class*="col-"]:nth-child(4) .fact-one__single:before {
  background-image: linear-gradient(40deg, #ff703e 0%, #ffec4e 100%);
}

/*
* 13. testimonials styles
*/
.testimonials-one {
  background-color: #fff9ff;
  padding-top: 110px;
  padding-bottom: 160px;
}

.testimonials-one .container {
  position: relative;
}

.testimonials-one__carousel {
  position: relative;
  padding: 2px;
  border-radius: 7px;
}

.testimonials-one__carousel:before {
  content: "";
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--thm-primary)), to(var(--thm-primary-dark)));
  background-image: linear-gradient(0deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
}

.testimonials-one__carousel-outer {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.3);
  box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.3);
}

.testimonials-one__carousel .owl-item img {
  width: auto;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.testimonials-one__single {
  padding-top: 71px;
  padding-bottom: 71px;
  background-color: #fff;
  text-align: center;
  border-radius: 7px;
}

.testimonials-one__single h3,
.testimonials-one__single p,
.testimonials-one__single span {
  display: block;
  margin: 0;
}

.testimonials-one__single p {
  color: #74727a;
  font-size: 24px;
  line-height: 46px;
  font-weight: 300;
  margin-bottom: 35px;
}

.testimonials-one__single h3 {
  color: var(--thm-dark);
  font-weight: 500;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 10px;
}

.testimonials-one__single span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: var(--thm-primary);
  text-transform: uppercase;
}

[class*="testimonials-one__nav-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 61px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: var(--thm-dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[class*="testimonials-one__nav-"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: linear-gradient(68deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

[class*="testimonials-one__nav-"] i {
  font-size: 22px;
  position: relative;
}

[class*="testimonials-one__nav-"]:hover {
  color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.8);
}

[class*="testimonials-one__nav-"]:hover:before {
  opacity: 1;
}

.testimonials-one__nav-left {
  right: calc(100% + 90px);
}

.testimonials-one__nav-right {
  left: calc(100% + 90px);
}

.testimonials-one__carousel__shape-one,
.testimonials-one__carousel__shape-two {
  width: 100%;
  height: 100%;
  background-color: #fff9ff;
  position: absolute;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
  bottom: -20px;
  opacity: 0.2;
  border-radius: 7px;
  background-image: linear-gradient(68deg, var(--thm-primary) 0%, var(--thm-primary-dark) 100%);
}

.testimonials-one__carousel__shape-one:after,
.testimonials-one__carousel__shape-two:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: 7px;
  background-color: #fff;
}

.testimonials-one__carousel__shape-two {
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  bottom: -40px;
}


/*
* 15. cta styles
*/
.cta-one {
  padding: 165px 0;
  position: relative;
}

.cta-one__bg {
  position: absolute;
  bottom: 4%;
  right: 0;
}

.cta-one .container {
  position: relative;
}

.cta-one .container:before {
  content: "";
  width: 448px;
  height: 448px;
  border-radius: 50%;
  background-color: #f6fff7;
  position: absolute;
  top: -19%;
  left: -12%;
}

.cta-one__moc {
  position: absolute;
  top: -45px;
  left: -10%;
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}

.cta-one .block-title {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 45px;
}

.cta-one .block-title__title {
  letter-spacing: -0.04em;
}

.cta-one__icon {
  font-size: 62px;
  color: var(--thm-primary);
}

.cta-one__text p {
  margin: 0;
  color: #74727a;
  font-size: 24px;
  line-height: 40px;
}

.cta-one ul {
  margin: 0;
  margin-top: 45px;
  margin-bottom: 50px;
}

.cta-one ul li {
  position: relative;
  font-size: 16px;
  color: #74727a;
  padding-left: 30px;
}

.cta-one ul li+li {
  margin-top: 3px;
}

.cta-one ul li i {
  font-size: 18px;
  color: var(--thm-primary-dark);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta-one .thm-btn {
  padding: 18px 55.5px;
}

.cta-two {
  padding: 120px 0;
  background-color: var(--thm-gray-bg);
}

.cta-two .container {
  position: relative;
}

.cta-two__moc {
  position: absolute;
  top: -40px;
  right: -35px;
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}

.cta-two .block-title {
  margin-top: 30px;
  margin-bottom: 35px;
}

.cta-two .block-title__title {
  letter-spacing: -0.04em;
}

.cta-two__icon {
  font-size: 62px;
  color: var(--thm-primary-dark);
}

.cta-two__text {
  margin-bottom: 50px;
}

.cta-two__text p {
  margin: 0;
  color: #74727a;
  font-size: 18px;
  line-height: 34px;
}

.cta-two__text p+p {
  margin-top: 35px;
}

.cta-two .thm-btn {
  padding: 18px 55.5px;
}

@-webkit-keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/*
* 16. service styles
*/
.service-one {
  padding-bottom: 90px;
  padding-top: 90px;
}

.service-one .container {
  position: relative;
  z-index: 10;
}

.service-one__single {
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 5px;
  padding: 2px;
  position: relative;
  margin-bottom: 30px;
}

.service-one__single:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 5px;
  opacity: 0;
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-one__single h3 {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  color: var(--thm-dark);
}

.service-one__single h3 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-one__single h3 a:hover {
  color: var(--thm-primary);
}

.service-one__single p {
  margin: 0;
  color: #74727a;
  font-size: 16px;
  line-height: 34px;
  margin-top: 35px;
  margin-bottom: 25px;
}

.service-one__single:hover:before {
  opacity: 1;
}

.service-one__link {
  color: var(--thm-dark);
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-one__link:hover {
  color: var(--thm-primary);
}

.service-one__inner {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
}

.service-one__icon {
  width: 108px;
  height: 108px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.8);
  border-radius: 5px;
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
  margin-left: auto;
  margin-right: auto;
  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;
  color: #fff;
  font-size: 70px;
  margin-bottom: 30px;
}

.service-one [class*="col-"]:nth-child(1) .service-one__single:before,
.service-one [class*="col-"]:nth-child(1) .service-one__icon {
  background-image: linear-gradient(40deg, var(--thm-primary) 0%, var(--thm-primary-light) 100%);
}

.service-one [class*="col-"]:nth-child(1) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.8);
}

.service-one [class*="col-"]:nth-child(2) .service-one__single:before,
.service-one [class*="col-"]:nth-child(2) .service-one__icon {
  background-image: linear-gradient(40deg, #0db8ff 0%, #f332ff 100%);
}

.service-one [class*="col-"]:nth-child(2) .service-one__icon {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(141, 142, 255, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(141, 142, 255, 0.8);
}

.service-one [class*="col-"]:nth-child(3) .service-one__single:before,
.service-one [class*="col-"]:nth-child(3) .service-one__icon {
  background-image: linear-gradient(40deg, #39aeff 0%, #3cff53 100%);
}

.service-one [class*="col-"]:nth-child(3) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(58, 212, 173, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(58, 212, 173, 0.8);
}

.service-one [class*="col-"]:nth-child(4) .service-one__single:before,
.service-one [class*="col-"]:nth-child(4) .service-one__icon {
  background-image: linear-gradient(40deg, #ff703e 0%, #ffec4e 100%);
}

.service-one [class*="col-"]:nth-child(4) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 178, 71, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(255, 178, 71, 0.8);
}