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

.primary-text {
  color: #1A2E53 !important;
}

.secondary-text {
  color: #990a0c !important;
}

.black-text {
  color: #000000 !important;
}

.white-text {
  color: #ffffff !important;
}

.red-text {
  color: #a60000 !important;
}

.primary-bg {
  background-color: #1A2E53;
}

.secondary-bg {
  background-color: #990a0c;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #3f4040;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: #990a0c;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #990a0c;
}

.navbar .pricenewnavbarlist {
  margin-top: 16px;
  font-weight: 600;
}

.navbar .btn-primary {
  background-color: #990a0c !important;
  border-radius: 7px;
  font-weight: 600;
}

.navbar .btn-outline-primary {
  color: #990a0c;
  border-color: #990a0c !important;
  border-radius: 7px;
  font-weight: 600;
}

.navbar .btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.open>.dropdown-toggle.btn-outline-primary {
  color: #fff;
  background-color: #990a0c;
}

.hero {
  background: #990a0c;
  color: #fff;
  margin-top: 78px;
}

.hero .hero-content {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero .hero-content h2 {
  font-size: 2.6rem;
  font-weight: 600;
}

.hero .hero-img {
  margin-top: 1rem;
  margin-bottom: -2.9rem;
}

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

.site-btn {
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 25px !important;
  border: 1px solid;
  font-weight: 600;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-btn.btn-white {
  color: #990a0c;
  background: #fff;
  border-color: #fff;
}

.site-btn.btn-primary {
  color: #fff;
  background-color: #1A2E53;
  border-color: #1A2E53;
}

.site-btn.btn-primary:hover,
.site-btn.btn-primary:active,
.site-btn.btn-primary:focus {
  background-color: #12274e !important;
}

.site-btn.btn-secondary {
  color: #fff;
  background-color: #990a0c;
  border-color: #990a0c;
}

.site-btn.btn-secondary:hover,
.site-btn.btn-secondary:active,
.site-btn.btn-secondary:focus {
  background-color: #40050b !important;
}

.site-outlite {
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 25px !important;
  border: 1px solid;
  font-weight: 600;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #000;
}

.site-outlite.btn-white {
  color: #fff;
  border-color: #fff;
}

.site-outlite.btn-primary {
  color: #1A2E53;
  border-color: #1A2E53;
}

.site-outlite.btn-primary:hover,
.site-outlite.btn-primary:active,
.site-outlite.btn-primary:focus {
  color: #ffffff;
  background-color: #1A2E53;
}

.site-outlite.btn-secondary {
  color: #990a0c;
  border-color: #990a0c;
}

.site-outlite.btn-secondary:hover {
  color: #ffffff;
  background-color: #990a0c;
}

.eyn-section {
  padding: 50px 0;
}

.eyn-section .eyn-content {
  min-height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px -4px #000;
  box-shadow: 0px 0px 6px -4px #000;
  border-radius: 25px;
  padding: 2rem 2.5rem;
  list-style: none;
}

.eyn-section .eyn-content li {
  margin-bottom: 8px;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}

.eyn-section .eyn-content li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(../images_new/home/checksecondary.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.site-title {
  text-align: center;
  margin-bottom: 2rem;
}

.site-title.primary-bg {
  background: #1a2e53;
}

.site-title.primary-bg h2 {
  color: #fff;
}

.site-title.primary-bg p {
  color: #fff;
}

.site-title h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #990a0c;
}

.site-title p {
  max-width: 360px;
  margin: 0 auto;
}

.wtd-inner {
  text-align: center;
  padding-top: 40px;
}

.wtd-inner .wtd-title {
  margin-top: 24px;
  border-top: 2px solid #990a0c;
  padding-top: 24px;
  color: #990a0c;
}

.wtd-inner .wtd-title h2 {
  font-weight: 600;
}

.wtd-testimonial .carousel-indicators {
  position: relative;
}

.wtd-testimonial .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #282828;
}

.wtd-testimonial .carousel-indicators li.active {
  background-color: #282828;
}

.wtd-testi-inner {
  text-align: center;
  max-width: 900px;
  padding: 25px 0;
  position: relative;
  padding: 0 35px;
  margin: 0 auto;
  margin-top: 40px;
}

.wtd-testi-inner-text {
  text-align: center;
  max-width: 700px;
}

.wtd-testi-inner .name {
  font-weight: 600;
}

.testimonial-card {
  text-align: center;
  background-color: white;
  border: 2px solid #DFDFDF;
  border-radius: 20px;
}

.testimonial-size-1 {
  width: 30%;
  height: 220px;
}

.testimonial-size-2 {
  width: 33%;
  height: 250px;
}

.testimonial-card-text {
  margin: 0px !important;
}

.primary-bg {
  background: #1a2e53;
}

.olbl-section .site-title {
  padding: 50px 0 150px 0;
}

.olbl-section .site-title p {
  max-width: 800px !important;
}

.olbl-section .olbl-content {
  margin-top: -150px;
}

.olbl-section .olbl-content .olbl-inner {
  min-height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px -4px #000;
  box-shadow: 0px 0px 6px -4px #000;
  border-radius: 25px;
  padding: 1rem 1.5rem;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.olbl-section .olbl-content .olbl-inner.primary-text {
  color: #1A2E53;
}

.olbl-section .olbl-content .olbl-inner.primary-text .olbl-ul li:before {
  background-image: url(../images_new/home/checkprimary.svg);
}

.olbl-section .olbl-content .olbl-inner.secondary-text {
  color: #990a0c;
}

.olbl-section .olbl-content .olbl-inner.secondary-text .olbl-ul li:before {
  background-image: url(../images_new/home/closesecondary.svg);
}

.olbl-section .olbl-content .olbl-inner p.small {
  margin: 0 0 6px 0;
  font-size: 90%;
}

.olbl-section .olbl-content .olbl-inner h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 19px;
}

.olbl-section .olbl-content .olbl-inner .olbl-ul {
  list-style: none;
  padding: 0;
  min-width: 220px;
}

.olbl-section .olbl-content .olbl-inner .olbl-ul li {
  margin-bottom: 8px;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
  text-align: left;
}

.olbl-section .olbl-content .olbl-inner .olbl-ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.olbl-section .watchdemo {
  padding: 40px 0;
}

.olbl-section .watchdemo .single-button {
  text-align: center;
}

.olbl-section .watchdemo .site-title {
  padding: 24px 0;
  margin: 0;
}

.olbl-section .watchdemo .watchdemo-video {
  max-width: 800px;
  margin: 0 auto;
}

.olbl-section .watchdemo .watchdemo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: normal;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.olbl-section .watchdemo .watchdemo-list li {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  padding: 0 16px;
  margin-bottom: 16px;
}

.olbl-section .watchdemo .watchdemo-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #990a0c;
  color: #990a0c;
  border-radius: 26px;
  -webkit-transition: all 0.23s ease;
  transition: all 0.23s ease;
}

