
    
  h1, h2, h3, h4, h5, h6 {
    font-family: "Teko", sans-serif;
    font-weight: 500;
    color: #000;
  }
  h5 {
    color: #c71735;
    font-size: 24px;
  }
  html {
    overflow-x: hidden !important;
  }
  a {
    text-decoration: none;
  }
  /* scrollbar start */
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c71735; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000000; 
  }
    /* scrollbar end */
.banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-img img {
  width: 100%;
}
.main-header {
  background-image: url('../images/banner-bg.webp');
  background-size: cover;
  padding-bottom: 15px;
  background-position: center;
  padding-top: 100px;
}
.main-header .sub-title {
    font-weight: 400;
    font-size: 35px;
    text-align: left;
    text-transform: none;
    color: #fff;
}
.main-header a.view-pricing-txt.various.ani-btn {
  color: #fff;
}
.banner h1 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.08em;
  color: #fff;
}
.banner h1 span{
  color: #c71735;
}

 .h-cont .menu-btn {
  display: flex;
  justify-content: end;
 }
.header a {
  color: #000;
  font-weight: 600;
}
.header a:hover {
  color: #000;
  font-weight: 600;
}
.menu-call {
  display: flex;
  align-items: center;
  color: #000 !important;
  transition: 0.3s;
}
.menu-call:hover {
  color: #000;
  transition: 0.3s;
}
.menu-call:hover p span {
  color: #000;
  transition: 0.3s;
}
.menu-call:hover p i {
  background-color: #000;
}
.menu-number-text {
  color: #c71735;
}
.menu-call p {
  font-weight: 600;
}
.menu-call p i {
  border: solid 1px #c71735;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px;
  margin-right: 10px;
  background-color: #c71735;
  transition: 0.3s;
}
.menu-call p {
  margin-bottom: 0px;
}
.live-chat i {
  color: #67D503;
  margin-right: 5px;
}
.menu-btn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
a.get-start-btn  {
  background: linear-gradient(45deg, black, #c5c5c5);
  color: #fff;
  padding: 13px 25px;
  border-radius: 50px;
  color: #fff;
  transition: 0.3s;
}
a.get-start-btn:hover  {
  background: #000;
  color: #fff;
}
.banner-list {
  list-style: none;
  padding-left: 0px;
}
.banner-list li {
  display: flex;
  line-height: 27px;
  text-align: left;
  align-items: baseline;
}
.banner-list i {
  color: #c71735;
  margin-right: 7px;
  margin-top: 5px;
}
.banner-right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-form {
  background: linear-gradient(45deg, black, transparent);
  padding: 60px 10px;
  max-width: 100%;
}
.banner-form input {
  border-radius: 50px;
}
.banner-form .form-control { 
  color: #fff;
  background-color: #15c1e000;
  background-clip: padding-box;
  border: 3px solid #ffffff;
  padding: 8px 15px;
}
/* .banner-form .form-control:focus, .banner-form .form-control:hover, .contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #000000;
  border: solid black 3px;
  outline: 0;
  box-shadow: 0 0 0 0.01rem #000000;
} */
.banner-form .form-control::placeholder {
  color: #fff;
}
.banner-slider .owl-carousel .item img {
  width: 80%;
}
.banner-slider .owl-dots {
  display: none;
}
.form-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-form textarea.form-control {
  height: 50px;
  border-radius: 50px;
}

.banner-form button {
  border-radius: 50px;
  padding: 10px 7%;
  color: #c71735;
  transition: 0.3s;
  margin: auto;
  display: block;
  background-color: #fff;
  width: 100%;
  font-weight: 500;
  border: solid 2px #fff;
  padding: 8px 15px;
}
.banner-form button:hover {
  background-color: #c71735;
  color: #ffffff ;
}
.sub-title {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}
.sub-title span {
  color: #c71735;
}
.how-can-sec .sub-title {
  color: #fff;
}
.how-can-sec {
  padding: 50px 0px;
  background: linear-gradient(0deg, rgba(7,7,7,1) 0%, rgba(104,104,104,1) 100%);
}
.how-can-col {
  padding: 20px;
  color: #fff;
  text-align: center;
}
.how-can-col img {
  margin-bottom: 20px;
}
.pro-sec {
  margin: 70px 0px;
  padding: 0px 10px;
}
.pro-sec .sub-title {
  text-align: left;
  padding-right: 20px;
}
.pro-img-col img  {
  width: 95%;
}
.pro-img-col  {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-text-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pro-cont a.get-start-btn {
  width: 90%;
  text-align: center;
  padding: 13px;
}
.pro-cont {
  margin-top: 10px;
} 
.your-trust-sec {
  padding: 50px 10px 30px;
  background-color: #F4F4F4;
}
.your-trust-col {
  max-width: 950px;
  margin: auto;
}
.your-trust-col h5 {
  font-size: 35px;
}
.your-trust-sec .sub-title {
  text-align: left;
  padding-right: 50px
} 
.your-trust-sec-right-col, .your-trust-sec-left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.your-trust-sec-left-col img {
  width: 85%;
  margin-inline: auto;
  margin-top: 20px;
}

.ensure-sec {
  color: #fff;
  background-image: url('../images/ensure-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 40px;
  text-align: center;
}

.ensure-sec .pro-cont {
  margin-top: 10px;
  max-width: 800px;
  margin: auto;
} 
.ensure-sec h5 {
  font-size: 34px;
}
.ensure-sec .menu-btn:hover span {
  color: #fff;
}
.ensure-sec a.get-start-btn:hover {
  background-color: #fff;
  color: #000;
}
.col-.ensure-sec-left-col {
  padding: 10px 50px;
}
.ensure-sec .sub-title {
  color: #fff;
  text-transform: uppercase;
}
.ensure-sec .pro-cont a.menu-call p {
  color: #fff;
}
.ensure-img {
  position: relative;
}
.ensure-img img {
  position: absolute;
  top: -80px;
  left: -50px;
  width: 98%;
}
.strategy-sec {
  margin: 70px 0px;
  text-align: center;
}
.strategy-sec .sub-title {
  max-width: 700px;
  margin: auto;
}
.strategy-sec h5 {
  font-size: 35px;
}

.strategy-li-bg-col {
  border-radius: 20px;
  background: linear-gradient(-30deg, rgba(7,7,7,1) 0%, rgba(104,104,104,1) 100%);
  padding: 40px;
  background-image: url('../images/startegy-col-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: solid #c71735 5px;
}
.strategy-sec .banner-list i {
  font-size: 15px;
  margin-right: 10px;
}
.strategy-li-bg-col .banner-list {
  color: #fff;
  font-size: 20px;
}
.strategy-li-bg-col .banner-list li {
  margin-bottom: 10px;
}
.strategy-li-bg-col .banner-list li:nth-last-child(1) {
  margin-bottom: 0px !important;
}
.strategy-down-arrow {
  position: relative;
}

.strategy-up-arrow {
  position: relative;
}
.strategy-icon-box {
  margin-top: 20px;
}
.strategy-icon-box .banner-list p {
  margin-left: 22px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.bg-line {
  padding: 70px;
  background: linear-gradient(45deg, black, transparent);
  margin-top: -200px;
}
.attaining-sec {
  padding: 60px 0px;
  background-image: url('../images/att-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.attaining-sec .menu-btn:hover span {
  color: #fff;
}
.attaining-sec .sub-title {
  text-align: left;
  color: #fff;
}
.att-right-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.att-right-col img {
  width: 100%;
}
.attaining-sec .ensure-sec-left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.attaining-sec a.get-start-btn:hover {
  background-color: #fff;
  color: #000;
}
.attaining-sec .menu-call {
  color: #fff !important;
}
.your-pro-sec {
  padding: 100px 0px;
  position: relative;
}
.your-pro-sec a{
  color: #000;
}
.your-pro-sec .container{
  position: relative;
  z-index: 9;
}
.your-pro-sec::before {
  content: '';
  position: absolute;
  background-image: url(../images/trust-bg-img.png);
  background-size: 82%;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 48px;
  z-index: 1;
}
.your-pro-sec .sub-title {
  font-size: 40px;
}
.tust-col {
  background-image: url('../images/trus-bg.webp');
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  border: solid 20px black;
  padding: 50px;
}
.tust-col img {
  width: 100%;
}
.tust-col-list-row {
  border-bottom: solid 1px black;
  margin-bottom: 20px;
}
.tust-col .banner-list li {
  font-size: 15px;
}
.your-pro-sec .sub-title {
  text-align: left;
}
.your-pro-img img {
  width: 90%;
  margin: auto;
}
.need-help-sec {
  padding: 70p 0px;
}
.need-help-sec {
  padding: 70px 0px;
  background: linear-gradient(45deg, black, #00000059);
  position: relative;
  color: #fff;
}
.need-help-sec::before {
  content: '';
  position: absolute;
  background-image: url(../images/faq-bg.png);
  background-size: 25%;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 30px;
}
.need-help-sec h5 {
  font-size: 50px;
}
.need-help-sec .accordion-button:not(.collapsed) {
  background-color: #000;
}
.cta-sec {
  padding: 70px 0px;
  background-image: url('../images/cta-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.cta-sec button.submit-btn {
    background: #00000000;
}
.form-row input, .form-row button {
  width: 100%;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  border: solid 2px #fff !important;
}
.form-row input {
  background-color: transparent;
}
.form-row input::placeholder {
  color: #fff;
}
.cta-sec .sub-title {
  color: #fff;
}
 
/* FAQ SECTION START */
.need-help-sec {
  padding-block: 100px 70px;
  overflow: hidden;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.accordion .accordion-item {
  border-radius: 34px;
  padding: 20px 26px;
  background-color: transparent;
  border: 1px solid #fff;
  padding-right: 30px;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #fff;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
 
.accordion .accordion-content p {
  font-weight: 400;
  padding-top: 24px;
  color: #fff;
  border-top: 1px solid #fff;
  margin-top: 24px;
}
.faq-img {
  position: relative;
  height: 100%;
}
.faq-img img{
  width: 100%;
  position: absolute;
  bottom: -100px;
  right: 0;
}
 
/* FAQ SECTION END */
 
.test-box {
  padding: 20px;
  border-radius: 20px;
  border: solid 2px #c71735;
  text-align: center;
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.test-box:hover {
  background-color: #c71735;
  color: #fff;
  transition: 0.3s;
}
.test-box i {
  color: #f1d500;
}

p.test-h {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 700;
}
.testi-sec .owl-dots {
  display: none;
}
.testi-sec  {
  padding: 70px  0px;
  text-align: center;
}

/* Footer Styles */
.footer-bottom-text {
  margin: auto;
}
.footer-bottom-text p {
  text-align: center;
}
.footer {
  background-color: #fff;
  padding: 60px 0 0px;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

.footer-description {
  color: #333;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-size: 16px;
}

.footer-contact {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.footer .contact-item a{
  color: #000;
}
.footer .contact-item a i{
  color: #c71735;
  margin-right: 5px;
}
.footer-copyright {
  border-top: solid 1px black;
  padding: 15px;
}
.footer-copyright p {
  margin-bottom: 0px;
}

/* popup start */

#popup-3 {
  box-shadow: 0 0 20px #c71735;
  z-index: 99999999 !important;
  border-radius: 10px;
  background-image: url('../images/home-banner-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  top: 10%;
}
#popup-new {
  border-radius: 15px;
}
#popup-new .modal-body {
  padding: 0px;
}
#popup-new .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  position: absolute;
  right: 0px;
  background-color: #c71735;
  opacity: 1;
  z-index: 9;
  border-radius: 50px;
}
#popup-new .banner-form {
  background-color: #00000087;
  max-width: 100%;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-body .banner-form .form-control {
  margin-bottom: 10px;
}
.modal-header {
  padding: 0px;
  border-bottom: 0px solid #dee2e6;
}
.modal-footer {
  display: none;
}
#popup {
  display: none; 
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  box-shadow: 0 0 20px #c71735;
  z-index: 99999999 !important;
  border-radius: 10px;
  background-image: url('../images/banner-bg-2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.modal-dialog {
  background-color: #000000;
  box-shadow: 0 0 20px #c71735;
  z-index: 99999999 !important;
  border-radius: 10px;
  background-image: url('../images/banner-bg-2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.6s;
  max-width: 50%;
  top: 20%;
 
}

.popup-body {
  background-color: #0000004f;
  box-shadow: 0 0 20px #c71735;
  z-index: 99999999 !important;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.6s;
  max-width: 100%;
}
#overlay-3 {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 99999999 !important;
}
#overlay-2 {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 99999999 !important;
}
#close-btn3 {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #c71735;
  color: white;
  border: none;
  padding: 5px 11px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100px;
  font-weight: bold;
}
#close-btn3:hover {
  background-color: #13a7c1;
}
#close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #c71735;
  color: white;
  border: none;
  padding: 5px 11px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100px;
  font-weight: bold;
}
#close-btn:hover {
  background-color: #13a7c1;
}
.my-popup .contact-main-form form textarea {
  width: 100%;
  background: transparent;
  padding: 8px 15px;
  margin: 10px 0;
  color: #fff;
  height: 50px;
}
.contact-main-form {
  background-color: #8f8f8f;
  max-width: 100%;
  background-image: url(../images/banner-bg-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.my-popup .contact-main-form form input {
  padding: 8px 15px;
  margin: 7px 0;
}
.my-popup p {
  font-size: 14px;
  color: #fff;
}
.my-popup a {
  color: #51dfcf;
}
.my-popup a:hover {
  color: #ffffff;
}
.my-popup form {
  padding: 20px;
  border-radius: 10px;
}

.my-popup .banner-form {
  background-color: #00000087;
  border-radius: 15px;
  max-width: 100%;
  margin: auto;
  padding: 40px;
}
.my-popup form {
  padding: 0px;
}
.popup-body .banner-form h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.modal-body h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  
}
/* popup end */


.header .logo img{
  width: 180px;
}

.testi-sec .test-box .rev{
  height: 120px;
  overflow-y: scroll;
  padding-right: 6px;
  margin-bottom: 5px;
}

  /* width */
  .testi-sec .test-box .rev::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  .testi-sec .test-box:hover .rev::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .testi-sec .test-box:hover .rev::-webkit-scrollbar-thumb {
    background: #ffffff; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000000; 
  }
.form-row button{
  transition: all ease-in-out 0.3s;
}
.form-row button:hover{
  background-color: #000;
  color: #fff;
}

.my-cards .ad-card p{
    height: 70px;
    font-size: 15px;
}


.get-start-btn2{
      background-color: #000;
    color: #fff;
    padding: 13px 25px;
    border-radius: 50px;
    transition: 0.3s;
}
.get-start-btn2:hover{
      background-color: #c71735;
      color: #fff;
}
.your-pro-sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  color: #000 !important;
  border: none !important;
  background-color: transparent !important;
}
.your-pro-sec  .nav-tabs{
  border-bottom: none !important;
}
.your-pro-sec .nav-link{
  padding-block: 6px !important;
  padding-inline: 0px !important;
}
.your-pro-sec .banner-list {
    margin-bottom: 20px;
}
.choose-col img  {
  max-width: 100px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
  filter: invert(1);
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.choose-col {
  text-align: center;
  transition: 0.3s;
}
.choose-col:hover {
  scale: 1.1;
}
.choose-col:hover img {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.choose-sec {
  padding: 70px 10px;
  background-color: #c71735;
  background-image: url(../images/cta-bg.png);
  color: #fff;
  background-attachment: fixed;
}
.choose-sec h3, .choose-sec .sub-title {
  color: #fff;
}

/* bar css start */

.col1, .col2 {
  width: 48%;
  height: 100%;
  padding: 0 10px;
}
.col1 {
  background-color: #FFF;
  float: left;
}
.col2 {
  background-color: #212325;
  color: #FFF;
  float: right;
}

/* PROGRESS BAR - start */
.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 900px;
    position: relative;
    padding: 0;
    width: 100%;
}

/* .steps-horizontal::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
} */

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 30px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 30px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
        font-family: "Teko", sans-serif;
}

.step-description {
    font-size: 16px;
    color: #000000;
    margin: 0 auto;
    width: 85%;
}
.step-horizontal.active .step-icon {
    background: #8a8a8a;
    border-color: #8a8a8a;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
    box-shadow: 0 0 0 5px #ee904439;
}

.step-horizontal.complete .step-icon {
    background: #c71735;
    border-color: #c71735;
    color: white;
}
.steps-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.bar-sec {
    background-color: #F4F4F4;
    padding: 70px 10px;
}
.bar-sec h3{
  text-align: center;
}
.bar-sec-title {
  max-width: 900px;
  margin: auto;
}  
/* bar css end */
