
@font-face {
    font-family: 'Roboto'; 
    src: url('../fonts/Roboto.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    /*font-family: "Roboto", serif !important;*/
    overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #7a0202;
  outline: 1px solid #7a0202;
    border-radius:8px;
}


.dark {
    color: #010101;
}
.center{
    text-align: center;
}
.spn-orange {
    color: #F8942F;
}
.sectionpadding{
    padding: 150px 0;
}
.light {
    color: #fff;
}
.spn-maroon, .maroon {
    color: #7A0202;
}
p{
    font-size: 16px;
}
.fl-img {
    width:100%;
}
.top-bar {
    background-color: #7A0202;
    padding: 15px 0;
    color: #fff;
}
.main-header ul.navbar-nav li a.nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0px 8px;
}
/* Dropdown opens on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
ul.dropdown-menu {
    background-color: #7A0202;
    padding: 6px;
}

ul.dropdown-menu a.dropdown-item {
    color: #fff;
    border-radius: 5px;
}

ul.dropdown-menu a.dropdown-item:hover {
    background-color: #f8942f;
}
.main-header ul.navbar-nav li a.nav-link:hover, .main-header ul.navbar-nav li.nav-item.active a.nav-link {
    color: #ffffffc2;
}

ul.sociallist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row;
}
ul.sociallist li {
    padding: 0px 5px;
}
ul.sociallist li a {
    color: #fff;
}
.followtag {
    display: flex;
}
span.social-icons {
    padding-left: 10px;
}
span.followspn {
    font-weight: 600;
    font-size: 14px;
}
.paynowbtn input[type="submit"] {
    color: #fff;
    border: 2px solid #f8942f;
    background-color: #f8942f;
    border-radius: 5px;
    padding: 9px 18px;
    transition: 0.2s;
}
.ctas a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.ctas {
    display: flex;
    justify-content: flex-end;
}
li.nav-item{
    list-style:none;
}
li.nav-item a.nav-link.livechat {
    background-color: #F8942F;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
span.callbox {
    padding-left: 30px;
}
section.herobanner {
    background: url(../images/herobanner.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 180px 0 150px;
    margin-top: -111px;
}


h1.homebannerh1 {
    font-size: 44px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
}
span.tagline {
    background-color: #7A0202;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.btns-group a {
    color: #fff;
    border: 2px solid #7A0202;
    border-radius: 5px;
    padding: 12px 30px;
    transition: 0.2s;
}

a.btn.livechat {
    margin-right: 20px;
    background-color: #7A0202;
}

.btns-group a:hover {
    transform: scale(1.08);
    transition: 0.2s;
    color: #fff;
}
.herodetails p {
    margin: 30px 0;
}
section.partner-logos.container {
    padding: 40px 130px;
    border-radius: 30px;
    background-color: #7a0202;
    /*display: flex;*/
    /*flex-flow: row;*/
    margin-top: -90px;
    min-height:191px;
}

/*section.partner-logos.container img {*/
/*    padding: 0 20px;*/
/*    width: 17%;*/
/*}*/


section.second-wrap {
    padding: 150px 0;
}

h2.head-h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
}

.contentbox a.btn.started {
    color: #010101;
}
section.third-wrap.sectionpadding .row {
    justify-content: center;
}
section.third-wrap {
    background: url(../images/formsec-bg.webp);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}
.formbox label {
   display: none;
}

.formbox input {
   border: 1px solid #fff;
   border-radius: 5px;
   background-color: #ffffff45;
   color:#000;
}

.formbox textarea {
   width: 100%;
   border: 1px solid #fff;
   border-radius: 5px;
   background-color: #ffffff45;
   padding:5px;
}

.formbox button.btn.btn-primary {
   background-color: #7a0202;
   border: 1px solid #7a0202;
   text-align: center;
}

form {
   text-align: center;
}
.formbox input::placeholder {
 color: #ffffff;
 opacity: 1;
}
::placeholder {
 color: #ffffff;
 opacity: 1;
}