.olbl-section .watchdemo .watchdemo-list li a:hover {
  background-color: #990a0c;
  color: #fff;
  text-decoration: none;
}

.olbl-section .watchdemo .watchdemo-list li a:hover svg path {
  fill: #fff;
}

.olbl-section .watchdemo .watchdemo-list li a svg {
  margin-right: 8px;
}

.lead-innovation {
  padding: 50px 0;
  color: #fff;
}

.lead-innovation .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #ffffff;
  text-align: center;
}

.lead-innovation .lead-ino-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lead-innovation .lead-ino-content .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.lead-innovation .lead-ino-content .icon svg {
  width: 70px;
  height: 70px;
}

.lead-innovation .lead-ino-content .icon svg path {
  fill: #fff;
}

.lead-innovation .lead-ino-content .lead-ino-list {
  list-style: none;
  padding: 0;
}

.lead-innovation .lead-ino-content .lead-ino-list li {
  margin-bottom: 8px;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
  text-align: left;
}

.lead-innovation .lead-ino-content .lead-ino-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images_new/home/play.svg);
}

.cyc-section {
  padding: 50px 0;
}

.cyc-section .site-title p {
  max-width: unset;
  color: #990a0c;
  font-weight: 500;
}

.cyc-section .cyc-row {
  overflow: hidden;
  border-bottom: 2px solid #1A2E53;
  margin-bottom: 50px;
}

.cyc-section .cyc-inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cyc-section .cyc-inner h5 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 600;
}

.cyc-section .cyc-inner p {
  max-width: 420px;
  text-align: center;
}

.cyc-section .cyc-round {
  background: #1A2E53;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -40px;
}

