@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

:root {
    --primary     : #F95C19;
    --primaryLight: #f95c198a;
    --secondary   : #999999;
    --light       : #F2F8FE;
    --dark        : #11111D;
}

body {
    color: var(--dark);
}

h1 {
    line-height: 1;
}

.ff-baloo-chettan {
    font-family: 'Baloo Chettan', cursive;
}

.bg-color-1 {
    background: #FFAF0F;
}

.bg-color-2 {
    background-color: #fffcf5;
}


.blend-darken {
    mix-blend-mode: darken;
    /* animation  : hideshow 1000ms infinite linear; */
}

.hero-area .bg-holder {
    height: 1368px;
}

.header-left {
    padding-top: 30px;
}

.header-svg {
    text-align: center;
}

.header-svg img {
    /* height: 350px; */
    width: 100%;
}

.hero-area ul li {
    font-size: 18px;
}

.hero-area ul li svg {
    font-size: 14px;
}

.test-slide p {
    min-height: 160px;
}

/* Logo */
.logo {
    display    : flex;
    align-items: center;
}

.logo img {
    width: 40px;
}

.logo .logo__text {
    font-size    : 18px;
    color        : #11111D;
    margin-left  : 10px;
    border-bottom: 1px solid #F95C19;
    padding      : 5px 0;
}

/* Logo */

.accordion .accordion-body {
    padding         : 1rem;
    background-color: white;
}

.accordion .accordion-item {
    margin-bottom: 10px;
}

.accordion .accordion-button {
    color           : white;
    padding         : 1rem;
    font-weight     : 500;
    background-color: var(--dark);
    border          : 1px solid #F95C19;
    border-radius: 8px !important;
}

.accordion-button::after {
    background-color: white;
    border-radius: 4px;
}

.btn-lg-square {
    width : 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding        : 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-weight    : normal;
}

.btn.btn-dark:hover {
    background: var(--primary);
}

/* .callback::before {
    position             : absolute;
    content              : "";
    width                : 100%;
    height               : 50%;
    top                  : 0;
    left                 : 0;
    background-image     : url(../img/illustrations/contact.png);
    background-color     : #FFAF0F;
    z-index              : -1;
    background-size      : 50%;
    background-attachment: fixed;
    opacity              : 0.5;
} */

.form-floating .form-control,
.form-floating .form-control:focus {
    background-color: #fffcf5 !important;
}

.form-floating .form-control::placeholder {
    opacity: 0;
}

.rounded {
    background: #fffcf5;
}

.testimonal-quote {
    background-image   : url(../img/gallery/quote.png);
    background-position: top;
    background-size    : auto;
    margin-left        : -270px;
    margin-top         : -45px;
    z-index            : -1;
}

.home-cta-section {
    position: relative;
}

.home-cta-section::before {
    position             : absolute;
    content              : "";
    inset                : 0;
    background-image     : url(../img/illustrations/contact.png);
    background-color     : #FFAF0F;
    z-index              : -1;
    background-size      : 50%;
    background-attachment: fixed;
    opacity              : 0.5;
}

.hero-area {
    padding        : 130px 0 60px 0;
    /* height         : 100vh;
    min-height     : 660px; */
    /*min-height     : 800px;*/
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    width          : 100%;
    background-color: #fff;
}
header .navbar{
    background: rgb(249 92 25 / 15%) !important; 
}
/* Header */
header a {
    font-weight: 600 !important;
}

header .btn-primary.ms-2 {
    width : 42px;
    height: 38px;
}


.navbar-light .navbar-nav .nav-item.isActive a,
.navbar-light .navbar-nav .nav-item a:hover {
    color: #F95C19;
}

