body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 14px;
  font-weight: 300;
}

a {
  text-decoration: none;
}

.theme-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 12px 42px;
  border-radius: 100px;
  background: #f04c23;
  border: 2px solid #f04c23;
}
.theme-btn.light-btn {
  color: #f04c23;
  background-color: #fff;
}

.section-head {
  text-align: center;
  margin-bottom: 55px;
}
.section-head .section-title {
  color: #2a2a2a;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}
.section-head .section-title span {
  color: #f04c23;
}

.breadcrumb {
  display: block;
  margin: 0 0 2px;
}
.breadcrumb ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li a {
  color: #f04c23;
}

@media (max-width: 1199.98px) {
  .section-head {
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .theme-btn {
    font-size: 14px;
    padding: 8px 30px;
  }
  .section-head .section-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 2px;
  }
}
@media (max-width: 575.98px) {
  .section-head {
    margin-bottom: 25px;
  }
  .section-head .section-title {
    font-size: 24px;
  }
}
/* components */
.site-header {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 28px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.site-header .brand-logo img {
  height: 58px;
}
.site-header .toggle-btn {
  color: #f04c23;
  font-size: 40px;
  float: right;
}

#menu-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-main-menu li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ecf0f4;
}
#menu-main-menu li a {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 5px;
  text-decoration: none;
  display: block;
}
#menu-main-menu li:hover < a {
  color: #fff;
  background-color: #f04c23;
}

@media (max-width: 767.98px) {
  .site-header .brand-logo img {
    height: 58px;
  }
}
@media (max-width: 575.98px) {
  .brand-col {
    width: 50%;
    float: left;
  }
  .menu-col {
    width: 50%;
    float: right;
    margin-top: 0;
  }
}
.site-footer {
  color: #fff;
  margin-top: 100px;
  padding: 55px 15px 0;
  background: #202020;
}
.site-footer .brand-logo img {
  height: 52px;
  margin-bottom: 32px;
}
.site-footer .demo-btn {
  color: #f04c23;
  margin: 4px 0 30px;
  padding: 11px 55px;
  border-radius: 8px;
  background: transparent;
}
.site-footer .demo-btn:hover {
  color: #fff;
  background-color: #f04c23;
}
.site-footer .mobile-menu a {
  width: 110px;
  height: 38px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  margin: 25px 10px 0 0;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .mobile-menu a.app-store {
  background-image: url(./../../assets/images/appstore.png);
}
.site-footer .mobile-menu a.play-store {
  background-image: url(./../../assets/images/playstore.png);
}
.site-footer .footer-menu-title {
  color: #f04c23;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 37px 0 25px;
}
.site-footer .footer-navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.site-footer .footer-navigation ul li {
  margin-bottom: 3px;
}
.site-footer .footer-navigation ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.site-footer .contact-data a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 0 25px;
}
.site-footer .contact-data p, .site-footer .contact-data a {
  padding-left: 30px;
  position: relative;
}
.site-footer .contact-data i {
  color: #f04c23;
  font-size: 20px;
  top: -4px;
  left: 0;
  position: absolute;
}
.site-footer .copyright-row {
  padding: 25px 15px 15px;
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
}
.site-footer .social-media-menu {
  display: block;
  margin-top: 50px;
}
.site-footer .social-media-menu #menu-social-media-menu {
  padding: 0px;
}
.site-footer .social-media-menu #menu-social-media-menu li {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  overflow: hidden;
  list-style: none;
  border-radius: 3px;
  display: inline-block;
  background-size: contain;
}
.site-footer .social-media-menu #menu-social-media-menu li a {
  height: 100%;
  color: transparent;
  padding: 0;
  display: block;
}
.site-footer .social-media-menu #menu-social-media-menu li.facebook {
  background-image: url(./../../assets/images/fb.png);
}
.site-footer .social-media-menu #menu-social-media-menu li.linkedIn {
  background-image: url(./../../assets/images/in.png);
}
.site-footer .social-media-menu #menu-social-media-menu li.youtube {
  background-image: url(./../../assets/images/yt.png);
}

