@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Engagement&display=swap');

:root {
    --lato: "Lato", serif;
    --engagement: "Engagement", serif;
    --haricontainer: 1400px;
    --white: #ffffff;
    --black: #000000;
    --grey: #f0f0f0;
    --light-grey: #A2A2A2;
    --blue: #08aff7;
    --font-100: 100px;
    --font-80: 80px;
    --font-60: 60px;
    --font-50: 50px;
    --font-32: 32px;
    --font-30: 30px;
    --font-28: 28px;
    --font-24: 24px;
    --font-22: 22px;
    --font-20: 20px;
    --font-18: 18px;
    --font-16: 16px;
    --font-14: 14px;
    --font-12: 12px;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a:focus-visible {
    outline: none !important;
}

.post,
.page {
    margin: 0;
}

.row {
    margin: 0;
}

p,
ul {
    margin: 0;
    padding: 0;
}

.row>* {
    padding-left: 0;
    padding-right: 0;
}

body {
    width: 100%;
    font-family: var(--lato);
}

a {
    text-decoration: none;
    color: inherit;
}

.hari-container {
    width: 100%;
    max-width: var(--haricontainer);
    margin: 0 auto;
}

/* Sidebar and Aside Css */

.sidebar {
    width: 100%;
    max-width: 343px;
    height: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transition: all 0.5s;
}

#sidescroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--grey);

}

#sidescroll::-webkit-scrollbar {
    width: 5px;
    background-color: var(--grey);
}

#sidescroll::-webkit-scrollbar-thumb {
    background-color: var(--light-grey);
}

.main-aside {
    max-width: calc(100% - 343px);
    margin-left: auto;
}

.mainheaderinner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 100px;
}

.header {
    background: var(--black);
}

.sidetoggle a {
    width: 25px;
    height: 25px;
    color: var(--white);
    font-family: var(--lato);
    font-weight: bold;
    display: none;
}

.searchinput input {
    background: url(../image/searching.png) no-repeat left;
    border-color: transparent;
    border-bottom: 1px solid var(--light-grey);
    color: var(--light-grey);
    width: 250px;
    padding-left: 30px;
    line-height: 190%;
}

.searchinput input:focus-visible {
    outline: none;
}

/* footer css */
.footer {
    background: var(--black);
}

.mainfooterinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 0;
}

.mainfooterinner-lft p,
.mainfooterinner-rgt a {
    color: var(--white);
    font-size: var(--font-16);
    font-family: var(--lato);
    line-height: 140%;
    font-weight: normal;
    display: inline-block;
}

.mainfooterinner-rgt a:hover {
    color: var(--blue);
    transition: 0.4s all;
}

.mainfooterinner-rgt {
    display: flex;
}

/* sidebar css */
.sidebar-headimg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 30px 0px;
}

.sidebar-headinfo {
    text-align: center;
}

.sidebar-headinfo h2 {
    font-size: var(--font-60);
    line-height: 120%;
    font-weight: normal;
    font-family: var(--engagement);
    padding-bottom: 20px;
}

.sidebar-headinfo p {
    font-size: var(--font-14);
    line-height: 140%;
    font-weight: normal;
    font-family: var(--lato);
    padding-bottom: 40px;
}

.accodian-listul li a {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 0;
    font-size: var(--font-16);
    font-family: var(--lato);
    line-height: normal;
    font-weight: 600;
}

.accodian-listul li:not(:last-child) a,
.sidebar-post ul li:not(:last-child) {
    border-bottom: 1px solid var(--grey);
}

.accodian-listul li a::after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url(../image/angle-right.svg);
    background-size: contain;
    width: 12px;
    background-repeat: no-repeat;
    height: 18px;
}

.sidebar-inner {
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

.sidebar-inner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../image/bg-sidebar.png);
    background-size: cover;
    width: 100%;
    height: 441px;
    background-repeat: no-repeat;
    z-index: -1;
}

.accodian-listul li,
.sidebar-post li,
.sidebar-socialmedia li {
    list-style: none;
}

.sidebar-post a img {
    width: 36px;
    height: 36px;
    border-radius: 50px;
}

.sidebar-post a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.sidebar-post h2 {
    font-size: var(--font-32);
    font-weight: bold;
    font-family: var(--lato);
    line-height: normal;
    padding-bottom: 30px;
}

.sidebar-accodian {
    padding-bottom: 40px;
}

.sidebar-post {
    padding-bottom: 50px;
}

.sidebar-socialmedia img {
    width: 14px;
    height: 14px;
    background-size: cover;
}