.footer-section h3 {
    margin: 0;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    font-family: 'Baloo Chettan', cursive;
    line-height: 1.1 !important;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.footer-section a {
    font-weight: 500;
    color      : rgba(0, 0, 0, 0.9);
}

.footer-section a:hover {
    color          : #F95C19;
    text-decoration: none;
}

.copyright-section {
    border-top: 1px solid #C5C5D2 !important;
}

.why-choose-us .feature-box {
    display        : block;
    text-decoration: none;
    transition     : 0.4s;
}

.why-choose-us .feature-box:hover {
    /* transform: scale(1.1); */
    transition: 0.4s;
    box-shadow: 2px 2px 5px #000;
}

.why-choose-us .feature-box p {
    color: var(--dark);
}

.facts-area .feature-box {
    position       : relative;
    display        : flex;
    flex-wrap      : wrap;
    align-items    : center;
    justify-content: space-between;
}

.facts-area .feature-box-icon svg {
    font-size: 80px;
}

@media (min-width: 992px) {

    .home-faq-section {
        padding-top   : 0;
        padding-bottom: 0;
    }

    .home-cta-section {
        padding-top   : 3rem;
        padding-bottom: 2rem;
    }

}


.facts-area {
    padding: 40px 0;
    background-color     : var(--dark);
}

.faq-area {
    padding: 40px 0;
    background-color     : #fffcf5ab;
    border-top           : 1px solid #C5C5D2;
    border-bottom        : 1px solid #C5C5D2;    
}

/* Text Me */
.struggling-area {
    background-color     : #fff;
    border-top           : 1px solid #C5C5D2 !important;
    border-bottom        : 1px solid #C5C5D2 !important;
    /* background-image  : url(../img/illustrations/contact-2.png);
    background-color     : #FFAF0F;
    background-size      : 50%;
    background-attachment: fixed; */
}

.subscribe-form-wrap {
    /* border             : 1px solid var(--primary); */
    border-radius      : 10px;
    width              : 100%;
    padding            : 20px;
    background-color   : #222132 !important;
    background-image   : url(../img/gallery/form-bg.jpg);
    background-repeat  : no-repeat;
    background-position: center center;
    background-size    : cover;

}

.subscribe-form-wrap h6,
.subscribe-form-wrap h2 {
    background   : white;
    border-radius: 10px;
    color        : black;
    text-align   : center;
    font-size    : 1.3rem;
    margin-bottom: 15px;
    font-weight: 500;
    padding      : 12px 12px;
    font-family  : 'Baloo Chettan', cursive;
}

.subscribe-form-wrap p {
    color: white;
}

.subscribe-form label {
    font-weight: bold !important;
    display    : block;
    color      : white;
}

.subscribe-form #subscribe-email {
    border       : 0;
    border-radius: 0;
    margin-bottom: 0;
}

.subscribe-form #submit {
    border-radius: 0;
    background   : #03a84e;
    color        : white;
    font-weight: bold;
    border       : none;
    height       : calc(2.8rem + 2px);
    transition   : 0.4s;
    margin-top   : 10px;
    border-radius: 6px;
}

.subscribe-form #submit:hover {
    transition      : 0.4s;
    color: #2F2E41;
}

.subscribe-form .iti {
    width: 100%;
}

.subscribe-form .iti input[type="number"] {
    width        : 100%;
    font-weight  : bold;
    font-size    : 20px;
    text-indent  : 26px;
    padding      : 10px 0;
    border-radius: 5px;
    border       : none;
    border       : 1px solid black;
    box-shadow   : 0 0 0 1px white;
}

.subscribe-form .iti .iti__selected-flag {
    padding: 0 15px;
}

.text-me {
    border-radius: 10px;
    border       : none !important;
}

.text-me:focus {
    box-shadow: none;
    outline   : none;
}

.subscribe-form-wrap .phone-icon {
    width           : 40px;
    background-color: var(--primary);
    position        : absolute;
    right           : 9px;
    height          : 40px;
    border-radius   : 100%;
    text-align      : center;
    line-height     : 42px;
    color           : white;
    top             : 9px;
    display         : none;
    animation       : spin 5000ms infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes hideshow {
    50% {
        opacity: 0.85;
    }
}

/* Breadcrumb Card */
.breadcrumb-section .page-header {
    background: white;
}

.breadcrumb-card h1 {
    font-family: 'Baloo Chettan', cursive;
}

.breadcrumb-card {
    position: relative;
    padding : 45px 0 45px 35px;
}

.breadcrumb-card::before,
.breadcrumb-card::after {
    position  : absolute;
    content   : "";
    top       : 0;
    left      : 0;
    width     : 100px;
    height    : 15px;
    background: var(--primary);
}

.breadcrumb-card::after {
    top       : 100%;
    margin-top: -15px;
    width     : 300px;
}

@media (max-width: 991px) {
    .breadcrumb-section {
        margin-top: 30px;
    }

    .menu-right-buttons {
        right: 8px !important;
        top: 90px !important;
    }

}

/**/
.progress-icon {
    position          : fixed;
    right             : 30px;
    bottom            : 90px;
    height            : 46px;
    width             : 46px;
    cursor            : pointer;
    display           : block;
    border-radius     : 50px;
    box-shadow        : inset 0 0 0 2px var(--black-opacity);
    z-index           : 10000;
    opacity           : 0;
    visibility        : hidden;
    transform         : translateY(15px);
    -webkit-transition: all 200ms linear;
    transition        : all 200ms linear;
}

.progress-icon.isActive {
    opacity   : 1;
    visibility: visible;
    transform : translateY(0);
}

.progress-icon::after {
    position          : absolute;
    font-family       : bootstrap-icons !important;
    content           : "\F145";
    text-align        : center;
    line-height       : 46px;
    font-size         : 32px;
    color             : var(--primary);
    left              : 0;
    top               : 0;
    height            : 46px;
    width             : 46px;
    cursor            : pointer;
    display           : block;
    z-index           : 2;
    -webkit-transition: all 200ms linear;
    transition        : all 200ms linear;
}

.progress-icon:hover::after {
    color: var(--primary);
}

.progress-icon svg path {
    fill: none;
}

.progress-icon svg.rbt-back-circle path {
    stroke            : var(--primary);
    stroke-width      : 4;
    box-sizing        : border-box;
    -webkit-transition: all 200ms linear;
    transition        : all 200ms linear;
    opacity           : 0.6;
}



/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
    background   : white;
    border-radius: var(--border-radius-medium);
    margin-bottom: 24px;
    padding      : 40px;
}