section.fifth-wrap.sectionpadding .container {
    background: url(../images/yellowbg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:30px 40px;
    border-radius:25px;
 }

section.fifth-wrap.sectionpadding .container img {
    width: 100%;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
}

.section-description {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}

/* Styling for the Steps Section */
        .steps-section {
            text-align: center;
        }

        .step-box {
            background: url(../images/stepbg.webp);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            height: 100%; /* Ensures equal height */
        }
        .step-icon {
            width: 60px;
            height: 60px;
            background: #8d0000;
            color: #fff;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 15px;
        }
        .step-icon img {
    width: 45px;
}
        .step-title {
            font-weight: bold;
            /*color: #8d0000;*/
        }
        .step-text {
            font-size: 14px;
        }
        .timeline {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin: 40px 0;
        }
        .timeline::before {
            content: "";
            position: absolute;
            width: 98%;
            height: 8px;
            background: black;
            bottom: -15px;
            left: 0;
            z-index: 0;
        }
        .timeline-step {
            width: 25%;
            /*height: 20px;*/
            /*border-radius: 50%;*/
            /*display: flex;*/
            /*align-items: center;*/
            /*justify-content: center;*/
            position: relative;
            z-index: 1;
        }
        span.stp {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.stpno{
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}
.timeline-step::after {
    content:'';
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #7a0202;
    border-radius: 50%;
    border: 3px solid #010101;
    bottom: -22px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/*faq section*/
section.sixth-wrap.sectionpadding{
    background: url(../images/faqscover.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
h2.accordion-header button.accordion-button, h3.accordion-header button.accordion-button  {
    background-color: #F8942F;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    border-radius: 5px;
    border: unset;
    width: 100%;
    text-align: left;
}

.accordion-body {
    border: 1px solid #f8942f;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

.accordion-item {
    margin-bottom: 15px;
}
/*faq section*/
 /* Footer Styling */
 .footer .social-icons {
    font-size: 25px;
}
        .footer {
            background-color: #111;
            color: #fff;
            padding: 50px 0;
        }
        .footer a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }
        .footer a:hover {
            color: #d92323;
        }
        .footer h5 {
            font-weight: bold;
            margin-bottom: 20px;
        }
        .footer .social-icons a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            background: #d92323;
            border-radius: 50%;
            color: #fff;
            font-size: 18px;
            margin: 5px;
            transition: 0.3s;
        }
        .footer .social-icons a:hover {
            background: #fff;
            color: #d92323;
        }
        .footer-bottom {
            border-top: 1px solid #444;
            padding-top: 15px;
            margin-top: 20px;
            text-align: center;
            font-size: 14px;
        }
        
        
        /* service banner form*/
        .formbox.services-form {
    padding: 40px 0;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); 
}

.formbox.services-form span.tagline {
    text-transform: uppercase;
    display: block;
    margin: 30px 0;
}

.formbox.services-form h3.head-h3.light {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}

.formbox.services-form form {
    padding: 0 40px;
}
        /* service banner form*/
        
        
        
        /* service page css*/
        section.counters.light {
    padding: 50px 0;
    background: url(../images/countersbg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
span.number {
    font-size: 60px;
    line-height: 80px;
    font-weight: 500;
}

span.num-title {
    font-size: 20px;
    font-weight: 500;
    text-align:center;
}

.countersbox {
    display: flex;
    justify-content: space-between;
}

.counterinner {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}

.counterinner:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #fff;
    right: -17px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}
.colflex .btns-group {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}
.colflex .btns-group a.btn.livechat {
    background-color: #fff;
    color: #7A0202;
}

.colflex .btns-group a.btn.started {
    border-color: #fff;
}
section.discount.light{
    padding: 80px 0 0 0;
    background: url(../images/discountbg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.discountbox h2.head-h2.light {
    margin-bottom: 40px;
}

.discountbox p.light {
    margin-top: 20px;
}

a.startchat {
    text-decoration: underline;
    color: #fff;
}
.footerdiscount{
    padding: 40px 0;
    background: url(../images/beforefooter.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
        /* service page css*/
        
        
        