.sidebar-socialmedia {
    border-top: 1px solid var(--grey);
    padding: 20px 30px 0px 30px;
}

.sidebar-socialmedia ul li a {
    font-size: 16px;
    color: var(--black);
    background: var(--grey) !important;
    padding: 12px;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.sidebar-socialmedia ul.icon-inn {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}

.all-rgt-txt p {
    text-align: center;
    padding: 22px 0;
    font-size: var(--font-16);
    font-weight: 600;
    line-height: 120%;
    color: var(--light-grey);
}

.sidebar-post p {
    font-size: var(--font-16);
    color: var(--black);
    font-family: var(--lato);
    font-weight: 600;
    line-height: 140%;
    min-height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sideclose-btn .closebtn {
    display: none !important;
}

.sideclose-btn .closebtn {
    position: absolute;
    top: -10px;
    right: 15px;
}

.sideclose-btn .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: var(--font-24);
    color: var(--black);
    display: block;
    transition: 0.3s;
}

/* home css */
.banner-about-main {
    background: var(--black) url(../image/haripatel-banner.jpg) no-repeat right bottom;
    background-size: contain;
    padding-bottom: 160px;
}

.banner-about-title span.abtmain,
.banner-about-title span.abtme {
    color: var(--white);
    font-weight: bold;
    font-family: var(--lato);
    display: block;
}

.banner-about-title span.abtme {
    line-height: 80%;
}

.banner-about-title span.abtmain {
    line-height: 80%;
}

.banner-about-title {
    margin: 0;
    font-size: 160px;
    line-height: 77px;
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    bottom: -61px;
    top: 48px;
    font-weight: 900;
    font-family: "Montserrat";
    left: -10px;
    top: 150px;
}

.banner-smtext-text p {
    width: 26%;
    margin: 0;
    padding-bottom: 20px;
    font-size: var(--font-16);
    line-height: 160%;
    font-family: var(--lato);
    color: var(--white);
    font-weight: 400;
}

.banner-smtext-line {
    border-top: 1px solid grey;
    width: 155px;
    margin-top: 290px;
}

.banner-about-smtext {
    display: flex;
    margin-left: 115px;
}

.banner-smtext-text {
    padding-left: 50px;
    margin-top: 280px;
}

.banner-about-main-second-inn p {
    font-size: var(--font-22);
    color: var(--black);
    font-weight: 600;
    line-height: 36px;
    font-family: var(--lato);
    margin-bottom: 20px;
}

.banner-about-main-second-inn {
    padding: 70px 0;
}

.banner-about-main-accodian {
    background-color: var(--grey);
    padding: 50px 0;
}

.banner-about-main-accodian-inn .maincertitop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 50px;
}

.banner-about-main-accodian-inn .mygridcerti {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

.banner-about-main-accodian-inn .exp-inn-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.banner-about-main-accodian-inn .exp-inn-sec-re {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
}

.banner-about-main-accodian-inn .exp-inn-grid .sub-txt {
    padding: 0;
}

.banner-about-main-accodian-inn .sub-innn {
    display: flex;
    gap: 20px;
}

.banner-about-main-accodian-inn .sub-img img {
    width: 60px;
    border-radius: 50px;
}

.banner-about-main-accodian-inn .exp-inn-grid .sub-txt h5 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-22);
    line-height: 150%;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
}

.banner-about-main-accodian-inn .exp-inn-sec-re p.position {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
}

.banner-about-main-accodian-inn .sub-txt p {
    margin: 0;
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-18);
    line-height: 150%;
}

.banner-about-main-accodian-inn .exp-inn-sec-re p.date {
    margin-top: 10px;
}

.banner-about-main-accodian-inn .exp-inn-sec-re p.date b,
.banner-about-main-accodian-inn .exp-inn-sec-re p.date strong {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
}

.banner-about-main-accodian-inn .exp-inn-sec-re p.pre-txt {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 130%;
    text-align: justify;
    color: var(--black);
    margin-top: 10px;
}

.banner-about-main-accodian .accordion-item {
    border: 6px solid #dedede;
}

.banner-about-main-accodian .accordion-button,
.banner-about-main-accodian .accordion-body {
    background-color: #f0f0f0;
}

.banner-about-main-accodian .accordion-button {
    font-family: var(--lato);
    padding: 39px 50px;
    font-size: 39px;
    letter-spacing: -2px;
    line-height: 31px;
    color: var(--black);
    font-weight: 900;
    box-shadow: none !important;
}

.banner-about-main-accodian .accordion-button::after {
    background: url(../image/arrow-accordian.png) no-repeat center center;
    background-size: contain;
}

