/************************** 
* 1. imported styles 
***************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(../plugins/flaticons/flaticon.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(swiper.css);
@import url(jquery.bxslider.min.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
/************************** 
* 2. miscelnious styles 
***************************/

:root {
  --white-bg: #fff;
  --white-bg-text-color: #000;
  --dark-blue-bg: #092a51;
  --dark-blue-text-color: #fff;
  --body-text: "Poppins", sans-serif;
  --text-line-height: 26px;
  --body-text-size: 16px
}

body {
  color: var(--dark-blue-text-color);
  /* background-color: var(--dark-blue-bg); */
  font-size: var(--body-text-size);
  line-height: var(--text-line-height);
  font-family: var(--body-text);
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

a:hover,
a:visited,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.container {
  -webkit-transition: none;
  transition: none;
}

.text-gradient {
  color: #6e45e2 !important;
  background: linear-gradient(145deg, #6e45e2, #38f9d7);
  background: -webkit-linear-gradient(145deg, #6e45e2, #38f9d7);
  background: -moz-linear-gradient(145deg, #6e45e2, #38f9d7);
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.white_transparent {
  background: rgb(255 255 255 / 53%);
  border-radius: 16px;
  padding: 40px;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-pad {
  padding: 120px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.gray-bg {
  background: #F4F9FD;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--body-text);
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}

.sec-title {
  margin-bottom: 50px;
}

.sec-title h2,
.sec-title p {
  margin: 0;
}

.sec-title h2 {
  font-size: 42px;
  color: #000;
  font-weight: 600;
}

.sec-title p {
  font-size: var(--body-text-size);
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
}

.thm-btn {
  display: inline-block;
  border: none;
  outline: none;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 28px;
  padding: 15px 29px;
  position: relative;
}

.thm-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.thm-btn:hover {
  color: #190A32;
}

.thm-btn:hover:before {
  opacity: 1;
}

.thm-btn>span {
  position: relative;
}

.thm-btn.borderd {
  color: #190A32;
}

.thm-btn.borderd:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.thm-btn.borderd:hover {
  color: #fff;
}

.thm-btn.borderd:hover:before {
  opacity: 0;
}

.separator {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(83, 82, 83, 0.15);
}

.separator.full-width {
  max-width: 100%;
}

.separator.no-border {
  background-color: transparent;
}

.separator.mt135 {
  margin-top: 135px;
}

.separator.mb135 {
  margin-bottom: 135px;
}

.separator.mt115 {
  margin-top: 115px;
}

.separator.mb115 {
  margin-bottom: 85px;
}

.separator.mt100 {
  margin-top: 100px;
}

.separator.mb100 {
  margin-bottom: 100px;
}

.separator.mt90 {
  margin-top: 90px;
}

.separator.mb90 {
  margin-bottom: 90px;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.preloader {
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/************************** 
* 3. header styles 
***************************/
.home-page-one {
  position: absolute;
  top: 0;
}

.navbar-brand {
  padding-top: 0;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  display: inline-block;
}

.navbar-nav li {
  display: inline-block;
}

.navbar-nav ul {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 5px;
  float: right;
}

.navbar-nav .nav-link {
  font-size: 16px;
  letter-spacing: .01em;
  position: relative;
  display: inline-block;
  color: #FFFFFF !important;
  text-transform: capitalize;
  padding-left: 13px !important;
  padding-right: 13px !important;
  padding-bottom: 30px;
  font-weight: 400;
  padding-top: 0;
}

.navbar-nav .nav-link.active {
  opacity: 1;
  color: #29cbbe !important;
}

.nav-wrapper {
  height: 100%;
}

.sign-up-btn {
  margin-left: 25px;
  margin-top: -20px;
}

.sign-up-btn a {
  border: none;
  outline: none;
  background: #fff;
  color: #190A32;
  font-weight: 600;
  font-size: 15px;
  border-radius: 18px;
  display: inline-block;
  padding: 4.5px 21.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sign-up-btn a:hover {
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #fff;
}

.home-page-one {
  position: relative;
}

.appilo-menu {
  right: 0;
  left: 0;
  top: 30px;
  z-index: 1030;
  margin: 0 auto;
  max-width: 1170px;
  position: absolute;
}

.home-page-one.menu-bg-overlay {
  background-color: #001126;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 112px;
  z-index: 999999;
  padding: 10px 0px;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.home-page-one.menu-bg-overlay .navbar-nav .nav-link {
  top: 5px;
}

.home-page-one.menu-bg-overlay .appilo-menu {
  top: 15px;
}

.home-page-one.menu-bg-overlay .navbar-nav .nav-link.active {
  color: #29cbbe !important;
}

.home-page-one .stick-logo {
  display: none;
}

.home-page-one.menu-bg-overlay .default-logo {
  display: none;
}

.home-page-one.menu-bg-overlay .stick-logo {
  display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 1;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  display: block;
  background-color: #032a58;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  border: none;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul {
  padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  font-size: 15px;
  color: #fff;
  padding: 8px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.home-page-one.menu-bg-overlay .sign-up-btn {
  margin-bottom: -10px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:hover a {
  background: #23a7d3;
  color: #fff;
  position: relative;
}

.navbar-collapse .dropdown {
  position: relative;
}

.navbar-collapse .dropdown li {
  list-style: none;
  display: block;
}

.dropdown-btn {
  display: none;
}

/************************** 
* 4. banner styles 
***************************/

.banner-static {
  background: url(../images/dot-map-bg.png) 90% bottom repeat;
  padding: 165px 0 0;
  overflow: hidden;
  background-color: #001126;
}

/* .banner-static .banner-content { padding-top: 240px;} */

.banner-static .row {
  align-items: center;
}

.banner-static .banner-content h1 {
  font-weight: 100;
  font-size: 5rem;
  color: #fff;
}

.banner-static .banner-content h3 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

.banner-static .banner-content h3 span {
  color: #6e45e2 !important;
  background: linear-gradient(145deg, #6e45e2, #38f9d7);
  background: -webkit-linear-gradient(145deg, #6e45e2, #38f9d7);
  background: -moz-linear-gradient(145deg, #6e45e2, #38f9d7);
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.banner-static .banner-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0;
  font-weight: 300;
  letter-spacing: 1px;
}

.banner-static .banner-content .thm-btn+.thm-btn {
  margin-left: 15px;
}


.banner-static .banner-content .thm-btn {
  -webkit-box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
  box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
}

.banner-static .banner-content .thm-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
  box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
}

.banner-static .banner-content .thm-btn:hover:before {
  opacity: 0;
}

.banner-static .banner-content .thm-btn.borderd {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner-static .banner-content .thm-btn.borderd:hover {
  -webkit-box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
  box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
}

.banner-static .banner-content .thm-btn.borderd:hover:before {
  opacity: 0;
}

/* .banner-static .banner-moc-box>img {
  position: relative;
} */

.banner-static .banner-moc-box>img {
  position: relative;
  width: 100%;
}

/************************** 
* 5. fun fact styles 
***************************/
.fun-fact .single-fun-fact {
  text-align: center;
}

.fun-fact .single-fun-fact p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.fun-fact .single-fun-fact span.counter {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  font-size: 53px;
}

.fun-fact .separator {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(83, 82, 83, 0.15);
  margin-top: 70px;
  margin-bottom: 0px;
}

/************************** 
* 6. app features styles 
***************************/
.app-features {
  padding: 150px 0 80px;
  /* background: linear-gradient(180deg, rgba(11, 172, 250, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%); */
}

.app-features .single-app-features i {
  color: #363636;
  font-size: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 1;
}

.app-features .single-app-features h3,
.app-features .single-app-features p {
  margin: 0;
}

.app-features .single-app-features h3 {
  font-size: 23px;
  font-weight: 500;
  color: #446ad8;
  margin-top: 17px;
  margin-bottom: 17px;
}

.app-features .single-app-features p {
  letter-spacing: .01em;
  color: #fff;
  margin-bottom: 50px;
}

.app-features .single-app-features .line {
  width: 100%;
  height: 4px;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.app-features .single-app-features:hover i {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-features .single-app-features:hover .line {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.app-features .center .single-app-features i {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-features .center .single-app-features .line {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.app-features .owl-theme .owl-nav {
  margin: 0;
}

.app-features .owl-theme .owl-nav [class*=owl-] {
  background: #E9E8E8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.app-features .owl-theme .owl-nav [class*=owl-] i {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-features .owl-theme .owl-nav .owl-prev {
  left: -50px;
}

.app-features .owl-theme .owl-nav .owl-next {
  right: -50px;
}

/************************** 
* 7. features styles 
***************************/
.features-style-one .feature-style-content {
  /* padding-top: 50px; */
}

.features-style-one .feature-style-content.pl40 {
  padding-left: 40px;
}

.features-style-one .feature-style-content>i {
  font-size: 45px;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.features-style-one .feature-style-content h3 {
  margin: 0;
  color: #001126;
  font-size: 30px;
  line-height: 48px;
  /* margin-top: 25px; */
  margin-bottom: 20px;
  font-weight: 600;
}

.features-style-one .feature-style-content p {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  letter-spacing: .01em;
  margin: 0;
  margin-bottom: 20px;
}

.features-style-one .feature-style-content a.more {
  font-size: 18px;
  font-weight: 600;
  color: #e72d64;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.features-style-one .feature-style-content a.more i {
  margin-left: 5px;
  vertical-align: middle;
}

.features-style-one .feature-style-content a.more:hover {
  color: #d43297;
}

.features-style-one img.has-dropshadow {
  -webkit-box-shadow: 0px 16px 43px rgba(78, 48, 135, 0.24);
  box-shadow: 0px 16px 43px rgba(78, 48, 135, 0.24);
}

/************************** 
* 8. video box styles 
***************************/
.video-box {
  background: #D9378B url(../img/video-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 126px 0;
}

.video-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 30, 130, 0.67);
}

.video-box .container {
  position: relative;
}

.video-box h3 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
}

.video-box a.video-btn {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
  line-height: 109px;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video-box a.video-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 84px;
  color: #fff;
  font-size: 20px;
  line-height: 84px;
  border-radius: 50%;
  background: #D9378B;
}

/************************** 
* 9. pricing styles 
***************************/
.pricing-section {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

.pricing-section {
  padding-top: 135px;
}

.pricing-section .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
}

.pricing-section .switch input {
  display: none;
}

.pricing-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing-section .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing-section .switch.on .slider {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d43396', endColorstr='#6541c1', GradientType=1);
}

.pricing-section .switch.off .slider {
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
}

.pricing-section input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

.pricing-section .switch.off .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.pricing-section .slider.round {
  border-radius: 34px;
}

.pricing-section .slider.round:before {
  border-radius: 50%;
}

.pricing-section ul.switch-toggler-list {
  margin-bottom: 40px;
}

.pricing-section ul.switch-toggler-list li a {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.pricing-section ul.switch-toggler-list li.active a {
  color: #989898;
}

.pricing-section .pricing-row {
  padding-top: 20px;
}

.pricing-section .single-pricing {
  position: relative;
  background: #E8E6E6;
  border-radius: 15px;
}

.pricing-section .single-pricing:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 15px;
}

.pricing-section .single-pricing .inner {
  position: relative;
  padding-bottom: 45px;
  padding-top: 45px;
}

.pricing-section .single-pricing h3,
.pricing-section .single-pricing p,
.pricing-section .single-pricing ul,
.pricing-section .single-pricing li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-section .single-pricing h3.title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.pricing-section .single-pricing p.price {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 53px;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.pricing-section .single-pricing p.price-label {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.pricing-section .single-pricing ul.list-item {
  margin-top: 45px;
}

.pricing-section .single-pricing ul.list-item li {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.pricing-section .single-pricing ul.list-item li i {
  vertical-align: middle;
  margin-right: 5px;
}

.pricing-section .single-pricing ul.list-item li i.fa-check {
  color: #12CE32;
}

.pricing-section .single-pricing ul.list-item li i.fa-times {
  color: #FF0302;
}

.pricing-section .single-pricing a.thm-btn {
  padding: 15px 57px;
  margin-top: 35px;
}

.pricing-section .single-pricing a.thm-btn:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
}

.pricing-section .single-pricing.popular {
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  margin-top: -20px;
}

.pricing-section .single-pricing.popular .inner {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pricing-section .single-pricing.popular .thm-btn {
  color: #fff;
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
}

.pricing-section .single-pricing.popular .thm-btn:before {
  opacity: 0;
}

.pricing-section .tabed-content #year,
.pricing-section .tabed-content #month {
  display: none;
}

/* .list-inline li {
  display: inline-block;
} */

/************************** 
* 10. intigration styles 
***************************/
.intigration-section .intigration-content {
  padding-top: 40px;
}

.intigration-section h3 {
  margin: 0;
  color: #446ad8;
  font-size: 32px;
  line-height: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}

.intigration-section p {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  letter-spacing: .01em;
  margin: 0;
  margin-bottom: 20px;
}

.intigration-section a.more {
  color: #e72d64;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.intigration-section a.more i {
  margin-left: 5px;
  vertical-align: middle;
}

.intigration-section a.more:hover {
  color: #d43297;
}

.intigration-section .intigration-img-box {
  position: relative;
  display: block;
  min-height: 360px;
}

.intigration-section .intigration-img-box img {
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 20px;
}

.intigration-section .intigration-img-box img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
}

.intigration-section .intigration-img-box img:nth-child(1) {
  top: 0;
  right: 185px;
}

.intigration-section .intigration-img-box img:nth-child(2) {
  top: 48px;
  right: 60px;
}

.intigration-section .intigration-img-box img:nth-child(3) {
  top: 170px;
  right: 350px;
}

.intigration-section .intigration-img-box img:nth-child(4) {
  top: 196px;
  right: 200px;
}

.intigration-section .intigration-img-box img:nth-child(5) {
  bottom: 0px;
  right: 0px;
}

/************************** 
* 11. blog styles 
***************************/
.blog-style-one {
  padding-top: 135px;
}

.blog-style-one .single-blog-post:hover .img-box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-style-one .single-blog-post:hover .img-box:after {
  opacity: 1;
}

.blog-style-one .single-blog-post .img-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.blog-style-one .single-blog-post .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-style-one .single-blog-post .img-box>img {
  border-radius: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-style-one .single-blog-post .text-box h3,
.blog-style-one .single-blog-post .text-box p,
.blog-style-one .single-blog-post .text-box ul,
.blog-style-one .single-blog-post .text-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-style-one .single-blog-post .text-box ul.meta-info {
  margin-top: 40px;
  margin-bottom: 15px;
}

.blog-style-one .single-blog-post .text-box ul.meta-info li {
  display: inline-block;
  vertical-align: middle;
}

.blog-style-one .single-blog-post .text-box ul.meta-info li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.blog-style-one .single-blog-post .text-box ul.meta-info li:last-child:after {
  display: none;
}

.blog-style-one .single-blog-post .text-box ul.meta-info li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}

.blog-style-one .single-blog-post .text-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #446ad8;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-style-one .single-blog-post .text-box h3:hover {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-style-one .single-blog-post .text-box p {
  color: #fff;
  margin-bottom: 15px;
}

.blog-style-one .single-blog-post .text-box a.read-more {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 40px;
}

.blog-style-one .single-blog-post .text-box a.read-more i {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 5px;
  vertical-align: middle;
}

.blog-style-one .single-blog-post .text-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-style-one .single-blog-post:hover .text-box:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-style-one .center .single-blog-post .text-box:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-style-one .owl-theme .owl-nav {
  margin: 0;
}

.blog-style-one .owl-theme .owl-nav [class*=owl-] {
  background: #E9E8E8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  top: 18%;
}

.blog-style-one .owl-theme .owl-nav [class*=owl-] i {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-style-one .owl-theme .owl-nav .owl-prev {
  left: -19px;
}

.blog-style-one .owl-theme .owl-nav .owl-next {
  right: -19px;
}

.blog-style-two .single-blog-post-style-two+.single-blog-post-style-two {
  margin-top: 80px;
}

.blog-style-two .single-blog-post-style-two .img-box {
  position: relative;
}

.blog-style-two .single-blog-post-style-two .img-box>img {
  width: 100%;
}

.blog-style-two .single-blog-post-style-two .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.2);
}

.blog-style-two .single-blog-post-style-two .text-box {
  padding-top: 30px;
}

.blog-style-two .single-blog-post-style-two .text-box a.date {
  color: #CD3498;
  font-size: 16px;
  font-weight: 600;
}

.blog-style-two .single-blog-post-style-two .text-box h3 {
  font-size: 20px;
  color: #29cbbe;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-style-two .single-blog-post-style-two .text-box p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  letter-spacing: .01em;
  margin: 0;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info {
  border-top: 1px solid #E3E3E3;
  padding-top: 20px;
  margin-top: 20px;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a,
.blog-style-two .single-blog-post-style-two .text-box .meta-info span.sep {
  display: inline-block;
  vertical-align: middle;
  color: #929191;
  font-size: 15px;
  letter-spacing: .01em;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more {
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  display: inline-block;
  padding: 13px 35px;
  font-weight: 600;
  margin-top: 20px;
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more>span {
  position: relative;
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover {
  color: #29cbbe;
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover:before {
  opacity: 1;
}

.blog-style-two .blog-post-pagination {
  margin-top: 80px;
}

.blog-style-two .blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 38px;
  color: #29cbbe;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #CBCACA;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-style-two .blog-post-pagination a+a {
  margin-left: 10px;
}

.blog-style-two .blog-post-pagination a.active,
.blog-style-two .blog-post-pagination a:hover {
  border-color: #cd339a;
  color: #fff;
  background: #cd339a;
}

.blog-details-page .has-right-sidebar {
  padding-right: 120px;
}

.blog-details-page .single-blog-post-style-two .text-box {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.blog-details-page .single-blog-post-style-two .text-box a {
  color: #0C7FE9;
}

.blog-details-page .single-blog-post-style-two .text-box h3 {
  margin: 0;
  margin-bottom: 15px;
}

.blog-details-page .single-blog-post-style-two .text-box .meta-info {
  border: none;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-details-page .single-blog-post-style-two .text-box .qoute {
  padding: 25px 0;
  padding-left: 30px;
  border-left: 7px solid #cd339a;
}

.blog-details-page .single-blog-post-style-two .text-box .qoute p {
  font-size: 18px;
  color: #fff;
  font-style: italic;
  line-height: 30px;
}

.blog-details-page .single-blog-post-style-two .text-box .qoute h3 {
  font-size: 16px;
  color: #446ad8;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}

.blog-details-page .single-blog-post-style-two .text-box .qoute span {
  color: #929191;
  font-size: 15px;
  display: inline-block;
  margin-top: 5px;
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul,
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li:last-child {
  margin-right: 0;
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a {
  display: block;
  border: 1px solid #E0E0E0;
  padding: 4px 19.5px;
  font-size: 15px;
  color: #929191;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a:hover {
  color: #fff;
  border-color: #CC3498;
  background: #CC3498;
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li.labled {
  color: #446ad8;
  font-size: 15px;
  font-weight: 500;
  padding-right: 20px;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box h4 {
  color: #446ad8;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul,
.blog-details-page .single-blog-post-style-two .text-box .social-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li {
  display: inline-block;
  vertical-align: middle;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li+li {
  margin-left: 10px;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.facebook a {
  background: #3B5996;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.twitter a {
  background: #21A0F0;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.google a {
  background: #D63C32;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.pinterest a {
  background: #BC0A1B;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.email a {
  background: #7A8184;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li a {
  display: block;
  background: #7A8184;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  padding: 4px 17px;
}

.blog-details-page .single-blog-post-style-two .text-box .social-box ul li a i {
  margin-right: 10px;
}

.blog-details-page .title-blog-details-page {
  margin-bottom: 35px;
}

.blog-details-page .title-blog-details-page h3 {
  margin: 0;
  color: #446ad8;
  font-size: 24px;
  font-weight: 600;
}

.blog-details-page .single-recent-post {
  margin-bottom: 80px;
}

.blog-details-page .single-recent-post .text-box {
  padding-left: 15px;
  padding-top: 20px;
}

.blog-details-page .single-recent-post .text-box h3 {
  margin: 0;
  color: #446ad8;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-details-page .single-recent-post .text-box a.date {
  color: #929191;
  font-size: 15px;
  display: block;
}

.blog-details-page .comment-box-wrapper {
  margin-bottom: 80px;
}

.blog-details-page .comment-box-wrapper .single-comment-box+.single-comment-box {
  margin-top: 30px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
  width: 75px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  padding-left: 20px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  margin: 0;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box span.date {
  display: block;
  line-height: 1em;
  color: #929191;
  font-weight: 500;
  font-size: 15px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
  font-size: 16px;
  color: #446ad8;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-top: 15px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
  color: #446ad8;
  font-size: 15px;
  font-weight: 500;
}

.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
  padding-left: 100px;
}

.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
  padding-left: 200px;
}

@media (max-width: 736px) {
  .blog-details-page .comment-box-wrapper .single-comment-box.second-level {
    padding-left: 0px;
  }

  .blog-details-page .comment-box-wrapper .single-comment-box.third-level {
    padding-left: 0px;
  }
}

.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 46px;
  border: 1px solid #E0E0E0;
  padding-left: 45px;
  display: block;
}

.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}

.blog-details-page .comment-form label.error {
  display: none !important;
}

.blog-details-page .comment-form input {
  margin-bottom: 10px;
}

.blog-details-page .comment-form textarea {
  height: 116px;
  margin-top: 0px;
  padding-top: 10px;
}

.blog-details-page .comment-form button.thm-btn {
  margin-top: 40px;
  padding: 13px 40px;
}

.blog-details-page .comment-form button.thm-btn:hover {
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}

/************************** 
* 12. footer styles 
***************************/
footer.footer {
  background: transparent url(../images/footer-bg.png) center top no-repeat;
  background-size: cover;
  background-color: #092a51;
}

footer.footer .subscribe-section {
  padding-top: 130px;
  padding-bottom: 90px;
}

footer.footer .subscribe-section .sec-title {
  margin-bottom: 35px;
}

footer.footer .subscribe-section h2 {
  color: #fff;
}

.contact-us a {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  text-decoration: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.contact-us a:hover {
  background-image: linear-gradient(to right top, #04fae3, #00eaed, #00daf2, #00c8f1, #00b6eb, #00abe7, #09a0e3, #1f94dd, #1e8cdd, #2684dd, #337bdb, #4171d8);
}

footer.footer .subscribe-section .subscribe-form {
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  border-radius: 60px;
  padding: 34px 35px;
  padding-left: 70px;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
}

footer.footer .subscribe-section .subscribe-form .left-content {
  position: relative;
  padding: 13px 0;
  padding-left: 45px;
}

footer.footer .subscribe-section .subscribe-form i.fa-envelope {
  font-size: 24px;
  color: #EAE9EC;
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

footer.footer .subscribe-section .subscribe-form input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #EAE9EC;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #EAE9EC;
  width: 100%;
  max-width: 330px;
  float: left;
}

footer.footer .subscribe-section .subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #EAE9EC;
}

footer.footer .subscribe-section .subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #EAE9EC;
}

footer.footer .subscribe-section .subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #EAE9EC;
}

footer.footer .subscribe-section .subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #EAE9EC;
}

footer.footer .subscribe-section .subscribe-form button[type=submit] {
  background: #fff;
}

footer.footer .subscribe-section .subscribe-form button[type=submit] span {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer.footer .subscribe-section .subscribe-form button[type=submit]:hover {
  background: #0E0F1F;
}

footer.footer .subscribe-section .subscribe-form button[type=submit]:hover:before {
  opacity: 0;
}

footer.footer .subscribe-section .subscribe-form button[type=submit]:hover span {
  background: none;
  background-clip: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

footer.footer .footer-widget-wrapper {
  padding-bottom: 35px;
}

footer.footer .footer-widget .title {
  margin-bottom: 40px;
}

footer.footer .footer-widget .title h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

footer.footer .footer-widget p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

footer.footer .footer-widget .social a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

footer.footer .footer-widget .social a+a {
  margin-left: 20px;
}

footer.footer .footer-widget .social a:hover {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer.footer .footer-widget.about-widget p {
  margin-top: 0px;
  margin-bottom: 15px;
}

footer.footer .footer-widget.contact-widget p {
  color: #fff;
}

footer.footer .footer-widget.contact-widget p a {
  color: #fff;
}

footer.footer .footer-widget.contact-widget p span {
  color: #29cbbe;
  font-weight: 500;
  padding-right: 10px;
}

footer.footer .footer-widget.contact-widget p+p {
  margin-top: 5px;
}

footer.footer .footer-widget.links-widget {
  padding-right: 52px;
}

footer.footer .footer-widget.links-widget ul.link-list li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
}

footer.footer .footer-widget.links-widget ul.link-list li a:hover {
  color: #fff;
}

footer.footer .footer-widget.tweets-widget .single-tweet p {
  margin: 0;
  color: #fff;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

footer.footer .footer-widget.tweets-widget .single-tweet p i {
  color: #1692F8;
  margin-right: 10px;
}

footer.footer .footer-widget.tweets-widget .single-tweet>a {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .025em;
}

footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav {
  margin-top: 5px;
  text-align: left;
}

footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #000000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  vertical-align: middle;
}

footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-] i {
  margin: 0;
  padding: 0;
}

footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(107, 64, 191, 0.5);
}

footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-next] {
  margin-left: 10px;
}

footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-next] i {
  position: relative;
  left: 1px;
}

.footer-bottom .footer-copyright {
  width: 100%;
  display: table;
  padding: 26px 0;
  border-top: 1px solid #d2d1d2;
}

.footer-bottom .footer-copyright .left-content {
  display: inline-block;
}

.footer-bottom .footer-copyright .right-content {
  display: inline-block;
}

.footer-bottom .left-content p span.sep {
  display: inline-block;
  vertical-align: middle;
}

.footer-bottom .left-content p a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1em;
  vertical-align: middle;
}

.footer-bottom .right-content p,
.footer-bottom .left-content p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  letter-spacing: .025em;
}

footer.footer .footer-widget.links-widget ul {
  margin: 0px -5px;
}

.footer-widget .link-list li {
  margin: 0px 3px;
}

.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/************************** 
* 13. inner banner styles 
***************************/
.inner-banner {
  position: relative;
  background: #fff url(../img/inner-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 120px;
}

.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  opacity: .79;
}

.inner-banner .container {
  position: relative;
}

.inner-banner h3 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}

.inner-banner h3 span {
  color: #ffffff;
}

.inner-banner .breadcumb {
  line-height: 1em;
  margin-top: 25px;
}

.inner-banner .breadcumb a,
.inner-banner .breadcumb i,
.inner-banner .breadcumb span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.inner-banner .breadcumb a {
  color: #ffffff;
  font-family: var(--body-text);
  font-size: 16px;
}

.inner-banner .breadcumb i {
  color: #FFFFFF;
  font-size: 13px;
  margin-left: 7px;
  margin-right: 7px;
}

.inner-banner .breadcumb span {
  color: #FFFFFF;
  font-family: var(--body-text);
  font-size: 16px;
}

/************************** 
* 14. sidebar styles 
***************************/
.has-right-sidebar {
  padding-right: 45px;
}

.sidebar .single-sidebar+.single-sidebar {
  margin-top: 45px;
}

.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}

.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #446ad8;
  font-size: 22px;
  font-weight: 600;
}

.sidebar .single-sidebar .title h3:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #CD3498;
  margin-left: 10px;
}

.sidebar .single-sidebar.search-widget {
  background: #cd339a;
}

.sidebar .single-sidebar.search-widget form {
  position: relative;
  height: 54px;
}

.sidebar .single-sidebar.search-widget form input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  letter-spacing: .05em;
}

.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.sidebar .single-sidebar.search-widget form button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .single-sidebar.category-widget ul.category-list,
.sidebar .single-sidebar.category-widget ul.category-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .single-sidebar.category-widget ul.category-list li+li {
  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
  margin-top: 10px;
}

.sidebar .single-sidebar.category-widget ul.category-list li a {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
  color: #CD339A;
}

.sidebar .single-sidebar.category-widget ul.category-list li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
  margin-top: 20px;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
  margin: 0;
  color: #446ad8;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
  color: #CD339A;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
  color: #929191;
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  font-weight: 500;
}

.sidebar .single-sidebar.tags-widget ul.tags-list,
.sidebar .single-sidebar.tags-widget ul.tags-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .single-sidebar.tags-widget ul.tags-list {
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 10px;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a {
  display: block;
  border: 1px solid #E0E0E0;
  color: #929191;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  padding: 10px 19px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
  color: #fff;
  border-color: #CC3498;
  background: #CC3498;
}

/************************** 
* 15. testimonials styles 
***************************/

.testimonials-style-one .container {
  max-width: 970px;
  padding: 49px 0 0;
  position: relative;
}

.testimonials-style-one .container>img.testi-thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials-style-one .title {
  margin-bottom: 15px;
}

.testimonials-style-one .title h3 {
  margin: 0;
  color: #29cbbe;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  padding-left: 35px;
}

.single-testimonial {
  padding-top: 10px;
}

.single-testimonial .img-box,
.single-testimonial .text-box {
  display: table-cell;
  vertical-align: top;
}

.single-testimonial .img-box {
  width: 450px;
  margin-bottom: 30px;
}

.single-testimonial .img-box img {
  max-width: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  -webkit-box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
  box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
  border-radius: 50%;
}

.single-testimonial .text-box img {
  max-width: none;
  width: auto;
}

.single-testimonial .text-box p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  letter-spacing: .01em;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}

.single-testimonial .text-box h3 {
  margin: 0;
  color: #29cbbe;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.single-testimonial .text-box span {
  color: #e72d64;
  font-size: 16px;
}

.testimonials-slider .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}

.testimonials-slider .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}

.testimonials-slider .bx-wrapper .bx-controls-direction {
  text-align: center;
}

.testimonials-slider .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  color: #e72d64;
  font-size: 27px;
  position: relative;
  top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.testimonials-slider .bx-wrapper .bx-controls-direction a:hover {
  color: #d43297;
}

.testimonials-slider .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}

.testimonials-slider .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager a.pager-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#testimonials-slider-pager a.pager-item:nth-child(1) {
  top: 92%;
  left: 33%;
}

#testimonials-slider-pager a.pager-item:nth-child(2) {
  top: 94%;
  left: 18%;
}

#testimonials-slider-pager a.pager-item:nth-child(3) {
  top: 74%;
  left: 2%;
}

#testimonials-slider-pager a.pager-item:nth-child(4) {
  top: 36%;
  left: 0;
}

#testimonials-slider-pager a.pager-item:nth-child(5) {
  top: 18%;
  left: 11%;
}

#testimonials-slider-pager a.pager-item:nth-child(6) {
  top: 9%;
  left: 25%;
}

@media (max-width: 768px) {
  #testimonials-slider-pager {
    display: none;
  }
}

/************************** 
* 16. app screenshot styles 
***************************/
.app-secreenshots .sec-title {
  margin-bottom: 70px;
}

.swiper-slider-area .container {
  position: relative;
}

.swiper-wrapper {
  height: 630px;
  width: 320px;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
  padding-bottom: 20px;
}

.swiper-slide.swiper-slide-active {
  border-radius: 35px;
}

.screen-mobile-image {
  background-image: url(../img/iphone-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 645px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.swiper-wrapper {
  padding: 30px 0 40px;
}

.swiper-slide.swiper-slide-next {
  -webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
}

/************************** 
* 17. how app work styles 
***************************/
/* .how-app-work-section {
  padding-top: 40px;
} */

.how-app-work-section .title {
  margin-bottom: 40px;
}

.how-app-work-section .title h3 {
  margin: 0;
  color: #000;
  font-size: 42px;
  font-weight: 600;
}

.how-app-work-section .how-app-work-content-wrap {
  padding-left: 40px;
}

.how-app-work-section .how-app-work-content {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 40px;
  position: relative;
}

.how-app-work-section .how-app-work-content:before {
  content: '';
  width: 2px;
  height: 100%;
  background: url(../images/gradient-sep.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 45px;
}

.how-app-work-section .single-how-app-work {
  padding-left: 10px;
}

.how-app-work-section .single-how-app-work+.single-how-app-work {
  margin-top: 60px;
}

.how-app-work-section .single-how-app-work .icon-box,
.how-app-work-section .single-how-app-work .text-box {
  display: table-cell;
  vertical-align: middle;
}

.how-app-work-section .single-how-app-work .icon-box .inner {
  width: 74px;
  height: 74px;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  border-radius: 50%;
  text-align: center;
}

.how-app-work-section .single-how-app-work .icon-box .inner:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.how-app-work-section .single-how-app-work .icon-box .inner i {
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 74px;
  font-size: 44px;
  position: relative;
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover {
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.how-app-work-section .single-how-app-work .icon-box .inner:hover:before {
  opacity: 0;
}

.how-app-work-section .single-how-app-work .icon-box .active .inner {
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}

.how-app-work-section .single-how-app-work .icon-box .active .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.how-app-work-section .single-how-app-work .icon-box .active .inner:before {
  opacity: 0;
}

.how-app-work-section .single-how-app-work .text-box {
  padding-left: 40px;
}

.how-app-work-section .single-how-app-work .text-box h4,
.how-app-work-section .single-how-app-work .text-box p {
  margin: 0;
}

.how-app-work-section .single-how-app-work .text-box h4 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.how-app-work-section .single-how-app-work .text-box p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  margin-top: 10px;
}

.how-app-work-section .download-btn {
  display: inline-block;
  vertical-align: middle;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  padding: 12px 0;
  padding-left: 80px;
  border-radius: 28px;
  padding-right: 40px;
}

.how-app-work-section .download-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff6f6;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.how-app-work-section .download-btn i.fab {
  font-size: 30px;
  /* background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
}

.how-app-work-section .download-btn span.inner {
  position: relative;
  display: block;
}

.how-app-work-section .download-btn span.avail,
.how-app-work-section .download-btn span.store-name {
  display: block;
  /* background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.how-app-work-section .download-btn span.avail {
  font-size: 12.5px;
  color: #000;
}

.how-app-work-section .download-btn span.store-name {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
  color: #000;
}

.how-app-work-section .download-btn.active,
.how-app-work-section .download-btn:hover {
  -webkit-box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
  box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
}

.how-app-work-section .download-btn.active:before,
.how-app-work-section .download-btn:hover:before {
  opacity: 0;
}

.how-app-work-section .download-btn.active i.fab,
.how-app-work-section .download-btn.active span.avail,
.how-app-work-section .download-btn.active span.store-name,
.how-app-work-section .download-btn:hover i.fab,
.how-app-work-section .download-btn:hover span.avail,
.how-app-work-section .download-btn:hover span.store-name {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.how-app-work-section .download-btn.active {
  margin-right: 15px;
}

.how-app-work-section .how-app-work-slider-wrapper {
  position: relative;
  width: 305px;
  height: 655px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  /* -webkit-box-shadow: 0px 15px 30px rgb(61 123 217 / 35%);
  box-shadow: 0px 15px 30px rgb(61 123 217 / 35%); */
}

.how-app-work-section .how-app-work-screen-mobile-image {
  background-image: url(../images/fature-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 655px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 310px;
  z-index: 2;
}

.how-app-work-section .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.how-app-work-section .bx-wrapper .slide-item {
  text-align: center;
}

.how-app-work-section .bx-wrapper .slide-item img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
}

.how-app-work-section .pager-item {
  display: block;
}

.how-app-work-section .pager-item+.pager-item {
  margin-top: 60px;
}

.how-app-work-section .pager-item.active .icon-box .inner:before {
  opacity: 0;
}

.how-app-work-section .pager-item.active .icon-box .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.how-app-work-section .how-app-work-slider-content {
  position: relative;
}

.how-app-work-section .how-app-work-slider-content img.circled-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fun-fact {
  padding: 50px 0;
  background: #021730;
}


.workplace_bg {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px 25px;
  margin: 0 0 15px;
  border-radius: 15px;
}

.workplace_bg h4 {
  margin: 0px;
}

.workplace_bg p {
  margin: 0px;
  padding: 0;
}

.question_answer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 25px;
  margin: 50px 0 25px;
}

.daily_workplace h2 {
  font-size: 42px;
  color: #001126;
}

#features p {
  color: #000;
}

.question_answer div {
  background: #29cbbe;
  padding: 30px;
  border-radius: 25px;
  border: #29cbbe solid 1px;
  margin-right: 15px;
}

.question_answer h4 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 19px;
}

.question_answer p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  color: #000;
}

.empty {
  height: 100px;
}

.empty-30 {
  height: 30px;
}


footer.footer .subscribe-section p {
  color: #fff;
}


#whyStreffie {
  background: #fff;
}

.why_streffe_block {
  background: #dfeeff;
  min-height: 235px;
  padding: 35px;
  border-radius: 20px;
}

.why_streffe_block h4 {
  color: #000;
}

.why_streffe_block p {
  color: #000;
}

.footer-widget.about-widget img {
  position: relative;
  top: -25px;
}

.features-style-one .row {
  align-items: center;
}

.contact-us {
  text-align: center;
}

.bx-wrapper {
  background: transparent;
}

.features-style-one img {
  border-radius: 10px;
}


/* face scaning */

.scan {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scan .fingerprint {
  position: relative;
  width: 587px;
  height: 560px;
  background: url(../images/face-img1.png);
  background-repeat: no-repeat;
  background-size: 587px;
}

.scan .fingerprint::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/face-img.png);
  background-size: 587px;
  animation: animate 4s ease-in-out infinite;

}

@keyframes animate {

  0%,
  100% {
    height: 3%;
  }

  50% {
    height: 70%;
  }
}

/* .scan .fingerprint::after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:8px;
  background:#3fefef;
  border-radius:8px;
  filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
  animation:animate_line 4s ease-in-out infinite;
} */

.scan .fingerprint::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 26%;
  width: 54.5%;
  height: 8px;
  text-align: center;
  background: #3fefef;
  border-radius: 15px;
  filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
  animation: animate_line 4s ease-in-out infinite;
}

@keyframes animate_line {

  0%,
  100% {
    top: 3%;
  }

  50% {
    top: 70%;
  }
}

.scan_text {
  background-color: rgba(19, 0, 0, 0.45);
  position: absolute;
  bottom: 105px;
  left: 37%;
}

.scan_text::before {
  content: '';
  border: #15d5e0 solid 2px;
  height: 100%;
  width: 100%;
  position: absolute;
}

.scan h3 {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
  color: #3fefef;
  filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
  animation: animate_text 0.5s steps(1) infinite;
  margin: 0;
  padding: 10px 45px;
}

@keyframes animate_text {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

}

/* end face scaning */

/* .footer_logo_bg img {
  background: rgb(255 255 255 / 4%);
  padding: 10px 20px;
  border-radius: 5px;
  border: rgb(255 255 255 / 6%) solid 2px;
} */

.banner-content {
  margin: 15px 0 0;
}

.banner-content a {
  background: #FFF;
  padding: 13px 34px;
  border-radius: 30px;
  color: #000;
  display: inline-block;
  font-size: 18px;
}

.banner-content a.btn_1 {
  color: #fff;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  transition: all 0.3s ease-in-out;
  margin-right: 7px;
}

.banner-content a.btn_1:hover {
  color: #000;
  background: #fff;
}

.banner-content a.btn_2 {
  transition: all 0.3s ease-in-out;
  color: #000;
  background: #fff;
}

.banner-content a.btn_2:hover {
  color: #fff;
  background: #6541c1;
  background: linear-gradient(to right, #04fae3, #2d9edc, #4171d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
}

.common_css {
  margin-top: 200px;
}


/* tab css */
.tabs-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

/* Tab Links */
.tab-links {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.tab-links a {
  display: block;
  padding: 12px 24px;
  margin: 0 8px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background-color: #eee;
  border: #e3e3e3 solid 1px;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease, color 0.3s ease;
  border-radius: 50px;
}

.tab-links a:hover {
  background-color: #fff;
  color: #000;
}

.tab-links a.active {
  background-color: #001126;
  color: #fff;
  border: 1px solid #001126;
}

.tab-links a:focus {
  background-color: #001126;
  color: #fff;
  border: 1px solid #001126;
}

/* Tab Content */

.tab-content {
  display: none;
  border: #eeeeee solid 1px;
  padding: 30px;
  border-radius: 20px;
  background: #eeeeee;
}

.tab-content.active {
  display: block;
}

.tabs-container img {
  max-width: 100%;
}

.tab-content h4 {
  margin: 0;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}


/* Responsive Design */

@media (max-width: 600px) {
  .tabs-container {
    width: 100%;
  }

  .tab-links {
    flex-direction: column;
    text-align: center;
  }

  .tab-links a {
    width: 100%;
    padding: 10px;
    margin: 0 0 8px;
  }
}

/* end tab css */

#features {
  background-color: #dfeeff;
}

#features h3 {
  color: #001126;
}

#streffieworks {
  background: #fff;
}

#streffieworks p {
  color: #000;
}

ul.app_img {
  margin: 0;
  padding: 0;
}

ul.app_img li {
  list-style-type: none;
  margin-bottom: 5px;
}

#usingstreffie {
  background: #fff6f6;
}

#stressmanagement {
  background-color: #efefef;

}

