/* Header */
body header .header-navigation-wrapper nav ul.primary-menu li a {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #5A7184;
    letter-spacing: 0;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: top;
}

body header .header-navigation-wrapper nav ul.primary-menu li .icon {
    color: #000000;
}

body header .header-navigation-wrapper nav ul.primary-menu>li:last-child>a {
    background: #FFCD06;
    border: 1px solid #FFCD06;
    padding: 5px 15px;
    border-radius: 8px;
    /* min-width: 196px; */
    display: flex;
    justify-content: center;
    color: #183B56 !important;
    font-size: 16px;
}

body header .header-navigation-wrapper nav ul.primary-menu li a:hover:before {
    width: 50%;
}

body header .header-navigation-wrapper nav ul.primary-menu li.current-menu-item>a:before {
    width: 50%;
}

body header .header-navigation-wrapper nav ul.primary-menu li a:before {
    content: '';
    width: 0;
    height: 3px;
    background: #FFCD06;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}

body header#site-header.scoll-header .header-navigation-wrapper nav ul.primary-menu li.current-menu-item a {
    color: #ffffff;
}

body header:hover .header-navigation-wrapper nav ul.primary-menu li a:before {
    background-color: #FFCD06;
}

body header .header-navigation-wrapper nav ul.primary-menu>li:last-child>a:before {
    display: none;
}

body header .header-navigation-wrapper nav ul.primary-menu li.menu-item-has-children>a:hover:before,
body header .header-navigation-wrapper nav ul.primary-menu li.current-menu-item.menu-item-has-children>a:before {
    width: calc(50% - 15px);
}

/* body:not(.home) header#site-header .header-navigation-wrapper nav ul.primary-menu li.current-menu-item a:before{
    background-color: #000;
} */
body header .header-navigation-wrapper nav ul.primary-menu>li:last-child>a:hover {
    background-color: #fff;
    color: #FFCD06;
    text-decoration: none;
}

body header .header-navigation-wrapper nav ul.primary-menu li ul.sub-menu {
    background: #fff;
    width: 25rem;
}

body header .header-navigation-wrapper nav ul.primary-menu li ul.sub-menu li a {
    padding: 0;
}

body header .header-navigation-wrapper nav ul.primary-menu li ul.sub-menu li {
    margin: 15px;
}

body header .header-navigation-wrapper nav ul.primary-menu li ul.sub-menu:after {
    display: none;
}

html body {
    background: #fff;
}

.header-inner.section-inner {
    max-width: 1290px;
    padding: 0 25px;
    width: 100%;
}

body header .header-navigation-wrapper nav ul.primary-menu {
    margin: 0;
    align-items: center;
}

body header .header-navigation-wrapper nav ul.primary-menu li.menu-item-has-children>a {
    padding-right: 30px;
}

body header .header-navigation-wrapper nav ul.primary-menu li:last-child {
    margin-right: 0;
}

body header .header-navigation-wrapper nav ul.primary-menu li {
    margin: 0px 17.5px;
}

body header .header-navigation-wrapper nav ul.primary-menu li.current-menu-item a {
    font-weight: 600;
    text-decoration: none;
}

/* Home Content */
.section-banner-home .content-info .big-title {

    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.64285714;
    text-align: left;
    text-transform: capitalize;
    /*color: #FFCD06;*/
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 0 0 27px;
}

.section-banner-home .top-banner .wrapper.iframe {
    height: 100%;
    width: 300%;
    margin-left: -100%;
}

.section-banner-home .top-banner .wrapper iframe {
    height: 100%;
    width: 100% !important;
}

.section-banner-home .top-banner .wrapper video {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #FFCD06;
    }
}

.section-banner-home .content-info h2 em, .section-banner-home .content-info h1 em {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: lowercase;
    color: #FFFFFF;
}
.section-banner-home .content-info h2, .section-banner-home .content-info h1 {
    font-family: "SF Pro Display";
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0.03em;
    text-align: left;
    display: inline-block;
    color: #FFF;
    margin: 0 0 25px 0;
    max-width: 600px;
    width: 100%;
    font-weight: bold;
}

.section-banner-home .content-info .aos-animate h2 span, .section-banner-home .content-info .aos-animate h1 span {
    border-right: 0.15em solid #FFCD06;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
    padding-bottom: 4px;
}

.section-banner-home .wrapper-bkg {
    /* padding-bottom: 55.8333333%; */
    position: relative;
    overflow: hidden;
}

.section-banner-home .top-banner {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* top: 0;
    left: 0; */
    aspect-ratio: 16/9;
}

.section-banner-home .top-banner::before {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
}

.section-banner-home .top-banner img {
    margin: 0 auto;
}

.section-banner-home .content-info .buttons {
    display: flex;
    justify-content: left;
    margin-top: 74px;
    pointer-events: initial;
    position: relative;
    left: -5px;
}
.section-banner-home .swiper-pagination-bullet {
    background: #AFAEAE;
    opacity: 1;
}
.section-banner-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}
.section-banner-home .swiper-horizontal>.swiper-pagination-bullets, 
.section-banner-home .swiper-pagination-bullets.swiper-pagination-horizontal, 
.section-banner-home .swiper-pagination-custom, 
.section-banner-home .swiper-pagination-fraction {
    bottom: 23px;
}

.section-banner-home .content-info .content p:last-child {
    margin-bottom: 0;
}
.section-banner-home .content-info .content {
    color: #ffffff;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.03em;
}
.section-banner-home .content-info .content-link::before {
    content: '';
    width: 208px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: #D9DCEE;
}
.section-banner-home .content-info .content-link {
    max-width: 444px;
    text-align: left;
    padding-top: 51px;
    position: relative;
}
.section-banner-home .swiper-slide-next .content-info .infor-container {
    transform: translateY(100%);
}
.section-banner-home .content-info .infor-container {
    transform: translateY(-100%);
    transition: transform 0.5s;
}
.section-banner-home .swiper-slide-active .content-info .infor-container {
    transform: translateY(0);
}
.section-banner-home .content-info {
    position: absolute;
    top: calc(55% + 6px);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
    overflow: hidden;
}