.cyc-section .cyc-round img {
  max-height: 100%;
  margin-top: 24px;
  border-radius: 25px;
}

.howmany {
  text-align: center;
}

.howmany .title {
  font-weight: 600;
}

.howmany .title-gray p {
  max-width: 900px;
  margin: 0 auto;
}

.howmany .package-box .icon {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
  background: #990a0c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.howmany .package-box .icon img {
  max-width: 100%;
}

.howmany .package-box p.small {
  font-size: 100%;
  margin-top: 1rem;
  margin-bottom: 5px;
}

.howmany .package-box h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #990a0c;
}

.primary-circle {
  position: absolute;
  width: 350px;
  height: 350px;
  background: #1A2E53;
  border-radius: 50%;
  left: -11%;
  bottom: -15%;
  z-index: -1;
}

.secondary-circle {
  position: absolute;
  width: 350px;
  height: 350px;
  background: #990a0c;
  border-radius: 50%;
  right: -11%;
  top: -15%;
  z-index: -1;
}

.questions {
  text-align: center;
}

.questions .title-gray {
  max-width: 510px;
  margin: 24px auto;
}

.questions .chat-secondary {
  margin: 0 auto;
  max-width: 535px;
  position: relative;
}

.questions .chat-secondary:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -8px;
  left: calc(100% + 10px);
  margin: auto;
  bottom: 0;
  background-image: url(../images_new/icon/chat.png);
  background-size: cover;
}

.questions .chat-secondary .chat-textbox {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px 25px 0 0;
  background: #990a0c;
}

.questions .chat-primary {
  background: #1A2E53;
  padding: 24px 16px;
  color: #fff;
}

.questions .chat-primary .chatp-inner p {
  max-width: 500px;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.questions .chat-primary .chatp-inner .btn-white {
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 18px;
}

.templates-section .single-button {
  margin: 50px 0;
  text-align: center;
}

.templates-section .single-button .viewmore-btn {
  width: 100%;
  max-width: 400px;
}

.templates-section .template-card {
  text-align: center;
}

.templates-section .template-card .image {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px -3px #000;
  box-shadow: 0px 0px 6px -3px #000;
  margin-bottom: 10px;
}

.templates-section .template-card .name {
  font-weight: 600;
  text-transform: uppercase;
  margin: 24px 0;
}

.content-gallery {
  padding: 50px 0 30px 0;
  background: #1A2E53;
  color: #fff;
  text-align: center;
}

.content-gallery h2.title {
  margin-bottom: 50px;
}

.content-gallery .gallery-card {
  text-align: center;
  margin-bottom: 2.5rem;
}

.content-gallery .gallery-card .img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px -3px #000;
  box-shadow: 0px 0px 6px -3px #000;
  margin-bottom: 10px;
}

.content-gallery .gallery-card h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 24px 0;
}

.site-footer {
  padding: 50px 0 24px 0;
}

.site-footer .footer-logo {
  width: 148px;
}

.site-footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.site-footer .social-icon a {
  color: #990a0c;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
}

.site-footer .social-icon a:hover {
  background: whitesmoke;
}

.site-footer .footer-text {
  text-align: center;
}

.site-footer .footer-text h4 {
  font-size: 18px;
  color: #990a0c;
  font-weight: normal;
}

.site-footer .footer-text h4 a {
  text-decoration: none;
  color: #990a0c;
}

.site-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  color: #990a0c;
}

.site-footer .footer-links .address p {
  max-width: 150px;
  margin-top: 12px;
}

.site-footer .footer-links .footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-links .footer-link-list .head {
  font-weight: 600;
  margin-bottom: 5px;
}

.site-footer .footer-links .footer-link-list a {
  color: inherit;
  text-decoration: none;
}

.site-footer .copy-text {
  text-align: center;
  margin-top: 24px;
  color: #990a0c;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1A2E53;
}

.template-card p {
  min-height: 105px;
}

