@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Khojki:wght@400;500;600;700&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif Khojki', serif;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}
/* body > div {
        display: none;
} */

summary {
    display: list-item;
}

body,
html {
    height: 100%;
}

html {
    font-size: 100%;
}

body {
    line-height: 1.4;
}

p {
    font-size: 15px;
    color: #2a2a2a;
    line-height: 1.55;
    margin-bottom: 1rem;
    font-weight: 500;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.sec_padding {
    padding: 40px 0;
}

.sec_title {
    margin-bottom: 30px;
}

.sec_title .main_heading {
    position: relative;
    font-size: 3rem;
    color: #000;
    font-family: 'Noto Serif Khojki', serif;
}

.sec_title .main_heading span {
    font-family: 'Noto Serif Khojki', serif;
}

.btn-transparent {
    position: relative;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 14px;
    padding: 8px 35px;
    letter-spacing: .5px;
    font-family: 'Noto Serif Khojki', serif;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
}

.table {
    border-color: #3382c7!important;
}

.btn-transparent::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-transparent:hover::before {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-transparent-dark {
    position: relative;
    border-radius: 50px;
    border: 1px solid #000000;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 35px;
    letter-spacing: .5px;
    font-family: 'Noto Serif Khojki', serif;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
}

.btn-transparent-dark::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-transparent-dark:hover::before {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-transparent-dark:hover {
    color: #fff;
}

.btn-theme {
    position: relative;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #eb2931;
    background-color: #eb2931;
    font-size: 14px;
    padding: 8px 35px;
    letter-spacing: .5px;
    font-family: 'Noto Serif Khojki', serif;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
}

.btn-theme::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-theme:hover::before {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* Header Area Start */

.main_header {
    position: relative;
}

.top_header {
    position: relative;
    background-color: #3382c7;
    padding: 3px 0;
}

.top_header .top_contact a {
    font-size: 14px;
    color: #fff;
    /* padding-right: 0px; */
    font-weight: 400;
    margin-right: 15px;
    font-family: sans-serif;
    font-weight: 500;
}

.top_header .top_contact a i {
    color: #f44336;
}

.top_header .top_contact a:last-child {
    border-right: none
}

.top_header .top_social a {
    position: relative;
    font-size: 15px;
    color: #404040;
    margin-left: 15px;
}

.bottom_header {
    z-index: 11;
    position: relative;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin: 0;
    font-size: inherit;
    text-decoration: none;
    white-space: unset;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main_header.sticky .bottom_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 33%);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 33%);
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
    z-index: 999;
}

.main_header.sticky .bottom_header .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_header.sticky .bottom_header .navbar-brand {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    display: block;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/* Inner Page Wraper */

.innerpage_wraper {
    position: relative;
    z-index: 1;
}

.innerpage_wraper::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shape/shape-6.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: fixed;
    opacity: .5;
    z-index: -1;
}


/* Footer Area Start */


/*slder start*/

.left-prev {
    position: absolute;
    top: 50%;
    bottom: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #000;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.right-prev {
    position: absolute;
    top: 50%;
    bottom: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #000;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}


/*slder end*/

.tabel-area {}

.footer-area {
    background: #2b7dc8;
    position: relative;
}

.footer_info-left p {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.footer_info-right {}

.footer_info-right ul {
    padding-top: 10px;
}

.footer_info-right ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 12px;
}

.footer_info-right ul li a {
    color: #fff;
}


/*form start*/

.particulars_form {
    padding: 22px 17px;
    background: #3382c7;
}

.particulars_form .form-select {
    padding: 8px 10px;
    border-radius: 0;
    border-color: #2b7dc8;
    font-size: 15px;
}

.sec_title .heading {
    font-weight: bold;
}

.particulars_form .form-group {
    margin-bottom: 1rem;
}

.particulars_form .form-control {
    padding: 8px 10px;
    border-radius: 0;
    border-color: #fff;
    font-size: 15px;
}

.next-btn a {
    color: #fff;
}

.form-image img {
    float: left;
    width: 376px;
    height: 319px;
    padding: 7px;
    border-radius: 25px 0px 0px 25px
}

.form-image {
    height: 100%;
}

.thrd-image img {
    border-radius: 12px 0px 0px 12px;
    padding: 0;
    margin: 2px 10px 10px 2px;
    height: 100%;
    object-fit: cover;
}

.form-area {
    background: url(../images/bg/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    vertical-align: middle;
    align-items: center;
    height: 100%;
}

.min-form {
    max-width: 80%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 2px;
    background: #07223c;
    border-radius: 14px;
    overflow: hidden;
}

.next-tab {
    padding: 8px 20px;
    background-color: #012752;
    color: #fff;
    font-size: 15px;
    border: 1px solid #07223c;
    display: inline-block;
}

.particulars_form .form-control input {
    color: #fff;
}


/*form end*/


/*second form start*/

.small_text {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 12px;
}

.sec_title p {
    color: #fff;
}


/*second form end*/

.feedback-heading {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 19px;
    text-transform: capitalize;
}

.business-valuation h4 {
    color: #fff;
}

.business-valuation p {
    color: #fff;
}

.left-box {
    background: #0e406c;
    padding: 40px;
    text-align: center;
}

.left-box h5 {}

.box-head {
    font-weight: bold;
    font-size: 27px;
    color: #fff;
}

.right-box {
    background: #0656b5;
    padding: 40px;
    text-align: center;
}

.box-top {
    color: #3382c7;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.heading-inn {
    font-size: 20px;
    color: #3382c7;
}

/*.border-btm {*/
/*    border-bottom: 1px solid #fff;*/
/*}*/

.inr-small {
    color: #fff;
    font-size: 14px;
}


/* #generate_mobile_otp {
    text-align: right;
    float: right;
    background: #3ea8ed;
    padding: 3px 10px;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3ea8dd;
    border-radius: 3px;
} */


/* #generate_email_otp {
    text-align: right;
    float: right;
    background: #3ea8ed;
    padding: 3px 10px;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3ea8dd;
    border-radius: 3px;
} */


/* 
#submit_mobile_otp {
    text-align: right;
    float: right;
    background: #3ea8ed;
    padding: 3px 10px;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3ea8dd;
    border-radius: 3px;
}

#submit_otp {
    text-align: right;
    float: right;
    background: #3ea8ed;
    padding: 3px 10px;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3ea8dd;
    border-radius: 3px;
}

#wrong_email,
#resendOTP {
    display: block;
    float: right;
    margin-right: 10px;
    color: #3ea8dd;
}

#wrong_mobile,
#resendMobileOTP {
    display: block;
    float: right;
    margin-right: 10px;
    color: #3ea8dd;
} */

.email-verify {
    display: inline-block;
    padding-right: 40px;
}