/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.module_17106724120613 {
  min-height: 596px;
  width: 100%;
}
/*@font-face {
      font-family: 'Poppins';
      src: url('@import%20url%28%27https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap') format('woff2');
      font-display: swap;
    }*/
body {
    font-family: 'Poppins', Arial !important;
}
p {
  min-height: 1.6rem;
}

p a {
  transition: none !important;
}
.blog-heading h1 {
  min-height: 1.6rem !important;
}
.display-4 {
  min-height: 1.35rem;
}
h1 {
  min-height: 1.6rem !important;
}
/*=== Menu ===*/
.header__top {
  width: 100%;
  height: 55px;
  background: rgb(22,48,91);
background: linear-gradient(183deg, rgba(22,48,91,1) 0%, rgba(12,23,44,1) 100%);
}
.header__top a {
  background: linear-gradient(0deg, rgba(242, 112, 47, 1) 0%, rgba(243, 150, 57, 1) 100%) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    border: none !important;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 14px;
    text-decoration: none !important;
}
.header__top a:hover {
  background: #fff !important;
  color: #192848 !important;
  opacity: 1 !important;
}

.header__menu-announcement p {
  min-height: 1.6rem;
}

 @media (max-width: 768px) {
   .header__top.header__top-announcement {
     display: none;
  }
}
 @media (max-width: 768px) {
  .header__bottom {
    min-height: 46px !important;
    width: 100% !important;
   }
}
.header__bottom {
    min-height: 86px;
    width: 100%;
}

/*=== Text Styles ===*/
span.gradient {
  background: -webkit-linear-gradient(rgb(243, 155, 58), rgb(242, 112, 47));
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent !important;
}
ul {
  list-style-image: none !important;
}

ol {
  font-weight: 400 !important;
}

ol li {
  margin-bottom: 1.25rem;
}

  ul li.tick {
  list-style: none;
}

li.tick:before {
  content: '✓';
  color: #f2702f;
  padding-right: 10px;
}
  
ol.large li::marker {
    font-size: 18px;
    font-weight: 600;
}
ol.large p {
  font-size: 16px;
}
ol.medium li::marker {
    font-weight: 600;
}
blockquote {
	max-width: 630px;
	position: relative;
	margin: 4.5rem;
	padding: 1.5rem;
  border-left: 5px solid #f2702f;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0rem;
}

/*=== Buttons ===*/
.btn, .btn-wrapper .cta-button {
  transition: none;
}
.btn-wrapper.btn-primary-wrapper .cta-button {
    background: rgb(242,112,47) !important;
    background: linear-gradient(0deg, rgba(242,112,47,1) 0%, rgba(243,150,57,1) 100%) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
  border: none !important;
}
.btn-wrapper.btn-primary-wrapper .cta-button:hover {
  background: #00263A !important;
  border: none !important;
}
.btn-wrapper.btn-secondary-wrapper .cta-button:hover {
    background: rgb(242,112,47) !important;
    background: linear-gradient(0deg, rgba(242,112,47,1) 0%, rgba(243,150,57,1) 100%) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
  border: none !important;
}
.btn-wrapper.btn-tertiary-wrapper .cta-button {
    background: rgb(242,112,47) !important;
    background: linear-gradient(0deg, rgba(242,112,47,1) 0%, rgba(243,150,57,1) 100%) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
  border: none !important;
}
.btn-wrapper.btn-tertiary-wrapper .cta-button:hover {
  background: #fff !important;
  color: #00263A !important;
}
.btn-wrapper.btn-outline-white-wrapper .cta-button {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
}
.header-scroll .btn-wrapper.btn-outline-white-wrapper .cta-button {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    border-color: #00263A !important;
    color: #00263A !important;
}
.btn-wrapper.btn-none-wrapper.btn-wrapper-md a.cta-button {
    font-weight: 600;
  color: #F2702F;
}
.btn-wrapper.btn-none-wrapper.btn-wrapper-md .cta-button {
  padding: 0px;
}
.text-white .btn-wrapper.btn-none-wrapper.btn-wrapper-md .cta-button {
  color: #F2702F;
}
/*.btn-wrapper.btn-none-wrapper a.cta-button:after {
    content: url(https://www.qorusdocs.com/hubfs/QorusDocs/Website/Icons/arrow%20-%20orange.svg);
    margin-left: 0.25rem;
    position: absolute;
    right: -1.5rem;
    transition: all 0.2s ease;
    height: 18px;
}
.btn-wrapper.btn-none-wrapper a.cta-button:hover:after {
    right: -1.8rem;
}*/
/*=== Typewrite ===*/
.type-wrap {
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 0.06em solid #14284A;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);  
}
.typewrite {
    display: inline;
  }
