<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Montserrat";
    src: url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "GT Walsheim Pro";
    src: url('../fonts/gt-walsheim/GTWalsheimPro-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

html {
    scroll-behavior: smooth; /* Adds smooth scrolling behavior */
}
body, p, a, span, li,button{
    font-family: "GT Walsheim Pro", serif;
} 
body {
    font-size: 16px;
    color: rgba(50, 50, 50, 1);
}
a:visited {
    color: rgba(15, 98, 254, 1);
}
ul, li, button, a, .btn, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", serif;
}

p {
    font-size: 18px;
    line-height: 1.5;
}
.tr-nested-sub-menu-items-list-wrapper p{font-size:16px;}
img {
    width: 100%;
}
a{
    text-decoration: none;
}


.techrida-header {
    padding: 20px 0px;
    position: relative;
}

.techrida-header .techrida-header-right {
    display: flex;
    gap: 32px;
    justify-content: end;
    align-items: center;
    position: relative;
}

.techrida-header .col-lg-6 {
    display: flex;
    justify-content: center;
}

.techrida-header .techrida-header-right-cover { 
    display: flex;
    justify-content: end;
}
.techrida-header .techrida-header-middle, .techrida-header .tr-nav-menu,
.techrida-header .techrida-header-middle .tr-menu-items-list li,
.techrida-header .techrida-header-middle .tr-menu-items-list li a {
    display: flex;
}
.techrida-header .techrida-header-middle .tr-menu-items-list .tr-menu-item a &gt; span {
    margin-top: auto;
    margin-bottom: auto;
}
.techrida-header .techrida-header-left img {
    width: 173px;
}
.techrida-header .techrida-header-right-cover .techrida-header-right &gt; a {
    padding: 8px 20px;
    color: #ffffff;
}
.techrida-header .techrida-header-middle .tr-sub-menu-items-list-wrapper, 
.techrida-header .techrida-header-middle .tr-nested-sub-menu-items-list-wrapper {
    display: none;
}
.techrida-header .techrida-header-middle ul.tr-sub-menu-items-list li&gt;a{
    position: relative;
    z-index: 8;
}
.techrida-header .techrida-header-middle .tr-nav-menu ul {
    list-style: none;
}
.techrida-header .techrida-header-middle .tr-nav-menu ul li a {
    padding: 13px 0px;
    color: rgba(50, 50, 50, 1);
}
.techrida-header .techrida-header-middle ul.tr-menu-items-list {
    display: flex;
}
.techrida-header .techrida-header-middle ul.tr-menu-items-list &gt; li:hover &gt; .tr-sub-menu-items-list-wrapper,
.techrida-header .techrida-header-middle ul.tr-menu-items-list .tr-sub-menu-items-list-wrapper:hover,
.techrida-header .techrida-header-middle ul.tr-sub-menu-items-list &gt; li:hover &gt; .tr-nested-sub-menu-items-list-wrapper,
.techrida-header .techrida-header-middle .tr-nested-sub-menu-items-list-wrapper:hover {
    display: block;
}
.techrida-header .techrida-header-middle .tr-sub-menu-items-list-wrapper {
    position: absolute;
    top: 77%;
    left: 0;
    background: #ffffff;
    min-height: 660px;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
}
.techrida-header #tr-search {
    display: none;
    position: absolute;
    bottom: -44px;
    z-index: 9;
    right: 0;
    border-radius: 7px;
    height: 50px;
    width: 355px;
    padding: 0px 15px;
    font-size: 16.1px;
}
.techrida-header #tr-search:focus {
    outline: none;
}
.techrida-header svg.bi-search {
    cursor: pointer;
} 
.tr-nested-sub-menu-items-list-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.techrida-header .techrida-header-middle .tr-sub-menu-items-list li:hover div&gt;ul {
    display: block;
}
.techrida-header .techrida-header-middle .tr-sub-menu-items-list-wrapper-row {
    position: relative;
}
.techrida-header .techrida-header-middle .tr-sub-menu-items-list li {
    display: block;
}
.techrida-header .techrida-header-middle .tr-menu-items-list &gt; li {
    padding: 0px 23px;
}
.techrida-header .techrida-header-middle .tr-nested-sub-menu-items-list-wrapper .tr-nested-sub-menu-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.techrida-header .techrida-header-middle .tr-menu-item-page-link {
    border-top: 1px solid #5792ff;
    margin-top: 80px;
}
.techrida-header .techrida-header-middle .tr-nav-menu .tr-sub-menu-items-list li &gt; a {
    padding: 8px 0px;
    padding-left: 22px;
}
.techrida-header .techrida-header-middle .tr-nav-menu .tr-sub-menu-items-list &gt; li:hover &gt; a {
    background-color: #eaf4ff;
}
.techrida-header .techrida-header-middle .tr-menu-item-page-link a {
    align-items: center;
}
.techrida-header .techrida-header-middle .tr-menu-item-page-link a svg { 
    margin-left: 13px;
}
li.tr-nested-sub-menu-item:hover {
    background-color: #eaf4ff;
}
li.tr-nested-sub-menu-item {
    padding: 10px 0px 10px 22px;
}
.techrida-header .techrida-header-middle .tr-nav-menu li.tr-nested-sub-menu-item a {
    padding: 0;
    margin-bottom: 5px;
}
.techrida-header .techrida-header-middle .tr-nav-menu li.tr-nested-sub-menu-item p {
    margin-bottom: 0;
}
.tr-sub-menu-items-list-wrapper-row .tr-sub-menu-items-list-container {
    padding-right: 0;
}
.tr-nested-sub-menu-items-list,
.tr-nested-sub-menu-items-list .tr-nested-sub-menu-items:nth-child(1) {
    padding-left: 0;
}
.tr-nested-sub-menu-items-list-header {
    padding: 20px 0px 5px 22px;
}
.techrida-header .techrida-header-middle .tr-nav-menu .tr-nested-sub-menu-items-list-header a {
    padding-top: 0px;
    padding-bottom: 10px;
}
.techrida-banner {
    background-color: #eaf4ff;
    padding: 80px 0px;
}
.techrida-banner .banner-description {
    margin: 70px 0px;
}
.techrida-banner .banner-socials {
    margin-top: 94px;
}
.techrida-banner .banner-socials .banner-social-list,
.techrida-footer .banner-socials .banner-social-list  {
    display: flex;
    gap: 32px;
}
.techrida-banner .banner-heading h2 {
    font-size: 35px;
}