body .section-banner-home .container {
    max-width: 1340px;
}
.section-banner-home .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.section-banner-home .swiper-slide {
    opacity: 0 !important;
    transition: opacity .5s;
}
.section-banner-home .slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}
.section-banner-home .slide-content .swiper-slide {
    pointer-events: none;
}
.section-banner-home .image img.banner-logo-image {
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: 0;
    opacity: 0.1;
    width: 559px;
}
.section-banner-home .image img:not(.banner-logo-image) {
    position: absolute;
    bottom: 0;
    right: -20px;
    max-width: 41%;
    z-index: 2;
}
.section-banner-home .slide-2 .image img:not(.banner-logo-image) {
    /* opacity: 0.1;
    max-width: 559px;
    width: 100%;
    right: 25px; */
    /* bottom: 100px; */
}
.section-banner-home .slide-2 .image img.banner-logo-image {
    /* opacity: 1;
    bottom: 100px; */
}
.section-banner-home .slide-3 .image img:not(.banner-logo-image) {
    max-width: 49%;
}
.section-banner-home .image .overlay {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
}
.section-banner-home .image {
    position: relative;
    width: 100%;
    height: 0;
    max-width: 1340px;
    padding: 0 25px 43%;
    margin: auto;
}

.scrollDown .line1 {
    animation: ani 2s infinite linear;
}

.scrollDown .line2 {
    animation: ani 2s infinite linear;
    animation-delay: 1.7s;
}

.scrollDown {
    position: absolute;
    bottom: 61px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.scrollDown:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 280%;
    left: -50%;
}

.section-banner-home {
    position: relative;
    background-image: linear-gradient(to right, #0F1762, #2E3AA0);
}
.section-banner-home:after{
    content:"";
    display: block;
    position: absolute;
    background-image: url(../images/deco1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 686px;
    height: 95px;
    top: 138px;
    right: -15px;
    z-index: 0;
    opacity: 0.5;
}
.section-banner-home:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/deco2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 230px;
    height: 104px;
    bottom: 22%;
    left: -50px;
    z-index: 0;
    opacity: 1;
}

.section-banner-home .image .highlight {
    mix-blend-mode: overlay;
    position: absolute;
    width: 450px;
    height: 450px;
    pointer-events: none;
    translate: none;
    rotate: none;
    scale: none;
    perspective: 600px;
    transform: translate(-50%, -50%);
}
.section-banner-home .image .highlight-bg {
    pointer-events: none;
    overflow: visible;
    padding: 0px;
    border-radius: 50%;
    transform-origin: 50% 50%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.79) 4.33%, rgba(255, 255, 255, 0.77) 8.66%, rgba(255, 255, 255, 0.72) 12.99%, rgba(255, 255, 255, 0.66) 17.32%, rgba(255, 255, 255, 0.6) 21.65%, rgba(255, 255, 255, 0.52) 25.98%, rgba(255, 255, 255, 0.44) 30.31%, rgba(255, 255, 255, 0.36) 34.64%, rgba(255, 255, 255, 0.28) 38.97%, rgba(255, 255, 255, 0.2) 43.3%, rgba(255, 255, 255, 0.14) 47.63%, rgba(255, 255, 255, 0.08) 51.96%, rgba(255, 255, 255, 0.03) 56.29%, rgba(255, 255, 255, 0.01) 60.62%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 67.33%, rgba(255, 255, 255, 0) 69.66%, rgba(255, 255, 255, 0) 71.99%, rgba(255, 255, 255, 0) 74.32%, rgba(255, 255, 255, 0) 76.65%, rgba(255, 255, 255, 0) 78.98%, rgba(255, 255, 255, 0) 81.31%, rgba(255, 255, 255, 0) 83.64%, rgba(255, 255, 255, 0) 85.97%, rgba(255, 255, 255, 0) 88.3%, rgba(255, 255, 255, 0) 90.63%, rgba(255, 255, 255, 0) 92.96%, rgba(255, 255, 255, 0) 95.29%, rgba(255, 255, 255, 0) 97.62%, rgba(255, 255, 255, 0) 100%);
}

