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

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    background-color: var(--bodyColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --bodyColor: #faf5ff;
    --textColor: #686461;
    --themeColor: #8a74ff;
    --headingColor: #293041;
    --themeColor2: #8a74ff1a;
    --headingColor2: #0a020e;
    --bannerColor: #8a74ff1a;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--themeColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'finestromancescript';
    src: url(../fonts/finestromanceserif-zrxw3.otf);
}

@font-face {
    font-family: 'NT-SEAWAVE';
    src: url(../fonts/NT-SEAWAVE.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 95px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'finestromancescript';
}

h2 {
    font-size: 70px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'finestromancescript';
}

h3 {
    font-size: 30px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'finestromancescript';
}

h4 {
    margin: 0 0 0px;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    font-family: 'finestromancescript';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'finestromancescript';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: var(--headingColor2);
}

.special-char {
    font-weight: 500;
    font-family: 'NT-SEAWAVE';
    display: inline-block !important;
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1600px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

.theme-btn-1 {
    gap: 15px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    border-width: 1px;
    width: max-content;
    border-style: solid;
    color: var(--white);
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding: 6px 8px 6px 25px;
    border-color: var(--white);
    background-color: var(--themeColor);
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
}

.theme-btn-1 i {
    width: 55px;
    height: 45px;
    display: flex;
    color: var(--themeColor);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
    box-shadow: -8.951px 0.941px 13px 0px var(--themeColor2);
}


.theme-btn-1:hover {
    color: var(--themeColor);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.theme-btn-1:hover i {
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
    background-color: var(--bodyColor);
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white);
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--themeColor);
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menuSection {
    padding: 10px 4%;
    background-color: var(--headingColor2);
}

.menuSection .row {
    align-items: center;
}

.menuSection .add-padding {
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000005d;
}

.menuSection .add-padding::before {
    left: -8px;
    width: 8px;
    content: '';
    height: 8px;
    bottom: -4px;
    position: absolute;
    background-color: #0000005d;
}

.header-logo {
    height: 45px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.header-logo a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(184deg) brightness(92%) contrast(113%);
}




/*header css start */


/*banner css start */

.main_slider {
    padding: 50px 4% 100px;
    background-color: var(--headingColor2);
}

.main_slider::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, #8974ff9f 0%, #8a74ff05 50%);
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.banner_text {
    position: relative;
    text-align: center;
}

.banner_text h1 {
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
}

.banner_text h1 span {
    color: var(--themeColor);
}

.typeJsText {
    border-right: 3px solid;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    height: 80px;
    display: inline-flex;
    padding-right: 5px;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.typeJsText {
    animation: blink .7s step-end infinite;
}

.banner_text img {
    width: 95%;
    height: 450px;
    object-fit: cover;
}

.banner_text .theme-btn-1 {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    position: absolute;
}

.banner-left-box {
    gap: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 110px;
    flex-direction: column;
    justify-content: center;
}

.banner-left-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(3475%) hue-rotate(227deg) brightness(108%) contrast(101%);
}

.banner-left-box h3 {
    margin-top: 5px;
    color: var(--white);
}

.banner-left-box p {
    color: var(--white);
}

.banner_img {
    padding-bottom: 180px;
}

.banner_img ul {
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: flex-start;
}

.banner_img ul li {
    margin-left: -10px;
}

.banner_img ul li img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--white);
}

.banner_img span.star-review {
    gap: 5px;
    display: flex;
    color: var(--white);
    align-items: center;
    margin: 15px 0px 20px;
    justify-content: flex-start;
}

.banner_img h5 {
    color: var(--white);
    text-transform: uppercase;
    font-family: 'NT-SEAWAVE';
}


/*banner css end*/

/* text-slider-section */

.text-slider-section {
    padding: 20px 0px;
    background-color: #121212;
}