@media only screen and (max-width: 991px) {
  .hero-inner {
      padding: 15px 0;
  }
  .navbar-toggler {
      background: #ede6e7;
  }
  .buttons button {
      margin-bottom: 10px;
  }
  .primary-circle {
      bottom: 0;
  }
  .secondary-circle {
      top: 0;
  }
  .navbar .btn-primary {
      margin-bottom: 10px;
  }
  .card {
      margin-left: 0% !important;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-size-1 {
      width: 100%;
      height: 220px;
  }
  .testimonial-size-2 {
      width: 100%;
      height: 250px;
  }
  .primary-circle {
      bottom: 0;
      left: 0;
  }
  .secondary-circle {
      top: 0;
      right: 0;
  }
  .questions .chat-secondary {
      padding-right: 50px;
  }
  .questions .chat-secondary:after {
      left: inherit;
      right: 4px;
  }
  .site-title {
      padding-left: 16px !important;
      padding-right: 16px !important;
  }
  .hero-inner {
      padding: 24px 0;
  }
  .hero-content {
      margin-bottom: 16px;
  }
  .eyn-row .col-sm-6:first-child,
  .olbl-content .col-sm-6:first-child,
  .videos-row .col-sm-6:first-child {
      margin-bottom: 16px;
  }
  .template-card,
  .package-box {
      margin-bottom: 24px;
  }
  .site-footer .footer-links {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .site-footer .footer-links .footer-link-list {
      width: 50%;
  }
  .templates-section .single-button {
      margin: 22px 0 40px 0;
      text-align: center;
  }
  .olbl-section .watchdemo .watchdemo-list li {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      padding: 0 8px;
  }
  .olbl-section .watchdemo .watchdemo-list li a {
      padding: 7px 14px;
      font-size: 14px;
  }
}

@media only screen and (max-width: 450px) {
  .logo {
      max-width: 150px;
  }
}

@media only screen and (max-width: 500px) {
  .cardcol {
      margin-bottom: 40px;
  }
  .plansincluder {
      margin-top: 50px;
  }
  .themecon .circle_blue {
      height: 1px;
      width: 1px;
      visibility: hidden;
  }
  .themecon .circle_red {
      height: 1px;
      width: 1px;
      visibility: hidden;
  }
  .themescreenshot {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .themess4 {
      margin-top: -30px !important;
  }
}


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

.carousel-inner img.d-block.w-100 {
  max-height: 245px;
}


/* --------------- Video Video Overlay --------------- */

.video-overlay-link img {
  margin-top: -7px;
  margin-bottom: -5px;
  margin-left: -8px;
  /*height: 28px;*/
  width: auto;
}

.video-overlay,
.ad-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}

.ad-overlay {
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.75);
}

.video-overlay-close,
.ad-overlay-close {
  color: #76838f;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  margin: 0px;
  padding: 10px 0px;
}

.ad-overlay-close {
  color: #fff;
}

.video-overlay-close:hover,
.ad-overlay-close:hover {
  text-decoration: none;
  color: #DF282B;
}

@media only screen and (min-width: 500px) {
  #pricingpage {
      width: 500px !important;
  }
  .themecon {
      width: 500px;
  }
  .themecon .circle_blue {
      margin-top: 290px;
      margin-left: 110px;
  }
  .themecon .circle_red {
      margin-left: -25px;
  }
  .screenshotcol-left {
      text-align: center;
  }
  .screenshotcol-right {
      text-align: center;
  }
  .themescreenshot {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .themess4 {
      margin-top: -30px !important;
  }
  .cardcol {
      margin-bottom: 40px;
  }
  .plansincluder {
      margin-top: 50px;
  }
}

@media only screen and (min-width: 640px) {
  .video-overlay-link img {
      margin-top: -15px;
      margin-bottom: -10px;
      margin-left: -12px;
      /*height: 40px;*/
      width: auto;
  }
  #pricingpage {
      width: 540px !important;
  }
  .themecon {
      width: 540px !important;
  }
  .themecon .circle_blue {
      margin-top: 290px;
      margin-left: 155px;
  }
  .themecon .circle_red {
      margin-left: -25px;
  }
}

@media only screen and (min-width: 768px) {
  .video-overlay-link img {
      margin-top: -13px;
      margin-bottom: -10px;
      margin-left: -12px;
      /*height: 38px;*/
      width: auto;
  }
  .video-overlay .col-sm-offset-2 {
      margin-left: 16.66666667%;
  }
  #pricingpage {
      width: 768px !important;
  }
  .themecon {
      width: 768px !important;
  }
  .themecon .circle_blue {
      margin-top: 290px;
      margin-left: 245px;
  }
  .themecon .circle_red {
      margin-left: 65px;
  }
}