@media (max-width: 1199.98px) {
  .site-footer .mobile-menu a {
    width: 100px;
    height: 32px;
    margin: 2px 2px 0 0;
  }
  .site-footer .social-media-menu {
    margin-top: 30px;
  }
  .site-footer .contact-data p,
  .site-footer .contact-data a {
    font-size: 13px;
    padding-left: 28px;
  }
  .brand-info p {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 991.98px) {
  .site-footer .demo-btn {
    margin: 4px 0 25px;
    padding: 7px 25px;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-menu-title {
    margin: 37px 0 5px;
  }
  .contact-data .footer-menu-title {
    margin-bottom: 15px;
  }
}
.hero-banner {
  padding: 210px 15px 180px;
  margin-bottom: 20px;
  background: url(../../assets/images/hero-bg.png) no-repeat right;
  background-size: contain;
  background-position-y: -25px;
}
.hero-banner .hero-image img {
  width: 95%;
  float: left;
}
.hero-banner .hero-content .main-text {
  color: #2a2a2a;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hero-banner .hero-content .main-text span {
  color: #f04c23;
}
.hero-banner .hero-content .action-row {
  display: block;
  margin-bottom: 12px;
}
.hero-banner .hero-content p {
  font-size: 20px;
  font-weight: 300;
}
.hero-banner .hero-content .tip {
  color: #039a2e;
  font-size: 14px;
}

@media (max-width: 1499.98px) {
  .hero-banner {
    padding: 200px 15px 150px;
  }
}
@media (max-width: 1399.98px) {
  .hero-banner .hero-content .main-text {
    font-size: 50px;
  }
  .hero-banner .hero-content p {
    font-size: 17px;
    margin: 10px 0 15px;
    font-weight: 300;
  }
}
@media (max-width: 1279.98px) {
  .hero-banner {
    padding: 175px 15px 130px;
    background-size: 88vh;
    background-position-y: 0;
  }
  .hero-banner .hero-image img {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .hero-banner {
    padding: 175px 15px 70px;
    background-size: 65vh;
  }
  .hero-banner .hero-content .main-text {
    font-size: 34px;
  }
  .hero-banner .hero-content .hero-content p {
    font-size: 15px;
    padding-right: 58px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner {
    background-size: 70vh;
    background-position-y: 0;
    background-position-x: 125%;
  }
  .hero-banner .hero-image img {
    margin-top: 50px;
  }
  .hero-banner .hero-content p {
    font-size: 16px;
  }
}
@media (max-width: 875.98px) {
  .hero-banner {
    background-position-x: 152%;
  }
}
@media (max-width: 767.98px) {
  .hero-banner {
    background-size: 70vh;
    padding: 110px 15px 15px;
  }
  .hero-banner .hero-content {
    order: 2;
    text-align: center;
    margin: 35px 0 0;
  }
  .hero-banner .hero-content p {
    padding-right: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .hero-banner {
    background-size: contain;
    background-position-x: 100%;
  }
  .hero-banner .hero-content .main-text {
    font-size: 24px;
  }
}
.statistics-section {
  padding: 30px 0 70px;
}
.statistics-section .card-row {
  padding: 0 40px;
}
.statistics-section .value-box {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #ebebeb;
}
.statistics-section .value-box .icon {
  width: 80px;
  height: 80px;
  display: block;
  animation-duration: 3s;
  margin: 42px auto 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.statistics-section .value-box.box-a .icon {
  background-image: url(../../assets/images/icon01.png);
}
.statistics-section .value-box.box-a:hover .icon {
  background-image: url(../../assets/images/icon01-o.png);
}
.statistics-section .value-box.box-b .icon {
  background-image: url(../../assets/images/icon04.png);
}
.statistics-section .value-box.box-b:hover .icon {
  background-image: url(../../assets/images/icon04-o.png);
}
.statistics-section .value-box.box-c .icon {
  background-image: url(../../assets/images/icon03.png);
}
.statistics-section .value-box.box-c:hover .icon {
  background-image: url(../../assets/images/icon03-o.png);
}
.statistics-section .value-box.box-d .icon {
  background-image: url(../../assets/images/icon02.png);
}
.statistics-section .value-box.box-d:hover .icon {
  background-image: url(../../assets/images/icon02-o.png);
}
.statistics-section .value-box .number {
  color: #f04c23;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  margin: 0 0 15px;
}
.statistics-section .value-box .number .fig-number::before {
  content: "";
  width: 25px;
  height: 40px;
  display: block;
  top: 5px;
  left: 15px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.statistics-section .value-box .number.down-arr .fig-number::before {
  background-image: url(../../assets/images/down-arrow.png);
}
.statistics-section .value-box .number.up-arr .fig-number::before {
  background-image: url(../../assets/images/up--arrow.png);
}
.statistics-section .value-box .text {
  color: #858585;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  padding: 0 10px;
  text-transform: uppercase;
}

@media (max-width: 1499.98px) {
  .statistics-section {
    padding: 30px 0 40px;
  }
  .statistics-section .card-row {
    padding: 0 0px;
  }
}
@media (max-width: 991.98px) {
  .statistics-section {
    padding: 30px 0 10px;
  }
  .statistics-section .card-wrap {
    padding: 0 120px;
  }
  .statistics-section .card-wrap .card-col {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .statistics-section .card-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .statistics-section {
    padding: 10px 0 10px;
  }
  .statistics-section .card-wrap .card-col {
    width: 50%;
  }
}
@media (max-width: 479.98px) {
  .statistics-section .card-wrap {
    max-width: 270px;
    display: block;
    margin: 0 auto;
  }
  .statistics-section .card-wrap .card-col {
    width: 100%;
  }
}
.datatab-section {
  padding: 40px 15px 0;
}
.datatab-section .data-tabs {
  margin-top: 8px;
}
.datatab-section .data-tabs .nav {
  width: 520px;
  height: calc(100% - 10px);
  display: block;
  padding: 25px 20px;
  border-radius: 8px;
  background: #f6f6f9;
}
.datatab-section .data-tabs .nav .nav-link {
  width: 100%;
  color: #f04c23;
  text-align: left;
}
.datatab-section .data-tabs .nav.nav-pills .nav-link {
  padding: 12px 12px;
  margin-bottom: 8px;
  background-color: #fff;
}
.datatab-section .data-tabs .nav.nav-pills .nav-link i {
  color: #f04c23;
  font-size: 18px;
  float: left;
  margin-right: 15px;
}
.datatab-section .data-tabs .nav.nav-pills .nav-link.active, .datatab-section .data-tabs .nav.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f04c23;
}
.datatab-section .data-tabs .nav.nav-pills .nav-link.active i, .datatab-section .data-tabs .nav.nav-pills .show > .nav-link i {
  color: #fff;
}
.datatab-section .tab-content img {
  width: 100%;
  border-radius: 8px;
}
.datatab-section .tab-content .dashboard-preview {
  border-radius: 8px;
  padding: 0 22px;
  margin-bottom: 20px;
}
.datatab-section .ft-note {
  color: #2a2a2a;
  font-size: 15px;
  text-align: center;
  margin: 58px auto 30px;
}

/* flip boxes */
.flip-boxes {
  padding: 0 10px;
  margin-top: 15px;
  justify-content: center;
}

.flip-box {
  display: flex;
  align-content: stretch;
  min-height: 100px;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  border-top: 0;
  perspective: 1000;
}
.flip-box:hover .back {
  transform: rotateX(0deg);
  z-index: 10;
}
.flip-box:hover .front {
  transform: rotateX(180deg);
  z-index: -1;
}
.flip-box .back,
.flip-box .front {
  position: relative;
  background-color: #ffffff;
  color: #f04c23;
  display: flex;
  justify-content: left;
  padding: 0 25px;
  flex: 0 0 100%;
  border-radius: 8px;
  transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transform-style: preserve-3d;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.flip-box .back {
  color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 8px;
  width: 100%;
  z-index: -1;
  background-color: #f04c23;
  transform: rotateX(-180deg);
}
.flip-box .back .content {
  font-size: 20px;
  font-weight: 500;
}
.flip-box .back .content i {
  width: 65px;
  height: 65px;
  color: #f04c23;
  font-size: 35px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  border-radius: 100px;
  background: #fff;
}
.flip-box .front {
  z-index: 10;
}
.flip-box .front .content {
  font-size: 20px;
  font-weight: 500;
}
.flip-box .front .content i {
  width: 65px;
  height: 65px;
  color: #f04c23;
  font-size: 35px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  border-radius: 100px;
}
.flip-box .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transform: translateZ(20px);
}
.flip-box .content i {
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .datatab-section .data-tabs .nav.nav-pills .nav-link {
    font-size: 14px;
  }
  .datatab-section .data-tabs .nav.nav-pills .nav-link i {
    display: block;
  }
  .flip-box {
    min-height: 82px;
  }
  .flip-box .content {
    font-size: 14px !important;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  .datatab-section {
    padding: 20px 15px 0;
  }
  .datatab-section .data-tabs {
    margin-top: 0;
    display: block !important;
  }
  .datatab-section .data-tabs .nav {
    width: 100%;
    height: auto;
  }
  .datatab-section .tab-content .dashboard-preview {
    padding: 0 10px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .datatab-section .tab-content .flip-boxes .col-md-6 {
    padding: 0;
  }
}
.flipcard-grid-section {
  margin-top: 58px;
  padding: 100px 15px 80px;
  background-color: #ffede5;
}
.flipcard-grid-section .title-cart-wrap {
  width: 100%;
  height: calc(100% - 25px);
  display: block;
  padding: 30px;
  border-radius: 15px;
  background: rgb(240, 77, 36);
  background: linear-gradient(328deg, rgb(240, 77, 36) 0%, rgb(240, 77, 36) 35%, rgb(241, 135, 81) 100%);
}
.flipcard-grid-section .title-cart-wrap .title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  margin: 0 0 35px;
}
.flipcard-grid-section .title-cart-wrap a {
  color: #181818;
  font-size: 14px;
  text-decoration: underline;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 240px;
  margin-bottom: 25px;
  perspective: 1000px;
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card .flip-card-front,
.flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card .flip-card-data {
  padding: 25px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.flip-card .flip-card-data i {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 25px;
}
.flip-card .flip-card-data h3 {
  color: #f04c23;
  font-size: 17px;
  display: block;
  text-align: left;
  margin-bottom: 14px;
}
.flip-card .flip-card-data p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}
.flip-card .flip-card-front {
  color: #2a2a2a;
  background-color: #fff;
}
.flip-card .flip-card-back {
  color: #fff;
  background-color: #f04c23;
  transform: rotateY(180deg);
}
.flip-card .flip-card-back h3 {
  color: #fff;
}

.flipcard-crousal-section {
  padding: 75px 15px 50px;
}
.flipcard-crousal-section .slick-slide {
  padding: 0 10px;
}
.flipcard-crousal-section .slick-slide .flip-card {
  height: 400px;
  font-weight: 300;
}
.flipcard-crousal-section .slick-slide .flip-card .flip-card-data i {
  margin: 52px auto 40px;
}
.flipcard-crousal-section .slick-slide .flip-card .flip-card-data h3 {
  text-align: center;
}
.flipcard-crousal-section .slick-slide .flip-card .flip-card-data p {
  text-align: center;
}
.flipcard-crousal-section .flip-card-front {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.flipcard-crousal-section .flip-card-back ul {
  font-size: 14px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.flipcard-crousal-section .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 20px 0 0;
}
.flipcard-crousal-section .slick-dots li {
  margin: 0 8px;
  display: inline-block;
}
.flipcard-crousal-section .slick-dots li button {
  color: transparent;
  width: 58px;
  height: 10px;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid #f04c23;
}
.flipcard-crousal-section .slick-dots li.slick-active button {
  background: #f04c23;
}

@media (max-width: 1399.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 340px;
  }
}
@media (max-width: 1199.98px) {
  .flipcard-crousal-section .slick-dots {
    margin: 0px 0 0;
  }
}
@media (max-width: 991.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 280px;
  }
}
@media (max-width: 757.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .flipcard-crousal-section {
    padding: 55px 15px 50px;
  }
  .flipcard-crousal-section .slick-dots li {
    margin: 0 2px;
  }
  .flipcard-crousal-section .slick-dots li button {
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .flipcard-crousal-section .slick-dots li button {
    width: 35px;
  }
}
.testimonial-section {
  padding: 30px 15px 0;
}
.testimonial-section .faq-row {
  padding: 0 50px;
}
.testimonial-section .review-col {
  border-radius: 15px 0 0 15px;
  background: #f6f6f9;
}
.testimonial-section .review-col .review-list {
  height: 100%;
  padding: 45px 70px;
}
.testimonial-section .review-col .review-list .review-card p {
  color: #2a2a2a;
  font-size: 22px;
  line-height: 1.5;
}
.testimonial-section .review-col .review-list .review-card .client-prof {
  display: block;
  margin-top: 35px;
}
.testimonial-section .review-col .review-list .review-card .client-prof .name {
  color: #f04c23;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
.testimonial-section .review-col .review-list .review-card .client-prof .designation {
  color: #989898;
  font-size: 17px;
  margin: 0 0 2px;
}
.testimonial-section .review-col .review-list .review-card .client-prof .logo {
  width: 200px;
  height: 58px;
  display: block;
  margin: 0 0 5px;
  background: #ccc;
}
.testimonial-section .faq-col {
  padding: 30px 30px;
  border-radius: 0 15px 15px 0;
  background: #f04c23;
}
.testimonial-section .faq-col .faq-wrap {
  color: #fff;
}
.testimonial-section .faq-col .faq-wrap .tag {
  color: #f04c23;
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
  border-radius: 15px;
  background: white;
}
.testimonial-section .faq-col .faq-wrap h4 {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin: 0 0 25px;
}
.testimonial-section .faq-col .faq-wrap p {
  font-weight: 300;
  display: block;
  margin: 0px 0 50px;
}
.testimonial-section .faq-col .faq-wrap a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
.testimonial-section .faq-col .faq-wrap a i {
  font-size: 15px;
  float: right;
  margin: -1px 0 0 5px;
}

@media (max-width: 1199.98px) {
  .testimonial-section {
    padding: 0px 15px 0;
  }
  .testimonial-section .review-col .review-list {
    padding: 35px 35px;
  }
  .testimonial-section .review-col .review-list .review-card p {
    font-size: 20px;
  }
  .testimonial-section .faq-col .faq-wrap h4 {
    font-size: 18px;
  }
  .testimonial-section .faq-col .faq-wrap p {
    font-size: 14px;
    margin: 0px 0 15px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section .faq-col {
    border-radius: 0px 0px 15px 15px;
  }
}
.fourCard-grid-section {
  margin-top: 58px;
  padding: 100px 15px 80px;
  background-color: #ffede5;
}
.fourCard-grid-section .grid-list {
  position: relative;
}
.fourCard-grid-section .grid-list .grid-icon {
  width: 158px;
  height: 158px;
  display: block;
  z-index: 5;
  border-radius: 100%;
  top: calc(45% - 76px);
  left: calc(49% - 70px);
  position: absolute;
  background-image: url(./../../assets/images/wwd.png);
  background-color: #ffffff;
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: center;
}
.fourCard-grid-section .col-md-6 {
  padding: 5px;
}
.fourCard-grid-section .flip-card {
  margin-bottom: 0px;
}
.fourCard-grid-section .flip-card.lt-box .flip-card-inner .flip-card-front {
  background-color: rgb(59, 104, 181);
}
.fourCard-grid-section .flip-card.lt-box:hover .flip-card-inner {
  box-shadow: 0 4px 8px 0 rgba(59, 104, 181, 0.5);
}
.fourCard-grid-section .flip-card.lt-box .card-data i, .fourCard-grid-section .flip-card.lt-box .card-data h3 {
  color: #fff;
}
.fourCard-grid-section .flip-card.rt-box .flip-card-inner .flip-card-front {
  background-color: rgb(235, 115, 36);
}
.fourCard-grid-section .flip-card.rt-box:hover .flip-card-inner {
  box-shadow: 0 4px 8px 0 rgba(235, 115, 36, 0.5);
}
.fourCard-grid-section .flip-card.rt-box .card-data i, .fourCard-grid-section .flip-card.rt-box .card-data h3 {
  color: #fff;
}
.fourCard-grid-section .flip-card.lb-box .flip-card-inner .flip-card-front {
  background-color: rgb(247, 196, 54);
}
.fourCard-grid-section .flip-card.lb-box:hover .flip-card-inner {
  box-shadow: 0 4px 8px 0 rgba(247, 196, 54, 0.5);
}
.fourCard-grid-section .flip-card.lb-box .card-data i, .fourCard-grid-section .flip-card.lb-box .card-data h3 {
  color: #fff;
}
.fourCard-grid-section .flip-card.rb-box .flip-card-inner .flip-card-front {
  background-color: rgb(171, 171, 171);
}
.fourCard-grid-section .flip-card.rb-box:hover .flip-card-inner {
  box-shadow: 0 4px 8px 0 rgba(171, 171, 171, 0.5);
}
.fourCard-grid-section .flip-card.rb-box .card-data i, .fourCard-grid-section .flip-card.rb-box .card-data h3 {
  color: #fff;
}
.fourCard-grid-section .flip-card .flip-card-front {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fourCard-grid-section .flip-card .flip-card-front i {
  color: #f04c23;
  font-size: 54px;
  display: block;
  margin: 0 auto 20px;
}
.fourCard-grid-section .flip-card .flip-card-front h3 {
  text-align: center;
}
.fourCard-grid-section .flip-card .flip-card-back {
  background-color: #fff;
}
.fourCard-grid-section .flip-card .flip-card-back ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fourCard-grid-section .flip-card .flip-card-back ul li {
  color: #f04c23;
  width: 50%;
  line-height: 1;
  float: left;
  padding: 0 25px;
  margin-bottom: 12px;
}
.fourCard-grid-section .flip-card .flip-card-back ul li i {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
  background-size: cover;
}

@media (max-width: 1199.98px) {
  .fourCard-grid-section {
    padding: 58px 15px 80px;
  }
}
@media (max-width: 991.98px) {
  .fourCard-grid-section {
    margin-top: 50px;
    padding: 50px 15px 70px;
  }
  .fourCard-grid-section .flip-card .flip-card-back ul li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .fourCard-grid-section {
    padding: 50px 15px 45px;
  }
  .fourCard-grid-section .grid-list {
    max-width: 350px;
    display: block;
    margin: 0 auto;
    padding: 0px;
  }
  .fourCard-grid-section .grid-list .flip-card {
    margin-bottom: 5px;
  }
  .fourCard-grid-section .grid-list .grid-icon {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .flip-card .flip-card-data {
    padding: 10px;
  }
  .fourCard-grid-section .flip-card .flip-card-back ul li {
    font-size: 12px;
    text-align: center;
  }
}
.cta-section {
  margin-top: 100px;
}
.cta-section .cta-wrap {
  color: #fff;
  padding: 50px 30px;
  border-radius: 10px;
  background: #f04c23;
}
.cta-section .cta-wrap h3 {
  font-size: 22px;
}
.cta-section .cta-wrap p {
  margin-bottom: 0;
}
.cta-section .btn-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* pages */
.home .site-header {
  position: absolute;
  box-shadow: none;
  box-shadow: none;
}
.home .site-header .brand-logo img {
  height: 78px;
}
.home .site-header .toggle-btn {
  color: #fff;
}

.page-template-page-book-a-demo .form-data h3 {
  font-size: 20px;
  margin: 0 0 5px;
}
.page-template-page-book-a-demo .wpcf7-list-item {
  display: inline-block;
  margin: 10px 0 5px 0em;
}
.page-template-page-book-a-demo .form-control {
  font-size: 14px;
  padding: 13px 8px;
}
.page-template-page-book-a-demo .wpcf7 {
  width: 100%;
  float: left;
  margin: 25px 0 0;
}

.content-banner {
  padding: 150px 15px 70px;
  position: relative;
  background-size: cover;
}
.content-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  background: rgb(240, 73, 32);
  background: linear-gradient(0deg, rgba(240, 73, 32, 0.8800113796) 0%, rgba(240, 77, 32, 0.9164259454) 0%, rgba(255, 255, 255, 0.9500393908) 100%);
}
.content-banner .page-head {
  color: #fff;
  z-index: 8;
  position: relative;
}
.content-banner .page-head .package-title {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.content-banner p {
  font-size: 17px;
}

.page-template-page-about .section-head .section-title {
  margin-bottom: 5px;
}
.page-template-page-about .site-header {
  z-index: 8;
  position: absolute;
  margin-bottom: 0;
  box-shadow: none;
}
.page-template-page-about .flow-section {
  margin-top: 80px;
}
.page-template-page-about .flow-section .block-row {
  padding: 15px;
  position: relative;
}
.page-template-page-about .flow-section .block-row .outline {
  padding: 12px;
  border-radius: 18px;
  border: 3px dashed #f04c23;
}
.page-template-page-about .flow-section .block-row .outline .wrap {
  height: 200px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  background: #e8e8e8;
}
.page-template-page-about .flow-section .block-row .outline .wrap p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.page-template-page-about .flow-section .block-row .outline .wrap:hover {
  color: #fff;
  background: #f04c23;
}
.page-template-page-about .flow-section .block-row .bi-arrow-right-short {
  color: #f04c23;
  font-size: 38px;
  top: 40%;
  right: -26px;
  position: absolute;
}
.page-template-page-about .flow-section .block-row .bi-arrow-right-short::after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  top: 26px;
  left: -5px;
  position: absolute;
  background: #f04c23;
}
.page-template-page-about .benefit-section {
  margin-top: 80px;
}
.page-template-page-about .benefit-section .left-text-block,
.page-template-page-about .benefit-section .right-text-block {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 50px;
}
.page-template-page-about .benefit-section .right-text-block {
  text-align: left;
}
.page-template-page-about .benefit-section .text-block i {
  color: #c1c1c1;
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  display: block;
  margin: 0 0 -2px;
}
.page-template-page-about .benefit-section .text-block h3 {
  color: #f04c23;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-about .benefit-section .text-block p {
  color: #373737;
  font-size: 15px;
}
.page-template-page-about .benefit-section .wrap img {
  max-width: 100%;
  padding: 0 20px;
}

.page-template-about-cba .site-header {
  z-index: 8;
  position: absolute;
  margin-bottom: 0;
  box-shadow: none;
}
.page-template-about-cba .about-content {
  margin-top: 70px;
}
.page-template-about-cba .about-content p {
  font-size: 16px;
  line-height: 1.75;
}/*# sourceMappingURL=styles.css.map */