@charset "UTF-8";

/*
Theme Name: OMNIS
Author: Developer
Author URI: 
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0
*/
html {
    scroll-behavior: smooth;
}

.middle-main {
    overflow: hidden;
}

.scroll-stop {
    overflow: hidden;
    -webkit-overflow: hidden;
}

section {
    margin-top: -1px;
}

* {
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: #FFF;
    font-style: normal;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    color: #AF882F;
}

a:hover {
    color: #000017;
}

a,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: none;
}

ul,
ol {
    list-style: none;
}

p {
    padding-bottom: 20px;
}

p span {
    color: #AF882F;
}

.down-10 {
    padding-bottom: 10px;
}

.down-15 {
    padding-bottom: 15px;
}

.down-20 {
    padding-bottom: 20px;
}

.down-25 {
    padding-bottom: 25px;
}

.down-30 {
    padding-bottom: 30px;
}

.down-35 {
    padding-bottom: 35px;
}

.down-45 {
    padding-bottom: 45px;
}
.home-hero-inner-main .down-45{    padding-bottom: 65px;}

.down-50 {
    padding-bottom: 50px;
}

.down-55 {
    padding-bottom: 55px;
}

.down-60 {
    padding-bottom: 60px;
}

.down-80 {
    padding-bottom: 80px;
}

.down-90 {
    padding-bottom: 90px;
}

.down-120 {
    padding-bottom: 120px;
}

.down-150 {
    padding-bottom: 150px;
}

.common-space-up-down {
    padding-block: 120px;
}

.common-btn {
    border-radius: 50px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 30px;
    border-radius: 50px;
    transition: .5s all;
    -webkit-transition: .5s all;
    text-align: center;
    background: transparent;
}

.common-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    border-color: transparent;
    border-image-slice: 1;
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    border-radius: 50px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.common-btn:hover {
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    color: #000017;
}

.yellow-common-btn {
    padding: 20px 30px;
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%), #AF882F;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 51.8519px;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000000;
    transition: .5s all;
    -webkit-transition: .5s all;
    display: inline-block;
}

.yellow-common-btn img {
    vertical-align: middle;
    margin-left: 20px;
    width: 26px;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

.yellow-common-btn:hover img {
    width: 36px;
}

.yellow-border-btn {
    padding: 20px 30px;
    background: transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 51.8519px;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s all;
    -webkit-transition: .5s all;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.yellow-border-btn:hover {
    color: #FFF;
}

.yellow-border-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    border-color: transparent;
    border-image-slice: 1;
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    border-radius: 50px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.yellow-border-btn img {
    vertical-align: middle;
    margin-left: 20px;
    width: 26px;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.yellow-border-btn:hover img {
    width: 36px;
}

.main-line {
    position: relative;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
}

.main-line .left-line,
.main-line .right-line {
    max-width: 248px;
}

.title-80 {
    font-size: 80px;
    line-height: 68px;
    font-weight: 400;
    letter-spacing: -.02em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.heading-title-h1,
h1 {
    font-family: "Cinzel", serif;
    font-size: 60px;
    line-height: 66px;
    font-weight: 400;
    color: #FFFFFF;
}

.heading-title-h2,
h2 {
    font-family: "Cinzel", serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.heading-title-h3,
h3 {
    font-family: "Cinzel", serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000017;
}

.heading-title-h4,
h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000017;
}

.heading-title-h5,
h5 {
    font-size: 33px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.heading-title-h6,
h6 {
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: .01em;
    text-transform: capitalize;
    color: #FFFFFF;
    letter-spacing: .01em;
    text-transform: capitalize;
}

.title-24 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000017;
}

.title-22 {
    font-family: "Cinzel", serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000017;
}

.title-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000017;
}

.home-testimonials-main .slick-track,
.home-insight-main .slick-track {
    display: flex !important;
}

.home-testimonials-main .slick-slide,
.home-insight-main .slick-slide {
    height: inherit;
}

.mobile-arrows {
    display: none;
}

.slider-arrows {
    position: relative;
    padding-inline: 40px;
}

.arrow-btn {
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: none;
}

.arrow-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    border-color: transparent;
    border-image-slice: 1;
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    border-radius: 50px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.arrow-btn:hover {
    background-color: #AF882F;
}

.arrow-btn.prev-btn {
    left: -30px;
}

.arrow-btn.next-btn {
    right: -30px;
}

.arrow-btn img {
    width: 20px;
    height: 20px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.arrow-btn:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.form-control,
.form-select {
    border: 1px solid #E3DCCF;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 23, 0.6);
    font-weight: 400;
    background-color: #FFF;
    transition: 0.3s all ease;
}

.form-control::placeholder,
.form-select::placeholder {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 23, 0.6);
    font-weight: 400;
}

.dropdown-main {
    position: relative;
    cursor: pointer;
}

.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: none;
    background-color: #FFF;
    padding-right: 40px;
}

.dropdown-main::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url('assets/images/dropdown-down.svg') no-repeat calc(50% + 1px) calc(50% + 1px) / 12px 12px;
    background-color: rgba(175, 136, 47, 0.12);
    border-radius: 50px;
}

textarea.form-control {
    height: 120px;
    resize: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #AF882F;
    box-shadow: none;
    outline: none;
    background: rgba(210, 186, 138, 0.08);
}

.wpcf7-not-valid-tip {
    color: #fc3d3d;
    font-size: 12px;
    font-weight: 500;
    display: block;
    line-height: normal;
    padding-top: 5px;
}

.wpcf7-response-output {
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    border: none !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900;
}

.wpcf7 form.failed .wpcf7-response-output {
    background: #fc3d3d;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    display: none !important;
}

.submit-btn-wrapper {
    position: relative;
    display: inline-block
}

.submit-btn-wrapper .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.submitting .wpcf7-submit {
    pointer-events: none;
    color: transparent !important;
}

.mobile-menu-main {
    display: none;
}

header.header-main {
    position: absolute;
    top: 40px;
    left: 0;
    padding-inline: 160px;
    display: block;
    width: 100%;
    z-index: 99;
}

.header-inner-main .row {
    align-items: center;
    justify-content: space-between;
}

.header-inner-main .logo-main img {
    max-width: 190px;
}

.header-inner-main .header-dektop-menu>ul {
    display: flex;
    justify-content: center;
}

.header-inner-main .header-dektop-menu>ul>li {
    display: flex;
    align-items: center;
}

.header-inner-main .header-dektop-menu>ul>li>a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    position: relative;
}

