:root {
    --bg-primary: #d71820;
    --bg-secondary: #f1781f;
}

.ttm-header-style-classic .fixed-header .site-branding img {
    width: 130px;
}

.bg-1 {
    background-color: #f8fafb;
}

.ttm-header-style-01 .ttm-topbar-wrapper {
    background-color: #fff;
}

.ttm-header-wrap {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
}


/* .rev_slider_wrapper {
    height: 650px !important;
}

#rev_slider_4_4 .tp-bgimg.defaultimg {
    background-size: 100% auto!important;
} */

.featured-desc p {
    color: #777;
    font-weight: 400;
}


/* .section-title h2.title {
    color: var(--bg-secondary);
} */

.section-title .title-header h5 {
    color: var(--bg-secondary)!important;
}

.ttm-new-color i {
    color: var(--bg-secondary)!important;
}

.bg-orange {
    background-color: var(--bg-secondary);
}

.ttm-box-description {
    color: #777;
    font-weight: 500;
}

.section-title .title-header h5.text-wh {
    color: #fff!important;
}

@media only screen and (min-width: 992px) {
    .ttm-processbox-wrapper:before {
        content: '';
        position: absolute;
        left: -346px;
        right: 0;
        height: 100%;
        display: block;
        background-image: url(/images/arrow.png);
        top: -5px;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.copyright .copy {
    color: #fff;
    font-weight: 400;
}

.featured-icon i {
    color: var(--bg-secondary);
}

.blog-left-img-section img {
    height: 220px;
}

.blog-left-img-section .ttm-meta-line a {
    color: var(--bg-secondary)
}

.blog-left-img-section .ttm-meta-line i {
    color: var(--bg-secondary)
}

.blog-left-img-section .post-title a {
    color: #606060;
}

.blog-left-img-section .post-title a:hover {
    color: var(--bg-primary);
}

.gallery-area img {
    width: 100%;
    height: 265px;
}

.gallery-area .ttm-box-col-wrapper {
    margin-bottom: 30px;
}

.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 0 10px;
}

.gallery-area .filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.btn:focus {
    outline: none!important;
    box-shadow: none!important;
}

.filter button.active {
    color: #fff;
    background-color: var(--bg-primary);
    border: 1px px solid var(--bg-primary);
}

.filter button {
    font-size: 14px;
    font-weight: 500;
    color: var(--bg-secondary);
    font-family: 'Barlow', sans-serif;
    border: 1px solid var(--bg-secondary);
    background: transparent;
    padding: 9px 20px;
    border-radius: 50px;
    margin: 0 10px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.spacing-21 {
    padding-top: 60px !important;
    padding-right: 65px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
}

.ttm-contactform .ttm-btn.ttm-btn-bgcolor-skincolor {
    background-color: #fff;
    color: #0b0c26;
}

.team-details-section p {
    text-align: justify;
}

.accordion .ttm-style-classic .toggle-title>a {
    /*color: #fff;*/
}

.accordion .toggle.ttm-toggle-title-bgcolor-grey.active .toggle-title::after {
    color: #666;
}

.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title::after {
    color: #fff;
}

.study-aborad-area .featured-content h4 {
    color: var(--bg-primary);
}

.bg-11 {
    background-color: #ffcda7;
}

.study-aborad-area .featured-desc p {
    text-align: justify;
}

.testimonials.style2 .testimonial-content {
    height: 500px;
}

.language-detail-area table {
    text-align: center;
}

.language-detail-area table tbody th {
    width: 90px;
    color: var(--bg-secondary);
    background-color: #f7f7f7;
}

.ttm-single-image-wrapper {
    display: flex;
}

.ttm-single-image-wrapper .img-1,
.ttm-single-image-wrapper .img-2 {
    margin-top: 20px;
}

.ttm-single-image-wrapper .img-1 img,
.ttm-single-image-wrapper .img-2 img {
    height: 200px;
}

.ttm-single-image-wrapper .img-2 {
    padding-left: 20px;
}
.footer-partner h6 {
    font-size: 12px;
    color: #fff;
}

.copyright {
    align-items: center;
}