html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    color: #454444;
    box-sizing: border-box
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0
}

h1,h2,h3,h4,h5,h6 {
    margin: 0
}

p {
    margin: 0;
    color: #454444;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.py-90 {
    padding-top: 62px;
    padding-bottom: 62px
}

.pt-50 {
    padding-top: 70px
}

.pb-90 {
    padding-bottom: 70px;
}

.my-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mr-16 {
    margin-right: 16px
}

.container-fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.top-header-sec {
    background: #4344d2;
    color: #fff;
    padding: 7px 0
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.left-section {
    display: flex;
    align-items: center;
    gap: 60px;
    font-size: 15px
}

.left-section .item {
    display: flex;
    align-items: center;
    gap: 6px
}

.item .icon {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px
}

.divider {
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,.5)
}

.right-section {
    display: flex;
    align-items: center;
    gap: 8px
}

.left-section a.text-decoration-none {
    color: #fff
}

.right-section select.form-select {
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-size: 15px;
    padding: 6px 33px 6px 6px
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none
}

.right-section select.form-select option {
    color: #2f2f2f
}

.right-section .flag {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover
}

.header-section {
    background: #ffffff;
    transition: all .3s ease;
    height: 76px;
    padding: 0;
    box-shadow: 2px 1px 16px #9999994a
}

.header-section.fixed {
    background: #fff;
    transition-duration: .5s;
    transition: all .3s ease;
    box-shadow: 2px 1px 16px #9999994a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
    height: 80px
}

img.nav-logo {
    max-height: 60px
}

.header-section a.navbar-brand {
    padding: 0;
    margin: 0
}

span.navbar-toggler-icon {
    color: #fff;
    padding-top: 4px;
    font-size: 20px
}

button.navbar-toggler {
    background: black;
    padding: 2px 10px
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 0
}

ul.navbar-nav li.nav-item {
    margin-left: 0;
    position: relative
}

ul.navbar-nav li.nav-item a.nav-link.fixed {
    color: #000
}

ul.navbar-nav li.nav-item a.nav-link:hover {
    background: #ffffff!important;
    color: #4344d2;
}

ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
    color: #2f2f2f;
    font-weight: 600;
    padding: 27px 15px;
    border-radius: 30px;
    text-decoration: none;
    transition: all .3s ease
}

form.header-right {
    width: 50%;
    justify-content: flex-end
}

a.nav-link.menu-icon img {
    max-height: 22px
}

.form-control:focus {
    color: #262626;
    background-color: #fff;
    border-bottom: 1px solid #b26fae!important;
    outline: 0;
    box-shadow: none
}

.rightSIde a.nav-link {
    background: #3751FF;
    color: #fff!important;
    padding: 8px 25px!important
}

.rightSIde a.nav-link.account {
    background: none;
    color: #1e266d!important;
    border: 0px
}

.text-right {
    text-align: center!important
}

.dropdown-menu-category {
    display: none;
    position: absolute;
    left: 0%;
    top: 73px;
    margin: 0;
    padding: 0;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0 4px 24px 12px #0000001a;
    border-radius: 5px;
    width: 200px;
    height: auto;
    list-style: none;
    z-index: 99
}

.overlay-triangle {
    position: absolute;
    left: 24%;
    top: -23px;
    z-index: 3;
    margin-top: 6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 16px 17px 16px;
    border-color: transparent transparent #ffffff transparent;
    transform: rotate(0)
}

ul.navbar-nav li.nav-item:hover .dropdown-menu-category {
    display: block
}

ul.navbar-nav li.nav-item .dropdown-menu-category li a.nav-link {
    padding: 9px 0;
    border-bottom: 1px solid #b2b2b29c;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500
}

ul.mega-menulist {
    padding: 10px
}