@media only screen and (min-width: 992px) {
  .video-overlay-link img {
      margin-top: -15px;
      margin-bottom: -10px;
      margin-left: -12px;
      /*height: 40px;*/
      width: auto;
  }
  #pricingpage {
      width: 960px !important;
  }
  .themecon {
      width: 960px !important;
  }
  .themecon .circle_blue {
      margin-top: 30px;
      margin-left: 560px;
  }
  .themecon .circle_red {
      margin-left: -50px;
  }
  .themess4 {
      margin-top: 0px !important;
  }
  .screenshotcol-left {
      text-align: left;
  }
  .screenshotcol-right {
      text-align: right;
  }
  .cardcol {
      margin-bottom: -50px;
  }
  .plansincluder {
      margin-top: 150px;
  }
  .navbar .btn-primary {
      margin-right: 15px;
      margin-top: 16px;
      height: 30px;
      padding-left: 30px;
      padding-right: 30px;
      display: inline-flex;
      align-items: center;
      text-align: center;
  }
  .navbar .btn-outline-primary {
      margin-top: 16px;
      padding-left: 10px;
      padding-right: 10px;
      height: 30px;
      display: inline-flex;
      align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  #pricingpage {
      width: 1140px !important;
  }
  .themecon {
      width: 1140px !important;
  }
  .themecon .circle_blue {
      margin-top: 30px;
      margin-left: 720px;
  }
  .themecon .circle_red {
      margin-left: 0px;
  }
  .screenshotcol-left {
      text-align: left;
  }
  .screenshotcol-right {
      text-align: right;
  }
}

.splash .video-overlay-link img {
  margin-left: 0px;
}

.s-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 9999;
  background: white;
}

.price {
  font-weight: 700;
}

.cardcontent {
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 10%;
}

.mostpopular {
  background-color: #990a0c;
  color: white !important;
  position: absolute;
  margin-top: -16%;
  width: 100%;
}

.buynow {
  width: 60%;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 320%);
  border: 0px;
  background-color: #1B3056;
  color: white;
  font-weight: 500;
  border-radius: 10px;
  height: 35px;
}

.cardselling {
  border-color: #990a0c !important;
}

.card {
  word-wrap: normal;
  margin-top: 5%;
  margin-left: -3%;
  margin-right: 3%;
  padding-top: 15%;
  background-color: white;
  border-color: white;
  border-radius: 15px;
  border-width: 2px;
  height: 105%;
  box-shadow: 0px 0px 31px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 31px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px -9px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

#pricingpage h1 {
  color: #990a0c;
  font-weight: 700;
}

#pricingpage p {
  color: #565656;
}

#pricingpage h2 {
  color: #1B3056;
  margin-top: 2%;
  margin-bottom: 2%;
  font-weight: 600;
}

#pricingpage h4 {
  font-size: 18px;
  font-weight: 700;
}

#pricingpage li {
  list-style-image: url("../images_new/icon/ListBullet.png");
  text-align: left;
  margin-top: 1%;
  margin-bottom: 1%;
}

.cardli {
  margin-left: 25%;
}

#pricingpage h4 span {
  font-size: 12px;
  font-weight: 400;
}

#pricingpage h3 {
  color: #1B3056;
  font-size: 24px;
  font-weight: 700;
}

.featurelist {
  margin-left: 1%;
  margin-right: 1%;
}

.pricingparent {
  display: flex;
  justify-content: center;
}

.reaw_display h1 {
  color: #990a0c;
  font-weight: 700;
}

.themespace {
  padding-top: 50px;
  padding-bottom: 50px;
}

.themespace h5 {
  font-weight: 500;
  font-size: 22px;
}

.themespace h2 {
  font-weight: 600;
  font-size: 2rem;
}

.themespace2 {
  width: 100%;
  background-color: #990a0c;
}

.themespace5 {
  background-color: #182C51;
}

.themespace1 h2 {
  color: #990a0c;
}

.themespace1 h5 {
  color: #990a0c;
}

.themespace2 h2 {
  color: #fff;
}

.themespace2 h5 {
  color: #fff;
}

.themespace2 p {
  color: #fff;
}

.themespace3 h2 {
  color: #1A2E53;
}

.themespace3 h5 {
  color: #1A2E53;
}