.banner-about-main-accodian .accordion-button:not(.collapsed)::after {
    background: url(../image/arrow-accordian.png) no-repeat center center;
    background-size: contain;
    transform: rotate(-90deg);
}

.banner-about-main-accodian .accordion-body {
    font-size: var(--font-22);
    line-height: 36px;
    color: var(--black);
    font-weight: 600;
    padding: 0 75px 39px 50px;
}

.banner-about-main-accodian span.tagspan {
    background: var(--white);
    border-radius: 22px;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
}

.banner-about-main-accodian .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}

.banner-about-main-accodian .exp-inn-sec-re:last-child {
    border: none;
}

/* story page css */
.banner-story-sec-main {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1.4fr 1fr;
    grid-gap: 60px;
    padding: 80px 0;
}

.banner-story-sec-main .story-sec-frist {
    flex: 0 0 auto;
    width: 790px;
}

.banner-story-sec-main .story-txt {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 900;
    font-size: var(--font-100);
    line-height: 122px;
    color: var(--black);
    margin: 0 0 100px 0;
    position: relative;
}

.banner-story-sec-main .story-txt::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background: var(--black);
    bottom: -50px;
    left: 0;
}

.banner-story-sec-main p.story-pre-txt {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-18);
    line-height: 170%;
    text-align: left;
    color: var(--black);
    margin-bottom: 30px;
}

.banner-story-sec-main .story-sec-second {
    width: 540px;
}

.banner-story-sec-main .story-sec-second {
    background: var(--black);
    padding: 40px 23px 50px 33px;
}

.banner-story-sec-main .story-sec-second h3 {
    color: var(--white);
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-50);
    line-height: 100%;
    margin: 0 0 62px 0;
    position: relative;
}

.banner-story-sec-main .story-sec-second h3::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: var(--white);
    bottom: -22px;
    left: 0;
}

.banner-story-sec-main .exp-inn-sec {
    display: grid;
    grid-template-columns: 1fr 6fr;
    margin: 0 0 30px 0;
}

.banner-story-sec-main .sub-txt h5 a {
    margin: 0px 0px 5px 0;
    font-family: var(--lato);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-24);
    line-height: 150%;
    color: var(--white);
}

.banner-story-sec-main .sub-txt p.cpath {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    color: var(--white);
}

.banner-story-sec-main .sub-txt ul li {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    opacity: 0.5;
    color: var(--white);
}

.banner-story-sec-main .sub-txt .pre-txt {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-18);
    line-height: 150%;
    color: var(--white);
    opacity: 0.6;
}

.banner-story-sec-main p.tech-txt {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-18);
    line-height: 150%;
    color: var(--white);
}

/* company page css */
.company-project-titel h2 {
    font-style: normal;
    font-weight: 900;
    font-size: var(--font-100);
    line-height: 122px;
    color: var(--black);
    font-family: var(--lato);
    margin: 0;
    padding: 80px 0 100px 0;
    position: relative;
}

.company-project-titel h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 150px;
    height: 1px;
    background: var(--black);
}

.company-project-list-main .haripatelme .timeline {
    margin: 50px 0 50px 0;
}

.company-project-list-main .haripatelme .timeline {
    border-left: 3px solid var(--black);
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.company-project-list-main .haripatelme .timeline {
    display: grid;
    grid-row-gap: 32px;
}

.company-project-list-main .haripatelme .timeline__year {
    margin-bottom: 20px;
}

.company-project-list-main .haripatelme .time {
    padding: 8px 24px;
    background-color: #f0f0f0;
    font-size: var(--font-20);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
}

.company-project-list-main .haripatelme .time {
    display: inline-block;
    background: var(--black);
}

.company-project-list-main .haripatelme .timeline__cards {
    overflow: hidden;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.company-project-list-main .haripatelme .timeline__cards {
    display: grid;
}

.company-project-list-main .haripatelme .timeline__card {
    position: relative;
    margin-left: 16px;
    border: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.company-project-list-main .haripatelme .card {
    padding: 0 24px;
}

.company-project-list-main .haripatelme .timeline__card::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    top: 16px;
    left: -50%;
    z-index: -1;
}

.company-project-list-main .haripatelme .card__content {
    margin-top: 8px;
}

.company-project-list-main .title-compny h2 a {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-22);
    line-height: 150%;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
}

.company-project-list-main .compny-name-time h3 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
}

.company-project-list-main .timing-compny h4 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: justify;
    color: var(--black);
    margin-bottom: 8px;
}

