/* Common CSS Start */

@import url("custom_fonts/stylesheet.css");
*::before,
*::after,
.btn,
.animate,
a,
.owl-theme .owl-dots .owl-dot span,
.form-control,
img {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

* {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

html,
body {
    font-size: 14px;
    margin: 0 !important;
    font-family: 'Proxima Nova Rg';
    scroll-behavior: smooth;
    overflow-x: hidden;
    color: #000;
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

a:visited {
    opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Century Gothic';
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p,
ul,
li {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0;
}

.btn:focus {
    color: #fff;
}

.modal-dialog {
    width: 450px;
    margin: 0 auto;
}

.white {
    color: #fff;
    opacity: 1 !important;
}

.mhndi-color {
    color: #1c2628;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.24);
}

header.sticky.animate__animated.fixed.animate__fadeInDown {
    background-color: #121c40;
}

header.sticky.animate__animated.fixed.animate__fadeInDown .top_mail {
    color: #fff;
}

.relative {
    position: relative;
}

.back-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-fix {
    background-attachment: fixed;
    background-position: initial;
}

.wt-100 {
    width: 100%;
}

.comm-head {
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.thm-btn {
    font-family: 'Century Gothic';
    font-size: 20px;
    font-weight: 600;
    background-color: #3c51a0;
    color: #fff;
    padding: 12px 20px;
    border: #3c51a0 solid 2px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.thm-btn:hover,
.thm-btn:visited {
    background-color: #121c40;
    border: #121c40 solid 2px;
    color: #fff;
}

.thm-btn-dark {
    font-family: 'Century Gothic';
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    background-color: #121c40;
    color: #fff;
    padding: 12px 60px;
    border: #121c40 solid 2px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.thm-btn-dark:hover {
    background-color: #3c51a0;
    border: #3c51a0 solid 2px;
    color: #fff;
}

.thm-btn-red {
    font-family: 'Century Gothic';
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    background-color: #e12c36;
    color: #fff;
    padding: 12px 100px;
    border: #e12c36 solid 2px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.thm-btn-red:hover {
    background-color: #a81119;
    border: #a81119 solid 2px;
    color: #fff;
}

.white-color {
    color: #fff;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 60px;
}

.mb-0 {
    margin-bottom: 0 !important;
}


/* Common CSS End */


/* Banner CSS Start */

.banner_section {
    position: relative;
}

header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 15px 0;
}

.sticky.animate__animated.fixed.animate__fadeInDown {
    background-color: #fff;
}

.sticky.animate__animated.animate__fadeInDown .white-color.top_mail {
    color: #1c2628;
}

header#header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_mail {
    float: right;
    font-size: 16px;
    font-weight: 600;
}

.top_mail:hover {
    color: #fff;
    opacity: 0.7;
}

.bnr_txt {
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.bnr_txt h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 99px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bebebe));
    background: -o-linear-gradient(#fff, #bebebe);
    -webkit-background-clip: text;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.bnr_txt h2 {
    font-family: "Century Gothic";
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
}

.bnr_txt h3 {
    font-family: "Century Gothic";
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
}

.bnr_txt p {
    font-family: "Century Gothic";
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.bnr_txt ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    margin: 0 0 10px 0;
    width: fit-content;
    text-indent: 0px;
}

.bnr_txt ul li:before {
    content: "";
    background: red;
    display: inline-block;
    padding: 7px 3px;
    margin: 0 20px 0 0;
}

.banner_form_section {
    margin-top: -13%;
}

.banner_form {
    background-color: #e12c36;
    background-size: cover;
    padding: 20px 30px 50px;
}

.banner_form form .form-control {
    color: rgba();
    background-color: transparent;
    border: unset;
    border-bottom: rgba(255, 255, 255, 0.5) solid thin;
    border-radius: 0;
    box-shadow: unset;
    padding-left: 0;
}

.banner_form form input::-webkit-outer-spin-button,
.banner_form form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.banner_form form .form-control:focus,
.banner_form form select {
    color: #fff;
    opacity: 1;
}

.banner_form form input,
.banner_form form select {
    opacity: 0.8;
    color: #fff;
}

.banner_form form select option {
    color: #000;
}

.banner_form form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.banner_form form button {
    margin: 50px 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner_form #popup_enquiry_form button.thm-btn {
    position: unset;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin-top: 50px;
}


/* Banner CSS End */


/* Leading Text CSS Start */

.leading_text {
    padding: 70px 0 70px;
}

.leading_text h5 {
    color: #1c2628;
    font-size: 25px;
    font-weight: 600;
}


/* Leading Text CSS End */


/* Eligibility Section CSS Start */

.eligibility_section {}

.elg_box .elg_img {
    margin-bottom: 20px;
}

.elg_box .elg_img img {
    width: 80px;
}

.elg_box h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1c2628;
}

.elg_box h5 {
    font-size: 28px;
    color: #1c2628;
}


/* Eligibility Section CSS End */


/* Why Us Section Start*/

.why_us_section {}

.list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 65px;
}

.list-box .list-img {
    margin-right: 20px;
}

.list-box .list-img img {
    width: 34px;
    display: inline-block;
    margin-top: 5px;
}

.list-box .list-content {}

.list-box .list-content h6 {
    font-size: 28px;
    color: #1c2628;
}


/* Why Us Section End*/


/* Counter Section Start */

.counter_section {
    background: url('../images/counter.png') no-repeat;
    background-size: cover;
    margin-top: 85px;
    padding: 140px 0;
}

.ys-counter h1 {
    font-size: 35px;
    color: #fff;
}

.ys-counter h1 span {
    display: inline-block;
    margin-left: 20px;
}

.ys-counter p {
    font-size: 15px;
    color: #fff;
    margin-left: 20px;
}

.ys-counter .ys-counter-data h1 span:after {
    content: "+";
}

.ys-counter .row .col-md-2:nth-child(2) .ys-counter-data h1 span:after {
    content: "+";
}

.ys-counter .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ys-counter .row .col-md-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}


/* Counter Section End */


/* Process Section Start */

.process_section {}

.process_box img {
    width: 124px;
}

.process_box p {
    font-size: 18px;
    color: #1c2628;
    margin-top: 20px;
}

.process_section .row:nth-child(2) .col-lg-3 .process_box:before {
    content: "";
    display: inline-block;
    border-top: #000 solid thin;
    width: 80%;
    position: absolute;
    top: 40%;
    right: -120px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}

.process_section .row:nth-child(2) .col-lg-3:last-child .process_box:before {
    content: unset;
}


/* Process Section CSS End */


/* Product Desktop Section CSS Start */

.product_section {}

.card {
    background-color: #ffffff;
}


/* Tabs Card */

.tab-card {
    border: unset;
}

.tab-card-header {
    background: none;
}


/* Default mode */

.tab-card-header>.nav-tabs {
    border: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab-card-header>.nav-tabs>li {
    margin-right: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tab-card-header>.nav-tabs>li>a {
    border: 0;
    border-bottom: 5px solid #efefef;
    margin-right: 0;
    color: #1c2628;
    background-color: unset;
    padding: 0 0 10px;
    margin-right: 8px;
}

.tab-card-header>.nav-tabs>li>a:focus,
.tab-card-header>.nav-tabs>li>a:hover,
.tab-card-header>.nav-tabs>li.active>a:focus,
.tab-card-header>.nav-tabs>li.active>a:hover {
    border: unset;
    border-bottom: 5px solid #e12c36;
}

.tab-card-header>.nav-tabs>li.active>a {
    border-bottom: 5px solid #e12c36;
}

.tab-card-header>.nav-tabs>li>a.show {
    border-bottom: 2px solid #007bff;
    color: #e12c36;
}

.tab-card-header>.nav-tabs>li>a:hover {
    color: #2c3b75;
}

#myTabContent {
    margin-top: 30px;
}

.tab-content>.tab-pane {
    position: relative;
    padding: 50px 60px;
    background-color: #e12c36;
}

.tab-content>.tab-pane * {
    color: #fff;
}

.tab-content>.tab-pane .card-title {
    font-family: 'Century Gothic';
    font-size: 47px;
    margin-bottom: 45px;
}

.tab-content>.tab-pane p,
.product_section_mobile .card-body .tab-pane p {
    font-size: 21px;
    line-height: normal;
}

.small-txt {
    font-size: 15px !important;
    margin-bottom: 23px;
}

ul.product_ul li {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

ul.product_ul li:last-child {
    margin-bottom: 0;
}

ul.product_ul li:before {
    content: "";
    background: url(../images/tick.svg) no-repeat;
    display: inline-block;
    background-size: 17px 17px;
    bottom: 0;
    width: 17px;
    height: 17px;
    margin-right: 15px;
}

.tab-card-header>.tab-content {
    padding-bottom: 0;
}

.tab-content>.tab-pane a.thm-btn-dark {
    position: absolute;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    bottom: 0;
}


/* Product Desktop Section CSS End */


/* Product Mobile Section CSS Start */

.product_section_mobile .card {
    background-color: #e12c36;
    border-bottom: rgba(255, 255, 255, 0.7) solid 2px;
}

.product_section_mobile .card * {
    color: #fff;
}

.product_section_mobile .card-header button {
    font-family: 'Century Gothic';
    position: relative;
    display: block;
    width: 100%;
    font-size: 40px;
    text-decoration: none;
    white-space: inherit;
    text-align: left;
    line-height: 1.1;
}

.product_section_mobile .card-header button[aria-expanded="false"]:after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    display: block;
    color: #fff;
    right: 0;
}

.product_section_mobile .card-header button[aria-expanded="true"]:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    display: block;
    color: #fff;
    right: 0;
}

.product_section_mobile .card .tab-pane {
    padding: 0 15px;
}


/* Product Mobile Section CSS End */


/* Customer Testimonials CSS Start */

.testimonial_Section {
    background-color: #3c51a0;
}

.slider-nav-top.owl-theme .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    padding-bottom: 20px;
}