/** techrida-services **/
.techrida-services {
    padding: 80px 0px;
}
.techrida-services .services-heading h2 {
    font-size: 35px;
}
.techrida-services .techrida-services-top-content {
    margin-bottom: 72px;
}
.tr-services-list {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.175);
    border-width: 1px 1px 0 0px
}
.techrida-services .card{
    border-width:0 0 1px 1px;
    background-color: #fff;
    padding: 30px 20px;
}
.techrida-services .card.card-item-active { 
    border-bottom: none;
    background: #ffffff;
}
.techrida-services .card .card-img {
    margin-bottom: 70px;
}
.techrida-services .card img {
    height: 80px;
    width: auto;
}
.techrida-services .card .card-body a {
    background-color: transparent;
    border: none;
    color: #323232;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.techrida-services .multi-collapse .card {
    border-radius: 0;
    border-width: 0px 0px 1px 1px;
    background-color: #ffffff;
}

/* .techrida-services .tr-services-list .tr-service-item {
    background-color: #f6f8ff;
    padding: 30px 20px;
}
.techrida-services .tr-services-list .tr-service-item .card-body a {
    background-color: transparent;
    border: none;
    color: #323232;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.techrida-services .tr-services-list .tr-service-item img {
    height: 80px;
    width: 80px;
}
.techrida-services .tr-services-list .tr-service-item .card-img {
    margin-bottom: 70px;
}
.techrida-services div:nth-child(5) .card-body { 
    border-bottom: none;
}
.techrida-services div:nth-child(10) .card-body { 
    border-top: none;
}
.techrida-services div:nth-child(5) .card-body { 
    border-bottom: none;
}
.techrida-services .multi-collapse .card-body {
    border-radius: 0px;
    padding: 31px;
    padding-left: 22px;
}
.techrida-services .tr-services-list .card-item-active {
    background-color: #ffffff;
}
.techrida-services .tr-services-list .card-item-active::after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    height: 10px;
    bottom: -5px;
    right: 0;
    left: 0;
    z-index: 9;
}
.techrida-services .techrida-services-bottom-content &gt; div:nth-child(-n+4) &gt; .card {
    border-bottom: none;
}
.techrida-services .techrida-services-bottom-content &gt; div:nth-child(-n+3) &gt; .card,
.techrida-services .techrida-services-bottom-content &gt; div:nth-child(n+6):nth-child(-n+8) &gt; .card {
    border-right: none;
} */


.techrida-works,
.techrida-partners,
.techrida-consulting,
.techrida-insights
.techrida-testimonials,
.techrida-inquiry {
    padding: 0px 0px 80px;
}

/** .techrida-works **/
.techrida-works .techrida-works-top-content {
    margin-bottom: 75px;
}
.techrida-works .card {
    border: none;
}
.techrida-works .card-body {
    background-color: #fafbff;
    padding: 30px 20px;
    border: 1px solid #dbedff;
}
.techrida-works .card-body p { 
    margin: 23px 0px 20px;
    font-size: 16px;
}
.techrida-works .card-body .tr-works-link-btn {
    display: flex;
    justify-content: flex-end;
}
.techrida-works .card-img {
    position: relative; height: 230px;
    overflow:hidden;
}
.techrida-works .img-atop-title-container {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.techrida-works .col-lg-6.offset-lg-1{
    justify-content: center;
    align-items: center;
    display: flex;
}
.techrida-inquiry .tr-inquiry-left li.list-group-item p a {
    color: #212529;
}

.img-atop-title {
    position: relative;
    background-color: #eaf4ff;
    padding: 10px 91px 10px 10px;
    clip-path: polygon(0% 0%, 68% 0%, 100% 100%, 0% 100%);
    border: 2px solid #6792fe;
}

/* .img-atop-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -29px;
    width: 100%;
    height: 2px;
    background-color: #6792fe;
    transform: rotate(44deg);
    clip-path: polygon(0% 0%, 68% 0%, 100% 100%, 0% 100%);


    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #4679BD;
} */

.techrida-partners .tr-partners-top-content {
    margin-bottom: 40px;
}

.techrida-partners .tr-partners-slider img {
    width: 100%;
}

.techrida-consulting .tr-consulting-heading, .techrida-insights .tr-insights-heading {
    margin-bottom: 20px;
}

.techrida-consulting .tr-consulting-desc, .techrida-insights .tr-insights-desc {
    margin-bottom: 25px;
}

.techrida-testimonials .tr-testimonials-desc {
    color: #0d6efd;
}

.techrida-insights .tr-insight-card-wrapper .card-body {
    background-color: #fafbff;
    padding: 20px 15px;
    border: 1px solid #dbedff;
}

.techrida-insights .tr-insight-card-wrapper .card-body h5 {
    font-size: 16px;
    font-weight: 600;
}

.techrida-insights .tr-insight-card-wrapper .card-body p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.techrida-insights .tr-insight-link-btn-wrapper {
    display: flex;
}

.techrida-insights .tr-insight-link-btn-wrapper a {
    color: #0f62fe;
}

.techrida-insights .col-lg-6:nth-of-type(2) .col-md-6:nth-of-type(1) .tr-insight-author-date-wrapper {
    margin-top: 5px;
}

.techrida-insights .col-lg-6:nth-of-type(2) .col-md-6:nth-of-type(2) .tr-insight-author-date-wrapper {
    margin-bottom: 5px;
}

.techrida-insights .tr-insight-card-wrapper .tr-insight-author-date-wrapper time {
    font-size: 13px;
}

.techrida-insights .tr-insight-card-wrapper .tr-insight-author-date-wrapper h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.techrida-insights .tr-insight-card-wrapper .tr-insight-link-btn-wrapper {
    justify-content: flex-end;
}

.techrida-inquiry .tr-inquiry-left {
    background-color: #f6f8ff;
    padding: 60px;
}

.techrida-inquiry .tr-inquiry-left .list-group-item {
    background: transparent;
    border-color: #0d6efd;
}

.techrida-inquiry .tr-inquiry-left .tr-inquiry-heading {
    color: #0d6efd;
    margin-bottom: 11px;
}

.techrida-inquiry .tr-inquiry-left .list-group-item h5 {
    margin-bottom: 14px;
}

.techrida-inquiry .tr-inquiry-left .list-group-item p {
    font-size: 14px;
    margin-bottom: 10px;
}

.techrida-inquiry .tr-inquiry-left .list-group-item p i {
    margin-right: 15px;
}
.techrida-inquiry .tr-inquiry-left .list-group li {
    padding: 20px 0 10px;
}

/* .techrida-inquiry .tr-inquiry-left .list-group {
    padding-right: 50px;
} */

.techrida-inquiry .tr-inquiry-right {
    padding-left: 30px;
}

.techrida-inquiry .tr-inquiry-right .tr-inquiry-right-heading {
    margin-bottom: 20px;
}

.techrida-footer {
    padding: 40px 0px; z-index:1; position:relative;
}

.techrida-footer .techrida-footer-subscribe {
    color: #ffffff;
}
.techrida-footer .tnp-subscription h2 {
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
}
footer .form-content input {
border-radius: 0;
background-color: transparent !important;
border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
padding-left: 0 !important;
}
footer .form-content input::placeholder {
    color: rgba(255, 255, 255, 1);
}
footer .form-content .tnp-field-email {
    position: relative;
    margin: 0;
}
footer .form-content .tnp-field-button {
    position: absolute;
    right: 0;
    top: 0;
}
footer .form-content .tnp-field-button button {
    background-color: transparent;
    border: none;
    color: #ffffff;
}
footer .form-content .tnp-field-button button svg {
    width: 90%;
}

.tnp.tnp-subscription{} 
.tnp-field.tnp-field-email{width: 321px; float: left;}
.tnp-field.tnp-field-email label{display:none !important;}
.tnp.tnp-subscription input[type="email"]{background: none; border-bottom: 1px solid #ccc;
    border-radius: 0px;}
.tnp-field.tnp-field-button{ margin-bottom: 0px !important;}
.tnp-field.tnp-field-button input[type="submit"]{margin-top: 11px;
    font-size: 0px;
    padding: 5px !important;
    background: url(/wp-content/uploads/2025/04/arrow2.png);
    height: 25px;
    width: 23px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;margin-left: -20px;}

.tnp-field.tnp-field-email:focus-visible, .tnp-field.tnp-field-email input:focus-visible{outline:none !important;}

.techrida-footer .banner-socials .banner-social-list-item i {
    color: #ffffff;
}

.techrida-footer .techrida-footer-subscribe {
    margin-bottom: 40px;
}
.techrida-footer .tnp-subscription {
    max-width: 100%;
}
.techrida-footer .techrida-footer-menu-heading h6 {
    color: #ffffff;
}

.techrida-footer .techrida-footer-menu-heading {
    margin-bottom: 15px;
}

.techrida-footer .techrida-footer-menu li {
    padding: 0;
    color: #dadce0;
    background-color: transparent;
    border: none;
    margin-bottom: 5px;
}

.techrida-footer .techrida-footer-menu li a {
    color: #dadce0;
}

.techrida-footer .row:nth-of-type(2) {
    margin-top: 60px;
}

.techrida-footer .bottom-footer {
    margin-top: 100px;
}

.techrida-footer .bottom-footer .bottom-footer-left {
    color: #ffffff;
}

.techrida-footer .bottom-footer .bottom-footer-right ul li {
    background-color: transparent;
    color: #dadce0;
    padding: 0;
    border: none;
}

.techrida-footer .bottom-footer .bottom-footer-right ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
}