#stressmanagement .sec-title h2 {
  font-size: 42px;
  color: #001126;
  font-weight: 600;
}

#stressmanagement .sec-title p {
  color: #000;
}

#whyStreffie .sec-title h2 {
  font-size: 42px;
  color: #001126;
  font-weight: 600;
}

.try-streffie-now {
  margin-top: 25px;
  display: block;
}

.try-streffie-now a {
  background: #001126;
  padding: 7px 24px 4px;
  color: #0de3e1;
  font-size: 17px;
  text-transform: uppercase;
  border: #0de3e1 solid 1px;
}
.try-streffie-now a i { font-size:19px;}
.try-streffie-now a:hover {
  color: #000;
  background-color: #fff;
  border: #fff solid 1px;
}
.movingarrow {
  display: inline-block;
  font-size: 24px;
  -webkit-animation-name: movingarrow;
  animation-name: movingarrow;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}


.try-streffie-desc {
  font-size: 16px !important;
  margin:25px 0 15px 0px !important;
}

@keyframes movingarrow {

  0%,
  20% {
    transform: scaleX(1);
  }

  12%,
  16%,
  2%,
  4%,
  8% {
    transform: rotate(-8deg);
  }

  10%,
  14%,
  18%,
  6% {
    transform: rotate(8deg);
  }
}
/*CSS for event page*/
.event-warea{
  padding: 165px 0 60px;
  overflow: hidden;
  background-color: #001126;
}
.event-warea h1{
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.media-box img {
    position: relative;
    object-fit: cover;
    object-position: top;
    width: 100%;
    border-radius: 10px;
    height: 350px;
}
.media-box h2 {
    color: #fff;
    padding: 25px 0 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}