.custom-text-box-image {
    border-radius: var(--border-radius-medium);
    width        : 100%;
    height       : 100%;
    object-fit   : cover;
}

.custom-text-box-icon {
    background    : var(--section-bg-color);
    border-radius : var(--border-radius-large);
    color         : var(--secondary-color);
    font-size     : var(--h6-font-size);
    text-align    : center;
    display       : inline-block;
    vertical-align: middle;
    width         : 25px;
    height        : 25px;
    line-height   : 30px;
}

.testimonial-img {
    width : 36px;
    height: 36px;
}


/* Menu */
.dropdown-menu {
    background   : #fffcf5 !important;
    border       : 1px solid #C5C5D2 !important;
    min-width    : max-content;
    border-radius: 10px;
}

.dropdown-menu a {
    padding  : 3px 10px !important;
    font-size: 13px;
}

@media (max-width: 992px) {

    .dropdown>a,
    .dropdown .bi {
        pointer-events: none;
    }

    .dropdown.isOpen .dropdown-menu {
        display: block;
    }
}

@media (min-width: 992px) {

    #toggleMenu {
        font-size: 12px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

}

.navbar-collapse.collapse.show .menu-right-buttons .btn.ms-2 {
    display: inline-block;
}

.tooltip-inner {
    max-width: 350px !important;
}

.list-circle {
    padding: 0;
    margin : 0;
}

.list-circle li {
    position    : relative;
    list-style  : none;
    padding-left: 22px;
    margin      : 15px 0;
}

.list-circle li::before {
    content                : "\F132";
    display                : inline-block;
    font-family            : bootstrap-icons !important;
    font-style             : normal;
    font-weight            : 900 !important;
    font-variant           : normal;
    text-transform         : none;
    line-height            : 1;
    vertical-align         : -0.125em;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    left                   : -2px;
    position               : absolute;
    top                    : 2px;
    color                  : #F95C19;
}

/* Form */
.contact-form .form-floating>label.error,
.subscribe-form .form-floating>label.error {
    position : unset;
    padding  : 0;
    margin   : 0 !important;
    color    : red;
    font-size: 11px;
    transform: none !important;
    display  : none !important;
}

.contact-form .form-control.has-error,
.subscribe-form.has-error {
    border-color: red;
}

.subscribe-form.has-error .error {
    color        : white;
    position     : absolute;
    top          : -15px;
    right        : -1px;
    font-size    : 11px;
    background   : red;
    padding      : 4px 6px;
    border-radius: 4px;
}

.subscribe-form.has-error #submit:disabled {
    opacity       : 0.5;
    pointer-events: none;
}

.subscribe-form.has-error #submit:hover {
    padding-left: 12px !important;
}

.form-floating>label span {}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin            : 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Responsive */
@media (max-width: 1539px) {
    /* header .container {
        max-width: 100% !important;
        padding  : 0;
    } */
}

@media (max-width: 1366px) {
    /* .container {
        max-width: 98% !important;
    } */
}


/* @media (max-width: 1200px) {
    .logo {
        flex-direction: column;
    }
} */

@media (max-width: 1199px) {
    .logo .logo__text {
        font-size: 15px;
    }
}

@media (max-width: 1150px) {
    .menu-right-buttons .btn.ms-2 {
        display: none;
    }
}

@media (max-width: 991px) {

    .container {
        max-width: 98% !important;
    }
    
    .logo {
        flex-direction: row;
    }

    .hero-area {
        padding-top: 80px;
    }

}