@keyframes ani {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    50% {
        transform: translateY(15px);
        opacity: 1;
    }

    100% {
        transform: translateY(30px);
        opacity: 0;
    }
}
@keyframes animb {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    50% {
        transform: translateY(7px);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.section-banner-home .content {
    position: relative;
}

.rotate-item .rotate-link {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    color: #FBFBFB;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.rotate-item .rotate-link:after {
    content: "";
    transform: rotate(90deg);
    position: relative;
    top: 1px;
    left: 2px;
    min-height: 20px;
    min-width: 20px;
    background: url(../images/question-icon.svg) no-repeat;
    background-size: contain;
}

.rotate-item .rotate-link:before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    background: rgb(0 0 0 / 80%);
    z-index: -1;
    padding: 5px;
    top: -3px;
    left: -21px;
    right: -23px;
    bottom: -5px;
}

.rotate-item .rotate-link:hover {
    color: #FFCD06;
}

.rotate-item .rotate-link:hover:after {
    background-image: url(../images/question-icon-hover.svg);
}

.rotate-item {
    position: absolute;
    top: 47.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 30px;
    position: fixed;
    transform: translateX(-50%) !important;
    z-index: 9;
}

.heading span {
    color: #fff;
    font-size: 35px;
    line-height: 76px;
    font-weight: bold;
}

.heading .sub-heading {
    padding-bottom: 11px;
    display: inline-block;
    margin-bottom: 67px;
}

.section-home-features .heading .sub-heading:before {
    background: #0D151F;
}

.section-home-features .heading .sub-heading {
    border-bottom: 1px solid #0D151F;
    padding-bottom: 17px;
    margin-bottom: 0;
}

.heading {
    text-align: center;
}

.section-about .wraper {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 56px;
}

.section-about .wraper p {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 24px;
}

.section-about .button-wrapper {
    text-align: right;
}

.section-about .wraper .highlight p {
    font-size: 24px;
    line-height: 32px;
}

.section-about .wraper p:last-child {
    margin-bottom: 0;
}

.section-clients {
    padding: 15px 0;
}
.section-clients .wrapper {
    height: 82px;
    display: flex;
}
.section-clients img {
    max-height: 100%;
    margin: auto;
}

.section-about {
    background-image: linear-gradient(to right,#FAFAFC,#DBDBE6);
    padding: 66px 0 121px;
}

.section-about .content .wraper p {
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 28px;
}

.section-about .content .wraper {
    max-width: 1032px;
    margin: 0 auto;
}

.section-about .heading {
    margin-bottom: 74px;
    text-align: left;
    color: #FBFBFB;
}

.section-about .content .wraper p.sub-content-first {
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 20px;
    margin-bottom: 17px;
}

.section-about .content .wraper p.sub-content-second {
    font-weight: 700;
    text-transform: capitalize;
    color: #FFCD06;
}

.section-about .content .wraper .button-more {
    text-align: center;
    padding: 26px 0 0px;
}

.section-about .content-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-about .content-right {
    width: 62%;
    color: #746F6F;
    /* max-width: 708px; */
    margin-top: -5px;
    padding-right: 104px;
}
.section-about .image-left + .content-right {
    padding-left: 104px;
    padding-right: 0;
}
.section-about .button-wrapper .button {
    left: -65px;
}
.section-about .button-wrapper .button:hover {
    left: 0;
}
.section-about .hightlight {
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
}

.section-about .content-wrapper .hover-layer {
    position: relative;
    padding-top: 50%;
    width: 34.2510121%;
}

.section-about .content-wrapper .image img {
    width: 100%;
}

.section-about h2 {
    text-align: center;
}

.section-about .content-wrapper .image .img-shadow {
    position: absolute;
    left: 3px;
    top: 31px;
    z-index: -1;
    background: #D9D9D9;
    right: 26px;
    bottom: 0;
}

.section-about .content-wrapper .image .img-shadow img {
    opacity: 20%;
}

.section-about .image-left {
    width: 38%;
}

.section-about .image-right {
    width: 38%;
}

@media (max-width: 767px) {
    .section-about .image-left {
        width: 100%;
    }
    .section-about .image-right {
        width: 100%;
    }
    .section-about .button-wrapper {
        text-align: left;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

.drawline.aos-animate path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: dash 5s linear forwards;
    animation: dash 5s linear forwards;
}

.section-about .drawline {
    position: relative;
    left: -18px;
    top: -16px;
    width: 103.1%;
}

.section-home-features .post-items .post-item .post-detail .content span {

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #959EAD;
    display: none;
}

.section-about .content .wraper .button-more a {
    border: 1px solid #FFCD06;
}

.section-home-features .post-items .post-item .wraper .readmore:hover{
    color: #FFCD06;
}

.section-home-features .post-items .post-item .wraper .readmore:hover svg path {
    fill: #FFCD06;
}

.section-clients .heading .title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #231A11;
}

.section-clients.our-solutions {
    background: #292A39;
    padding: 80px 0 1px;
}

.home-page .our-solutions.section-clients .heading span {
    color: #FFCD06;
    background: rgba(255, 205, 6, 0.1);
}

.home-page .our-solutions.section-clients .heading h2 {
    color: #FFCD06;
}

.section-clients.our-solutions .heading {
    margin-bottom: 0;
}

.facts_figures-section .sub-heading span {
    color: #231A11;
}

.facts_figures-section .heading .sub-heading {
    margin-bottom: 30px;
    border: 0;
    padding-bottom: 0;
}

.facts_figures-section .sub-heading:before {
    display: none;
}

.facts_figures-section h2 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.facts_figures-section {
    background-image: linear-gradient(to right, #2C3377, #2F3AA0 44%, #0F1762);
    padding: 100px 0 98px;
}

.home .facts_figures-section {
    padding: 50px 0 70px;
}

.home .facts_figures-section h2 {
    color: #2C3377;
}

.facts_figures-section .fact_figure-item img {
    display: none;
}

.facts_figures-section .fact_figure-item .counter-number {
    color: #fff;
    margin-top: 0;
    font-weight: 600;
}

.facts_figures-section .fact_figure-item {
    margin-top: 0;
}

.facts_figures-section .fact_figure-item .item {
    padding: 0;
    display: flex;
    align-items: center;
}

.facts_figures-section .fact_figure-item .description {
    max-width: 75px;
    text-align: left;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A9A9A9;
    margin-left: 8px;
    text-transform: lowercase;
    margin-top: -7px;
}

.facts_figures-section .section-header,
.facts_figures-section .heading {
    margin-bottom: 63px;
}

.facts_figures-section .section-inner {
    max-width: 810px;
    margin: 0 auto 62px;
    overflow: hidden;
}

/* .facts_figures-section .action {
    overflow: hidden;
} */

.home-home-insights .heading {
    text-align: right;
    margin-bottom: 40px;
}

.home-home-insights .sub-heading:before {
    left: auto;
    right: 0;
}

.home-home-insights .items .item .wraper {
    position: relative;
    color: #FBFBFB;
}

.home-home-insights .items .item {
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #E0E0E0;
    transition: all .3s ease;
}

.home-home-insights .items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home-home-insights .items h2 {
    color: #FFFFFF;
    margin-top: 11px;
    text-transform: none;
    margin-bottom: 0;
}

.home-home-insights .item .accodion-header {
    position: relative;
    padding-bottom: 22px;
    padding-top: 31px;
    cursor: pointer;
    padding-right: 30px;
}

.home-home-insights .item.active {
    border: 0;
}

.home-home-insights .accodion-header .icon-toggle {
    position: absolute;
    right: 0;
    top: 39px;
}

.home-home-insights .item .content {
    display: none;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.home-home-insights .items .item .minus {
    display: none;
}

.home-home-insights .items .item.active .minus {
    display: block;
}

.home-home-insights .items .item.active .plus {
    display: none;
}

.home-home-insights .items .item .wraper .box-icon {
    border: 2px solid #FFCD06;
    border-radius: 16px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-home-insights .items .item .wraper .box-icon span {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-home-insights .items .item .wraper h5 {
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "SF Pro Display";
    font-weight: 600;
}

.home-home-insights .items .item .wraper p {

    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-align: justify;
}

.home-home-insights {
    padding: 100px 0 190px;
    background-image: linear-gradient(to right, #2C3377, #2F3AA0 44%, #0F1762);
}

.home-home-insights .heading .sub-heading {
    margin-bottom: 14px;
    padding-bottom: 18px;
    margin-right: -3px;
}

.home-home-insights .items .content-left {
    width: 55.9105431%;
    padding-right: 75px;
}

.home-home-insights .items .hover-layer {
    width: 44.0894569%;
    position: relative;
}

.hover-layer .image {
    position: static;
    transition: 0.5s;
    top: 0;
    width: 100%;
}

.home-home-insights .items .image .img-shadow {
    position: absolute;
    left: -5px;
    top: 34px;
    z-index: -1;
    background: #D9D9D9;
    right: 34px;
    bottom: 0;
}

.home-home-insights .items .image .img-shadow img {
    opacity: 20%;
}

.home-home-contact-us .backround-img {
    padding: 60px 0 65px;
    position: relative;
    background-size: cover;
    background: rgba(144, 145, 155, 0.7);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.home-home-contact-us {
    position: relative;
    overflow: hidden;
}

.home-home-contact-us .heading {
    /* max-width: 631px; */
    margin: 0 auto;
}

.home-home-contact-us .heading h2 {
    text-align: center;
    color: #FBFBFB;
    /* max-width: 480px; */
    margin: 0 auto 24px;
    font-size: 40px;
    line-height: 125%;
    font-weight: 500;
    text-transform: capitalize;
}

.home-home-contact-us .content {
    font-size: 20px;
    line-height: 180%;
}

.home-home-contact-us .button-more {
    margin-top: 55px;
}


.home-home-contact-us .button {
    height: 66px;
    /* width: 209px; */
    font-size: 20px;
    text-transform: uppercase;
    line-height: 125%;
    letter-spacing: 1px;
    padding: 20px 10px;
    color: #0D151F;
}

.home-home-contact-us .icon-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.home-home-contact-us .icon-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.section-home-features .post-items {
    max-width: 929px;
    margin: 0 auto;
    position: static;
}

.section-home-features .post-items .post-items-wrapper {
    position: relative;
}

.section-home-features .post-items .post-item {
    position: relative;
    /* width: calc(100% / 3);
    padding: 0 21px; */
    /* margin-bottom: 40px; */
}

.section-home-features .post-items .post-item .post-detail {
    padding: 13px 14px 38px;
    background: #FBFBFB;
}

.section-home-features .post-items .post-item .post-detail h3 {
    margin: 0 0 7px;
    border-left: 9.5px solid #FFF100;
    line-height: 28px;
    font-size: 13.8px;
    padding-left: 13.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}

.section-home-features .post-items .post-item .post-detail h3 a {
    font-style: normal;
    font-weight: 600;
    font-size: 13.8px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    letter-spacing: 0;
    position: static;
    text-decoration: none;
}

.section-home-features .post-items .post-item .post-detail h3 a:hover {
    color: #FFCD06;
}

.section-home-features .post-items .post-item .post-detail {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 7px;
    width: 70.5656849%;
    float: left;
    margin-top: -50px;
    position: relative;
}

.section-home-features .post-items .post-item .post-detail .tag span {

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFCD06;
    background: rgba(255, 205, 6, 0.1);
    padding: 9px 18px;
    border-radius: 100px;
    min-width: 127px;
}

.section-home-features .post-items .post-item .post-detail .tag {
    display: flex;
    align-items: center;
}

.section-home-features .post-items .post-item .wraper .post-thumbnail:after {
    content: "";
    width: 65px;
    height: 79px;
    background: url(../images/news-overlay.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -2px;
    right: -2px;
}

.section-home-features .post-items .post-item .wraper .post-thumbnail:before {
    content: "";
    width: 100%;
    padding-bottom: 77.8985507%;
    display: block;
}

.section-home-features .post-items .post-item .wraper .post-thumbnail {
    position: relative;
    /* display: inline-block; */
    width: 64.516129%;
    overflow: hidden;
    float: right;
}

.section-home-features .post-items .post-item .wraper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.section-home-features .post-items .post-item .wraper {
    position: relative;
    overflow: hidden;
}

.section-home-features .post-items .post-item .wraper .readmore {
    color: #000000;
    font-weight: 700;
    font-size: 10.35px;
    line-height: 28px;
    text-decoration: none;
}

.section-home-features .post-items .post-item .wraper .readmore svg {
    vertical-align: middle;
    margin-left: 7px;
    display: inline-block;
}

.section-home-features .owl-carousel .owl-nav button.owl-next,
.section-home-features .owl-carousel .owl-nav button.owl-prev {
    background: #FFCD06;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 41.7%;
    margin-top: -50px;
    left: 0;
    text-decoration: none;
    background-image: url(../images/prev.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #FFCD06;
    transition: all .3s;
}

.section-home-features .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
    background-image: url(../images/next.svg);
}

.section-home-features .owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #70708B;
    margin: 0 8px;
    border-radius: 50%;
}

.section-home-features .owl-carousel .owl-dots {
    margin-top: 46px;
    width: 100%;
    text-align: center;
}

.section-home-features .owl-carousel button.owl-dot.active {
    background: #FFCD06;
}

.section-home-features .owl-carousel .owl-nav button:hover {
    background-color: #fff;
}

.section-home-features .heading span {
    color: #0D151F;
}

.section-home-features {
    padding: 67px 0 60px;
    background: #F1F0F5;
}

.section-home-features .heading {
    margin-bottom: 70px;
    text-align: left;
}

.section-home-features .post-items .post-item .post-detail .content {
    font-weight: 400;
    font-size: 10.35px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    margin-bottom: 6px;
}

.section-home-features .post-items .post-item .post-detail .content p {
    margin: 0;
}

.section-home-features .button-more {
    text-align: center;
    margin-top: 30px;
}

.section-home-features .button-more a {
    min-width: 292px;
    border: 1px solid #FFCD06;
}

.home-certifications {
    background: #292A39;
    padding: 80px 0 116px;
}

.home-certifications .heading span {
    background: rgba(255, 205, 6, 0.1);
    color: #FFCD06;
}

.home-certifications .heading h2 {
    color: #FFCD06;
    margin-bottom: 55px;
}

.home-certifications .items .item-box {
    display: flex;
}

.home-certifications .items .item-box .item {
    width: 20%;
    padding: 0 23px;
}

.home-certifications .heading p {
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0;
}

.home-certifications .heading {
    max-width: 728px;
    margin: 0 auto 80px;
}

.home-certifications .heading .sub-heading {
    margin-bottom: 16px;
}

.home-certifications .items .item .wraper {
    background: #FFFFFF;
    box-shadow: 0px 14px 36px rgba(248, 219, 104, 0.20);
    border-radius: 12px;
    padding-bottom: 119.05%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 45px;
    position: relative;
}

.home-certifications .container {
    max-width: 1134px;
}

.home-certifications .items .item .wraper img {
    width: 100%;
    height: 100%;
}

.home-certifications .items .item .wraper .image {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 23px;
}

.section-technology-events {
    padding: 0 0 94px;
    background-image: linear-gradient(to right, #2C3377, #2F3AA0 44%, #0F1762);
    color: #fff;
}
.section-technology-events .section-row {
    display: flex;
    justify-content: space-between;
}
.section-technology-events .column-left {
    width: 68%;
    padding: 79px 36px 0 0;
}
.section-technology-events h2 {
    padding-bottom: 21px;
    margin-bottom: 96px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}
.section-technology-events .timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    justify-content: space-between;
    padding: 0 13px 0 21px;
}
.section-technology-events .column {
    width: calc(25% - 29px);
    box-sizing: border-box;
    position: relative;
    padding-top: 61px;
    padding-left: 13px;
    border-left: 3px solid #CCCCCC;
}
.section-technology-events .symbol {
    max-width: 49px;
    max-height: 49px;
    position: absolute;
    top: 0;
    left: 10px;
}
.section-technology-events .date {
    --f: 21px;
    --r: 35px;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding-inline: .25em;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path: polygon(calc(100% - var(--r)) 0, 0 0, 0 calc(100% - var(--f)), var(--f) 93%, var(--f) calc(100% - var(--f)), calc(100% - var(--r)) calc(100% - var(--f)), 100% calc(50% - var(--f) / 2));
    position: relative;
    left: -36px;
    line-height: 24px;
    width: calc(100% + 25px);
    padding: 15px 0 15px 21px;
}
.section-technology-events .column-1 .date {
    background-color: #A7B4CB;
}
.section-technology-events .column-1 .date::before {
    border-color: transparent #A7B4CB transparent transparent;
}
.section-technology-events .column-2 .date {
    background-color: #50C0A7;
}
.section-technology-events .column-2 .date::before {
    border-color: transparent #50C0A7 transparent transparent;
}
.section-technology-events .column-3 .date {
    background-color: #F1AB1D;
}
.section-technology-events .column-3 .date::before {
    border-color: transparent #F1AB1D transparent transparent;
}
.section-technology-events .column-4 .date {
    background-color: #D03228;
}
.section-technology-events .column-4 .date::before {
    border-color: transparent #D03228 transparent transparent;
}
.section-technology-events .timeline-title {
    margin-top: -6px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-bottom: 2px;
}
.section-technology-events .content {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    padding-right: 18px;
}
.section-technology-events .content p:last-child {
    margin-bottom: 0;
}
.section-technology-events .column-right {
    width: 32%;
    border-top: 8px solid #FFCD06;
    padding: 49px 20px;
    background-color: #E0E0E0;
}
.section-technology-events .image img {
    width: 100%;
}
.section-technology-events .event-title {
    margin-top: 32px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #2C3377;
}
.section-technology-events .description {
    margin-top: 32px;
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
    padding-right: 10px;
}
.section-technology-events .button {
    margin-top: 23px;
}

@media (max-width: 1399px) {
    .rotate-item {
        left: 24px;
    }
}

@media (max-width: 1350px) {
    .rotate-item {
        left: 20px;
    }

    .rotate-item .rotate-link {
        font-size: 20px;
    }

    .rotate-item .rotate-link:before {
        top: -3px;
        bottom: -3px;
        right: -7px;
    }

    .rotate-item .rotate-link:after {
        top: 3px;
        left: 3px;
        width: 15px;
        height: 15px;
        min-height: 15px;
        min-width: 15px;
    }

    /* body[class] .container {
        padding: 0 40px;
    }
    .header-inner.section-inner{
        padding: 0 40px;
    } */
}

@media (max-width: 1200px) {
    .section-about .content-right {
        padding-right: 80px;
    }

    .section-about .image-left + .content-right {
        padding-left: 80px;
        padding-right: 0;
    }

    .section-home-features .owl-carousel .owl-nav button.owl-next,
    .section-home-features .owl-carousel .owl-nav button.owl-prev {
        width: 80px;
        height: 80px;
    }

    .section-home-features .post-items {
        max-width: 100%;
        padding: 0 100px;
    }
}

@media (max-width: 1024px) {
    .home-home-insights .item .accodion-header {
        padding-top: 24px;
    }

    .home-home-insights .accodion-header .icon-toggle {
        top: 25px;
    }

    .home-home-contact-us .heading h2 {
        font-size: 32px;
    }
    .home-home-contact-us .content {
        font-size: 18px;
    }
    .home-home-contact-us .button-more {
        margin-top: 30px;
    }

    .home-home-contact-us .button {
        font-weight: 400;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    body footer#site-footer .section-inner .footer-top {
        width: 100%;
    }

    footer#site-footer .section-inner .footer-logo {
        width: 100%;
        max-width: 335px;
        display: block;
    }

    footer#site-footer .section-inner {
        flex-wrap: wrap;
    }

    header .header-inner.section-inner {
        padding-top: 17px;
    }
    .section-about .content-wrapper .image .img-shadow{
        left: 0;
        top: 15px;
        right: 15px;
    }
    .section-about .content-right {
        padding-right: 50px;
    }
    .section-about .image-left + .content-right {
        padding-left: 30px;
        padding-right: 0;
        margin-top: 0;
    }
    .section-about .content-wrapper .image:before {
        width: 80px;
        height: 100px;
    }
    .home-home-insights .items .image{
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .home-home-insights .items .image .img-shadow{
        left: 0;
        top: 15px;
        right: 15px;
        bottom: 0;
    }
    .home-home-insights .items .image:before{
        width: 80px;
        height: 100px;
    }
    .heading .sub-heading {
        margin-bottom: 30px;
    }

    .section-about .heading {
        margin-bottom: 20px;
    }

    .section-about {
        padding: 70px 0;
    }

    .section-clients {
        padding: 70px 0;
    }

    .facts_figures-section,
    .section-home-features,
    .home-home-insights {
        padding: 70px 0;
    }

    .section-home-features .post-items {
        padding: 0 60px;
    }

    .section-home-features .owl-carousel .owl-nav button.owl-next,
    .section-home-features .owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
    }

    .section-home-features .post-items .post-item .post-detail {
        margin-top: -30px;
        width: 85%;
    }

    .section-home-features .post-items .post-item .wraper .post-thumbnail {
        width: 80%;
    }
}

@media (max-width:767.98px) {
    body footer#site-footer .section-inner p a {
        font-size: 14px;
        line-height: 20px;
    }

    .home-page .home-home-contact-us .backround-img .container {
        padding: 0 26.5px;
    }
    .section-our-services .tab-link{
        font-size: 20px;
    }
    .main .home-home-contact-us .backround-img {
        padding: 32px 0;
        background: rgba(144, 145, 155, 0.7);
        background-image: none !important;
    }

    .home-home-contact-us .heading h2 {
        font-size: 20px;
        margin-bottom: 16px !important;
    }
.home-home-contact-us .content {
    font-size: 16px;
}
    .home-home-contact-us .button-more {
        margin: 0;
    }

    .home-home-contact-us .button {
        max-width: 120px;
        padding: 11px 5px;
        font-weight: 400;
        font-size: 14px;
        max-height: 40px;
    }
    .section-about .image-left + .content-right {
        padding-left: 0;
    }
}

/* Footer */
footer#site-footer {
    background: #292A39;
    padding: 40px 0 30px;
}

footer#site-footer .section-inner {
    width: 100%;
    max-width: inherit;
    align-items: flex-start;
}

footer#site-footer .footer-credits {
    display: flex;
    justify-content: center;
    padding: 35px 0 0;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

footer#site-footer .footer-credits .footer-copyright {

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #e6e8ec;
    letter-spacing: 0;
}

footer#site-footer .section-inner .footer-logo .info p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

footer#site-footer .section-inner .footer-logo .info p strong {
    font-weight: 600;
}

footer#site-footer .section-inner .footer-logo {
    width: 49%;
    max-width: 335px;
}

