* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
    background-color: #f3f3f3;
}

body::-webkit-scrollbar {
    display: none;
}

.montserrat {
    font-family: "Montserrat", serif;
}

.inter {
    font-family: "Inter", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Inter", serif;
    color: #101820;
}

p {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", serif;
    color: #101820;
}

a {
    text-decoration: none;
    color: #101820;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading h1 {
    color: #5d2132;
}

html {
    scroll-padding-top: 80px;
}

.page-nav h1 {
    color: #5d2132;
}

input:focus,
textarea:focus {
    border-color: #dee2e6;
    box-shadow: none !important;
}

.container {
    max-width: 1400px;
}

.main-btn {
    color: #fff;
    background-color: #386af3;
    padding: 8px 22px;
}

.secondary-btn {
    background-color: #fff;
    padding: 13px 25px;
    border-radius: 100px;
    gap: 10px;
}

video {
    mix-blend-mode: darken;
}

/* header  */
header {
    /* position: absolute; */
    /* width: 100%; */
    /* text-align: center; */
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* z-index: 9999; */
}

header .inner {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s;
    border-bottom: 1px solid #cecece;
}

header .logo img {
    width: 110px;
    transition: 0.2s;
}

header .menu ul {
    display: flex;
    gap: 30px;
}

header .menu li a {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19.36px;
}

header .menu li a.services {
    position: relative;
}

header .menu li a.services::after {
    position: absolute;
    top: -8px;
    right: -10px;
    content: attr(data-count);
    height: 14px;
    width: 14px;
    font-size: 10px;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #386af3;
    border-radius: 50px;
}

header .header-btn a {
    display: block;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    border-radius: 100px;
    padding: 13.5px 18px 13.5px 18px;
    color: #ffffff;
    background-color: #101820;
}

header .menu-btn {
    display: none;
}

header .menu-btn i {
    color: #101820;
    cursor: pointer;
    font-size: 30px;
}

.mobile-menu {
    position: absolute;
    background-color: #f3f3f3;
    height: 100vh;
    width: 100%;
    padding: 0px 15px;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: 0.3s ease all;
    display: none;

    transform: translateX(-110%);
}

.mobile-menu.open {
    transform: translateX(0%);
}

.mobile-menu .head {
    height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cecece;
}

.mobile-menu .head i {
    color: #101820;
    cursor: pointer;
    font-size: 30px;
}

.mobile-menu .logo img {
    width: 110px;
}

.mobile-menu .links {
    height: calc(100% - 142px);
    padding-top: 30px;
}

.mobile-menu .links ul {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.mobile-menu .links li {
    margin-bottom: 15px;
}

.mobile-menu .links li a {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 38.73px;
}

.mobile-menu .social {
    height: 60px;
}

.mobile-menu .social ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile-menu .social ul a {
    color: #52606e;
}

/* BANNER  */
.banner {
    padding: 80px 10px 150px;
}

.banner .inner {
    /* height: 100vh; */
    height: 751px;
    position: relative;
}

.banner .inner video {
    width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -44%);
}

.banner .heading {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 479px;
    transform: translate(-50%, -44%);
    text-align: center;
}

.banner .heading .icon i {
    color: #386af3;
    font-size: 35px;
}

.banner .heading h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 124px;
    line-height: 95px;
    letter-spacing: -6px;
}

.banner .heading h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 105px;
    letter-spacing: -8px;
}

.banner .tagline {
    position: absolute;
    width: 199px;
    height: 50px;
    top: 230px;
    top: 32%;
    left: 0px;
    transform: translate(0, -32%);
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.banner .desc {
    position: absolute;
    width: 199px;
    height: 76px;
    top: 400px;
    top: 61%;
    left: 0px;
    transform: translate(0%, -61%);
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
}

.banner .date {
    position: absolute;
    width: 45px;
    height: 22px;
    top: 290px;
    top: 39%;
    right: 0px;
    transform: translate(0px, -39%);
}

.banner .services {
    position: absolute;
    width: 230px;
    height: 260px;
    bottom: -50px;
    right: 0px;
}

.banner .services ul {
    position: relative;
}

.banner .services ul::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #f2f2f200, #f3f3f3);
}