.top-bar-section {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-text {
    gap: 15px;
    height: 50px;
    display: flex;
    padding: 0 20px;
    position: relative;
    align-items: center;
    white-space: nowrap;
}

.top-bar-text::before {
    top: 0;
    bottom: 0;
    content: '';
    width: 40px;
    margin: auto;
    height: 40px;
    right: -80px;
    position: absolute;
    background-image: url('../images/star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.top-bar-text h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--white);
    font-family: 'NT-SEAWAVE';
    text-transform: uppercase;
}

.textSlider .slick-slide {
    height: auto;
    display: flex;
    outline: none;
    margin: 0px 60px;
    align-items: center;
    opacity: 1 !important;
    width: auto !important;
}

.textSlider .slick-track {
    display: flex !important;
    align-items: center !important;
    transition-timing-function: linear !important;
}


/* text-slider-section */

/* trusted-sec */

.trusted-sec {
    padding-top: 100px;
}

.logoSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}


.logo-slider-box {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.logo-slider-box img {
    width: 80%;
    height: 80%;
    max-height: 50px;
    max-width: 120px;
    object-fit: contain;
}

/* trusted-sec */

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    height: 500px;
    min-height: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text h2 {
    margin-bottom: 5px;
}

.about-text p {
    margin-bottom: 20px;
}

/* about-sec */

/* service-sec */

.service-sec {
    position: relative;
    padding-bottom: 100px;
}

.service-sec::before {
    top: -50%;
    left: -20%;
    width: 60%;
    content: '';
    height: 150%;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, #8974ff9f 0%, #8a74ff05 50%);
}

.service-sec .row {
    z-index: 1;
    position: relative;
}

.service-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #00000033;
}

.service-heading .service-slider-btn {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-slider-btn button {
    width: 55px;
    height: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.service-slider-btn button.service-slider-btn-right {
    transform: rotate(180deg);
}

.service-slider-btn button:hover img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(3475%) hue-rotate(227deg) brightness(108%) contrast(101%);
}

.service-box {
    gap: 10px;
    height: 580px;
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: var(--white);
}

.service-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.serviceSlider .slick-slide {
    margin: 0px;
}

.service-box p {
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.service-box a {
    width: 70px;
    height: 55px;
    display: flex;
    overflow: hidden;
    color: var(--white);
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background-color: var(--themeColor);
}

.service-box .service-number h3 {
    color: var(--themeColor);
}

.service-box h3 {
    text-transform: uppercase;
}

.serviceSliderNav .service-box img {
    height: 0;
    display: none;
}

.serviceSliderNav .service-box a {
    height: 0;
}

.serviceSliderNav .service-box {
    justify-content: space-between;
}

.serviceSliderNav .slick-slide {
    opacity: 1;
    margin: 0px 0px 0px 20px;
}

/* service-sec */

/* agencies-sec */

.agencies-sec {
    padding: 100px 4%;
    position: relative;
    background-image: url(../images/agencies-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.agencies-box {
    padding: 50px;
    background-color: var(--white);
    border-top: 5px solid var(--themeColor);
}

.agencies-img {
    width: 100%;
    height: 450px;
    min-height: 100%;
    background-image: url(../images/agencies-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.agencies-text h2 {
    margin-bottom: 10px;
}

.agencies-text p {
    margin-bottom: 20px;
}

.agencies-text ul {
    columns: 3;
    margin-bottom: 25px;
}

.agencies-text ul li {
    gap: 15px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.agencies-text ul li img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(3475%) hue-rotate(227deg) brightness(108%) contrast(101%);
}

.agencies-text ul li h4 {
    text-transform: uppercase;
}

/* agencies-sec */

/* placement-sec */

.placement-sec {
    padding: 100px 0px;
}

.placement-box {
    gap: 10px;
    display: flex;
    min-height: 400px;
    position: relative;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: var(--white);
}

.placement-box h3 {
    color: var(--themeColor);
}

.placement-box h4 {
    font-size: 28px;
    text-transform: uppercase;
}

.placement-box::before {
    top: 10px;
    left: 10px;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    background-color: var(--themeColor);
}

.placement-box::after {
    width: 8px;
    height: 8px;
    content: '';
    right: 10px;
    opacity: 0.3;
    bottom: 10px;
    position: absolute;
    background-color: var(--themeColor);
}

/* placement-sec */

/* featured-sec */

.featured-img {
    width: 100%;
    height: 400px;
    min-height: 100%;
}

.featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-text h2 {
    font-size: 65px;
}

.featured-text {
    padding-left: 30px;
    padding-bottom: 50px;
}

.featured-text p {
    margin-bottom: 20px;
}

.featured-text ul {
    columns: 2;
}

.featured-text ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.featured-text ul li img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(3475%) hue-rotate(227deg) brightness(108%) contrast(101%);
}

.featured-text ul li h4 {
    font-size: 25px;
    text-transform: uppercase;
}

.custom-mt-5 .featured-text {
    width: 90%;
    padding-left: 0;
    max-width: 750px;
    padding-top: 80px;
    padding-bottom: 0;
}





/* featured-sec */







/* Testimonial Starts */

.testimonial-sec {
    position: relative;
    padding: 100px 5% 0px;
}

.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px 40px 40px 80px;
    position: relative;
}

.testi-img img {
    height: 370px;
    object-fit: cover;
    margin-top: -120px;
    margin-left: -25px;
    border-radius: 10px;
}

.testi-box {
    background: transparent;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px 0 #fff;
     */
}

.authr-box {
    display: flex;
    align-items: end;
}

.authr-box>div {
    margin-left: 10px;
}

.test-box-text h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
    padding-top: 0;
    color: #000;
}

.test-box-text span {
    font-size: 16px;
    color: #dfb76d;
    font-family: "Montserrat";
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

.testi-slider .slick-list {
    padding: 20px 0;
}

.testi-slider button.slick-arrow {
    width: 25%;
    transition: 2s all;
    border-radius: 10px;
    height: calc(84% - 40px);
    background-color: transparent;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border: var(--themeColor);
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
}

.testi-slider button.slick-prev.slick-arrow:before {
    content: "\f177";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #d7192e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: -760px;
    bottom: -120px;
    height: 51px;
    width: 50px;
    display: none;
}

.testi-slider button.slick-next.slick-arrow:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #d7192e;
    display: flex;
    align-items: center;
    /* justify-content: center;
     */
    position: absolute !important;
    left: -153px !important;
    right: 0;
    height: 51px;
    width: 50px;
    bottom: -7px;
    margin: 0 0 -40px 52px;
    display: none;
}

.testi-slider .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
    margin: 10px;
    padding-top: 90px;
}

.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
    bottom: -80px;
}

.testi-slider .slick-dots li.slick-active button {
    opacity: 1;
    font-size: 16px;
    border: 1px solid #0000009d;
}

.testi-slider .slick-dots li button {
    border-radius: 50%;
    border: 1px solid #0000009d !important;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "" !important;
    text-align: center;
    opacity: 1;
    color: black;
    list-style: none !important;
}

.testi-slider .slick-dots li.slick-active button:before {
    background-color: #0000009d;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 55px;
    height: 1px;
    content: "";
}

.testi-slider .slick-dots li button:before {
    content: '';
    font-size: 0;
}

.slick-dots li button {
    font-size: 0 !important;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    right: 30px;
}

.testi-slider-box {
    gap: 20px;
    z-index: 2;
    width: 91%;
    display: flex;
    border-radius: 0;
    margin: 30px auto;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: 1s ease-in-out;
    background-color: transparent;
    border-bottom: 3px solid var(--themeColor);
}

.testi-slider-box:hover {
    transition: 1s ease-in-out;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.09);
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

ul.tidti-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3px;
}

.test-box-text ul.star i {
    color: #d4a654;
}

.test-box-text p {
    font-size: 14px;
    color: #8a8a8a;
    margin: 10px 0;
}

section.testimonial-sec .top-heading {
    margin-bottom: 10px;
}

.test-box-extra {
    left: 0;
    bottom: 0;
    right: unset;
    height: auto;
    width: fit-content;
    position: absolute;
    padding: 50px 12px 50px 14px;
    background: var(--themeColor);
}

.test-box-extra h5 {
    margin: 0;
    height: auto;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    text-align: center;
    color: var(--white);
    letter-spacing: 9px;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    font-family: 'finestromancescript';
}

.pro_bar.testi-bar {
    bottom: 0;
    width: 45%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.progress4,
.progress3 {
    display: block;
    width: 70%;
    height: 6px;
    border-radius: 10px !important;
    overflow: hidden;
    background-image: linear-gradient(to right, #264a5c, #264a5c);
    background: linear-gradient(190deg, #000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.progress4,
.progress3 {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e7ebed;
    border-radius: 0;
    margin: -30px 0 0 71px;
}

.testi-slider-number span.end_number,
.testi-slider-number span.start_number1 {
    right: 0;
    font-family: "Montserrat";
    font-size: 25px;
    line-height: 20px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testi-slider-number .nike-zoom-silder-number {
    top: auto;
    bottom: -48%;
    left: 5%;
}

.testi-slider-number {
    bottom: -52%;
    top: auto;
    left: 4%;
}

.testi-slider-number span.start_number1 {
    font-family: "Montserrat";
    font-size: 25px;
    line-height: 20px;
    bottom: 0;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide_counter h2 span.mid {
    font-family: "Montserrat";
    font-size: 17px;
    line-height: 20px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading.text_center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heading.text_center p {
    width: 45%;
}

.testi-counter h2 {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 60%;
    margin: 0 auto -10px;
    font-weight: 400;
    gap: 10px;
}

.testimonial-heading h2 {
    color: #000;
}

.testi-slider .slick-dots li.slick-active button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: -1;
    width: 10px;
    height: 10px;
    background: #e4bd75;
    border-radius: 50%;
}

.testi-slider .slick-dots li.slick-active button::before {
    background-color: rgba(0, 0, 0, 0.616);
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 55px;
    height: 1px;
    content: "";
}

.testi-slider .slick-dots li.slick-active {
    margin: 0px 50px 0px 0px;
}

.testimonial-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

/* Testimonial Section End */


/* Blog Sec Css Start */

.blog-box-text {
    left: 0;
    bottom: 0;
    width: 80%;
    max-width: 340px;
    position: absolute;
    padding: 30px 30px 20px 0px;
    background: var(--bodyColor);
}

.blog-box-text h6 a {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'finestromancescript';
}

.blog-box {
    position: relative;
}

.blog-box-text p {
    font-size: 14px;
}

.blog-box-text ul {
    margin-bottom: 10px;
}

.blog-box img {
    width: 100%;
}

.blog-box-text ul li i {
    color: #f7941d;
    font-size: 17px;
    margin-right: 10px;
}

.blog-box-text ul li {
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.blog-box h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-sec {
    margin-bottom: 100px;
}

.blog-box {
    width: 100%;
    height: 500px;
    position: relative;
}

.blog-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.blog-logo {
    top: 10px;
    right: 10px;
    height: 75px;
    display: flex;
    width: 100px;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.blog-logo img {
    width: 70px;
    height: 40px;
    object-fit: contain;
}

.blog-slider-btn {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-slider-btn button {
    width: 55px;
    height: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.blog-slider-btn button.blog-slider-btn-right {
    transform: rotate(180deg);
}

.blog-slider-btn button:hover img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(3475%) hue-rotate(227deg) brightness(108%) contrast(101%);
}



/* Blog Sec Css End */









/* footer  */


footer {
    overflow: hidden;
    position: relative;
    padding: 70px 0% 150px;
}

footer::before {
    top: 30%;
    left: -20%;
    width: 60%;
    content: '';
    height: 100%;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, #8974ff9f 0%, #8a74ff05 50%);
}

.ft-logo p {
    font-size: 14px;
    margin: 25px 0px 20px;
}

.ft-bo {
    z-index: 1;
    padding: 50px 4%;
    position: relative;
    margin-bottom: 35px;
    border-top: 1px solid #00000027;
    border-bottom: 1px solid #00000027;
}

.use-ful-links h4 {
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 65%;
    margin-bottom: 20px;
}

.use-ful-links ul li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--textColor);
}

.use-ful-links ul li {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.use-ful-links ul li i {
    color: var(--themeColor);
}

.use-ful-links ul li p {
    margin: unset;
    font-size: 14px;
    line-height: 20px;
    color: var(--textColor);
}

.copy-right-line p {
    text-align: center;
}

.ft-logo h5 {
    font-size: 21px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

.ft-logo ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.use-ful-links ul li a:hover {
    transition: 1s;
    color: var(--themeColor);
}

.ft-logo ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 16px;
    color: var(--white);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.ft-bot {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.ft-bot p {
    color: #fff;
    margin: unset;
}

.footer-bottom-text {
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    bottom: -155px;
    display: block;
    font-weight: 500;
    white-space: pre;
    font-size: 250px;
    text-align: center;
    position: absolute;
    color: var(--headingColor);
    font-family: 'finestromancescript';
}

/*footer end*/


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

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

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/