footer#site-footer .section-inner .footer-logo img {
    max-height: 3.8rem;
}

footer#site-footer .section-inner .footer-menu {
    margin: 0;
    display: block;
    list-style-type: none;
}

footer#site-footer .section-inner .footer-menu-wrapper {
    display: flex;
    width: 100%;
}

footer#site-footer .section-inner p,
footer#site-footer .section-inner .footer-menu li {
    margin: 0 0 17px;
    line-height: 1.25;
}

footer#site-footer .section-inner p,
footer#site-footer .section-inner p a,
footer#site-footer .section-inner .footer-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0;
}

footer#site-footer .section-inner p i {
    margin-right: 8px;
}

footer#site-footer .section-inner .footer-widgets-social-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

footer#site-footer .section-inner .footer-widgets-social-wrapper ul {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

footer#site-footer .section-inner .footer-widgets-social-wrapper li {
    margin-top: 0;
    margin-right: 10px;
    list-style: none;
}

footer#site-footer .section-inner svg {
    fill: #fff;
    width: 19px;
    height: 19px;
}

footer#site-footer .section-inner .footer-top {
    border: 0;
    padding: 23px 0 0;
    width: 60%;
    align-items: flex-start;
}

footer#site-footer .section-inner .footer-widgets-contact-wrapper {
    width: 50%;
}

