a.chat {
    cursor: pointer !important;
}

body {
    overflow-x: hidden;
}

* {
    font-family: 'Spartan';
}

a {
    text-decoration: none !important;
}

/* Header Css */

section.topbar {
    height: 30px;
    background: #FF9900;
}

section.header {
    padding: 10px 0px;
}

section.header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.header .head-logo img {
    width: 75%;
}

section.header .headerbtn {
    display: flex;
    gap: 30px;
    align-items: center;
}

section.header .headerbtn .callbtn a i {
    color: #FF9900;
    margin-right: 5px;
    font-size: 18px;
}

section.header .headerbtn .callbtn a {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

section.header .headerbtn .chatbtn a i {
    color: #FF9900;
    margin-right: 5px;
    font-size: 18px;
}

section.header .headerbtn .chatbtn a {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

section.header .headerbtn .quotebtn a {
    border-radius: 5px;
    background: #ff9900;
    color: white;
    padding: 17px 20px;
    border: 1px solid #ff9900;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    display: block;
    transition: 0.5s all ease;
}

section.header .headerbtn .quotebtn a i {
    margin-left: 5px;
}

section.header .headerbtn .quotebtn a:hover {
    background: transparent;
    border: 1px solid #ff9900;
    color: #ff9900;
}

/* Banner Css */

section.banner-sec {
    padding: 100px 0px;
    background-image: url('../images/banner-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
}

section.banner-sec p.sub {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
}

section.banner-sec h1 {
    font-size: 47px;
    font-weight: 600;
    line-height: 65px;
    text-transform: capitalize;
}

section.banner-sec h1 b {
    color: #ff9900;
}

section.banner-sec p.txt {
    font-size: 14px;
    color: white !important;
    margin-top: 15px;
    margin-bottom: 30px;
}

section.banner-sec .row {
    align-items: center;
}

section.banner-sec a.solidbtn {
    background: #FF9900;
    border-radius: 5px;
    padding: 17px 25px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

.banner-btns {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.banner-sec a.solidbtn i {
    margin-left: 5px;
    font-size: 16px;
}

section.banner-sec a.solidbtn:hover {
    background: transparent;
    color: #FF9900;
}

section.banner-sec a.callbtn {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 17px 25px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    border: 1px solid #ffffff;
    transition: 0.5s all ease;
}

section.banner-sec a.callbtn i {
    margin-left: 5px;
    font-size: 16px;
}

section.banner-sec a.solidbtn:hover {
    background: transparent;
    color: #FF9900;
}

section.banner-sec .comp-imgs {
    margin-top: 45px;
    display: flex;
    width: 100%;
    gap: 40px;
}

section.banner-sec .comp-imgs img {
    height: 45px;
}

section.banner-sec .formdiv {
    background: white;
    border-radius: 10px;
    color: black;
    padding: 50px;
}

section.banner-sec .formdiv h3 {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 37px;
}

section.banner-sec .formdiv h3 span {
    color: #ff9900;
    font-weight: 700;
}

section.banner-sec .formdiv p.spancolor {
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0px 0px;
}

section.banner-sec .formdiv input {
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 20px;
    color: black;
    outline: none !important;
}

section.banner-sec .formdiv textarea {
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 20px;
    color: black;
    height: 90px;
    outline: none !important;
}

section.banner-sec .formdiv input.btn_green {
    background: #ff9900;
    border: none;
    padding: 18px 25px 15px;
    width: max-content;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid #ff9900;
    transition: 0.5s all ease;
}

section.banner-sec .text-center.form-div-btn.mtMobile {
    text-align: left !important;
    margin-top: 10px;
}

/* Info Css */

section.info-sec {
    padding: 20px 0px;
    background: #ff9900;
}

section.info-sec p {
    color: white;
    font-size: 15px;
    margin-bottom: -2px;
    font-weight: 500;
    /* padding-left: 105px; */
}

section.info-sec .row {
    align-items: center;
}

section.info-sec ul {
    display: flex;
    list-style: none;
    gap: 30px;
    padding: 0px;
    margin-bottom: 0px;
}

section.info-sec ul li img {
    width: 100%;
}

section.expert-sec img {
    width: 100%;
    transform: scale(1);
    margin-left: 25px;
}

section.expert-sec .row {
    align-items: center;
}

section.expert-sec {
    padding: 60px 0px;
    background-image: url('../images/about-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.expert-sec h2 {
    font-size: 43px;
    text-transform: capitalize;
    line-height: 60px;
    font-weight: 600;
    margin-top: -5px;
}

section.expert-sec h2 span {
    font-weight: 700;
    color: #ff9900;
}

section.expert-sec p {
    font-size: 15px;
    margin-top: 15px;
}

section.expert-sec .experts-btns {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

section.expert-sec .experts-btns a.chat {
    background: #FF9900;
    border-radius: 5px;
    padding: 17px 25px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

section.expert-sec .experts-btns a.chat i {
    margin-left: 5px;
    font-size: 16px;
}

section.expert-sec .experts-btns a.getstarted {
    background: transparent;
    border-radius: 5px;
    padding: 19px 25px 16px;
    color: #FF9900;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

section.expert-sec .experts-btns a.call {
    background: transparent;
    border-radius: 5px;
    padding: 19px 25px 15px;
    color: #FF9900;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

section.expert-sec .experts-btns a.call i {
    margin-right: 5px;
    font-size: 15px;
}

section.contact-frm {
    padding: 80px 0px;
    background: whitesmoke;
}

.contact-frm .frmdiv {
    background-image: url('../images/form-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0px 55px;
    border-radius: 10px;
    border: 1px solid black;
}

.contact-frm .frmdiv h2 {
    font-size: 45px;
    line-height: 60px;
    margin-top: -4px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-frm .frmdiv h2 span {
    font-weight: 700;
    color: #ff9900;
}

.contact-frm .frmdiv .onerow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.contact-frm .frmdiv input {
    width: 100% !important;
    font-size: 14px;
    color: black;
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    padding: 0px 10px 7px 10px;
    margin-top: 30px;
    outline: none !important;
}

.contact-frm .frmdiv .onerow input {
    width: 50%;
}

.contact-frm .frmdiv .onerow .form-div {
    width: 49%;
}

.contact-frm .frmdiv textarea {
    width: 100% !important;
    font-size: 14px;
    color: black;
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    padding: 0px 10px 7px 10px;
    margin-top: 30px;
    height: 70px;
    outline: none !important;
}

section.contact-frm form {
    width: 85%;
    margin: auto;
}

.contact-frm .frmdiv input.btn_green {
    background: #ff9900;
    border: none;
    padding: 18px 25px 15px;
    width: max-content;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    transition: 0.5s all ease;
    border: 1px solid #ff9900;
}

section.contact-frm form .text-center.form-div-btn.mtMobile {
    width: max-content;
    margin: auto;
}

section.service-sec {
    padding: 80px 0px 200px;
    background: linear-gradient(180deg, #fff7ea 65%, #ffffff 35%);
}

section.service-sec h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -5px;
}

section.service-sec h2 span {
    color: #ff9900;
    font-weight: 700;
}

section.service-sec p {
    margin-top: 20px !important;
    text-align: center;
    color: black;
    width: 80%;
    margin: auto;
    font-size: 15px;
}

.service-box {
    padding: 50px;
    margin-top: 50px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.11);
    border-radius: 40px;
    background: white;
}

.service-box p {
    width: 100% !important;
    margin: 0px !important;
    text-align: left !important;
}

.service-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: left center;
}

.service-box p.head {
    font-size: 18px;
    font-weight: 700;
}

.service-box p.txt {
    font-size: 15px;
    margin-top: 10px !important;
    padding-right: 10px;
}

.service-info {
    margin-bottom: 45px;
}

.service-box .service-btns {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.service-box .service-btns a.chat {
    background: #FF9900;
    border-radius: 5px;
    padding: 17px 25px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

.service-box .service-btns a.call {
    background: transparent;
    border-radius: 5px;
    padding: 19px 25px 15px;
    color: #FF9900;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

.service-box .service-btns a.chat i {
    margin-left: 5px;
    font-size: 16px;
}

.service-box .service-btns a.call i {
    margin-right: 5px;
    font-size: 16px;
}

section.cta-sec {
    padding: 30px 0px 35px;
    background: #ff9900;
    color: white;
    position: relative;
}

section.cta-sec h2 {
    text-align: left;
    font-size: 43px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -5px;
    text-transform: capitalize;
}

section.cta-sec h2 span {
    font-weight: 700;
}

section.cta-sec p {
    margin-top: 10px !important;
    font-size: 15px;
    color: white;
}

section.cta-sec img {
    width: 100%;
    transform: scale(1.4);
    margin-top: -225px;
    position: absolute;
    right: -180px;
}

section.cta-sec .row {
    align-items: center;
}

section.cta-sec .cta-btns {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

section.cta-sec .cta-btns a.chat {
    background: #FF9900;
    border-radius: 5px;
    padding: 17px 25px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    border: 1px solid white;
    transition: 0.5s all ease;
}

section.cta-sec .cta-btns a.chat i {
    margin-left: 5px;
    font-size: 16px;
}

section.cta-sec .cta-btns a.getstart {
    background: white;
    border-radius: 5px;
    padding: 19px 25px 16px;
    color: #FF9900;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    border: 1px solid white;
    transition: 0.5s all ease;
}

section.cta-sec .cta-btns a.call {
    background: white;
    border-radius: 5px;
    padding: 19px 25px 15px;
    color: #FF9900;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    border: 1px solid white;
    transition: 0.5s all ease;
}

section.cta-sec .cta-btns a.call i {
    margin-right: 5px;
    font-size: 15px;
}

section.type-sec {
    padding: 80px 0px;
}

section.type-sec h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -5px;
}

section.type-sec h2 span {
    color: #ff9900;
    font-weight: 700;
}

section.type-sec p {
    margin-top: 20px !important;
    text-align: center;
    color: black;
    width: 80%;
    margin: auto;
    font-size: 15px;
}

.type-slide  img {
    width: 100%;
}

.type-slide {
    margin-top: 50px;
    display: flex;
}

.type-slide .slick-track {
    display: flex;
    /* gap: 25px; */
}

.type-slide p.name {
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    margin: 0px;
}

.type-slide p.txt {
    font-size: 14px;
    text-align: left;
    margin: 0px;
    margin-top: 15px !important;
    margin-bottom: 0px;
}

/* .type-item p {
    margin-left: 13px !important;
} */

section.type-sec p.number {
    font-size: 120px;
    font-weight: 700;
    line-height: 135px;
    margin: 0px !important;
    color: #FF9900;
    opacity: 0.3;
    text-align: right;
    margin-bottom: -90px !important;
    margin-left: 15px !important;
}

.type-slide.slick-initialized.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.type-slide.slick-initialized.slick-slider .slick-slide {
    padding: 0px 15px;
}

.type-item.spac img {
    margin-bottom: 20px;
    margin-top: 0px;
}

.type-item img {
    margin-top: 20px;
}

section.review-sec {
    padding: 80px 0px;
    background: #fff7ea;
}

section.review-sec h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -5px;
}

section.review-sec h2 span {
    color: #ff9900;
    font-weight: 700;
}

section.review-sec p {
    margin-top: 20px !important;
    text-align: center;
    color: black;
    font-size: 15px;
}

.review-item {
    border-radius: 15px;
    background: linear-gradient(180deg, #fff7ea 25%, #ffffff 25%);
}

.review-slider.slick-initialized.slick-slider.slick-dotted {
    margin-left: -15px;
    margin-right: -15px;
}

.review-slider .slick-slide {
    padding: 0px 15px !important;
}

.review-bx {
    display: flex;
    width: 100%;
    padding: 30px 30px 30px 30px;
    align-items: center;
}

.review-slider.slick-initialized.slick-slider {
    margin-top: 20px;
}

.review-bx .content.bx {
    width: 100%;
}

.review-bx .img-bx {
    width: 50%;
}

.review-bx .img-bx img {
    width: 100%;
    transform: scale(1.1);
}

section.review-sec p.name {
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: -10px !important;
}

section.review-sec p.desc {
    text-align: left;
    font-size: 14px !important;
}

.review-bx .content.bx img.client {
    z-index: 999;
    position: relative;
    overflow: auto;
}

ul.slick-dots {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    gap: 5px;
    list-style: none;
    margin-top: 30px;
    font-size: 0px;
    padding: 0px;
}

ul.slick-dots button {
    height: 10px;
    border-radius: 50%;
    padding: 0px;
    width: 10px;
    border: none;
    background: #FF9900;
    opacity: 0.5;
}

ul.slick-dots li.slick-active button {
    background: #FF9900;
    opacity: 1;
}

section.footer-frm {
    padding: 80px 0px;
}

section.footer-frm h2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -5px;
}

section.footer-frm h2 span {
    font-weight: 700;
    color: #ff9900;
}

section.footer-frm .row {
    align-items: center;
}

section.footer-frm img {
    width: 90%;
    margin-top: 30px;
    margin-bottom: -15px;
}

.badgeimgs {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.badgeimgs li {
    width: 33.333%;
}

.badgeimgs img {
    width: 100% !important;
    margin-bottom: 0px !important;
}

p.awardline {
    font-size: 32px;
    text-decoration: underline;
    font-weight: 600;
    text-transform: capitalize;
    color: #ff9900;
    margin-bottom: 0px;
    text-align: center;
}

section.footer-frm  .formdiv input {
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 20px;
    color: black;
    outline: none !important;
    background: transparent;
    font-weight: 500;
}

section.footer-frm  .formdiv textarea {
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 20px;
    color: black;
    height: 90px;
    outline: none !important;
    background: transparent;
    font-weight: 500;
}

section.footer-frm  .formdiv input.btn_green {
    background: #ff9900;
    padding: 18px 25px 15px;
    width: max-content;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid #FF9900;
    transition: 0.5s all ease;
}

section.footer-frm  .text-center.form-div-btn.mtMobile {
    text-align: left !important;
    margin-top: 10px;
}

section.footer-frm .formdiv {
    padding-top: 30px !important;
    margin-bottom: 30px;
    padding: 50px;
    background: rgba(255, 153, 0, 0.1);
    border: 3px solid #FF9900;
    border-radius: 10px;
}
/* Footer Css */

section.footer {
    padding: 60px 0px;
    background: #2B2B2B;
}

section.footer p {
    margin-bottom: 0px;
    color: white;
    margin-top: 25px;
    font-size: 15px;
}

section.footer h4 {
    margin-bottom: 15px;
    color: white;
    font-weight: 600;
    font-size: 23px;
}

section.footer ul {list-style: none;}

section.footer ul li a {
    color: white;
    font-size: 15px;
}

section.footer ul li {
    margin-bottom: 10px;
}

section.footer img {
    width: 45%;
}

img.img-fluid.paymentimg {
    width: 100%;
}

.cpyrght p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
}

.cpyrght {
    padding: 15px 0px;
    background: black;
    color: white;
}

img.img-fluid.logofoot {
    /* filter: brightness(0) invert(1); */
    width: 65%;
}

/* Transition */
section.banner-sec a.callbtn:hover {
    background: #FF9900;
    border-color: #FF9900;
}

section.banner-sec .formdiv input.btn_green:hover {
    background: transparent;
    color: #ff9900;
    border: 1px solid #ff9900;
}

section.footer-frm .formdiv input.btn_green:hover {
    background: transparent;
    color: #ff9900;
}

.service-box .service-btns a.chat:hover {
    background: transparent;
    color: #ff9900;
}

.service-box .service-btns a.call:hover {
    background: #FF9900;
    color: white;
}

.contact-frm .frmdiv input.btn_green:hover {
    background: transparent;
    color: #ff9900;
}

section.expert-sec .experts-btns a.getstarted:hover {
    background: #FF9900;
    color: white;
}

section.expert-sec .experts-btns a.chat:hover {
    color: #FF9900;
    background: transparent;
}

section.expert-sec .experts-btns a.call:hover {
    background: #FF9900;
    color: white;
}

section.cta-sec .cta-btns a.getstart:hover {
    color: white;
    background: #FF9900;
}

section.cta-sec .cta-btns a.chat:hover {
    background: white;
    color: #FF9900;
}

section.cta-sec .cta-btns a.call:hover {
    background: transparent;
    color: white;
}

/* Modal Css */

.modal-body {
    padding: 0px !important;
}

.modal .formdiv {
    width: 100%;
    margin: auto;
    float: none;
    padding: 30px;
}

.modal-content {
    border-radius: 10px !important;
}

button.close {
    color: white !important;
    opacity: 1;
    font-weight: 300;
    background: #FF9900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    outline: none !important;
    font-size: 30px;
    padding-top: 5px;
}

.modal p.spancolor {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px !important;
    text-align: center;
    color: black;
}

.modal .formdiv h3 {
    font-size: 33px !important;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    color: #ff9900;
}

/* .modal-dialog.modal-dialog-centered {
    width: 35% !important;
    max-width: 35%;
} */

.modal .form-div textarea {
    width: 100%;
    height: 130px;
    margin-bottom: 15px;
    outline: none !important;
    border: 1px solid #e3e3e3;
    padding: 10px 20px;
    border-radius: 5px;
}

.modal .form-div input {
    width: 100%;
    margin-bottom: 15px;
    outline: none !important;
    border: 1px solid #e3e3e3;
    padding: 10px 20px;
    border-radius: 5px;
}

.modal-content {
    border-radius: 20px !important;
}

.modal-content input.btn_green {
    background: #ff9900;
    border: none;
    padding: 18px 25px 15px;
    width: max-content;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid #ff9900;
    transition: 0.5s all ease;
    margin-bottom: 5px;
}

.modal-content input.btn_green:hover {
    background: transparent;
    color: #ff9900;
}