.banner .services ul li {
    border-bottom: 1px solid #2c333a;
    padding: 15px 0px;
}

.banner .services ul li:first-child {
    border-top: 1px solid #2c333a;
}

.banner .services ul li a {
    font-family: "Inter", Serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
}

/* IMAGES  */
.images img {
    width: 100%;
    margin-bottom: 24px;
}

/* CLIENTS  */
.clients {
    padding: 50px 0px 0px;
}

.clients .head {
    text-align: center;
}

.clients .head h4 {
    font-size: 18px;
    color: #52606e;
}

.clients .inner {
    padding: 15px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #aeaeae;
}

.clients .inner .single-client {
    width: 20%;
    text-align: center;
}

.clients .inner .single-client img {
    width: 180px;
}

/* TESTIMONIALS  */
.testimonials {
    padding: 90px 0px 120px;
}

.testimonials .section-head h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 87.48px;
    line-height: 96.82px;
    letter-spacing: -3px;
}

.testimonials .section-head h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -8px;
    font-size: 85px;
    line-height: 114.4px;
}

/* slider  */
.testimonials .reviews .slider-section .slick-list.draggable {
    width: 66%;
    margin-left: auto;
}

.testimonials .reviews .testimonial_box-text {
    padding: 20px 0;
    margin-bottom: 15px;
}

.testimonials .reviews .testimonial_box-text p {
    font-family: "Inter", Serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #000000;
}

.testimonials .reviews .image-name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonials .reviews .image-name .image img {
    width: 59px;
    height: 59px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonials .reviews .image-name .name h4 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 8px;
}

.testimonials .reviews .image-name .name p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #71767c;
}

.testimonials .slick-prev {
    left: 0;
    transform: rotate(180deg);
}

.testimonials .slick-next {
    left: 70px;
}

.testimonials .slick-arrow {
    position: absolute;
    height: 56px;
    width: 56px;
    bottom: 0;

    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #cecece;
    border-radius: 50px;
    background-image: url(../img/icon/arrow-b.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

/* SOLUTIONS  */
.solutions {
    padding: 0px 15px;
    position: relative;
}

.solutions .bg {
    background-color: #3665e7;
    padding: 90px 0px;
}

.solutions .inner {
    position: relative;
    z-index: 2;
}

.solutions video {
    width: 96%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 5%;
    z-index: 0;
}

.solutions .section-head {
    text-align: center;
    margin-bottom: 80px;
}

.solutions .section-head h1 {
    color: #fff;
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 124px;
    line-height: 105px;
    letter-spacing: -3px;
    text-align: center;
}

.solutions .section-head h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 107px;
    line-height: 110px;
    letter-spacing: -8px;
    text-align: center;
}

.solutions .section-head h1.mob {
    display: none;
}

.solutions .services ul {
    padding: 0px 30px;
}

.solutions .services li {
    border-bottom: 1px solid #7197ff;
    border-top: 1px solid #7197ff;
    padding: 23px 0px;
    padding-right: 30px;
    position: relative;
}

.solutions .services li:last-child {
    border-top: none;
}

.solutions .services li a {
    color: #e6eaf4;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29.05px;
}

.solutions .services li a img {
    float: right;
    width: 25px;
    position: absolute;
    right: 0;
}

.solutions .section-btn {
    text-align: center;
    margin-top: 400px;
}

.solutions .section-btn a {
    display: inline-block;
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.2px;
    padding: 20px 24px;
}

/* ABOUT BANNER  */
.about-banner {
    padding: 80px 10px 150px;
    font-family: "Inter", serif;
    position: relative;
    overflow: hidden;
}

.about-banner .inner {
    /* height: 100vh; */
    height: 751px;
}

.about-banner .inner video {
    width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -44%);
}

.about-banner .heading {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 650px;
    transform: translate(-50%, -44%);
    text-align: center;
}

.about-banner .heading h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 124px;
    line-height: 95px;
    letter-spacing: -6px;
}

