.clearboth {
    clear: both;
}

.section-container {
    padding: 4rem 0rem;
}

.bg-light {
    background-color: #f9f9f9 !important;
}

.card {
    border-radius: .5rem !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: none;
    background-color: #6c7278;
    box-shadow: inset 0 0 5px #6c7278;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #6c7278;
}

.back-header .logo img {
    width: auto;
    height: 60px;
}


.btn-tkh {
    position: relative;
    margin: auto;
    padding: 12px 24px;
    transition: all 0.2s ease;
}

.btn-tkh:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 33px;
    background: #fde9d5;
    transition: all 0.3s ease;
}

.btn-tkh span {
    position: relative;
    font-size: 14px;
    color: #fe7f00;
    font-weight: 600;
    padding-left: 8px;
    text-transform: uppercase;
}

.btn-tkh svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.btn-tkh:hover:before {
    width: 100%;
    background: #fe7f00;
}

.btn-tkh:hover svg {
    transform: translateX(0);
}

.btn-tkh:active {
    transform: scale(0.96);
}

.btn-tkh:hover span {
    color: #fff;
}

.btn-tkh:hover svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.widget-features-box {
    padding-left: 3rem;
}

.widget-features-box .item-grid {
    margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
    .widget-features-box .item-grid {
        margin-bottom: 2rem;
    }
}

.widget-features-box .item-grid:last-child {
    margin-bottom: 0;
}


.item-features-inner .title {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.item-features-inner .description {
    margin-top: 8px;
    line-height: 25px;
}

.item-features-inner.style1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.item-features-inner.style1 .top-inner {
    flex-shrink: 0;
}

.item-features-inner.style1 .features-box-content {
    flex-grow: 1;
    padding-left: 32px;
}

.item-features-inner.style1 .features-box-image {
    width: auto;
    height: auto;
    font-size: 25px;
    overflow: hidden;
    /* border-radius: 50%; */
    background-color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.item-features-inner.style1 .features-box-image img {
    width: 48px;
}

/* .item-features-inner.style1:hover .features-box-image {
    background-color: #fde9d5;
    color: #fff;
} */

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
    border-radius: 8px;
}

.home-slider-part .slider-content {
    z-index: 1;
}

.single-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


.type-banner-inner:hover {
    color: #fff !important;
    background-color: #ff7f00;
}

.type-banner-inner {
    overflow: hidden;
    display: block;
    color: #181A20;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 1.5rem;
    text-align: center;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid rgba(0, 0, 0, .125);
}

.type-banner-inner:hover .type-icon {
    color: #FFFFFF;
    background-color: #FFFFFF;
}

.type-banner-inner .type-icon {
    font-size: 24px;
    width: 115px;
    height: 115px;
    padding: 10px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    background-color: #fff;
    border: 5px solid #fde9d5;
}

.type-banner-inner .type-icon img {
    background-color: #fff;
}

.type-banner-inner .inner {
    margin-top: 1.5rem;
}

.type-banner-inner .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.type-banner-inner .number {
    font-size: 13px;
    margin-top: 5px;
}

.type-banner-inner:hover,
.type-banner-inner:hover .title {
    color: #fff;
}

.type-banner-inner:hover .type-icon {
    background: #fff;
    color: #fff;
}

.aboutus {
    position: relative;
    z-index: -1;
}

/* .card-testimonial {
    min-height: 100%;
} */

.quote {
    padding-bottom: 1.5rem;
}

.testimonial {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
}

.profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.name {
    font-weight: 600;
}

.designation {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.brand-logo {
    text-align: center;

}

.brand-logo img:hover {
    filter: grayscale(0);
}

.header-top {
    position: relative;
    font-size: 14px;
    text-align: center;
    border-radius: 0rem;
    border: none;
    margin-bottom: 0rem;
}

.contact_detail {
    text-align: left;
}

.contact_detail i,
.contact_detail svg {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.contact_detail span {
    vertical-align: middle;
}

.contact_detail li:first-child {
    margin-left: 0px;
}

.contact_detail>li {
    color: #333;
    list-style: none;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 7px 15px 7px 0;
}

.contact_detail>li a {
    color: #333;
}

.contact_detail>li a:hover {
    color: #ff7f00;
}


.social_icons li {
    display: inline-block;
    padding: 3px 5px 2px 0px;
}

.social_icons>li:last-child,
.back-menus>li>a:last-child {
    padding-right: 0px;
}

.social_icons li a {
    font-size: 16px;
    color: #777777;
    height: 32px;
    width: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.social_icons li a:hover,
.copytext a:hover,
.powered a:hover,
.copytext span {
    color: #ff7f00;
}

.copytext {
    text-align: left;
}

.powered {
    text-align: right;
}

.copytext,
.powered,
.copytext a,
.powered a {
    font-size: 14px;
    color: #8e8e8e;
}

.faq-row {
    clear: both;
}

.faq-row .technology {
    font-size: 1rem;
    cursor: pointer;
    padding: 0.8rem;
    margin: 0.8rem 0rem;
    border-radius: 0.4rem;
    border: 1px solid #dee2e6;
}

.faq-row .thelanguage {
    display: none;
}

.faq-row .thelanguage {
    font-size: 1rem;
    padding: 0.8rem;
    position: relative;
    top: -5px;
    border-top: none;
    border-top-right-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
    border-radius: 0.4rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.faq-row .openlanguage {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 0rem;
}

.faq-row .closedlanguage {
    font-weight: 500;
}

.faq-row .openlanguage,
.faq-row .closedlanguage {
    display: flex;
    align-self: stretch;
}

.indiamap {
    width: auto;
    margin: auto;
    text-align: center;
}

.tkh-links {
    list-style: none;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.tkh-links [class*=col-] {
    word-wrap: break-word;
    text-align: center
}

@media (min-width:769px) {
    .tkh-links [class*=col-] {
        text-align: left
    }
}

.tkh-links .project-link {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.tkh-links [class*="col-"] {
    text-align: left;
}

.tkh-links .project-link .project-links-wrap {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.tkh-links .project-link .project-links-wrap::after {
    content: "|";
    color: #757575;
    position: absolute;
    top: 18%;
    transition: all 0.5s ease;
}

.tkh-links .project-link .project-links-wrap:last-child::after {
    content: "";
}

.tkh-links .project-link .project-links-wrap a,
.tkh-links .project-link .project-links-wrap span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0.5rem;
}

.tkh-links .project-link .project-links-wrap a {
    font-size: 16px;
    color: #757575;
}

.tkh-links .project-link .project-links-wrap a:hover {
    color: #ff7f00;
    transition-duration: 0.3s;
}

.tkh-links .project-link .project-links-wrap a.active {
    color: #ff7f00;
    font-weight: 600;
}