main.main-content {
    position: relative;
}
.banner-slider-section .page-width {
    max-width: 1630px;
    margin: 0 auto;
    height: 100%;
    padding: 0 15px;
}   
/* section.hero-banner-section {
    margin-top: calc(-1 * var(--header-height));
}      */
section.hero-banner-section {
    position: relative;
    z-index: 3;
}
.banner-image-text {
    position: relative;
} 
.banner-slider.first-slide h3.banner-heading {
    margin: 0 0 31px;
    text-transform: capitalize;
}
.banner-slider.first-slide .slider-text {
    width: -webkit-fill-available;
    max-width: 679px;
    padding: 3px 0 0;
    height: inherit;
    display: flex;
    align-items: center;    
}   
.content-box h2 {
    letter-spacing: 0;
    margin: 0 0 38px;
} 
.content-box p {
    margin: 0 0 50px;
}
.contact-image-text div {
    padding: 0 0 0 73px;
    height: max-content;
} 
.contact-image-text {
    display: flex;
    gap: 74px;
    margin: 54px 0 0;
} 
.contact-image-text p {
    margin: 0;
}
.contact-image-text p strong {
    color: #969696;
    display: block;
    line-height: 0.8;
    margin: 5px 0 -5px;
} 
.banner-slider.first-slide .banner-text {
    position: absolute;
    inset: 0;
}
.comman-button.btn{
    border-radius: 35px;
    background: #FFC514;    
    color: #000;
    padding: 14px 35px;
    text-decoration: none;
    border: 2px solid transparent;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.comman-button.btn:hover {
    background: #fff;
    color: #ffc514;
    border: 2px solid #ffc514;
}   
.banner-image img.desktop-image {
    object-fit: cover;
    width: -webkit-fill-available;
}
.hero-banner-section .content-box {
    margin: 0 0 0;
}
section.hero-banner-section .button-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
section.hero-banner-section .button-icon img {
    max-width: 125px;
}   
section.hero-banner-section .button-icon .button-icon-text p {
    margin: 0;
}
section.hero-banner-section .button-icon .button-icon-text p.g-20-600 {
    margin: 0 0 3px;
}
section.hero-banner-section .button-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}
@media screen and (min-width:990px) and (max-width:1300px){
    .banner-slider.first-slide .slider-text {
    max-width: 578px;
    }
    .content-box h2 {
    margin: 0 0 10px;
    }
    .content-box p {
    margin: 0 0 15px;
    }
    .banner-slider.first-slide .g-n-74-400{
    font-size: 54px;
    }
    .banner-slider.first-slide .g-22-400{
    font-size: 20px;
    line-height: 35px;
    }
    .contact-image-text div{
        padding: 0 0 0 63px;
    }
    .banner-slider.first-slide h3.banner-heading {
        margin: 0 0 15px;
        font-size: 64px;
        line-height: 70px;
    }
    .contact-image-text {
    display: flex;
    gap: 25px;
    margin: 47px 0 0;
    }
}
@media screen and (max-width:1024px){
    .contact-image-text div {
        padding: 0 0 0 44px;
        background-size: 34px !important;
    }
    header.fixed ~ section.hero-banner-section {
        padding-top: var(--header-height);
    }
    .hero-banner-section .content-box {
        margin: 0;
    }
    .banner-slider.first-slide .slider-text {
        max-width: 500px;
    }
    .contact-image-text {
        gap: 5px;
    }
    .button-wrapper a.button.button--primary{
        padding: 14px 0;
    }
}
@media screen and (min-width:991px){
    .banner-mobile-slider{
        display: none;
    }
}
@media screen and (max-width:990px){
    .banner-image img.desktop-image {
        display: none;
    }
    section.hero-banner-section {
        margin-top: var(--header-height);
    }
    .hero-banner-section .content-box{
        margin: 0;
    }
    .contact-image-text {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
    .banner-image img{
        padding: 0 15px;
    }
    .banner-slider.first-slide .banner-text{
        position: relative;
        bottom: 0;
    }
    .banner-slider.first-slide .slider-text {
        max-width: 100%;
    }
    .banner-image-text {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        padding-top: 45px;
    }
    .content-box h2 {
        margin: 0 0 20px;
        text-align: center;
    }
    .banner-slider.first-slide h3.banner-heading{
        text-align: center;
        margin: 0 0 21px;
    }
    .content-box > p:first-of-type {
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.2px;
    } 
    section.hero-banner-section .button-wrapper{
        display: flex;
        justify-content: center;
        padding: 0;
        gap: 14px;  
        margin: 20px 0 0;       
    }
    .button-wrapper a.button.button--primary {
        padding: 17.5px 0;
    }
    section.hero-banner-section .button-icon .button-icon-text p.g-14-400 {
        margin: 0 0 0 3px;
        font-size: 10px;
        line-height: 18px;
    }
    .content-box p {
        margin: 0 0 20px;
    }
    .contact-image-text{
        margin: 28px 0 0;   
    }
    section.hero-banner-section .button-icon .button-icon-text p.g-20-600 {
        font-size: 12px;
        margin: 4px 0 1px 2px;
    }
}
@media screen and (max-width:767px){
    .contact-image-text{
        padding: 0 0px 0 3px;
        justify-content: space-evenly;
    }
    section.hero-banner-section .button-icon img {
        max-width: 75px;
    }
    .hero-banner-section .content-box,
    section.hero-banner-section .button-wrapper {
        margin: 0;
    }     
    .banner-image-text{
        padding-top: 0;
    }
    .banner-mobile-slider .slider .swiper-wrapper .swiper-slide:first-child {
        padding: 0 0 0 15px;
        margin: 0 -8px 0 0;
    }
    .contact-image-text div {
        padding: 0 0 0 47px;
        background-size: 35px !important;
        background-position: left top !important;
    }
    .banner-slider.first-slide h3.banner-heading{
        margin: 0 0 22px;
    }
    section.hero-banner-section .button-icon .button-icon-text p.g-20-600 {
        font-size: 12px;
        margin: 7px 0 1px 2px;
    }
    .contact-image-text p strong{
        margin: 5px 0 -3px;
        font-size: 10px;
    }
    .banner-slider-section .page-width {
        padding: 0 14px;
    }
    .content-box p {
        margin: 0 0 19px;
    }
    section.hero-banner-section .button-icon{
        gap: 0; 
    }
    .comman-button.btn {
        padding: 5px 16px 5px 14px;
    }
    .contact-image-text p a {
        font-size: 12px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: -0.1px;
    }
}   


/* About Us Section start */
.about-us-content {
    display: flex;
    align-items: self-start;
    gap: 30px;
    margin: -10.6% 0 0 0;
    position: relative;
}
.about-us-content .about-us-image {
    width: 100%;
    max-width: calc(41.5% - 15px);
}   
.about-us-description h3.g-38-600 {
    color: #FFC514;
    margin: 0 0 20px 0;
}
.about-us-text .about-us-description {
    margin: 20px 0 0 0;
    max-width: 800px;
}
.about-us-description p {
    line-height: 47px;
}
.about-us-description p.g-22-400:first-of-type {
    margin: 0 0 19px 0;
}
.about-us-content .about-us-text {
    max-width: calc(58.5% - 15px);
    padding: 7.3% 0 0 0;
}
.about-us-text .about-us-description {
    margin: 20px 0 0 0;
}
main.main-content:after {
    content: '';
    background: url(/images/Group\ 6.png);
    background-repeat: no-repeat;
    background-position: 100% 82%;
    width: 248px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .about-us-content{
        margin: -4.6% 0 0 0;
    }
    .about-us-description p{
        line-height: 28px;
    }
    main.main-content:after{
        background-size: contain;
        width: 128px;
    }
}
@media screen and (max-width: 990px) {
    .about-us-content {
        margin: 40px 0 0;
    }
    .about-us-content .about-us-text{
        padding: 0;
    }
    .about-us-content .about-us-text .section-title h2 {
        font-size: 90px;
    }
}
@media screen and (min-width:767px) and (max-width: 990px) {
    .about-us-content .about-us-text .section-title h2 {
        font-size: 90px;
    }
    .about-us-text .about-us-description {
        margin: 0px 0 0 0;
    }
    .about-us-description h3.g-38-600{
        margin: 0 0 10px 0;
    }
    .about-us-description p {
        line-height: 28px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    section.about-us-section {
        margin: 43px 0 0 0;
    }
    .about-us-content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        margin: 0;
    }
    .about-us-content .about-us-text .section-title h2 {
        font-size: 80px;
    }
    .about-us-content .about-us-image {
        max-width: 100%;
    }
    .about-us-text .about-us-description{
        text-align: center;
    }
    .about-us-description p {
        line-height: 22px;
    }
    .about-us-description p.g-22-400:first-of-type {
        margin: 0 0 15px 0;
    }
    .about-us-content .about-us-text {
        max-width: 100%;
        padding: 0;
    }
    main.main-content:after {
        display: none;
    }
}
/* About Us Section End */

/* MARQUEE SECTION CSS START */
section.infinit-scrolling.yellow-marquee {
    background: #FFC514;
    transform: rotate(-3.1deg);
    position: relative;
    z-index: 1;
    margin-top: -13px;
}
section.infinit-scrolling.white-marquee {
    background: #FFF;
    transform: rotate(2.7deg);
    position: relative;
    margin-top: -47px;
}
main.marquee-line {
    position: relative;
    z-index: 2;
    padding: 0 2px 50px 2px;
}
.infinit-scrolling {
    padding: 20px 0;
    box-shadow: 0px 10px 30px 0px #00000014;
    overflow: hidden;
}
.infinit-scrolling .page-width {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
section.infinit-scrolling.yellow-marquee .logos-slide {
    display: inline-flex;
    animation: 35s slider infinite linear;
}
section.infinit-scrolling.white-marquee .logos-slide {
    display: inline-flex;
    animation: 35s sliderreverse infinite linear;
    animation-direction: reverse;
}
.infinit-scrolling .logos {
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}
.infinit-scrolling .logos-slide span {
    margin: 0 20px;
    font-size: 35px;
    line-height: 1;
}
.infinit-scrolling .icon-text {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 4px;
    width: max-content;
}
.infinit-scrolling .icon-text h4 {
    font-family: "Graphik";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

@keyframes slider {
    form {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes sliderreverse {
    form {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 1204px) {
    .infinit-scrolling {
        padding: 10px 0;
    }
    .infinit-scrolling .icon-text h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .infinit-scrolling .logos-slide span {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .infinit-scrolling .icon-text h4 {
        font-size: 12px;
        line-height: 22px;
    }
    .infinit-scrolling .logos-slide span {
        font-size: 10px;
        margin: 0 10px;
    }
    .infinit-scrolling {
        padding: 8px 0;
    }
    section.infinit-scrolling.yellow-marquee{
        margin-top: -32px;
    }
}
/* MARQUEE SECTION CSS END */

/* OUR SERVICES SECTION CSS START */
.our-sevices .services-image-text {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-top: 23px;
}
.our-sevices .services-image-text .content {
    width: calc(46.7% - 35px);
}
.our-sevices .services-image-text .image {
    width: calc(53.4% - 35px);
}
.our-sevices .services-image-text .content p {
    margin: 25px 0 21px 0;
    line-height: 42px;
}
.our-sevices .content .features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-right: -15px;
}
.our-sevices .content .features-list .item {
    border-radius: 35px;
    text-align: center;
    border: 1px solid #FFC514;
    padding: 15.5px 29px;
}

@media screen and (max-width: 1024px) {
    .our-sevices .services-image-text {
        gap: 30px;
    }
    .our-sevices .services-image-text .content {
        width: calc(47% - 15px);
    }
    .our-sevices .services-image-text .image {
        width: calc(53% - 15px);
    }
    .our-sevices .services-image-text .content p {
        line-height: 28px;
    }
    .our-sevices .content .features-list .item {
        padding: 7.5px 10px;
    }
    .our-sevices .content .features-list {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .our-sevices {
        padding-top: 35px;
    }
    .our-sevices .services-image-text {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 18px;
    }
    .our-sevices .content .features-list {
        gap: 20px 15px;
    }
    .our-sevices .services-image-text .image,
    .our-sevices .services-image-text .content {
        width: 100%;
        text-align: center;
    }
    .our-sevices .services-image-text .content p {
        margin: 22px 0 21px 0;
        line-height: 22px;
    }
    .our-sevices .content .features-list .item {
        padding: 15.5px 28px;
    }
}
/* OUR SERVICES SECTION CSS END */

/* PORTFOLIO SECTION CSS START */
.portfolio-section {
    margin-top: -17px;
    position: relative;
}
.portfolio-section .section-button {
    margin-top: 75px;
}
.portfolio-section .section-title {
    text-align: center;
    margin-bottom: 25px;
}
.portfolio-section .section-title h3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.portfolio-section .section-bottom-title h2 {
    white-space: nowrap;
    font-size: 145px;
    line-height: 160px;
    margin: 0 -17.9%;
}
.portfolio-section .section-bottom-title {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    bottom: 25px;
    left: 10px;
    right: 0;
}
.portfolio-section .box .swiper-wrapper {
    padding-left: 41px;
}
.portfolio-section .box .content h3 {
    color: #FFF;
    letter-spacing: 0;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    font-family: "Graphik";
    position: absolute;
    bottom: 48px;
    padding: 0 10%;
    left: 20px;
    right: 20px;
    z-index: 1;
    opacity: 0;
    visibility: visible;
}
.portfolio-section .box img {
    width: 100%;
}
.portfolio-section .section-button a {
    max-width: 244px;
    margin: 0 auto;
    background: #FFC514;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 14px 10px;
    border-radius: 35px;
    border: 2px solid #FFC514;
}
.portfolio-section .section-button a:hover {
    color: #FFC514;
    background: transparent;
}
.portfolio-section .section-button a:hover svg path {
    stroke: #FFC514;
}
.portfolio-section .box .content {
    position: relative;
}
.portfolio-section .section-button a svg path,
.portfolio-section .box .content h3,
.portfolio-section .box a .content::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-section .box a:hover .content::after,
.portfolio-section .box a:hover .content h3 {
    opacity: 1;
    visibility: visible;
}
.portfolio-section .box .content:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    height: 302px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0;
    visibility: visible;
}
.portfolio-section .page-width {
    max-width: 100%;
    padding: 0;
}

@media screen and (max-width: 1440px) {
    .portfolio-section .box .content h3 {
        padding: 0;
    }
}
@media screen and (max-width: 1300px) {
    .portfolio-section .box .content h3 {
        font-size: 32px;
        line-height: 42px;
        padding: 0 6%;
    }
}
@media screen and (max-width: 1024px) {
    .portfolio-section .section-button {
        margin-top: 50px;
    }
    .portfolio-section .box .swiper-wrapper {
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .portfolio-section {
        margin-top: 0;
        padding: 44px 0 0 0;
    }
    .portfolio-section .box .swiper-wrapper {
        padding-left: 15px;
    }
    .portfolio-section .section-title {
        overflow: hidden;
        margin-bottom: 19px;
    }
    .portfolio-section .section-title h2 {
        margin: 0 -10%;
    }
    .portfolio-section .section-bottom-title {
        display: none;
    }
    .portfolio-section .section-button {
        margin-top: 20px;
    }
    .portfolio-section .section-button a {
        max-width: 154px;
        padding: 3.5px 5px;
    }
    .portfolio-section .section-button a svg {
        width: 16px;
    }
    .portfolio-section .box .content:after {
        height: 242px;
    }
}
/* PORTFOLIO SECTION CSS END */

/* REVIEW SECTION CS START */
.review-section .section-title {
    text-align: center;
    margin-bottom: 41px;
}
.review-section .section-title h3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.review-section {
    padding: 74px 0 148px 0;
}
.swiper-pagination-bullet-active {
    background-color: transparent;
}
.review-section .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.review-section .swiper-pagination-bullet {
  width: 22px;
  height: 24px;
  background: none;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.progress-ring__progress {
  fill: none;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 66;
  stroke-dashoffset: calc(66 * (1 - var(--progress, 0)));
  transition: stroke-dashoffset 0.1s linear;
}
.swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  opacity: 1;
  margin: 0 4px !important;
}
.review-section .reviews .review-content {
    text-align: center;
    padding: 1.2% 5% 5.3%;
}
.review-section .review-content .info {
    text-align: left;
}
.review-section .review-content .info h6 {
    color: #6A6A6A;
}
.review-section .review-content .autohr-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 62px;
}
.review-section .swiper-pagination {
    position: unset;
    margin: 0;
    gap: 8px;
    align-items: center;
}
.review-section .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    margin: 0 !important;
}
.review-section .quate-icon {
    margin-left: auto;
    display: table;
    margin-right: 20px;
    padding-top: 19px;
}
.review-section .reviews .review-content p {
    line-height: 80px;
}
.review-section .swiper-pagination .swiper-pagination-bullet span.progress-content {
    position: absolute;
    font-size: 22px;
    line-height: 1;
    color: #FFC514;
    font-weight: 700;
    font-family: "Graphik";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.review-section .swiper-pagination .swiper-pagination-bullet svg circle {
    stroke: #FFC514;
    stroke-width: 4px;
}
.review-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    stroke: #FFC51440;
}
.review-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.review-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg,
.review-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    width: 50px;
    height: 50px;
    stroke-width: 2px;
}
.review-section .reviews {
    position: relative;
    z-index: 1;
}
.review-section .reviews:after,
.review-section .reviews::before {
    position: absolute;
    content: '';
    height: 40.7%;
    width: 18.2%;
    z-index: -1;
}
.review-section .reviews:after {
    background: url(images/right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: -47px;
    height: 43.7%;
    width: 20.2%;
}
span.swiper-pagination-bullet span.progress-content {
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active span.progress-content {
    display: block;
}
.review-section .reviews::before {
    background: url(images/left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .review-section .reviews .review-content p {
        line-height: 50px;
    }
    .review-section {
        padding: 70px 0 70px 0;
    }
    .review-section .quate-icon img {
        width: 100%;
        max-width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .review-section {
        padding: 45px 0 0 0;
    }
    .review-section .section-title {
        overflow: hidden;
        margin: 0 -15px;
    }
    .review-section .section-title h2 {
        margin: 0 -6%;
    }
    .review-section .quate-icon img {
        max-width: 45px;
    }
    .review-section .review-content .autohr-info img {
        max-width: 64px;
        width: 100%;
    }
    .review-section .review-content .info h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .review-section .review-content .info h6 {
        font-size: 12px;
        line-height: 18px;
    }
    .review-section .review-content .autohr-info {
        gap: 20px;
        margin-top: 40px;
    }
    .review-section .reviews .review-content p {
        line-height: 25px;
    }
    .review-section .swiper-pagination {
        gap: 4px;
    }
    .review-section .swiper-pagination-bullet,
    .review-section .swiper-pagination .swiper-pagination-bullet svg,
    .review-section .swiper-pagination .swiper-pagination-bullet {
        width: 11px;
        height: auto;
    }
    .review-section .swiper-pagination .swiper-pagination-bullet span.progress-content {
        font-size: 11px;
    }
    .review-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .review-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg,
    .review-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
        width: 25px;
        height: 25px;
    }
}
/* REVIEW SECTION CS END */