@font-face {
    font-family: 'open_sansregular';
    src: url(../fonts/opensans-regular-webfont.eot);
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url(../fonts/opensans-regular-webfont.woff2) format('woff2'), url(../fonts/opensans-regular-webfont.woff) format('woff'), url(../fonts/opensans-regular-webfont.ttf) format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url(../fonts/opensans-semibold-webfont.eot);
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url(../fonts/opensans-semibold-webfont.woff2) format('woff2'), url(../fonts/opensans-semibold-webfont.woff) format('woff'), url(../fonts/opensans-semibold-webfont.ttf) format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 400;
    font-style: normal
}

:root {
    --main-color: #ae2626;
    --border-color: #a00;
}
html, body { overflow-x: hidden; }

body{
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2{
    font-size: 20px !important;
}

h3, h4{
    font-size: 18px !important;
}

h5, h6{
    font-size: 16px !important;
}

small{
    font-size: 12px !important;
}


main.btn :not(.carousel-indicators button){
    font-size: 16px !important;
    padding: 8px 25px !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'open_sanssemibold';   
}

a, td, span, p, button, li{
    font-family: 'open_sansregular';
}

.logo-img{
    height: 95px;
}

@media (max-width: 750px){
    .logo-img {
        width: 100%;
        height: 60px;
    }
}


.welcomepage {
    /* border-right: 4px solid var(--border-color); */
    /* border-left: 4px solid var(--border-color); */
    border-top: 4px solid var(--border-color);
}

.main-header{
    /* padding-top: 20px;
    padding-bottom: 20px; */
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mt-6{
    margin-top: 4.5rem;
}

.mt-8{
    margin-top: 9rem;
}

.my-6{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.w-80{
    width: 80% !important;
}

@media (max-width: 500px) {
    .col-12{
        margin-bottom: 10px !important;
    }
}

.bg-sub-main-clr{
    background:  linear-gradient(#d50000, #930000);
}
/* Background Color Classes */
.bg-main-clr{
    background-color: var(--main-color);
}

/* Text Main Color */
.text-main-clr{
    color: var(--main-color);
}

.text-red{
    color: red;
}

.corousel-form-section{
    background: linear-gradient(#d50000, #930000);
    width: 100%;
    border-radius: 10px;
    margin: 2rem 0rem !important;
}

.carousel-div{
    padding-left: 0;
}


/* Carousel */
.carousel-inner .carousel-item img {
    /* min-height: 619.9px; */
    border: 1px solid #b2b2b2; 
    border-right: 3px solid #b2b2b2;
    width: 100% !important; 
    display: block;
}




.section{
    margin: 4pc 0px !important;
}

/* Boxes */
.box-list{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

@media (max-width: 800px) {
    .box-list {
      flex-direction: column;
    }
}

.box-list li{
    list-style: none;
}
.box-list .box{
    /* border: 1px solid #a80000; */
    background: #a80000;
    border-radius: 2rem;
    flex: 1;
    min-width: 187px;
    text-align: center;
    padding: 12px 16px;
    color: white;

}

.box-list .box:hover{
    transform: scale(1.05);
}
@media (max-width: 800px) {
    .box-list .box{
        padding: 20px 10px;
    }
}


.box-list .box .box-title{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.box-list .box .box-subtitle{
    /* color: #a80000; */
    color: white;
}


.main-title{
    font-size: 26px !important;
}

/* About SIB */
.sub-title{
    font-size: 20px;
    letter-spacing: 2px;
    color: rgb(0 0 0 / 56%);
    margin-bottom: 12px;
    font-family: 'open_sansregular';
}

.style-none{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}


.content-blocks .list-item li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.content-blocks .list-item li:before {
    content: url(./images/icons/list_item_tick.svg);
    position: absolute;
    left: 0;
}

/* Process Steps */

/* .process-step ol{
    list-style: none;
    counter-reset: item;
}
.process-step ol li {
    counter-increment: item;
    margin-bottom: 5px;
}

.process-step ol li::before{
   margin-right: 10px;
   content: counter(item);
   background: var(--main-color);
   border-radius: 100%;
   color: white;
   width: 1.5em;
   text-align: center;
   display: inline-block;
} */


.process-step{
  margin-top: 5%;
}
.process-steps-list{
    margin: 2pc 0px !important;
}

.process img{
  width: 90%;
}
.process .process-lines{
  padding: 30px;
  background: #ffffff;
  box-sizing: border-box;
  margin-top: 10%;
}
.process .process-lines> div{
  padding: 30px;
  background: #ffffff;
  box-shadow: 4px 4px 40px rgb(80 104 252 / 28%);
}

.process-step h5{
    margin-top: 0;
}

.process-step ul{
    display: flex;
    margin-bottom: 50px;
}

.process-step ul li{
    list-style: none;
}

.process-step ul li p{
    font-size: 20px;
}

.process-step ul li h5{
    font-size: 22px !important;
}


.process-step ul li:first-child{
    width: 20%;
    justify-items: center;
}

.process-step ul li:nth-child(2){
    width: 80%;
}

.process-step ul li .number{
    display: table;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-top: 5px;
}

.process-step ul li .number span{
    font-size: 19px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    text-align: center;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-weight: 400;
}



/* -------- Form Buttons and Fields  */

.apply-now-btn, .apply-now-btn:focus, .apply-now-btn:hover{
    background: var(--main-color);
    color: white;
}

.required{
    color: white;
}

.apply-form{
    /* border: 2px solid var(--main-color); */
    /* border-radius: 8px; */
    /* background: linear-gradient(#d50000, #930000); */
    color: white;
    padding: 1.5rem;
}


.apply-form input[type="text"]::placeholder,
.apply-form input[type="number"]::placeholder,
.apply-form input[type="email"]::placeholder,
.apply-form textarea::placeholder{
    color: #999;
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield !important;
}

input[type="radio"], .radio-label{
    cursor: pointer;
}

.person-details-form .row .col-12{
    margin: 6px 0px !important;
}

.submit-error-msg{
    color: white;
    /* color: red; */
}

.submit-btn{
    padding: 8px 25px;
    text-align: center;
    justify-items: center;
}

.submit-btn, .submit-btn:hover{
    color: #a91c21;
    background-color: white;
}


/* Select2 */
.select2, .select2-container, .select2-container--default{
    width: 100% !important;
}
.select2-selection {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    min-height: 40px;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px !important;
}

.disabled{
    pointer-events: none;
}

.form-success-img{
    height: 90px;
    width: 120px;
    text-align: center;
    display: block;
    margin: auto;
}

/* About  Section */

.about-section{
    background-color: #f5f5f5 !important;
    padding: 4pc 0 !important;
}

.about-wms-section{
    margin-top: 4pc !important;
}

@media (max-width:991px){
    .about-sib-section{
      display: flex;
      flex-direction: column-reverse;
    }

    .about-section img{
        margin: 20px 0px !important;
    }

}


/* FAQs  */

.faqs-section{
    padding: 2rem;
    border-radius: 1rem;

    /* For Border */
    /* border: 1px solid var(--border-color); */
    
    /* For Background */
    /* background:  linear-gradient(#d50000, #930000);
    color: white; */
}

.faqs-sib{padding-left: 0;}
.faqs-sib>li{    list-style: none; border-bottom: 1px dashed #ccc; padding: 10px 0px;}
.faqs-sib>li li{padding: 5px 0px; line-height: 1.8;}
.faqs-sib>li h3{ line-height:1.6;    margin-top: 5px; }
.faqs-sib li p{line-height: 1.8;}


/* Footer CSS */
.footer {
    background: var(--border-color);
    padding: 20px 0 0 20px
}