.techrida-footer .bottom-footer p, .techrida-footer .bottom-footer .bottom-footer-right li a {
    font-size: 16px;
}

.techrida-footer .bottom-footer .bottom-footer-right {
    z-index: 9;
}

body {
    position: relative;
}

body::after {
    content: '';
    background-image: url(../img/quadrant.png);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 230px;
    width: 230px;
}

body::before {
    content: '';
    background-image: url(../img/quadrant-line.png);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 250px;
    width: 250px;
}

/* Slider Banner CSS */

.tr-slider-banner .carousel-inner .carousel-item {
    height: 550px;
}

.tr-slider-banner .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tr-slider-banner .carousel-inner .tr-slider-banner-right {
    text-align: left;
    color: #212529;
    width: 46%;
}

.tr-slider-banner .banner-description,
.tr-banner .banner-description {
    margin: 50px 0px;
}

.tr-slider-banner .banner-socials {
    margin-top: 72px;
}

.tr-slider-banner .banner-socials .banner-social-list {
    display: flex;
    gap: 32px;
}

.tr-slider-banner .carousel-inner .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    width: 100%;
    right: unset;
    left: unset;
    z-index: 9;
}

.tr-slider-banner .carousel-inner::after {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 93.8px 0px 200px 200px #ffffff;
    height: 100%;
    width: 23%;
}

.tr-slider-banner .carousel-indicators {
    margin-right: 9%;
    flex-direction: column;
    left: unset;
    gap: 15px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 999;
}

.tr-slider-banner .carousel-indicators button { 
    height: 46px;
    width: 9px;
    border-top: unset;
    border-bottom: unset;
}

.tr-slider-banner .carousel-indicators button.active {
    height: 55px;
    width: 10px;
    background-color: #0f62fe;
}

.tr-slider-banner .carousel-caption .banner-link-btn &gt; a,
.tr-banner .banner-link-btn a {
    padding: 10px 20px;
    color: #ffffff;
}

.tr-slider-banner .carousel-caption .banner-link-btn svg {
    margin-left: 11px;
}
.tr-partners-slider-inner-wrapper {
    position: relative;
}
.tr-partners-slider .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tr-partners-slider .owl-nav button.owl-prev {
    left: -95px;
}
.tr-partners-slider .owl-nav button.owl-next {
    right: -95px;
}

.tr-partners-slider.owl-carousel {
    width: 85%!important;
    margin-left: auto;
    margin-right: auto;
}

.tr-partners-slider .owl-nav button.owl-prev, 
.tr-partners-slider .owl-nav button.owl-next {
    background: #eaf4ff;
    padding: 0px 17px!important;
    border-radius: 2px;
    font-size: 32px;
}

/* .tr-partners-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50px;
    left: -95px;
}

.tr-partners-slider .owl-nav button.owl-next { 
    position: absolute;
    top: 50px;
    right: -95px;
} */

