* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Poppins,sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #777;
}

.main {
  overflow: hidden;
}

.section,section {
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  padding: 0 5%;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  color: #1c144e;
  margin-bottom: 0;
}

.inner-wrapper h1,.inner-wrapper h2,.inner-wrapper h3 {
  color: #2d3136;
}

h1 {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #777;
  margin-bottom: 0;
}

@media (min-width:992px) {
  .inner-content p {
    font-size: 20px;
    color: #818992;
  }
}

a {
  color: #444;
}

a:hover {
  color: #0056b3;
}

.btn:focus,a,a:focus,a:hover {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ol,ul {
  margin: 0;
  padding: 0;
}

ol li,ul li {
  list-style: none;
}

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

.text-primary {
  color: #2d3136!important;
}
.fw-4 {
  font-weight: 400;
}
.avatar-lg {
  height: 5rem;
  width: 5rem;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-next:focus,.owl-prev:focus {
  outline: 0;
}

.section-heading {
  margin-bottom: 80px;
}

.section-heading>h2,.section-heading>h5,.section-heading>h6 {
  position: relative;
}

.section-heading>h2::after,.section-heading>h5::after,.section-heading>h6::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ptb_0{
  padding: 0;
}
.pt_0 {
  padding-top: 0;
}

.ptb_50 {
  padding: 50px 0;
}

.btn {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 14px 30px;
  border: 0 none;
  border-radius: 100px;
  outline: 0 none;
  position: relative;
  z-index: 1;
}

.btn:active,.btn:focus,.btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.1);
  box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

.btn.btn-bordered {
  background: transparent none repeat scroll 0 0;
  color: #444;
}

.btn.btn-bordered:focus,.btn.btn-bordered:hover {
  color: #fff;
}

.btn.btn-bordered-white:after,.btn.btn-bordered:before {
  position: absolute;
  content: "";
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  top: -2px;
  left: -2px;
  border-radius: 100px;
}

.btn.btn-bordered:before {
  z-index: -2;
}

.btn.btn-bordered:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background: #fff none repeat scroll 0 0;
  z-index: -1;
}

.btn.btn-bordered:focus:after,.btn.btn-bordered:hover:after {
  opacity: 0;
}

.btn.btn-bordered-white {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
}

.btn.btn-bordered-white:focus,.btn.btn-bordered-white:hover {
  border-color: transparent;
  outline: 0 none;
}

.btn.btn-bordered-white:after {
  opacity: 0;
  z-index: -1;
}

.btn.btn-bordered-white:focus:after,.btn.btn-bordered-white:hover:after {
  opacity: 1;
}
.button-group {
  margin-top: 30px;
}

#scrollUp,.benifits-item,.benifits-item:after,.btn.btn-bordered-white:after,.btn.btn-bordered:after,.btn.btn-bordered:before,.dropdown-item,.features-menu .single-features,.features-menu .single-features::after,.header-items .nav-link,.navbar-sticky,.price-plan-wrapper,.screenshots-overlay,.single-blog,.single-team,.single-work::after,.single-work>h3,.team-name,.thumb-next,.thumb-prev,.tokyo .play-text,a,h1,h2,h3,h4,h5,h6 {
  /*-webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;*/
}

.featured-items ul li,.slick-dots li button,.testimonial-area .owl-carousel button.owl-dot {
  /*-webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;*/
}

.shapes-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shape-1 {
  position: relative;
}

.shape-1:before {
  content: "";
  position: absolute;
  display: block;
  width: 88rem;
  height: 35rem;
  top: 17rem;
  left: -53rem;
  border-radius: 25rem;
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  background-color: #f6f9fe;
}

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
}

.bg-overlay,.overlay-dark,.overlay-primary {
  position: relative;
  z-index: 0;
}

.bg-overlay::after,.overlay-dark:after,.overlay-primary:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.bg-overlay::after {
  opacity: .9;
  z-index: -1;
}