.site-btn.btn-blue {
  color: #fff;
  background: #1A2E53;
  border-color: #1A2E53;
}

.site-outlite.btn-blue {
  color: #1A2E53;
  border-color: #1A2E53;
}

.themespace4 h2 {
  color: #990a0c;
}

.themespace4 h5 {
  color: #990a0c;
}

.themespace5 h2 {
  color: #fff;
}

.themespace5 h5 {
  color: #fff;
}

.themespace5 p {
  color: #fff;
}

.themecon .circle_blue {
  position: absolute;
  z-index: -1;
}

.themecon .circle_red {
  position: absolute;
  z-index: -1;
  margin-top: -70px;
}

.themescreenshot {
  max-width: 100%;
  max-height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 31px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 31px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px -9px rgba(0, 0, 0, 0.75);
}

.themeparent .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
}

.herotxt {padding: 60px 100px;}
.fixed {
  position: fixed;
  z-index: 999;
  top: 70px;
  background: #fff;
  width: 100%;
}
.hero-section {
  background: #990a0c;
  }

.hero-section h2 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
}
.hero-section p {color: #fff; font-weight: 600; font-size: 24px;}

nav#nav {margin-top: -40px;}
#myNavbar ul li {width: 20%;}
#myNavbar ul li a {
  background: #fff;
  padding:15px 20px;
  border-radius: 8px;
  margin: 0 10px;
  text-align: center;
  display: block;
  color: #000;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  height: 80px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
#myNavbar ul li a:hover {color: #990a0c; text-decoration: none;}
nav#nav.fixed {
  margin-top: 0px;
  padding-top: 20px;
  background: #990a0c;
}
.page-heading {
    text-align: center;
    margin-bottom: 25px;
}
.page-heading h2 {
    font-size: 30px;
    color: #162e55;
    font-weight: 600;
    line-height: 34px;
    position: relative;
}
.page-heading p {
  margin-top: 30px;
  margin-bottom: 0px;
}
.page-heading h2::before {
    content: "";
    height: 5px;
    background: #162e55;
    position: absolute;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
    bottom: -15px;
}
#house-selling .page-heading h2 {color:#990a0c;}
#house-selling .page-heading h2::before {background: #990a0c;}
.temp-section {text-align: center;}
.temp-section .btn-primary {
    color: #fff;
    background-color: #1A2E53;
    border-color: #1A2E53;
    border-radius: 6px;
    padding: 7px 50px;
    text-transform: uppercase;
}
#house-selling .temp-section .btn-primary {
    color: #fff;
    background-color: #990a0c;
    border-color: #990a0c;
}
.temp-section .shadow-sm {box-shadow: 0 .125rem 10px rgba(0,0,0,.085)!important;}
.frame{
    border-radius: 5px;
  }
  .card .title{
    text-align:center;
  }

  .framescroll {
    height:400px;
  }

  .frame{
    width:100%;
    padding: 0 5px;
  }
  .frame img{
    object-fit: cover;
    width:100%;
    transform: translateY(0);
    transition: 10s ease-out;
  }
  .frame:hover {overflow: hidden;}
  .frame:hover img {
    object-fit: cover;
    width:100%;
    transform: translateY(calc(-100% + 400px));
    transition: 10s ease-out;
  }
  .frame:hover .bg-image{
      background-position: 0 100%;
   }