.slider-nav-top.owl-theme .owl-nav [class*=owl-] {
    background-color: #1c2628;
    padding: 4px 20px;
    margin: 0.1px;
    border-radius: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.slider-nav-top.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #2c3b75;
}

.testimonial_slider .item h6 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 50px;
}

.testimonial_slider .item p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}


/* Customer Testimonials CSS End */


/* FAQs Section CSS Start */

.faqs_Section {}

.faqs_Section .faqs_slider h6 {
    font-size: 19px;
    font-weight: 600;
    color: #1c2628;
    margin-bottom: 20px;
}

.faqs_Section .faqs_slider p,
.faqs_ul li {
    font-size: 15px;
    color: #1c2628;
}

.faqs_Section .faqs_slider p,
.faqs_ul {
    margin-bottom: 10px;
}


/* FAQs Section CSS End */


/* Footer CSS Start */

.footer_Section {
    background: url('../images/footer-bg.svg') no-repeat;
    background-size: cover;
    padding: 200px 0 50px 0;
}

.ftr_tagline {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ftr_col .ftr_title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

.ftr_col .ftr_cont_details,
.ftr_col .ftr_cont_details a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.ftr_col .ftr_cont_details a:first-child {
    display: inline-block;
    margin-bottom: 15px;
}

.ftr_col .ftr_cont_details a:hover {
    opacity: 0.7;
}

.terms {
    font-size: 10px;
    color: #fff;
    opacity: 0.3;
    margin-top: 40px;
}

.copyright {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    margin-top: 40px;
}

.powered {
    margin-top: 40px;
    float: right;
}

.powered,
.powered a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
}