.tr-partners-slider.owl-carousel .owl-item {
    border-right: 1px solid #646464;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tr-partners-slider .owl-dots button.owl-dot,
.tr-partners-slider .owl-dots button.owl-dot.active {
    height: 13px;
    border-radius: 9999px;
}

.tr-partners-slider .owl-dots button.owl-dot {
    width: 30px;
    background-color: #bcbcbc;
}

.tr-partners-slider .owl-dots button.owl-dot.active {
    width: 60px;
    background-color: blue;
}

.tr-partners-slider .owl-dots {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    justify-content: center;
}

.tr-partners-slider.owl-carousel .owl-stage-outer {
    margin-left: 20px;
}

.tr-partners-slider .tr-partners-top-content {
    margin-bottom: 30px;
}

.techrida-testimonials .tr-testimonials-items-list {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.techrida-testimonials .tr-testimonials-items-list .card {
    border: none;
}

.techrida-testimonials .tr-testimonials-items-list .card-body {
    padding-left: 0px;
    padding-top: 40px;
    padding-bottom: 22px;
    padding-right: 83px;
}

.techrida-testimonials .tr-testimonials-items-list .owl-nav button.owl-prev, 
.techrida-testimonials .tr-testimonials-items-list .owl-nav button.owl-next {
    background: #eaf4ff;
    padding: 0px 14.6px!important;
    border-radius: 2px;
    font-size: 25px;
}

.techrida-testimonials .tr-testimonials-items-list .tr-testimonial-item p {
    font-size: 25px;
    line-height: 39px;
    margin-bottom: 20px;
}

.techrida-testimonials .tr-testimonials-items-list .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -15%;
    transform: translateY(-50%);
}

.techrida-testimonials .tr-testimonials-items-list .owl-nav button.owl-next { 
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.techrida-testimonials .owl-dots {
    display: flex;
    gap: 15px;
    margin-top: 46px;
    justify-content: center;
    position: absolute;
    left: 15px;
}

.techrida-testimonials .owl-dots button.owl-dot,
.techrida-testimonials .owl-dots button.owl-dot.active {
    height: 10px;
    border-radius: 9999px;
}

.techrida-testimonials .owl-dots button.owl-dot {
    width: 30px;
    background-color: #bcbcbc;
}

.techrida-testimonials .owl-dots button.owl-dot.active {
    width: 60px;
    background-color: blue;
}

.techrida-testimonials .tr-testimonials-items-wrapper .tr-testimonial-item .card-body h4 {
    font-size: 17px;
}

.techrida-testimonials .tr-testimonials-items-wrapper .tr-testimonial-item .card-body h6 {
    font-size: 13.9px;
}

.techrida-insights {
    padding: 56px 0px;
}

a.tr-btn {
    display: flex;
    align-items: center;
}

a.tr-btn svg {
    margin-left: 8px;
}

.tr-banner {
    background: #eaf4ff;
}

.tr-banner .tr-banner-slider-right {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    width: 100%;
    right: unset;
    left: unset;
    z-index: 9;
}

.tr-banner .tr-banner-content-wrapper {
    height: 550px;
    align-items: center;
}

#tr-tax-list .banner-link-btn a:nth-of-type(2) {
    color: #000000;
    margin-left: 20px;
}

.tr-tabs-section {
    padding: 80px 0px 20px 0px;
}

.fixed {
    position: fixed;
    top: 0;
}

#stickyTabDiv {
    display: flex;
    flex-direction: column;
}

#stickyTabDiv a {
    padding: 15px;
    border-left: 5px solid #e0e0e0;
}

#stickyTabDiv a.active {
    background-color: #eaf4ff;
    border-left: 5px solid #0f62fe;
}

#tr-tabs-section .tr-tabs-container .tr-tabs-heading-wrapper h3 {
    font-size: 35px;
}

#tr-tabs-section .tr-tabs-container .tr-tabs-heading-wrapper {
    margin-bottom: 40px;
}

#tr-tabs-section .tr-tabs-wrapper:not(:last-of-type) {
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 60px;
}

#tr-tabs-section .tr-tabs-wrapper:not(:first-of-type) { 
    padding-top: 60px;
    padding-bottom:60px;
}

#tr-tabs-section .tr-tabs-items-wrapper .tr-tabs-item-heading {
    display: flex;
    gap: 30px;
    align-items: center;
}

#tr-tabs-section .tr-tabs-items-wrapper .tr-tabs-item-heading-no { 
    background-color: #eaf4ff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

#tr-tabs-section .tr-tabs-items-wrapper .tr-tabs-item-desc {
    display: flex;
    gap: 30px;
    margin: 10px 0px 10px 0px;
}

#tr-tabs-section .tr-tabs-items-wrapper .tr-tabs-item-desc-line { 
    width: 45px;
    flex-shrink: 0;
    position: relative;
}

