.section-no-bg {
    background-color: #ffffff;
}

.footer-contact img {
    max-height: 40px;
    margin-bottom: 20px;
}


/*Inner Page BreadCrumbs*/

#page-header {
    padding-top: 70px;
    /*padding-bottom: 50px;*/
    overflow: hidden;
}

#page-header .content {
    float: left;
    position: relative;
    width: 100%;
}

#page-header .content:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: #2c2c2b;
    opacity: .6;
}

#page-header .fixed-bg {
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#page-header .fixed-bg {
    background-attachment: scroll;
    background-size: cover;
}

#page-header .fixed-bg.ptrn-bg {
    background-size: initial;
}

.page-title-wrap {
    float: left;
    width: 100%;
    padding: 65px 0 20px;
}

.page-title-wrap>h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.page-title-wrap>h2:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #47b2e4;
}

.page-title-wrap h1 {
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.page-title-wrap>h2+.breadcrumbs {
    float: right;
    margin-top: 10px
}

.page-title-wrap h1 .span-color {
    font-size: 45px;
    color: #fff;
}

#page-header .page-title-wrap>h2,
#page-header .breadcrumbs>li {
    color: #fff;
}

#page-header .breadcrumbs {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    background: none;
}

#page-header .breadcrumbs>li {
    float: left;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    margin-top: 12px;
    line-height: initial
}

#page-header .breadcrumbs>li+li {
    padding-left: 20px;
    margin-left: 15px
}

#page-header .breadcrumbs>li+li:before {
    content: "";
    height: 9px;
    width: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #47b2e4;
    position: absolute;
    left: 0;
    top: 5px;
}


/*Skill */

.skills-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.content .skills-content {
    height: auto;
    padding-top: 22px;
}

.skills-content .progress {
    width: 100%;
}

.career .accordion-list {
    padding: 0;
}

.career .content {
    padding: 0 60px 0 0px;
}

.about .sub-heading h3 {
    font-weight: 600;
    font-size: 25px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #1f89f6;
}

@media (max-width: 768px) {
    .about .sub-heading h3 {
        font-weight: 600;
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.service-sub-section {
    padding: 0;
}


/* why section start */

#why-us .animate{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
/* About section */

#about .button-learn {
    text-decoration: underline;
}

#about .section-title {
    display: flex;
    justify-content: space-around;
}

.heading-Faq {
    background-color: red;
}

.logos img {
    width: 1190px;
}

.about .content .add-dots {
    padding-left: 20px;
    list-style: disc;
}

.about .content .add-dots li {
    padding-left: 0px;
}

.add-dots {
    padding-left: 20px !important;
    /* list-style: disc !important; */
}

.add-dots li {
    padding-left: 0px;
}

.whatsapp-float {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 15px;
    left: 40px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}
#accordionExample .accordion-button:focus{
    border-color: transparent;
outline: 0;
box-shadow: none;

}

#skills .animate {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