.video-wrap {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    height: 547px;
    position: relative;
    background-image: url('../images/hero-section.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.video-wrap video {
    width: 100%;
    border-radius: 24px
}

.content-slider {
    z-index: 9;
    /* margin: 0 auto; */
    width: 100%;
    padding: 80px 0px 80px 100px;
    width: 60%;
}

.content-slider h6 {
    font-size: 13px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.content-slider h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    margin: 0;
    line-height: normal;
    padding: 0 0 10px;
}

.content-imgs {
    width: 42%;
    text-align: center;
}
img.hero-section-d {
    width: 87%;
    margin: 0px auto;
    margin-top: -10px;
}
.content-imgs img.hero-section {
    width: 100%;
    border-radius: 2px;
}

.content-slider p {
    color: #fff;
    line-height: 24px;
    font-size: 16px
}

section.video-section {
    position: relative;
    padding-top: 40px;
}

.brand-logo {
    position: absolute;
    bottom: 55px;
    right: 55px;
    gap: 45px;
    display: flex;
    z-index: 9
}

.btn-primary {
    color: #fff;
    background-color: #4546d1;
    border-color: #4546d1;
}

.btn-primary:hover {
    background-color: #ff0040;
    border-color: #ff0040
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
    color: #fff;
    background-color: #2270fd;
    border-color: #2270fd;
    box-shadow: none
}

.btn-secondary {
    color: #fff;
    background-color: #ff0040;
    border-color: #ff0040
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2270fd;
    border-color: #2270fd
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus {
    color: #fff;
    background-color: #ff0040;
    border-color: #ff0040;
    box-shadow: none
}

ul.navbar-nav li.nav-item .btn {
    padding: 8px 26px
}

.btn {
    padding: 12px 32px;
    border-radius: 7px
}

.item-img {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%
}

.card-conts a {
    color: #2270fd;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 20px;
    line-height: normal;
    font-weight: 600
}

.item-img h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f
}

.card-bxs {
    position: relative;
    margin-bottom: 0;
    transition: all .4s ease;
    padding: 18px;
    border: 1px solid #e7ebf2;
    height: 340px;
    margin-top: -1px;
    background-color: #fff
}

h4.sub-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #323232;
}
.card-bxs:hover {
    box-shadow: none;
    cursor: pointer;
    background: #ededed;
}

.card-bxs:hover .card-conts a img {
    transform: rotate(45deg);
    transition: all .4s ease
}

.item-img img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover
}

.card-conts {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.card-conts h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 32px
}

.heading-section {
    text-align: center;
    margin-bottom: 16px
}

.head-title {
    font-size: 32px;
    font-weight: 600;
    color: #323232;
    line-height: 38px;
    margin-bottom: 10px;
}

section.service-sec {
    margin: 90px 0;
    background: #f3f5f8;
    padding: 80px 0;
}

.right-section select.form-select {
    background-image: url(/build/icons/arrow-drop.svg)!important
}

img.search-icon {
    max-height: 24px;
    margin-right: 18px
}

.content-slider p a {
    color: #fff
}

.progress-wrapper {
    width: auto;
    height: auto;
    display: grid;
    width: 20%;
    text-align: center;
    margin: 0 auto
}

.barcontainer {
    background-color: #d6d6d6;
    position: relative;
    width: 15px;
    height: 165px;
    float: left;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto
}

.bg-promise-full {
    background-color: #0FB052 !important;
}

.bg-promise-no {
    background: #FE0000 !important
}

.bg-promise-signi {
    background-color: #0071C1 !important;
}

.bg-promise-limited {
    background: #FFFF05 !important;
}
.bg-not-rated{
     background: #808080 !important;
}
.progress-wrapper .bar {
    background: #808080;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-top: 6px solid #fff;
    box-sizing: border-box;
    animation: grow 1.5s ease-out forwards;
    transform-origin: bottom
}

@keyframes grow {
    0% {
        transform: scaleY(0)
    }
}

.color-box {
    width: 90px;
    height: 24px;
    display: block;
}

.progress-bar-sec {
    display: flex;
    justify-content: center;
    text-align: center
}

.progress-wrapper h4 {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #323232;
}

.progress-cont h6 {
    font-size: 16px;
    margin: 16px 0 6px
}