.company-project-list-main .contentcomp p {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: left;
    color: var(--black);
    margin-bottom: 10px;
}
.company-project-list-main .contentcomp p:last-child {
    margin-bottom: 0;
}
.company-project-list-main .title-compny h2 {
    margin-bottom: 8px;
}

.company-project-list-main img.sunsoftimg {
    width: 200px;
}
.company-section-main .timeline .timeline__group:nth-child(3) img{
    width: 200px;
}

/* blog css */
.blog-head-main-inn h2,
.resource-sec-main-inn h2 {
    font-style: normal;
    font-weight: 900;
    font-size: var(--font-100);
    line-height: 122px;
    color: var(--black);
    font-family: var(--lato);
    margin: 0;
    padding: 80px 0 100px 0;
    position: relative;
}

.blog-head-main-inn h2::after,
.resource-sec-main-inn h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 150px;
    height: 1px;
    background: var(--black);
}

.bloglist-head-grid {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    grid-gap: 50px;
}

.bloglist-head-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: 0.4s all;
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0 5px 40px 0 rgb(212 221 245 / 90%);
    padding: 30px 35px;
}

.bloglist-categori-title,
.categories-listpost h4 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-30);
    line-height: 150%;
    color: var(--black);
    margin: 0 0 20px 0;
    position: relative;
}

.bloglist-categori-title::after,
.categories-listpost h4::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: var(--black);
    left: 0;
    bottom: -20px;
}

.categories-listbar,
.categories-listpost {
    background: #f0f0f0;
    padding: 50px 40px;
}

.bloglist-head-inner .blog-list-img img {
    width: 100%;
}

.bloglist-head-inner h2 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-30);
    line-height: 120%;
    text-align: left;
    color: var(--black);
    margin-bottom: 21px;
}

.bloglist-head-inner span {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: justify;
    color: var(--black);
    margin-bottom: 20px;
    display: inline-block;
}

.bloglist-head-inner .cat-area .cat-name {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-16);
    line-height: 30px;
    text-align: justify;
    color: var(--black);
    padding: 0 10px;
    margin-right: 5px;
    background: #f0f0f0;
    display: inline-block;
}

.bloglist-head-inner .content-area-blog-list {
    padding: 30px 0px 0 0;
}

.bloglist-head-inner .titel-link-pre-blog-list p {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: justify;
    color: var(--black);
    margin-bottom: 20px;
}

.bloglist-head-inner .titel-link-pre-blog-list a {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 50px;
    color: var(--black);
    padding: 0;
    font-family: var(--lato);
    display: inline-block;
    transition: 0.4s all;
    text-transform: uppercase;
}

.bloglist-head-inner .titel-link-pre-blog-list img {
    margin-left: 10px;
}

.categories-listbar ul {
    list-style: none;
}

.categories-listbar ul li a {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    color: var(--black);
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 0.5px solid #c6c3c3;
}

.categories-listpost {
    margin-top: 50px;
}

.bloglist-head-description {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    margin-bottom: 50px;
}

.blogdetail-head-main .bloglist-head-description,
.blogdetail-head-main .bloglist-head-categories {
    padding-top: 50px;
}

/* blog detail */
.bloglist-head-detail .date {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-18);
    line-height: 140%;
    text-align: justify;
    color: var(--black);
    margin-top: 20px;
}

.bloglist-head-detail .title h1 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-32);
    line-height: 120%;
    text-align: left;
    color: var(--black);
    margin-bottom: 21px;
}

.bloglist-head-detail .post-category {
    display: inline-block;
    margin-right: 10px;
    background: #f0f0f0;
    line-height: 40px;
    font-family: var(--lato);
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-20);
    text-align: justify;
    color: var(--black);
    padding: 0 20px;
    margin-bottom: 20px;
}

.bloglist-head-detail p {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 170%;
    text-align: justify;
    color: var(--black);
    margin-bottom: 20px;
}

.bloglist-head-detail p:last-child {
    margin-bottom: 0px;
}

.bloglist-head-detail h2 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    color: var(--black);
    margin-bottom: 10px;
}

.bloglist-head-detail img {
    margin-bottom: 20px;
    width: 100%;
    object-fit: cover;
}

.bloglist-head-detail .subfonts {
    margin-left: 20px;
    margin-bottom: 20px;
}

.bloglist-head-detail h3 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    color: var(--black);
    margin-bottom: 10px;
}
.bloglist-head-detail h4 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    color: var(--black);
    margin-bottom: 10px;
}
.bloglist-head-detail h5 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    color: var(--black);
    margin-bottom: 10px;
}
.bloglist-head-detail h6 {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    color: var(--black);
    margin-bottom: 10px;
}
.bloglist-head-detail a {
    color: var(--blue);
}