h1 .typewrite span {
  background: -webkit-linear-gradient(rgb(243, 155, 58), rgb(242, 112, 47));
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent !important;
}
.anim-typewriter{
  animation: typewriter 4s linear 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: transparent;}
  to{border-right-color: transparent;}
}


/*=== Hero ===*/
.home_hero.sr-hero-02 .height-small {
  padding: 10rem 0rem 6rem !important;
}
.hero .blaze-pagination {
  display: none !important;
}
.hero-feature.sr-card.sr-border.text-auto {
    text-align: center;
}
.hero-feature-content.description.sr-spacer-top-25 {
    display: none;
}
/*.sr-cover-parallax.sr-hero-features.sr-spacer-50 {
    padding-bottom: 0px;
}*/
.home_hero .display-3 {
  margin-bottom: 1.34375rem;
}
.home_hero .lead p {
    padding-bottom: 15px !important;
}
.home_hero .sr-cover-image {
  top: 20% !important;
  opacity: 50% !important;
}
@media (max-width: 768px) {
.home_hero .heading {
    min-height: 86px !important;
}
}

/*=== Cards ===*/
.qd-cards .card-inner .text-wrapper {
  padding: 0 30px;
}
.qd-cards .card {
  box-shadow: 0px 8px 24px 0 rgba(29, 140, 242, 0.16);
    transition: filter 0.2s ease-in-out;
}
/*.qd-cards .card:hover {
      box-shadow: 0px 8px 24px 0 rgba(242, 112, 47, 0.32);
}*/

.qd-cards-resources .card-inner .text-wrapper {
  padding: 0 30px;
}
.qd-cards-resources .card {
  box-shadow: 0px 8px 24px 0 rgba(29, 140, 242, 0.16);
    transition: filter 0.2s ease-in-out;
}
.qd-cards-resources .card-inner p.heading.p {
    margin-bottom: 0.30rem;
}
.qd-cards-resources .card-inner h6.heading.h6 {
    padding: 0px 15px;
}

/*=== SR Cards Three ===*/
.sr-cards-three-cols-01.full-img .card-image {
    height: auto !important;
}
.sr-cards-three-cols-01.full-img .col-card {
  box-shadow: none;
  border: none;
}
.sr-cards-three-cols-01.full-img .sd-card {
  background-color: none;
}
.full-img .card-inner-details {
  display: none !important;
}
/*=== SR Cards Five ===*/
.cards-height .col-lg-2 {
  height: 400px;
}
/*=== Features ===*/
.sr-two-col-features-02 .media-body p {
  line-height: 1.6 !important;
  font-size: inherit !important;
}

/*=== CTA Box ===*/
.cta-box {
  border-radius: 20px;
}

/*=== Clients ===*/
.qd-clients .logo-slider.column-auto.blaze-track.sr-spacer-top-25 {
  padding-top: 0px !important;
}

/*=== Blog Form Sticky ===*/
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}
.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	/* Position the items */
	// &:nth-child(2) { top: 25%; }
	// &:nth-child(3) { top: 50%; }
	// &:nth-child(4) { top: 75%; }
}
 @media (max-width: 768px) {
   .sidebar-item {
    position: relative !important;
  }
}
.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 100px;   
  padding: 0 15px;
}
.sidebar-item .blog-form {
  /*background: linear-gradient(-225deg, #14284A 0%, #0D1426 100%);
  border-top: 8px solid #1a8fe3;*/
  border-radius: 0 0 25px 0;
}
.sidebar-item .blog-form .sr-form {
  padding: 2rem;
  color: #192848;
}
.sidebar-item .blog-form .sr-form h3 {
  color: #192848;
  font-size: 1.2rem;
}
.sidebar-item .blog-form .sr-form label {
  color: #192848;
}
.sidebar-item .blog-form .submitted-message {
    color: #192848;
}
.sidebar-item .blog-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 20px;
    font-size: 13px;
    line-height: 1.2rem;
}
.blog-form .field span {
  color: #192848;
}
.blog-form .hs-button.primary.large{
      background: rgb(242, 112, 47) !important;
    background: linear-gradient(0deg, rgba(242, 112, 47, 1) 0%, rgba(243, 150, 57, 1) 100%) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    border: none !important;
  color: white;
}