.benifits-item:after,.bg-overlay::after,.btn,.btn.btn-bordered-white:after,.btn.btn-bordered:before,.btn:active,.section-heading h2::after,.section-heading h5::after,.section-heading h6::after,.single-faq::after,.single-work:after {
  background: rgba(0,0,0,0) -webkit-gradient(linear,left top,right top,from(#297bff),to(#f90db1)) repeat scroll 0 0;
  background: rgba(0,0,0,0) linear-gradient(to right,#000 0,#FFC258 100%) repeat scroll 0 0;
}

.social-icons>a {
  margin: 5px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  /*-webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;*/
}

.features-slider-wrapper {
  background: rgba(0,0,0,0) url(../img/mobile-slider.webp) no-repeat scroll top center;
}

.discover-area {
  background: rgba(0,0,0,0) url(../img/bg/discover-bg.png) no-repeat scroll left center/contain;
}

.testimonial-area {
  /*background: rgba(0,0,0,0) url(../img/bg/testimonial-bg.png) no-repeat scroll center center/100% 100%;*/
}

.video-area {
  /*background: rgba(0,0,0,0) url(../img/bg/blog-thumb.jpg) no-repeat fixed center center/cover;*/
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  /*-webkit-transition: .3s;
  transition: .3s;*/
  background: 0 0;
}

.navbar .navbar-nav .nav-link {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  /*-webkit-transition: .3s;
  transition: .3s;*/
}

.navbar.navbar-light .navbar-nav .nav-link {
  color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link.active,.navbar.navbar-light .navbar-nav .nav-link.current-menu-item,.navbar.navbar-light .navbar-nav .nav-link:focus,.navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #2c2e30;
}

.navbar .navbar-brand-sticky {
  display: none;
}

.navbar-sticky {
 /* -webkit-transition: none;
  transition: none;*/
}

.navbar-sticky-transitioned {
 /* -webkit-transition: .3s;
  transition: .3s;*/
}

.navbar-sticky-moved-up {
  position: fixed;
  top: 0;
  background: #fff;
  margin-top: -100px;
}

[data-theme=dark] .navbar-sticky-moved-up {
  background: #01081f;
  -webkit-box-shadow: 0 4px 25px rgba(30,39,69,.3),0 1px 0 rgba(30,39,69,.4);
  box-shadow: 0 4px 25px rgba(30,39,69,.3),0 1px 0 rgba(30,39,69,.4);
}

.navbar-sticky-on {
  margin-top: 0;
 /* -webkit-transition: .3s;
  transition: .3s;*/
  -webkit-box-shadow: rgba(0,0,0,.1) 0 0 20px;
  box-shadow: rgba(0,0,0,.1) 0 0 20px;
}

.navbar-sticky-on .navbar-brand-regular {
  display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
  display: inline;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .btn-outline {
  color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
  color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
  color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item,.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover {
  color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item,[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover {
  color: #d2d5da;
}
.btn-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(255,255,255,.2);
}

.homepage-2 .welcome-area,.homepage-3 .welcome-area,.homepage-4 .welcome-area,.homepage-5 .welcome-area,.homepage-6 .welcome-area {
  height: 750px;
}

.homepage-2 .welcome-area,.homepage-4 .welcome-area {
  background: rgba(0,0,0,0) -webkit-gradient(linear,left top,right top,from(#000),to(#FFC258)) repeat scroll 0 0;
  background: rgba(0,0,0,0) linear-gradient(to right,#000 0,#FFC258 100%) repeat scroll 0 0;
  z-index: 1;
}

.homepage-2 .welcome-area .shape-bottom {
  z-index: -1;
}

.homepage-2 .discover-area{
  background: inherit;
}

.benifits-item {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.1);
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.benifits-item:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.benifits-item .feature-icon {
 /* -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;*/
  font-size: 49px;
  color: #0935d4;
}

.benifits-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.1);
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.benifits-item:hover:after {
  opacity: 1;
}

.benifits-item:hover .feature-icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-icon span {
  font-size: 45px;
  background: rgba(0,0,0,0) -webkit-gradient(linear,left top,right top,from(#297bff),to(#f90db1)) repeat scroll 0 0;
  background: rgba(0,0,0,0) linear-gradient(to right,#297bff 0,#f90db1 100%) repeat scroll 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benifits-area.style-two .benifits-item {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #f1f4f6;
}

.benifits-content .col-12:last-child .benifits-item {
  border-right: 1px solid #f1f4f6;
}

.benifits-area.style-two .benifits-item:hover {
  -webkit-box-shadow: rgba(70,4,37,.1) 0 15px 30px;
  box-shadow: rgba(70,4,37,.1) 0 15px 30px;
  z-index: 1;
}

.benifits-area.style-two .feature-icon span {
  font-size: 34px;
}

.benifits-area.style-two .benifits-item::after {
  display: none;
}

.benifits-area.style-two .benifits-item:hover {
  -webkit-transform: inherit;
  transform: inherit;
}

.benifits-area.style-three .benifits-item:hover .feature-icon {
  -webkit-transform: inherit;
  transform: inherit;
}

.features-slider-wrapper {
  padding: 70px 24px 90px 27px;
  background-size: 100%;
  max-width: 293px;
  margin: 0 auto;
  margin-top: 0;
}

.service-area .shape-bottom {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.service-area .shape-bottom svg {
  position: relative;
  display: block;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateY(180deg);
  transform: translateX(-50%) rotateY(180deg);
}

.icon {
  /*-webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;*/
}

.icon span {
  height: 80px;
  width: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  /*-webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;*/
}

.icon-box.icon-1 {
  background-color: #fff;
  color: #297bff;
}

.icon-box.icon-1:hover .icon {
  color: #fff;
  background-color: #297bff;
}

.icon-box.icon-2 {
  background-color: #fff;
  color: #3ceb9e;
}

.icon-box.icon-2:hover .icon {
  color: #fff;
  background-color: #3ceb9e;
}

.icon-box.icon-3 {
  background-color: #fff;
  color: #f99c6a;
}

.icon-box.icon-3:hover .icon {
  color: #fff;
  background-color: #f99c6a;
}

.icon-box.icon-4 {
  background-color: #fff;
  color: #e81273;
}

.icon-box.icon-4:hover .icon {
  color: #fff;
  background-color: #e81273;
}

.icon-box.icon-5 {
  background-color: #fff;
  color: #34465d;
}

.icon-box.icon-5:hover .icon {
  color: #fff;
  background-color: #34465d;
}

.icon-box.icon-6 {
  background-color: #fff;
  color: #1ab7ea;
}

.icon-box.icon-6:hover .icon {
  color: #fff;
  background-color: #1ab7ea;
}

.service-thumb {
  position: relative;
  max-width: 280px;
}

.service-thumb.style-two {
  max-width: 100%;
}

@media (max-width:575px) {
  .service-thumb {
    max-width: 250px;
  }
}

.check-list.style-two .list-box .icon {
  font-size: 24px;
}

.list-box .icon {
  color: #764fe0;
}

.price-plan-area {
  z-index: 1;
}

.price-plan-wrapper {
  font-size: 16px;
  color: #444;
  width: 100%;
  max-width: 1000px;
}

.single-price-plan {
  width: 33.33%;
  position: relative;
  float: left;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  background-color: #fff;
  background: rgba(0,0,0,0) linear-gradient(to right,#000 0,#0112da 100%) repeat scroll 0 0;
  color: #fff;
}

.single-price-plan:first-of-type {
  border-radius: 8px 0 0 8px;
}

.single-price-plan:last-of-type {
  border-radius: 0 8px 8px 0;
}

.price-header .plan-title {
  letter-spacing: 2px;
  color: #fff;
}

.plan-thumb {
  height: 110px;
  width: 110px;
  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;
  background-color: #f3f5f7;
  border-radius: 50%;
}

.single-price-plan .plan-features {
  font-size: 14px;
}

.single-price-plan .plan-features li {
  padding: 8px 20px;
  font-size: 17px;
}

.single-price-plan .plan-features i {
  margin-right: 8px;
  color: #fff;
}

.single-price-plan .plan-select {
  border-top: 1px solid rgba(0,0,0,.2);
  padding: 20px;
  text-align: center;
}

.plan-select>a {
  font-size: 14px;
  letter-spacing: 3px;
}

.testimonial-area .owl-item img {
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0,0,0,.1);
  border-radius: 50%;
}

.client-rating {
  color: #ffa200;
}

.thumb-next,.thumb-prev {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  font-size: 40px;
  color: #202c6c;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.testimonial-area .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-area .owl-carousel button.owl-dot {
  height: 6px;
  width: 6px;
  background-color: rgba(0,0,0,.1);
  border-radius: 50%;
  outline: 0;
  margin: 5px;
}

.client-address {
  font-size: 21px;
  color: #c40101;
}

.footer-area {
  background: rgba(0,0,0,0) -webkit-gradient(linear,left top,right top,from(#000),to(#0112da)) repeat scroll 0 0;
  background: rgba(0,0,0,0) linear-gradient(to right,#000 0,#0112da 100%) repeat scroll 0 0;
}

.copyright-area {
  color: rgba(255,255,255,.8);
}

.form-control {
  font-size: 15px;
  height: 50px;
  border: none;
  outline: 0;
  padding-left: 20px;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.form-control:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.inner-form .form-control,.inner-form button {
  height: 60px;
  border-radius: 8px;
}

.subscribe-form {
  position: relative;
  display: block;
  width: 80%;
}

.subscribe-form input {
  font-size: 20px;
  height: 55px;
  border-radius: 30px;
  text-indent: 3%;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
  box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
}

.subscribe-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  font-size: 22px;
}

@media (max-width:991px) {
  .subscribe-form {
    width: 100%;
  }
}
.copyright-area a, .copyright-area p {
  color: #fff;
}

.boxBazzar {
  border: 2px solid #fff;
  text-align: center;
  padding: 10px;
  margin: 30px 0;
}

.name {
  color: #fff;
  font-size: 23px;
}

.opnCls {
  color: #0ff;
  font-size: 20px;
  padding-top: 13px;
}

a.dwnBtn {
  font-size: 25px;
}

.aboutus h6,.rate h5,.whychose h4 {
  font-size: 40px;
  font-weight: 600;
}

.playhow {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: #1c144e;
  margin-bottom: 0;
}

.client-name {
  font-weight: 600;
  color: #1c144e;
  font-size: 20px;
}
.BLink{
  font-size: 20px;
  margin-bottom: 30px;
}
.ptb-1 {
    margin: 20px 0px;
}