.framescroll {overflow: auto; max-height: 400px;}
 .framescroll::-webkit-scrollbar, .mat-drawer-inner-container::-webkit-scrollbar {width: 10px;overflow-y: scroll;background: #fff;box-shadow: inset 0 0 4px #fff;}
.framescroll{scrollbar-color: rgb(210,210,210) rgba(46,54,69,0) !important;scrollbar-width: thin !important;}
.framescroll::-webkit-scrollbar-thumb, .mat-drawer-inner-container::-webkit-scrollbar-thumb {background: #DFDFDF;border-radius: 10px;}
.framescroll img { object-fit: cover;width: 100%;}
div#motivated-seller {
    border-bottom: 5px solid #990a0c;
    margin-bottom: 50px;
}

.bg-blue-dark {background: #162e55;}
.bg-red-dark {background-color: #990a0c;}
#wholesaling .shadow-sm, #hybrid-investor .shadow-sm {background: #fff;border-radius: 6px;}
#wholesaling .page-heading h2, #hybrid-investor .page-heading h2 {color: #fff;}
#wholesaling .page-heading h2::before, #hybrid-investor .page-heading h2::before {background: #fff;}
#wholesaling .temp-section .btn-primary, #hybrid-investor .temp-section .btn-primary {background: #fff; border-color: #fff; color: #162e55;}

.getyour-site {
  background: rgb(21,41,77);
  background: linear-gradient(0deg, rgba(21,41,77,1) 0%, rgba(27,48,86,1) 100%);
}
.signup-site {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.signup-site h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.signup-site h2 strong {font-weight: 700;}
.signup-site a.btn-primary {
  width: 100%;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 300;
    margin-top: 30px;
    background-color: #fff;
    border-color: #fff;
    color: #1b3056;
}

.mobilefixed-nav {
  padding: 5px 15px;
  color: #000;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  display: none !important;
  background: #eee;
}
.fixed .mobilefixed-nav {background: rgb(94,0,9);}
.mobilefixed-nav .btn i {font-size: 26px; color: rgb(94,0,9);}
.fixed .mobilefixed-nav {color: #fff;}
.fixed .mobilefixed-nav .btn i {color: #fff;}
#myNavbar {display: block;}

@media (max-width:767px) {
    .herotxt {padding: 10px 15px;}
    .hero-section h2 {font-size: 2rem;}
    .hero-section p {font-size: 18px;}
    nav#nav.fixed {background: transparent; padding-top: 0;}
    .fixed {top:56px}
    #myNavbar ul li {width: 100%;}
    nav#nav {margin-top:0px}
    .mobilefixed-nav {display: flex !important;}
    #myNavbar {display: none;background: #fff;}
    .websiteNav .container {padding-left: 0; padding-right: 0;}
    #myNavbar ul li a {height: auto; border-radius: 0;justify-content: left; text-align: left; margin: 0;}
    .page-heading h2 {font-size: 26px;}
}

.top-header {
  box-shadow: 0 3px 6px rgb(0 0 0 / 17%);
  background: #fff;
}

/* New About and Contact Page CSS */
.page-intro {
  padding: 30px 0;
  background: #990a0c;
}
.page-intro .title {
  color: #fff;
  margin: 8px;
  font-weight: bold;
  text-align: center;
}

.about-page-intro {
  padding: 2rem 1rem;
}
.about-page-intro .title {
  text-align: center;
  color: #990a0c;
  font-weight: bold;
  margin-bottom: 2rem;
}
.about-page-intro .video-wrapper {
  position: relative;
  z-index: 11;
}
.about-page-intro .video-wrapper::before, .about-page-intro .video-wrapper::after {
  content: "";
  content: "";
  position: absolute;
  background-color: #990c0c;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  z-index: -1;
}
.about-page-intro .video-wrapper::before {
  background-color: #990c0c;
  left: -18%;
  bottom: -15px;
}
.about-page-intro .video-wrapper::after {
  background-color: #1b3056;
  right: -18%;
  top: -30px;
}

.faq-sec {
  padding: 1rem;
  margin: 0.5rem;
}
.faq-sec .accordion_head {
  color: #1b3056;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  text-decoration: underline;
  text-underline-position: under;
  position: relative;
  margin-left: 10px;
}
.faq-sec .accordion_head::after {
  content: "►";
  position: absolute;
  color: #1b3056;
  left: 8px;
  transform: rotate(0);
  transition: transform 0.4s ease;
}
.faq-sec .accordion_head.active::after {
  transform: rotate(90deg);
}
.faq-sec .accord_desc {
  font-size: 16px;
  line-height: 1.65;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq-sec .accord_desc.active_desc {
  max-height: 100%;
}

.about-content {
  padding: 1rem;
  margin: 0.5rem;
}
.about-content .text-wrapper .text-wrap p {
  font-size: 16px;
  line-height: 25px;
  color: #212529cc;
  text-align: justify;
}
.about-content .text-wrapper .text-wrap p strong {
  color: #1b3056;
}

.quotes-wrapper {
  margin: 1rem 0;
  background-color: #990a0c;
  padding: 40px 20px;
}
.quotes-wrapper p {
  color: #fff;
}
.quotes-wrapper .open-quote {
  margin: 10px auto;
}
.quotes-wrapper .name {
  font-weight: bold;
}