footer#site-footer .section-inner .footer-widgets-contact-wrapper h2,
footer#site-footer .section-inner .footer-menu h5.footer-menu__title {

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 27px;
}

footer#site-footer .section-inner .footer-logo .info {
    margin-top: 16px;
}

footer#site-footer .section-inner .footer-menu-wrapper ul {
    width: 52.8%;
}

footer#site-footer .section-inner .footer-menu-wrapper ul:last-child {
    width: auto;
    list-style: none;
    margin: 0 0 42px;
}

footer#site-footer .section-inner .footer-menu li.menu-item-has-children > a {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 27px;
    display: block;
    width: 100%;
    pointer-events: none;
}

footer#site-footer .association {
    gap: 20px;
    align-items: revert;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: end;
}

footer#site-footer .association figure {
    margin: 0;
}

footer#site-footer .association figure img {
    margin: 0;
}

.home-page .facts_figures-section {
    background-image: linear-gradient(to right, #FAFAFC, #DBDBE6);
}

.facts_figures-section a.button {
    left: -26px;
}

.facts_figures-section a.button:hover {
    left: 0;
}

.home-page .facts_figures-section .fact_figure-item .counter-number {
    color: #231A11;
}

.home-page .facts_figures-section .fact_figure-item .description {
    color: #231A11;
}

.section-our-services {
    background-image: linear-gradient(to right, #2C3377, #2F3AA0 44%, #0F1762);
}

body[class] .section-our-services .container {
    padding: 90px 25px 80px;
    position: relative;
    min-height: 878px;
}

.section-our-services .content-inner {
    margin-top: 111px;
    position: relative;
}

.section-our-services .tabs-title{
    width: 44.44%;
}

.section-our-services .content-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 15px);
    left: 50%;
    transform: translateX(-50%);
    width: 49.1%;
    height: 410px;
    background-image: url(../images/traidat1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 0;
}

.section-our-services .tab-link {
    height: 70px;
    background: #fff;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    transition: 0s;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #2C3377;
}

.section-our-services .tab-link:last-child {
    border-bottom: 0;
}

.section-our-services .tab-link.active {
    font-weight: 600;
    box-shadow: 0 1px 5px #ccc;
    z-index: 1;
}

.section-our-services .tab-link:last-child.active {
    box-shadow: none;
}

.section-our-services .tab-link:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 35px solid #fff;
    border-bottom: 35px solid transparent;
    position: absolute;
    right: -34px;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.section-our-services .tab-link.active:after {
    opacity: 1;
}

.section-our-services .tab-link span {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
    transition: .3s;
}

.section-our-services .tab-link.active span {
    transform: translate(-40px, -50%);
}

.section-our-services .tabs {
    position: relative;
    z-index: 1;
}

.section-our-services .tabs-content {
    display: none;
    position: absolute;
    width: 55.4%;
    left: 44.44%;
    top: -60px;
    background: #1C274C;
    color: #fff;
    padding: 88px 40px 128px 88px;
    height: 570px;
    overflow: auto;
    box-shadow: 11px 0px 3px #000;
}
.section-our-services .tabs-content.active {
    display: block;
}
.section-our-services .bottom-image {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 544px;
    max-height: 296px;
}
.section-our-services .bottom-image.active {
    display: block;
}
.section-our-services .bottom-image img {
    filter: grayscale(1);
}

.section-our-services h2 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.section-our-services .content {
    font-size: 16px;
    max-width: 458px;
    line-height: 24px;
}

.section-our-services .button-wrapper {
    /* margin-bottom: 49px; */
    /* position: absolute; */
    margin-top: 30px;
}

.section-our-services .tabs-content::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: transparent;
}

