body {
    margin: 0;
    padding: 0;
}
/*Home Page Design*/
/*Header section*/
header nav.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navbar-logo {
    color: #fff;
}
#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}
#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}
#navbarSupportedContent ul li a i {
    margin-right: 10px;
}
#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}
#navbarSupportedContent ul li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
}
.set-p {
    position: relative;
}
.set-p img.arc {
    position: absolute;
    right: -49px;
    bottom: -13px;
}
#navbarSupportedContent > ul > li.active > a {
    color: #fff;
    background-color: transparent;
    transition: all 0.7s;
}
#navbarSupportedContent > ul > li > a:hover {
    color: #fff;
}
#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
    transform: rotate(90deg);
}
.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}
.hori-selector .right {
    right: -25px;
}
.hori-selector .left {
    left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5161ce;
}
.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}
.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}
.set-p.d-flex {
    background-color: #191112;
    padding: 20px 10px 20px 90px;
    width: 86%;
    border-radius: 0 20px 0 0;
}
a.navbar-brand.navbar-logo img {
    width: 209px;
    height: 50px;
    object-fit: contain;
}
.btn-typ1 {
    background: linear-gradient(90deg, #e03c3b 0%, #c11818 100%);
    padding: 8px 25px;
    border-radius: 30px;
}
.btn-typ1 a {
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}
div#navbarbutton {
    max-width: 155px;
    text-align: center;
    position: absolute;
    top: 27px;
    right: 20px;
}
/* .banner-img {
    width: 100%;
    height: 80vh;
} */
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 20px 0 0;
}
.btn-typ2 {
    border: 1px solid #fff;
    color: #fff;
    width: 230px;
    text-align: center;
    border-radius: 30px;
    padding: 5px 14px;
}
.btn-typ2 a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}
.btn-typ2:hover {
    background-color: #fff;
    transition: 1s;
}
.btn-typ2:hover a {
    color: #000;
    text-decoration: none;
}
.hero-banner-full {
    position: relative;
    overflow: hidden;
}
.hero-banner-full .banner-cont {
    color: #fff;
}
.banner-cont-main {
    max-width: 510px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-cont-main h1 {
    padding: 10px 0 0px 0;
    font-weight: 600;
    font-size: 38px;
    line-height: 52px;
}
.img-group {
    padding-top: 40px;
}
.img-group img {
    margin-left: 8px;
    width: 110px;

    object-fit: cover;
    border-radius: 0;
}
.banner-img {
    background: url(../images/Hero_1.png);
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 0 25px 0 0;
}
.banner-content-img {
    width: 100%;
}
.banner-content-img img {
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -35px;
    right: 10%;
}
.cont-typ1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}
.what-we-pro {
    text-align: center;
}
.wwp-cont {
    max-width: 1030px;
    text-align: center;
    margin: 0 auto;
}
.sec-padding {
    padding: 80px 0;
}
.sec-padding-m {
    padding: 80px 0;
}
.what-we-pro .cont-typ1 {
    color: #888888;
    font-size: 18px;
}
h2 {
    color: #111111;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
}
.post-icon {
    background: linear-gradient(90deg, #e03c3b 0%, #c11818 100%);
    padding: 18px;
    border-radius: 50%;
    width: fit-content;
    margin: 0 auto;
}
.post-icon img {
    width: 30px;
    height: 30px;
}
.post-block-single {
    text-align: center;
    border: 1px solid #eeeeee;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 20px;
    margin: 45px 7px 0;
    flex: 0 0 23%;
}
.post-block-single:hover {
    background-color: #fafafa;
}
.what-we-pro .post-block-single .cont-typ1 {
    font-size: 14px;
    line-height: 20px;
}
.about-sec.sec-padding {
    padding: 80px 0 40px;
}
.about-background {
    background: url(../images/Hero.png);
    width: 100%;
    padding: 0 50px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px 25px 25px 25px;
}
.video-section.sec-padding {
    padding: 0px 0 120px 0;
}
.about-us {
    position: relative;
    color: #fff;
    height: 100%;
}
.about-sec h2 {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}
.col-sm-3.red-cont {
    width: fit-content;
}
.first-task h3 {
    margin-bottom: 20px;
    font-size: 30px;
}
.about-sec .cont-typ1 {
    opacity: 0.6;
}
.boost-income.sec-padding-m h3 {
    font-size: 30px;
}
.fix-finder-comm.sec-padding h3 {
    font-size: 30px;
}
.about-img img {
    width: 75%;
}
.about-img {
    margin-top: -180px;
}
.cont-typ2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff50;
}
.cont-typ2.active {
    color: #fff;
}
.single-list img {
    padding-right: 15px;
    opacity: 0.5;
}
.single-list.active img {
    opacity: 1;
}
.single-list {
    padding-bottom: 25px;
}
.single-list:hover img {
    opacity: 1;
}
.single-list:hover .about-cont.cont-typ2 {
    color: #fff;
}
.set-p.d-flex {
    position: relative;
}
.navbar-menu-btn {
    background-color: transparent;
    border: 0;
    display: none;
}
.box-menu .mob-menu {
    display: none;
}
h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
}
.cont-list ul {
    list-style: none;
    padding: 20px 0;
}
.cont-list ul li {
    position: relative;
    padding: 6px 0 6px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.cont-list ul li:before {
    position: absolute;
    content: "";
    background: url(../images/Frame.png);
    height: 24px;
    width: 24px;
    top: 3px;
    left: 0;
}
.first-task .btn-typ1 {
    width: fit-content;
}
.sub-img-cont {
    position: relative;
    text-align: left;
}
.img-sec {
    text-align: right;
}
.active-btn::before {
    background: url(../images/Ellipse\ 7.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    content: "";
}
.active-btn {
    position: relative;
    padding-left: 8px;
}
.img-cont-full .btn-typ1 {
    padding: 5px 14px;
    position: absolute;
    right: 0;
    top: 3px;
}
.img-cont-full .btn-typ1 a {
    font-size: 12px;
}
.sub-img-cont .cont-typ1 {
    color: #888888;
    padding-bottom: 10px;
}
.sub-img-cont .img-cont-full {
    width: 345px;
    background-image: url(../images/Subtract.png);
    position: absolute;
    bottom: -70px;
    left: 0;
    padding: 13px;
    z-index: 1;
    box-shadow: 0px 0px 1px 0px #1e1e1e90;
}
.green-cont {
    font-weight: 400;
    font-size: 14px;
    line-height: 110.00000000000001%;
    color: #28b446;
}
.red-cont {
    font-weight: 400;
    font-size: 14px;
    line-height: 110.00000000000001%;
    background: linear-gradient(90deg, #e03c3b 0%, #c11818 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cont {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    padding: 10px 0;
}
.set-icon {
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.set-icon::before {
    background: url(../images/location.png);
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.cont-img {
    width: 80%;
}
.front-icon {
    position: relative;
    padding-left: 22px;
}
.front-icon::before {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 2px;
    left: 0;
    content: "";
    object-fit: contain;
}
.front-icon.comm::before {
    background: url(../images/message-favorite.png);
}
.front-icon.offer::before {
    background: url(../images/dollar-square.png);
}
.botm-cont {
    padding: 5px 10px;
}
.boost-income .img-sec {
    text-align: left;
}
.boost-income .img-sec {
    text-align: left;
}
.b-sub-img-cont {
    position: relative;
    text-align: left;
}
.b-sub-img-cont .img-cont-full {
    width: 345px;
    position: absolute;
    bottom: -125px;
    right: -43px;
}
.boost-income .btn-typ1 {
    width: fit-content;
}
.bgf5 {
    background-color: #f5f5f5;
    padding: 70px 0 160px;
}
.sec-padding.faq {
    padding: 50px 0 0;
}
.fix-finder-comm .btn-typ1 {
    width: fit-content;
}
.progress-container {
    box-shadow: 0 4px 5px rgb(0, 0, 0, 0.1);
}
.progress-container,
.progress {
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    height: 7px;
    width: 300px;
}
.progress {
    background-color: #e03c3b;
    width: 0;
    transition: width 0.4s linear;
}
.percentage {
    background-color: #e03c3b;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgb(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    top: 20px;
    left: 0;
    transform: translateX(-50%);
    width: 40px;
    text-align: center;
    transition: left 0.4s linear;
}
.percentage::after {
    background-color: #e03c3b;
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    height: 10px;
    width: 10px;
    z-index: -1;
}
.img-cont-full-back-color {
    background-color: #fff;
    box-shadow: 2px 2px 15px 0px #2222221a;
    border-radius: 20px;
    width: 350px;
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
}
table.table.w-100 {
    margin-top: 45px;
    background-color: #f5f5f5;
    border-radius: 14px;
}
.table.mile th {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #1e1e1e;
    border: 0;
    padding: 17px 12px;
}
.table.mile td {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    color: #888888;
    border: 0;
    padding: 17px 12px;
}
.table.mile tbody {
    border-top: 1px solid #eeeeee;
}
.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}
.carousel-inner {
    padding: 1em;
}
.wous .cont-typ1 {
    padding-bottom: 40px;
}
.card-body {
    border: 0px;
    background-color: #fafafa;
    text-align: left;
    border-radius: 20px;
    position: relative;
    padding-top: 70px;
}
.card-body::before {
    background: url("../images/Frame (1).png");
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    content: "";
    background-size: contain;
}
.card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.card-body .card-title.fw-bold {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #232323;
}
.card-body hr {
    color: #eeeeee;
}
#testimonialCarousel .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border: 1px solid #ccc;
}
.carousel-indicators {
    bottom: -55px;
}
#testimonialCarousel .carousel-indicators .active[data-bs-target] {
    border: 1px solid #e03c3b;
    background-color: #e03c3b;
}

.owl-dots {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 30px 0px 0px;
}

.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cccccc;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot.active {
    background: linear-gradient(90deg, #e03c3b 0%, #c11818 100%);
    position: relative;
}
.owl-dot.active::after {
    border: 1px solid #e03c3b;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px;
}

.footer-full {
    background-image: url("../images/Hero_1.png");
    width: 100%;
    height: 400px;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    background-position: center center;
}
.footer-full .logo-img {
    width: 175px;
}
.foot-cont {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    opacity: 0.7;
}
ul.foot-list {
    list-style: none;
    padding: 0;
}
.foot-title.red-cont {
    font-size: 24px;
    padding-bottom: 15px;
}
ul.foot-list li,
.te li {
    padding: 4px 0;
}
ul.foot-list li:hover a,
.te li:hover {
    opacity: 1;
}
.footer-full .foot-list.te li a.mail-tel {
    opacity: 1 !important;
    color: #fff !important;
}
ul.foot-list li a,
.foot-list.te li {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

hr {
    margin: 0;
}
.copy-r {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #171211;
}
.copy-r a {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion {
    overflow: hidden;
    background: #ffffff;
    margin: 40px 0 0;
}
.accordion-section {
    margin: 25px 0;
    border-radius: 10px;
}
.accordion-section-title {
    width: 100%;
    padding: 10px 30px 10px 10px;
    display: inline-block;
    position: relative;
    background: #eeeeee;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    text-align: left;
    text-decoration: none;
    transition: all linear 0.15s;
}
a.accordion-section-title:hover {
    color: #111;
}
.accordion-section-title:focus {
    color: #1a1918;
}
.accordion-section-title .plus,
.accordion-section-title .minus {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px;
}
.accordion-section-title .plus {
    display: inline-block;
    float: right;
}
.accordion-section-title .minus {
    display: none;
}
.active-faq.accordion-section-title .plus {
    display: none;
}
.active-faq.accordion-section-title .minus {
    display: block;
}
.accordion-section-title.active {
    color: #1a1918;
}
.accordion-section-title.active .minus {
    display: inline-block;
    float: right;
}
.accordion-section-title.active .plus {
    display: none;
}
.accordion-section-title.active,
.accordion-section-title:hover {
    text-decoration: none;
}
.accordion-section-content {
    padding: 15px 5px;
    display: none;
    color: #888888;
    text-align: left;
    font-size: 15px;
    background-color: #eeeeee;
    padding: 0 10px 20px;
}
.accordion-section-content p {
    margin-top: 0;
}
.accordion-section-content#accordion-3 p {
    margin-bottom: 2px;
    line-height: 1.2;
}
.video-full {
    height: 100vh;
    width: 100%;
}
.video-full video {
    height: 100%;
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
}
.backimg {
    position: relative;
}
.backimg img {
    position: absolute;
    top: -210px;
    right: 0;
    height: 440px;
}

.bg-body-tertiary {
    background: none !important;
}
.owl-carousel .owl-item .d-flex.align-items-center img {
    height: 65px;
    width: 65px;
    margin-right: 10px;
}
