
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.p0{
    padding:0px !important;
}

h1,h2,h3,h4,h5,h6,p,a,li,span,button{
    font-family: "Poppins", sans-serif;
    margin:0 !important;
}
  /*font-family: "Maven Pro", sans-serif;*/

div:focus{
    outline: 0;
}
img:focus{
    outline:0;
}
img:focus:focus-visible{
    outline: 0;
}

body {
       font-family: "Poppins", sans-serif;

    overflow-x: hidden;
    /* background: #040406; */
}
a{
    text-decoration: none !important;
}

section {
    float: left;
    width: 100%;
}

.banner-sec {
    padding: 150px 0 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background:url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.bnr-txt h4 {
    border-radius: 9px;
    background: #DA291C;
    display: table;
    text-align: center;
    margin: 0 auto !important;
    color: #fff;
    padding: 10px 20px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.1px;
    font-family: "Maven Pro", sans-serif;
}

.bnr-txt h1 {
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;
    color: #fff;
}

.bnr-txt p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
}

.btn-1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #da291c;
    color: #fff;
    padding: 8px 15px;
    display: table;
    margin: 0 auto !important;
    border-radius: 8px;
}

.bnr-txt h5{
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.bnr-txt {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.rating-div {
    margin-top: 40px;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(0deg, rgb(0 0 0 / 34%) -20.29%, rgb(0 0 0) 105.29%);
    z-index: -2;
    width: 100%;
    height: 100%;
}

.rating-div i {
    color: #fff;
}

.bnr-logo-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.bnr-logo-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B40C00;
    color: #fff;
    gap: 0 15px;
    padding: 15px 10px;
}

.bnr-logo-list ul li {
    width: 16.66%;
}

.bnr-logo-sec {
}

.bnr-logo-bx img {
    height: 60px;
    width: 60px;
}

.bnr-logo-sec .container-fluid {
    padding: 0;
}

.bnr-logo-bx.bnr-logo-bx1 {
    background: #DA291C;
}

.about-sec {
    padding: 70px 0;
}

.about-side-dv img {
    width: 50%;
}

.about-side-dv {
    display: flex;
    gap: 0 20px;
}


.hd-txt h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 55.8px;
    color: #000;
}

.hd-txt p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
}

.rating-num {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin: 10px 0 20px;
}

.rating-inr-dv h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #da291c;
}

.about-sec a.btn-1 {
    margin: 0 !important;
}

.about-sec .hd-txt {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.services-sec {
    padding: 0 0 50px;
}

.services-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.serv-bx {
    display: flex;
    align-items: center;
}

.serv-main-col {gap: 40px 0;}

.srv-clr-st {
    /* background: rebeccapurple; */
    padding: 20px 20px;
    border-radius: 19px;
    /* background: #DA291C; */
    display: inline-flex;
    flex-direction: column;
    gap: 12px 0;
    position: relative;
}

.srv-clr-st h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    color: #fff;
}

.srv-clr-st p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    min-height: 65px;
}

.srv-clr-st a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    background: #111;
    padding: 11px 15px;
    display: flex;
    border-radius: 7px;
    width: 210px;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
}

.srv-clr-st a span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srv-clr-st a span i {
    color: #000;
}
.serv-bx img {
    position: relative;
    z-index: 1;
    width: 50%;
}

.srv-clr-st:before {
    content: '';
    background: #DA291C;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 120%;
    border-radius: 7px;
    z-index: -1;
}

.cta-sec{
  padding:50px 0;
  background:url(../images/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 400px;
  display: flex;
  align-items: center;
}

.cta-sec .hd-txt h2 {
    color: #fff;
    padding-bottom: 15px;
}

.cta-sec .hd-txt p {
    color: #fff;
}

.email-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    width: 100%;
}

.email-form form {
    display: flex;
    align-items: center;
    gap: 0 20px;
    width: 50%;
    justify-content: center;
}

.email-form input {
    border-radius: 10px;
    border: 1px solid #FFF;
}

.email-form form input:nth-child(1) {
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #fff;
    background: transparent;
}

button.submit-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #da291c;
    color: #fff;
    padding: 11px 15px;
    display: table;
    margin: 0 auto !important;
    border-radius: 8px;
    border: 0;
}

.email-form form .form-group:nth-child(1) {
    width: 60%;
}

.email-form form input::placeholder {
    color: #fff;
}

.cta-sec .hd-txt {
    padding-bottom: 40px;
}

.email-form span {
    color: #fff;
}