@media (max-width: 767px) {

    .fixed-top {
        background: white !important;
        border-bottom: 1px solid #11111D;
    }

    .hero-area {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .hero-area h2 {
        font-size: 18px !important;
    }

    .hero-area h1 {
        font-size: 26px !important;
    }

    .hero-area ul {
        margin-top: 20px !important;
    }

    .hero-area .order-md-1 {
        display: none;
    }
}

/**
* Form Section
*/
.form-section {
    background   : #ffe5e5;
    border       : 1px solid #ddd;
    margin-block : 60px;
    padding-block: 60px;
}

.home-form-card {
    background-color: #f3f3f3;
    padding         : 40px 20px 20px 20px;
    border-radius   : 20px 20px 0 0;
    border-top      : solid 8px var(--primary);
    /* box-shadow   : 0 0 9px 0 rgb(0 0 0 / 50%); */
    border-left     : 2px solid #674cfe !important;
    border-right    : 2px solid #674cfe;
}

.home-form-card h2 {
    font-size    : 24px;
    margin-bottom: 12px !important;
}

.home-form-card form {
    position: relative;
}

.home-form-footer {
    background   : var(--primaryLight);
    padding      : 5px 20px 10px 20px;
    display      : flex;
    align-items  : center;
    flex-wrap    : wrap;
    border-radius: 0 0 20px 20px;
    border       : 2px solid #674cfe;
}

.home-form-footer a {
    color: black;
}

.send-btn {
    border    : none;
    background: var(--primaryLight);
    padding   : 0;
    width     : 108px;
    height    : 53px;
    position  : absolute;
    top       : 0;
    right     : 0;
    transition: .5s;
}

.send-btn i {
    color: var(--primary);
}

.send-btn:hover {
    background-color: var(--primary);
    transition      : .5s;
}

.send-btn:hover i {
    color: white;
}

.form-list {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    flex-wrap      : wrap;
    margin         : 15px 0 0 0;
    list-style     : none;
    padding        : 0;
    font-size      : 13px;
}

.form-list li {
    position: relative;
    margin  : 0;
}

.form-list li path {
    fill: var(--primary);
}

.modal-content {
    border-radius: 20px;
    overflow     : hidden;
}

.modal-form-card {
    position: relative;
}

.modal-form-card .close {
    border       : none;
    background   : var(--primaryLight);
    padding      : 0;
    width        : 30px;
    height       : 30px;
    border-radius: 100%;
    position     : absolute;
    top          : 10px;
    right        : 10px;
    transition   : .5s;
    opacity      : 9;
}

.modal-form-card .close span {
    opacity    : 9;
    font-size  : 30px;
    line-height: 26px;
    color      : black;
}

.modal-form-img {
    width    : 380px;
    min-width: 380px;
    max-width: 380px;
}

.modal-form-img img {
    height    : 100%;
    object-fit: cover;
    width     : 100%;
}

@media (max-width: 991px) {
    .modal-form-img {
        display: none;
    }
}

.modal-form-box {
    padding          : 40px;
    /* min-height    : 480px; */
    display          : flex;
    align-items      : center;
    flex-direction   : column;
    text-align       : left;
}

.modal-form-box h3 {
    font-size    : 20px;
    width        : 100%;
    text-align   : left;
    font-weight  : bold;
    margin-bottom: 20px;
    color        : var(--primary);
}

.modal-form-box label {
    margin-bottom: 3px;
    font-size    : 14px;
}

/* .modal-form-box label span {} */

/* .modal-btn {
    padding         : 5px 30px;
    color           : white;
    border-radius   : 3px;
    display         : inline-block;
    border          : none;
    font-weight     : bold;
    width           : 100%;
    margin-top      : 10px;
    background-color: var(--primary);
} */

.modal-form-box .form-control {
    background   : #eee;
    height       : 44px;
    border-radius: 0.35rem;
    font-weight  : bold;
    font-size    : 15px;
}

.modal-form-box form {
    width: 100%;
}

.modal-form-box .error {
    position     : absolute;
    top          : -15px;
    font-size    : 10px;
    color        : white;
    right        : 0;
    background   : red;
    padding      : 3px 6px;
    border-radius: 4px;
    font-weight  : bold !important;
}

.modal-form-box .form-row-list {
    position: relative;
}

.modal-form-box .iti {
    width: 100%;
}

.modal-form-box .iti .iti__selected-flag {
    padding: 0 15px;
}

.modal-form-box .iti input[type="number"] {
    width        : 100%;
    font-weight  : bold;
    font-size    : 15px;
    text-indent  : 26px;
    padding      : 10px 0;
    border-radius: 5px;
}

.list-unstyled-2 {
    display  : flex;
    gap      : 20px;
    flex-wrap: wrap;
}

.modal-open .main {
    filter: blur(5px);
}

.modal-backdrop.show {
    opacity         : 9 !important;
    background-color: rgba(8, 25, 43, 0.85) !important;
}

.res-signup .form-control {
    background-color: #fffcf5 !important;
    height          : calc(3.5rem + 2px);
    padding         : 1rem 0.75rem;
}

.res-signup .iti {
    width: 100%;
}

.res-signup .iti .iti__selected-flag {
    padding: 0 15px;
}

.res-signup input[type="number"] {
    width      : 100%;
    text-indent: 26px;
}

.res-signup button {
    width: 100%;
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    /* background: var(--dark); */
    background: #03a84e;
    color: white;
    font-weight: bold;
}

.res-signup button:hover {
    color: white;
    background: var(--primary);
}

.res-signup-item label.error {
    position     : absolute;
    top          : -15px;
    right        : 0;
    font-size    : 12px;
    color        : white;
    margin       : 0;
    background   : red;
    padding      : 3px 5px;
    border-radius: 4px;
}

.res-signup .form-control.has-error {
    border-color: red;
}

.home-form-section {
    background-image   : url(../img/gallery/form-bg.jpg);
    background-repeat  : no-repeat;
    background-position: center center;
    background-size    : cover;
    background-color   : #222132 !important;
    margin-top         : 30px;
    padding            : 50px 0 !important;
}

.home-form-section h2 {
    font-weight: 500;
}

.home-form-section h3 {
    color: white;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
}

/* .hfs-card {
    padding      : 40px 40px;
    border-radius: 12px;
} */

.hfs-card :is(h2, h5, label) {
    color: white;
}

.hfs-card :is(h2, h5) {
    text-align: center;
}

.results-col {
    display  : flex;
    flex-wrap: wrap;
    justify-content: center;
}

.results-col a {
    display : inline-block;
    margin  : 10px 10px 0 0;
    position: relative;
}

.results-col a img {
    width        : 345px;
    border       : 1px solid #555;
    padding      : 5px;
    background   : white;
    border-radius: 12px;
}

.results-col a .gallery-hover {
    position       : absolute;
    inset          : 1px;
    background     : black;
    opacity        : 0.7;
    display        : flex;
    align-items    : center;
    justify-content: center;
    border-radius  : 8px;
    display        : none;
}

.results-col a .gallery-hover svg {
    font-size: 80px;
}

/* Portal */
.portal-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.portal-list li {
    background-color: white;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #F95C19;
}

.portal-list img {
    width: 120px;
    height: 120px;
    object-fit: scale-down;
}


/* Testimonials Slider */

.testimonials-slider {
    margin-top: 30px;
}

.testimonials-slider .card-body {
    padding: 20px;
}

.testimonials-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.testimonials-slider .owl-dots .owl-dot {
    width: 30px;
    height: 8px;
    background: var(--dark);
    margin: 2px;
}

.testimonials-slider .owl-dots .owl-dot.active {
    background: var(--primary);
}

.testimonials-slider .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 30px;
}