#tr-tabs-section .tr-tabs-items-wrapper .tr-tabs-item-desc-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%; 
    height: 100%;
    width: 2px; 
    background-color: black;
}
#tr-tabs-section .tr-tabs-wrapper:not(:first-of-type) .tr-tabs-desc-wrapper {
    margin-bottom: 40px;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(3) .tr-tabs-items-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(3) .tr-tabs-items-wrapper .tr-tabs-item { 
    flex: 0 0 48%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eaf4ff;
    background-color: #f6f8ff;
    padding: 40px 40px 40px 35px;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(3) h3,
#tr-tabs-section .tr-tabs-wrapper:nth-child(4) .tr-tabs-desc-wrapper p, 
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-item-content-title h3,
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-item-content-btn-wrapper a {
    color: #0f62fe;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-item {
    display: flex;
    gap: 100px;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-items-wrapper .tr-tabs-item-content,
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-items-wrapper .tr-tabs-item-content-img {
    flex: 1;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-items-wrapper .tr-tabs-item-content-img img { 
    width: 100%;
    height: 100%;
} 
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-items-wrapper .tr-tabs-item-content-desc {
    margin: 20px 0px 20px 0px;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-item-content-title h3 {
    font-size: 18px;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-item-content-btn-wrapper svg {
    margin-left: 5px;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-items-wrapper .tr-tabs-item:not(:last-of-type) {
    margin-bottom: 45px;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(6) .tr-tabs-item-btn-wrapper a {
    background-color: #0f62fe;
    padding: 12px 30px;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
}
#tr-tabs-section .techrida-testimonials .tr-testimonials-left-container, 
#tr-tabs-section .techrida-testimonials .tr-testimonials-right-container {
    width: 100%;
}
#tr-tabs-section .techrida-testimonials .tr-testimonials-items-list {
    border: none;
}
#tr-tabs-section .techrida-testimonials .tr-testimonials-items-list .card-body {
    padding-top: 0px;
}
#tr-tabs-section .tr-tabs-wrapper:nth-child(5) .tr-tabs-item:nth-child(even) {
    flex-direction: row-reverse;
}
.tr-accordion-holder .tr-accordion-container .accordion-flush&gt;.accordion-item:first-child {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.tr-accordion-holder .tr-accordion-container .accordion-flush&gt;.accordion-item:last-child {
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.tr-accordion-holder .tr-accordion-container .accordion-button {
    padding-top: 18px;
    padding: 13px 16px 13px 0;
}
.tr-accordion-holder .tr-accordion-container .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.tr-accordion-holder .tr-accordion-container .accordion-button:focus { 
    box-shadow: none;
}
.tr-accordion-holder .tr-accordion-container .accordion-body {
    font-size: 17px;
    padding: 12.7px 12.7px 12.7px 0;
}
.tr-accordion-holder .tr-accordion-container .accordion-button:not(.collapsed) {
    color: #212529;
}
 .tr-industries {
    padding: 80px 0px;
}
#tr-tax-list .tr-accordion-holder .tr-accordion-container .accordion-flush&gt;.accordion-item:first-child {
    border-top: none;
}
#tr-tax-list .tr-tax-content .load-more {
    line-height: 24px;
    color: rgba(15, 98, 254, 1);
    display: inline-block;
    position: relative;
    padding: 0 28px 0 0;
    font-size: 20px;
    font-weight: 600;
}
#tr-tax-list .tr-tax-content .load-more::before {
    content: url(../img/double-arrow.png);
    right: 0;
    top: 0;
    position: absolute;
}
#tr-tax-list .tr-accordion-outer-cover {
    margin-top: 55px;
}

/** contact-us **/
#contact-us {
    background: #fff;
    padding: 110px 0 122px;
}
#contact-us .heading-text h2{
    margin-bottom: 16px;
}
#contact-us .heading-text h2 span {
    color: rgba(15, 98, 254, 1);
}
#contact-us .heading-text h3{
    font-size: 32px;
    font-family: 'robotolight' ,arial;
}
#contact-us .contact-list{
    padding-top: 155px;
    position: relative;
}
#contact-us .contact-list .heading-text {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 40px;
}
#contact-us .contact-list .heading-text::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:47%;
    height: 1px;
    background: rgba(15, 98, 254, 1);
}
  
/** common css **/
.heading-text h2{
    font-size: 48px;
}
.contact-list {
    padding-right: 50px;
}  
.contact-list .contact {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(141, 141, 141, 1);
    border-radius: 4px;
    padding: 18px 14px 16px;
    margin-bottom: 28px;
}
.contact-list .contact h4{
    font-size: 20px;
    line-height: 29px;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 20px;
}
.contact-list .icon {
    font-size: 14px;
    line-height: 29px;
    color: rgba(125, 125, 125, 1);
    position: relative;
    margin-bottom: 6px;
    transition: all 0.3s;
    list-style: none;
}
.contact-list .icon::before{
    left: 0;
    top: 50%;
    position: absolute; 
    transform: translateY(-50%);  
} 
#contact-us .form-content {
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 50px 30px;
    border:1px solid #ccc;
}
#contact-us .form-content h2{
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
} 
#contact-us .form-content h2 span{
    color: rgba(15, 98, 254, 1);
    font-family: 'robotomedium',arial; 
}
#contact-us .location i, #contact-us .phone i, #contact-us .mail i {
    margin-right: 5px;
    color: #0f62fe;
}
#contact-us .heading-text p {
    font-size: 35px;
}
 
.modal-dialog {
    max-width: none;
    width: 80%;
}
.tr-load-more-blog {
    margin-top: 25px;
}

/***********new changes*****************/
#tr-tabs-section .tr-accordion-container .tr-tabs-desc-wrapper,
#tr-tabs-section .tr-tabs-wrapper .tr-tabs-item-content-title h3 {
    font-weight: 600;
} 
.tr-btn {
    margin-top: 30px;
}
.tr-inquiry-form h2{
    margin-bottom: 14px;
}
.tr-inquiry-form .tr-mb{
    margin-bottom: 50px; 
}

/*** .tr-form-cont ***/
.tr-form-cont input{
    border-color: rgba(132, 132, 132, 1);
    width: 100%;
    border-width: 0 0 1px 0;
    padding: 12px 10px;
}
.tr-form-cont input:focus-visible {
    outline: none;
}
.tr-form-cont label{
font-size: 20px;
color: rgba(131, 131, 131, 1);
margin-bottom: 6px;
}
.tr-form-cont label span {
color: rgba(241, 85, 85, 1);
font-weight: 600;
}
.tr-form-cont input {
    background: rgba(228, 236, 251, 1);
    border-color: rgba(194, 194, 194, 1);
    width: 100%;
}
.tr-form-cont select {
    width: 100%;
    background: rgba(228, 236, 251, 1);
    border-radius: 5px;
    border-color: rgba(194, 194, 194, 1);
    padding: 12px 10px;
    color: rgba(131, 131, 131, 1); 
    margin-bottom: 16px;
}
.tr-form-cont input::placeholder {
    color: rgba(131, 131, 131, 1); 
}
.tr-form-cont textarea {
    background: rgba(228, 236, 251, 1);
    border-radius: 5px;
    border-color: rgba(194, 194, 194, 1);
    padding: 12px 10px;
    height: 200px;
    border-width: 0 0 1px 0;
}
.tr-form-cont .btn  {
    position: relative;
}
.tr-form-cont .btn .wpcf7-spinner {
    position: absolute;
    right: 0;
    /* visibility: visible; */
}
.tr-form-cont .btn input {
    display: inline-block;
    width: auto;
    padding: 14px 20px;
    color: #ffffff;
    background: #0d6efd;
    border-radius: 0.375rem;
    margin: 0;
    font-weight: 500;
}
.tr-form-cont .wpcf7-checkbox label {
    display: flex;
    justify-content: center;
}
.tr-form-cont .wpcf7-not-valid-tip {
    font-size: 14px;
    color: rgba(241, 85, 85, 1);
}
.tr-form-cont .wpcf7-checkbox  .wpcf7-list-item {
    margin: 0;
}
.tr-form-cont input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 2px solid rgba(160, 160, 160, 1);
    margin-right: 10px;
}
.tr-form-cont  label .wpcf7-list-item-label {
    font-weight: 500;
    color: rgba(50, 50, 50, 1);
    font-size: 16px;
}
.tr-form-cont .tr-form-lable .tr-form-ic {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 9;
    width: 20px;
    text-align: center;
    color: rgba(15, 98, 254, 1);
}