.section-our-services .tabs-content::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

.section-our-services .tabs-content::-webkit-scrollbar-thumb
{
	background-color: #FFCD06;
}

.section-logos-slider .swiper-button-prev, .section-logos-slider .swiper-button-next {
    display: none;
}

@media (max-width: 991px) {
    .section.section-talk-to-us .title-section h2 {
        font-size: 40px;
    }
    .section-our-services .content-inner {
        margin-top: 60px;
    }

    .section-our-services .tabs-title{
        width: 100%;
    }

    .section-our-services .tabs-content {
        position: static;
        width: 100%;
        margin-top: 60px;
    }

    .section-our-services .content {
        max-width: none;
    }

    .section-our-services .tab-link:after {
        display: none;
    }

    .section-our-services .tabs-content {
        height: auto;
        padding: 40px 40px 130px 40px;
    }
}

.section-logos-slider {
    padding: 68px 0 137px;
}

.section-logos-slider .description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    max-width: 915px;
    margin: auto;
}

.section-logos-slider .swiper {
    margin-top: 110px;
}

.section-logos-slider .wrapper {
    text-align: center;
    height: 75px;
    display: flex;
}

.section-logos-slider img {
    max-height: 100%;
    margin: auto;
}

.section-case-studies {
    padding: 53px 0 101px;
}

