#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  background: #fff;
}

#loading-text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 45px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #222;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #f561af;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }

  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1;
  }

  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
  }
}

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }

  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1;
  }

  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
  }
}

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


/*This is main CSS file that contains custom style rules used in this template*/


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


/* Template Name: Weebfy */


/* Version: 1.0 Initial Release */


/* Build Date: 28-09-2018 */


/* Author: theme_bubble */


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


/*Local Family*/
@font-face {
  font-family: 'SanFranciscoPro';
  src: url('../fonts/SFUIDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SanFranciscoPro';
  src: url('../fonts/SFUIDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


/*========== Normalize css ==========*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*========== Typography ==========*/

body {
  color: #666;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: 'SanFranciscoPro', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h3,
h5,
h6 {
  font-weight: 700;
  color: #222;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.2em;

}

h1 a,
h2 a,
h3 a,
h4 a,
h3 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.857em;
}

h2 {
  font-size: 2.429em;
}

h3 {
  font-size: 1.857em;
}

h4 {
  font-size: 1.571em;
}

h5 {
  font-size: 1.286em;
}

h6 {
  font-size: 1.071em;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 15px 0;
  padding-left: 15px;
  list-style: square outside none;
}

ol {
  padding-left: 15px;
  margin-bottom: 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
}

address {
  margin: 0 0 15px;
}

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

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
  color: #222;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

/*========== Spacing ==========*/

.marg-lg-b0 {
  height: 0px
}

.marg-lg-b4 {
  height: 4px
}

.marg-lg-b5 {
  height: 5px
}

.marg-lg-b10 {
  height: 10px
}

.marg-lg-b15 {
  height: 15px
}

.marg-lg-b20 {
  height: 20px
}

.marg-lg-b25 {
  height: 25px
}

.marg-lg-b30 {
  height: 30px
}

.marg-lg-b35 {
  height: 35px
}

.marg-lg-b40 {
  height: 40px
}

.marg-lg-b45 {
  height: 45px
}

.marg-lg-b50 {
  height: 50px
}

.marg-lg-b55 {
  height: 55px
}

.marg-lg-b60 {
  height: 60px
}

.marg-lg-b65 {
  height: 65px
}

.marg-lg-b70 {
  height: 70px
}

.marg-lg-b75 {
  height: 75px
}

.marg-lg-b80 {
  height: 80px
}

.marg-lg-b85 {
  height: 85px
}

.marg-lg-b90 {
  height: 90px
}

.marg-lg-b95 {
  height: 95px
}

.marg-lg-b100 {
  height: 100px
}

.marg-lg-b105 {
  height: 105px
}

.marg-lg-b110 {
  height: 110px
}

.marg-lg-b115 {
  height: 115px
}

.marg-lg-b120 {
  height: 120px
}

.marg-lg-b125 {
  height: 125px
}

.marg-lg-b130 {
  height: 130px
}

.marg-lg-b135 {
  height: 135px
}

.marg-lg-b140 {
  height: 140px
}

.marg-lg-b145 {
  height: 145px
}

.marg-lg-b150 {
  height: 150px
}

.marg-lg-b155 {
  height: 155px
}

.marg-lg-b160 {
  height: 160px
}

.marg-lg-b165 {
  height: 165px
}

.marg-lg-b170 {
  height: 170px
}

.marg-lg-b175 {
  height: 175px
}

.marg-lg-b180 {
  height: 180px
}

.marg-lg-b185 {
  height: 185px
}

.marg-lg-b190 {
  height: 190px
}

.marg-lg-b195 {
  height: 195px
}

.marg-lg-b200 {
  height: 200px
}

.marg-lg-b205 {
  height: 205px
}

.marg-lg-b210 {
  height: 210px
}


@media (max-width: 991px) {

  /*========== Spacing ==========*/
  .marg-sm-b0 {
    height: 0px
  }

  .marg-sm-b5 {
    height: 5px
  }

  .marg-sm-b10 {
    height: 10px
  }

  .marg-sm-b15 {
    height: 15px
  }

  .marg-sm-b20 {
    height: 20px
  }

  .marg-sm-b25 {
    height: 25px
  }

  .marg-sm-b30 {
    height: 30px
  }

  .marg-sm-b35 {
    height: 35px
  }

  .marg-sm-b40 {
    height: 40px
  }

  .marg-sm-b45 {
    height: 45px
  }

  .marg-sm-b50 {
    height: 50px
  }

  .marg-sm-b55 {
    height: 55px
  }

  .marg-sm-b60 {
    height: 60px
  }

  .marg-sm-b65 {
    height: 65px
  }

  .marg-sm-b70 {
    height: 70px
  }

  .marg-sm-b75 {
    height: 75px
  }

  .marg-sm-b80 {
    height: 80px
  }

  .marg-sm-b85 {
    height: 85px
  }

  .marg-sm-b90 {
    height: 90px
  }

  .marg-sm-b95 {
    height: 95px
  }

  .marg-sm-b100 {
    height: 100px
  }

  .marg-sm-b105 {
    height: 105px
  }

  .marg-sm-b110 {
    height: 110px
  }

  .marg-sm-b115 {
    height: 115px
  }

  .marg-sm-b120 {
    height: 120px
  }

  .marg-sm-b125 {
    height: 125px
  }

  .marg-sm-b130 {
    height: 130px
  }

  .marg-sm-b135 {
    height: 135px
  }

  .marg-sm-b140 {
    height: 140px
  }

  .marg-sm-b145 {
    height: 145px
  }

  .marg-sm-b150 {
    height: 150px
  }

  .marg-sm-b155 {
    height: 155px
  }

  .marg-sm-b160 {
    height: 160px
  }

  .marg-sm-b165 {
    height: 165px
  }

  .marg-sm-b170 {
    height: 170px
  }

  .marg-sm-b175 {
    height: 175px
  }

  .marg-sm-b180 {
    height: 180px
  }

  .marg-sm-b185 {
    height: 185px
  }

  .marg-sm-b190 {
    height: 190px
  }

  .marg-sm-b195 {
    height: 195px
  }

  .marg-sm-b200 {
    height: 200px
  }

  .marg-sm-b205 {
    height: 205px
  }

  .marg-sm-b210 {
    height: 210px
  }
}

/*Start Preloader*/
#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  background: #fff;
}

#loading-text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 45px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #222;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #f561af;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }

  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1;
  }

  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
  }
}

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }

  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1;
  }

  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
  }
}

/*End Preloader*/
/*========== Main Style ==========*/
.container {
  max-width: 1640px;
}