/** tr-dropform **/
.tr-dropform  input,
.tr-dropform textarea{
    background-color: transparent;
    border-radius: 0;
    border-width: 0 0 1px 0;
}
.tr-dropform  input{
    background-color: transparent;
    margin-bottom: 5px;
    padding: 8px 10px 8px 40px;
}
.tr-dropform .wpcf7-form-control::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
.tr-dropform textarea{
    height: 130px;
    padding-left: 40px;
}
.tr-dropform  .tr-textarea .tr-form-ic{
    top: 12px;
}

/**tr-contact-from **/
.tr-contact-from .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
}
.tr-contact-from select {
    margin-bottom: 0;
}
.tr-contact-from .btn {
    display: flex;
    justify-content: center;
}


.tr-form-cont .tr-form-lable {
position: relative;
}
.techrida-services .techrida-view-services.tr-btn,
.techrida-works .techrida-view-services.tr-btn,
.techrida-consulting .tr-consulting-link-btn.tr-btn{
    color: rgba(15, 98, 254, 1);
}
.techrida-footer-subscribe h4 {
    margin-bottom: 26px;
}
.techrida-footer .techrida-footer-logo img {
width: auto;
}
.techrida-footer-subscribe .form-control {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0;
}
.techrida-footer-subscribe .form-control::placeholder {
    color: rgba(255, 255, 255, 1);
}

/*** tr-tax-list **/
#tr-tax-list .tr-tax-content  {
    background-color: #fff;
}
.tr-top-content {
    font-size: 20px;
    line-height: 21.6px;
    margin-bottom: 45px;
}
.tr-top-content .img-content{
    height: 220px;
    overflow: hidden; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);  
}

.tr-top-content .img-content img{
    width: auto;
    height: 100%;
    display:block;
    margin:auto;
}

.tr-text {
    padding: 20px 0 0;
}
.tr-top-content .tr-text h2{
    margin-bottom: 20px;
    font-size: 20px;   
    font-weight: 600;
}
.tr-top-content a{
    color: rgba(0, 0, 0, 1);
}
.wp-block-list{
    padding-top: 10px;
}
.wp-block-list li {
    list-style: none;
    position:relative;
    padding-left:20px;
}
.wp-block-list li:before{
    content:"\002022";
     color: rgba(15, 98, 254, 1);
     font-size:26px;
     vertical-align:middle;
     line-height:26px;
     position:absolute;
     left:0px;
}
#primary.site-main {
    padding: 50px 0;
}
.site-main .tr-accordion-holder{
    padding-top: 50px;
}
.site-main .type-page .entry-content p {
    margin-bottom: 20px;
}
.tr-accordion-holder{
    padding-bottom: 50px;
}
.page-header{
    padding-bottom: 30px;
}
.page-header .page-title{
    margin-bottom: 10px;
}
.page-header .page-title span{
    color: rgba(10, 20, 47, 1);  
    font-weight: 700; 
}
.status-publish .entry-header .entry-title,
.tr-blogs-list-wrapper .tr-blog-heading {
    margin-bottom: 20px; 
}
.entry-meta {
    margin-bottom: 12px;
}
.entry-meta .entry-date {
color: #212529;
}
.entry-meta .author a,
.type-post .cat-links a {
    color: rgba(15, 98, 254, 1); 
    font-weight: 600;
}
.type-products,
.type-post,
.type-works,
.type-resources{
    margin-bottom: 30px;
}
.type-post .entry-content p {
    margin-bottom: 30px;
}
.type-post .cat-links {
    display: block;
}
.post-navigation .nav-links a{
    color: rgba(15, 98, 254, 1);
}
.post-navigation .nav-subtitle {
    font-weight: 600;
}
.status-publish .entry-header .entry-title a,
.tr-blogs-list-wrapper .tr-blog-heading a,
.tr-blogs-list-wrapper .tr-blog-read-more  a{
    color: rgba(15, 98, 254, 1); 
    font-weight: 600;  
}
.status-publish .post-thumbnail img,
.tr-blogs-list-wrapper .tr-blog-img img {
    height: 300px; width:auto;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
}
.tr-blogs-list-wrapper .tr-blog-content {
    padding: 30px 0;
}
.tr-blogs-list-wrapper .tr-blog-read-more{
    margin-top: 20px;
}
#comments .comment-reply-title {
 margin-bottom: 10px;
}
#comments .comment-form .logged-in-as{
    margin-bottom: 20px;
}
#comments .comment-form .logged-in-as a {
    color: rgba(15, 98, 254, 1); 
    font-weight: 600  
}
#comments .comment-form-comment label {
margin-bottom: 10px;
}
#comments .comment-form-comment .required {
    color: rgba(241, 85, 85, 1);
    font-weight: 600 
}
#comments .comment-form-comment textarea {
    height:125px;
    margin-bottom: 20px;
}
#comments .submit {
    padding: 14px 20px;
    color: #ffffff;
    background-color: #0d6efd;
}

