.about-left-img-doit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-color-clients{
 background-color:#dddddd;   
}
.about-left-img-doit {
    height: 504px;
}
.about-left-img-changes {
    height: 370px;
}

.order-summary-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-left-img-changes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.certificates-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 130px;
    padding: 10px;
    border: 1px solid #fff;
}
.privacy-policy-heading-bolds {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.accordion-button a.faq-btntab{
    color: #fff;
    }
.accordion-button.collapsed a.faq-btntab{
color: #000;
}
.our-compayny-team img {
    width: 100%;
    height: 100%;
     object-fit: contain; 
}
.our-compayny-team {
    height: 160px;
    margin: 0 auto;
}

span.servises-active-comming {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Times New Roman', Times, serif;
}
.single-features-box {
    padding: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .04);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .04);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    max-width: 100%;
    }
    .single-features-box .icon {
    font-size: 50px;
    height: 90px;
    width: 90px;
    line-height: 100px;
    background-color: #f0f0f0;
    border-radius: 100%;
    text-align: center;
    color: #212226;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 1
    }
    .single-features-box .icon::before {
    position: absolute;
    content: '';
    height: 0%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #000;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
    }
    .single-features-box h3 {
    font-size: 22px
    }
    .single-features-box:hover {
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .09);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .09);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
    }
    .single-features-box:hover .icon {
    color: #fff
    }
    .single-features-box:hover .icon::before {
    height: 100%
    }
    .single-features-box:hover img {
    filter: invert(1);
    }
    .single-features-box:hover .icon::before {
    height: 100%
    }
    .join-us-overly {
    background-image: url(../images/join-us/join-us-img-1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-width: 1480px;
    margin: auto
    }
    .join-us-overly::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(17, 17, 17, .85);
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px
    }
    .join-us-content {
    max-width: 700px;
    margin: auto;
    text-align: center
    }
    .join-us-content .section-title {
    max-width: unset;
    margin-bottom: 20px
    }
    .join-us-content p {
    margin-bottom: 40px;
    color: #c1c1c1
    }
    .course-area {
    background-color: #212226;
    background-image: url(../images/course/course-bg.png);
    background-size: cover;
    background-position: calc();
    position: relative;
    z-index: 1
    }
    .course-area::before {
    position: absolute;
    content: '';
    height: 283px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1
    }
    .single-course-card {
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
    }
    .single-course-card .course-img {
    border-radius: 10px 10px 0 0
    }
    .single-course-card .course-img img {
    border-radius: 10px 10px 0 0
    }
    .single-course-card .course-content {
    padding: 30px;
    position: relative;
    background-color: #fff;
    border: 1px dashed rgba(221, 0, 0, .15);
    border-top: 1px solid transparent;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
    }
    .single-course-card .course-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: 600
    }
    .single-course-card .course-content h3:hover {
    color: #09246c
    }
    .single-course-card .course-content ul {
    padding-left: 0;
    margin-bottom: 25px
    }
    .single-course-card .course-content ul li {
    margin-bottom: 12px;
    list-style-type: none;
    position: relative;
    padding-left: 22px
    }
    .single-course-card .course-content ul li i {
    position: absolute;
    left: 0;
    top: -1px;
    color: #09246c
    }
    .single-course-card .course-content::before {
    position: absolute;
    content: '';
    height: 0;
    width: 40px;
    background-color: #09246c;
    border-radius: 100% 0 10px 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
    }
    .single-course-card:hover .course-content {
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    border-color: transparent
    }
    .single-course-card:hover .course-content::before {
    height: 50px;
    border-radius: 100% 0 10px 0
    }
    .bg-light .features-area a:hover {
    color: #5accee;
    text-decoration: none;
    }

    .images-about-right-details img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*  */
    
.faq-area .accordion-body, .PrivacyPolicy-area .accordion-body{
	font-size: 14px;
}

.faq-area .accordion-button, .PrivacyPolicy-area  .accordion-button{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: .875rem;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.faq-area .accordion-button:not(.collapsed), .PrivacyPolicy-area .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #10252e;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.faq-area .card .card-title, .PrivacyPolicy-area .card .card-title {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 500;
	margin-bottom: 14px;
}

.faq-area .card, .PrivacyPolicy-area .card {
    box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
}

.faq-area .card, .PrivacyPolicy-area .card {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-title-spacer-y: 0.875rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: #f2f4f9;
    --bs-card-border-radius: 0.25rem;
    --bs-card-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    --bs-card-inner-border-radius: calc(0.25rem - 1px);
    --bs-card-cap-padding-y: 0.875rem;
    --bs-card-cap-padding-x: 1.5rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.01);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}


@media (max-width: 768px){
    .about-left-img-changes {
        height: auto;
    }
    .about-left-img-doit {
        height: auto;
    }
}