.powered a:hover {
    opacity: 0.7;
}


/* Footer CSS End */


/* Modal Popup CSS Start */

.banner_form.popup_form {
    background: unset;
    padding: 0;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    width: 885px;
    margin: 0 auto;
    height: 100%;
}

.modal-header {
    border: unset;
    padding: 15px 15px 40px 15px;
}

.modal-header .close {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0d142e;
    opacity: 1;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.modal-header .close:hover {
    opacity: 0.7;
}

.modal-body {
    padding: 0;
}

.modal-content {
    background-color: #e12b37;
    border: unset;
    box-shadow: unset;
    border-radius: 0;
    padding: 0 100px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
}

.modal-title {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
}

.banner_form.popup_form button.thm-btn {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}


/* Modal Popup CSS End */


/* Thank you Page CSS Start */

.thank-you-page header#header {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.24);
}

.thank-you-page header#header .top_mail {
    color: #1c2628 !important;
}

.thank_you_section {
    padding: 230px 0 30px;
}

.thankyou_text h1 {
    font-family: 'Century Gothic';
    font-size: 47px;
    font-weight: 600;
    color: #1c2628;
    text-transform: uppercase;
}

.thankyou_text p {
    font-family: 'Century Gothic';
    font-size: 25px;
    color: #1c2628;
    text-transform: uppercase;
}

.thank_you_footer_section {
    position: relative;
}

.thankyou-ftr-logo {
    position: absolute;
    top: 70%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* Thank you Page CSS End */