.about-banner .heading h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 80px;
    letter-spacing: -8px;
}

/* ABOUT SECTION  */
.about-section {
    padding: 90px 0px;
    padding-bottom: 0px;
}

.about-section .container {
    padding-bottom: 90px;
    border-bottom: 1px solid #cecece;
}

.about-section .section-head h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -8px;
    font-size: 85px;
    line-height: 114.4px;
}

.about-section .inner {
    width: 857px;
    margin-left: auto;
}

.about-section .inner .desc p {
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
}

.about-section .inner .image,
.about-section .inner .vision-mission > div {
    margin-top: 80px;
}

.about-section .inner .vision-mission .head {
    color: #52606e;
    font-weight: 400;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: -1%;
}

.about-section .inner .vision-mission .desc {
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -5%;
}

/* TEAMS */
.teams {
    padding: 100px 10px 60px;
}

.teams .section-head.mob {
    text-align: center;
}

.teams .section-head.pc {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 20px;
}

.teams .section-head h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    letter-spacing: -3px;
    font-size: 80px;
    line-height: 96.82px;
}

.teams .section-head h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -8px;
    font-size: 85px;
    line-height: 114.4px;
}

.teams .single-member {
    margin-bottom: 30px;
}

.teams .single-member img {
    margin-bottom: 25px;
    width: 100%;
}

.teams .single-member .name {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -3%;
    color: #101820;
    margin-bottom: 5px;
}

/* SERVICES SECTION  */
.services-section {
    padding: 90px 0px;
    padding-bottom: 0px;
}

.services-section .section-head {
    margin-bottom: 70px;
}

.services-section .section-head h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -8px;
    font-size: 85px;
    line-height: 114.4px;
}

.services-section .inner .single-service {
    display: flex;
    margin-bottom: 70px;
}

.services-section .inner .single-service .num {
    width: calc(100% - 965px);
    margin-right: auto;
}

.services-section .inner .single-service .num p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 72.8px;
    letter-spacing: -1%;
}

.services-section .inner .single-service .num .main-name {
    display: none;
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    letter-spacing: -1px;
}

.services-section .inner .single-service .details {
    width: 965px;
    margin-left: auto;
}

.services-section .inner .single-service .details .main-name {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    letter-spacing: -1px;
}

.services-section .inner .single-service .points {
    border-top: 1px solid #c1bfbf;
    margin-top: 40px;
    padding-top: 20px;
}

.services-section .inner .single-service .single-point {
    margin-bottom: 40px;
}

.services-section .inner .single-service .single-point .name {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 66px;
    margin-bottom: 10px;
}

.services-section .inner .single-service .single-point .desc {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

/* Sectors SECTION  */
.sectors-section {
    padding: 90px 0px 60px;
}

.sectors-section .section-head {
    margin-bottom: -80px;
}

.sectors-section .section-head h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -8px;
    font-size: 85px;
    line-height: 114.4px;
}

.sectors-section .inner .single-section {
    margin-bottom: 70px;
    border-bottom: 1px solid #c1bfbf;
}

.sectors-section .inner .single-section.full {
    margin-bottom: 35px;
}

.sectors-section .inner .single-section:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.sectors-section .inner .single-section .details .main-text {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
}

.sectors-section .inner .single-section:first-child .details .main-text {
    margin-bottom: 40px;
}

.sectors-section .inner .single-section:last-child .details .main-text {
    margin-top: 40px;
}

.sectors-section .inner .single-section:first-child .details .image {
    margin-bottom: 70px;
}

.sectors-section .inner .single-section .all-sectors .single-sector {
    margin-bottom: 40px;
}

.sectors-section .inner .single-section .all-sectors .single-sector .head {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.sectors-section .inner .single-section .all-sectors .single-sector .desc {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

/* CONTACT BANNER  */
.contact-banner .inner {
    padding: 100px 0px 30px;
}

.contact-banner .heading h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 124px;
    line-height: 95px;
    letter-spacing: -6px;
    margin-bottom: 35px;
}

.contact-banner .heading h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 80px;
    letter-spacing: -8px;
}