.progress-cont a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    color: #4344d2;
}
button.slick-next.slick-arrow {
    background-image: url(/build/icons/right-arrow1.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    border-style: none;
    background-color: #e5f6ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -67px;
    z-index: 9
}

button.slick-prev.slick-arrow {
    background-image: url(/build/icons/left-arrow1.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    border-style: none;
    background-color: #e5f6ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -67px;
    z-index: 9
}

section.featured-wrap {
    background: #f3f5f8
}

.testimonial-img img.card-icon {
    width: 100%
}

.testimonial-body {
    display: flex;
    background: #fff
}

.testimonial-cont h6 a {
    font-size: 15px;
    color: #ff0040;
    text-decoration: none
}

.testimonial-cont h5.card-title {
    font-size: 24px;
    font-weight: 600;
    margin: 2px 0 12px;
    line-height: 34px
}

.testimonial-cont p.card-text {
    font-size: 15px
}

.featured-wrap .featured.slick-initialized.slick-slider {
    width: 1080px;
    margin: 0 auto
}

.testimonial-cont {
    padding: 20px 30px
}

.testimonial-img {
    width: 370px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 207px
}

.clientnamediv {
    position: absolute;
    bottom: -30px;
    background: #ff0040;
    width: 100%;
    padding: 10px;
    transition: all .3s
}

.testimonial-img:hover .clientnamediv {
    bottom: 0
}

.testimonial-img h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #fff
}

.testimonial-img .clientname {
    font-size: 13px;
    color: #fff
}

.footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 40px 0 25px;
    position: relative;
    background-color: #1a1b1f
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.footer ul {
    list-style: none;
    padding: 0
}

.footer ul li {
    margin-bottom: 8px
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.bottom-bar {
    background: #1a1b1f;
    padding: 10px 0;
    border-top: 1px solid #cccccc4a
}

.footer-bottom p {
    color: #fff
}

.footer-bottom a {
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    font-size: 15px;
}

.footer ul li span {
    font-size: 15px;
}

.logo-footer {
    margin-top: 10px
}

.logo-footer img.img-fluid {
    max-height: 85px
}

ul.footer-nav-list li img {
    display: inline-block;
    max-height: 30px;
    margin-right: 28px
}

.menu-icon {
    display: inline-block;
    cursor: pointer
}

.full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: none;
    z-index: 9999
}

.close-menu {
    position: absolute;
    top: 28px;
    right: 55px;
    font-size: 26px;
    color: #ff0040;
    text-decoration: none;
    font-weight: 700
}

.main-wrapper {
    margin-top: 90px
}

ul.menu-link li a {
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 500;
    padding: 0;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block
}

.menu-title {
    font-size: 20px;
    color: #2270fd
}

ul.menu-link {
    padding: 0;
    margin: 12px 0 0
}

ul.menu-link li {
    margin-bottom: 8px
}

.menu-icon img {
    max-height: 20px;
    margin-left: 20px
}

.search-form {
    position: absolute;
    top: 4px;
    right: 17%;
    display: none
}

.search-form.full-width {
    display: block
}

.search-form input.form-control {
    width: 235px;
    border-radius: 4px;
    font-size: 14px;
    height: 40px
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.custom-loader {
    width: 50px;
    height: 50px;
    display: grid;
    border: 3px solid #0000;
    border-radius: 50%;
    border-color: #e66055 #0000;
    animation: s6 1s infinite linear
}

.custom-loader:before,.custom-loader:after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%
}

#loader .pWait {
    margin-left: 16px;
    color: #4a4949
}

.custom-loader:before {
    border-color: #556EE6 #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse
}

.custom-loader:after {
    margin: 8px
}

@keyframes s6 {
    to {
        transform: rotate(1turn)
    }
}

.left-panel {
    border-right: 1px solid #d0d0d0
}

.top-left {
    padding: 60px 30px 40px 30px;
}

.top-left h1 {
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    line-height: 1.3;
}

.bottom-left {
    padding: 13px 30px;
    text-align: center
}

.bottom-left h3 {
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 40px;
    color: #323232;
    font-weight: 800
}

.progress-panel {
    position: relative;
    margin-bottom: 20px
}

.progress-bar {
    height: 20px;
    background: #dcdcdc;
    border-radius: 20px;
    overflow: hidden
}

.progress-fill {
    width: 85%;
    height: 100%;
    border-radius: 20px
}

.profile {
    position: absolute;
    right: 28px;
    top: -20px
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #1f1f1f;
    object-fit: cover
}