.tb-hero-banner.tb-style3 {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.tb-hero-img {
  position: fixed;
  top: 70px;
  right: 0;
}

.tb-hero-imgbox {
  position: absolute;
  height: 100%;
  width: 1050px;
  right: 0;
  top: 0;
  overflow: hidden;
}

.tb-hero-imgbox-shape {
  height: 314px;
  width: 314px;
  position: absolute;
  top: 90px;
  right: 350px;
}

.tb-hero-imgbox-img {
  position: absolute;
}

.tb-hero-imgbox-img.tb-style1 {
  height: 490px;
  width: 590px;
  top: -120px;
  left: 280px;
}

.tb-with-down-ball {
  background-color: #F2F8FF;
  position: relative;
  z-index: 2;
}

.tb-hero-imgbox-img.tb-style2 {
  right: -107px;
  top: 95px;
  width: 759px;
  height: 743px;
  z-index: 1;
}

.tb-hero-imgbox-img.tb-style3 {
  bottom: 45px;
  left: 65px;
  z-index: 1;
}

.tb-hero-banner.tb-style3.hide-hero-img .tb-hero-img {
  display: none;
}

.tb-hero-banner.tb-style1 .tb-hero-title {
  font-size: 72px;
  color: #5d50fd;
  margin-bottom: 11px;
  margin-left: -2px;
}

.tb-hero-banner.tb-style3 .tb-hero-text {
  position: relative;
  z-index: 4;
}

.tb-hero-banner.tb-style3 .tb-hero-title {
  font-size: 80px;
  margin-bottom: 11px;
  color: #5856d6;
  margin-top: -10px;
}

.tb-hero-banner.tb-style3 .tb-hero-subtitle {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 40px;
  font-weight: 400;
}

.tb-hero-banner.tb-style3 .tb-hero-image {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0px 18px 70.84px 21.16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 70.84px 21.16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.tb-hero-banner.tb-style3 .tb-hero-image .tb-self-hosted-video {
  width: calc(100% + 4px);
  margin-left: -2px;
}

.tb-hero-banner.tb-style3 .tb-hero-image>img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.tb-hero-banner.tb-style3 .tb-hero-shpa1 {
  position: absolute;
  top: -65px;
  right: -65px;
}

.tb-hero-banner.tb-style3 .tb-hero-shpa1.tb-small {
  top: 30px;
  right: -185px;
}

.tb-hero-banner.tb-style3 .tb-hero-shpa2 {
  position: absolute;
  left: -80px;
  bottom: -80px;
}

.tb-hero-banner.tb-style3 .tb-hero-shpa2.tb-small {
  top: 30px;
  left: -185px;
}

.tb-hero-banner.tb-style3 .tb-hero-shpa1 img,
.tb-hero-banner.tb-style3 .tb-hero-shpa2 img {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tb-hero-banner.tb-style3 .tb-hero-shpa1.tb-small img,
.tb-hero-banner.tb-style3 .tb-hero-shpa2.tb-small img {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tb-hero-shpa3 {
  height: 220px;
  width: 220px;
  background-image: -o-radial-gradient(#e4e4e4 15%, transparent 15%);
  background-image: -o-radial-gradient(#f4f4f4 15%, transparent 15%);
  background-image: radial-gradient(#f4f4f4 15%, transparent 15%);
  background-size: 20px 20px;
  background-position: 0 0;
  position: absolute;
  right: -46px;
  bottom: -28px;
}

.mov_box {
  z-index: 1;
}

.tb-hero-featured-img {
  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;
  padding: 41px 15px;
  background-color: #fbfbfb;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.tb-hero-featured-img img {
  max-width: 100%;
}

.mov_box .yt_box,
.mov_box .yt_wrap {
  position: initial;
  width: 100% !important;
  margin: 0 !important;
  height: 442px !important;
}


.tb-hero-banner.tb-style1 .tb-hero-subtitle {
  font-size: 21px;
  line-height: 1.6em;
}

.tb-demo.tb-style1 .tb-demo-img.tb-size1 img {
  width: 100%;
  border-radius: 5px;
}

.tb-demo.tb-style1 .tb-demo-title {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  color: #222;
}

.tb-demo.tb-style1 .tb-demo-img {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0.959px 10.958px 36.18px 17.82px rgba(0, 0, 0, 0.03);
  box-shadow: 0.959px 10.958px 36.18px 17.82px rgba(0, 0, 0, 0.03);
  background-position: top center;
  border-radius: 5px;
  background-color: #fff;
}

.tb-section-heading.tb-style1 {
  text-align: center;
  margin-bottom: 45px;
}

.tb-section-heading.tb-style1 .tb-section-title {
  font-size: 48px;
  margin-bottom: 10px;
}

.tb-section-heading.tb-style1 .tb-section-subtitle {
  font-size: 18px;
  line-height: 1.6em;
}

.tb-section-heading.tb-style1 .tb-grd-color {
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #fd59a9, #fda860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tb-demo.tb-style1 {
  position: relative;
  display: block;
  margin-bottom: 55px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-demo.tb-style1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.tb-section-heading.tb-style1 .tb-highlite-text {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(-90deg, rgb(253, 80, 178) 0%, rgb(253, 186, 80) 100%);
  color: #fff;
  padding: 7px 20px 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.tb-highlite-text span {
  font-size: 36px;
  margin-left: 5px;
  margin-top: -13px;
}


.tb-section-heading.tb-style1.tb-type1 .tb-section-title {
  margin-bottom: 23px;
}

.tb-vertical-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.tb-vertical-middle-in {
  width: 100%;
}

.tb-compare-section.tb-style1 .tb-compare-title {
  font-size: 48px;
  color: #6155fd;
  margin-bottom: 35px;
}

.tb-compare-section.tb-style1 .tb-compare-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 39px;
}

.tb-compare-section.tb-style1 .tb-compare-list li {
  font-size: 18px;
  color: #b5b5b5;
  font-weight: 700;
  line-height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.tb-compare-section.tb-style1 .tb-compare-list li:last-child {
  margin-bottom: 0;
}

.tb-compare-section.tb-style1 .tb-compare-bar {
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 4px;
}

.tb-compare-section.tb-style1 .tb-compare-bar.tb-style1 {
  width: 188px;
  background-image: -o-linear-gradient(left, #fd50b2, #fdba50);
  background-image: -webkit-gradient(linear, left top, right top, from(#fd50b2), to(#fdba50));
  background-image: linear-gradient(to right, #fd50b2, #fdba50);
}

.tb-compare-section.tb-style1 .tb-compare-bar.tb-style2 {
  width: 92px;
  background-color: #eaeaea;
}

.tb-compare-section.tb-style1 .tb-compare-list li span {
  min-width: 135px;
}

.tb-compare-section.tb-style1 .tb-compare-logo {
  margin-left: -15px;
  margin-bottom: -15px;
}

.tb-compare-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: -35px;
  position: relative;
}

.tb-compare-img.tb-style1 {
  text-align: center;
  display: inline-block;
  position: relative;
}

.tb-video-block-wrap {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  position: relative;
}

.tb-video-block.tb-style1 {
  width: 100%;
  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;
  border-radius: 10px;
  -webkit-box-shadow: 0px 18px 70.84px 21.16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 70.84px 21.16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tb-video-block-wrap.tb-ytb-video img {
  width: 100%;
}

.tb-video-shape {
  position: absolute;
}

.tb-video-shape.tb-video-shape2 {
  left: -60px;
  bottom: -60px;
}

.tb-video-shape.tb-video-shape1 {
  top: -80px;
  right: -75px;
}

.tb-video-shape.tb-video-shape3 {
  right: -12px;
  bottom: -155px;
}

.tb-video-shape.tb-video-shape1 .tb-video-shape-circle {
  border: 2px solid rgba(88, 86, 214, 0.1);
  height: 185px;
  width: 185px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 30px;
  -webkit-animation: shapAnimation 10s alternate infinite linear;
  animation: shapAnimation 10s alternate infinite linear;
}

.tb-video-shape.tb-video-shape3 .tb-video-shape-circle {
  border: 2px solid rgba(88, 86, 214, 0.1);
  height: 185px;
  width: 185px;
  border-radius: 50%;
  position: absolute;
  top: -74px;
  left: 50px;
  -webkit-animation: shapAnimation 10s alternate infinite linear;
  animation: shapAnimation 10s alternate infinite linear;
}

/*.tb-video-shape.tb-video-shape3 img {
  display: block;
    animation: shapAnimation 10s alternate infinite linear;
}*/
/*@-webkit-keyframes spin-animaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }

  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }

  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}

@keyframes spin-animaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }

  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }

  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}*/

@-webkit-keyframes shapAnimation {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(-12px, -7px);
    transform: translate(-12px, -7px);
  }

  40% {
    -webkit-transform: translate(0px, -12px);
    transform: translate(0px, -12px);
  }

  60% {
    -webkit-transform: translate(12px, 0px);
    transform: translate(12px, 0px);
  }

  80% {
    -webkit-transform: translate(12px, 12px);
    transform: translate(12px, 12px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes shapAnimation {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(-12px, -7px);
    transform: translate(-12px, -7px);
  }

  40% {
    -webkit-transform: translate(0px, -12px);
    transform: translate(0px, -12px);
  }

  60% {
    -webkit-transform: translate(12px, 0px);
    transform: translate(12px, 0px);
  }

  80% {
    -webkit-transform: translate(12px, 12px);
    transform: translate(12px, 12px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.tb-site-header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}

.tb-site-header .tb-btn.tb-style2 {
  border: 1px solid #eaeaea;
}

.tb-site-header.tb-sticky-header {
  position: fixed;
}

.tb-header-border1 {
  border-bottom: 1px solid #eaeaea;
}

.tb-color2.tb-header-border1 {
  border-color: rgba(255, 255, 255, 0.1);
}

.tb-promotion-bar.tb-style1 {
  height: 40px;
  color: #8e8886;
}

.tb-full-width .tb-promotion-bar.tb-style1 {
  margin-left: -30px;
  margin-right: -30px;
}

.tb-promotion-bar.tb-style1 .container {
  position: relative;
  padding: 0 35px;
}

.tb-promotion-bar.tb-style1 .tb-promotion-cross {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-promotion-bar.tb-style1 .tb-promotion-cross:hover {
  color: #222;
}

.tb-site-header.tb-style1 .tb-main-header {
  height: 70px;
}

.tb-main-header .container {
  margin-top: 0;
  padding-top: 0;
  height: 100%;
}

.tb-main-header .container-fluid {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.tb-main-header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 991px) {

  .tb-main-header-left,
  .tb-main-header-right {
    height: 100%;
    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;
  }

  .tb-main-header-center {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .tb-main-header-center .tb-site-branding {
    margin: 0 35px;
  }
}

/*Site Branding*/

.tb-custom-logo-link {
  display: inline-block;
}

.tb-custom-logo {
  height: 30px;
}

.tb-site-title {
  line-height: 30px;
  display: inline-block;
}

.tb-site-title a {
  color: #222;
  font-weight: 700;
  font-size: 30px;
  display: inherit;
}

.tb-site-title a:hover {
  opacity: 0.85;
}

.tb-site-branding-mobile {
  display: none;
}

.tb-main-header-left .tb-site-branding {
  margin-right: 40px;
}

/*End Site Branding*/

/*Navigation*/

.tb-primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.tb-primary-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

.tb-primary-nav .tb-primary-nav-list {
  height: 100%;
}

.tb-primary-nav .menu-item {
  position: relative;
  height: 100%;
}

.tb-primary-nav .tb-primary-nav-list>.menu-item {
  margin-right: 35px;
}

.tb-primary-nav .tb-primary-nav-list>.menu-item:last-child {
  margin-right: 0px;
}

.tb-primary-nav .menu-item>a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.tb-site-header .tb-primary-nav .menu-item>a {
  height: 100%;
}

.tb-primary-nav .menu-item-has-children>ul {
  width: 200px;
  padding-left: 0;
  background: #fff;
  position: absolute;
  display: block;
  z-index: 10;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity: 0;
  visibility: hidden;
  border: 1px solid #eaeaea;
  padding: 10px 0;
  border-bottom-width: 2px;
  border-radius: 2px;
}

.tb-primary-nav .menu-item-has-children>ul.tb-mega-menu-list {
  border: none;
  width: 100%;
  padding: 0;
}

.tb-primary-nav .tb-primary-nav-list>.menu-item-has-children>ul {
  top: 100%;
  margin-top: -10px;
}

.tb-primary-nav .tb-primary-nav-list>.menu-item-has-children>ul ul {
  top: -11px;
}

.tb-primary-nav .menu-item:hover>ul {
  opacity: 1;
  visibility: visible;
}

.tb-primary-nav .menu-item-has-children>ul>li {
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 16px;
}

.tb-primary-nav .menu-item-has-children>ul li.tb-custom-link {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tb-primary-nav .menu-item-has-children>ul li.tb-custom-link:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.tb-primary-nav .menu-item-has-children>ul>li a {
  height: initial;
  display: block;
  padding: 7px 20px;
  background: transparent;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.6em;
}

.tb-primary-nav .menu-item-has-children>ul>li a:hover,
.tb-primary-nav .menu-item-has-children>ul>li:hover>a {
  background-color: #f3f3f3;
  color: inherit;
}

.tb-primary-nav .menu-item-has-children>ul>li ul {
  position: absolute;
  left: 100%;
  right: 100%;
  display: none;
}

.tb-full-width .container {
  max-width: 100%;
}

.tb-full-width {
  padding: 0 35px;
}

.tb-main-header-right .tb-header-btn {
  margin-left: 40px;
}

.tb-header-social-btn li:not(:last-child) {
  margin-right: 20px
}

/*Header Color*/
.tb-solid-header.tb-color1 {
  background-color: #fff;
}

.tb-site-header .tb-primary-nav .menu-item>a,
.tb-site-header.tb-color1 .tb-user-btn a,
.tb-site-header.tb-color1 .tb-header-social-btn a {
  color: #666;
}

.tb-site-header.tb-color2 .tb-primary-nav .tb-primary-nav-list>.menu-item>a,
.tb-site-header.tb-color2 .tb-user-btn a,
.tb-site-header.tb-color2 .tb-header-social-btn a {
  color: #fff;
}

.tb-site-header.tb-color2 .tb-header-social-btn a:hover {
  opacity: 0.8;
}

.tb-site-header.tb-color2 .tb-primary-nav .tb-primary-nav-list>.menu-item>a {
  opacity: 0.9;
}

.tb-site-header.tb-color2 .tb-primary-nav .tb-primary-nav-list>.menu-item>a:hover {
  opacity: 1;
}

.tb-site-header.tb-color1 .tb-primary-nav .menu-item>a:hover,
.tb-site-header.tb-color1 .tb-primary-nav .menu-item:hover>a,
.tb-site-header.tb-color1 .tb-user-btn a:hover,
.tb-site-header.tb-color1 .tb-mega-wrapper>li>a,
.tb-site-header.tb-color1 .tb-header-social-btn a:hover {
  color: #222;
}

.tb-site-header.tb-color1 .tb-dropdown:before,
.tb-site-header.tb-color1 .tb-dropdown:after {
  background-color: #666;
}

/*User Button*/
.tb-user-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-user-btn a {
  margin-left: 15px;
}

/*Mobile Menu Button*/

.tb-m-menu-btn {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 27px;
  cursor: pointer;
  display: none;
}

.tb-m-menu-btn span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tb-m-menu-btn span:before,
.tb-m-menu-btn span:after {
  position: absolute;
  content: '';
}

.tb-m-menu-btn span,
.tb-m-menu-btn span:before,
.tb-m-menu-btn span:after {
  width: 25px;
  height: 2px;
  background-color: #222222;
  display: block;
}

.tb-color2 .tb-m-menu-btn span,
.tb-color2 .tb-m-menu-btn span:before,
.tb-color2 .tb-m-menu-btn span:after {
  background-color: #fff;
}

.tb-color2 .tb-m-menu-btn-ext span {
  background-color: transparent;
}

.tb-m-menu-btn span:before {
  margin-top: -8px;
  transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.tb-m-menu-btn span:after {
  margin-top: 8px;
  transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.tb-m-menu-btn-ext span {
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tb-m-menu-btn-ext span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -o-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.tb-m-menu-btn-ext span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -o-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.tb-dropdown {
  display: none;
}

/*End Mobile Menu Button*/

.tb-primary-nav .tb-mega-wrapper,
.tb-primary-nav .tb-primary-nav-list ul {
  display: block !important;
}

.tb-primary-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/*Mega Menu*/

.menu-item.tb-mega-menu {
  position: initial;
}

.tb-primary-nav .tb-mega-menu .tb-mega-wrapper {
  width: 1110px;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.tb-primary-nav .tb-mega-menu .tb-mega-wrapper ul {
  position: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  background-color: transparent;
}

.tb-primary-nav .tb-mega-menu .tb-mega-wrapper>li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #eaeaea;
  padding: 10px 0;
}

.tb-primary-nav .tb-mega-menu .tb-mega-wrapper>li:last-child {
  border-right: none;
}

.tb-primary-nav .tb-mega-menu:hover .tb-mega-wrapper,
.tb-primary-nav .tb-mega-menu:hover .tb-mega-wrapper .tb-mega-menu-list {
  opacity: 1;
  visibility: visible;
}

.tb-mega-wrapper>li>a {
  position: relative;
}

.tb-mega-wrapper>li:hover>a {
  background-color: transparent !important;
}

.tb-primary-nav .tb-mega-wrapper ul li a:hover {
  color: inherit;
  background-color: #fafafa;
}

@media screen and (max-width: 1199px) {
  .tb-primary-nav .tb-mega-menu .tb-mega-wrapper {
    width: 930px;
  }
}

@media screen and (min-width: 991px) {
  .tb-mega-wrapper>li>a {
    pointer-events: none;
  }
}

@media screen and (max-width: 991px) {

  .tb-mega-wrapper {
    background-image: initial !important;
    width: 100%;
    display: none;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
  }

  .tb-mega-wrapper>li>a:before,
  .tb-mega-wrapper>li>a:after {
    content: '';
    height: 2px;
    width: 8px;
    background-color: #666;
    position: absolute;
    right: 7px;
    top: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .tb-mega-wrapper>li>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .tb-mega-wrapper>li>a.tb-megamenu-plus:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .tb-primary-nav .tb-mega-menu .tb-mega-wrapper {
    width: 100%;
  }

  .tb-m-menu ul .menu-item ul.tb-mega-wrapper {
    padding-right: 15px;
  }
}

/*End Mega Menu*/
.tb-bottom-header {
  border-top: 1px solid #eaeaea;
}

.tb-top-header {
  border-bottom: 1px solid #eaeaea;
}

.tb-ex-header {
  height: 90px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.tb-sticky-header.small-height .tb-ex-header {
  height: 70px;
}

.tb-transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.tb-transparent-header.tb-sticky-header.small-height {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.tb-transparent-header.tb-header-overlay {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .tb-ex-header {
    height: 0;
  }

  .tb-bottom-header,
  .tb-top-header {
    border: none;
  }

  .tb-site-header .container {
    max-width: 100%;
    padding: 0;
  }

  .tb-m-menu-btn {
    display: block;
  }

  .tb-m-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tb-main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #eaeaea;
    background: #fff;
  }

  .tb-primary-nav-list {
    padding-left: 0;
    margin: 0;
  }

  .tb-m-menu ul {
    list-style: none;
  }

  .tb-m-menu .tb-primary-nav-list {
    padding: 10px 0;
  }

  .tb-m-menu ul .menu-item a {
    display: block;
    padding: 6px 20px;
    font-size: 14px;
    color: #666;
  }

  .tb-m-menu ul .menu-item ul li a {
    font-size: 13px;
  }

  .tb-dropdown {
    display: block;
    position: absolute;
    top: 8px;
    right: 16px;
    height: 20px;
    width: 20px;
    z-index: 11;
    cursor: pointer;
  }

  .tb-dropdown:before,
  .tb-dropdown:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 8px;
    background: #666;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .tb-dropdown:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .tb-dropdown.tb-minus:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .tb-m-menu ul .menu-item ul {
    display: none;
    padding-left: 10px;
  }

  .tb-m-menu ul>.menu-item {
    position: relative;
  }

  .menu-item.menu-item-has-children>a:after {
    display: none;
  }

  .tb-m-menu-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tb-site-header.tb-full-width.tb-style2 {
    padding: 0;
  }


  .tb-toggle-areea.tb-profile-toggle .tb-toggle-btn i {
    display: none;
  }

  .tb-toggle-areea.tb-profile-toggle .tb-profile-pic {
    margin-right: 0px;
  }

  .tb-toggle-areea.tb-profile-toggle .tb-toggle-btn {
    padding-right: 0;
  }

  .tb-offset-menu-active .tb-vertical-frame.tb-style1 .tb-vertical-nav-wrap {
    right: 0;
  }

  .tb-vertical-mobile-toggle {
    display: inline-block;
  }

  .tb-site-header .tb-user-btn {
    margin-right: 65px;
  }

  .tb-main-header-right .tb-header-btn {
    margin-right: 65px;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tb-main-header-left .tb-site-branding {
    margin-right: 0;
  }

  .tb-site-branding {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tb-primary-nav-list+.tb-site-branding,
  .tb-header-social-btn {
    display: none;
  }

  .tb-primary-nav-list+.tb-site-branding+.tb-primary-nav-list {
    padding-top: 0;
    margin-top: -10px;
  }

  .tb-site-branding-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tb-site-header .tb-top-bar>div {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .tb-site-header {
    position: absolute;
  }
}



.tb-gradient-bg {
  background-image: -ms-linear-gradient(-48deg, #fd59a9 0%, #fda860 100%);
}

.tb-content {
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.tb-sticky-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: #fff;
}

.tb-compare-img.tb-style1 .tb-compare-label {
  position: absolute;
  bottom: 80px;
  display: inline-block;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 13px;
}

.tb-compare-img.tb-style1 .tb-compare-label.tb-style1 {
  left: 11.2%;
  background: #262626;
  color: rgba(255, 255, 255, 0.52);
}

.tb-compare-img.tb-style1 .tb-compare-label.tb-style2 {
  color: rgba(43, 40, 41, 0.52);
  background: #eadce2;
  left: 56.1%;
}

.tb-block-wrap.tb-style1 {
  height: 610px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -30px;
}

@media screen and (max-width: 991px) {
  .tb-hero-banner.tb-style1 .tb-hero-title {
    font-size: 42px;
  }

  .tb-hero-banner.tb-style1 .tb-hero-subtitle {
    font-size: 18px;
  }

  .tb-section-heading.tb-style1 .tb-section-title,
  .tb-compare-title {
    font-size: 38px;
  }

  .tb-section-heading.tb-style1 .tb-section-subtitle,
  .tb-footer-subtititle {
    font-size: 16px;
  }

  .tb-compare-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .tb-compare-section.tb-style1 {
    margin-bottom: 40px;
  }

  .tb-compare-img.tb-style1 .tb-compare-text {
    font-size: 14px;
  }

  .tb-site-footer .tb-btn.tb-style2 {
    padding: 0.7em 2em;
  }
}

/*===================================================== Landing2 =====================================================*/
hr {
  border-color: #eaeaea;
  margin: 0;
  width: 100%;
}

.tb-inner-container {
  max-width: 1250px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tb-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*Start Button Style*/
.tb-btn.tb-style1 {
  color: #666;
  font-weight: 400;
}

.tb-btn.tb-style1:hover {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}

.tb-btn.tb-style1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
}

.tb-btn.tb-style1:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.tb-btn.tb-style1:hover:after {
  opacity: 1;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tb-btn.tb-style1:after {
  height: 2px;
  background-color: #b5b5b5;
}

/*Style2*/
.tb-btn.tb-style2 {
  border: 2px solid #eaeaea;
  min-width: 150px;
  padding: 0.6em 2.1em;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  line-height: 1.5em;
  background-color: #fff;
  border-radius: 4px;
}

.tb-btn.tb-style2:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.tb-btn.tb-color1 {
  background-color: #4353ff;
  border-color: #4353ff;
  color: #fff;
}

.tb-btn.tb-color3 {
  color: #fff;
  border: none;
  background: -o-linear-gradient(230deg, rgb(253, 52, 90) 0%, rgb(253, 52, 184) 100%);
  background: linear-gradient(-140deg, rgb(253, 52, 90) 0%, rgb(253, 52, 184) 100%);
  -webkit-box-shadow: 0px 5px 16px 4px rgba(253, 52, 146, 0.2);
  box-shadow: 0px 5px 16px 4px rgba(253, 52, 146, 0.2);
}

.tb-btn.tb-color3:hover {
  -webkit-box-shadow: 0px 5px 16px 4px rgba(253, 52, 146, 0.2);
  box-shadow: 0px 5px 16px 4px rgba(253, 52, 146, 0.2);
}

.tb-btn.tb-size1 {
  font-size: 15px;
  font-weight: 700;
  padding: 0.6em 2.55em;
}

.tb-btn.tb-size4 {
  font-size: 16px;
  font-weight: 700;
  padding: 0.75em 2.8em;
}

/*End Button Style*/
.tb-hero-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -7px;
}

.tb-btn.tb-size3 {
  padding: 0.6em 1.2em;
  min-width: 170px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-btn.tb-size3 img {
  margin-right: 5px;
}

.tb-btn.tb-color3 {
  background-color: transparent;
  color: #fff;
  border-color: #4353ff;
}

.tb-btn.tb-color3:hover {
  background-color: #4353ff;
  color: #fff;
}

/*Hero*/
.tb-hero-banner.tb-style2 .tb-hero-height {
  height: 670px;
}

.tb-hero-banner.tb-style2 .tb-hero-title,
.tb-site-footer .tb-hero-title {
  font-size: 60px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.tb-hero-banner.tb-style2 .tb-hero-subtitle {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 41px;
}


.tb-hero-banner.tb-style2 .tb-hero-img {
  height: 808px;
  width: 100%;
  max-width: 695px;
  margin: auto;
  margin-top: -13px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*End Hero*/
.tb-gray-bg {
  background-color: #fcfcfc;
}

.tb-demo-section {
  position: relative;
  z-index: 1;
}

/*Start Section Heading*/
.tb-section-heading.tb-style2 {
  position: relative;
  z-index: 1;
}

.tb-section-heading.tb-style2 .tb-section-title {
  font-size: 48px;
  margin-top: -10px;
  margin-bottom: 23px;
  color: #5856d6;
}

.tb-section-heading.tb-style2.tb-color5 .tb-section-title {
  color: #5856d6;
}

.tb-section-heading.tb-style2.tb-color6 .tb-section-title {
  color: #fd34b7;
}

.tb-section-heading.tb-style2 .tb-section-subtitle {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: -8px;
}

.tb-section-heading.tb-style2.tb-type1 .tb-section-subtitle {
  font-size: 20px;
  margin-bottom: -10px;
}

.tb-section-heading.tb-style2.tb-color1 .tb-section-title {
  color: #fff;
}

.tb-section-heading.tb-style2.tb-color1 .tb-section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.tb-style2.tb-color2 {
  color: #6056df;
}

.tb-section-heading.tb-style2.tb-type1 .tb-section-title {
  font-size: 72px;
  color: #ff4343;
}

.tb-section-heading.tb-style2.tb-type1.tb-color1 .tb-section-title {
  color: #ff4343;
  background: -o-linear-gradient(bottom, #ff4343 0%, #ff43d9 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#ff4343), to(#ff43d9));
  background: linear-gradient(to top, #ff4343 0%, #ff43d9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tb-section-heading.tb-style2.tb-type1.tb-color2 .tb-section-title {
  color: #5856d6;
}

.tb-section-heading.tb-style2.tb-type1 .tb-section-subtitle {
  color: #6b605d;
}

.tb-section-heading.tb-style2.tb-type1.tb-color4 .tb-section-title {
  color: #fff;
}

.tb-section-heading.tb-style2.tb-type1.tb-color4 .tb-section-subtitle {
  color: #fff;
  opacity: 0.7;
}

.tb-icon-group {
  max-width: 480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.tb-iconbox.tb-style4 h3 {
  font-size: 16px;
  color: #4353ff;
  margin-top: 13px;
  margin-bottom: 0;
}

/*Style5*/
.tb-iconbox5-wrap {
  margin: auto;
  max-width: 1215px;
}

.tb-iconbox.tb-style5 .tb-icon {
  margin-bottom: 26px;
}

.tb-iconbox.tb-style5 .tb-iconbox-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.tb-iconbox.tb-style5 .tb-iconbox-subtitle {
  font-size: 16px;
  line-height: 1.6em;
}

/*End Section Heading*/

.tb-section-heading-badgh {
  display: inline-block;
  background-color: #4bd964;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  padding: 3px 8px 2px;
}

/*Start Why Choose Style*/
.tb-chosse-text {
  max-width: 460px;
}

.tb-chosse-title {
  font-size: 30px;
  margin-bottom: 15px;
}

.tb-chosse-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: -2px;
}

.tb-chosse-img {
  margin-top: -35px;
  margin-bottom: -40px;
  margin-left: -40px;
}

.tb-chosse.tb-style1 .tb-chosse-img {
  margin-left: -25px;
}

.tb-chosse.tb-style1 .tb-chosse-img {
  margin-top: -30px;
  margin-right: -35px;
}

.tb-chosse.tb-style1 .tb-chosse-img {
  margin-top: -30px;
  margin-bottom: -35px;
  margin-left: -30px;
}

/*End Why Choose Style*/
/*Start Icon Box*/


/*Style2*/
.tb-iconbox.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  -webkit-box-shadow: 0.959px 10.958px 36.18px 17.82px rgba(0, 0, 0, 0.03);
  box-shadow: 0.959px 10.958px 36.18px 17.82px rgba(0, 0, 0, 0.03);
  border-radius: 60px;
  background-color: #fbfbfb;
  margin-bottom: 30px;

}

.tb-iconbox.tb-style2 .tb-icon {
  height: 90px;
  width: 90px;
  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;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
}

.tb-iconbox.tb-style2:hover .tb-icon {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.tb-iconbox.tb-style2 .tb-iconbox-title {
  font-size: 20px;
  margin-bottom: 0px;
}

.tb-iconbox.tb-style2 .tb-iconbox-subtitle {
  font-size: 14px;
  color: #929292;
  font-weight: 400;
  margin-bottom: -3px;
}

/*End Icon Box*/
/*Start Footer Style*/

.tb-footer-text {
  max-width: 800px;
  margin: auto;
}

.tb-footer-title {
  font-size: 48px;
  margin-top: -5px;
  margin-bottom: 25px;
}

.tb-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
}

.tb-footer-list li {
  width: 50%;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 18px;
}

.tb-footer-list li img {
  margin-right: 15px;
}

.tb-btn.tb-footer-btn {
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  border-radius: 4px;
  padding: 10px 15px;
  background: -o-linear-gradient(230deg, rgb(253, 52, 90) 0%, rgb(253, 52, 184) 100%);
  background: linear-gradient(-140deg, rgb(253, 52, 90) 0%, rgb(253, 52, 184) 100%);
  -webkit-box-shadow: 0px 5px 16px 4px rgba(253, 52, 146, 0.2);
  box-shadow: 0px 5px 16px 4px rgba(253, 52, 146, 0.2);
}

.tb-btn.tb-footer-btn:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}





/*End Footer Style*/
.tb-landing-slider {
  overflow: hidden;
}

.tb-landing-slider .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  padding: 0 50px;
}

.tb-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  background: transparent;
  display: none;
}

.tb-swiper-container {
  padding: 50px 0;
  position: relative;
}

.tb-swiper-container .swiper-wrapper {
  margin-left: 25%;
}

.tb-swiper-container .swiper-wrapper img {
  width: 100%;
}

.tb-swiper-container .tb-innerpage-img {
  -webkit-box-shadow: 0.959px 10.958px 36.18px 17.82px rgba(0, 0, 0, 0.03);
  box-shadow: 0.959px 10.958px 36.18px 17.82px rgba(0, 0, 0, 0.03);
  border: 1px solid #eaeaea;
}

.tb-swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.tb-swiper-container .swiper-pagination-bullet-active {
  background: #6056df;
}


.tb-swiper-container .tb-swiper-next,
.tb-swiper-container .tb-swiper-prev {
  width: 34px;
  height: 34px;
  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;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 2px 3.84px 0.16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3.84px 0.16px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  z-index: 1;
  background-color: #fff;
  cursor: pointer;
}

.tb-swiper-container .tb-swiper-next {
  right: 25%;
  margin-right: 34px;
}

.tb-swiper-container .tb-swiper-prev {
  left: 25%;
  margin-left: 34px;
}

.tb-swiper-container .tb-swiper-next img,
.tb-swiper-container .tb-swiper-prev img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-swiper-container .tb-swiper-next:hover img,
.tb-swiper-container .tb-swiper-prev:hover img {
  opacity: 0.7;
}

.tb-swiper-container .tb-swiper-next:focus,
.tb-swiper-container .tb-swiper-prev:focus {
  outline: none;
}

/*Start Block Carousel*/
.tb-blocks-carousel {
  overflow: hidden;
}

.tb-blocks-carousel .tb-blocks-wrap {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-blocks-carousel-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 500px;
  height: 390px;
}

#tb-blocks-carousel-4 .tb-blocks-carousel-item,
#tb-blocks-carousel-5 .tb-blocks-carousel-item {
  height: 520px;
}

#tb-blocks-carousel-1 .tb-block-item,
#tb-blocks-carousel-2 .tb-block-item,
#tb-blocks-carousel-3 .tb-block-item,
#tb-blocks-carousel-4 .tb-block-item,
#tb-blocks-carousel-5 .tb-block-item {
  padding-top: 60px;
  padding-bottom: 60px;
}

#tb-blocks-carousel-1,
#tb-blocks-carousel-2,
#tb-blocks-carousel-3,
#tb-blocks-carousel-4,
#tb-blocks-carousel-5 {
  margin-bottom: -45px;
  margin-top: -45px;
}

#tb-blocks-carousel-1,
#tb-blocks-carousel-2,
#tb-blocks-carousel-4 {
  margin-bottom: -55px;
}

#tb-blocks-carousel-1 .tb-block-item-in,
#tb-blocks-carousel-2 .tb-block-item-in,
#tb-blocks-carousel-3 .tb-block-item-in,
#tb-blocks-carousel-4 .tb-block-item-in,
#tb-blocks-carousel-5 .tb-block-item-in {
  -webkit-box-shadow: 0.959px 10.958px 36.18px 17.82px rgba(0, 0, 0, 0.03);
  box-shadow: 0.959px 10.958px 36.18px 17.82px rgba(0, 0, 0, 0.03);
  /*border: 1px solid #eaeaea;*/
}

.tb-blocks-carousel-item.tb-hfwa1 {
  width: 960px;
}

.tb-blocks-carousel-item.tb-hfwa2 {
  width: 710px;
}

.tb-blocks-carousel-item.tb-hfwa3 {
  width: 640px;
}

.tb-blocks-carousel-item.tb-hfwa4 {
  width: 880px;
}

.tb-blocks-carousel-item.tb-hfwa5 {
  width: 910px;
}

.tb-blocks-carousel-item.tb-hfwb1 {
  width: 870px;
}

.tb-blocks-carousel-item.tb-hfwb2 {
  width: 630px;
}

.tb-blocks-carousel-item.tb-hfwb3 {
  width: 1060px;
}

.tb-blocks-carousel-item.tb-hfwb4 {
  width: 790px;
}

.tb-blocks-carousel-item.tb-hfwb5 {
  width: 740px;
}

.tb-block-item {
  height: 100%;
  width: 100%;
  display: block;
  padding: 15px;
}

.tb-block-item-in {
  display: block;
  height: 100%;
  width: 100%;
  background: #eaeaea;
  border-radius: 5px;
  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;
  font-size: 18px;
  background-size: cover;
}

#tb-blocks-carousel-1 .tb-blocks-wrap {
  width: 4230px;
}

#tb-blocks-carousel-2 .tb-blocks-wrap {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  width: 4230px;
}

#tb-blocks-carousel-3 .tb-blocks-wrap {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  width: 4230px;
}

#tb-blocks-carousel-4 .tb-blocks-wrap {
  width: 3950px;
}

#tb-blocks-carousel-5 .tb-blocks-wrap {
  width: 3940px;
}

.tb-primary-nav .tb-mega-menu .tb-mega-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*End Block Carousel*/
.tb-site-header .tb-primary-nav .tb-mega-menu .tb-mega-wrapper .tb-font-name {
  color: #222;
  font-weight: 700;
}

/*Icon box Effect*/

/*End */
/*--------------------------------------------------------------
## Isotope
--------------------------------------------------------------*/
.tb-isotop {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-isotop.tb-has-gutter {
  margin-left: -15px;
  margin-right: -15px;
}

.tb-isotop.tb-has-gutter .tb-isotop-item {
  padding: 0 15px;
}

.tb-port-col-6 .tb-grid-sizer,
.tb-port-col-6 .tb-isotop-item {
  width: 16.666667%;
}

.tb-port-col-5 .tb-grid-sizer,
.tb-port-col-5 .tb-isotop-item {
  width: 20%;
}

.tb-port-col-4 .tb-grid-sizer,
.tb-port-col-4 .tb-isotop-item {
  width: 25%;
}

.tb-port-col-3 .tb-grid-sizer,
.tb-port-col-3 .tb-isotop-item {
  width: 33.333333%;
}

.tb-port-col-2 .tb-grid-sizer,
.tb-port-col-2 .tb-isotop-item {
  width: 50%;
}

.tb-port-col-1 .tb-grid-sizer,
.tb-port-col-1 .tb-isotop-item {
  width: 100%;
}

.tb-grid-sizer {
  width: 33.333333%;
}

.tb-port-col-5 .tb-w20,
.tb-port-col-4 .tb-w20,
.tb-port-col-3 .tb-w20,
.tb-port-col-2 .tb-w20,
.tb-port-col-1 .tb-w20 {
  width: 20%;
}

.tb-port-col-5 .tb-w25,
.tb-port-col-4 .tb-w25,
.tb-port-col-3 .tb-w25,
.tb-port-col-2 .tb-w25,
.tb-port-col-1 .tb-w25 {
  width: 25%;
}

.tb-port-col-5 .tb-w33,
.tb-port-col-4 .tb-w33,
.tb-port-col-3 .tb-w33,
.tb-port-col-2 .tb-w33,
.tb-port-col-1 .tb-w33 {
  width: 33.333333%;
}

.tb-port-col-5 .tb-w50,
.tb-port-col-4 .tb-w50,
.tb-port-col-3 .tb-w50,
.tb-port-col-2 .tb-w50,
.tb-port-col-1 .tb-w50 {
  width: 50%;
}

.tb-port-col-5 .tb-w66,
.tb-port-col-4 .tb-w66,
.tb-port-col-3 .tb-w66,
.tb-port-col-2 .tb-w66,
.tb-port-col-1 .tb-w66 {
  width: 66.666666%;
}

.tb-port-col-5 .tb-w100,
.tb-port-col-4 .tb-w100,
.tb-port-col-3 .tb-w100,
.tb-port-col-2 .tb-w100,
.tb-port-col-1 .tb-w100 {
  width: 100%;
}

@media screen and (max-width: 991px) {

  .tb-port-col-4 .tb-grid-sizer,
  .tb-port-col-4 .tb-isotop-item {
    width: 50%;
  }

  .tb-port-col-4 .tb-w50 {
    width: 100%;
  }

  .tb-port-col-3 .tb-grid-sizer,
  .tb-port-col-3 .tb-isotop-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {

  .tb-port-col-5 .tb-w50,
  .tb-port-col-4 .tb-w50,
  .tb-port-col-3 .tb-w50,
  .tb-port-col-2 .tb-w50,
  .tb-port-col-1 .tb-w50,
  .tb-port-col-5 .tb-w66,
  .tb-port-col-4 .tb-w66,
  .tb-port-col-3 .tb-w66,
  .tb-port-col-2 .tb-w66,
  .tb-port-col-1 .tb-w66 {
    width: 100%;
  }

  .tb-port-col-5 .tb-grid-sizer,
  .tb-port-col-5 .tb-isotop-item {
    width: 100%;
  }

  .tb-port-col-4 .tb-grid-sizer,
  .tb-port-col-4 .tb-isotop-item {
    width: 100%;
  }

  .tb-port-col-3 .tb-grid-sizer,
  .tb-port-col-3 .tb-isotop-item {
    width: 100%;
  }

  .tb-port-col-2 .tb-grid-sizer,
  .tb-port-col-2 .tb-isotop-item {
    width: 100%;
  }
}

/*Isotop Menu Style1*/
.tb-overflow-hidden {
  overflow: hidden;
}

.tb-isotop-filter.tb-style1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 1px solid #eaeaea;
  border-radius: 30px;
}

.tb-isotop-filter.tb-style1 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-isotop-filter.tb-style1 li a {
  padding: 18px 25px;
  color: #666;
  border-radius: 30px;
  font-size: 15px;
  display: inline-block;
}

.tb-isotop-filter.tb-style1 li.active a {
  color: #fff;
  cursor: initial;
  background: -o-linear-gradient(230deg, rgb(253, 52, 90) 0%, rgb(253, 52, 184) 100%);
  background: linear-gradient(-140deg, rgb(253, 52, 90) 0%, rgb(253, 52, 184) 100%);
  -webkit-box-shadow: 0px 5px 16px 4px rgba(253, 52, 146, 0.2);
  box-shadow: 0px 5px 16px 4px rgba(253, 52, 146, 0.2);
}


.tb-isotop-filter.tb-style1 li.active a:hover {
  color: #fff;
}

.tb-isotop-filter.tb-style1 li a:hover {
  color: #b5b5b5;
}

.tb-remove-animaiton .wow {
  display: block !important;
  visibility: visible !important;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

/*--------------------------------------------------------------
## ScrollUp
--------------------------------------------------------------*/
#tb-scrollup {
  position: fixed;
  bottom: -60px;
  right: 25px;
  height: 36px;
  width: 36px;
  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;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(17, 17, 18, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(17, 17, 18, 0.1);
}

#tb-scrollup img {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#tb-scrollup:hover img {
  opacity: 1;
}

#tb-scrollup.scrollup-show {
  bottom: 25px;
}

.tb-fact-wrap {
  background-image: -ms-linear-gradient(-52deg, rgb(91, 81, 222) 0%, rgb(26, 202, 255) 100%);
  position: relative;
  padding: 52px 30px 52px 250px;
  border-radius: 10px;
  background-size: cover;
  margin-top: -115px;
  z-index: 1;
}

.tb-fact-img {
  position: absolute;
  bottom: -2px;
  left: -73px;
}

.tb-fact-img {
  position: absolute;
  bottom: -2px;
  left: -73px;
}

.tb-fact-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6em;
}

.tb-fact-title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 12px;
}

.tb-landing-testimonial {
  border: 2px solid #eaeaea;
  padding: 30px 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.tb-landing-testimonial:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.tb-landing-testimonial .tb-landing-testimonial-text {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 18px;
}

.tb-landing-testimonial .tb-landing-testimonial-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-landing-testimonial .tb-landing-testimonial-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 8px;
}

.tb-landing-testimonial .tb-landing-testimonial-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.tb-landing-testimonial .tb-landing-testimonial-desc {
  font-size: 16px;
  line-height: 1.6em;
}

.tb-self-hosted-video {
  padding-bottom: 49.2%;
  position: relative;
  height: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}

.tb-self-hosted-video video {
  position: absolute;
  top: 0;
  left: -3px;
  width: calc(100% + 6px);
  height: 100%;
  z-index: 2;
  margin: 0;
  line-height: 1;
  border: none;
}

.tb-monitor {
  position: absolute;
  top: -32px;
  width: 132%;
  margin-left: -109px;
  z-index: 1;
}

.tb-monitor img {
  width: 100%;
}

/*MagPlus new Style*/
.inner-block-label {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: initial;
  background: -o-linear-gradient(230deg, rgb(253, 52, 90) 0%, rgb(253, 52, 184) 100%);
  background: linear-gradient(-140deg, rgb(253, 52, 90) 0%, rgb(253, 52, 184) 100%);
  text-align: center;
  height: 17px;
  line-height: 18px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 5px;
}

.envato-assets {
  padding: 15px 0px;
}

.envato-assets .envato-asset-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
}

.envato-asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 96px;
  margin: 15px 0px;
}

.envato-asset-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.envato-asset-text p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: -4px;
}

.container.envato-assets-in {
  max-width: 1380px;
}

.item-inner,
.item-inner-feature {
  position: relative;
  -webkit-box-shadow: 0 2px 3px #e1e1e1;
  box-shadow: 0 2px 3px #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  margin-bottom: 30px;
}

.item-inner:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .09), 0 6px 6px rgba(0, 0, 0, .02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .09), 0 6px 6px rgba(0, 0, 0, .02);
}

.people-wrapp .item-image {
  width: 82px;
  height: 82px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 50%;
}

.people-wrapp .item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.people-inner {
  padding: 50px 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 41px;
}

.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.people-inner .position {
  color: #b5b5b5;
  margin-bottom: 0;
  font-size: 16px;
  margin-bottom: 15px;
}

.people-inner .description {
  font-size: 16px;
  line-height: 1.6em;
}

.magplus-plugin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  -webkit-box-shadow: 1.753px 3.595px 29.05px 5.95px rgba(0, 0, 0, .06);
  box-shadow: 1.753px 3.595px 29.05px 5.95px rgba(0, 0, 0, .06);
}

.magplus-plugin-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}

.magplus-plugin-text h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.magplus-plugin-text p {
  color: #b5b5b5;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 0;
}

.plugin-status.premium {
  background-color: #33c758;
  color: #fff;
}

.plugin-status.exclusive {
  background-color: rgba(255, 45, 85, 0.1);
  color: #ff2d55;
}

.plugin-status.compatible {
  background-color: rgba(0, 122, 255, 0.1);
  color: #007aff;
}

.plugin-status {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 8px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

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

.list li {
  font-size: 18px;
  line-height: 2.2em;
  padding-bottom: 5px;
  position: relative;
  padding-left: 30px;
}

.list li img {
  position: absolute;
  top: 12.5px;
  left: 0;
}

.list.tb-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.list.tb-style2 li {
  width: 50%;
  padding-left: 42px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 18px;
}

.list.tb-style2.tb-type1 li {
  width: 100%;
}

.list.tb-style2 li img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qr-code-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}

.qr-code-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
}

.qr-code-text {
  font-size: 14px;
  line-height: 22.5px;
}

.position-rel {
  position: relative;
  width: 100%;
  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;
}

.amp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.amp-title {
  text-align: center;
}

.amp-title span {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 8px;
}

.single-amp {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-frame {
  position: absolute;
  background: rebeccapurple;
  height: 444px;
  width: 228px;
  left: 58px;
  top: 67px;
  overflow: hidden;
}

.tb-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
}

.single-amp-wrap2 {
  margin-left: -35px;
}

.amp-img {
  position: absolute;
  height: 444px;
  width: 228px;
  left: 58px;
  overflow-y: scroll;
  top: 67px;
  background-color: #fafafa;
}

.amp-img img {
  max-width: 100%;
  display: block;
  width: 211px;
  height: 743px;
  max-height: 743px;
}

.single-amp {
  width: 345px;
  height: 607px;
}

/*End MagPlus New Style*/
.tb-gradient1 {
  background-image: -ms-linear-gradient(0deg, rgb(247, 219, 215) 0%, rgb(254, 241, 221) 100%);
}

.tb-ytb-video-block {
  max-width: 790px;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin: auto;
  -webkit-box-shadow: 0px 18px 70.84px 21.16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 70.84px 21.16px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
  background-color: #fff;
  position: relative;
  background-size: cover;
}

.tb-ytb-video-block:before {
  content: '';
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.0.5);
  height: 100%;
  width: 100%;
}

.tb-half-gradient {
  position: relative;
}

.tb-ytb-video-block-out {
  display: block;
  position: relative;
  max-width: 790px;
  width: 100%;
  margin: auto;
}

.tb-ytb-shape1 {
  position: absolute;
  top: -75px;
  left: -75px;
}

.tb-play-btn.tb-style1 {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  border: 3px solid #fff;
  z-index: 2;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.2);
}

.tb-play-btn.tb-style1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 33px;
  border-color: transparent transparent transparent #fff;
  margin-left: -11px;
  margin-top: -19px;
}

.tb-play-btn.tb-style1:hover {
  opacity: 0.8;
}

.tb-video-outer-wrap {
  position: relative;
}

.tb-video-outer-wrap:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.tb-fixed-bg {
  background-size: cover;
  background-repeat: inherit;
  background-position: center;
  background-attachment: fixed;
}

.tb-funfact1-wrap {
  margin: auto;
  max-width: 650px;
  width: 100%;
  position: relative;
}

.tb-funfact.tb-style1 {
  text-align: center;
}

.tb-funfact.tb-style1 .tb-funfact-title {
  color: #5856d6;
  font-size: 72px;
  margin-bottom: -8px;
  margin-top: -12px;
}

.tb-funfact.tb-style1 .tb-funfact-text {
  font-size: 21px;
  line-height: 1.6em;
  margin-bottom: -10px;
}

/*=== Video Popup ===*/
.tb-pd-video .tb-video-open,
.tb-sample-img .tb-video-open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.tb-pd-video .tb-video-open:hover,
.tb-sample-img .tb-video-open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tb-video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tb-video-popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}

.tb-video-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.tb-video-popup.active .tb-video-popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tb-video-popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.tb-video-popup.active .tb-video-popup-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.tb-video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.tb-video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.tb-video-popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.tb-video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tb-video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.tb-video-popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tb-video-popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tb-video-popup-close:hover:before,
.tb-video-popup-close:hover:after {
  background: #000;
}

.tb-video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.tb-video-popup-align {
  overflow: hidden;
}

/*=== End Video Popup ===*/

.tb-triangle-img.tb-style1 {
  width: 975px;
  height: 650px;
  margin-left: -150px;
}

.tb-triangle-img.tb-style2 {
  width: 1070px;
  height: 856px;
  margin-left: -180px;
}

.tb-triangle-img.tb-style3 {
  width: 992px;
  height: 609px;
  margin-left: -145px;
}

.tb-triangle-img.tb-style4 {
  width: 820px;
  height: 483px;
  margin-left: -40px;
}

.tb-triangle-img.tb-style5 {
  width: 882px;
  height: 664px;
  margin-left: -70px;
}

.tb-triangle-img.tb-style6 {
  width: 962px;
  height: 599px;
  margin-left: -245px;
}

/*--------------------------------------------------------------
## ScrollUp
--------------------------------------------------------------*/
#tb-scrollup {
  position: fixed;
  bottom: -60px;
  right: 25px;
  height: 36px;
  width: 36px;
  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;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(17, 17, 18, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(17, 17, 18, 0.1);
}

#tb-scrollup img {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#tb-scrollup:hover img {
  opacity: 1;
}

#tb-scrollup.scrollup-show {
  bottom: 25px;
}

@media screen and (max-width: 1599px) {

  .tb-triangle-img.tb-style1,
  .tb-triangle-img.tb-style2,
  .tb-triangle-img.tb-style3,
  .tb-triangle-img.tb-style4,
  .tb-triangle-img.tb-style5,
  .tb-triangle-img.tb-style6 {
    width: 100%;
    height: initial;
    margin: 0;
    text-align: center;
  }

  .tb-hero-img {
    right: -250px;
  }

  .tb-hero-imgbox {
    right: -220px;
  }

  .tb-content .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .tb-m-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tb-hero-banner.tb-style3 .tb-hero-title,
  .tb-funfact.tb-style1 .tb-funfact-title {
    font-size: 65px;
  }

  .tb-hero-banner.tb-style3 .tb-hero-subtitle {
    font-size: 18px;
  }

  .tb-btn.tb-size4 {
    font-size: 15px;
    padding: 0.75em 2.3em;
  }

  .tb-section-heading.tb-style2 .tb-section-title,
  .tb-footer-title {
    font-size: 40px;
  }

  .tb-section-heading.tb-style2 .tb-section-subtitle {
    font-size: 16px;
  }

  .tb-section-heading.tb-style2.tb-type1 .tb-section-title {
    font-size: 56px;
  }

  .tb-section-heading.tb-style2.tb-type1 .tb-section-subtitle {
    font-size: 18px;
  }

  .tb-hero-banner.tb-style3 {
    height: 600px;
  }

  .tb-hero-imgbox-img.tb-style3 {
    bottom: -64px;
    left: 142px;
  }

  .tb-hero-imgbox-img.tb-style2 {
    right: -134px;
    top: 65px;
  }

  .tb-hero-imgbox-img.tb-style1 {
    top: -160px;
    left: 315px;
  }

  .tb-btn.tb-footer-btn {
    font-size: 15px;
  }

  .tb-primary-nav .tb-primary-nav-list>.menu-item {
    margin-right: 25px;
  }
}

@media screen and (max-width: 991px) {
  .tb-content {
    margin-bottom: 0 !important
  }

  .tb-sticky-footer {
    position: relative;
    z-index: initial;
  }

  .tb-hero-height.tb-hero-height-img {
    display: none;
  }

  .tb-hero-banner.tb-style2 .tb-hero-height {
    height: initial;
    padding: 80px 0;
    text-align: center;
  }

  .tb-hero-banner.tb-style2 .tb-hero-title,
  .tb-site-footer .tb-hero-title {
    font-size: 40px;
    margin-top: -6px;
    margin-bottom: 15px;
  }

  .tb-hero-banner.tb-style2 .tb-hero-subtitle,
  .tb-site-footer .tb-hero-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .tb-section-heading.tb-style2 .tb-section-title {
    font-size: 36px;
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .tb-footer-title {
    font-size: 36px;
  }

  .tb-section-heading.tb-style2 .tb-section-subtitle {
    font-size: 15px;
    margin-bottom: -7px;
  }

  .tb-demo.tb-style1 {
    margin-bottom: 35px;
  }

  .tb-landing-slider .swiper-slide {
    padding: 0 25px;
  }

  .tb-swiper-container .tb-swiper-next,
  .tb-swiper-container .tb-swiper-prev {
    display: none;
  }

  .tb-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tb-hero-banner.tb-style3 .tb-hero-title {
    font-size: 42px;
  }

  .tb-hero-banner.tb-style3 .tb-hero-subtitle {
    font-size: 16px;
  }

  .position-rel {
    display: none;
  }

  .tb-hero-featured-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tb-hero-featured-img>div {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .tb-hero-featured-img>div:last-child {
    margin-bottom: 0;
  }

  .tb-triangle-img {
    display: none;
  }

  .tb-section-heading.tb-style2.tb-type1 .tb-section-title {
    font-size: 42px;
  }

  .tb-section-heading.tb-style2.tb-type1 .tb-section-subtitle {
    font-size: 16px;
  }

  .tb-video-shape.tb-video-shape1,
  .tb-video-shape.tb-video-shape2,
  .tb-video-shape.tb-video-shape3 {
    display: none;
  }

  .tb-hero-imgbox {
    right: -55%;
  }

  .list li,
  .tb-footer-list li {
    font-size: 16px;
  }

  .tb-full-width {
    padding: 0 15px;
  }

  .tb-content .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tb-chosse.tb-style2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tb-chosse,
  .tb-chosse .text-left,
  .tb-chosse .text-right {
    text-align: center !important;
  }

  .tb-chosse-text {
    max-width: 100%
  }

  .tb-chosse.tb-style1 .tb-chosse-img {
    margin-top: -30px;
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0;
  }

  .tb-chosse.tb-style2 .tb-chosse-img {
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0;
  }

  .tb-chosse.tb-style3 .tb-chosse-img {
    margin-bottom: -10px;
    margin-left: 0;
    margin-right: 0;
  }

  .tb-landing-slider .swiper-slide {
    padding: 0 10px;
  }

  .tb-fact-img {
    display: none;
  }

  .tb-fact-wrap {
    padding: 52px 30px 52px 30px;
  }

  .tb-isotop-filter.tb-style1 li a {
    padding: 9px 18px;
    font-size: 14px;
  }

  .tb-blocks-carousel-item.tb-hfwa1 {
    width: 565px;
  }

  .tb-blocks-carousel-item {
    width: 378px;
    height: 320px;
  }

  #tb-blocks-carousel-4 .tb-blocks-carousel-item,
  #tb-blocks-carousel-5 .tb-blocks-carousel-item {
    height: 350px;
  }

  .tb-blocks-carousel-item.tb-hfwb1 {
    width: 510px;
  }

  .tb-hero-banner.tb-style3 .tb-hero-image {
    display: none;
  }

  .tb-play-btn.tb-style1 {
    width: 85px;
    height: 85px;
  }

  .tb-play-btn.tb-style1:before {
    border-width: 17px 0 17px 28px;
    margin-left: -9px;
    margin-top: -18px;
  }

  .tb-funfact.tb-style1 .tb-funfact-title {
    font-size: 48px;
  }

  .tb-funfact.tb-style1 .tb-funfact-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .tb-swiper-container .swiper-wrapper {
    margin-left: 0;
  }

  .tb-section-heading.tb-style2 .tb-section-title br,
  .tb-section-heading.tb-style2 .tb-section-subtitle br,
  .tb-hero-banner.tb-style2 .tb-hero-title br,
  .tb-site-footer .tb-hero-title br,
  .tb-hero-banner.tb-style2 .tb-hero-subtitle br,
  .tb-site-footer .tb-hero-subtitle br {
    display: none;
  }

  .tb-isotop-filter.tb-style1 ul {
    border: none;
  }

  .tb-demo.tb-style1 {
    margin-bottom: 35px;
  }

  .tb-site-header .tb-btn.tb-style2 {
    padding: 0.6em 1.2em;
    font-size: 13px;
  }

  .tb-hero-banner.tb-style3 .tb-hero-title br,
  .tb-hero-banner.tb-style3 .tb-hero-subtitle br {
    display: none;
  }

  .tb-section-heading.tb-style2.tb-type1 .tb-section-title {
    font-size: 38px;
  }

}

@media screen and (max-width: 430px) {
  .tb-ytb-video-block {
    height: 380px;
  }

  .tb-iconbox.tb-style4 {
    padding: 0 15px;
  }

  .tb-footer-title br {
    display: none;
  }

  .tb-footer-list li {
    width: 100%;
  }

  .list.tb-style2 li,
  .tb-footer-list li {
    width: 100%;
  }
}
