/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
.css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.testimonial-wrap .testimonial-slider .owl-nav button, .testimonial-wrap .testimonial-slider .owl-carousel-item .profile img, .clients-love .highlights.card, .features .sub-feature-list li .nav-link, .header .header-navbar-rht .nav-item .header-login:hover, .header .header-navbar-rht .nav-item .header-live:hover, .header.fixed {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.business-goals .play-btn .play-icon, .story-section .story-wrap .story-img .play-btn .play-icon, .productivity-section .productivity-wrap .productivity-img .play-btn .play-icon, .header .header-navbar-rht > li .search-group, .header .header-navbar-rht > li, .header .cta-btn {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.banner-section .home-banner .ratings-content, .header .header-navbar-rht > li .search-group, .header .header-navbar-rht > li {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.business-group ul li {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.icon-frame, .features .righ-bg, .lazy-loader .btn, .business-section.power-business .business-list ul li .business-icon span, .get-in-contact ul li .get-circle, .enquire-form.contact-enquire .btn, .blog-section .get-start-btn, .blog-section .owl-carousel .owl-item li, .future-section .enquire-form .btn, .business-goals .business-goal-slider .owl-carousel .owl-item li, .retailer-section .retailer-slider .owl-item li a, .business-section .business-list ul li .business-icon, .clients-section .categories-item .categories-icon, .easily-section .update-form .get-start-btn .btn, .easily-section .update-form .get-start-btn, .client-slider-section .owl-carousel .owl-item li, .blog-location-details .location-info, .featured-slider .bloglist-content .blogfeaturelink, .selection-list .social-icon ul li a, .header-top ul li a .top-icon, .footer .copyright .social-icon ul li a, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ready-to-start .connect-with-us {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.banner-section .home-banner .ratings-content, .header .header-navbar-rht > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.simple-price-plan ul, .about-testimonials .review-box, .productivity-section .listing-list ul li, .header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business-dream.inspire-dream, .business-goals .review-box .review-details .listing-rating-group, .ecommerce-section .nav-button-group, .header .main-menu-wrapper .menu-header, .header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.simple-price-plan ul li, .get-in-contact ul li, .get-in-contact ul, .business-group ul li, .contact-details .contact-card, .ready-to-start .connect-with-us, .Clients-reviews .client-review-card .icon-review span, .Clients-reviews .client-review-card .icon-review, .who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards .card-feature, .who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards, .why-choose-us-sec .chooseus-head, .bread-crumb-bar .title-bread-crumb, .faq-section h4 a, .blog-section .blog-wrap .blog-content .review-profile, .business-goals .play-btn .play-icon, .business-goals .list-rating .list-rating-star, .business-goals .review-box .review-details .listing-rating-group .review-profile, .business-section .business-list ul li, .story-section .story-wrap .story-img .play-btn .play-icon, .potential-section .potential-content .potential-wrap .sales-content a, .potential-section .potential-content .potential-wrap, .about-testimonials .review-box .review-details .list-rating .list-rating-star, .productivity-section .productivity-wrap .productivity-img .play-btn .play-icon, .get-start-btn .btn, .get-start-btn, .banner-section .home-banner .ratings-content .review-text, .banner-section .home-banner .get-start-content p, .banner-section .home-banner .get-start-content, .selection-list .social-icon ul, .selection-list, .header-top ul li a, .header .header-navbar-rht .nav-item .header-live, .header .header-navbar-rht .nav-item .header-login, .header .cta-btn, .footer .copyright .social-icon ul, .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.selection-list {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.business-group ul li {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.testimonial-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why-choose-us-sec .chooseus-head {
  -ms-flex-direction: column;
  flex-direction: column;
}

/******* BASE *******/
h1 {
  font-weight: 600;
  color: #2C2C2C;
  font-size: 36px;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-weight: 600;
  color: #2C2C2C;
  font-size: 32px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-weight: 600;
  color: #606060;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-weight: 600;
  color: #2C2C2C;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 500;
  color: #2C2C2C;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-weight: 500;
  color: #2C2C2C;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  h6 {
    font-size: 15px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #606060;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
}

a {
  color: rgb(44, 44, 44);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus {
  outline: 0;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.form-control:focus {
  border-color: #e3e3e3;
  box-shadow: none;
  outline: 0 none;
}

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

.hide {
  display: none !important;
}

a:hover {
  color: orange;
  text-decoration: underline; /* Optional: Add underlines on hover */
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.css-equal-heights, .css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.testimonial-wrap .testimonial-slider .owl-nav button, .testimonial-wrap .testimonial-slider .owl-carousel-item .profile img, .clients-love .highlights.card, .features .sub-feature-list li .nav-link, .header .header-navbar-rht .nav-item .header-login:hover, .header .header-navbar-rht .nav-item .header-live:hover, .header.fixed {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.business-goals .play-btn .play-icon, .story-section .story-wrap .story-img .play-btn .play-icon, .productivity-section .productivity-wrap .productivity-img .play-btn .play-icon, .header .header-navbar-rht > li .search-group, .header .header-navbar-rht > li, .header .cta-btn {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.banner-section .home-banner .ratings-content, .header .header-navbar-rht > li .search-group, .header .header-navbar-rht > li {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.business-group ul li {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.icon-frame, .features .righ-bg, .lazy-loader .btn, .business-section.power-business .business-list ul li .business-icon span, .get-in-contact ul li .get-circle, .enquire-form.contact-enquire .btn, .blog-section .get-start-btn, .blog-section .owl-carousel .owl-item li, .future-section .enquire-form .btn, .business-goals .business-goal-slider .owl-carousel .owl-item li, .retailer-section .retailer-slider .owl-item li a, .business-section .business-list ul li .business-icon, .clients-section .categories-item .categories-icon, .easily-section .update-form .get-start-btn .btn, .easily-section .update-form .get-start-btn, .client-slider-section .owl-carousel .owl-item li, .blog-location-details .location-info, .featured-slider .bloglist-content .blogfeaturelink, .selection-list .social-icon ul li a, .header-top ul li a .top-icon, .footer .copyright .social-icon ul li a, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ready-to-start .connect-with-us {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.banner-section .home-banner .ratings-content, .header .header-navbar-rht > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.simple-price-plan ul, .about-testimonials .review-box, .productivity-section .listing-list ul li, .header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business-dream.inspire-dream, .business-goals .review-box .review-details .listing-rating-group, .ecommerce-section .nav-button-group, .header .main-menu-wrapper .menu-header, .header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.simple-price-plan ul li, .get-in-contact ul li, .get-in-contact ul, .business-group ul li, .contact-details .contact-card, .ready-to-start .connect-with-us, .Clients-reviews .client-review-card .icon-review span, .Clients-reviews .client-review-card .icon-review, .who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards .card-feature, .who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards, .why-choose-us-sec .chooseus-head, .bread-crumb-bar .title-bread-crumb, .faq-section h4 a, .blog-section .blog-wrap .blog-content .review-profile, .business-goals .play-btn .play-icon, .business-goals .list-rating .list-rating-star, .business-goals .review-box .review-details .listing-rating-group .review-profile, .business-section .business-list ul li, .story-section .story-wrap .story-img .play-btn .play-icon, .potential-section .potential-content .potential-wrap .sales-content a, .potential-section .potential-content .potential-wrap, .about-testimonials .review-box .review-details .list-rating .list-rating-star, .productivity-section .productivity-wrap .productivity-img .play-btn .play-icon, .get-start-btn .btn, .get-start-btn, .banner-section .home-banner .ratings-content .review-text, .banner-section .home-banner .get-start-content p, .banner-section .home-banner .get-start-content, .selection-list .social-icon ul, .selection-list, .header-top ul li a, .header .header-navbar-rht .nav-item .header-live, .header .header-navbar-rht .nav-item .header-login, .header .cta-btn, .footer .copyright .social-icon ul, .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.selection-list {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.business-group ul li {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.testimonial-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why-choose-us-sec .chooseus-head {
  -ms-flex-direction: column;
  flex-direction: column;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}

/******* COMPONENTS ******/
.btn {
  font-weight: 500;
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: rgb(254, 159, 67);
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 0 0 0 #ffffff;
  border-radius: 5px;
  padding: 8px 25px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .btn-primary {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .btn-primary i {
    font-size: 18px;
  }
}
.btn-primary:hover {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:focus {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:active {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:active:focus {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 0 70px 0 0 rgb(254, 159, 67);
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-primary:active:hover {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 0 70px 0 0 rgb(254, 159, 67);
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:disabled {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.btn-secondary {
  background: rgb(27, 41, 80);
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .btn-secondary {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .btn-secondary i {
    font-size: 18px;
  }
}
.btn-secondary:hover {
  background-color: #ffffff;
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(27, 41, 80);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary:focus {
  background-color: #ffffff;
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(27, 41, 80);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary:active {
  background-color: #ffffff;
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(27, 41, 80);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary:active:focus {
  background-color: #ffffff;
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: rgb(27, 41, 80);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
  box-shadow: unset;
}
.btn-secondary:active:hover {
  background-color: #ffffff;
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: rgb(27, 41, 80);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary:active:not(:disabled):not(.disabled) {
  background-color: rgb(27, 41, 80);
  border-color: rgb(27, 41, 80);
  color: #ffffff;
  color: #ffffff;
}
.btn-secondary:disabled {
  background-color: rgb(27, 41, 80);
  border-color: rgb(27, 41, 80);
  color: #ffffff;
  background-color: rgb(27, 41, 80);
  border-color: rgb(27, 41, 80);
  color: #ffffff;
}

.btn-secondary.active {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary.active:focus {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
  box-shadow: unset;
}
.btn-secondary.active:hover {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary.active:not(:disabled):not(.disabled) {
  background-color: rgb(254, 159, 67);
  border-color: rgb(254, 159, 67);
  color: #ffffff;
  color: #ffffff;
}

.btn-secondary.active.focus {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.btn-secondary.focus:active {
  background-color: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.btn-secondary.disabled {
  background-color: rgb(254, 159, 67);
  border-color: rgb(254, 159, 67);
  color: #ffffff;
  background-color: rgb(254, 159, 67);
  border-color: rgb(254, 159, 67);
  color: #ffffff;
}

.text-light-success {
  color: rgb(254, 159, 67);
}

.text-light-danger {
  color: rgb(254, 159, 67);
}

.form-group {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: rgb(254, 159, 67);
  border: 1px solid rgb(254, 159, 67);
}
.nav-pills .nav-link.active:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
}
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: rgb(254, 159, 67);
  border: 1px solid rgb(254, 159, 67);
}
.nav-pills .show > .nav-link:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
  color: rgb(254, 159, 67);
  background: #ffffff;
  border: 1px solid rgb(254, 159, 67);
}

.card {
  background: #ffffff;
  border: 2px solid #ebedf0;
  border-radius: 10px;
  margin-bottom: 24px;
}

.text-danger {
  color: #FF0000 !important;
}

@media (max-width: 767.98px) {
  .owl-nav, .mynav2 {
    margin: 0 0 20px;
  }
}

/****** LAYOUT ******/
.footer {
  background: rgb(237, 245, 247);
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}
@media (max-width: 1199.98px) {
  .footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0 0;
  }
}
.footer .footer-banner-bg {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .footer .footer-banner-bg {
    display: none;
  }
}
.footer .footer-banner {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .footer .footer-banner {
    display: none;
  }
}
.footer .footer-bottom {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom {
    margin-top: 10px;
  }
}
.footer .select2-container {
  max-width: 240px;
}
.footer .select2-container .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  height: 52px;
}
.footer .select2-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
  padding: 0 25px 0 15px;
  min-width: 227px;
  color: rgb(27, 41, 80);
}
.footer .select2-container .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
  color: #606060;
}
.footer .select2-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
  right: 6px;
}
.footer .select2-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 55%;
  left: 50%;
  border-color: rgb(27, 41, 80);
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin: -3px 0 0 -10px;
  padding: 3px;
  height: 0;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}
.footer .footer-menu h4 {
  margin-bottom: 15px;
}
.footer .footer-menu + .footer-menu {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .footer .footer-menu + .footer-menu {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-menu {
    margin-bottom: 20px;
  }
}
.footer .footer-menu ul li {
  line-height: 35px;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-menu ul li a {
  color: #606060;
  font-weight: 400;
}
.footer .footer-menu ul li:hover a {
  color: rgb(254, 159, 67);
}
.footer .footer-location h4 {
  margin-bottom: 15px;
}
.footer .footer-location #location {
  background: #EDF5F7;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 15px;
  width: 200px;
  margin-bottom: 30px;
}
.footer .footer-location .select2-container .select2-selection--single {
  border: 0;
  height: 55px;
  border-radius: 10px;
}
.footer .footer-location .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
}
.footer .footer-location .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
}
.footer .footer-location .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 9px;
  padding: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  margin-left: -10px;
  margin-top: -5px;
}
.footer .footer-contact {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .footer .footer-contact {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-contact {
    margin-bottom: 20px;
  }
}
.footer .footer-contact h4 {
  margin-bottom: 15px;
}
.footer .footer-contact h6 {
  font-weight: 500;
  font-size: 20px;
  color: rgb(254, 159, 67);
}
.footer .footer-contact ul a {
  font-weight: 400;
  font-size: 14px;
  color: rgb(27, 41, 80);
}
.footer .copyright {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .footer .copyright .copyright-text {
    text-align: center;
    margin: 0 0 25px 0;
  }
}
.footer .copyright .copyright-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(27, 41, 80);
}
.footer .copyright .social-icon {
  float: right;
}
@media (max-width: 767.98px) {
  .footer .copyright .social-icon {
    text-align: center;
    float: none;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
.footer .copyright .social-icon p {
  color: #565656;
  font-size: 14px;
  margin: 0 25px 0 0;
}
.footer .copyright .social-icon ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .footer .copyright .social-icon ul {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.footer .copyright .social-icon ul li {
  margin-right: 10px;
}
.footer .copyright .social-icon ul li:last-child {
  margin-right: 0;
}
.footer .copyright .social-icon ul li a {
  background: rgb(27, 41, 80);
  font-weight: 400;
  font-size: 14px;
  color: rgb(27, 41, 80);
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 10px;
  border-radius: 50px;
  color: #ffffff;
}
.footer .copyright .social-icon ul li a:hover {
  background-color: #FE9F43;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.section-thank {
  margin: 0;
  padding: 20px 0px;
  background: #ffffff;
}
.section-thank .thank-wrapper {
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  max-width: 630px;
  box-shadow: 0px 4px 24px 0px rgba(212, 212, 212, 0.25);
  padding: 10px;
}
.section-thank .thank-wrapper .thank-content {
  margin: 0 0 24px 0;
}
.section-thank .thank-wrapper .thank-content h1 {
  margin: 0 0 12px 0;
}
.section-thank .thank-wrapper .thank-content h6 {
  color: #636363;
  font-weight: 400;
  margin: 0;
}
.section-thank .thank-wrapper .thank-to-home a {
  border-radius: 70px;
  background: #0049CB;
  border: 1px solid #0049CB;
  padding: 15px 25px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
.section-thank .thank-wrapper .thank-to-home :hover {
  color: #0049CB;
  background: #ffffff;
}
.section-thank .thank-img {
  width: 45%;
  margin: auto;
}

.header {
  background: #ffffff;
  position: sticky;
  box-shadow: 0px 10px 40px rgba(202, 202, 202, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header.fixed {
  background-color: #ffffff;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
  position: fixed;
}
.header .logo a {
  float: left;
}
.header .logo a img {
  float: left;
  max-height: 32px;
}
.header .cta-btn {
  background: rgb(254, 159, 67);
  border: 1px solid rgb(254, 159, 67);
  border-radius: 40px;
  color: #ffffff;
  text-transform: capitalize;
  min-width: 180px;
  padding: 10px;
  font-weight: 600;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header .cta-btn:hover {
  background: #ffffff;
  border: 1px solid rgb(254, 159, 67);
  color: rgb(254, 159, 67);
  box-shadow: inset 0 70px 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header .cta-btn:hover a {
  color: rgb(254, 159, 67);
}
.header .cta-btn a {
  padding: 0;
  border: 0;
  color: #ffffff;
  font-weight: 700;
}
.header .cta-btn a:hover {
  background: transparent;
}
.header .header-nav {
  position: relative;
  height: 100px;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header .header-nav {
    height: 65px;
    padding: 0;
  }
}
.header .header-nav .main-nav > li > a {
  line-height: 100px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .header .header-nav .main-nav > li > a {
    font-size: 14px;
  }
}
.header .header-nav .main-nav > li > a:hover {
  color: rgb(254, 159, 67);
}
.header .header-nav .main-nav > li .submenu li {
  position: relative;
}
.header .header-nav .main-nav > li .submenu li.active > a {
  color: rgb(254, 159, 67);
}
.header .header-nav .main-nav > li .submenu li + li {
  margin-top: 14px;
}
.header .header-nav .main-nav > li .submenu li a {
  color: #2c2c2c;
  display: block;
  padding: 15px;
  clear: both;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu li a {
    border-top: 0;
    color: rgb(27, 41, 80);
    padding: 10px 15px 10px 35px;
  }
}
.header .header-nav .main-nav > li .submenu li a:hover {
  color: rgb(254, 159, 67);
  padding-left: 20px;
}
.header .header-nav .main-nav > li .submenu .megamenu-wrapper {
  padding: 25px 25px 0;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu .megamenu-wrapper {
    padding: 0;
  }
}
.header .header-nav .main-nav > li .submenu .single-demo a {
  padding: 0 !important;
}
.header .header-nav .main-nav > li .submenu .single-demo {
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  margin: 0 0 25px;
  padding: 15px;
  border: 1px solid #E5E5E5;
  background: #FFF;
}
.header .header-nav .main-nav > li .submenu .single-demo:hover {
  transform: translateY(-10px);
  background: #DFEEF0;
}
.header .header-nav .main-nav > li .submenu .single-demo:hover .demo-info {
  opacity: 1;
  bottom: -30px;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu .single-demo .demo-img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu .single-demo {
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
  }
}
.header .header-nav .main-nav > li .submenu .single-demo.active .demo-info a {
  color: rgb(254, 159, 67);
}
.header .header-nav .main-nav > li .submenu .single-demo.active .demo-img {
  box-shadow: 0px 4.8px 24.4px -12px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu .demo-info {
    opacity: 1;
    position: relative;
    bottom: 0;
    text-align: left;
  }
}
.header .header-nav .main-nav > li .submenu .header-three {
  background: transparent;
  box-shadow: none;
}
.header .header-nav .main-nav > li .submenu .header-three .main-nav li:not(:last-child) {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li .mega-submenu {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 250px;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
}
.header .header-nav .main-nav > li .dropdown-menu {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  top: 157%;
  right: 0;
  left: auto;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  display: block;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.header .header-nav .main-nav > li .login-link {
  display: none;
}
.header .header-nav .main-nav li.megamenu > ul {
  width: 100%;
}
.header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}
@media (max-width: 1199.98px) {
  .header .navbar-header .navbar-brand {
    margin: 0;
    padding: 0;
  }
}
.header .navbar-header .navbar-brand.logo-small {
  display: none;
}
@media (max-width: 1199.98px) {
  .header .navbar-header .navbar-brand img {
    width: 120px;
  }
}
.header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .header .navbar-header #mobile_btn {
    display: inline-block;
    padding-top: 6px;
  }
}
@media (max-width: 767.98px) {
  .header .navbar-header #mobile_btn {
    position: absolute;
    left: 0;
  }
}
.header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
.header .navbar-header #mobile_btn .bar-icon span {
  background-color: rgb(254, 159, 67);
  display: block;
  float: left;
  height: 3px;
  margin: 0 0 7px;
  width: 31px;
  border-radius: 2px;
}
.header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 20px;
}
.header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .header .navbar-header {
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
  }
}
.header .main-menu-wrapper {
  margin: 0 15px 0;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin: 0;
    background: #ffffff;
  }
}
.header .main-menu-wrapper .menu-header {
  display: none;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 20px;
    align-items: center;
    background: #ffffff;
  }
}
.header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: rgb(254, 159, 67);
}
.header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
  left: 100%;
  top: 0;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
    left: 0;
  }
}
.header .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 16px;
}
.header .main-menu-wrapper .main-nav {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
}
.header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}
.header .main-menu-wrapper .main-nav > li {
  display: block;
  position: unset;
  margin-right: 30px;
}
.header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #f1f1f1;
  }
  .header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
.header .main-menu-wrapper .main-nav > li.active > a {
  display: block;
  color: rgb(254, 159, 67);
}
.header .main-menu-wrapper .main-nav > li a i {
  font-size: 12px;
  margin-left: 3px;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
  }
  .header .main-menu-wrapper .main-nav > li a i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li a i {
    float: right;
    margin: 5px 0 0;
    font-size: 14px;
  }
}
.header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li ul {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 24px;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav .has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: rgb(255, 247, 238);
  }
}
.header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
.header .header-navbar-rht {
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .header .header-navbar-rht {
    display: none;
  }
}
.header .header-navbar-rht > li {
  padding-right: 14px;
}
.header .header-navbar-rht > li:last-child {
  padding-right: 0px;
}
.header .header-navbar-rht > li .search-group {
  position: relative;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
  background: rgb(237, 245, 247);
  border-radius: 45px;
  cursor: pointer;
  display: flex;
}
@media (max-width: 1199.98px) {
  .header .header-navbar-rht > li .search-group {
    height: 40px;
    width: 40px;
  }
}
.header .header-navbar-rht > li .search-group .search-button {
  margin-bottom: 0;
  cursor: pointer;
}
.header .header-navbar-rht > li .search-group span {
  font-size: 20px;
  font-weight: 500;
  line-height: 0;
  position: absolute;
  left: 30%;
  top: 30%;
}
.header .header-navbar-rht > li .dropdown-menu {
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  padding: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  top: 157%;
  right: 0;
  left: auto;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  display: block;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item {
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:hover {
  color: rgb(254, 159, 67);
  background: #ffffff;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:hover:last-child {
  border-radius: 0 0 5px 5px;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:first-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 992px) {
  .header .header-navbar-rht > li .dropdown-menu .dropdown-item {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    top: 157%;
    right: 0;
    left: auto;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    display: block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.header .header-navbar-rht .nav-item .header-live, .header .header-navbar-rht .nav-item .header-login {
  border-radius: 5px;
  padding: 15px 30px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  min-width: 161px;
  justify-content: center;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .header .header-navbar-rht .nav-item .header-live, .header .header-navbar-rht .nav-item .header-login {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .header .header-navbar-rht .nav-item .header-live, .header .header-navbar-rht .nav-item .header-login {
    padding: 8px 10px;
    min-width: 120px;
  }
}
@media (max-width: 991.98px) {
  .header .header-navbar-rht .nav-item .header-live, .header .header-navbar-rht .nav-item .header-login {
    font-size: 12px;
  }
}
.header .header-navbar-rht .nav-item .header-live i, .header .header-navbar-rht .nav-item .header-login i {
  margin-right: 8px;
  font-size: 20px;
}
.header .header-navbar-rht .nav-item .header-live {
  background-color: rgb(254, 159, 67);
  border: 1px solid rgb(254, 159, 67);
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
}
.header .header-navbar-rht .nav-item .header-live:hover {
  background-color: #ffffff;
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(27, 41, 80);
}
.header .header-navbar-rht .nav-item .header-login {
  background-color: #ffffff;
  border: 1px solid rgb(44, 44, 44);
  box-shadow: inset 0 0 0 #ffffff;
  color: rgb(44, 44, 44);
}
.header .header-navbar-rht .nav-item .header-login:hover {
  background-color: #ffffff;
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 0 70px 0 0 rgb(27, 41, 80);
  color: #ffffff;
}
.header .dropdown-toggle::after {
  display: none;
}
.header .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-bottom: 2px solid rgb(254, 159, 67);
  border-right: 2px solid rgb(254, 159, 67);
}
.header .has-arrow .dropdown-toggle::after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #7e84a3;
  border-right: 2px solid #7e84a3;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
  vertical-align: 2px;
  margin-right: 10px;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
  display: block;
}
.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

.profile-userlink:hover, .profile-userlink.show {
  color: rgb(254, 159, 67);
}
.profile-userlink img {
  margin-right: 6px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.profile-userlink span {
  font-size: 16px !important;
  font-weight: 500;
}

.main-nav li ul.mega-submenu {
  width: 100%;
}

.header .main-nav > li > a {
  font-weight: 500 !important;
  color: rgb(27, 41, 80);
}

.header-top {
  background: rgb(27, 41, 80);
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .header-top {
    display: none;
  }
}
.header-top ul {
  text-align: right;
}
.header-top ul li {
  font-size: 14px;
  margin-right: 15px;
}
.header-top ul li:last-child {
  margin-right: 0;
}
.header-top ul li a {
  color: #ffffff;
}
.header-top ul li a:hover {
  color: rgb(254, 159, 67);
}
.header-top ul li a .top-icon {
  color: rgb(254, 159, 67);
  margin-right: 8px;
  width: 26px;
  height: 26px;
  line-height: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.header-top .header-nav {
  height: 68px;
}

.selection-list .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  height: 24px;
}
.selection-list .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 23%;
}
.selection-list .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(27, 41, 80);
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
}
.selection-list .lang-select {
  position: relative;
  min-width: 100px;
  margin-right: 10px;
}
.selection-list .lang-select .select-icon {
  position: absolute;
  top: 55%;
  left: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 9;
  color: rgb(27, 41, 80);
}
.selection-list .lang-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 35px;
}
.selection-list .lang-select .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  width: 8px;
  vertical-align: 0px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 0px;
}
.selection-list .lang-select ul {
  margin-right: 20px;
}
.selection-list .lang-select ul li a span {
  color: #ffffff;
  margin-right: 5px;
}
.selection-list .lang-select ul li a img {
  margin-right: 8px;
}
.selection-list .dropdown-menu.show {
  display: block;
  z-index: 9999;
  background: rgb(27, 41, 80);
  padding: 0;
  overflow: hidden;
  transform: translate3d(0px, 33px, 0px) !important;
}
.selection-list .dropdown-menu a {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.selection-list .dropdown-menu a:hover {
  background: rgb(237, 245, 247);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.selection-list .dropdown-menu a:hover span {
  color: rgb(27, 41, 80);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.selection-list .get-support {
  position: relative;
  margin-right: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.selection-list .get-support span {
  margin-right: 8px;
}
.selection-list .get-support a {
  color: #ffffff;
  background-color: rgb(254, 159, 67);
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid rgb(254, 159, 67);
  text-align: center;
  font-weight: 700;
}
.selection-list .get-support a:hover {
  background-color: #ffffff;
  border: 1px solid rgb(27, 41, 80);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: rgb(27, 41, 80);
}
.selection-list .social-icon {
  margin: 0;
}
.selection-list .social-icon ul li {
  margin-right: 10px;
}
.selection-list .social-icon ul li:last-child {
  margin-right: 0;
}
.selection-list .social-icon ul li a {
  height: 24px;
  width: 24px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ffffff;
  color: rgb(27, 41, 80);
  border-radius: 50px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.selection-list .social-icon ul li a:hover {
  background: rgb(254, 159, 67);
  border-color: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.main-wrapper {
  overflow-x: hidden;
}

.menu-logo {
  width: 120px;
}

.select2-container .select2-selection--single {
  border: 1px solid #d9d9d9;
  height: 46px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.select2-container .select2-dropdown {
  border: 1px solid #e3e3e3;
}

.select2-container--default .select2-selection--single {
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: normal;
  line-height: 46px;
}
@media (max-width: 991.98px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
}
.select2-container--default.form-control-sm .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(0, 0, 0);
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -2px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid rgb(0, 0, 0);
  min-height: 40px;
}

.breadcrumb-bar {
  padding: 107px 0;
  background: #EDF5F7;
}
@media (max-width: 1199.98px) {
  .breadcrumb-bar {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-bar {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar {
    padding: 40px 0;
  }
}
.breadcrumb-bar span {
  margin-bottom: 26px;
}
.breadcrumb-bar span.badge {
  padding: 10px 20px;
  border-radius: 100px;
  background: #FE9F43;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb-bar h2.breadcrumb-title {
  font-size: 42px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .breadcrumb-bar h2.breadcrumb-title {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-bar h2.breadcrumb-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar h2.breadcrumb-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.breadcrumb-bar h2.breadcrumb-title span {
  color: #FE9F43;
}
.breadcrumb-bar .bread-img {
  border-radius: 20px;
}

.faq-crumb {
  padding: 55px 0;
  background: #EDF5F7;
}
@media (max-width: 767.98px) {
  .faq-crumb {
    padding: 40px 0;
  }
}

.trail-crumb {
  padding: 107px 0;
  position: relative;
  background: url(../images/breadcrumb-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199.98px) {
  .trail-crumb {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .trail-crumb {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .trail-crumb {
    padding: 40px 0;
  }
}
.trail-crumb .breadcrumb-title {
  color: #ffffff;
}

.feature-crumb {
  background: url(../images/feature-bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/****** PAGES ******/
.page-header {
  background: #EDF5F7;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .page-header {
    padding: 40px 0;
  }
}
.page-header .page-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-header .page-header-content span {
  background: #FE9F43;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-header .page-header-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #2C2C2C;
  margin: 24px 0 0;
}
@media (max-width: 991.98px) {
  .page-header .page-header-content h4 {
    font-size: 24px;
  }
}

.blog-details {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .blog-details {
    padding: 40px 0;
  }
}
.blog-details .blog-details-img img {
  width: 1248px;
  height: 594px;
  border-radius: 10px;
}
.blog-details .blog-details-contents p {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blog-details .blog-details-contents p:last-child {
  margin: 0;
}
.blog-details .card {
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.06);
  margin: 0;
}
.blog-details .blog-details-breadcurmb {
  padding: 40px 0;
}
.blog-details .blog-details-breadcurmb .breadcrumb {
  margin: 0;
}
.blog-details .blog-details-breadcurmb .breadcrumb li {
  color: #231C45;
  font-weight: 500;
}
.blog-details .blog-details-breadcurmb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e930";
  font-family: "feather" !important;
}
.blog-details .blog-details-profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-details .blog-details-profile .blog-details-profile-img img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}
.blog-details .blog-details-profile .blog-details-profile-name {
  margin-left: 28px;
  border-top: 1px solid #E5E5E5;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0;
}
.blog-details .blog-details-profile .blog-details-profile-name h6 {
  font-size: 16px;
  font-weight: 400;
  color: #1B2950;
}
.blog-details .blog-details-profile .blog-details-profile-name span {
  color: #606060;
  font-size: 14px;
}

.banner-section {
  background: #F3F3F3;
  position: relative;
  padding: 0;
}
.banner-section .home-banner {
  position: relative;
  background: rgb(255, 247, 238);
  padding: 0 0 78px;
}
@media (max-width: 1199.98px) {
  .banner-section .home-banner {
    padding: 0 0 68px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .home-banner {
    padding: 40px 0 58px;
  }
}
.banner-section .home-banner .banner-content {
  padding-top: 78px;
}
@media (max-width: 1199.98px) {
  .banner-section .home-banner .banner-content {
    padding-top: 68px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .home-banner .banner-content {
    padding-top: 58px;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 14px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .home-banner .banner-content {
    padding-top: 45px;
    max-width: 540px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .home-banner .banner-content {
    max-width: 100%;
  }
}
.banner-section .home-banner .banner-content p {
  font-size: 24px;
  margin: 0 0 30px;
}
@media (max-width: 991.98px) {
  .banner-section .home-banner .banner-content p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .home-banner .banner-content p {
    font-size: 16px;
  }
}
.banner-section .home-banner .banner-content h1 {
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 24px;
  text-transform: capitalize;
  max-width: 600px;
}
@media (max-width: 1199.98px) {
  .banner-section .home-banner .banner-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .home-banner .banner-content h1 {
    font-size: 44px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .home-banner .banner-content h1 {
    font-size: 30px;
  }
}
.banner-section .home-banner .banner-content h1 span {
  color: rgb(254, 159, 67);
}
@media (max-width: 991.98px) {
  .banner-section .home-banner .banner-imgs {
    display: none;
  }
}
.banner-section .home-banner .owl-carousel .owl-prev, .banner-section .home-banner .owl-carousel .owl-next {
  margin: 0 12px 0 0;
  border: 0;
  border-radius: 50px;
  color: rgb(44, 44, 44);
  background: #ffffff;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.banner-section .home-banner .owl-carousel .owl-prev:hover, .banner-section .home-banner .owl-carousel .owl-next:hover {
  border: 0;
  color: #ffffff;
  background: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.banner-section .home-banner .owl-carousel .owl-prev {
  position: absolute;
  top: calc(50% - 40px);
  right: 15px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-section .home-banner .owl-carousel .owl-next {
  position: absolute;
  top: 52%;
  right: 15px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-section .home-banner .owl-carousel .owl-item {
  margin-left: -1px;
}
.banner-section .home-banner .get-start-content {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 20px 0 76px 0;
}
@media (max-width: 1199.98px) {
  .banner-section .home-banner .get-start-content {
    margin: 20px 0 66px 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section .home-banner .get-start-content {
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section .home-banner .get-start-content {
    margin-bottom: 16px;
    display: block;
  }
}
.banner-section .home-banner .get-start-content p {
  margin-right: 30px;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .banner-section .home-banner .get-start-content p {
    margin: 0 0 15px 0;
  }
}
.banner-section .home-banner .get-start-content p:last-child {
  margin-right: 0;
}
.banner-section .home-banner .get-start-content p img {
  margin-right: 7px;
}
.banner-section .home-banner .ratings-content {
  background: #ffffff;
  box-shadow: 0px 4px 94px 0px rgba(120, 120, 120, 0.25);
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section .home-banner .ratings-content {
    display: block;
  }
}
.banner-section .home-banner .ratings-content p {
  margin: 0 10px 0 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #2C2C2C;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .banner-section .home-banner .ratings-content p {
    margin-bottom: 10px;
  }
}
.banner-section .home-banner .ratings-content .list-rating-star {
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section .home-banner .ratings-content .list-rating-star {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.banner-section .home-banner .ratings-content .list-rating-star i {
  background: #00B67A;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px 3px;
}
.banner-section .home-banner .ratings-content .review-text {
  color: #2C2C2C;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .banner-section .home-banner .ratings-content .review-text p {
    margin-bottom: 0;
  }
}
.banner-section .home-banner .ratings-content .review-text span {
  color: #00B67A;
  margin-right: 5px;
}

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.get-start-btn {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.get-start-btn .btn {
  padding: 17px 20px;
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .get-start-btn .btn {
    padding: 12px 12px;
  }
}
@media (max-width: 991.98px) {
  .get-start-btn .btn {
    padding: 12px 15px;
  }
}
@media (max-width: 767.98px) {
  .get-start-btn .btn {
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
.get-start-btn a {
  margin: 0 24px 15px 0;
}
.get-start-btn a:last-child {
  margin-right: 0;
}
.get-start-btn i {
  margin-left: 5px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .get-start-btn i {
    font-size: 18px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  right: 35px;
  bottom: 25px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(75, 64, 237, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.progress-wrap svg.progress-circle path {
  stroke: rgb(254, 159, 67);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #0099FF;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  color: rgb(254, 159, 67);
  left: -10px;
  top: -10px;
  height: 60px;
  width: 60px;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap img {
  position: absolute;
  left: 3px;
  top: 2px;
  z-index: 9999;
}

.tooltip > .tooltip-inner {
  text-align: left;
  padding: 5px 10px;
  border-radius: 70px;
  background-color: #00DC82 !important;
}

.tooltip {
  border-radius: 70px;
  background-color: #00DC82 !important;
}

.featured-slider.grid-view .card {
  background: #ffffff;
  padding: 0;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 0;
}
.featured-slider.grid-view .card:hover {
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0px 4px 9px -1px rgba(19, 16, 34, 0.03);
}
.featured-slider.grid-view .lateestads-content .card {
  margin: 0 0 25px;
}

.owl-carousel.featured-slider.grid-view .owl-item .bloglist-content img {
  width: auto;
  display: inline;
  margin: 0 5px 0 0;
  border-radius: 50px;
}

.featured-slider .blog-img {
  border-radius: 10px 10px 0 0;
}
.featured-slider .bloglist-content .blogfeaturelink {
  display: flex;
  margin: 15px 0;
  justify-content: space-between;
}

.blog-location-details .location-info i {
  margin: 0 5px 0 0;
  color: rgb(27, 41, 80);
  line-height: 0;
  opacity: 0.6;
}
.blog-location-details .location-info i.fa-calendar-days {
  opacity: 0.5;
}

.section-heading {
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .section-heading {
    margin: 0 0 30px;
  }
}
.section-heading h2 {
  font-size: 42px;
  margin: 0 0 15px;
}
@media (max-width: 1199.98px) {
  .section-heading h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h2 span {
  color: rgb(254, 159, 67);
}
.section-heading h2 .title-left {
  margin: 0 0 0 10px;
}
.section-heading h2 .title-right {
  margin: 0 10px 0 0;
}
.section-heading h3 {
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .section-heading h3 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .section-heading h3 {
    font-size: 18px;
  }
}

.client-slider-section .owl-carousel .owl-item li {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  height: 64px;
}
.client-slider-section .owl-carousel .owl-dots {
  margin: 26px 0 0;
}
.client-slider-section .owl-carousel .owl-dots.disabled {
  display: block;
}
.client-slider-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.client-slider-section .owl-carousel .owl-nav .owl-next {
  position: absolute;
  background: #ffffff;
  top: 50%;
  right: 0;
  border-radius: 50px;
  margin: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.client-slider-section .owl-carousel .owl-nav .owl-prev, .client-slider-section .owl-carousel .owl-nav .owl-next {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.client-slider-section .owl-carousel .owl-nav .owl-prev:hover, .client-slider-section .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.client-section {
  background: rgb(27, 41, 80);
  padding: 50px 0;
}
@media (max-width: 1199.98px) {
  .client-section {
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .client-section {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .client-section {
    padding: 30px 15px;
  }
}
.client-section .owl-carousel .owl-prev {
  margin: 0 12px 0 0;
  border: 1px solid #dee2e7;
  border-radius: 10px;
  color: #7f7f7f;
  background: #ffffff;
  width: 44px;
  height: 44px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .client-section .owl-carousel .owl-prev {
    width: 34px;
    height: 34px;
  }
}
.client-section .owl-carousel .owl-prev:hover {
  border: 1px solid rgb(254, 159, 67);
  color: #ffffff;
  background: rgb(254, 159, 67);
  box-shadow: 0px 8px 18px -8px rgba(19, 16, 34, 0.15);
}
.client-section .owl-carousel .owl-next {
  margin: 0 12px 0 0;
  border: 1px solid #dee2e7;
  border-radius: 10px;
  color: #7f7f7f;
  background: #ffffff;
  width: 44px;
  height: 44px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .client-section .owl-carousel .owl-next {
    width: 34px;
    height: 34px;
  }
}
.client-section .owl-carousel .owl-next:hover {
  border: 1px solid rgb(254, 159, 67);
  color: #ffffff;
  background: rgb(254, 159, 67);
  box-shadow: 0px 8px 18px -8px rgba(19, 16, 34, 0.15);
}
.client-section .owl-carousel .owl-dots {
  margin: 26px 0 0;
}
.client-section .owl-carousel .owl-dots.disabled {
  display: block;
}
.client-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.client-section .owl-carousel .owl-nav .owl-next {
  position: absolute;
  background: #ffffff;
  top: 50%;
  right: 0;
  border-radius: 50px;
  margin: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.client-section .owl-carousel .owl-nav .owl-prev, .client-section .owl-carousel .owl-nav .owl-next {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.client-section .owl-carousel .owl-nav .owl-prev:hover, .client-section .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.productivity-section .section-heading h2 {
  max-width: 450px;
  word-break: break-all;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .productivity-section .section-heading h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.productivity-section .listing-list {
  margin-bottom: 24px;
}
.productivity-section .listing-list ul li {
  margin-bottom: 15px;
}
.productivity-section .listing-list ul li i {
  margin-right: 8px;
  font-size: 20px;
  color: rgb(254, 159, 67);
  top: 2px;
  position: relative;
}
.productivity-section .productivity-wrap {
  border-radius: 15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .productivity-section .productivity-wrap {
    margin-top: 25px;
  }
}
.productivity-section .productivity-wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.56);
  position: absolute;
  border-radius: 15px;
  bottom: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .productivity-section .productivity-wrap:before {
    display: none;
  }
}
.productivity-section .productivity-wrap .productivity-img {
  position: relative;
}
.productivity-section .productivity-wrap .productivity-img .play-text {
  position: absolute;
  top: 64%;
  left: 50%;
  color: #ffffff;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .productivity-section .productivity-wrap .productivity-img .play-text {
    top: 70%;
    font-size: 14px;
  }
}
.productivity-section .productivity-wrap .productivity-img .play-text p {
  font-weight: 500;
}
.productivity-section .productivity-wrap .productivity-img img {
  border-radius: 15px;
  max-width: 100%;
}
.productivity-section .productivity-wrap .productivity-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(254, 159, 67);
  border-radius: 50px;
  z-index: 999;
}
.productivity-section .productivity-wrap .productivity-img .play-btn .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  color: rgb(254, 159, 67);
}
@media (max-width: 767.98px) {
  .productivity-section .productivity-wrap .productivity-img .play-btn .play-icon {
    width: 30px;
    height: 30px;
  }
}
.productivity-section .productivity-wrap .productivity-img .play-btn .animate-circle {
  -webkit-animation: heartbit 1s ease-out;
  animation: heartbit 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 20px solid rgb(210, 203, 198);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .productivity-section .productivity-wrap .productivity-img .play-btn .animate-circle {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
  }
}
@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.about-testimonials {
  border-top: 1px solid #E5E5E5;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .about-testimonials {
    margin-top: 30px;
  }
}
.about-testimonials .owl-stage-outer .owl-stage {
  margin-top: 40px;
}
.about-testimonials.owl-carousel .owl-nav.disabled {
  display: none;
}
.about-testimonials .owl-dots {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border-radius: 40px;
}
.about-testimonials .owl-dots .owl-dot {
  margin: 0 8px 0 0;
}
.about-testimonials .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid rgb(229, 229, 229);
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-testimonials .owl-dots .owl-dot span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.about-testimonials .owl-dots .owl-dot.active span {
  border-color: rgb(254, 159, 67);
  padding: 7px;
  position: relative;
}
.about-testimonials .owl-dots .owl-dot.active span::before {
  background: rgb(254, 159, 67);
}
.about-testimonials .card {
  border: 0;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
}
@media (max-width: 991.98px) {
  .about-testimonials .review-box {
    margin: 0 0 15px;
  }
}
.about-testimonials .review-box .review-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
@media (max-width: 991.98px) {
  .about-testimonials .review-box .review-img {
    width: 40px;
    height: 40px;
  }
}
.about-testimonials .review-box .review-img img {
  border-radius: 50px;
}
.about-testimonials .review-box .review-details {
  margin-left: 18px;
}
@media (max-width: 991.98px) {
  .about-testimonials .review-box .review-details {
    margin-left: 12px;
  }
}
.about-testimonials .review-box .review-details p {
  text-align: justify;
}
.about-testimonials .review-box .review-details h6 {
  font-weight: 500;
  font-size: 16px;
  color: rgb(0, 0, 0);
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-testimonials .review-box .review-details h6 {
    font-size: 15px;
  }
}
.about-testimonials .review-box .review-details .list-rating {
  display: inline-flex;
}
.about-testimonials .review-box .review-details .list-rating .list-rating-star {
  margin-bottom: 14px;
}
.about-testimonials .review-box .review-details .list-rating .list-rating-star i {
  font-size: 12px;
  line-height: 0;
  color: rgb(254, 159, 67);
  margin-right: 5px;
}
.about-testimonials .review-box .review-details .list-rating .list-rating-star i:last-child {
  margin-right: 0;
}
.about-testimonials .review-box .review-details .list-rating p {
  color: rgb(96, 96, 96);
  line-height: 0;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.about-testimonials .review-box .review-details .list-rating p span {
  font-size: 14px;
  margin: 0 5px 0;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.ecommerce-section {
  background: #DFEEF0;
}
.ecommerce-section .section-heading {
  text-align: center;
}
.ecommerce-section .section-heading h2 {
  max-width: 800px;
  margin: auto auto 15px;
}
.ecommerce-section .ecommerce-slider-nav .nav-tabs {
  display: block;
  border: 0;
}
@media (max-width: 991.98px) {
  .ecommerce-section .ecommerce-slider-nav .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 15px -10px;
  }
}
@media (max-width: 767.98px) {
  .ecommerce-section .ecommerce-slider-nav .nav-tabs {
    margin: 0 0px 15px 0px;
  }
}
.ecommerce-section .ecommerce-slider-nav .nav-tabs .nav-item {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .ecommerce-section .ecommerce-slider-nav .nav-tabs .nav-item {
    width: 100%;
    margin-right: 0px;
  }
}
.ecommerce-section .ecommerce-slider-nav .nav-tabs .nav-link {
  border-radius: 5px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #2C2C2C;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 14px 15px;
  max-width: 302px;
}
@media (max-width: 1199.98px) {
  .ecommerce-section .ecommerce-slider-nav .nav-tabs .nav-link {
    padding: 12px 12px;
  }
}
@media (max-width: 991.98px) {
  .ecommerce-section .ecommerce-slider-nav .nav-tabs .nav-link {
    min-width: 217px;
  }
}
@media (max-width: 767.98px) {
  .ecommerce-section .ecommerce-slider-nav .nav-tabs .nav-link {
    max-width: 100%;
  }
}
.ecommerce-section .ecommerce-slider-nav .nav-tabs .nav-link.active {
  border: 1px solid rgb(254, 159, 67);
  background: rgb(255, 247, 238);
}
.ecommerce-section .ecommerce-slider-nav .nav-tabs .nav-link span {
  margin-right: 15px;
}
.ecommerce-section .ecommerce-slider-nav .slick-prev,
.ecommerce-section .ecommerce-slider-nav .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .ecommerce-section .ecommerce-slider-nav .slick-prev,
  .ecommerce-section .ecommerce-slider-nav .slick-next {
    width: 34px;
    height: 34px;
  }
}
.ecommerce-section .ecommerce-slider-nav .slick-prev:before,
.ecommerce-section .ecommerce-slider-nav .slick-next:before {
  font-family: "slick";
  font-size: 16px;
  line-height: 1;
  opacity: 0.75;
  color: #2C2C2C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ecommerce-section .ecommerce-slider-nav .slick-prev:hover,
.ecommerce-section .ecommerce-slider-nav .slick-next:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.ecommerce-section .ecommerce-slider-nav .slick-prev:hover :before,
.ecommerce-section .ecommerce-slider-nav .slick-next:hover :before {
  color: #ffffff;
}
.ecommerce-section .ecommerce-slider-nav .slick-prev.slick-disabled:before,
.ecommerce-section .ecommerce-slider-nav .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ecommerce-section .ecommerce-slider-nav .slick-prev {
  background: #ffffff;
  z-index: 999;
  left: 60px;
}
@media (max-width: 767.98px) {
  .ecommerce-section .ecommerce-slider-nav .slick-prev {
    left: 30px;
  }
}
.ecommerce-section .ecommerce-slider-nav .slick-prev:before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-weight: 600;
}
.ecommerce-section .ecommerce-slider-nav .slick-prev:hover:before {
  color: #ffffff;
  opacity: 1;
}
.ecommerce-section .ecommerce-slider-nav .slick-next {
  background: #ffffff;
  right: 55px;
}
@media (max-width: 767.98px) {
  .ecommerce-section .ecommerce-slider-nav .slick-next {
    right: 25px;
  }
}
.ecommerce-section .ecommerce-slider-nav .slick-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 600;
}
.ecommerce-section .ecommerce-slider-nav .slick-next:hover:before {
  color: #ffffff;
  opacity: 1;
}
.ecommerce-section .ecommerce-slider-nav .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.ecommerce-section .ecommerce-slider-nav .slick-list {
  border: 38px solid #2C2C2C;
  max-width: 100%;
  margin: auto;
  border-radius: 45px;
  backdrop-filter: blur(151.39px);
}
@media (max-width: 991.98px) {
  .ecommerce-section .ecommerce-slider-nav .slick-list {
    border: 28px solid #2C2C2C;
  }
}
@media (max-width: 767.98px) {
  .ecommerce-section .ecommerce-slider-nav .slick-list {
    border: 18px solid #2C2C2C;
    border-radius: 15px;
  }
}
.ecommerce-section .nav-button-group {
  margin: 40px 0 0;
}
@media (max-width: 1199.98px) {
  .ecommerce-section .nav-button-group {
    display: inline-block;
  }
}
.ecommerce-section .nav-button-group p {
  margin-bottom: 0;
  font-size: 24px;
  color: #2C2C2C;
}
@media (max-width: 1199.98px) {
  .ecommerce-section .nav-button-group p {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .ecommerce-section .nav-button-group p {
    font-size: 18px;
  }
}

.potential-section .potential-left {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .potential-section .potential-left {
    display: none;
  }
}
.potential-section .potential-img {
  margin-right: -26px;
}
@media (max-width: 991.98px) {
  .potential-section .potential-img {
    margin-top: 30px;
    margin-right: 0;
    padding: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .potential-section .potential-content {
    padding: 0 14px;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .potential-section .potential-content {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) {
  .potential-section .potential-content {
    max-width: 100%;
  }
}
.potential-section .potential-content .potential-wrap {
  border-bottom: 1px solid #E5E5E5;
  margin: 24px 0 0;
  padding: 0 0 24px;
}
@media (max-width: 575.98px) {
  .potential-section .potential-content .potential-wrap {
    display: block;
  }
}
.potential-section .potential-content .potential-wrap:last-child {
  border: 0;
}
.potential-section .potential-content .potential-wrap:first-child {
  margin: 0;
}
.potential-section .potential-content .potential-wrap .sales-img {
  margin-right: 24px;
  max-width: 140px;
}
@media (max-width: 575.98px) {
  .potential-section .potential-content .potential-wrap .sales-img {
    margin: 0 0 15px;
  }
}
.potential-section .potential-content .potential-wrap .sales-content h6 {
  background: rgb(237, 245, 247);
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
.potential-section .potential-content .potential-wrap .sales-content h3 {
  color: rgb(96, 96, 96);
}
@media (max-width: 1199.98px) {
  .potential-section .potential-content .potential-wrap .sales-content h3 {
    font-size: 20px;
  }
}
.potential-section .potential-content .potential-wrap .sales-content a {
  font-weight: 500;
  font-size: 14px;
  color: rgb(254, 159, 67);
}
.potential-section .potential-content .potential-wrap .sales-content a:hover {
  color: rgb(27, 41, 80);
}
.potential-section .potential-content .potential-wrap .sales-content a i {
  margin-left: 5px;
  font-size: 20px;
}

.easily-section {
  background: rgb(237, 245, 247);
}
.easily-section .section-heading h2 {
  max-width: 520px;
  margin-bottom: 0;
}
.easily-section .easily-left {
  position: absolute;
  right: 0;
  top: 50px;
}
@media (max-width: 991.98px) {
  .easily-section .easily-left {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .easily-section .update-form {
    margin-top: 20px;
  }
}
.easily-section .update-form .email-form, .easily-section .update-form .phone-form {
  position: relative;
}
.easily-section .update-form .email-form span, .easily-section .update-form .phone-form span {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .easily-section .update-form .email-form span, .easily-section .update-form .phone-form span {
    right: 17px;
  }
}
.easily-section .update-form .form-control {
  padding: 25px 50px 25px 19px;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .easily-section .update-form .form-control {
    padding: 20px 45px 20px 17px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .easily-section .update-form .form-control {
    padding: 14px 45px 14px 17px;
  }
}
.easily-section .update-form .get-start-btn .btn {
  width: 100%;
}
.easily-section .update-form .get-start-btn .btn i {
  margin-right: 7px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .easily-section .update-form .get-start-btn .btn i {
    font-size: 18px;
  }
}

.story-section .story-wrap {
  border-radius: 15px;
  position: relative;
}
.story-section .story-wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.56);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .story-section .story-wrap:before {
    display: none;
  }
}
.story-section .story-wrap .story-img {
  position: relative;
}
.story-section .story-wrap .story-img img {
  width: 100%;
}
.story-section .story-wrap .story-img .play-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.story-section .story-wrap .story-img .play-text p {
  font-size: 14px;
  font-weight: 500;
}
.story-section .story-wrap .story-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(254, 159, 67);
  border-radius: 50px;
  z-index: 999;
}
.story-section .story-wrap .story-img .play-btn .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  border-radius: 50px;
  width: 84px;
  height: 84px;
  color: rgb(254, 159, 67);
}
@media (max-width: 991.98px) {
  .story-section .story-wrap .story-img .play-btn .play-icon {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767.98px) {
  .story-section .story-wrap .story-img .play-btn .play-icon {
    width: 30px;
    height: 30px;
  }
}
.story-section .story-wrap .story-img .play-btn .animate-circle {
  -webkit-animation: heartbit 1s ease-out;
  animation: heartbit 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 20px solid rgb(210, 203, 198);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  left: -65px;
  top: -65px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .story-section .story-wrap .story-img .play-btn .animate-circle {
    width: 110px;
    height: 110px;
    left: -55px;
    top: -55px;
  }
}
@media (max-width: 767.98px) {
  .story-section .story-wrap .story-img .play-btn .animate-circle {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
  }
}
@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.unlock-section {
  background: rgb(254, 159, 67);
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .unlock-section {
    padding: 60px;
  }
}
@media (max-width: 991.98px) {
  .unlock-section {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .unlock-section {
    padding: 30px;
  }
}
.unlock-section h2 {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .unlock-section h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .unlock-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .unlock-section h2 {
    font-size: 28px;
  }
}

.clients-section {
  position: relative;
  background: rgb(223, 238, 240);
  padding: 80px 0 56px;
}
@media (max-width: 1199.98px) {
  .clients-section {
    padding: 60px 0 36px;
  }
}
@media (max-width: 991.98px) {
  .clients-section {
    padding: 40px 0 16px;
  }
}
.clients-section .section-heading {
  text-align: center;
}
.clients-section .client-left {
  position: absolute;
  top: 25%;
  left: 0;
}
.clients-section .section-heading p {
  max-width: 650px;
  margin: auto;
}
.clients-section .categories-item {
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
  border: 0;
  padding: 24px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.clients-section .categories-item:hover {
  background: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.clients-section .categories-item:hover .categories-icon {
  background: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  border-color: rgb(254, 159, 67);
}
.clients-section .categories-item:hover h5 {
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.clients-section .categories-item:hover p {
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.clients-section .categories-item .categories-icon {
  border: 1px solid rgb(229, 229, 229);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.clients-section .categories-item p {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #606060;
}
.clients-section .categories-item h5 {
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .clients-section .categories-item h5 {
    margin-bottom: 15px;
  }
}

.business-section .business-right {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .business-section .business-right {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .business-section .business-img {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .business-section .business-img {
    margin-bottom: 30px;
    text-align: center;
  }
}

.business-section .section-heading h2 {
  max-width: 650px;
}
.business-section .business-list ul li {
  margin-bottom: 24px;
}
.business-section .business-list ul li:last-child {
  margin-bottom: 0;
}
.business-section .business-list ul li .business-icon {
  border: 1px solid rgb(229, 229, 229);
  box-shadow: 0px 4px 94px 0px rgba(120, 120, 120, 0.25);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  margin-right: 20px;
}
.business-section .business-list ul li .business-content {
  width: calc(100% - 80px);
}

.button-group {
  margin-top: 40px;
}

.retailer-section {
  background: rgb(255, 247, 238);
}
@media (max-width: 767.98px) {
  .retailer-section {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
.retailer-section .section-heading h2 {
  text-align: center;
}
.retailer-section .retailer-slider {
  padding: 0 24px;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .retailer-section .retailer-slider {
    padding: 0 14px;
  }
}
.retailer-section .retailer-slider .owl-item li {
  padding: 24px 0;
}
@media (max-width: 767.98px) {
  .retailer-section .retailer-slider .owl-item li {
    padding: 14px 0;
  }
}
.retailer-section .retailer-slider .owl-item li a {
  color: rgb(27, 41, 80);
  border: 1px solid rgb(229, 229, 229);
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 8px 25px;
  height: 61px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .retailer-section .retailer-slider .owl-item li a {
    font-size: 15px;
    padding: 8px 15px;
  }
}
@media (max-width: 767.98px) {
  .retailer-section .retailer-slider .owl-item li a {
    padding: 6px 12px;
    height: 50px;
  }
}
.retailer-section .retailer-slider .owl-item li a::before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .retailer-section .retailer-slider .owl-item li a::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(254, 159, 67);
    bottom: 7px;
  }
}
.retailer-section .retailer-slider .owl-item li a.active {
  background: rgb(254, 159, 67);
  border-color: rgb(254, 159, 67);
  color: #ffffff;
}
.retailer-section .retailer-slider .owl-item li a.active::before {
  opacity: 1;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.retailer-section .retailer-slider .owl-item li a:hover {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
  border-color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.retailer-section .retailer-slider .owl-item li a:hover::before {
  opacity: 1;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.retailer-section .grow-category {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .retailer-section .grow-category {
    margin-top: 30px;
  }
}
.retailer-section .grow-category h2 {
  text-transform: capitalize;
}
.retailer-section .grow-category img {
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .retailer-section .grow-category .grow-img {
    margin-top: 30px;
  }
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block;
}

.business-goals .business-left {
  position: absolute;
  top: 25%;
  left: 0;
}
.business-goals .section-heading {
  text-align: center;
}
.business-goals .card {
  padding: 0;
  border: 0;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
}
.business-goals .card .card-body {
  padding: 0;
}
.business-goals .review-content {
  padding: 60px;
  text-align: center;
  background: rgb(223, 238, 240);
}
.business-goals .review-content .review-logo img {
  max-height: 48px;
  margin: auto;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.business-goals .testimonial-item:hover .review-content .review-logo img {
  filter: inherit;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.business-goals .review-box {
  padding: 24px;
}
.business-goals .review-box .review-details p {
  margin-bottom: 10px;
}
.business-goals .review-box .review-details .listing-rating-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.business-goals .review-box .review-details .listing-rating-group .review-profile .review-img {
  margin-right: 10px;
}
.business-goals .review-box .review-details .listing-rating-group .review-profile .review-img img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 50px;
}
.business-goals .review-box .review-details .listing-rating-group .review-profile h6 {
  margin-bottom: 0;
}
.business-goals .review-box .review-details .listing-rating-group .review-profile span {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .business-goals .review-box .review-details .listing-rating-group .list-rating {
    margin-top: 15px;
  }
}
.business-goals .review-box .review-details .listing-rating-group .list-rating span {
  margin-left: 7px;
}
.business-goals .list-rating {
  display: inline-flex;
}
.business-goals .list-rating .list-rating-star i {
  font-size: 12px;
  line-height: 0;
  color: rgb(254, 159, 67);
  margin-right: 5px;
}
.business-goals .list-rating .list-rating-star i:last-child {
  margin-right: 0;
}
.business-goals .list-rating p {
  color: rgb(96, 96, 96);
  line-height: 0;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.business-goals .list-rating p span {
  font-size: 14px;
  margin: 0 5px 0;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.business-goals .play-btn {
  position: absolute;
  top: 50px;
  left: 50px;
  background: rgb(254, 159, 67);
  border-radius: 50px;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .business-goals .play-btn {
    top: 30px;
    left: 30px;
  }
}
.business-goals .play-btn .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(254, 159, 67);
  border-radius: 50px;
  width: 44px;
  height: 44px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .business-goals .play-btn .play-icon {
    width: 30px;
    height: 30px;
  }
}
.business-goals .play-btn .animate-circle {
  -webkit-animation: heartbit 1s ease-out;
  animation: heartbit 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 20px solid rgb(210, 203, 198);
  border-radius: 50%;
  width: 63px;
  height: 63px;
  position: absolute;
  left: -32px;
  top: -32px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .business-goals .play-btn .animate-circle {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
  }
}
@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .business-goals .business-goal-slider {
    padding: 0 24px;
  }
}
.business-goals .business-goal-slider.owl-carousel .owl-prev {
  color: #7f7f7f;
  background: #ffffff;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  top: 36%;
  left: 15px;
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .business-goals .business-goal-slider.owl-carousel .owl-prev {
    left: 25px;
  }
}
.business-goals .business-goal-slider.owl-carousel .owl-prev:hover {
  color: #ffffff;
  background: rgb(254, 159, 67);
  box-shadow: 0px 8px 18px -8px rgba(19, 16, 34, 0.15);
}
.business-goals .business-goal-slider.owl-carousel .owl-next {
  color: #7f7f7f;
  background: #ffffff;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  margin-right: 0;
  position: absolute;
  background: #ffffff;
  top: 36%;
  right: 15px;
  border-radius: 50px;
  margin: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 767.98px) {
  .business-goals .business-goal-slider.owl-carousel .owl-next {
    right: 25px;
  }
}
.business-goals .business-goal-slider.owl-carousel .owl-next:hover {
  color: #ffffff;
  background: rgb(254, 159, 67);
  box-shadow: 0px 8px 18px -8px rgba(19, 16, 34, 0.15);
}
.business-goals .business-goal-slider .owl-carousel .owl-item li {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  height: 64px;
}
.business-goals .business-goal-slider .owl-carousel .owl-dots {
  margin: 26px 0 0;
}
.business-goals .business-goal-slider .owl-carousel .owl-dots.disabled {
  display: block;
}
.business-goals .business-goal-slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .business-goals .business-goal-slider .owl-carousel .owl-nav .owl-prev {
    left: 60px;
  }
}
@media (max-width: 767.98px) {
  .business-goals .business-goal-slider .owl-carousel .owl-nav .owl-prev {
    left: 30px;
  }
}
@media (max-width: 575.98px) {
  .business-goals .business-goal-slider .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}
.business-goals .business-goal-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  background: #ffffff;
  top: 50%;
  right: 0;
  border-radius: 50px;
  margin: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 991.98px) {
  .business-goals .business-goal-slider .owl-carousel .owl-nav .owl-next {
    right: 60px;
  }
}
@media (max-width: 767.98px) {
  .business-goals .business-goal-slider .owl-carousel .owl-nav .owl-next {
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  .business-goals .business-goal-slider .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
.business-goals .business-goal-slider .owl-carousel .owl-nav .owl-prev, .business-goals .business-goal-slider .owl-carousel .owl-nav .owl-next {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.business-goals .business-goal-slider .owl-carousel .owl-nav .owl-prev:hover, .business-goals .business-goal-slider .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.business-goals .succes-content {
  padding-top: 56px;
}
.business-goals .succes-content p {
  margin-top: 16px;
}
.business-goals .succes-content h3 {
  font-weight: normal;
  color: #2C2C2C;
  max-width: 840px;
  margin: 0 auto 15px;
}

.future-section {
  background: #E3F0E5;
}
.future-section .form-title h3 {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
  color: #2C2C2C;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .future-section .form-title h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.future-section .enquire-form {
  background: #ffffff;
  padding: 34px;
  border-radius: 10px;
  max-width: 525px;
}
@media (max-width: 1199.98px) {
  .future-section .enquire-form {
    padding: 24px;
  }
}
@media (max-width: 991.98px) {
  .future-section .enquire-form {
    max-width: 100%;
  }
}
.future-section .enquire-form .company-name-form, .future-section .enquire-form .name-form, .future-section .enquire-form .email-form, .future-section .enquire-form .phone-form, .future-section .enquire-form .date-form {
  position: relative;
}
.future-section .enquire-form .company-name-form i, .future-section .enquire-form .name-form i, .future-section .enquire-form .email-form i, .future-section .enquire-form .phone-form i, .future-section .enquire-form .date-form i {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
}
.future-section .enquire-form .form-control {
  padding: 25px 50px 25px 19px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .future-section .enquire-form .form-control {
    padding: 15px 45px 15px 14px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .future-section .enquire-form .form-control {
    padding: 14px 45px 14px 14px;
  }
}
.future-section .enquire-form .btn {
  width: 100%;
}
.future-section .future-retail {
  position: relative;
  z-index: 99;
  padding: 0 80px;
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .future-section .future-retail {
    margin-top: 80px;
    padding: 0 15px;
  }
}
.future-section .future-retail::before {
  content: "";
  position: absolute;
  display: block;
  max-width: 100%;
  height: 346px;
  background: url(../images/future-retail.png), rgb(254, 159, 67) 50%/cover no-repeat;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  left: 0;
  right: 0;
  top: -100px;
}
@media (max-width: 991.98px) {
  .future-section .future-retail::before {
    top: -40px;
    height: 106px;
  }
}
@media (max-width: 767.98px) {
  .future-section .future-retail::before {
    top: -30px;
  }
}
.future-section .future-retail .slick-list {
  border: 20px solid #2C2C2C;
  max-width: 100%;
  margin: auto;
  border-radius: 15px;
}
.future-section .future-retail .slick-prev:before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-weight: 600;
}
.future-section .future-retail .slick-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 600;
}
.future-section .future-retail .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 120px;
  display: block;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .future-section .future-retail .slick-next {
    right: 0;
  }
}
.future-section .future-retail .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  line-height: 1;
  opacity: 0.75;
  color: #2C2C2C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.future-section .future-retail .slick-next:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.future-section .future-retail .slick-next:hover:before {
  color: #ffffff;
}
.future-section .future-retail .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.future-section .future-retail .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 120px;
  display: block;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .future-section .future-retail .slick-prev {
    left: 0;
  }
}
.future-section .future-retail .slick-prev:before {
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  line-height: 1;
  opacity: 0.75;
  color: #2C2C2C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.future-section .future-retail .slick-prev:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.future-section .future-retail .slick-prev:hover:before {
  color: #ffffff;
}
.future-section .future-retail .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.enquire-right {
  position: relative;
}
.enquire-right .flower-pot {
  position: absolute;
  right: -70px;
  bottom: -40px;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .enquire-right .flower-pot {
    display: none;
  }
}

.industry-section {
  padding: 80px 0 160px;
}
@media (max-width: 1199.98px) {
  .industry-section {
    padding: 60px 0 140px;
  }
}
@media (max-width: 991.98px) {
  .industry-section {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767.98px) {
  .industry-section {
    padding: 40px 0 130px;
  }
}
.industry-section .section-heading h2 {
  max-width: 1090px;
  margin: auto;
  word-break: break-all;
}
.industry-section .industry-slider .section-heading h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .industry-section .industry-slider .section-heading h2 {
    font-size: 28px;
  }
}
.industry-section .industry-slider .section-heading h3 {
  margin-bottom: 20px;
}
.industry-section .industry-slider .industry-one {
  background: rgb(255, 247, 238);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .industry-section .industry-slider .industry-one {
    padding: 24px;
  }
}
.industry-section .industry-slider .industry-two {
  background: #DFEEF0;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .industry-section .industry-slider .industry-two {
    padding: 24px;
  }
}
.industry-section .industry-slider .industry-three {
  background: #E3F0E5;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .industry-section .industry-slider .industry-three {
    padding: 24px;
  }
}
.industry-section .industry-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: -80px;
  left: calc(50% - 50px);
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .industry-section .industry-slider .owl-nav .owl-prev {
    left: calc(50% - 24px);
  }
}
.industry-section .industry-slider .owl-nav .owl-next {
  position: absolute;
  background: #ffffff;
  bottom: -80px;
  right: calc(50% - 50px);
  border-radius: 50px;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .industry-section .industry-slider .owl-nav .owl-next {
    right: calc(50% - 54px);
  }
}
.industry-section .industry-slider .owl-nav .owl-prev, .industry-section .industry-slider .owl-nav .owl-next {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .industry-section .industry-slider .owl-nav .owl-prev, .industry-section .industry-slider .owl-nav .owl-next {
    width: 34px;
    height: 34px;
  }
}
.industry-section .industry-slider .owl-nav .owl-prev:hover, .industry-section .industry-slider .owl-nav .owl-next:hover {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.blog-section .bg-blog {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -14;
}
.blog-section .blog-wrap {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #EDF5F7;
  border-radius: 0 0 15px 15px;
  width: 100%;
}
.blog-section .blog-wrap .blog-image img {
  border-radius: 15px 15px 0 0;
  width: 355px;
  height: 200px;
}
.blog-section .blog-wrap .blog-content {
  background: #ffffff;
  border: 1px solid #EDF5F7;
  border-radius: 0 0 15px 15px;
  padding: 20px;
}
.blog-section .blog-wrap .blog-content h3 {
  font-weight: 700;
  font-size: 28px;
  color: #2C2C2C;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .blog-section .blog-wrap .blog-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .blog-section .blog-wrap .blog-content h3 {
    font-size: 18px;
  }
}
.blog-section .blog-wrap .blog-content .review-profile .review-img {
  margin-right: 10px;
}
.blog-section .blog-wrap .blog-content .review-profile .review-img img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 50px;
}
.blog-section .blog-wrap .blog-content .review-profile h6 {
  margin-bottom: 0;
}
.blog-section .blog-wrap .blog-content .review-profile span {
  font-size: 14px;
}
.blog-section .blog-wrap:hover h3 a {
  color: rgb(254, 159, 67);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.blog-section.owl-carousel .owl-prev {
  color: #7f7f7f;
  background: #ffffff;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  top: 36%;
  left: 15px;
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-section.owl-carousel .owl-prev:hover {
  color: #ffffff;
  background: rgb(254, 159, 67);
  box-shadow: 0px 8px 18px -8px rgba(19, 16, 34, 0.15);
}
.blog-section.owl-carousel .owl-next {
  color: #7f7f7f;
  background: #ffffff;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  margin-right: 0;
  position: absolute;
  background: #ffffff;
  top: 36%;
  right: 15px;
  border-radius: 50px;
  margin: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.blog-section.owl-carousel .owl-next:hover {
  color: #ffffff;
  background: rgb(254, 159, 67);
  box-shadow: 0px 8px 18px -8px rgba(19, 16, 34, 0.15);
}
.blog-section .owl-carousel .owl-item li {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  height: 64px;
}
.blog-section .owl-carousel .owl-dots {
  display: none;
  margin: 26px 0 0;
}
.blog-section .owl-carousel .owl-dots.disabled {
  display: none;
}
.blog-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .blog-section .owl-carousel .owl-nav .owl-prev {
    left: 60px;
  }
}
@media (max-width: 767.98px) {
  .blog-section .owl-carousel .owl-nav .owl-prev {
    left: 30px;
  }
}
@media (max-width: 575.98px) {
  .blog-section .owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}
.blog-section .owl-carousel .owl-nav .owl-next {
  position: absolute;
  background: #ffffff;
  top: 50%;
  right: 0;
  border-radius: 50px;
  margin: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 991.98px) {
  .blog-section .owl-carousel .owl-nav .owl-next {
    right: 60px;
  }
}
@media (max-width: 767.98px) {
  .blog-section .owl-carousel .owl-nav .owl-next {
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  .blog-section .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
.blog-section .owl-carousel .owl-nav .owl-prev, .blog-section .owl-carousel .owl-nav .owl-next {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  height: 40px;
}
.blog-section .owl-carousel .owl-nav .owl-prev:hover, .blog-section .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.faq-section {
  background: #DFEEF0;
}
.faq-section .card-collapse p {
  padding: 20px 20px 20px 72px;
  color: #606060;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .faq-section .card-collapse p {
    padding: 15px 20px 15px 67px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .faq-section .card-collapse p {
    padding: 15px 15px 0 47px;
  }
}
.faq-section .card-collapse h6 {
  font-weight: 500;
  font-size: 14px;
  color: rgb(254, 159, 67);
  font-family: "Roboto", sans-serif;
}
.faq-section .card-collapse h6 i {
  transform: rotate(45deg);
  margin: 0 0 0 5px;
}
.faq-section .faq-card {
  background: #ffffff;
  padding: 24px 24px;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}
.faq-section h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .faq-section h4 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .faq-section h4 {
    font-size: 20px;
  }
}
.faq-section h4 span {
  margin-right: 24px;
  font-size: 42px;
  color: #E5E5E5;
}
@media (max-width: 1199.98px) {
  .faq-section h4 span {
    margin-right: 20px;
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .faq-section h4 span {
    margin-right: 10px;
    font-size: 32px;
  }
}
.faq-section h4 a {
  color: #2C2C2C;
  position: relative;
  padding-right: 60px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .faq-section h4 a {
    font-size: 15px;
    padding-right: 30px;
  }
}
.faq-section h4 > a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "+";
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 0;
  color: rgb(0, 0, 0);
}
@media (max-width: 767.98px) {
  .faq-section h4 > a:after {
    font-size: 16px;
  }
}
.faq-section h4 > a:not(.collapsed):after {
  content: "\f057";
  color: #FE9F43;
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .faq-section h4 > a:not(.collapsed):after {
    font-size: 22px;
  }
}

.search-popup {
  height: 100vh;
  background: #ffffff;
  opacity: 0.95;
  z-index: 99999;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.search-popup.visible {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  z-index: 99999;
  animation: fadeInAnimation ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.search-popup .search-form-box {
  margin-bottom: 40px;
  position: relative;
}
.search-popup .search-form-box .search-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 24px;
  color: #606060;
  padding: 0;
  border: 0;
  background: transparent;
}
.search-popup input[type=text] {
  border-width: 0 0 1px 0;
  border-color: #2C2C2C;
  height: auto;
  width: 100%;
  font-weight: 500;
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
  color: #606060;
  margin: 0;
  padding: 20px 30px 20px 0;
  font-size: 28px;
  font-weight: 600;
}
.search-popup input[type=text]:focus-visible {
  outline: 0;
}
.search-popup input[type=text]::placeholder {
  color: #606060;
}
@media (max-width: 1399.98px) {
  .search-popup input[type=text] {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .search-popup input[type=text] {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .search-popup input[type=text] {
    font-size: 16px;
  }
}
.search-popup .close-button {
  line-height: 0;
  z-index: 999;
  position: absolute;
  top: 35px;
  right: 35px;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .search-popup .close-button {
    top: 20px;
    right: 20px;
  }
}
.search-popup .popup-inner {
  max-width: 857px;
  width: 100%;
  margin: 100px auto;
}
@media (max-width: 1399.98px) {
  .search-popup .popup-inner {
    margin: 60px auto;
  }
}
@media (max-width: 767.98px) {
  .search-popup .popup-inner {
    min-width: 100%;
  }
}
.search-popup .inner-container {
  height: 100%;
}
@media (max-width: 991.98px) {
  .search-popup .inner-container {
    margin: 0 20px;
  }
}
.search-popup .inner-container h3 {
  font-size: 48px;
  margin-bottom: 60px;
  color: #2C2C2C;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .search-popup .inner-container h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .search-popup .inner-container h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .search-popup .inner-container h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.search-popup .inner-container h5 {
  color: #606060;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .search-popup .inner-container h5 {
    font-size: 16px;
  }
}
.search-popup .inner-container ul li {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}
.search-popup .inner-container ul li:last-child {
  margin-bottom: 0;
}
.search-popup .inner-container ul li a {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .search-popup .inner-container ul li a {
    font-size: 14px;
  }
}
.search-popup .inner-container ul li a:hover {
  color: rgb(254, 159, 67);
}
@media (max-width: 991.98px) {
  .search-popup .inner-container ul li {
    font-size: 16px;
  }
}

.img-video .play-new {
  top: 50%;
  left: 50%;
}

.home-videoset img {
  height: 475px;
  width: 100%;
  object-fit: cover;
}
.home-videoset .video-player video {
  height: 475px;
}

.section-listing {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .section-listing {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .section-listing {
    padding: 40px 0;
  }
}

.bread-crumb-bar {
  background-color: rgb(237, 245, 247);
  padding: 110px 0;
  position: relative;
  z-index: 1;
  background: #EDF5F7;
}
@media (max-width: 1199.98px) {
  .bread-crumb-bar {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .bread-crumb-bar {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .bread-crumb-bar {
    padding: 40px 0;
  }
}
.bread-crumb-bar .title-bread-crumb {
  justify-content: center;
}
.bread-crumb-bar .title-bread-crumb h1 {
  font-size: 45px;
  max-width: 800px;
  text-align: center;
  margin-bottom: 0;
}
.bread-crumb-bar .title-bread-crumb h1 span {
  color: rgb(254, 159, 67);
}

.business-goals .business-left {
  z-index: -1;
}

.why-choose-us-sec {
  padding: 130px 0;
  background-color: rgb(27, 41, 80);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .why-choose-us-sec {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us-sec {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-sec {
    padding: 50px 0;
  }
}
.why-choose-us-sec .chooseus-head {
  justify-content: center;
}
.why-choose-us-sec .chooseus-head h2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .why-choose-us-sec .chooseus-head h2 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-sec .chooseus-head h2 {
    font-size: 32px;
  }
}
.why-choose-us-sec .chooseus-head p {
  color: #ffffff;
  margin-bottom: 24px;
  font-size: 24px;
}
.why-choose-us-sec .get-start-btn {
  justify-content: center;
}
.why-choose-us-sec .get-start-btn .btn-secondary {
  border: 1px solid #ffffff;
}
@media (max-width: 575.98px) {
  .why-choose-us-sec .get-start-btn .btn-secondary {
    margin-top: 20px;
  }
}
.why-choose-us-sec .get-start-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .why-choose-us-sec .get-start-btn .btn {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-sec .get-start-btn {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-sec .sec-bg-imgs {
    display: none;
  }
}
.why-choose-us-sec .sec-bg-imgs img:first-child {
  border-radius: 20px 20px 70px 20px;
  position: absolute;
  top: -95px;
  left: 110px;
  max-width: 245px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-sec .sec-bg-imgs img:first-child {
    max-width: 215px;
  }
}
.why-choose-us-sec .sec-bg-imgs img:nth-child(2) {
  border-radius: 60px 20px 0px 0px;
  position: absolute;
  bottom: -1px;
  left: 170px;
  max-width: 290px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-sec .sec-bg-imgs img:nth-child(2) {
    left: 80px;
  }
}
.why-choose-us-sec .sec-bg-imgs img:nth-child(3) {
  border-radius: 60px 20px 0px 0px;
  position: absolute;
  right: 40px;
  bottom: -1px;
  max-width: 290px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-sec .sec-bg-imgs img:nth-child(3) {
    max-width: 220px;
  }
}

.who-are-we-sec {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 991.98px) {
  .who-are-we-sec {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .who-are-we-sec {
    padding: 40px 0;
  }
}
.who-are-we-sec .dreamspos-info-top {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .who-are-we-sec .dreamspos-info-top {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .who-are-we-sec .dreamspos-info-top {
    margin-bottom: 40px;
  }
}
.who-are-we-sec .dreamspos-info-top .who-we-img {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .who-are-we-sec .dreamspos-info-top .who-we-img {
    margin-bottom: 24px;
  }
}
.who-are-we-sec .dreamspos-info-top .who-we-img img {
  border-radius: 20px;
}
.who-are-we-sec .dreamspos-info-top .product-details h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.who-are-we-sec .dreamspos-info-top .product-details h3 {
  color: rgb(27, 41, 80);
  font-weight: 400;
}
.who-are-we-sec .dreamspos-info-top .product-details p {
  margin-bottom: 0;
  margin-top: 17px;
}
@media (max-width: 991.98px) {
  .who-are-we-sec .dreamspos-info-bottom .mission {
    margin-bottom: 30px;
  }
}
.who-are-we-sec .dreamspos-info-bottom .mission h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 17px;
}
.who-are-we-sec .dreamspos-info-bottom .mission p {
  margin-bottom: 0;
  margin-top: 17px;
}
.who-are-we-sec .dreamspos-info-bottom .strong-features h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 17px;
}
.who-are-we-sec .dreamspos-info-bottom .strong-features p {
  margin-bottom: 17px;
}
.who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards {
  flex-wrap: wrap;
}
.who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards .card-feature {
  background-color: #ffffff;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
  padding: 15px;
  margin-bottom: 24px;
}
.who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards .card-feature img {
  margin-right: 15px;
}
.who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards .card-feature h5 {
  color: #606060;
  margin-bottom: 0;
}
.who-are-we-sec .dreamspos-info-bottom .strong-features .feature-small-cards p {
  margin-bottom: 0;
}

.Clients-reviews {
  padding: 80px 0;
  background-color: #DFEEF0;
}
@media (max-width: 991.98px) {
  .Clients-reviews {
    padding: 50px 0 26px;
  }
}
.Clients-reviews .client-review-card {
  padding: 24px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
}
@media (max-width: 991.98px) {
  .Clients-reviews .client-review-card {
    margin-bottom: 24px;
  }
}
.Clients-reviews .client-review-card .icon-review {
  margin-bottom: 17px;
}
.Clients-reviews .client-review-card .icon-review span {
  display: inline-block;
  padding: 10px;
  justify-content: center;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  margin-right: 15px;
}
.Clients-reviews .client-review-card .icon-review h3 {
  color: #2C2C2C;
  margin-bottom: 0;
}

.business-goals .succes-content.join-owr-family {
  padding-top: 56px;
}
.business-goals .succes-content.join-owr-family h2 {
  font-weight: 600;
  margin: 0 auto 20px auto;
  max-width: 610px;
  font-size: 28px;
}
.business-goals .succes-content.join-owr-family p {
  color: #606060;
  font-size: 18px;
  max-width: 840px;
  font-weight: 500;
  margin: 0 auto 20px auto;
}
.business-goals .succes-content.join-owr-family .get-start-btn a {
  margin: 0;
}

.our-testimonial-sec {
  background-color: #E3F0E5;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .our-testimonial-sec {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .our-testimonial-sec {
    padding: 40px 0;
  }
}
.our-testimonial-sec .testi-bg {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.our-testimonial-sec .testi-bg img {
  max-width: 250px;
}
@media (max-width: 767.98px) {
  .our-testimonial-sec .testi-bg img {
    max-width: 150px;
  }
}
.our-testimonial-sec .testimonial-slider {
  padding: 40px;
}
@media (max-width: 767.98px) {
  .our-testimonial-sec .testimonial-slider {
    padding: 0 0 40px;
  }
}
.our-testimonial-sec .testimonial-slider .owl-nav {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .our-testimonial-sec .testimonial-slider .owl-nav {
    margin-bottom: 0;
  }
}
.our-testimonial-sec .testimonial-slider .owl-nav button {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}
.our-testimonial-sec .testimonial-slider .owl-nav button i {
  transition: 0.5s all;
}
.our-testimonial-sec .testimonial-slider .owl-nav button:first-child {
  margin-right: 10px;
}
.our-testimonial-sec .testimonial-slider .owl-nav button:hover {
  background-color: rgb(254, 159, 67);
  transition: 0.5s all;
}
.our-testimonial-sec .testimonial-slider .owl-nav button:hover i {
  color: #ffffff;
  transition: 0.5s all;
}
.our-testimonial-sec .enquire-form.contact-enquire {
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
}
.our-testimonial-sec .enquire-form.contact-enquire .form-title h3 {
  color: rgb(27, 41, 80);
  margin-bottom: 8px;
  text-transform: capitalize;
}
.our-testimonial-sec .enquire-form.contact-enquire .form-title p {
  font-weight: 500;
  font-size: 18px;
}

.testimonial-slide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonial-slide-card h3 {
  font-size: 28px;
  color: rgb(27, 41, 80);
  margin-bottom: 0;
}
.testimonial-slide-card .user-pic {
  margin: 40px 0;
}
@media (max-width: 767.98px) {
  .testimonial-slide-card .user-pic {
    margin: 24px 0;
  }
}
.testimonial-slide-card .user-pic a {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
  border: 4px solid rgb(254, 159, 67);
}
.testimonial-slide-card .user-pic a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial-slide-card .user-name h4 {
  margin: 20px 0 5px 0;
}
.testimonial-slide-card .user-name h4 a {
  font-size: 18px;
  color: #2C2C2C;
}
.testimonial-slide-card .user-name span i {
  color: rgb(254, 159, 67);
}

.ready-to-start {
  margin: 80px 0 0;
  padding: 80px 40px;
  background-color: #EDF5F7;
}
@media (max-width: 991.98px) {
  .ready-to-start {
    margin: 50px 0 0;
    padding: 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .ready-to-start {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .ready-to-start .connect-with-us {
    flex-direction: column;
  }
}
.ready-to-start .connect-with-us .get-start-btn a {
  margin-bottom: 0;
}
.ready-to-start .start-head h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .ready-to-start .start-head h2 {
    font-size: 32px;
  }
}
.ready-to-start .start-head p {
  color: #606060;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .ready-to-start .start-head p {
    max-width: 440px;
  }
}
@media (max-width: 767.98px) {
  .ready-to-start .start-head {
    margin-bottom: 24px;
  }
}

.img-video .play-btn {
  position: static;
  background: transparent;
}
.img-video a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgb(254, 159, 67);
  border-radius: 100px;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 575.98px) {
  .img-video a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.img-video a .pause-btn {
  display: none;
}
.img-video a .play-btn {
  line-height: 0;
}
.img-video a.active .pause-btn {
  display: flex;
  line-height: normal;
}
.img-video a.active .play-btn {
  display: none;
}

.business-goals .review-content {
  position: relative;
}

.video-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.video-player video.active {
  opacity: 1;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

/* pulse wave */
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(38, 131, 229, 0.3), 0px 0px 25px 10px rgba(38, 131, 229, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(38, 131, 229, 0.3), 0px 0px 25px 10px rgba(38, 131, 229, 0.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.business-goals .review-content.about-us-video {
  padding: 0;
  height: 250px;
}
.business-goals .review-content.about-us-video .review-logo img {
  height: 250px;
  max-height: 100%;
}
.business-goals .review-content.about-us-video video {
  height: 250px;
  object-fit: cover;
}
.business-goals .review-content.about-us-video .img-video .play-new {
  top: 20px;
  left: 20px;
}

.our-product-imgs {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .our-product-imgs {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .our-product-imgs {
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .contact-imgs-main {
    flex-direction: column;
  }
}
.contact-imgs-main .product-img {
  margin-right: 24px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .contact-imgs-main .product-img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.contact-imgs-main .product-img img {
  border-radius: 10px;
}
.contact-imgs-main .product-img:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .contact-imgs-main .product-img:last-child {
    margin-bottom: 0;
  }
}

.contact-address-sec {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .contact-address-sec {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .contact-address-sec {
    padding: 40px 0;
  }
}

.address-head {
  margin-bottom: 40px;
}
.address-head span {
  color: rgb(254, 159, 67);
}
.address-head h2 {
  margin: 15px 0;
  font-size: 42px;
}
@media (max-width: 991.98px) {
  .address-head h2 {
    margin: 10px 0;
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  .contact-details {
    margin-bottom: 40px;
  }
}
.contact-details .contact-card {
  background-color: #ffffff;
  margin: 0 0 24px;
  padding: 30px;
  border: 2px solid #E5E5E5;
  border-radius: 6px;
}
.contact-details .contact-card:last-child {
  margin-bottom: 0;
}
.contact-details .contact-card span {
  display: inline-block;
  margin-right: 15px;
}
.contact-details .contact-card h5 {
  margin-bottom: 5px;
}

.enquire-form.contact-enquire {
  background: #DFEEF0;
  padding: 34px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .enquire-form.contact-enquire {
    padding: 24px;
  }
}
@media (max-width: 991.98px) {
  .enquire-form.contact-enquire {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.enquire-form.contact-enquire .company-name-form, .enquire-form.contact-enquire .name-form, .enquire-form.contact-enquire .email-form, .enquire-form.contact-enquire .phone-form, .enquire-form.contact-enquire .date-form {
  position: relative;
}
.enquire-form.contact-enquire .company-name-form i, .enquire-form.contact-enquire .name-form i, .enquire-form.contact-enquire .email-form i, .enquire-form.contact-enquire .phone-form i, .enquire-form.contact-enquire .date-form i {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
}
.enquire-form.contact-enquire .form-control {
  padding: 25px 50px 25px 19px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .enquire-form.contact-enquire .form-control {
    padding: 15px 45px 15px 14px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .enquire-form.contact-enquire .form-control {
    padding: 14px 45px 14px 14px;
  }
}
.enquire-form.contact-enquire .btn {
  width: 100%;
}
.enquire-form.contact-enquire .form-title {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .enquire-form.contact-enquire .form-title {
    margin-bottom: 24px;
  }
}
.enquire-form.contact-enquire .form-title h3 {
  margin-bottom: 0;
  color: #2C2C2C;
  font-size: 28px;
}
@media (max-width: 991.98px) {
  .enquire-form.contact-enquire .form-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .enquire-form.contact-enquire .form-title h3 {
    font-size: 18px;
  }
}

.free-trail-img {
  position: absolute;
  right: 20px;
  top: -10px;
}
@media (max-width: 767.98px) {
  .free-trail-img {
    display: none;
  }
}

.our-client-sec .section-heading h2 {
  margin-bottom: 0;
  font-size: 28px;
}
.our-client-sec.client-slider-section .client-slider li {
  border: 1px solid #E5E5E5;
}
.our-client-sec.client-slider-section .client-slider .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.error {
  color: red;
}

.solution-banner-section {
  background: #EDF5F7;
  padding: 60px 0px;
  position: relative;
}
.solution-banner-section .sol-ban-left {
  position: absolute;
  left: 0;
  top: 120px;
}
@media (max-width: 991.98px) {
  .solution-banner-section .sol-ban-left {
    display: none;
  }
}

.solution-head h6 {
  margin-bottom: 15px;
}

.solution-head h2 {
  font-size: 42px;
}
@media (max-width: 991.98px) {
  .solution-head h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .solution-head h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.solution-head h2 span {
  color: #FE9F43;
}

.large-business {
  padding: 80px 0px;
}

.business-point-img img {
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .business-point-img img {
    margin-bottom: 20px;
  }
}

.business-group h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .business-group h2 {
    font-size: 24px;
  }
}
.business-group ul li {
  padding: 20px;
  color: #fff;
  margin-bottom: 25px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .business-group ul li {
    font-size: 18px;
  }
}
.business-group ul li:last-child {
  margin-bottom: 0;
}
.business-group ul .warning-bg {
  background: #FE9F43;
}
.business-group ul .active-bg {
  background: #2C2C2C;
}

.get-in-touch {
  padding: 80px 0px;
  background: #1B2950;
  position: relative;
}

@media (max-width: 991.98px) {
  .touch-bg {
    display: none;
  }
}
.touch-bg .left-bg {
  position: absolute;
  left: -20px;
  top: 0;
}
.touch-bg .left-bg img {
  border-radius: 20px 20px 70px 20px;
}
.touch-bg .right-bg {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.touch-bg .right-bg img {
  border-radius: 20px 0 0 20px;
}

.get-touch-head h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  .get-touch-head h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .get-touch-head h2 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .get-in-contact ul {
    display: block;
  }
}
.get-in-contact ul li {
  background: rgba(255, 255, 255, 0.02);
  width: 100%;
  padding: 24px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .get-in-contact ul li {
    margin-bottom: 15px;
  }
}
.get-in-contact ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .get-in-contact ul li:last-child {
    margin-bottom: 0;
  }
}
.get-in-contact ul li .get-circle {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
}
.get-in-contact ul li .sales-detail span {
  color: #FE9F43;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
@media (max-width: 767.98px) {
  .get-in-contact ul li .sales-detail span {
    font-size: 15px;
  }
}
.get-in-contact ul li .sales-detail a {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991.98px) {
  .get-in-contact ul li .sales-detail a {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .get-in-contact ul li .sales-detail a {
    font-size: 16px;
  }
}

.business-section.power-business .section-heading h2 {
  font-size: 28px;
}
.business-section.power-business .business-list ul li .business-icon {
  width: 86px;
  height: 86px;
  border: 1px solid #FE9F43;
  border-radius: 50px;
}
.business-section.power-business .business-list ul li .business-icon span {
  background: #FE9F43;
  width: 66px;
  height: 66px;
  border-radius: 50px;
}
.business-section.power-business .business-category {
  margin-bottom: 80px;
}

.business-dream {
  background: #FE9F43;
  padding: 92px 50px;
}
@media (max-width: 991.98px) {
  .business-dream {
    padding: 24px;
  }
}
.business-dream h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  .business-dream h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .business-dream h2 {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .business-dream.inspire-dream {
    display: block;
  }
}
.business-dream.inspire-dream h2 {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .business-dream.inspire-dream h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.pricing-plan {
  padding: 80px 0px;
  background: #fff;
}

.simple-price-plan ul li {
  padding: 24px;
}
.simple-price-plan ul li:first-child {
  border-radius: 10px 0 0 10px;
}
.simple-price-plan ul li:last-child {
  border-radius: 0px 10px 10px 0px;
}

.get-start-btn {
  margin-top: 30px;
}

.table-price .business-cell {
  background: #FE9F43;
  color: #fff;
}
.table-price thead td {
  padding: 24px;
  vertical-align: middle;
}
.table-price tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: #2C2C2C;
  vertical-align: middle;
}
.table-price tbody tr td i {
  font-size: 24px;
}
.table-price tbody tr td.price-check i {
  color: #0CD651;
}
.table-price tbody tr td.price-uncheck i {
  color: #FF0000;
}
.table-price .bg-pink {
  background: #FFF7EE;
  min-width: 500px;
}
.table-price .bg-pink p {
  font-size: 16px;
}
.table-price .bg-starter {
  background: #DFEEF0;
  text-align: center;
}
.table-price .bg-starter p {
  font-size: 14px;
}
.table-price .bg-standard {
  background: #E3F0E5;
  text-align: center;
}
.table-price .bg-standard p {
  font-size: 14px;
}
.table-price .bg-premium {
  background: #EDF5F7;
  text-align: center;
}
.table-price .bg-premium p {
  font-size: 14px;
}
.table-price .simple-plan h2 {
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 1399.98px) {
  .table-price .simple-plan h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .table-price .simple-plan h2 {
    font-size: 24px;
  }
}
.table-price .simple-plan h3 {
  font-size: 46px;
  color: #1B2950;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .table-price .simple-plan h3 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .table-price .simple-plan h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .table-price .simple-plan h3 {
    font-size: 28px;
  }
}
.table-price .simple-plan h3 span {
  font-size: 14px;
  font-weight: 400;
}

.price-unlock .section-heading {
  margin-bottom: 0;
}
.price-unlock .section-heading h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.section-faq {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
}
@media (max-width: 991.98px) {
  .section-faq {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .section-faq {
    padding: 40px 0;
  }
}
.section-faq .faq-left {
  position: absolute;
  bottom: 100px;
  left: 0;
}
@media (max-width: 767.98px) {
  .section-faq .faq-left {
    display: none;
  }
}
.section-faq .faq-content {
  margin: 0 0 40px 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-faq .faq-content {
    margin-bottom: 0;
  }
}
.section-faq .faq-content h6 {
  max-width: 765px;
  text-align: center;
  margin: auto;
  font-weight: 400;
}

.faq-section .faq-wrapper-card .faq-card .card-collapse p {
  font-size: 16px;
  font-weight: 400;
}
.faq-section .faq-wrapper-card .faq-card:last-child {
  border-bottom: none;
}

.section-client {
  padding: 80px 0;
  background: #DFEEF0;
  position: relative;
}
@media (max-width: 991.98px) {
  .section-client {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .section-client {
    padding: 40px 0;
  }
}
.section-client .client-header {
  margin: 0 0 40px 0;
}
.section-client .client-header h3 {
  color: #2C2C2C;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.section-client .client-header h3 span {
  color: #FE9F43;
}

.section-platform {
  padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .section-platform {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .section-platform {
    padding: 40px 0;
  }
}
.section-platform .section-heading {
  margin: 0 0 40px 0;
}
.section-platform .section-heading h3 {
  text-transform: capitalize;
  margin: 0 auto;
  color: #2C2C2C;
  font-size: 28px;
  font-weight: 700;
  max-width: 440px;
}
.section-platform .section-heading h3 span {
  color: #FE9F43;
}
.section-platform .platform-wrapper {
  margin-bottom: 24px;
}
.section-platform .platform-wrapper .retail-icon {
  margin: 0 0 15px 0;
}
.section-platform .platform-wrapper .reatil-card-body {
  padding: 15px;
}
.section-platform .platform-wrapper .reatil-card-body .retail-header {
  margin: 0 0 15px 0;
}
.section-platform .platform-wrapper .reatil-card-body .retail-header h3 {
  color: #000;
  margin-bottom: 0;
}
.section-platform .platform-wrapper .reatil-card-body .retail-header-content h6 {
  color: #606060;
  margin-bottom: 0;
  font-weight: 400;
}

.section {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}

.blog-listing .listing {
  background: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 4px 54px 0px rgba(206, 206, 206, 0.25);
}
.blog-listing .listing .banner-img img {
  min-width: 308px;
  max-width: 250px;
  height: 200px;
}
.blog-listing .listing .blog-info {
  padding: 24px;
}
.blog-listing .listing .blog-info .info-tag {
  padding: 10px 20px;
  background: rgb(254, 159, 67);
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  color: white;
}
.blog-listing .listing .blog-info .info-tag:hover {
  background: #2C2C2C;
}
.blog-listing .listing .blog-info h2 {
  color: #2C2C2C;
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-listing .listing .blog-info h2:hover a {
  color: rgb(254, 159, 67);
}
.blog-listing .listing .blog-info p {
  color: #4F5665;
}

aside {
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
  border-radius: 10px;
  padding: 24px;
}
aside .card {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 24px;
}
aside .card .card-header {
  background: none;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
aside .card .card-header h3 {
  color: #2C2C2C;
}
aside .card .card-body {
  padding: 0;
}
aside .search-widget.card {
  border: none;
  padding: 0;
}
aside .search-widget .search-form .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
aside .search-widget .search-form .input-group {
  position: relative;
}
aside .search-widget .search-form .input-group input {
  background: #EDF5F7;
  border-color: #E5E5E5;
  padding: 10px 20px;
  border-radius: 5px;
  height: 50px;
}
aside .search-widget .search-form .input-group i {
  /*font-size: 24px;*/
  color: #606060;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
aside .category-widget {
  color: #2C2C2C;
}
aside .category-widget ul li {
  margin-bottom: 15px;
}
aside .category-widget ul li:last-child {
  margin-bottom: 0;
}
aside .category-widget ul li a {
  color: #2C2C2C;
}
aside .category-widget ul li span {
  float: right;
}
aside .category-widget ul li:hover a {
  color: rgb(254, 159, 67);
}
aside .latest-posts {
  margin: 0;
  padding: 0;
}
aside .latest-posts li {
  display: table;
  width: 100%;
  margin: 0 0 18px;
}
aside .latest-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
aside .latest-posts li .post-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}
aside .latest-posts li .post-thumb a img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
aside .latest-posts li .post-info {
  margin-left: 95px;
}
aside .latest-posts li .post-info h4 {
  font-size: 15px;
  margin: 0 0 10px;
}
aside .latest-posts li .post-info h4 a {
  color: #2C2C2C;
  font-weight: 500;
  font-size: 16px;
}
aside .latest-posts li .post-info h4 a:hover {
  color: rgb(254, 159, 67);
}
aside .latest-posts li .post-info p {
  font-size: 14px;
  color: #606060;
  margin: 0;
}
aside .latest-posts li .post-info p i {
  font-size: 14px;
  margin-right: 4px;
}
aside .tags-widget {
  box-shadow: 0px 4px 24px 0px rgba(212, 212, 212, 0.25);
}
aside .tags-widget.card {
  padding-bottom: 9px;
  margin-bottom: 0;
}
aside .tags-widget .tags {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
aside .tags-widget .tags li {
  float: left;
}
aside .tags-widget .tags li input[type=checkbox] {
  display: none;
  cursor: pointer;
}
aside .tags-widget .tags li input[type=checkbox]:checked + label {
  background: rgb(254, 159, 67);
  color: #ffffff;
  border-color: rgb(254, 159, 67);
}
aside .tags-widget .tags li .tag {
  background-color: #DFEEF0;
  font-size: 16px;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 10px 20px;
  border-radius: 90px;
  color: #606060;
}
aside .tags-widget .tags li .tag:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
}

.lazy-loader .btn {
  border-radius: 10px;
  border: 1px solid #DCDFE2;
  padding: 15px;
  margin-top: 25px;
}
.lazy-loader .btn img {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.lazy-loader .btn:hover {
  background: rgb(254, 159, 67);
  border-color: rgb(254, 159, 67);
  color: #ffffff;
}
.lazy-loader .btn:hover img {
  filter: invert(1) brightness(100);
}

.card-bodys {
  padding: 1.5rem;
}
.card-bodys p span {
  padding: 21px !important;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.features .nav-tabs {
  border: none;
}
.features .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #606060;
  cursor: pointer;
}
.features .main-feature-list {
  margin: 0 0 35px;
  padding: 15px 20px 5px;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
}
.features .main-feature-list li .nav-link {
  margin: 0 10px 10px 0;
  padding: 15px;
  background: #FFF7EE;
  font-weight: 500;
  font-size: 16px;
}
.features .main-feature-list li .nav-link:hover, .features .main-feature-list li .nav-link.active {
  background: rgb(254, 159, 67);
  color: #ffffff;
}
.features .main-feature-list li:last-child .nav-link {
  margin-right: 0;
}
.features .sub-feature-list li {
  width: 100%;
}
.features .sub-feature-list li .nav-link {
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
  margin: 0 0 15px 0;
  padding: 0;
}
.features .sub-feature-list li .nav-link .icon-frame {
  margin: 0 15px 0 0;
}
.features .sub-feature-list li .nav-link .accordion-button {
  width: 100%;
  background: none;
  box-shadow: none;
  padding: 15px;
}
.features .sub-feature-list li .nav-link .accordion-button:after {
  display: none;
}
.features .sub-feature-list li .nav-link .accordion-button .info h5 {
  margin-bottom: 0;
}
.features .sub-feature-list li .nav-link .accordion-button .info .accordion-body {
  padding: 0;
}
.features .sub-feature-list li .nav-link .accordion-button .info .accordion-body p {
  color: #606060;
  text-align: justify;
}
.features .sub-feature-list li .nav-link:hover {
  background: rgb(254, 159, 67);
}
.features .sub-feature-list li .nav-link:hover .icon-frame {
  background: #ffffff;
  border-color: #ffffff;
}
.features .sub-feature-list li .nav-link:hover .info h5 {
  color: #ffffff;
}
.features .sub-feature-list li .nav-link:hover .info .accordion-body p {
  color: #ffffff;
}
.features .sub-feature-list li:last-child .nav-link {
  margin-bottom: 0;
}
.features .righ-bg {
  position: relative;
}
.features .righ-bg:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 663px;
  content: "";
  z-index: -1;
}
@media (max-width: 991.98px) {
  .features .righ-bg:after {
    display: none;
  }
}

.clients-love {
  background: #DFEEF0;
  padding-bottom: 56px;
}
.clients-love h2 {
  font-size: 42px;
}
.clients-love .title-info {
  margin-bottom: 40px;
}
.clients-love .highlights.card {
  border: none;
  padding: 24px;
  cursor: pointer;
}
.clients-love .highlights.card:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
}
.clients-love .highlights.card:hover .icon-frame {
  background: #ffffff;
  border-color: rgb(254, 159, 67);
}
.clients-love .highlights.card:hover h5 a {
  color: #ffffff;
}
.clients-love .highlights h5 {
  margin: 15px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

h2 span {
  color: rgb(254, 159, 67);
}

.icon-frame {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}

.fratures-blog {
  background: #FFF7EE;
}

.feature-testimonial-help.future-section {
  background: #ffffff;
}
.feature-testimonial-help h2 {
  font-size: 28px;
  color: #1B2950;
  margin-bottom: 10px;
}

.rating {
  font-size: 16px;
  margin-bottom: 7px;
}
.rating i {
  color: #E9EEF3;
}
.rating i.filled {
  color: #FEA843;
}

.testimonial-wrap {
  background: #EDF5F7;
  padding: 40px;
}
.testimonial-wrap h2 {
  margin-bottom: 0;
}
.testimonial-wrap .testimonial-slider .owl-carousel-item:hover .profile img {
  transform: scale(1.1);
}
.testimonial-wrap .testimonial-slider .owl-carousel-item .profile {
  min-width: 140px;
  width: 140px;
  height: 140px;
  border: 4px solid rgb(254, 159, 67);
  border-radius: 100%;
  margin: 40px auto;
  padding: 10px;
}
.testimonial-wrap .testimonial-slider .owl-carousel-item .profile img {
  border-radius: 100%;
}
.testimonial-wrap .testimonial-slider .owl-carousel-item p {
  margin-bottom: 20px;
}
.testimonial-wrap .testimonial-slider .owl-carousel-item h5 {
  margin-bottom: 5px;
}
.testimonial-wrap .testimonial-slider .owl-carousel-item .rating {
  margin-bottom: 25px;
}
.testimonial-wrap .testimonial-slider .owl-nav {
  text-align: center;
}
.testimonial-wrap .testimonial-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 100%;
  margin: 5px;
}
.testimonial-wrap .testimonial-slider .owl-nav button:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
}

.play-new {
  transform: scale(0);
}

.review-content:hover .play-new {
  transform: scale(1);
}

.slick-slider .slick-arrow {
  display: none !important;
}

.progress-wrap.active-progress {
  display: none;
}

.faq-section .faq-content .section-heading {
  margin-bottom: 19px;
}
.faq-section .faq-content .section-heading h3 {
  color: #FE9F43;
  font-size: 28px;
  font-weight: 700;
  margin: auto;
  max-width: 765px;
}
.faq-section .faq-wrapper-card .faq-content {
  border-bottom: 1px solid #F3F3F3;
  margin: auto;
  max-width: 765px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .faq-section .faq-wrapper-card .faq-content {
    margin-bottom: 0;
  }
}
.faq-section .faq-wrapper-card .faq-content .faq-card {
  padding: 24px 0;
}
.faq-section .faq-wrapper-card .faq-content .faq-card .card-collapse {
  padding: 24px 0 0 24px;
}
.faq-section .faq-wrapper-card .faq-content .faq-card .card-collapse ul {
  list-style: disc;
}
.faq-section .faq-wrapper-card .faq-content .faq-card .card-collapse ul li a {
  color: #FE9F43;
  border-bottom: 1px solid;
}
.faq-section .faq-wrapper-card .faq-content .faq-card:last-child {
  border-bottom: 1px solid #F3F3F3;
}
.faq-section .faq-wrapper-card .faq-content .bottom-contents {
  margin: auto;
  max-width: 765px;
}
.faq-section .faq-wrapper-card .faq-content .bottom-contents p {
  margin-top: 24px;
}
.faq-section .faq-wrapper-card .faq-content .bottom-contents h4 {
  margin-bottom: 43px;
}
@media (max-width: 767.98px) {
  .faq-section .faq-wrapper-card .faq-content .bottom-contents h4 {
    margin-bottom: 24px;
  }
}
.faq-section .faq-wrapper-card .faq-content .bottom-contents .platform {
  margin-bottom: 40px;
}
.faq-section .faq-wrapper-card .bottom-blk {
  border-bottom: none;
  margin-bottom: 0;
}

.section-trail-retail {
  background: #FFF7EE;
}

.trail-client {
  background: #ffffff;
}

.trail-form h3 {
  max-width: 280px;
  margin: auto;
  text-transform: capitalize;
}
.trail-form h3 span {
  color: #FE9F43;
}

.form-check .form-check-input {
  width: 32px;
  height: 32px;
  border-radius: 1px;
  border: 1px solid #F9F9F9;
  margin-right: 10px;
}

.form-check-input:checked {
  background-color: #FE9F43;
  border-color: #FE9F43;
}

.form-check .form-check-input {
  margin-top: 0;
}

.form-check .form-check-input:focus {
  box-shadow: none;
  border: none;
}

.trail-check {
  margin: 24px 0;
}
.trail-check label {
  margin-bottom: 0;
}

.trail-btn a {
  margin-bottom: 24px;
}

.contact-enquire form h6 {
  margin-bottom: 0;
  font-weight: 400;
}
.contact-enquire form h6 span {
  margin-right: 5px;
}

.trail-business-header h2 {
  text-transform: capitalize;
}

.owl-carousel.free-slider {
  position: relative;
  border: 25px solid #231C45;
  border-radius: 42px;
  margin-top: 50px;
  max-width: 100%;
  backdrop-filter: blur(151.39px);
}
@media (max-width: 767.98px) {
  .owl-carousel.free-slider {
    margin-bottom: 30px;
  }
}
.owl-carousel.free-slider .slider-img img {
  border-radius: 38px;
}
.owl-carousel.free-slider::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -15px;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel.free-slider .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.owl-carousel.free-slider .owl-nav .owl-prev {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-weight: 600;
}
.owl-carousel.free-slider .owl-nav .owl-prev span {
  background: #fff;
  border-radius: 50px;
  width: 36.45px;
  height: 35.85px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  filter: drop-shadow(0px 4px 44px rgba(206, 206, 206, 0.25));
}
.owl-carousel.free-slider .owl-nav .owl-prev span:hover {
  background: #FE9F43;
  color: #fff;
}
.owl-carousel.free-slider .owl-nav .owl-next {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-weight: 600;
}
.owl-carousel.free-slider .owl-nav .owl-next span {
  background: #fff;
  border-radius: 50px;
  width: 36.45px;
  height: 35.85px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  filter: drop-shadow(0px 4px 44px rgba(206, 206, 206, 0.25));
}
.owl-carousel.free-slider .owl-nav .owl-next span:hover {
  background: #FE9F43;
  color: #fff;
}

.trail-client li {
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background: #FFF;
}

.feed-testi {
  background: #ffffff;
}

.testi-feed-slide {
  background: #E3F0E5;
}

.section-feedback-form {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .section-feedback-form {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .section-feedback-form {
    padding: 40px 0;
  }
}
.section-feedback-form .feed-bg {
  top: 20px;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .section-feedback-form .feed-bg {
    display: none;
  }
}
.section-feedback-form .feedback-header {
  margin: 0 0 15px 0;
}
.section-feedback-form .feedback-header h6 {
  margin: auto;
  text-align: center;
  max-width: 835px;
  font-weight: 400;
  color: #606060;
}
.section-feedback-form .feedback-card {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
  padding: 24px;
}
.section-feedback-form .feedback-card .feedback-card-content h3 {
  color: #2C2C2C;
  margin-bottom: 10px;
}
.section-feedback-form .feedback-card .feedback-card-content h6 {
  font-weight: 400;
  color: #606060;
  margin-bottom: 0;
}
.section-feedback-form .feedback-card .feedback-card-content h6 span {
  color: #FE9F43;
  text-transform: capitalize;
}

.section-emp-solution {
  background: #E3F0E5;
}

.get-in-touch .get-in-contact ul li {
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .get-in-touch .sol-enquire {
    margin: 20px 0 0 0;
  }
}
.get-in-touch .sol-enquire .form-title h3 {
  color: #1B2950;
  margin-bottom: 10px;
}
.get-in-touch .sol-enquire .form-title p {
  font-size: 18px;
  font-weight: 500;
  color: #606060;
}

.prici-business {
  background: #EDF5F7;
}

.section-price-lock {
  background: #DFEEF0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .section-price-lock {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .section-price-lock {
    padding: 40px 0;
  }
}

.business-section-price {
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .business-section-price {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .business-section-price {
    padding-bottom: 40;
  }
}
.business-section-price .price-conn {
  margin-top: 0;
}

.faq-crumb .bread-content {
  margin-top: 24px;
  font-weight: 400;
}

.help-left {
  position: absolute;
  top: 50px;
  left: 0;
}
@media (max-width: 991.98px) {
  .help-left {
    display: none;
  }
}

.suggest-client {
  padding-bottom: 80px;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .suggest-client {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .suggest-client {
    padding-bottom: 40px;
    padding-top: 0;
  }
}

.card-content a h3:hover {
  color: #FE9F43 !important;
}

.section-mission {
  padding: 80px 0;
  background: #E3F0E5;
}
@media (max-width: 991.98px) {
  .section-mission {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .section-mission {
    padding: 40px 0;
  }
}
.section-mission .mission h2 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section-mission .mission h2 {
    margin-bottom: 24px;
  }
}
.section-mission .mission p {
  max-width: 850px;
  margin: 15px auto;
}

.dreamspos-info-bottom {
  padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .dreamspos-info-bottom {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .dreamspos-info-bottom {
    padding: 40px 0;
  }
}
.dreamspos-info-bottom .strong-features {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .dreamspos-info-bottom .strong-features {
    margin-bottom: 24px;
  }
}
.dreamspos-info-bottom .strong-features h2 {
  margin-bottom: 15px;
}
.dreamspos-info-bottom .strong-features p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
}
.dreamspos-info-bottom .feature-small-cards {
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .dreamspos-info-bottom .feature-small-cards {
    font-size: 10px;
  }
}
.dreamspos-info-bottom .feature-small-cards .card-feature {
  display: flex;
  align-items: center;
  padding: 24px;
  margin-bottom: 24px;
  background: #FFF;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
}
.dreamspos-info-bottom .feature-small-cards .card-feature h6 {
  margin-bottom: 0px;
  font-size: 16px;
  color: #606060;
}
@media (max-width: 767.98px) {
  .dreamspos-info-bottom .feature-small-cards .card-feature h6 {
    font-size: 14px;
  }
}
.dreamspos-info-bottom .feature-small-cards .card-feature img {
  margin-right: 10px;
}
.dreamspos-info-bottom p {
  color: #606060;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: auto;
  max-width: 640px;
}
@media (max-width: 991.98px) {
  .dreamspos-info-bottom p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .dreamspos-info-bottom p {
    font-size: 14px;
  }
}

.feature-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 30px;
}
.feature-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 30px;
}

.cookies-blk {
  background: #1B2950;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: auto;
  vertical-align: middle;
  z-index: 999;
  width: 90%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
  animation: mover 1s infinite alternate;
}
@media (max-width: 767.98px) {
  .cookies-blk {
    display: inline-block;
  }
}
.cookies-blk .cookies-img {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cookies-blk .cookies-img {
    display: inline-block;
  }
}
.cookies-blk .cookies-img img {
  margin-right: 15px;
}
.cookies-blk .cookies-content {
  color: #ffffff;
}
.cookies-blk .cookies-content h6 {
  color: #ffffff;
  font-weight: 400;
  max-width: 770px;
  line-height: 24px;
}
.cookies-blk .cookies-content span a {
  color: #FE9F43;
  text-decoration-line: underline;
}
.cookies-blk .cookies-btns {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cookies-blk .cookies-btns {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .cookies-blk .cookies-btns {
    display: inline-block;
  }
}
.cookies-blk .cookies-btns a {
  color: #ffffff;
  border: 1px solid #FFF;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .cookies-blk .cookies-btns a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .cookies-blk .cookies-btns a {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cookies-blk .cookies-btns a:hover {
  color: #FE9F43;
  box-shadow: 0 0 0 50px #fff inset;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.megamenu-wrapper {
  padding: 25px 25px 0;
  max-width: 1350px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .megamenu-wrapper {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  .megamenu-wrapper {
    max-width: 980px;
  }
}

.single-demo {
  transition: 0.4s;
  margin-bottom: 25px;
  width: 100%;
}

.single-demo:hover {
  transform: translateY(-10px);
}

.trail-wrap {
  margin: 0;
  padding: 0;
}
.trail-wrap .trail-content {
  display: flex;
  align-items: center;
}
.trail-wrap .trail-content .free-trail-icon {
  border-radius: 10px;
  padding: 10px;
  margin-right: 8px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(212, 212, 212, 0.25);
  flex-shrink: 0;
}
.trail-wrap .trail-content .trail-sales-content h6 {
  margin: 0;
  padding: 0;
  color: #132637;
  text-transform: capitalize;
}
.trail-wrap .trail-content .trail-sales-content p {
  color: #636363;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu > .submenu.solution-submenu {
    min-width: auto;
    height: auto;
    padding: 0;
  }
  .header .main-menu-wrapper .main-nav li.has-submenu > .submenu.solution-submenu a {
    padding: 10px 20px;
  }
  .header .main-menu-wrapper .main-nav li.has-submenu > .submenu.solution-submenu .trail-wrap {
    margin: 0;
  }
  .header .main-menu-wrapper .main-nav li.has-submenu > .submenu.solution-submenu .trail-content .free-trail-icon {
    display: none !important;
  }
  .header .main-menu-wrapper .main-nav li.has-submenu > .submenu.solution-submenu .trail-content p {
    display: none !important;
  }
  .header .main-menu-wrapper .main-nav li.has-submenu > .submenu.solution-submenu .trail-content h6 {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 500;
  }
}

.policy-section {
  padding: 80px 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .policy-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .policy-section {
    padding: 50px 0;
  }
}
.policy-section .feed-bg {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .policy-section .feed-bg {
    display: none;
  }
}
.policy-section p {
  margin: 0 0 24px 0;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .policy-section p {
    font-size: 14px;
  }
}
.policy-section h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
.policy-section ul {
  margin: 0 0 24px 5px;
}
.policy-section ul li {
  display: flex;
  align-items: baseline;
}
.policy-section ul li i {
  font-size: 5px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.policy-section table {
  margin: 0 0 24px 0;
}
.policy-section table tr td {
  padding: 20px;
  width: 50%;
  vertical-align: middle;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .policy-section table tr td {
    font-size: 14px;
  }
}

.cookies-section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .cookies-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .cookies-section {
    padding: 50px 0;
  }
}
.cookies-section .feed-bg {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .cookies-section .feed-bg {
    display: none;
  }
}
.cookies-section .cookies-content h5 {
  margin: 0 0 10px 0;
  color: #231C45;
  font-weight: 600;
}
.cookies-section .cookies-content ul {
  margin: 0 0 24px 5px;
}
.cookies-section .cookies-content ul li {
  display: flex;
  align-items: baseline;
}
.cookies-section .cookies-content ul li a {
  border-bottom: 1px solid;
  color: #4F5665;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .cookies-section .cookies-content ul li a {
    font-size: 14px;
  }
}
.cookies-section .cookies-content ul li a:hover {
  color: rgb(254, 159, 67);
}
.cookies-section .cookies-content ul li i {
  font-size: 5px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.cookies-section .cookies-content p {
  margin: 0 0 24px 0;
  color: #4F5665;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .cookies-section .cookies-content p {
    font-size: 14px;
  }
}

.casediues-section {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .casediues-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .casediues-section {
    padding: 40px 0;
  }
}
.casediues-section .casestudiues-blk {
  margin-bottom: 24px;
}
.casediues-section .casestudiues-blk .casediues-card {
  position: relative;
  overflow: hidden;
}
.casediues-section .casestudiues-blk .casediues-card:hover img {
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
}
.casediues-section .casestudiues-blk .view {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background: #00A2FF;
  text-align: center;
  margin: 24px 0 0 24px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  border-radius: 100px;
  background: var(--secondary, #FE9F43);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.casediues-section .casestudiues-blk .card-info {
  padding: 24px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 54px 0px rgba(206, 206, 206, 0.25);
}
.casediues-section .casestudiues-blk .card-info .card-avatar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.casediues-section .casestudiues-blk .card-info .card-avatar a img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url(../_path-to-image_.html), lightgray 50%/cover no-repeat;
}
.casediues-section .casestudiues-blk .card-info .card-avatar .post-info {
  margin-left: 8px;
  padding: 8px 0 8px 0;
}
.casediues-section .casestudiues-blk .card-info .card-avatar .post-info h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.casediues-section .casestudiues-blk .card-info .card-avatar .post-info p {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  margin-bottom: 0px;
}
.casediues-section .casestudiues-blk .card-info .card-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #2c2c2c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .casediues-section .casestudiues-blk .card-info .card-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .casediues-section .casestudiues-blk .card-info .card-content h3 {
    font-size: 20px;
  }
}
.casediues-section .casestudiues-blk .card-info .card-content p {
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .casediues-section .casestudiues-blk .card-info .card-content p {
    font-size: 14px;
  }
}
.casediues-section .blog-sidebar {
  border-radius: 10px;
  background: #FFF;
  padding: 24px;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
}
@media (max-width: 767.98px) {
  .casediues-section .blog-sidebar {
    margin-top: 24px;
  }
}
.casediues-section .blog-sidebar .card {
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid #E8E8E8;
}
.casediues-section .blog-sidebar .card .card-header {
  background: none;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #E8E8E8;
}
.casediues-section .blog-sidebar .card .card-header .card-title {
  margin-bottom: 0;
  color: #2c2c2c;
}
.casediues-section .blog-sidebar .card .card-body {
  padding: 0;
}
.casediues-section .blog-sidebar .card .card-body .categories li a {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .casediues-section .blog-sidebar .card .card-body .categories li a {
    font-size: 14px;
  }
}
.casediues-section .blog-sidebar .card .card-body .categories li a span {
  float: right;
}
.casediues-section .blog-sidebar .card .card-body .categories li + li {
  margin-top: 15px;
}
.casediues-section .blog-sidebar .tags-widget .card-body .tags {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.casediues-section .blog-sidebar .tags-widget .card-body .tags li {
  float: left;
}
.casediues-section .blog-sidebar .tags-widget .card-body .tags li input[type=checkbox] {
  display: none;
  cursor: pointer;
}
.casediues-section .blog-sidebar .tags-widget .card-body .tags li input[type=checkbox]:checked + label {
  background: rgb(254, 159, 67);
  color: #ffffff;
  border-color: rgb(254, 159, 67);
}
.casediues-section .blog-sidebar .tags-widget .card-body .tags li .tag {
  background-color: #DFEEF0;
  font-size: 16px;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 10px 20px;
  border-radius: 90px;
  color: #606060;
}
.casediues-section .blog-sidebar .tags-widget .card-body .tags li .tag:hover {
  background: rgb(254, 159, 67);
  color: #ffffff;
}
.casediues-section .blog-sidebar .tags-widget .card-body .tags li a {
  padding: 10px 20px;
  border-radius: 90px;
  background: #DFEEF0;
  color: #606060;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
}
@media (max-width: 1199.98px) {
  .casediues-section .blog-sidebar .tags-widget .card-body .tags li a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .casediues-section .blog-sidebar .tags-widget .card-body .tags li a {
    font-size: 14px;
  }
}

.section-case-details {
  padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .section-case-details {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .section-case-details {
    padding: 40px 0;
  }
}
.section-case-details .casestudy-details-wrap {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 44px 0px rgba(206, 206, 206, 0.25);
  padding: 24px;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .section-case-details .casestudy-details-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-case-details .casestudy-details-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-case-details .casestudy-details-wrap {
    margin-bottom: 24px;
  }
}
.section-case-details .casestudy-details-wrap .case-details-img {
  margin: 0 0 40px 0;
}
@media (max-width: 767.98px) {
  .section-case-details .casestudy-details-wrap .case-details-img {
    margin: 0 0 24px 0;
  }
}
.section-case-details .casestudy-details-wrap .case-details-img img {
  border-radius: 10px;
}
.section-case-details .casestudy-details-wrap .case-detail-content {
  margin: 0 0 49px 0;
}
@media (max-width: 991.98px) {
  .section-case-details .casestudy-details-wrap .case-detail-content {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.98px) {
  .section-case-details .casestudy-details-wrap .case-detail-content {
    margin: 0 0 24px 0;
  }
}
.section-case-details .casestudy-details-wrap .case-detail-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-case-details .casestudy-details-wrap .case-detail-content ul li a {
  color: #231C45;
  font-size: 16px;
  font-weight: 500;
}
.section-case-details .casestudy-details-wrap .case-detail-content ul li::after {
  content: "\f054";
  font-family: "fontawesome";
  margin: 0 5px;
}
.section-case-details .casestudy-details-wrap .case-detail-content ul li:last-child::after {
  display: none;
}
.section-case-details .card-info .carded-avatar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section-case-details .card-info .carded-avatar a {
  margin-right: 28px;
}
.section-case-details .card-info .carded-avatar a img {
  width: 80px;
  height: 80px;
  border-radius: 60px;
  background: url(../_path-to-image_.html), lightgray 50%/cover no-repeat;
}
.section-case-details .card-info .carded-avatar .posted-info {
  border: 1px solid #E5E5E5;
  border-left: none;
  border-right: none;
  width: 100%;
}
.section-case-details .card-info .carded-avatar .posted-info h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #1B2950;
  margin-top: 10px;
}
.section-case-details .card-info .carded-avatar .posted-info p {
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  margin-bottom: 10px;
}
.section-case-details .case-content-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  margin-bottom: 20px;
}
.section-case-details .case-content-wrap p:last-child {
  margin-bottom: 0;
}
.section-case-details .related-case-study {
  padding: 10px;
  margin: 0 0 40px 0;
}
@media (max-width: 767.98px) {
  .section-case-details .related-case-study {
    margin: 0 0 24px 0;
  }
}
.section-case-details .related-case-study h2 {
  margin-bottom: 0;
}
.section-case-details .casestudiues-blk {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .section-case-details .casestudiues-blk {
    margin-bottom: 24px;
  }
}

.related-case-slider.owl-carousel {
  position: relative;
}
.related-case-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  right: 0;
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.related-case-slider.owl-carousel .owl-nav .owl-next:hover {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.related-case-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 0;
  border-radius: 50px;
  background: #ffffff;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.related-case-slider.owl-carousel .owl-nav .owl-prev:hover {
  background-color: rgb(254, 159, 67);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/*# sourceMappingURL=style.css.map */