.main-btn {
    background-color: #101820;
    padding: 11px 22px 16px;
    border-radius: 100px;
    color: #fff;
}

/* CONTACT FORM  */
.contact-form form {
    width: 768px;
    margin-left: auto;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    margin-bottom: 10px;
    color: #797979;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    background-color: transparent;
    color: #313131;
    padding: 13px 0px;
    border: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    background-color: transparent;
    color: #0044ff;
    padding: 13px 0px;
    border: none;
    border-bottom: 1px solid #0044ff;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #a9a9a9;
}
.contact-form select {
    padding-left: 5px !important;
}

.contact-form input[type="checkbox"] {
    width: 19px;
    height: 19px;
    padding: 0 !important;
    border: 1px solid #aaa !important;
    background-color: unset !important;
    border-radius: 0;
}
.form-check-input[type="checkbox"]:checked {
    background-image: var(--bs-form-check-bg-image);
}
.form-check-input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%230044ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'  d='M3 12l4 4L19 5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em 1em;
}

/* Custom radio button styling */
.contact-form input[type="radio"] {
    width: 20px;
    height: 20px;
    padding: 0 !important;
    border: 1px solid #aaa !important;
    background-color: unset !important;
    border-radius: 50%;
    appearance: none; /* Hide default radio look */
    -webkit-appearance: none;
    outline: none;
    position: relative;
    top: -2px;
}

/* Checked state with blue checkmark */
.contact-form input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%230044ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M3 11l4 4L18 5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em 1em;
    background-color: transparent;
}

input[type="file"]::-webkit-file-upload-button {
    background: transparent;
}

.contact-form button {
    padding: 12px 50px;
}

/* FOOTER  */
footer {
    padding: 70px 0px;
    padding-bottom: 0px;
}

footer .section-head {
    padding-bottom: 40px;
    border-bottom: 1px solid #cecece;
}

footer .section-head h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 124px;
    line-height: 120px;
    letter-spacing: -2px;
}

