@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html,
body {
    height: 100%;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto Flex", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    color: #131516 !important;
}

/* body.home-2-bg {
    background: #F5F5F5; }
  body.bg-white {
    background: #fff; } */

img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:hover {
    color: #d32f2f;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Flex", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #131516 !important;
    margin: 0px 0 15px;
    font-weight: 700 !important;
}

h1 {
  font-size: 2.8rem !important;
  line-height: 1.15 !important;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.3rem !important;
}
h4 {
  font-size: 1.1rem;
}
p {
    margin: 0 0 15px;
}
.text-justify {
    text-align: justify;
}

.hero_area .hero_content h1 span,
.sec_heading h2 span,
.text-primary {
    color: #486db6 !important;
}
.btn-primary,
.bg_primary {
    background-color: #486db6 !important;
}
.btn-primary {
    border-color: #486db6 !important;
}
.bg_primary_light {
    background-color: #eceff4;
}

.header_area {
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.header_area .navbar {
    padding: 18px 0px;
}
.header_area .navbar .navbar-brand span {
    font-weight: 600;
    color: #486db6;
}
.header_area .navbar .navbar-nav .nav-link {
    color: #131516;
    font-size: 17px;
    padding-left: 18px;
    padding-right: 18px;
}
.header_area .navbar .btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px !important;
    padding: 10px 25px !important;
}

.hero_area .form-floating>label {
    font-size: 15px;
    color: #777777;
}
.hero_area .form-floating .form-control:focus {
    box-shadow: none;
    border-color: #999999;
}

.btn {
    font-size: 17px ;
    padding: 12px 50px;
    transform: all .34 ease-in-out;
}
.btn.btn-sm{
    padding: 0.15rem 0.35rem;
}
.btn:hover {
    opacity: 0.79;
}
.btn:focus {
    transform: scale(0.95);
}
.btn i {
    position: relative;
    top: -1px;
    margin-left: 10px;
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
}
.btn.btn-sm i {
    font-size: 0.875rem;
}
.sec_heading h2 {
    text-transform: uppercase;
}
.counting_block span {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    color: #FFF;
    margin-top: 7px;
}
.counting_block p {
    color: #FFF;
    font-weight: 500;
    line-height: 1.4;
}
.features_area .counting_block {
    background-color: #FFF;
    padding: 35px 15px;
}
.features_area .counting_block p {
    font-weight: 600;
    color: #131516;
}


.footer_top {
    position: relative;
    padding: 30px 0px;
}
.footer_top .footer_title {
    font-weight: 300;
}
.footer_top .footer_title b {
    font-weight: 600;
}
.footer_top .copyright {
    margin-top: 8px;
    margin-bottom: 0px;
    opacity: 0.55;
    line-height: 1.4;
}
.footer_extra .footer_nav,
.social_media {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social_media li {
    display: inline-block;
    margin-right: 6px;
}
.social_media li:last-child {
    margin-right: 0px;
}
.social_media li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    color: #FFF;
    background-color: #131516;
    transition: .3s ease-in-out;
}
.social_media li:hover a {
    transform: scale(0.96);
    opacity: 0.75;
}
.newsletter_field {
    position: relative;
}
.newsletter_field .form-floating .icon {
    position: absolute;
    top: 75%;
    transform: translate(0, -75%);
    font-size: 16px;
}
.newsletter_field .form-floating .form-control {
    height: 48px;
    min-height: 48px;
    line-height: 1.25;
    border: none;
    border-bottom: 1px solid #131516;
    padding: 0.75rem 0.75rem;
    padding-left: 2rem;
    border-radius: 0px;
    background-color: transparent;
}
.newsletter_field .form-floating>label {
    left: 16px;
    line-height: 1.65;
    background-color: transparent !important;
}
.newsletter_field .form-floating .form-control:focus {
    box-shadow: none;
}
.newsletter_field .form-floating .form-control:focus, 
.newsletter_field .form-floating .form-control:not(:placeholder-shown) {
    padding-top: 1.725rem;
    padding-bottom: 0.550rem;
}
.newsletter_field .subscription_btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    border: none;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    background-color: transparent;
}

.footer_bottom .back_top a {
    display: block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0px 7px;
    color: #131516;
    vertical-align: middle;
    transition: .3s ease-in-out;
}
.footer_bottom .back_top a:hover {
  opacity: 0.7;
}
.footer_bottom .back_top a i {
    font-size: 22px;
    vertical-align: middle;
}
.footer_extra .footer_nav {
    margin: 25px 0 15px;
    text-align: center;
}
.footer_extra .footer_nav li {
    display: inline-block;
    margin-right: 30px;
}
.footer_extra .footer_nav li:last-child {
    margin-right: 0px;
}
.footer_extra .footer_nav li a {
    position: relative;
    color: #131516;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.6;
    transition: .3s ease-in-out;
}
.footer_extra .footer_nav li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: 0 auto;
    width: 0%;
    height: 1px;
    transition: .3s ease-in-out;
}
.footer_extra .footer_nav li:hover a::after {
    width: 75%;
}
.footer_extra .app_intro {
    text-align: center;
}
.footer_extra .app_intro img {
    opacity: 1;
    margin: 0 2px;
    transition: .3s ease;
}
.footer_extra .app_intro img:hover {
    transform: scale(0.97);
    opacity: 0.85;
}



.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-tobottomp: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}

.wizard_area .col-form-label {
    font-size: 15px;
}
.wizard_area .input_group {
    position: relative;
}
.wizard_area .input_group .currency_icon,
.wizard_area .input_group .icon {
    position: absolute;
    top: 7px;
    left: 6px;
}
.wizard_area .input_group .icon {
    font-size: 14px;
    top: 9px;
    left: inherit;
    right: 12px;
    color: #7B9C3E;
}
.wizard_area .input_group.currecy .form-control-plaintext {
    padding-left: 17px;
}
.wizard_area .form-control-plaintext {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0px;
}
.wizard_area .form-control-plaintext::placeholder {
    font-size: 15px;
}
.sw .toolbar>.btn.sw-btn-next.disabled {
    display: none !important;
}
.modal-header {
    padding: 0 !important;
    border-bottom: none !important;
}
.modal-header .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 999;
    opacity: 1;
}
.modal-body .hero_area {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 100%;
}
.plan_block {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 15px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.plan_block h3 small {
    font-size: .95rem;
}

.form-floating {
    position: relative;
}
.field-icon {
  position: absolute;
  right: 20px;
  top: 19px;
  z-index: 2;
  cursor: pointer;
}

.table {
    font-size: 15px !important;
}
table.dataTable th.dt-type-numeric,
table.dataTable td.dt-type-numeric {
    text-align: start !important;
}
table.table.dataTable > :not(caption) > * > * {
    vertical-align: middle;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead th {
    color: #FFFFFF;
    background-color: #486db6 !important;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: none !important;
}
.active>.page-link, .page-link.active {
    border-color: #486db6 !important;
    background-color: #486db6 !important;
    cursor: not-allowed !important;
}
.pagination {
    background-color: #eceff4 !important;
    --bs-pagination-bg: #eceff4 !important;
}