.bottom-left .status {
    margin-top: 50px;
    font-size: 20px;
    color: #323232;
    font-weight: 600;
}

.right-panel {
    padding: 44px
}

.right-panel h2 {
    color: #4546d1;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 28px;
}
.quote-box {
    position: relative;
    margin-bottom: 40px
}

.quote-icon {
    font-size: 49px;
    margin-bottom: 0;
    position: absolute;
    top: -23px;
    left: -6px
}

.quote-line {
    position: absolute;
    left: 29px;
    top: 8px;
    width: 8px;
    height: 100%;
    background: #323232;
    border-radius: 3px
}

.quote-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #454444;
    font-weight: 400;
}

.highlight-sec {
    margin-left: 50px;
}

.highlight-sec h4.sub-title {
    text-transform: none;
    letter-spacing: normal;
}

.highlight {
    color: #4546d1;
    font-weight: 700
}

.tracker-link {
    color: #4546d1;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    margin-top: 5px;
    display: inline-block;
}

.tracker-link:hover {
    color: #323232;
    text-decoration: underline !important;
}
section.breadCrumbBx {
    background-color: #f3f5f8;
    padding: 46px 0
}

.back_arrow a {
    text-decoration: none;
    font-size: 16px
}

.form-control,.form-select {
    width: 100%;
    height: 44px;
    font-size: 14px;
    background-color: #fff
}

label {
    font-size: 16px;
    margin-bottom: 5px
}

textarea.form-control {
    height: 122px
}

.card-bxs-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px
}

.card-bxs-header img.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover
}

span.name-tag {
    background: #e7f0ff;
    color: #4344d2;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 15px;
}

.description .des-date {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #454444;
}

.title-wrapper .title-boxs {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: normal;
    color: #323232;
    text-decoration: none;
    width: 90%
}

.title-wrapper a:hover {
    text-decoration: underline!important
}

.description {
    margin-top: 16px;
    font-size: 15px;
    color: #454444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 1.5;
}

.left-bar {
    width: 6px;
    background-color: #ff4d4d;
    border-radius: 4px
}

.title-wrapper {
    display: flex;
    align-items: stretch;
    gap: 15px
}

.title-wrapper .barcontainer {
    height: auto
}

.progress-title {
    width: 8px;
    border-radius: 10px;
    background: #eee;
    position: relative;
    overflow: hidden
}

.progress-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
   background-color: #808080;
}

.card-content .quote-icon {
    top: 58px;
    left: 66px;
    font-size: 33px;
    color: #323232;
}
.bg-section {
    background: #f3f5f8;
    padding: 60px 0
}

.news-section {
    padding: 40px 0;
    max-width: 1024px
}

.news-image {
    width: auto
}

.comments-listing {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 16px
}

.news-image img {
    max-height: 50px
}

.news-meta {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px
}

.news-title a {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: normal;
    color: #2270fd;
    text-decoration: none
}

span.monthago {
    color: #6c757d;
    font-size: 12px;
    margin-left: 10px
}

.news-title p {
    font-size: 13px
}

.news-title a:hover {
    text-decoration: underline
}

.comments-sec {
    margin-bottom: 25px
}

.comments-sec h5 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.comments-border {
    border-top: 4px solid #f1f1f1;
    border-radius: 30px;
    position: relative
}

.comments-border:after {
    content: "";
    position: absolute;
    top: -4.4px;
    left: 0;
    border-top: 4px solid #2270fd;
    width: 223px;
    border-radius: 30px
}

a.shareicon {
    padding-left: 10px;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500
}

.reply-comments {
    width: 809px;
    margin-left: 120px;
    display: none
}

.reply-comments.add-commnts {
    display: block
}

.reply-comments .news-title {
    margin-bottom: 10px
}

.news-title h3 {
    font-size: 16px
}

.news-title a.cancelReply {
    font-size: 13px;
    color: #6c757d;
    padding-left: 10px
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 15px;
    color: #454444 !important;
}
.methology-wrap h2 {
    font-size: 30px;
    font-weight: 600;
}

.methology-wrap ul {
    padding-left: 25px;
    list-style: disc;
}
.methology-wrap ul li {
    font-size: 15px;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}