footer .section-head h1.upper {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .section-head h1.upper a {
    background-color: #386af3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 80px;
    border-radius: 39.49px;
    margin-bottom: -10px;
}

footer .section-head h1.upper a img {
    width: 45px;
}

footer .section-head h1 span {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 100px;
    line-height: 120px;
    letter-spacing: -9px;
    display: block;
}

footer .section-head h1 span .together {
    display: inline;
}

footer .details {
    padding: 45px 0px;
    border-bottom: 1px solid #cecece;
}

footer .details .links li {
    margin-bottom: 5px;
}

footer .details .links li a {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38.73px;
}

footer .details .info {
    text-align: end;
}

footer .details .info > div {
    width: 281px;
    margin-left: auto;
}

footer .details .info .head {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29.05px;
    color: #101820;
    margin-bottom: 12px;
}

footer .details .info .num {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 48.41px;
    margin-bottom: 12px;
}

footer .details .info .address {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27.3px;
    text-align: right;
}

footer .details .info .address a {
    color: #5c6c7b;
}

footer .copyright {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .copyright p,
footer .copyright a {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27.3px;
    color: #5c6c7b;
}

/* MEDIA QUERIES  */

@media (min-width: 1900px) {
}

@media (min-width: 1400px) {
    .about-banner.sector-banner .inner video,
    .about-banner.services-banner .inner video,
    .solutions video {
        width: 1400px;
    }
}

@media (max-width: 1300px) {
}

@media (max-width: 1250px) {
    .solutions .services li a {
        font-size: 19px;
    }
}

@media (max-width: 1200px) {
    header .menu-btn {
        display: block;
    }

    header .menu {
        display: none;
    }

    header .header-btn {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .about-section .section-head,
    .sectors-section .section-head {
        margin-bottom: 20px;
    }
}

@media (max-width: 1085px) {
    .about-banner .inner,
    .banner .inner {
        height: 600px;
    }

    .about-banner .heading h1,
    .banner .heading h1 {
        font-size: 94px;
        line-height: 70px;
    }

    .about-banner .heading h1 span,
    .banner .heading h1 span {
        font-style: italic;
        font-size: 82px;
    }

    .banner .tagline {
        top: 25%;
    }

    .banner .desc {
        top: 75%;
    }

    .banner .date {
        top: 30%;
    }

    .solutions .services li a {
        font-size: 17px;
    }

    .testimonials .reviews .slider-section .slick-list.draggable {
        width: 80%;
    }

    .solutions .section-head h1 {
        font-size: 94px;
        line-height: 80px;
    }

    .solutions .section-head h1 span {
        font-size: 85px;
        line-height: 80px;
    }

    .solutions video {
        bottom: 8%;
    }

    .testimonials .section-head h1 {
        font-size: 57.48px;
        line-height: 66.82px;
    }

    .testimonials .section-head h1 span {
        font-size: 57px;
        line-height: 84.4px;
        letter-spacing: -6px;
    }

    footer .section-head h1 {
        font-size: 94px;
        line-height: 90px;
    }

    footer .section-head h1 span {
        font-size: 83px;
        line-height: 110px;
    }

    footer .section-head h1.upper a {
        width: 100px;
        height: 60px;
    }

    footer .section-head h1.upper a img {
        width: 35px;
    }

    .banner .services {
        width: 200px;
        bottom: -100px;
    }

    .banner .services ul li a {
        font-size: 16px;
    }

    .services-section .inner .single-service {
        display: block;
    }

    .services-section .inner .single-service .num {
        width: 100%;
        margin-bottom: 30px;
    }

    .services-section .inner .single-service .details {
        width: 100%;
    }

    .contact-banner .heading h1 {
        font-size: 94px;
        line-height: 80px;
    }

    .contact-banner .heading h1 span {
        font-size: 65px;
        letter-spacing: -5px;
    }

    .sectors-section .section-head h1 span,
    .services-section .section-head h1 span {
        letter-spacing: -6px;
        font-size: 75px;
    }

    .about-banner .heading h1 span {
        font-size: 68px;
    }
}

@media (min-width: 991px) {
    .teams .single-member.first,
    .teams .single-member.last {
        margin-top: -100px;
    }
}

@media (max-width: 991px) {
    .testimonials .reviews .slider-section .slick-list.draggable {
        width: 100%;
    }

    .slider-section.slick-initialized.slick-slider {
        padding-bottom: 100px;
    }

    .contact-banner .inner {
        padding: 100px 0px;
    }
}

@media (max-width: 850px) {
    .about-section .inner {
        width: 100%;
    }

    .about-banner .heading h1 {
        font-size: 80px;
        line-height: 70px;
    }

    .about-banner .heading h1 span {
        font-size: 58px;
        letter-spacing: -5px;
    }
}

@media (max-width: 768px) {
    header,
    .images {
        padding: 0px 10px;
    }

    header .inner {
        padding: 25px 0px;
    }

    .about-banner .inner,
    .banner .inner {
        height: 500px;
    }

    .banner .tagline {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
    }

    .about-banner .heading,
    .banner .heading {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
    }

    .banner .desc {
        position: absolute;
        top: 95%;
        left: 50%;
        transform: translate(-50%, -95%);
        text-align: center;
    }

    .banner .date,
    .banner .services {
        display: none;
    }

    .solutions .section-head h1.pc {
        display: none;
    }

    .solutions .section-head h1.mob {
        display: block;
    }

    .banner {
        padding: 80px 10px 80px;
    }

    .banner .desc {
        width: 248px;
    }

    .clients .inner {
        padding: 20px;
    }

    .clients .inner .single-client {
        width: 32%;
    }

    footer .section-head h1 {
        font-size: 74px;
        line-height: 80px;
    }

    footer .section-head h1 span {
        font-size: 63px;
        line-height: 70px;
        letter-spacing: -5px;
    }

    .testimonials .reviews .testimonial_box-text p {
        font-size: 26px;
        line-height: 35px;
    }

    .solutions {
        padding: 0px;
    }

    .solutions .services ul {
        padding: 0px;
    }

    .solutions .section-btn {
        display: none;
    }

    .solutions .bg {
        padding: 90px 10px 400px;
    }

    .solutions video {
        bottom: 3%;
    }

    footer .section-head h1.upper a {
        width: 80px;
        height: 50px;
    }

    footer .section-head h1.upper a img {
        width: 25px;
    }

    .solutions .section-head {
        margin-bottom: 50px;
    }

    .images > .container > .row {
        --bs-gutter-x: 10px;
    }

    .images img {
        margin-bottom: 10px;
    }

    .testimonials {
        padding: 40px 10px 60px;
    }

    footer {
        padding: 50px 10px;
        padding-bottom: 0px;
    }

    footer .details .info > div {
        width: auto;
        margin-left: auto;
    }

    .contact-form form {
        width: 100%;
    }

    .about-banner {
        padding: 10px;
    }

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

    .teams {
        padding: 50px 10px 0px;
    }

    .teams .section-head h1 {
        letter-spacing: -3px;
        font-size: 64px;
    }

    .teams .section-head h1 span {
        letter-spacing: -7px;
        font-size: 65px;
    }

    .services-section .inner .single-service .num p,
    .services-section .inner .single-service .num .main-name {
        font-size: 40px;
    }

    .services-section .inner .single-service .single-point .name {
        font-size: 27px;
        line-height: 40px;
    }

    .services-section .inner .single-service .num {
        display: flex;
        align-items: center;
    }

    .services-section .inner .single-service .num p {
        width: 102px;
    }

    .services-section .inner .single-service .details .main-name {
        display: none;
    }

    .services-section .inner .single-service .num .main-name {
        display: block;
    }

    .contact-banner .heading h1 {
        font-size: 74px;
        line-height: 70px;
    }

    .about-section .section-head h1 span,
    .sectors-section .section-head h1 span,
    .services-section .section-head h1 span {
        letter-spacing: -3px;
        font-size: 62px;
    }

    .about-banner .heading {
        width: 100%;
    }

    .sectors-section .inner .single-section .details .main-text {
        font-size: 25px;
        line-height: 35px;
    }

    .sectors-section .inner .single-section .all-sectors .single-sector .head {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .services-section .section-head {
        margin-bottom: 30px;
    }
}

@media (max-width: 660px) {
    footer .details .info .num {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .banner .heading {
        width: auto;
    }

    .about-banner .heading {
        width: 95%;
    }

    .banner .heading h1 {
        font-size: 64px;
        line-height: 58px;
        letter-spacing: -4px;
    }

    .about-banner .heading h1 {
        font-size: 54px;
        line-height: 45px;
        letter-spacing: -3px;
    }

    .banner .heading h1 span {
        font-size: 55px;
        line-height: 0px;
        letter-spacing: -5px;
    }

    .about-banner .heading h1 span {
        font-size: 45px;
        line-height: 0px;
        letter-spacing: -3px;
    }

    .about-banner .inner,
    .banner .inner {
        height: 400px;
    }

    .banner {
        padding: 50px 0px 50px;
    }

    .images > .container > .row {
        --bs-gutter-x: 7px;
    }

    .images img {
        margin-bottom: 7px;
    }

    .clients .inner {
        padding: 20px 0px;
    }

    .testimonials .section-head h1 {
        font-size: 37.48px;
        line-height: 36.82px;
        letter-spacing: 0px;
    }

    .testimonials .section-head h1 span {
        font-size: 37px;
        line-height: 64.4px;
        letter-spacing: -3px;
    }

    .solutions .section-head h1 {
        font-size: 54px;
        line-height: 40px;
    }

    .solutions .section-head h1 span {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: -5px;
    }

    .solutions {
        padding: 0px;
    }

    footer .section-head h1.upper {
        gap: 15px;
    }

    footer .section-head h1 {
        font-size: 58px;
        line-height: 70px;
    }

    footer .section-head h1 span {
        font-size: 53px;
        line-height: 48px;
        letter-spacing: -4px;
    }

    .testimonials .reviews .testimonial_box-text p {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0px;
    }

    footer .details .links {
        margin-bottom: 60px;
    }

    footer .details .info {
        text-align: start;
    }

    footer .details .info > div {
        margin-left: unset;
        margin-right: auto;
    }

    footer .details .info .address {
        text-align: start;
    }

    footer .copyright {
        flex-direction: column;
        align-items: start;
    }

    footer .copyright p {
        margin-bottom: 5px;
    }

    .banner .tagline {
        width: 158px;
        font-size: 17px;
    }

    .banner .heading .icon i {
        color: #386af3;
        font-size: 20px;
    }

    footer .section-head h1 span .together {
        display: block;
    }

    footer .section-head h1.upper a {
        width: 60px;
        height: 40px;
    }

    footer .section-head h1.upper a img {
        width: 22px;
    }

    .testimonials .reviews .image-name .name h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .solutions .bg {
        padding: 90px 10px 300px;
    }

    footer .details .links li a {
        font-size: 28px;
    }

    .contact-banner .heading h1 {
        font-size: 58px;
        line-height: 55px;
        letter-spacing: -3px;
    }

    .contact-banner .heading h1 span {
        font-size: 53px;
        letter-spacing: -4px;
    }

    .about-section .section-head h1 span {
        letter-spacing: -2px;
        font-size: 32px;
        line-height: 54.4px;
    }

    .about-section .inner .desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-section .inner .image {
        margin-top: 35px;
    }

    .about-section .inner .vision-mission > div {
        margin-top: 30px;
    }

    .about-section .inner .vision-mission .head {
        font-size: 12px;
        line-height: 14.52px;
    }

    .about-section .inner .vision-mission .desc {
        font-size: 16px;
        line-height: 24px;
    }

    .teams .section-head.mob {
        text-align: start;
    }

    .teams .section-head h1 {
        letter-spacing: -2px;
        font-size: 40px;
    }

    .teams .section-head h1 span {
        letter-spacing: -4px;
        font-size: 40px;
        line-height: 84.4px;
    }

    .sectors-section .section-head h1 span,
    .services-section .section-head h1 span {
        letter-spacing: -2px;
        font-size: 32px;
        line-height: 54.4px;
    }

    .services-section .inner .single-service .num p {
        font-size: 24px;
        width: 70px;
    }

    .services-section .inner .single-service .num .main-name {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .services-section .inner .single-service .single-point .name {
        font-size: 24px;
        line-height: 32px;
    }

    .services-section,
    .sectors-section {
        padding-top: 0px;
    }

    .sectors-section .inner .single-section .details .main-text {
        font-size: 20px;
        line-height: 30px;
    }

    .sectors-section .inner .single-section .all-sectors .single-sector {
        margin-bottom: 20px;
    }

    .sectors-section .inner .single-section .all-sectors .single-sector .head {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .sectors-section .inner .single-section .all-sectors .single-sector .desc {
        font-size: 16px;
        line-height: 25px;
    }

    .services-section .inner .single-service {
        margin-bottom: 0px;
    }
}

@media (max-width: 430px) {
    .solutions video {
        bottom: 5%;
    }
}

@media (max-width: 400px) {
    .services-section .inner .single-service .single-point .name {
        font-size: 20px;
        line-height: 29px;
    }

    .contact-banner .heading h1 span {
        font-size: 40px;
        line-height: 35px;
        letter-spacing: -3px;
    }

    footer .section-head h1 {
        font-size: 43px;
        line-height: 50px;
    }

    footer .section-head h1 span {
        font-size: 40px;
        line-height: 35px;
        letter-spacing: -3px;
    }

    footer .section-head h1.upper a {
        width: 50px;
        height: 35px;
        margin-bottom: -5px;
    }

    footer .section-head h1.upper a img {
        width: 18px;
    }
}

.footer-1 {
  text-align: left;
}

.footer-3 {
  text-align: right;
}

@media(max-width: 767px) {
  .footer-1 {
    text-align: center;
  }
  
  .footer-2 {
    margin-bottom: 3px;
  }
  
  .footer-3 {
    text-align: center;
  }
}