.header-inner-main .header-dektop-menu ul>li>a:hover {
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.header-inner-main .header-dektop-menu>ul>li>a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
}

.header-inner-main .header-dektop-menu>ul>li>a:hover:before {
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
}

.header-inner-main .header-dektop-menu>ul>li:not(:last-child):after {
    content: "/";
    display: block;
    margin: 0 42px;
    color: rgba(255, 255, 255, 0.3);
    font-size: inherit;
    line-height: inherit;
}

.header-inner-main .header-btn {
    text-align: right;
}

.home-hero-main .home-hero-inner-main {
    position: relative;
    height: 1230px;
    display: flex;
    align-items: end;
    justify-content: center;
    background: #000017;
    z-index: 1;
}

.home-hero-main .home-hero-inner-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 515px;
    background: url('assets/images/hero-top.webp') no-repeat center center / cover;
    display: block;
    z-index: 1;
    opacity: 0.8;
}

.home-hero-main .home-hero-inner-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 338px;
    background: url('assets/images/hero-bottom.webp') no-repeat center center / cover;
    display: block;
    z-index: 2;
}

/*css*/
.full_width {
    width: 100% !important;
}

/* STAR RATING */
.star-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
}

.star-rating .star {
    font-size: 22px;
    position: relative;
}

/* FULL STAR */
.star-rating .star.full {
    color: #d4b25f;
}

/* EMPTY STAR */
.star-rating .star.empty {
    color: #dddddd;
}

/* HALF STAR */
.star-rating .star.half {
    color: #dddddd;
    position: relative;
}

.star-rating .star.half::before {
    content: '★';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: #d4b25f;
}

.home-hero-main .home-hero-inner-main>img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-hero-main .content-main {
    position: relative;
    z-index: 4;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.home-hero-main .home-hero-inner-main .down-main {
    width: 55px;
    aspect-ratio: 1;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    padding: 2px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 23, 0) 0%, rgba(0, 0, 23, 0.6) 100%);
    z-index: 1;
}

.home-hero-main .home-hero-inner-main .down-main a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.home-hero-main .home-hero-inner-main .down-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    border-color: transparent;
    border-image-slice: 1;
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    border-radius: 50%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.home-hero-main .home-hero-inner-main .down-main img {
    max-width: 22px;
}

.home-hero-main .home-hero-inner-main .img-main .main-img {
    max-height: 78px;
}

.home-hero-main .home-hero-inner-main .heading-title-h2 {
    font-weight: 400;
}

.home-hero-main .home-hero-inner-main .heading-title-h6 {
    font-weight: 200;
}

.home-about-main,
.home-who-main {
    background-color: #000017;
}

.home-who-main .main-line .heading-title-h1 {
    text-align: center;
}

.home-who-main p:last-child {
    padding-bottom: 0;
}

.home-who-main .number-main p {
    padding-bottom: 0;
}

.home-about-main .image-main {
    max-width: 620px;
}

.home-about-main .image-main img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 40px;
}

.home-about-main .right-line {
    position: relative;
}

.home-about-main .right-line:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
}

.home-about-main .content-main {
    padding-left: 80px;
    text-align: center;
}

.home-about-main .content-main .star-img img {
    max-width: 50px;
}

.home-trusted-main {
    background-color: #000017;
}

.home-trusted-main .number-main {
    text-align: center;
}

.home-trusted-main .number-main p {
    text-transform: uppercase;
}

.home-trusted-main .row>[class*="col-"]:nth-child(2) {
    position: relative;
}

.home-trusted-main .row>[class*="col-"]:nth-child(2):before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, .1) 0%, #FFFFFF 50%, rgba(255, 255, 255, .1) 100%);
    opacity: .5;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.home-trusted-main .row>[class*="col-"]:nth-child(2):after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, .1) 0%, #FFFFFF 50%, rgba(255, 255, 255, .1) 100%);
    opacity: .5;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.home-trusted-main {
    padding-top: 80px;
    position: relative;
}

.home-trusted-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    width: 75%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .035) 0%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .035) 100%);
}

.home-trusted-main .star-logo-main {
    width: 80px;
    aspect-ratio: 1;
    background-color: #FFF;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
}

.home-trusted-main .star-logo-main img {
    max-width: 54px;
}

.home-our-client-main {
    padding-top: 120px;
    background-color: #FFF;
}

.home-our-client-main .heading-title-h1 {
    color: #000017;
    font-weight: 500;
    text-align: center;
}

.home-our-client-inner-main {
    margin-inline: 20px;
}

.home-our-client-inner-main .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}

.home-our-client-inner-main .card-box {
    position: relative;
    height: 600px;
    display: flex;
    align-items: end;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 23, 0) 50%, rgba(0, 0, 23, 0.9) 100%);
    border-radius: 30px;
}

.home-our-client-inner-main .card-box>img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 30px;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.6s ease;
}

.home-our-client-inner-main .card-box .content-main {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 50px 30px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
}

.home-our-client-inner-main .card-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.home-our-client-inner-main .card-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(175, 136, 47, 1) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
}

.home-our-client-inner-main .card-box:hover:before {
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #AF882F 100%);
}

.home-our-client-inner-main .card-box:hover:after {
    opacity: 1;
    visibility: visible;
}

.home-our-client-inner-main .card-box:hover .content-main {
    justify-content: center;
}

.home-our-client-inner-main .line {
    width: 70px;
    height: 1.5px;
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
}

.home-our-client-inner-main .card-box .content-main .heading-title-h5 {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font-weight: 400;
}

.home-our-client-inner-main .card-box .content-main .content-inner {
    opacity: 0;
    height: 0;
    max-height: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    visibility: hidden;
    overflow: hidden;
}

.home-our-client-inner-main .card-box .content-main .content-inner p {
    padding-bottom: 0;
}

.home-our-client-inner-main .card-box:hover .content-main .content-inner {
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    height: auto;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.home-testimonials-main {
    background-color: #F6F1E8;
}

.home-testimonials-main .heading-title-h1 {
    color: #000017;
    font-weight: 500;
    text-align: center;
}

.home-testimonials-main .testimonials-mobile-title {
    display: none;
}

.home-testimonials-main .testimonial-slider .testimonial-card {
    margin: 0 10px;
}

.home-testimonials-main .testimonial-slider .slick-lists {
    margin: 0 -10px;
}

.home-testimonials-main .testimonial-slider .card-inner {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 54.06%);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #E3DCCF;
}