/*** widget-area **/
.widget-area{
margin-left: 20px;
margin-top: 40px;
}
.widget-area .widget {
    margin: 0 0 25px;
}
.widget-area .wp-block-search__label {
    display: none;
}
.widget-area .wp-block-search__input{
    height: 38px;
    border-radius: 0;
    border-right: 0;
}
.widget-area .wp-element-button{
    margin: 0;
    padding: 0 10px;
    background: rgba(15, 98, 254, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}
.widget-area .wp-block-group {
    border: 1px solid rgba(214, 214, 214, 1);
    padding: 30px ;
    border-radius: 5px;
}
.widget-area .wp-block-heading {
    font-size: 22px;
    margin-bottom: 16px;
}
.widget-area  li {
    margin-bottom: 5px;
    list-style: none;
}
.widget-area li a{
    color: rgba(50, 50, 50, 1);
}

/**/

.techrida-header .techrida-header-middle .tr-nav-menu .tr-nested-sub-menu-items-list-header a  {
    font-size: 24px;
}
.techrida-header .techrida-header-middle .tr-menu-items-list &gt; .tr-menu-item:hover a{
    color: rgba(15, 98, 254, 1);
}
.techrida-header .techrida-header-middle .tr-menu-items-list &gt; .tr-menu-item:hover .tr-sub-menu-items-list-wrapper .tr-sub-menu-item a {    color: rgba(50, 50, 50, 1);}
.techrida-header .techrida-header-middle .tr-nav-menu li.tr-nested-sub-menu-item a {
    color: rgba(15, 98, 254, 1);
    font-weight: 600;
}
.techrida-header .techrida-header-middle .tr-menu-item-page-link a {
    color: rgba(15, 98, 254, 1) !important;
}


@media (min-width: 992px) and (max-width: 1200px){
    .techrida-header .techrida-header-middle .tr-menu-items-list &gt; li {
        padding: 0px 13px;
    }
    .techrida-services .tr-services-list .tr-service-item .card-body a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    #tr-tabs-section .tr-tabs-container .tr-tabs-heading-wrapper h3, 
     .widget-area .wp-block-heading,
     h1.entry-title,
     #comments .comment-reply-title,
     .tr-blog-heading h2 {
        font-size: calc(1rem + .9vw);
    }
    #tr-tax-list .tr-tax-content .load-more,
    .tabs-section .tr-tabs-items-wrapper .tr-tabs-item-heading h5 {
        font-size: calc(1rem + .5vw); 
    }
    .techrida-inquiry .tr-inquiry-left .list-group-item h5 ,
    .tr-top-content .tr-text h2{
        font-size: calc(1rem + .3vw);
    }
    .techrida-header .col-lg-3.d-flex.align-items-center,
    .techrida-header .techrida-header-right-cover{
        justify-content: center;
    }
    .techrida-header .techrida-header-middle .tr-menu-items-list &gt; li {
        padding: 0px 13px;
    }
    .techrida-services .techrida-services-bottom-content &gt; div:nth-child(-n+3) &gt; .card,
    .techrida-services .techrida-services-bottom-content &gt; div:nth-child(n+6):nth-child(-n+8) &gt; .card,
    .techrida-services .techrida-services-bottom-content &gt; div:nth-child(-n+4) &gt; .card{
        border-right: 1px solid #dee2e6;
    }
    .techrida-services .tr-services-list .tr-service-item .card-img {
        margin-bottom: 40px;
    }
    .tr-works-top-content-left,
    .techrida-works .techrida-works-bottom-content .card,
    .col-lg-5.tr-insights-left,
    .tr-insight-card-wrapper,
    .techrida-services .techrida-services-top-content,
    .techrida-works-top-content,
    .tr-consulting-left,
    .techrida-inquiry .tr-inquiry-left,
    .techrida-services .services-heading h2,
    .tr-banner .banner-link-btn,
    .tr-industries-content-title,
    .techrida-footer .banner-socials ,
    .techrida-footer .list-group-flush,
    .tax-content-title {
        margin-bottom: 30px;
    }
    .tr-slider-banner .carousel-inner .carousel-caption {
        display: block !important;
    }
    .tr-slider-banner .carousel-inner .tr-slider-banner-right{
        width: 55%;
    }
    .techrida-services {
        padding: 50px 0;
    }
    .tr-works-top-content-left .tr-works-img img,
    .techrida-consulting .consulting-img img {
        width: 100%;
    }
    .techrida-testimonials .tr-testimonials-items-list .tr-testimonial-item p {
        font-size: 22px;
        line-height: 30px;
    }
    .techrida-works {
        padding-bottom: 30px;
    }
    .techrida-consulting {
        padding-bottom: 50px;
    }
    .techrida-insights {
        padding: 30px 0;
    }
    .techrida-inquiry .tr-inquiry-right{
        padding: 0;
    }
    .techrida-consulting .tr-consulting-desc, .techrida-insights .tr-insights-desc {
        margin-bottom: 0;
    }
    .techrida-footer .row:nth-of-type(2) {
        margin-top: 30px;
    }
    
    .techrida-footer .bottom-footer {
        margin-top: 10px;
    }
    .techrida-footer .bottom-footer .bottom-footer-right ul {
         justify-content: start;
         margin-top:10px;
    }
    .techrida-testimonials .tr-testimonials-items-list,
    .tr-tabs-section {
        padding-top: 50px;
    }
    .techrida-testimonials .tr-testimonials-items-list .owl-nav button.owl-next,
    .techrida-testimonials .tr-testimonials-items-list .owl-nav button.owl-prev {
        top: 15%;
        left: 0;
    }
    .techrida-testimonials .tr-testimonials-items-list .owl-nav button.owl-next {
        left: 45px;
        right: auto;
    }
    #tr-tax-list .top-content a {
        font-size: 26px
    }
    #tr-tax-list .tr-accordion-outer-cover .top-content p {
        text-align: center;
    }
    /* .tr-top-content {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 400px;
    } */

    .tr-banner .tr-banner-content-wrapper {
        height: 100%;
        padding: 50px 0;
    }
   
    #tr-tax-list .tr-accordion-outer-cover {
        margin-top: 30px;
    }
    .widget-area {
         margin-left: 0;
    }
    .techrida-services .tr-services-list .tr-service-item {
        padding: 30px 8px; width: 233px;text-align: center; margin:auto; border:1px solid #dee2e6;
    }
    .techrida-inquiry .tr-inquiry-form{max-width: 400px; margin:auto;}
    .tr-banner-content-wrapper .tr-banner-img{ height:auto !important; width:100% !important;}
    #contact-us{padding-top:60px;}
    header.techrida-header{border-bottom:1px solid #ccc;}
    .techrida-services .tr-services-list .tr-service-item .card-body a{
    font-size: 12px; display: inline;
    }
    .tr-services-list{border-width:0px;}
    #stickyTabDiv {
        display: none;
    }
    .tr-about-page .offset-sm-3 {
        margin: 0;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    #tr-tabs-section .tr-tabs-wrapper:not(:last-of-type) {
        padding-bottom: 30px;
    }
    #tr-tabs-section .tr-tabs-wrapper:not(:first-of-type) {
        padding: 30px 0;
    }
    .tr-partners-slider .owl-nav button.owl-prev {
        left: -8%;
    }
    .tr-partners-slider .owl-nav button.owl-next {
        right: -9%;
    }
    #contact-us .contact-list {
        padding:30px 0  0;
    }
    #tr-tabs-section .tr-tabs-wrapper:nth-child(3) .tr-tabs-items-wrapper .tr-tabs-item {
        padding: 30px 20px;
    }
    .widget-area .wp-block-group {
        padding: 20px;
    }
   
    
}