.bloglist-head-detail {
    padding-bottom: 50px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 50px;
}

.categories-list-stikey {
    position: sticky;
    top: 60px;
}

/* resource page css */
.resource-sec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-bottom: 40px;
}

.resource-sec-grid-inn {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 15px;
    overflow: hidden;
}

.resource-sec-img {
    overflow: hidden;
}

.resource-sec-img img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.resource-sec-title h2 {
    padding: 15px;
    color: var(--black);
    font-weight: 800;
    margin: 0;
    font-size: 24px;
    line-height: 130%;
    font-family: var(--lato);
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.resource-sec-grid-inn:hover img {
    transform: scale(1.06);
    transition: 0.4s all;
}

/* connections page css */

.connections-sec-one {
    background: var(--black);
    padding: 80px 0 100px 0;
}

.connections-sec-one-inner h1 {
    font-style: normal;
    font-weight: 900;
    font-size: var(--font-100);
    line-height: 122px;
    color: var(--white);
    font-family: var(--lato);
    margin: 0 0 150px 0;
    position: relative;
}

.connections-sec-one-inner h1::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background: var(--white);
    left: 0;
    bottom: -50px;
}

.connections-sec-one-inner p {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-30);
    line-height: 170%;
    color: var(--white);
    margin: 0;
    font-family: var(--lato);
    max-width: 900px;
}

.connections-sec-two-inner {
    padding: 80px 0;
}

.connections-sec-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-30);
    line-height: 170%;
    color: var(--black);
    margin-bottom: 20px;
    font-family: var(--lato);
}

.connections-sec-title h2 {
    font-style: normal;
    font-weight: 900;
    font-size: var(--font-80);
    line-height: 98px;
    color: var(--black);
    margin-bottom: 50px;
    font-family: var(--lato);
}

.connections-lead-grid-inner {
    position: relative;
    overflow: hidden;
    transition: 0.4s all;
}

.connections-lead-dsc {
    padding: 0 30px 20px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 11;
}

.connections-lead-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}

.connections-lead-dsc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 180px solid var(--black);
    border-right: 1470px solid transparent;
    z-index: -1;
}

.teamhead-info h3 {
    font-style: normal;
    font-weight: 800;
    font-size: var(--font-30);
    line-height: 130%;
    color: var(--white);
    font-family: var(--lato);
    margin: 0 0 25px 0;
}

.teamhead-info h3 span {
    font-weight: normal;
    display: block;
}

.teamhead-info h4 {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-14);
    line-height: 130%;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
    font-family: var(--lato);
}

.teamhead-info a {
    color: var(--white);
}

.teamhead-links ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    list-style: none;
}

.teamhead-links ul li {
    margin-right: 10px;
}

.connections-lead-img img {
    width: 100%;
    background: #c4c4c4;
    height: 520px !important;
    object-fit: contain;
    object-position: top left;
}

.connections-lead-grid-inner:hover {
    box-shadow: 0px 0px 70px rgb(0 0 0 / 40%);
    transition: 0.4s all;
}

.banner-story-sec-main .sub-txt ul {
    margin-top: 10px;
}


/* 26-05-2025 */
.bloglist-head-detail .tableofcontents {
    background: #F9F9F9;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto;
}

.bloglist-head-detail .tableofcontents h3 {
    font-size: 24px;
    margin-left: 20px;
}

.bloglist-head-detail .tablecontentlink li {
    list-style: auto;
    text-align: left;
}

.bloglist-head-detail ul.tablecontentlink li a {
    color: var(--black) !important;
    transition: 0.4s all;
    font-weight: 500;
    font-size: 17px;
    font-family: var(--lato);
    font-style: normal;
    line-height: 170%;
}

.bloglist-head-detail ul.tablecontentlink li a:hover {
    text-decoration: underline !important;
    transition: 0.4s all;
}

.bloglist-head-detail ul.tablecontentlink {
    padding: 0 50px;
}

.bloglist-head-detail ul li {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 170%;
    text-align: justify;
    color: var(--black);
}

.bloglist-head-detail ul {
    padding-left: 50px;
    margin-bottom: 20px;
}


/* 27-05-2025 */
.pagination {
    justify-content: center;
    grid-gap: 20px;
}

.pagination a {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: center;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination span {
    font-family: var(--lato);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-16);
    line-height: 150%;
    text-align: center;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination span.current{
    font-weight: bold;
      font-size: var(--font-18);
}