.services-area.thumb-less.default-padding {
    background-color: #fff1f3;
}


/*------------------- Education Category 2 -------------------*/

.edu_cat {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .075);
    background: #ffffff;
    border-radius: 0.4rem;
    margin-bottom: 30px;
    overflow: hidden;
}

.edu_cat .pic {
    position: relative;
    padding-top: calc((65/100)*100%);
}

.edu_cat .pic>.pic-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}

.edu_data {
    padding: 28px 30px 30px;
}

.edu_data .title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 2px;
}

.edu_data .title a {
    color: #2d3954;
}

.edu_data ul {
    margin: 0;
    padding: 0;
}

.edu_data ul li {
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
}

.edu_data ul li i {
    margin-right: 5px;
}

.edu_cat_2 {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0.4rem;
    background: #f4f5f7;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.4s;
}

.edu_cat_2:hover,
.edu_cat_2:focus {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .075);
}

.edu_cat_icons {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edu_cat_icons img {
    max-width: 40px;
}

.edu_cat_data {
    padding-left: 15px;
}

.edu_cat_data h4 {
    font-size: 17px;
    margin-bottom: 4px;
}

.edu_cat_data span {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.edu_cat_data ul li i {
    margin-right: 6px;
}

.edu_cat_2.cat-1 {
    background: rgba(0, 173, 182, 0.1);
}

.edu_cat_2.cat-1 span>a {
    color: #00adb6;
}

.edu_cat_2.cat-2 {
    background: rgba(247, 179, 32, 0.1);
}

.edu_cat_2.cat-2 span>a {
    color: #f7b320;
}

.edu_cat_2.cat-3 {
    background: rgba(241, 7, 80, 0.1);
}

.edu_cat_2.cat-3 span>a {
    color: #f10750;
}

.edu_cat_2.cat-4 {
    background: rgba(154, 222, 69, 0.1);
}

.edu_cat_2.cat-4 span>a {
    color: #9ade45;
}

.edu_cat_2.cat-5 {
    background: rgba(247, 179, 32, 0.1);
}

.edu_cat_2.cat-5 span>a {
    color: #f7b320;
}

.edu_cat_2.cat-6 {
    background: rgba(185, 95, 253, 0.1);
}

.edu_cat_2.cat-6 span>a {
    color: #b95ffd;
}

.edu_cat_2.cat-7 {
    background: rgba(236, 80, 152, 0.1);
}

.edu_cat_2.cat-7 span>a {
    color: #ec5098;
}

.edu_cat_2.cat-8 {
    background: rgba(37, 165, 95, 0.1);
}

.edu_cat_2.cat-8 span>a {
    color: #25a55f;
}

.edu_cat_2.cat-9 {
    background: rgba(234, 105, 13, 0.1);
}

.edu_cat_2.cat-9 span>a {
    color: #ea690d;
}

.edu_cat_2.cat-10 {
    background: rgba(13, 214, 234, 0.1);
}

.edu_cat_2.cat-10 span>a {
    color: #0dd6ea;
}

.edu_cat_data ul.meta {
    margin: 0;
    padding: 0;
}

.sec-heading h2 span {
    color: #f71735
}

section.min {
    padding: 120px 0;
}

.sec-heading h2 {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: -10px;
}

.sec-heading h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: -10px;
}

.sec-heading h2 span {
    color: #f71735
}

.sec-heading h4 span {
    color: #f71735
}

.sec-heading h2 p {
    color: #f71735
}

.sec-heading {
    padding-bottom: 40px;
}

.section-default-area {
    background-color: #f71735;
}

.section-default-area p {
    color: white;
}

.floating_btn {
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

section.test-faq-sec {
    padding: 50px 0;
    /*background: url(../images/faq-banner.png) center center/cover no-repeat*/
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0);
    animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-family: sans-serif;
    transition: .3s ease-in-out
}

.main-banner-content {
    padding: 20px 25px;
}

.main-banner-content h2 {
    font-weight: 600;
}

/* Order Section Start */

.sect-4 {
    padding: 0px;
}

.sect-4-heading {
    margin-bottom: 50px;
}

.sect-4-heading h4 {
    font-weight: 600;
    font-size: 32px;
}

.sect-order-card {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.cl-light-blue {
    background-color: #00d9ed24;
}

.cl-pink {
    background-color: #ec50981a;
}

.cl-green {
    background-color: #25a55f52;
}

.cl-red {
    background-color: #f1075024;
}

.cl-purple {
    background-color: #b95ffd2b;
}

.cl-yellow {
    background-color: #f7b3204a;
}


.sect-order-content h3 {
    font-weight: 600;
    font-size: 18px;
}

.sect-order-content h4 {
    font-weight: 600;
    font-size: 18px;
}

.service-pg-box-content .sect-order-text {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    margin-top: 25px;
    background: none;
    border-radius: 0;
    padding: 0;
}

/* Order Section End */

/* Quality Content  Section Start */

.quality-section {
    padding: 100px 0px;
}

.quality-heading {
    margin-bottom: 45px;
}

.quality-heading h3 {
    font-size: 32px;
    font-weight: 600;
}

.quality-box {
    background-color: #ff000b;
    padding: 25px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}




.quality-box h4,
.quality-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.quality-box span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.quality-box p {
    color: #fff;
}

/* Quality Content Section End */

/* Service Card Section Start */

.service-card-section {
    padding: 20px 0px 100px 0px;
}

.service-card-heading {
    margin-bottom: 40px;
}

.service-card-heading h4 {
    font-weight: 600;
    font-size: 32px;
}

.service-card-box {
    background: #f90000;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-card-box h5 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.service-card-box span {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.service-card-box h4 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.service-card-box p {
    color: #fff;
}

.service-card-btn {
    margin-bottom: 20px;
    margin-top: 35px;
}

.service-card-btn a {
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 3px;
    border: solid 1px #ff0000;
    margin-right: 10px;
}

.service-card-btn a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.service-card-content .service-card-btn a:hover {
    background-color: #ff0000;
    color: #fff;
}

.service-card-content h4 {
    font-size: 26px;
    font-weight: 600;
}

.bg-red {
    background-color: #ff000b;
}

.funfactor-heading {
    margin-bottom: 45px;
    color: #fff;
}

.funfactor-heading h2,
.funfactor-heading p,
.funfactor-heading h3 {
    color: #fff;
}

/* Service Card Section End */

.bottom-form-section {
    padding: 100px 0px;
}

.bottom-form-heading h2 {
    font-weight: 600;
}

.bottom-form-heading h5 {
    font-weight: 600;
    font-size: 30px;
}

ul.dropdown-menu.insight-dropdown {
    height: 140px !important;
}

/* Service Page Section Start */

.service-pg-section {
    padding: 100px 0px;
}

/* .service-pg-box {
    position: relative;
}

.service-pg-box::before {
    content: url(../img/service-pg-box-dots.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.service-pg-box-content {
    padding: 50px;
    margin-top: 40px;
}

.service-pg-box-content h4 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 25px;
}

.service-pg-box-content span {
    background-color: #f90000;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
}

.service-pg2-section {
    padding: 100px 0px;
}

.service-pg2-content h3 {
    font-size: 32px;
    font-weight: 600;
}

.service-pg2-serv-card {
    text-align: center;
    background: #ffffff;
    padding: 15px;
    border-left: solid 15px #000;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.service-pg2-serv-card p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
}

/* Timeline Css Start */

.aah-about-timeline-group {
    background: #f8f8f8;
    position: relative;
    float: left;
    width: 100%
}

.aah-about-timeline-group .aah-about-timeline-info {
    margin-bottom: 60px;
    padding: 30px;
    width: 100%;
    float: left;
    overflow: hidden
}

.aah-about-timeline-group .about-aah-timeline .col-md-3,
.aah-about-timeline-group .about-aah-timeline .col-md-offset-3,
.aah-about-timeline-group .about-aah-timeline .col-xs-6 {
    padding: 0
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item {
    padding: 5px 50px;
    position: relative
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left {
    padding-bottom: 135px
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon {
    width: 135px;
    height: 135px;
    float: right;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/aah-sprite.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon.aboutidea {
    background-image: url(../img/about-us-1.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon.aboutdevelopment {
    background-image: url(../img/about-us-2.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon.aboutglobe {
    background-image: url(../img/about-us-3.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon.aboutexperts {
    background-image: url(../img/about-us-4.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon {
    width: 135px;
    height: 135px;
    float: left;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/aah-sprite.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon.aboutdomain {
    background-image: url(../img/about-us-5.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon.aboutorder {
    background-image: url(../img/about-us-6.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon.aboutcustomers {
    background-image: url(../img/about-us-7.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon.aboutworkers {
    background-image: url(../img/about-us-8.png)
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left h5 {
    clear: both;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0;
    color: #666
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item p {
    font-size: 16px
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left p {
    text-align: right
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item .circle {
    background: #ff000b;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .circle {
    right: -9px;
    top: 32%
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right {
    border-left: 3px solid #ff000b;
    padding-top: 150px;
    padding-bottom: 50px
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right h5 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0;
    color: #666
}

.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .circle {
    left: -9px;
    bottom: 35%
}

/* TimeLine Css End */

/* About Us CTA Section Start */

.order-now-common-row {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #ff000b;
    text-align: center
}

h2.order-title {
    font-family: inherit;
    font-weight: 600;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    color: #fff
}

h4.order-title {
    font-family: inherit;
    font-weight: 600;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    color: #fff
}

h3.order-title-tagline {
    color: #fff;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    font-family: inherit;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    font-size: 22px
}

.order-now-common-row button {
    display: block;
    margin: 25px auto
}

.order-now-common-row .btn.btn-secondary {
    background: 0 0;
    border: 2px solid #fff;
    margin: 25px auto
}

.order-now-common-row a:focus,
.order-now-common-row a:hover {
    text-decoration: none
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    background: #fff;
    color: #ff000b;
    cursor: pointer;
    outline: 0
}

.order-now-common-row .btn-order-white {
    font-weight: 600;
    font-size: 18px;
    background: #fff !important;
    color: #ff000b !important;
    font-weight: 700 !important;
    padding: 15px 30px;
    border-radius: 10px;
}

.order-now-common-row p.small {
    font-size: 12px;
    margin: 10px 0;
    font-style: italic;
    text-align: center;
    color: #fff
}

.order-now-common-row a.demo-link {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    text-decoration: underline
}

.order-now-common-row button.btn.btn-secondary span.glyphicon,
.order-now-common-row span.glyphicon {
    font-size: 10px
}

.order-now-common-row.row-bg-blue {
    background-color: #287a8d
}

.about-us-cta-section .order-now-common-row {
    margin-bottom: 100px;
}

.about-us-cta2-section .order-now-common-row {
    margin-bottom: 100px;
}

.about-us-cta-section p,
.about-us-cta-section span {
    color: #fff;
}

.about-us-cta-section .quote {
    color: #fff;
}

/* About Us CTA Section End */

.fs-32 {
    font-size: 32px;
    font-weight: 600;
}

.fs-22 {
    font-size: 22px;
    font-weight: 600;
}

.fs-20 {
    font-size: 20px;
    font-weight: 600;
}

.fs-18 {
    font-size: 18px;
    font-weight: 600;
}

.fs-16 {
    font-size: 16px;
    font-weight: 600;
}

.service-pg2-content ul {
    list-style: disc;
}

.services-single-area {
    padding: 20px 0px 50px 0px;
}

.aah-about-timeline-group .aah-about-timeline-info p a {
    color: #ff0000;
}

.aah-about-timeline-group .aah-about-timeline-info p a:hover {
    text-decoration: underline;
}

.sect-order-card .sect-order-content span{
    color: black;
 }

 .fun-fact span{
    color: black;
 }

 .faq-head span{
    color: black;
}

.footer-contact-icon span {
    font-size: 24px;
    padding-left: 10px;
}

.footer-contact-icon span a {
    text-decoration: none;
    color: #000000;
}

@media (max-width: 991px) {
    .navbar-nav li.dropdown.open>.dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    nav.navbar.bootsnav ul.nav li.dropdown {
        position: relative;
    }

    nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        background-color: #fff;
        padding: 20px;
        z-index: 9999;
        width: 700px;
        /* Adjust width as needed */
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* 4 columns */
        gap: 10px;
    }

    nav.navbar.bootsnav ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: grid;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li {
        height: 75px;
        width: 125px;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        display: block;
        padding: 0px;
        white-space: normal;
        color: #333;
        font-size: 13px;
        background: transparent;
        border: none;
        padding: 9px 0px;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover {
        background-color: #f5f5f5;
    }
}

/* === Desktop: Grid Dropdown === */
@media (min-width: 992px) {
    .navbar-nav>li.dropdown>.dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        grid-template-columns: repeat(5, 2fr);
        /* 4 columns */
        grid-auto-rows: auto;
        gap: 15px;
        padding: 20px;
        min-width: 600px;
        background: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 9999;
    }

    .navbar-nav>li.dropdown:hover>.dropdown-menu {
        display: grid;
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav>li.dropdown>.dropdown-menu>li>a {
        white-space: normal;
        padding: 10px;
        color: #333;
        text-decoration: none;
        display: block;
    }

    .navbar-nav>li.dropdown>.dropdown-menu>li>a:hover {
        background-color: #f5f5f5;
        color: #000;
    }

    .left-255 {
        left: -255px !important;
    }

    ul.insight-dropdown.dropdown-menu {
        left: -30px !important;
        display: block !important;
        top: 85px;
        padding: 20px;
        min-width: 105px !important;
        width: 165px !important;
    }

    ul.insight-dropdown.dropdown-menu li {
        height: 35px !important;
    }
}

/* === Mobile: Keep Bootstrap Collapse Working === */
@media (max-width: 991px) {
    .navbar-nav>li.dropdown>.dropdown-menu {
        display: none;
        position: relative;
        background: #fff;
        width: 100%;
        padding-left: 20px;
    }

    .navbar-nav>li.dropdown.open>.dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    header {
        top: 0;
    }
    .awards-rewards .row {
        text-align: center !important;
    }

    .testimonials-area .goal-achive .fun-factor .item .fun-fact {
        margin-top: 30px;
    }

    .quality-box {
        margin-bottom: 15px;
    }

    .quality-box h3 {
        color: white;
    }

    .testimonial-slider {
        width: 96%;
    }

    .site-title-area {
        padding: 80px 0;
    }

    .main-banner-content {
        padding: 20px 0px;
    }

    nav.navbar .navbar-brand img.logo {
        height: 50px !important;
    }

    .navbar-brand {
        padding: 6px 0px;
    }

    .aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item {
        padding: 5px;
        position: relative
    }

    .aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left {
        padding-bottom: 65px
    }

    .aah-about-timeline-group .about-aah-timeline .row {
        margin: 0;
    }

    .aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item p {
        font-size: 14px;
    }

    .service-pg-box-content {
        padding: 0px;
        margin-top: 10px;
    }

    .service-pg2-section {
        padding-top: 0px;
    }

    .service-card-section {
        padding: 0px;
    }

    .sect-order-card {
        text-align: left;
    }

    .testimonials-area {
        padding-top: 0px;
    }

    .bottom-form-section {
        padding-top: 0px;
    }

    .sect-4 {
        padding-bottom: 0px;
    }

    .services-info {
        padding: 20px !important;
    }

    section.min {
        padding: 40px 0;
    }

    .funfactor-heading {
        margin-bottom: 0px;
    }

    .quality-section {
        padding: 30px 0px;
    }

    .sect-4-heading {
        margin-bottom: 20px;
    }

    .testimonial-box {
        margin-top: 50px;
    }
}