@media (max-width: 767px) {
    .techrida-services .services-heading h2 {
        font-size: 30px;
    }
    p {
        font-size: 16px;
        line-height: 1.3;
    } 
    a.techrida-view-services.tr-btn {
        font-size: 14px;
    }  
    .h2, h2{
        font-size: calc(1rem + .5vw);
    }
    .techrida-testimonials .tr-testimonials-items-list .tr-testimonial-item p {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-socials,
    .techrida-footer-menu,
    .techrida-footer .bottom-footer .bottom-footer-left {
        margin-bottom: 20px;
    } 
    .techrida-footer .bottom-footer {
        margin-top: 50px;
    }
    .techrida-footer .bottom-footer .bottom-footer-right ul {
        justify-content: left;
    }
    #tr-tax-list .top-content a {
         font-size: 24px
    }
    #tr-tabs-section .tr-tabs-container .tr-tabs-heading-wrapper h3,
    .widget-area .wp-block-heading{
        font-size: calc(1rem + .5vw);
    }
    #tr-tabs-section .tr-tabs-items-wrapper .tr-tabs-item-heading h5,
    #tr-tabs-section .tr-tabs-items-wrapper .tr-tabs-item-heading h4{
        font-size: calc(1rem + .3vw);
    }
    .tr-partners-slider .owl-nav button.owl-prev, .tr-partners-slider .owl-nav button.owl-next {
        font-size: 20px;
        padding: 0 12px !important;
    }
   
    #contact-us .heading-text h2,
    #contact-us .heading-text p,
    #contact-us .heading-text h3,
    #contact-us .form-content h2,
    .page-header .page-title {
        font-size: calc(1.325rem + .9vw);
    }
    .techrida-inquiry .tr-inquiry-left {
        padding: 40px 30px;
    }
   
 
}
@media (max-width: 590px) { 
    .tr-slider-banner .carousel-inner .tr-slider-banner-right {
        width: 70%;
    }

    .tr-partners-slider .owl-nav button.owl-prev, .tr-partners-slider .owl-nav button.owl-next {
        font-size: 16px;
    }
    .techrida-testimonials .tr-testimonials-items-list .tr-testimonial-item p {
        font-size: 18px;
        line-height: 26px;
    }
    .accordion-button::after {
         background-size: 75%;
    }
    #contact-us .form-content h2 {
        font-size: calc(1.325rem + .5vw);
    }

    .techrida-header-middle {
       
    }
    .techrida-inquiry .tr-inquiry-left {
        padding: 40px 16px;
    }
    #tr-tabs-section .tr-tabs-wrapper:nth-child(3) .tr-tabs-items-wrapper .tr-tabs-item {
        flex: 0 0 100%;
    }
    
}

.card-text-for-services{ display: none;}
.card.tr-service-item{min-height: 100%;}
.card.tr-service-item:hover{background-color: #fff;}
.card.tr-service-item:hover .card-text-for-services{ display: block;}
.card.tr-service-item:hover .card-container{ display: none;}

@media (max-width: 450px) { 
    .tr-slider-banner .carousel-inner .tr-slider-banner-right {
        width: 90%;
    }
}
@media(min-width:1361px){
    .tr-slider-banner .carousel-inner::after{box-shadow:287px 0px 200px 300px #ffffff;}
}
.tr-banner-content-wrapper .tr-banner-img{height: 500px;
    width: 500px;
    margin-top: 70px;}
.tr-banner-content-wrapper .tr-banner-img img{height: auto; width: auto;}
.techrida-testimonials{margin-bottom: 90px;}

.widget.widget_block .wp-block-group ul li, .widget.widget_block .wp-block-group ol li{border-bottom:1px solid #ccc; padding-bottom: 17px;
    padding-top: 12px;}
.widget.widget_block .wp-block-group ul li a:hover, .widget.widget_block .wp-block-group ol li a:hover{color:rgba(15, 98, 254, 1);}    
.widget.widget_block .wp-block-group ul li:last-child, .widget.widget_block .wp-block-group ol li:last-child{border-bottom:none;}


/*CSS for schedule pop up box*/
.modal-header{padding:2px 0px;}
.modal-header .btn-close{padding:10px 14px; font-size:8px;}
.modal-content{max-height: 300px !important;}
.modal-dialog{ max-width: 600px;}

.techrida-header .techrida-header-middle .menubar {
    display: none;
    width: 25px;
    height: 25px;
}
.techrida-header .techrida-header-middle .menubar hr{
    margin: 6px 0;
}
.techrida-header .tr-nav-menu,
.techrida-header .techrida-header-middle .tr-menu-items-list li,
.techrida-header .techrida-header-middle .tr-menu-items-list li a {
   
}



@media (max-width: 767px) {
     .techrida-header .techrida-header-middle .menubar {
        display: block;
        margin-top: 13px; height:10px; width:10px;
    }
    .techrida-header .tr-nav-menu {
    display: none;
}
  .techrida-header .techrida-header-middle ul.tr-menu-items-list{
        display: inline;
    }
.techrida-header .col-lg-9.d-flex  {
    align-items: flex-start !important;
}
.techrida-header .techrida-header-middle .tr-menu-items-list &gt; li {
    padding-left: 0;
}
}

.banner-link-btn{margin-top:40px;}
.entry-content p{padding:5px 0px; margin:5px 0px;}
.entry-content ul{padding-left: 30px;}
.entry-content ul li{padding:5px 0px 5px 17px; margin:5px 0px;}
.entry-content ol{padding-left: 10px;}
.entry-content ol li{padding:5px 0px 5px 17px; list-style:number; margin:5px 0px;}
.entry-content ol li:before{content:none;}

</pre></body></html>