body .home-page .section-case-studies h2 {
    margin-bottom: 14px;
    max-width: none;
}

body .section-case-studies h2 {
    margin-bottom: 14px;
    max-width: none;
}

.section-case-studies .description {
    font-size: 16px;
    line-height: 24px;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 61px;
    text-align: center;
    font-weight: 400;
}

.section-case-studies .post-list {
    display: flex;
    flex-wrap: wrap;
}
.section-case-studies .featured {
    width: 50%;
}
.section-case-studies .others {
    width: 50%;
}
.section-case-studies .featured .item {
    height: 514px;
}
.section-case-studies .item {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFCD06;
}
.section-case-studies .item::after {
    content:"";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2C3377;
    opacity: 0;
    transition: opacity .3s;
}
.section-case-studies .item:hover::after {
    opacity: 0.8;
}
.section-case-studies .content-short {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-case-studies .featured .content-short {
    -webkit-line-clamp: 3;
}
.section-case-studies .others {
    display: flex;
    flex-wrap: wrap;
}
.section-case-studies .others .item {
    height: 248px;
}
.section-case-studies .others .item-wrap {
    width: 50%;
    padding-left: 18px;
    padding-bottom: 18px;
}
.section-case-studies .content {
    opacity: 0;
    transition: opacity .3s;
    position: relative;
    z-index: 1;
}
.section-case-studies .item:hover .content {
    opacity: 1;
}
.section-case-studies .content {
    color: #fff;
}
.section-case-studies .featured .content {
    padding: 66px 60px;
    max-width: 351px;
}
.section-case-studies .others .content {
    padding: 39px 44px;
}
.section-case-studies h5 {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.04em;
}
.section-case-studies .others h5 {
    font-size: 20px;
    line-height: 24px;
}
.section-case-studies .featured h5 {
    -webkit-line-clamp: 3;
}
.section-case-studies .others h5 {
    -webkit-line-clamp: 1;
}
.section-case-studies .categories {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 18px;
}
.section-case-studies .categories span {
    display: inline-block;
    margin-right: 10px;
}
.section-case-studies .content-short {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 29px;
}
.section-case-studies .item .button-more {
    background: transparent;
    padding: 0;
}
.section-case-studies .button {
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
    border: 0;
    display: inline-flex;
    border-radius: 0;
    box-shadow: none;
    align-items: center;
    column-gap: 49px;
    padding: 0;
}
.section-case-studies .button:focus {
    background: transparent;
}
.section-case-studies .button:hover {
    background: transparent;
    padding: 0 0 0 20px;
    font-style: italic;
}
.section-case-studies .button::before {
    top: 3px;
    transform: translateX(75px);
    background-image: url(../images/arrow-right-yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
}
.section-case-studies .button:hover::before {
    transform: translateX(35px);
    background-image: url(../images/arrow-right-yellow.svg);
}
.section-case-studies .button::after {
    display: none;
}

/* News Update Section */

.section-subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}

.section-subheading:before {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(255, 206, 9, 0.98);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    border-radius: 100%;
}  
.news-update-section {
    padding: 80px 0;
    background: white;
}
.news-update-section .section-title {
    margin-bottom: 36px;
    margin-bottom: 80px;
}

.news-update-section .news-grid {
    display: flex;
    gap: 33.5px;
}

.news-update-section .news-grid .news-card {
    width: 21%;
    position: relative;
    overflow: hidden;
    position: relative;
}

.news-update-section .news-grid .news-card:first-child {
    width: 52.2%;
}

.news-image {
    position: relative;
}

.news-image img {
    height: 420px;
    object-fit: cover;
    width: 100%;
}
.news-category {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    gap: 8px;
    background: rgba(217, 217, 217, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
}

.news-content .news-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.news-content .news-title a {
    color: #FFFFFF;
}

.news-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(76, 74, 74, 0) 0%, #000000 100%);
}

.news-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
    line-clamp: 2; 
    overflow: hidden;
    max-height: 48px;
    color: #FFFFFF;
}
@media (max-width: 1199px) {
    .section-our-services .tab-link span {
        left: 19%;
    }
    .section-case-studies .others .content {
        padding: 20px;
    }
    .section-case-studies .others h5 {
        font-size: 24px;
        line-height: 1.4;
    }
    .news-update-section .news-grid .news-card:first-child {
        width: 100%;
    }
    
    .news-update-section .news-grid {
        flex-wrap: wrap;
    }
    
    .news-update-section .news-grid .news-card {
        width: calc((100% - 33.5px) / 2);
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .section-technology-events .column-right {
        width: 26%;
    }
    .section-technology-events .column-left {
        width: 74%;
        padding-right: 30px;
    }
    .section-technology-events .date {
        font-size: 16px;
        line-height: 20px;
    }
    .section-technology-events .timeline {
        gap: 20px;
    }
    .section-technology-events .column {
        width: calc(25% - 20px);
    }
}
@media (max-width: 991px) {
    .section-technology-events .column-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .section-technology-events h2 {
        margin-bottom: 40px;
    }
    .section-technology-events .section-row {
        flex-wrap: wrap;
    }
    .section-technology-events .column-right {
        width: 100%;
    }
    .section-logos-slider .swiper {
        margin-top: 40px;
    }
    .section-logos-slider {
        padding: 68px 0;
    }
    .section-our-services .tab-link span {
        left: 31%;
    }
    .section-case-studies .featured {
        margin-bottom: 20px;
    }
    .section-case-studies .featured, .section-case-studies .others {
        width: 100%;
    }
    .section-case-studies .others .item-wrap:nth-child(odd) {
        padding-right: 9px;
        padding-left: 0;
    }
    .section-case-studies .others .item-wrap:nth-child(even) {
        padding-left: 9px;
    }
    .section-technology-events .date {
        font-size: 18px;
    }
    .section-technology-events .timeline {
        gap: 22px;
        padding-right: 0;
    }
    .section-technology-events .column {
        width: calc(25% - 22px);
    }
}
@media (max-width: 767.98px) {
    .ecommerce-development .section.section-magento-upgrade-service .col-right {
        padding-top: 0;
    }
    .ecommerce-development .section.section-magento-upgrade-service .col-left {
        padding-bottom: 0;
    }
    .facts_figures-section a.button {
        left: -17px;
    }
    .section-case-studies .others .content {
        padding: 0;
    }
    .section-logos-slider .swiper-button-prev, .section-logos-slider .swiper-button-next {
        display: flex;
        justify-content: left;
    }
    .section-logos-slider .swiper-button-prev:after, .section-logos-slider .swiper-button-next:after {
        font-size: 14px;
        font-weight: 900;
        color: #3A3A3C;
    }
    .section-logos-slider .swiper-button-next {
        justify-content: right;
    }
    .section-logos-slider {
        padding: 40px 0;
    }
    .home-page .section-case-studies .button-more a {
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        min-width: 0;
        height: auto;
    }
    .section-case-studies .button::before {
        transform: translateX(36px);
    }
    .section-case-studies .featured h5 {
        -webkit-line-clamp: 1;
        font-size: 20px;
        line-height: 24px;
    }
    .section-case-studies .others h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .section-our-services .tab-link span {
        transform: translateY(-50%);
        left: 15px;
        right: 15px;
    }
    .section-our-services .tab-link.active span {
        transform: translateY(-50%);
    }
    .section-technology-events .column {
        width: calc(50% - 9px);
        padding-top: 39px;
        margin-bottom: 13px;
        border-width: 2px;
    }
    .section-technology-events .timeline {
        gap: 18px;
    }
    .section-technology-events .content {
        padding-right: 0;
    }
    .section-technology-events .column-left {
        padding-top: 40px;
    }
    .section-technology-events {
        padding-bottom: 72px;
    }
    .section-technology-events .date {
        --f: 18px;
        --r: 28px;
        left: -33px;
        font-size: 15px;
        line-height: 20px;
        width: calc(100% + 14px);
        padding: 13px 0 13px 21px;
    }
    .section-technology-events .symbol {
        max-width: 30px;
        max-height: 30px;
    }
    .section-technology-events .timeline-title {
        font-size: 16px;
        line-height: 20px;
    }
    .section-technology-events .content {
        font-size: 12px;
        line-height: 18px;
    }
    .section-technology-events .column-left {
        margin-bottom: 63px;
    }
    .section-technology-events .column-right {
        padding: 34px 16px;
    }
    .section-technology-events .event-title {
        margin-top: 28px;
        font-size: 20px;
        line-height: 24px;
    }
    .section-technology-events .description {
        margin-top: 28px;
        font-size: 16px;
        line-height: 20px;
    }
    .section-technology-events .button {
        margin-top: 18px;
    }
    .section-technology-events h2 {
        padding-bottom: 11px;
        margin-bottom: 56px;
    }
    .news-update-section {
        padding: 50px 0 50px;
    }
    .news-update-section .news-grid .news-card {
        width: 100%;
    }
    .news-content .news-title {
        font-size: 16px;
        line-height: 25px;
    }
    .news-update-section .section-title {
        margin-bottom: 40px;
    }
}
@media (max-width: 479px) {
    .section-case-studies .others .item-wrap {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 18px;
    }
}

body .section.section-ourservice .content-service p {
    text-align: center;
}

@media (width: 1920px) {
    .page-template-template-about-page .banner-general .banner-image img {
        transform: translate(-50%, -57%);
    }
}