.email-form a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    background: #111;
    padding: 10px 15px;
    display: flex;
    border-radius: 7px;
    width: 210px;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    background: #da291c;
}

.email-form a span {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-form a span i {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-sec {
    padding: 50px 0;
    text-align: center;
}

.testi-sec .hd-txt {
    padding-bottom: 50px;
}

.testi-sec .hd-txt h3 {
    padding-top: 30px;
    color: #da291c;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44.8px;
}

section.testi-sec .hd-txt h4 {
    color: #555;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 100% */
    text-transform: uppercase;
    padding-bottom: 15px;
}

.testi-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.92px;
    width: 80%;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}

.testi-box h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.testi-box h3 span {
    color: #555;
}


.testi-sec .slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.testi-sec .slick-dots li.slick-active button {
    background-color: #da291c;
    width: 10px;
}

.testi-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
    width: 10px;
    right: 0;
    margin: auto;
    opacity: 1;
}

.testi-sec .slick-dots li button {
    background-color: #0000004a;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transition: all .5s ease-in-out;
}

.h_s13form {
    padding: 28px 20px;
    border-radius: 10px;
    border: 1px solid #DEE2E6;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.09);
}
.h_s13form input, .h_s13form textarea {
    padding: 13px 17px;
    margin: 5px 0 0 0;
    resize: none;
    border-radius: 4px;
    border: 1px solid #DEE2E6;
    background: #FFF;
}

.h_s13form label {
    font-size: 16px;
    font-weight: 500;
}

.h_s13form label span.req {
    color: red;
}

.h_s13form .col_cust {
    margin: 15px 0 0 0;
}

.h_s13form .agre-button {
    display: table;
    align-items: center;
    gap: 25px;
}

.h_s13form .agre-button button {
    background: #ff5f29;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
    border-radius: 4px;
    background: #DA291C;
    width: 100%;
}
.h_s13form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 28px;
}

.h_s13form form .col-lg-6.col-md-12.col-sm-12 {
    width: 48%;
}
.ftr-txt.hd-txt img {
    margin-top: 15px;
    width: 100%;
}

.ftr-txt.hd-txt h2 {
    padding-bottom: 8px;
}
.ftr-form-btn-st {
    display: flex;
    align-items: center;
    gap: 0 15px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 30px;
}

.ftr-form-btn-st .col_cust {
    margin: 0;
}

.footer {
    padding: 50px 0;
    background: #212121;
}

.ftr-col-1 p {
    color: #fff;
    font-size: 15px;
}

.social-media h2 {
    font-size: 25px;
    color: #fff;
    padding: 10px 0;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
    margin-top: 15px;
}

.social-link a {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link a i {
    color: #000;
}

.ftr-col-2 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    gap: 0 50px;
}

.ftr-col-2 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.ftr-col-2 ul li a {
    color: #fff;
}

.ftr-col-2 h3 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 10px;
}

.ftr-col-2 li {
    color: #fff;
    line-height: 35px;
}

.footer .col-sm-12.email-form {
    width: 100%;
}

.footer .col-sm-12.email-form form {
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
}

.col-sm-12.copy-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #ffffff2b;
}

.col-sm-12.copy-div a {
    color: #fff;
}

.privacy-txt {
    display: flex;
    gap: 0 20px;
    align-items: center;
}

.col-sm-12.copy-div p {
    color: #fff;
}
.header-list ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    gap: 0 20px;
    text-align: right;
    justify-content: flex-end;
}

.header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

section.header .row {
    align-items: center;
}

.header-list ul li a {
    color: #fff;
}
.hd-btn a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    background: #da291c;
    padding: 6px 10px;
    display: flex;
    border-radius: 7px;
    width: auto;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.hd-btn a span {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    color: #000;
}

.btn-1:hover {
    color: #fff;
}


section#contact {
    padding: 50px 0;
}


section.terms h2 {
    padding: 20px 0 10px;
}

section.terms ul li {
    line-height: 35px;
}

section.terms ul {
    padding-top: 6px;
    padding-left: 20px;
}


video#header-vid {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -3;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.about-pg-inr-sec {
    padding: 50px 0;
}

.about-txt-inner h3 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
}

section.faq-sec {
    padding: 50px 0;
}

section.faq-sec .hd-txt {
    text-align: center;
    padding-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    background: #da291c;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

.accordion-button:focus {
    border: 0 !important;
    box-shadow: none;
}

button.accordion-button {}


.about-inner-img-st img {
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
    border-radius: 20px;
}