/*=== Blog ===*/
.article-meta {
    padding: .75rem 1.25rem !important;
    color: #afb8c9;
}
.article-panel .data, .tag {
    font-size: 13px !important;
    color: #afb8c9;
}
.article-panel h3 {
    font-weight: 700 !important;
    margin-top: .625rem;
    margin-bottom: 2rem !important;
    font-size: 1.2rem;
    line-height: 1.2;
    display: block;
    letter-spacing: 0;
}
.article-panel .article-img:after {
  opacity: 0;
}
.blog-featured-image {
  text-align: center;
  padding: 0 0 3rem 0 !important;
  min-height: 480px;
  width: 100%;
}
.blog-featured-image img {
  margin: 0 auto;
}
@media (max-width: 768px) {
.blog-featured-image {
  min-height: 160px !important;
  }
}

.tag a {
  font-size: 18px !important;
    line-height: 1 !important;
    color: #afb8c9 !important;
}
.blog-tags {
  justify-content: center !important;
  margin-bottom: 20px !important;
  display: flex;
  gap: 5px;
}
.post .author-section {
  background: #f5f7f9;
  padding: 2em;
  margin-bottom: 3.4em;
  border-radius: 0 0 50px 0;
}
.post .author-section .avatar img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  outline: none;
  cursor: pointer;
}
.blog .tag a {
  font-size: 18px !important;
  line-height: 1 !important;
  color: #afb8c9 !important;
}
.author-details span.author {
  font-size: 13px;
  font-weight: 600;
}
.author-details p.bio {
  font-size: 12px !important;
  line-height: 19px !important;
}
.blog-related-posts .related-posts h6 {
   border-top: 1px solid rgb(236, 236, 236);
   font-size: 20px;
   letter-spacing: 0.2em;
   margin: 0px 0px 43px;
   position: relative;
   text-align: center;
   text-transform: uppercase;
   z-index: 3;
}
.blog-related-posts .related-posts h6 span {
  display: inline-block;
  position: relative;
  top: -13px;
  background: white;
  padding: 0px 30px;
}
.blog-related-posts .article-content .data, .tags {
   justify-content: left !important;
    margin-bottom: 5px !important;
}
.blog-related-posts .data, .tags a {
   font-size: 15px !important;
   color: #afb8c9;
}
@media only screen and (min-width: 768px) {
.blog-related-posts .article-panel:first-of-type {
  display: block !important;
  }
.blog-related-posts .article-panel .article-img {
    max-width: 100% !important;
  height: 200px !important;
  }
.blog-related-posts .article-panel .article-content {
    max-width: 100% !important;
  }
}
.blog-pr .author-section .avatar img {
  width: 50%;
    height: auto;
    border-radius: 0;
    margin-right: 1.2em;
    position: relative;
}
.blog-pr .avatar img {
    border-radius: 0%;
    border: 1px #333;
    max-width: 40%;
}

.lp_hero {
  background: #192848;
}

/*=== Boxes ===*/
.box-round {
  border-radius: 20px;
}
.box-round::before {
    border-radius: 20px;
}
.box-feature .text-center {
  width: 70%;
  margin: 0 auto;
}
.no-top-spacer .sr-spacer-top-50 {
  padding-top: 0px;
}
h2.heading.text-center {
    margin-bottom: 1rem;
}
.diversity.sr-offer-parallax-01 .sr-offer-parallax-01-content {
    top: 460px !important;
}

/*=== Testimonials ===*/
@media (min-width: 992px) {
    .two-cards .slider-rail {
        grid-template-columns: 1fr 1fr;
    }
}
.testimonial-card .sr-card {
  box-shadow: 0px 8px 24px 0 rgba(29, 140, 242, 0.16);
  transition: filter 0.2sease-in-out;
}
.testimonial-card-2 .sr-card {
  box-shadow: 0px 8px 24px 0 rgba(29, 140, 242, 0.16);
  transition: filter 0.2sease-in-out;
}