.home-testimonials-main .testimonial-slider .card-inner .quote-icon img {
    max-width: 29px;
}

.home-testimonials-main .star-img-main {
    display: flex;
}

.home-testimonials-main .star-img-main img {
    max-width: 26px;
}

.home-testimonials-main .title-main {
    padding-top: 30px;
    margin-top: auto;
    border-top: 1px solid #E3DCCF;
}

.home-testimonials-main .testimonial-slider .title-24 {
    font-family: "Times New Roman, serif";
}

.home-insight-main {
    background-color: #FFF;
}

.home-insight-main .heading-title-h1 {
    color: #000017;
    font-weight: 500;
}

.home-insight-main .insight-slider-main .slick-list {
    margin: 0 -15px;
}

.home-insight-main .insight-slider-main .insight-card {
    margin: 0 15px;
}

.home-insight-main .title-24 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: auto;
    text-transform: none;
}

.home-insight-main .insight-slider-main .insight-card .card-inner {
    border-radius: 20px;
    background-color: #F8F5F0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.3s all ease;
}

.home-insight-main .img-box {
    position: relative;
    padding-top: 70.8%;
    overflow: hidden;
    flex-shrink: 0;
}

.home-insight-main .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-insight-main .content-box {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.home-insight-main .content-box p {
    font-size: 15px;
    line-height: 24px;
    color: #4A4A4A;
    border-bottom: 1px solid #E3DCCF;
    margin-bottom: 25px;
}

.home-insight-main .content-main {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
}

.home-insight-main .content-main .badge-custom {
    border: 1px solid #AF882F;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #AF882F;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.home-insight-main .content-main .date {
    font-size: 14px;
    font-weight: 700;
    color: #000017;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.home-insight-main .content-main .main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-contact-main {
    background-color: #F6F1E8;
}

.home-contact-main .main-line .heading-title-h3,
.home-contact-main .heading-title-h3 {
    font-family: 'Cinzel', serif;
    color: #000017;
    font-weight: 500;
}

.home-contact-main .contact-info-main .main-line {
    justify-content: start;
}

.home-contact-main .contact-info-main .main-line img {
    width: 100px;
}

.home-contact-main .contact-info-main .title-18 {
    font-family: "Inter", sans-serif;
    color: #AF882F;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.home-contact-main .contact-info-main p {
    padding-bottom: 0;
}

.home-contact-main .contact-info-main .main:not(:last-child) {
    margin-bottom: 20px;
}

.home-contact-main .contact-info-main .main {
    background: linear-gradient(275deg, #F6F1E8 0%, rgba(175, 136, 47, 0.4) 100%);
    padding: 1px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.home-contact-main .contact-card .icon-main {
    flex-shrink: 0;
}

.home-contact-main .contact-card {
    background: linear-gradient(270deg, #F6F1E8 0%, #FFFFFF 100%);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 0;
}

.home-contact-main .contact-card .icon-box img {
    width: 40px;
    margin-top: 5px;
}

.home-contact-main .contact-card .heading-title-h4 {
    font-family: 'Cinzel', serif;
    line-height: normal;
}

.home-contact-main .contact-card .title-20 {
    font-family: 'Cinzel', serif;
    color: #000017;
    font-weight: 600;
}

.home-contact-main .contact-card .title-22,
.home-contact-main .contact-card a {
    font-family: "Inter", sans-serif;
    color: #000017;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.home-contact-main .contact-card a {
    color: #AF882F;
    text-decoration: underline;
}

.home-contact-main .contact-card a:hover {
    color: #000017;
}

.home-contact-main .cert-box .title-22 {
    color: #FFF;
}

.home-contact-main .contact-card .line-main {
    background: linear-gradient(90deg, rgba(175, 136, 47, 0.35) 0%, rgba(175, 136, 47, 0) 100%);
    width: 100%;
    height: 1px;
    display: block;
    margin-block: 10px;
}

.home-contact-main .cert-box {
    background-color: #005596;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    width: 73.8%;
}

.home-contact-main .cert-box .logo-box {
    text-align: right;
}

.home-contact-main .cert-box .logo-box img {
    max-width: 270px;
}

.home-contact-main .contact-form-wrapper {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    border-radius: 30px;
    padding: 50px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.home-contact-main .contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #AF882F 0%, #EBCC7C 25%, transparent 100%);
    border-color: transparent;
    border-image-slice: 1;
    background: linear-gradient(to bottom, #AF882F 0%, #EBCC7C 25%, transparent 100%);
    border-radius: 30px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-bottom: none;
    z-index: -1;
}

.home-contact-main .contact-form-wrapper .star-icon {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
}

.home-contact-main .contact-form-wrapper .star-icon img {
    width: 50px;
}

.home-contact-main .contact-form-wrapper .line-left,
.home-contact-main .contact-form-wrapper .line-right {
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 50%, #AF882F 100%);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.home-contact-main .contact-form-wrapper .main-line .left-line,
.home-contact-main .contact-form-wrapper .main-line .right-line {
    max-width: 100px;
}

.footer-main {
    background-color: #000017;
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
}

.footer-main .footer-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-main .footer-logo img {
    max-width: 388px;
}

.footer-main .heading-title-h4 {
    font-family: "Cinzel", serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-main .footer-links li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-main .footer-links li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    position: relative;
    z-index: 1;
}

.footer-main .footer-links li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #AF882F 0%, #EBCC7C 25%, transparent 100%);
    width: 100%;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.footer-main .footer-links li a:hover {
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: #AF882F;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-main .footer-links li a:hover:before {
    opacity: 1;
}

.footer-main .title-18 {
    font-weight: 500;
    color: #FFFF;
}

.footer-main .icon-text {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-main .icon-text .icon-main {
    max-width: 20px;
    margin-top: 5px;
    flex-shrink: 0;
}

.footer-main .icon-text .icon {
    flex-shrink: 0;
    padding-top: 5px;
}

.footer-main .icon-text .icon img {
    max-width: 22px;
}

.footer-main .icon-text p,
.footer-main .icon-text a {
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    padding-bottom: 0
}

.footer-main .icon-text a:hover {
    color: #AF882F;
    opacity: 1;
}

.footer-main .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-main .social-icons li {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    padding: 2px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.footer-main .social-icons li a {
    background: #000017;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.footer-main .social-icons li a img {
    max-width: 22px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.footer-main .social-icons li:hover {
    background: linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
}

.footer-main .social-icons li:hover img {
    filter: unset;
    -webkit-filter: unset;
}

.footer-main .footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main .copyright-text {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-main .footer-bottom-links {
    display: flex;
    justify-content: flex-end;
}

.footer-main .footer-bottom-links li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #FFF;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.footer-main .footer-bottom-links li {
    display: flex;
    align-items: center;
}

.footer-main .footer-bottom-links li:not(:last-child):after {
    content: "/";
    display: block;
    margin: 0 35px;
    color: rgba(255, 255, 255, 0.3);
    font-size: inherit;
    line-height: inherit;
}

.footer-main .footer-bottom-links li a:hover {
    color: #AF882F;
}

.footer-main .back-to-top {
    position: absolute;
    bottom: 40px;
    right: 60px;
    width: 38px;
    height: 98px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    z-index: 99;
}

.footer-main .back-to-top img {
    max-height: 66px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.footer-main .back-to-top a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.submit-btn {
    background-image: url('assets/images/right-arrow.svg'), linear-gradient(90deg, #AF882F 0%, #EBCC7C 25%, #AF882F 50%, #EBCC7C 75%, #AF882F 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: right 24px center, center;
    background-size: 18px 18px, 100% 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 51.8519px;
    border: none;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 16px 56px 16px 36px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.custom-popup-main .modal-content {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    background: #F6F1E8;
}

.custom-popup-main h1,
.custom-popup-main h2,
.custom-popup-main h3,
.custom-popup-main h4,
.custom-popup-main h5,
.custom-popup-main h6 {
    font-family: "Cinzel", serif;
    color: #000017;
    padding-bottom: 20px;
    font-weight: 500;
}

.custom-popup-main h1 {
    font-size: 60px;
    line-height: 66px;
}

.custom-popup-main h2 {
    font-size: 50px;
    line-height: 60px;
}

.custom-popup-main h3 {
    font-size: 46px;
    line-height: 56px;
}

.custom-popup-main h4 {
    font-size: 34px;
    line-height: 48px;
}

.custom-popup-main h5 {
    font-size: 30px;
    line-height: 40px;
}

.custom-popup-main h6 {
    font-size: 26px;
    line-height: 36px;
}

.custom-popup-main .modal-header .heading-title-h5 {
    padding-bottom: 0;

}

.custom-popup-main ul,
.custom-popup-main ol {
    margin-bottom: 0;
}

.custom-popup-main p,
.custom-popup-main ul li,
.custom-popup-main ol li {
    color: #000017;
}

.custom-popup-main ul li:not(:last-child),
.custom-popup-main ol li:not(:last-child) {
    padding-bottom: 8px;
}

.custom-popup-main ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 0;
}

.custom-popup-main .btn-close:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.custom-popup-main ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 0;
}

.custom-popup-main ul,
.custom-popup-main ol {
    padding-bottom: 15px;
}

.custom-popup-main .modal-header {
    border-bottom: 1px solid #000017;
    padding: 20px 24px;
}

.custom-popup-main .modal-body {
    padding: 20px 24px;
}

.custom-popup-main p {
    padding-bottom: 15px;
}


@media only screen and (min-width:1400px) {
    .container {
        max-width: 1396px;
    }
}

@media only screen and (min-width:1920px) {
    .container {
        max-width: 1464px;
    }
}

@media only screen and (max-width:1800px) {

    .header-inner-main .header-dektop-menu>ul>li:not(:last-child):after {
        margin: 0 38px;
    }
}

@media only screen and (max-width:1700px) {

    .header-inner-main .header-dektop-menu>ul>li:not(:last-child):after {
        margin: 0 30px;
    }

    .home-our-client-inner-main .card-box .content-main .content-inner p {
        font-size: 18px;
        line-height: 26px;
    }

    .home-hero-main .home-hero-inner-main:before {
        height: 450px;
    }

}

@media only screen and (max-width:1600px) {

    .common-btn {
        padding: 20px 15px;
    }

    .slider-arrows {
        position: relative;
        padding-inline: 50px;
    }

    .arrow-btn.next-btn {
        right: -10px;
    }

    .arrow-btn.prev-btn {
        left: -10px;
    }

    header.header-main {
        padding-inline: 120px;
    }

    .header-inner-main .header-dektop-menu>ul>li:not(:last-child):after {
        margin: 0 20px;
    }

    .home-hero-main .home-hero-inner-main {
        height: 1000px;
    }

    .home-our-client-inner-main .card-box .content-main {
        padding: 40px 25px;
    }

    .home-our-client-inner-main .line {
        margin-top: 20px;
        margin-bottom: 13px;
    }

    .footer-main .back-to-top {
        bottom: 130px;
        height: 70px;
        right: 80px;
    }

    .footer-main .back-to-top img {
        max-height: 42px;
    }
	.home-our-client-inner-main .heading-title-h5, h5 {
    font-size: 30px;
		line-height: 39px;}

}

@media only screen and (max-width:1400px) {

    .title-80 {
        font-size: 70px;
        line-height: 58px;
    }

    .heading-title-h1,
    h1 {
        font-size: 54px;
        line-height: 60px;
    }

    .heading-title-h2,
    h2 {
        font-size: 46px;
        line-height: 56px;
    }

    .heading-title-h3,
    h3 {
        font-size: 44px;
        line-height: 46px;
    }

    .yellow-common-btn,
    .yellow-border-btn {
        padding: 16px 26px;
    }

    .yellow-common-btn img,
    .yellow-border-btn img {
        margin-left: 15px;
    }

    .yellow-border-btn,
    .yellow-common-btn {
        font-size: 14px;
        line-height: 20px;
    }

    .common-space-up-down {
        padding-block: 100px;
    }

    .down-45 {
        padding-bottom: 35px;
    }

    .down-50 {
        padding-bottom: 40px;
    }

    .down-55 {
        padding-bottom: 45px;
    }

    .down-60 {
        padding-bottom: 50px;
    }

    .down-80 {
        padding-bottom: 70px;
    }

    .down-90 {
        padding-bottom: 80px;
    }

    .down-120 {
        padding-bottom: 100px;
    }

    .down-150 {
        padding-bottom: 130px;
    }

    .main-line .left-line,
    .main-line .right-line {
        max-width: 180px;
    }

    header.header-main {
        padding-inline: 50px;
    }

    .header-inner-main .header-dektop-menu>ul>li:not(:last-child):after {
        margin: 0 18px;
    }

    .home-hero-main .home-hero-inner-main {
        height: 900px;
    }

    .home-hero-main .home-hero-inner-main:before {
        height: 300px;
    }

    .home-about-main .content-main {
        padding-left: 20px;
    }

    .home-about-main .image-main {
        max-width: 510px;
    }

    .home-trusted-main {
        padding-top: 60px;
    }

    .home-trusted-main:before {
        width: 85%;
    }

    .home-our-client-main {
        padding-top: 100px;
    }

    .home-our-client-inner-main .card-box {
        height: 550px;
    }

    .home-insight-main .content-main .badge-custom {
        font-size: 12px;
        padding: 4px 10px;
    }

    .home-insight-main .insight-slider-main .slick-list {
        margin: 0 -10px;
    }

    .home-insight-main .insight-slider-main .insight-card {
        margin: 0 10px;
    }

    .home-contact-main .contact-card {
        padding: 25px;
    }

    .home-contact-main .contact-info-main .main:not(:last-child) {
        margin-bottom: 15px;
    }

    .home-contact-main .contact-card .icon-box img {
        width: 35px;
    }

    .home-contact-main .cert-box {
        width: 100%;
        padding: 25px;
        margin-top: 30px;
    }

    .home-contact-main .contact-form-wrapper {
        padding: 35px 20px;
    }

    .footer-main .footer-logo img {
        max-width: 300px;
    }

    .footer-main .social-icons li {
        width: 44px;
        height: 44px;
    }

    .footer-main .social-icons li a img {
        max-width: 14px;
    }

    .footer-main .footer-bottom-links li:not(:last-child):after {
        margin: 0 20px;
    }

    .footer-main .social-icons {
        margin-top: 0;
    }

    .footer-main {
        padding-top: 80px;
    }

    .submit-btn {
        padding: 16px 50px 16px 26px;
        font-size: 14px;
        line-height: 20px;
    }

    .custom-popup-main h1 {
        font-size: 54px;
        line-height: 60px;
    }

    .custom-popup-main h2 {
        font-size: 46px;
        line-height: 58px;
    }

    .custom-popup-main h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .custom-popup-main h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .custom-popup-main h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .custom-popup-main h6 {
        font-size: 24px;
        line-height: 32px;
    }

}

@media only screen and (max-width:1200px) {

    .title-80 {
        font-size: 60px;
        line-height: 48px;
    }

    .heading-title-h1,
    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .heading-title-h2,
    h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .heading-title-h3,
    h3 {
        font-size: 40px;
        line-height: 42px;
    }

    .heading-title-h4,
    h4 {
        font-size: 28px;
        line-height: 42px;
    }

    .heading-title-h5,
    h5 {
        font-size: 30px;
        line-height: 38px;
    }

    .heading-title-h6,
    h6 {
        font-size: 24px;
        line-height: 30px;
    }

    .title-24 {
        font-size: 22px;
        line-height: 32px;
    }

    .yellow-common-btn,
    .yellow-border-btn {
        padding: 12px 22px;
    }

    .yellow-common-btn img,
    .yellow-border-btn img {
        margin-left: 12px;
    }

    .common-space-up-down {
        padding-block: 90px;
    }

    .down-25 {
        padding-bottom: 20px;
    }

    .down-30 {
        padding-bottom: 20px;
    }

    .down-35 {
        padding-bottom: 30px;
    }

    .down-45 {
        padding-bottom: 28px;
    }

    .down-50 {
        padding-bottom: 30px;
    }

    .down-55 {
        padding-bottom: 35px;
    }

    .down-60 {
        padding-bottom: 40px;
    }

    .down-80 {
        padding-bottom: 60px;
    }

    .down-90 {
        padding-bottom: 70px;
    }

    .down-120 {
        padding-bottom: 90px;
    }

    .down-150 {
        padding-bottom: 100px;
    }

    .main-line .left-line,
    .main-line .right-line {
        max-width: 140px;
    }

    .common-btn {
        padding: 16px 12px;
        font-size: 12px;
        line-height: 18px;
    }

    .arrow-btn {
        width: 40px;
        height: 40px;
    }

    .arrow-btn img {
        width: 16px;
        height: 16px;
    }

    .arrow-btn.next-btn {
        right: 0;
    }

    .arrow-btn.prev-btn {
        left: 0;
    }

    header.header-main {
        padding-inline: 20px;
    }

    .header-inner-main .header-dektop-menu>ul>li:not(:last-child):after {
        margin: 0 12px;
    }

    .header-inner-main .logo-main img {
        max-width: 150px;
    }

    .home-hero-main .home-hero-inner-main {
        height: 800px;
    }

    .home-hero-main .home-hero-inner-main .img-main .main-img {
        max-height: 60px;
    }

    .home-about-main .right-line:before {
        display: none;
    }

    .home-about-main .content-main {
        padding-left: 0;
    }

    .home-about-main .image-main {
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .home-trusted-main .star-logo-main {
        width: 65px;
        top: calc(100% - 32.5px);
    }

    .home-trusted-main .star-logo-main img {
        max-width: 40px;
    }

    .home-trusted-main {
        padding-top: 50px;
    }

    .home-our-client-main {
        padding-top: 80px;
    }

    .home-our-client-inner-main .card-box .content-main {
        padding: 25px 15px;
    }

    .home-insight-main .content-box {
        padding: 25px 20px;
    }

    .home-contact-main .contact-info-main .main {
        width: 80%;
    }

    .home-contact-main .contact-card,
    .home-contact-main .cert-box {
        width: 100%;
    }

    .home-contact-main .contact-card .icon-box img {
        width: 30px;
        margin-top: 8px;
    }

    .home-contact-main .contact-card {
        gap: 20px;
        padding: 20px;
    }

    .home-contact-main .contact-form-wrapper {
        margin-top: 90px;
    }

    .footer-main {
        padding-top: 60px;
    }

    .footer-main .footer-logo img {
        max-width: 250px;
    }

    .footer-main .container>.row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 30px;
    }

    .footer-main .social-icons li {
        width: 38px;
        height: 38px;
    }

    .footer-main .copyright-text {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer-main .footer-bottom-links {
        justify-content: center;
    }

    .footer-main .back-to-top {
        bottom: 250px;
    }

    .submit-btn {
        padding: 12px 50px 12px 22px;
    }

    .custom-popup-main h1 {
        font-size: 50px;
        line-height: 58px;
    }

    .custom-popup-main h2 {
        font-size: 40px;
        line-height: 56px;
    }

    .custom-popup-main h3 {
        font-size: 38px;
        line-height: 50px;
    }

    .custom-popup-main h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .custom-popup-main h5 {
        font-size: 26px;
        line-height: 34px;
    }

    .custom-popup-main h6 {
        font-size: 22px;
        line-height: 30px;
    }

}

@media only screen and (max-width:991px) {

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .mobile-menu-open-icon {
        width: 54px;
        height: 54px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        margin-left: auto;
        border: 2px solid #AF882F;
        border-radius: 50%;
        padding: 14px;
    }

    .mobile-menu-open-icon span {
        height: 4px;
        width: 100%;
        background-color: #FFF;
        border-radius: 50px;
        display: inline-block;
        margin: 0 auto;
    }

    .mobile-menu-open-icon span:nth-child(2) {
        width: calc(100% + 7px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        position: relative;
        left: 50%;
    }

    html.custom-scroll-stop,
    body.custom-scroll-stop {
        overflow: hidden;
        -webkit-overflow: hidden;
    }

    .mobile-menu-main {
        display: block;
    }

    .mobile-menu-main .mobile-menu-close-icon {
        width: 54px;
        height: 54px;
        background-color: #000017;
        border: 2px solid #AF882F;
        border-radius: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .mobile-menu-main .mobile-menu-close-icon span {
        position: absolute;
        width: 24px;
        height: 3px;
        background-color: #FFF;
    }

    .mobile-menu-main .mobile-menu-close-icon .close-line-1 {
        transform: rotate(45deg);
    }

    .mobile-menu-main .mobile-menu-close-icon .close-line-2 {
        transform: rotate(-45deg);
    }

    .mobile-menu-main .mobile-menu-inner {
        position: fixed;
        top: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: rgba(0, 0, 23, 0.92);
        z-index: 99999;
        display: block;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transition: transform 0.3s linear;
        -webkit-transition: transform 0.3s linear;
    }

    .mobile-menu-main .mobile-menu-inner.active {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        visibility: visible;
    }

    .mobile-menu-main .mobile-menu-first-row {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
        padding: 30px;
        margin-bottom: 40px;
    }

    .mobile-menu-main .mobile-menu-first-row .mobile-menu-header-logo img {
        width: 177px;
    }

    .mobile-menu-main .menu-main {
        padding: 30px;
        padding-top: 0;
    }

    .mobile-menu-main .menu-main ul {
        list-style: none;
        text-align: center;
        font-family: "Cinzel", serif;
    }

    .mobile-menu-main .menu-main ul li:before {
        display: none;
    }

    .mobile-menu-main .menu-main>ul li {
        padding-bottom: 0;
        padding-left: 0;
    }

    .mobile-menu-main .menu-main>ul>li>a {
        font-size: 32px;
        line-height: 40px;
        font-weight: 400;
        color: #FFF;
        display: inline-block;
        padding-block: 20px;
        text-align: center;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .mobile-menu-main .menu-main>ul>li:not(:last-child)>a:before,
    .mobile-menu-main .menu-main>ul>li>ul li a:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: calc(100% + 80%);
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.1) 100%);
        opacity: 0.45;
        z-index: -1;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .mobile-menu-main .menu-main>ul>li.menu-item-has-children>a {
        padding-right: 40px;
    }

    .mobile-menu-main .menu-main>ul>li>ul>li>a {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        color: #FFF;
        display: inline-block;
        text-transform: capitalize;
    }

    .mobile-menu-main .menu-main>ul>li>ul>li>ul>li>a {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        color: #FFF;
        display: inline-block;
        text-transform: capitalize;
    }

    .mobile-menu-main .menu-main>ul>li>ul>li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .mobile-menu-main .menu-main>ul>li>ul.sub-menu {
        padding: 20px 0 0 0;
    }

    .mobile-menu-main .menu-main>ul>li>ul.sub-menu>li>ul.sub-menu {
        padding: 10px 0 20px 10px;
    }

    .mobile-menu-main .menu-main>ul>li ul.sub-menu {
        display: none;
    }

    .mobile-menu-main .menu-main>ul>li>ul.sub-menu>li>a,
    .mobile-menu-main .menu-main>ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .mobile-menu-main .menu-main>ul>li>ul.sub-menu>li:last-child>ul.sub-menu {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .mobile-menu-main .menu-main ul li.menu-item-has-children a {
        position: relative;
    }

    .mobile-menu-main .menu-main>ul>li.menu-item-has-children>a .submenu-toggle-main {
        position: absolute;
        right: 0;
        bottom: 26px;
        width: 30px;
        height: 30px;
        display: flex;
        background-color: transparent;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-main .menu-main>ul>li.menu-item-has-children>a .submenu-toggle-main:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: transform .3s ease;
        -webkit-transition: transform .3s ease;
    }

    .mobile-menu-main .menu-main>ul>li>ul.sub-menu li.menu-item-has-children>a .submenu-toggle-main {
        position: absolute;
        right: 5px;
        top: 4px;
        width: 20px;
        height: 20px;
        display: flex;
        background-color: transparent;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-main .menu-main>ul>li>ul.sub-menu li.menu-item-has-children>a .submenu-toggle-main:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: transform .3s ease;
        -webkit-transition: transform .3s ease;
    }

    .mobile-menu-main .menu-main>ul>li.menu-item-has-children.submenu-open>a .submenu-toggle-main:before,
    .mobile-menu-main .menu-main>ul>li>ul>li.menu-item-has-children.submenu-open>a .submenu-toggle-main:before {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

    .mobile-menu-main .menu-main ul>li.current-menu-item>a,
    .mobile-menu-main .menu-main ul>li.current-menu-ancestor>a {
        color: #AF882F;
    }

    .mobile-menu-main .btn-main {
        padding: 30px;
        text-align: center;
    }

    .title-80 {
        font-size: 50px;
        line-height: 48px;
    }

    .heading-title-h1,
    h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .heading-title-h2,
    h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .heading-title-h3,
    h3 {
        font-size: 36px;
        line-height: 38px;
    }

    .heading-title-h4,
    h4 {
        font-size: 26px;
        line-height: 40px;
    }

    .heading-title-h5,
    h5 {
        font-size: 28px;
        line-height: 34px;
    }

    .heading-title-h6,
    h6 {
        font-size: 22px;
        line-height: 28px;
    }

    .title-24 {
        font-size: 20px;
        line-height: 32px;
    }

    .title-22 {
        font-size: 18px;
        line-height: 28px;
    }

    .title-18 {
        font-size: 16px;
        line-height: 24px;
    }

    .common-space-up-down {
        padding-block: 80px;
    }

    p {
        padding-bottom: 16px;
    }

    .down-15 {
        padding-bottom: 10px;
    }

    .down-20 {
        padding-bottom: 12px;
    }

    .down-25 {
        padding-bottom: 15px;
    }

    .down-30 {
        padding-bottom: 18px;
    }

    .down-35 {
        padding-bottom: 25px;
    }

    .down-45 {
        padding-bottom: 26px;
    }

    .down-50 {
        padding-bottom: 28px;
    }

    .down-55 {
        padding-bottom: 30px;
    }

    .down-60 {
        padding-bottom: 35px;
    }

    .down-80 {
        padding-bottom: 50px;
    }

    .down-90 {
        padding-bottom: 60px;
    }

    .down-120 {
        padding-bottom: 80px;
    }

    .down-150 {
        padding-bottom: 90px;
    }

    .main-line .left-line,
    .main-line .right-line {
        max-width: 80px;
    }

    .arrow-btn {
        width: 35px;
        height: 35px;
    }

    .arrow-btn img {
        width: 14px;
        height: 14px;
    }

    .common-btn {
        padding: 14px 10px;
    }

    .yellow-common-btn img {
        width: 18px;
    }

    .yellow-common-btn:hover img {
        width: 22px;
    }

    .form-control,
    .form-select {
        padding: 8px 16px;
    }

    .form-select {
        padding-right: 40px;
    }

    .home-hero-main .home-hero-inner-main {
        height: 700px;
    }

    .home-hero-main .home-hero-inner-main:before {
        height: 250px;
    }

    .home-hero-main .home-hero-inner-main:after {
        height: 200px;
    }

    .home-hero-main .home-hero-inner-main .down-main {
        width: 45px;
    }

    .home-hero-main .home-hero-inner-main .down-main img {
        max-width: 15px;
    }

    .home-hero-main .home-hero-inner-main .img-main .main-img {
        max-height: 50px;
    }

    .home-about-main .image-main {
        max-width: 400px;
        margin-bottom: 30px;
    }

    .home-about-main .content-main .star-img img {
        max-width: 40px;
    }

    .home-trusted-main {
        padding-top: 40px;
    }

    .home-our-client-main {
        padding-top: 60px;
    }

    .home-our-client-inner-main .card-box {
        height: 480px;
    }

    .home-our-client-inner-main .line {
        width: 55px;
        margin-top: 18px;
    }

    .home-testimonials-main .testimonial-slider .card-inner {
        padding: 25px 20px;
    }

    .home-insight-main .content-box {
        padding: 20px 16px;
    }

    .home-insight-main .content-box p {
        margin-bottom: 18px;
    }

    .home-contact-main .contact-card {
        padding: 16px;
    }

    /*     .home-contact-main .cert-box .logo-box img {
        max-width: 240px;
    } */

    .home-contact-main .contact-form-wrapper {
        margin-top: 70px;
    }

    .home-contact-main .contact-card .icon-box img {
        margin-top: 6px;
    }

    .footer-main {
        padding-top: 50px;
    }

    .footer-main .footer-logo img {
        max-width: 220px;
    }

    .footer-main .icon-text .icon img {
        max-width: 18px;
    }

    .footer-main .icon-text .icon-main {
        max-width: 16px;
        margin-top: 5px;
    }

    .footer-main .back-to-top {
        display: none;
    }

    .submit-btn {
        padding: 10px 50px 10px 20px;
    }

    .custom-popup-main h1 {
        font-size: 44px;
        line-height: 50px;
    }

    .custom-popup-main h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .custom-popup-main h3 {
        font-size: 36px;
        line-height: 42px;
    }

    .custom-popup-main h4 {
        font-size: 26px;
        line-height: 34px;
    }

    .custom-popup-main h5 {
        font-size: 24px;
        line-height: 30px;
    }

    .custom-popup-main h6 {
        font-size: 20px;
        line-height: 28px;
    }

    .custom-popup-main .modal-header,
    .custom-popup-main .modal-body {
        padding: 18px 22px;
    }

    .custom-popup-main h1,
    .custom-popup-main h2,
    .custom-popup-main h3,
    .custom-popup-main h4,
    .custom-popup-main h5,
    .custom-popup-main h6 {
        padding-bottom: 16px;
    }

}

@media only screen and (max-width:768px) {

    .mobile-menu-main .mobile-menu-first-row .mobile-menu-header-logo img {
        width: 140px;
    }

    .mobile-menu-main .menu-main {
        padding: 20px;
        padding-top: 0;
    }

    .mobile-menu-main .mobile-menu-first-row {
        padding: 30px 20px;
    }

    .title-80 {
        font-size: 40px;
        line-height: 48px;
    }

    .heading-title-h1,
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
	
	.home-hero-inner-main  .heading-title-h2,
    h2 {
        font-size: 32px;
        line-height: 34px;
    }
	
	.home-hero-inner-main h1.heading-title-h2.down-10{ padding-bottom:5px;}
	
	.home-hero-inner-main .heading-title-h6	{
        font-size: 17px;
        line-height: 26px;
    }

    .heading-title-h2,
    h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .heading-title-h3,
    h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .heading-title-h4,
    h4 {
        font-size: 24px;
        line-height: 38px;
    }

    .heading-title-h5,
    h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .heading-title-h6,
    h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .title-24 {
        font-size: 18px;
        line-height: 30px;
    }

    .title-22 {
        font-size: 16px;
        line-height: 26px;
    }

    .title-18 {
        font-size: 14px;
        line-height: 22px;
    }

    .common-space-up-down {
        padding-block: 50px;
    }

    p {
        padding-bottom: 12px;
    }

    .down-15 {
        padding-bottom: 8px;
    }
	
	  .home-hero-inner-main  .down-20.banner_after_logo {
        padding-bottom: 14px;
    }
	
	    .down-45.home-cls-down {
        padding-bottom: 18px;
    }

    .down-20 {
        padding-bottom: 10px;
    }

    .down-25 {
        padding-bottom: 12px;
    }

    .down-30 {
        padding-bottom: 15px;
    }

    .down-35 {
        padding-bottom: 20px;
    }

    .down-45 {
        padding-bottom: 22px;
    }

    .down-50 {
        padding-bottom: 25px;
    }

    .down-55 {
        padding-bottom: 28px;
    }

    .down-60 {
        padding-bottom: 32px;
    }

    .down-80 {
        padding-bottom: 40px;
    }

    .down-90 {
        padding-bottom: 50px;
    }

    .down-120 {
        padding-bottom: 60px;
    }

    .down-150 {
        padding-bottom: 70px;
    }

    .main-line .left-line,
    .main-line .right-line,
    .home-contact-main .contact-form-wrapper .main-line .left-line,
    .home-contact-main .contact-form-wrapper .main-line .right-line {
        max-width: 60px;
    }

    .arrow-btn {
        width: 30px;
        height: 30px;
    }

    .arrow-btn img {
        width: 12px;
        height: 12px;
    }

    .common-btn {
        padding: 12px 8px;
    }

    .mobile-menu-open-icon {
        width: 46px;
        height: 46px;
        padding: 12px;
    }

    .mobile-menu-open-icon span {
        height: 3px;
    }

    .main-line {
        gap: 10px;
    }

    .slider-arrows {
        padding-inline: 35px;
    }

    header.header-main {
        top: 20px;
    }

    .header-inner-main .logo-main img {
        max-width: 140px;
    }

    .home-hero-main .home-hero-inner-main:before {
        height: 200px;
    }

    .home-hero-main .home-hero-inner-main:after {
        height: 180px;
    }

    .home-hero-main .home-hero-inner-main {
        height: 850px;
    }

    .home-hero-main .home-hero-inner-main .down-main {
        width: 42px;
    }

    .home-hero-main .home-hero-inner-main .img-main .main-img {
        max-height: 45px;
    }

    .home-about-main .image-main {
        max-width: 380px;
    }

    .home-about-main .content-main .star-img img {
        max-width: 30px;
    }

    .home-trusted-main {
        padding-top: 10px;
    }

    .home-trusted-main .row>[class*="col-"]:nth-child(2):after {
        display: none;
    }

    .home-trusted-main .row>[class*="col-"]:nth-child(3) {
        position: relative;

    }

    .home-trusted-main .number-main {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }

    .home-trusted-main .row>[class*="col-"]:nth-child(3) .number-main:after {
        content: '';
        background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0%, #FFFFFF 50%, rgba(255, 255, 255, .1) 100%);
        opacity: .5;
        width: 80%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: block;
    }

    .home-trusted-main .star-logo-main {
        width: 50px;
        top: calc(100% - 25px);
    }

    .home-trusted-main .star-logo-main img {
        max-width: 30px;
    }

    .home-our-client-main {
        padding-top: 50px;
    }

    .home-our-client-inner-main .card-box {
        height: 400px;
    }

    .home-our-client-inner-main .card-box .content-main .content-inner p {
        font-size: 14px;
        line-height: 22px;
    }

    .home-our-client-inner-main .line {
        margin-top: 10px;
    }

    .home-testimonials-main .testimonials-mobile-title {
        display: block;
    }

    .home-testimonials-main .testimonials-desktop-title {
        display: none;
    }

    .home-testimonials-main .testimonial-slider .card-inner {
        padding: 40px 30px;
    }

    .home-contact-main .contact-card {
        padding: 14px;
        gap: 15px;
    }

    .home-contact-main .contact-card .title-22 {
        font-size: 18px;
        line-height: 28px;
    }

    .home-contact-main .contact-card .icon-box img {
        width: 25px;
    }

    .home-contact-main .contact-card .line-main {
        margin-block: 6px;
    }

    .home-contact-main .contact-info-main .main,
    .home-contact-main .cert-box {
        width: 100%;
    }

    .home-contact-main .contact-form-wrapper {
        margin-top: 50px;
    }

    .home-contact-main .contact-form-wrapper {
        padding: 40px 20px 0 20px;
    }

    .footer-main .footer-logo img {
        max-width: 180px;
        margin-bottom: 20px;
    }

    .footer-main .icon-text {
        gap: 10px;
    }

    .footer-main .icon-text .icon-main {
        max-width: 14px;
        margin-top: 6px;
    }

    .footer-main .footer-links li a {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-main .footer-links li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-main .social-icons {
        margin-top: 20px;
    }

    .footer-main {
        padding-top: 40px;
    }

    .submit-btn {
        padding: 12px 45px 12px 28px;
        font-size: 12px;
        line-height: 18px;
        background-position: right 14px center, center;
    }

    .home-our-client-main.down-20 {
        padding-bottom: 20px;
    }

    .custom-popup-main h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .custom-popup-main h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .custom-popup-main h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .custom-popup-main h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .custom-popup-main h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .custom-popup-main h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .custom-popup-main .modal-header,
    .custom-popup-main .modal-body {
        padding: 16px 20px;
    }

    .custom-popup-main h1,
    .custom-popup-main h2,
    .custom-popup-main h3,
    .custom-popup-main h4,
    .custom-popup-main h5,
    .custom-popup-main h6 {
        padding-bottom: 14px;
    }

    .custom-popup-main p,
    .custom-popup-main ul,
    .custom-popup-main ol {
        padding-bottom: 12px;
    }

    .custom-popup-main ul li:not(:last-child),
    .custom-popup-main ol li:not(:last-child) {
        padding-bottom: 6px;
    }

}

@media only screen and (max-width:576px) {

    .slider-arrows {
        padding-inline: 0;
    }

    .slider-arrows.desktop-arrows>.arrow-btn {
        display: none;
    }

    .mobile-arrows {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 20px;
    }

    .mobile-arrows .arrow-btn {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .home-testimonials-main .testimonial-slider .card-inner {
        width: 340px;
    }

    .home-testimonials-main .container.mobile-overflow {
        width: auto;
        padding: 0;
    }

    .home-insight-main .container.mobile-overflow {
        width: auto;
        padding: 0;
    }

    .home-insight-main .insight-slider-main .insight-card .card-inner,
    .home-our-client-inner-main .card-box {
        width: 340px;
    }

    .home-our-client-inner-main .slick-slide {
        margin: 0 9px;
    }

    .home-our-client-inner-main {
        margin-inline: 30px 0;
    }

}

@media only screen and (max-width:480px) {

    .home-testimonials-main .testimonial-slider .card-inner,
    .home-insight-main .insight-slider-main .insight-card .card-inner,
    .home-our-client-inner-main .card-box {
        width: 300px;
    }

}

@media only screen and (max-width:480px) {

    .home-testimonials-main .testimonial-slider .card-inner,
    .home-insight-main .insight-slider-main .insight-card .card-inner,
    .home-our-client-inner-main .card-box {
        width: 300px;
    }

}

@media (max-width: 767px) {
    .testimonials-mobile-title .heading-title-h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

.contact-card .title-22 {

    text-transform: capitalize;

}