.menu-right-buttons {
    position: fixed;
    right: 0;
    top: 22px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.menu-right-buttons a {
    width: 54px;
}

.header-reviews {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.ratingspedia__logo {
    height: 36px;
}

.policy-contact {
    padding: 40px 0;
    background-color: var(--dark);
}

.policy-contact .col-sm-5 {

}


/* header-area-media-query-start */

@media (max-width:365px) {
    header .navbar{
        padding:8px 5px !important;
    }
    header .navbar .container{
        padding:0px !important;
    }
    
}

/* header-area-media-query-end */

/* Referral Program Start */
.referral-program-page .accordion-body {
    text-align: left;
}

.referral-program-page .accordion-body a {
    color: #F95C19;
    font-weight: bold;
}

.earn-referrals-icon {
    width: 60px;
    min-width: 60px;
    color: #F95C19;
}

.earn-referrals-icon path {
    fill: #F95C19;
}

/* Referral Program End */



/* -------------------V2 style changes --------------------------- */

 /* home-Servies-area start */

 .services-area{
    background-color: #fff;
 }

 .services-area .card{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
 }
 .services-area .card-body p {
    min-height: 120px !important;
}
 /* home-Servies-area end */

 .process-steps{
    padding: 30px 0px !important;
 }
 .about-area{
    padding: 30px 0px 30px 0px !important;
 }

 .footer-section{
    background-color: #fff !important;
 }

 .rating-color{
    color:#03a84e;
 }


/* ---------------------------------------------- */