@media (min-width: 992px) {
    .testimonial-card-2 .slider-rail {
        grid-template-columns: 1fr 1fr;
    }
}

/*=== Form ===*/
.sr-form {
  box-shadow: 0px 8px 24px 0 rgba(29, 140, 242, 0.16);
    transition: filter 0.2s ease-in-out;
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
    border-radius: 10px;
    border: 1px solid rgba(242, 112, 47, 1.0);
}
.sr-offer-two-col-03 .sr-form {
  box-shadow: 0px 8px 24px 0 rgba(29, 140, 242, 0.16) !important;
    transition: filter 0.2s ease-in-out !important;
}
.legal-consent-container p {
    font-size: 0.8rem;
    margin-bottom: 0px !important;
}
.btn-wrapper.btn-primary-wrapper input[type=submit].hs-button.primary {
    background: rgb(242,112,47) !important;
    background: linear-gradient(0deg, rgba(242,112,47,1) 0%, rgba(243,150,57,1) 100%) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    border: none !important;
}
.form-control, input {
  min-height: 2.9rem !important;
}
.field span, .field>label, .form-group label, .form-group span {
  font-size: 0.8rem !important;
}
form {
  gap: 20px !important;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0px !important;
}
.sr-multicol-media .col-lg-6 .sr-form {
    width: 650px;
    min-height: 598px;
}

/*=== Compare ===*/
.sr-pricing-01.compare .plan-row .plan-cell .prefix, .price, .suffix {
  display: none;
}
.sr-pricing-01.compare .row-heading {
  display: none;
}
.sr-pricing-01.compare .plan-row.bottom-row {
  display: none;
}
.sr-pricing-01.prompts .plan-row {
  display: none;
}
.sr-pricing-01.prompts .table-cell.flex-column {
  display: none;
}

/*=== Video ===*/
.vjs-hubspot .simple-play-button {
    background: rgb(242,112,47) !important;
    background-color: linear-gradient(0deg, rgba(242,112,47,1) 0%, rgba(243,150,57,1) 100%) !important;
}
.sr-video-slider-01 button.playBtn svg g {
    fill: white !important;
}
.sr-video-slider-01 .blaze-arrow, .sr-video-slider-01 .blaze-arrow svg {
  fill: #F2702F;
}
.sr-job-listing-01 span.b.bg-primary {
  background-color: #fff !important;
}
.sr-job-listing-01 span.p.bg-primary {
  background-color: #fff !important;
}
/*.sr-pricing-01 svg, svg g {
    fill: #F2702F;
}*/

/* === Stats ===*/
.sr-cards-grid-02.stats .display-3 {
    margin-bottom: 0.625rem;
}
.sr-cards-grid-02.stats .sr-spacer-bottom-50 {
    padding-bottom: 1.125rem;
}

/*=== Email Preferences ===*/
.email-prefs .item {
  -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin: 20px 0px;
    cursor: pointer;
}
.email-prefs .item .item-inner.highlighted-subscription.selected {
    background: #fff1ee;
}
.email-prefs .item .item-inner.selected {
    background: #f0f7fc;
    border: 1px solid #e0e7ec;
}
.email-prefs .item .item-inner {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
    background: #f7f7f7;
}
.email-prefs .item .item-inner * {
    color: #444;
}
.checkbox-row {
    margin-top: 0;
    overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .checkbox-row input {
        position: relative;
        top: 5px;
    }
}
.checkbox-row input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    float: left;
}
.checkbox-row span.fakelabel span {
    float: left;
    font-weight: bold;
    margin-left: 7px;
    vertical-align: top;
}
.email-prefs .item p {
    clear: both;
    margin: 5px 20px 0px;
}
.email-prefs input {
    min-height: 0.9rem !important;
}
#submitbutton {
  background: rgb(242, 112, 47) !important;
    background: linear-gradient(0deg, rgba(242, 112, 47, 1) 0%, rgba(243, 150, 57, 1) 100%) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    border: none !important;
  font-size: .875rem;
    min-height: 2.875rem;
    padding: 1.125rem;
  color:#fff;
}