:root {
    --primary-color: #15161B;
    --secondary-color: #F7F8FD;
    --text-color: #9C9FA6;
    /* --accent-color		: #5D56F1; */
    --accent-color: #2869C0;
    --white-color: #FFFFFF;
    --divider-color: #E1E4EB;
    --error-color: rgb(230, 87, 87);
    /* --default-font		: "Manrope", sans-serif; */
    --default-font: "Roboto", sans-serif;
    --header-background: linear-gradient(to right, #163383, #3477e6, #1d3b91);
    --section-bg: linear-gradient(to right, #1243c9, #4582e7, #1a45bd);
    --footer-bg: linear-gradient(to right, #062889, #245ebd, #0e3193);
    --footer-copy-right: #3ec1e1;
    --why-choose-us-item-bg: #F1F6FD;
    --get-in-touch: #CFEFF4;
    --top-bar-blue: #639eff;
    --client-look-bg: linear-gradient(183deg, rgb(37 95 193) 0%, #061f64 58%);
    --client-page-bg: linear-gradient(183deg, rgb(227, 227, 227) 0%, #bdbdbd 58%);
    --partner-logo-bg: #123697;
    --light-gray-color: #e5e5e5;
    --btn-default-color: linear-gradient(85deg, rgba(60, 185, 211, 1) 0%, rgba(58, 117, 197, 1) 100%);
    --footer-txt-color: #ededed;
    --lets-connect-main-bg: linear-gradient(90deg, rgba(62, 193, 213, 1) 0%, rgba(39, 107, 192, 1) 100%);
    --green-color: #0ffeea;
    --why-choose-us-item-h3: #2869C0;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

.footer-copy-bottom {
    background-color: var(--footer-copy-right) !important;
}

body {
    font-family: var(--default-font);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    color: var(--text-color);
    background: var(--white-color);
}

p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
    color: #424040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.1em;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

html,
body {
    width: 100%;
    overflow-x: clip;
}

.container {
    /* max-width: 1300px; */
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
}

.btn-default {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--white-color);
    background: var(--btn-default-color);
    text-transform: capitalize;
    padding: 18px 48px 18px 23px;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-default::before {
    content: '\f062';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: var(--white-color);
    transform: translate(-20px, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-default:hover:before {
    color: var(--accent-color);
    transform: translate(-20px, -50%) rotate(90deg);
}

.btn-default::after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: var(--white-color);
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.btn-default:hover::after {
    width: 100%;
}

.btn-default:hover {
    color: var(--accent-color);
    border: solid 2px;

}

.tr-btn:hover {
    border-color: solid 2px rgba(60, 185, 211, 1) !important;
}

#magic-cursor {
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    pointer-events: none;
    z-index: 1000000;
}

#ball {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 10px !important;
    height: 10px !important;
    background: var(--accent-color);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1 !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: var(--header-background);
    /* background-color: var(--accent-color); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--white-color) transparent var(--white-color);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-row {
    margin-bottom: 60px;
}

.section-btn {
    text-align: end;
}

.section-title {
    text-align: left;
}

.section-title h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.section-title h1,
.section-title h2 {
    /* font-size: 60px; */
    /* font-size: 54px; */
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-title p {
    font-size: 23px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #605d5d;
    margin-bottom: 0;
}


.section-title h1 span,
.section-title h2 span {
    color: var(--accent-color);
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
    /* background-color: #103660e6; */
    background: var(--header-background);
    /* position: relative; */
    position: absolute;
    width: 100%;
    z-index: 100;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

header.main-header .header-sticky {
    padding: 15px 0;
    position: relative;
    top: 0;
    z-index: 100;
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    padding: 15px 0;
    border-radius: 0;
    /* border-bottom: 1px solid var(--divider-color); */
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    /* background-color: #103660f0; */
    background: var(--header-background);
    transform: translateY(0);
    backdrop-filter: blur(10px);
}

.navbar {
    padding: 0;
    align-items: center;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 140px;
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: right;
}

.main-menu .nav-menu-wrapper>ul {
    align-items: center;
    display: inline-flex;
}

.main-menu ul li {
    margin: 0 10px;
    position: relative;
}

.main-menu ul li a {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 3px !important;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 14px;
    margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    font-weight: 400;
    /* color: #3EC1D5; */
    color: var(--green-color);
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 210px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    /* background-color: #0f345c; */
    background: linear-gradient(to right, #2d65c7, #3477e6, #275cb7);
    box-shadow: 0 0 5px 0 #e6e6e6;
    /* box-shadow: 0 0 5px 0 #aba8a8; */
    transition: all .3s ease-in-out;
    text-align: left;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}

.main-menu ul ul li {
    margin: 0;
    padding: 0;
}

.main-menu ul ul li a {
    color: var(--white-color);
    padding: 8px 20px !important;
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul ul li a:hover {
    /* color: #3EC1D5; */
    color: var(--green-color);
    background-color: transparent;
}

.main-menu ul li.highlighted-menu {
    display: none;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    top: 20px;
    position: relative;
}

.slicknav_btn {
    background: var(--accent-color);
    padding: 6px 0 0;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 10px;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
    padding: 0;
    background: var(--accent-color);
}

.slicknav_menu ul {
    margin: 5px 0;
}

.slicknav_menu ul ul {
    margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.slicknav_menu ul ul li a {
    padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
    transform: rotate(-180deg);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
    position: relative;
    /*background: url(../images/hero-bg.jpg) no-repeat;*/
    background-size: cover;
    background-position: center;
    padding: 200px 0;
}

.hero-content {
    /* margin-right: 95px; */
    /* margin-top: 80px; */
    margin-top: -2px;
}

.hero-content .section-title {
    margin-bottom: 30px;
}

.hero-body {
    width: 100%;
    max-width: 568px;
    margin-bottom: 40px;
}

.hero-body p {
    margin: 0;
}

.hero-image img {
    border-radius: 40px;
}

.hero-video-image {
    position: relative;
}

.hero-play-button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-play-button i {
    font-size: 26px;
    background-color: var(--accent-color);
    color: var(--white-color);
    width: 90px;
    height: 90px;
    border: 7px solid var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.hero-slider-image img {
    border-radius: 40px;
}

.hero-slider .swiper-pagination {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: var(--white-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.hero-layout-2 {
    text-align: center;
}

.hero-layout-2 .hero-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-layout-2 .section-title {
    text-align: center;
}

.hero-layout-2 .section-title h1 {
    font-size: 100px;
}

.hero-layout-2 .hero-body {
    width: 100%;
    max-width: 568px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.hero-layout-2 .hero-footer .btn-default {
    margin-right: 20px;
}

.hero-layout-2 .hero-footer .btn-default:last-child {
    margin-right: 0;
}

/************************************/
/***       05. About us css	      ***/
/************************************/

.about-us {
    padding: 100px 0;
}

.about-image {
    position: relative;
    padding-right: 70px;
}

.about-img img {
    border-radius: 40px;
}

.about-consultation {
    position: absolute;
    top: 50%;
    right: -1%;
    transform: translateY(-50%);
    z-index: 1;
}

.about-consultation img {
    animation: rotate 30s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-content ul {
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.about-content ul li {
    /* width: 48%; */
    width: 100%;
    margin-right: 2%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.about-content ul li:before {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
}

/************************************/
/***        06. Services css	  ***/
/************************************/

.our-services {
    /* background-color: var(--secondary-color); */
    padding: 100px 0 70px;
}

.service-item {
    background-color: var(--white-color);
    border: solid 1.4px #D9D9D9;
    border-radius: 40px;
    padding: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.service-content {
    padding: 20px;
}

.service-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.8px solid #E1E4EB;
    padding-bottom: 17px;
    margin-bottom: 18px;
}

.service-content-title h2 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    width: 100%;
    max-width: 200px;
    text-transform: capitalize;
}

.service-content-title a {
    background-color: #F5F5F5;
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.service-content-title a img {
    transition: all 0.3s ease-in-out;
}

.service-item:hover .service-content-title img {
    transform: rotate(45deg);
}

.service-item:hover {
    background: linear-gradient(85deg, rgba(61, 191, 212, 1) 0%, rgba(41, 108, 193, 1) 100%);
    border: none;
}

.service-item:hover .service-content-title h2 {
    color: #fff;
}

.service-item:hover .service-content p {
    color: #fff;
}


.service-content p {
    margin: 0;
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 400;
}

.service-image {
    border-radius: 30px;
    overflow: hidden;
}

.service-image img {
    border-radius: 30px;
    transition: all 0.5s ease-out;
}

.service-item:hover .service-image img {
    transform: scale(1.1)
}

/************************************/
/***      07. Portfolio css	      ***/
/************************************/

.our-work {
    padding: 100px 0 70px;
}

.works-item {
    background-color: transparent;
    border-radius: 40px;
    /* padding: 20px 20px 40px 20px; */
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.works-image {
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.works-image .img-on-content {
    position: absolute;
    /* display: flex; */

    width: 100%;
    padding: 20px 30px;
    bottom: 0;
    background-color: #000000b8;
}

.img-on-content {
    visibility: hidden;
}


/* .swiper-button-prev.disabled,
.swiper-button-next.disabled {
    opacity: 0.5;
    pointer-events: none;
} */
.testimonial-slider .swiper-button-prev.hidden,
.testimonial-slider .swiper-button-next.hidden {
    display: none;
}

.our-work-title-p {
    /* color: #3EC1D5 !important; */
    color: var(--green-color) !important;
}

.works-image .img-on-content p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.works-image img {
    border-radius: 30px;
    transition: all 0.5s ease-out;
}

.works-item:hover .works-image img {
    transform: scale(1.1);
}

.works-content {
    padding: 0 20px;
}



.works-content h2 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #fff;
}

.testimonial-slider .swiper-slide-active .works-item .works-content h2 {
    /* color: #3EC1D5; */
    color: var(--green-color);
}

.works-content p {
    margin: 0;
}

/************************************/
/***    08. Why Choose us css	  ***/
/************************************/

.why-choose-us {
    /* background-color: var(--secondary-color); */
    padding: 100px 0;
}

.why-choose-us-item {
    background-color: var(--why-choose-us-item-bg);
    border-radius: 30px;
    padding: 40px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.why-choose-us-item .icon-box {
    width: 60px;
    margin-bottom: 15px;
}

.why-choose-us-item h3 {
    font-size: 23px;
    font-weight: 400;
    color: var(--why-choose-us-item-h3);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.why-choose-us-item p {
    margin: 0;
    color: #000;
}

.why-us-explore-item {
    position: relative;
    background-color: var(--white-color);
    border-radius: 40px;
    padding: 70px;
}

.why-us-explore-item .section-title {
    width: 100%;
    max-width: 800px;
    margin-bottom: 60px;
}

.explore-item-icon {
    position: absolute;
    top: 70px;
    right: 70px;
}

.explore-item-content p {
    margin: 0;
}

.explore-item-tags {
    text-align: end;
}

.explore-item-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.explore-item-tags ul li {
    display: inline-block;
    margin-right: 20px;
}

.explore-item-tags ul li:last-child {
    margin-right: 0;
}

.explore-item-tags ul li .btn-default {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: none;
}

.explore-item-tags ul li .btn-default:hover {
    color: var(--white-color);
}

.explore-item-tags ul li .btn-default::before {
    color: var(--primary-color);
}

.explore-item-tags ul li .btn-default:hover:before {
    color: var(--white-color);
}

.explore-item-tags ul li .btn-default::after {
    background: var(--accent-color);
}

/************************************/
/***    09. Our Clients css       ***/
/************************************/

.exclusive-partners {
    padding: 100px 0;
}

.partners-logo {
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 30px 50px;
    margin-bottom: 30px;
}

/************************************/
/***    10. Testimonials css      ***/
/************************************/

.clients-testimonials {
    /* background-color: #22143d; */
    background: var(--section-bg);
    padding: 100px 0;
}

.testimonial-item {
    /* background-color: #042447; */
    background: var(--section-bg);
    border-radius: 25px;
    padding: 20px 20px 40px 20px;
    height: 100%;
}

.testimonial-content p {
    /* font-size: 17px; */
    font-size: 21px;
    color: #fff;
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-body {
    /* display: flex;
    align-items: center; */
}

.testimonial-body img {
    /* width: 60px;
    height: 60px; */
    border-radius: 10px;
    /* margin-right: 20px; */
}

.testimonial-author-title h2 {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 4px;
    margin-top: 10px;
}

.testimonial-author-title p {
    margin: 0;
    font-size: 14px;
    color: #dfdede;
}

.testimonial-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: var(--white-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

/************************************/
/***    11. Latest Post css       ***/
/************************************/

.latest-news {
    padding: 100px 0 70px;
}

.blog-item {
    position: relative;
    overflow: hidden;
    background-color: var(--why-choose-us-item-bg);
    border-radius: 40px;
    padding: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.blog-item:hover {
    background: linear-gradient(85deg, rgba(61, 191, 212, 1) 0%, rgba(41, 108, 193, 1) 100%);
    border: none;
}

.post-featured-image {
    border-radius: 40px;
    overflow: hidden;
}

.post-featured-image img {
    border-radius: 40px;
    transition: all 0.5s ease-out;
}

.blog-item:hover .post-featured-image img {
    transform: scale(1.1);
}

.post-item-body {
    margin: 20px
}

.post-item-body h2 {
    display: block;
    line-height: 1.4em;
    font-size: 22px;
}

.post-item-body p {
    margin-bottom: 15px;
}

.blog-item:hover .post-item-body p a,
.blog-item:hover .post-item-body h2 a {
    color: #fff;
}

.post-item-body p a {
    /* color: inherit; */
    color: #457dc9;
}

.footer-logo {
    margin-bottom: 65px;
}

.post-item-body h2 a {
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 19px;
}

.post-item-body .btn-readmore {
    position: relative;
    color: var(--accent-color);
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.post-item-body .btn-readmore:hover {
    color: var(--primary-color);
}

.post-item-body .btn-readmore::before {
    content: '\f062';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: var(--accent-color);
    transform: translate(20px, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-item-body .btn-readmore:hover:before {
    color: var(--primary-color);
    transform: translate(20px, -50%) rotate(90deg);
}

/************************************/
/***        12. Footer css        ***/
/************************************/

.main-footer {
    /* background-color: #22143D; */
    background: var(--footer-bg);
    padding: 80px 0 0;
}

.mega-footer {
    margin-bottom: 40px;
}

.footer-about img {
    margin-bottom: 30px;
}

.footer-about ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-about ul li {
    margin-bottom: 15px;
}

.footer-about ul li:last-child {
    margin-bottom: 0;
}

.footer-about ul li a {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-links h2 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-links p {
    font-size: 14px;
    font-weight: 300;
    /* color: #d8d5d5; */
    color: var(--footer-txt-color);
}

.working-hr {
    display: flex;
}

.footer-bottom {
    /* background-color: #22143D; */
    background: var(--footer-bg);
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    /* margin-bottom: 15px; */
    color: var(--text-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover {
    color: var(--accent-color);
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a {
    /* color: inherit; */
    font-size: 14px;
    font-weight: 300;
    /* color: #d8d5d5; */
    color: var(--footer-txt-color);
}

.footer-links ul li a:hover {
    /* color: #3EC1D5; */
    color: var(--green-color);
}

.footer-copyright {
    padding: 20px 0;
}

.footer-copyright-text p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.footer-policy-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: end;
}

.footer-policy-links ul li {
    display: inline-block;
    text-transform: capitalize;
    margin-right: 30px;
}

.footer-policy-links ul li:last-child {
    margin-right: 0;
}

.footer-policy-links ul li.highlighted {
    font-weight: 700;
}

.footer-policy-links ul li a {
    color: #ffffff;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 15px;
}

/************************************/
/***    13. About us page css     ***/
/************************************/

.page-header {
    position: relative;
    background: var(--secondary-color);
    padding: 180px 0;
}

/* .page-header::before {
    content: '';
    position: absolute;
    background-image: url(../images/subbanner/about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

.page-header-box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-header-box h1 {
    /*font-size: 70px;*/
    font-size: 48px;
    /*letter-spacing: -0.05em;*/
    margin-bottom: 20px;
    color: #fff;
}

.page-header-box ol {
    display: inline-flex;
    margin-bottom: 0;
    justify-content: center;
    border: 2px solid var(--accent-color);
    border-radius: 100px;
    padding: 6px 20px;
}

.page-header-box ol li.breadcrumb-item {
    color: var(--accent-color);
    text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: var(--accent-color);
}

.page-about {
    /* padding: 100px 0; */
    padding: 100px 0px 0px 0px;
}

.page-about-image {
    position: relative;
    margin-right: 20px;
    padding-bottom: 75px;
}

.about-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-img-1 img {
    border-radius: 40px;
}

.about-img-2 img {
    border-radius: 40px;
    border: 5px solid var(--white-color);
}

.work-experience {
    position: absolute;
    top: 30px;
    left: -50px;
    background-color: var(--accent-color);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    padding: 20px;
}

.work-experience-icon {
    margin-right: 15px;
}

.work-experience-content h3 {
    font-size: 40px;
    color: var(--white-color);
    text-align: left;
    margin-bottom: 5px;
}

.work-experience-content p {
    font-size: 18px;
    color: var(--white-color);
    margin: 0;
}

.page-about .about-content .section-title {
    margin-bottom: 30px;
}

.overview-company {
    background-color: var(--secondary-color);
    padding: 100px 0 70px;
}

.counter-box {
    background-color: var(--white-color);
    border-radius: 40px;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.counter-box h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.7em;
}

.counter-box h3 em,
.counter-box h3 span {
    font-size: 56px;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.counter-box p {
    margin: 0;
}

.our-team {
    padding: 100px 0 70px;
}

.team-member-item {
    margin-bottom: 30px;
}

.team-member-item .team-image {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    margin-bottom: 20px;
}

.team-member-item .team-image img {
    width: 100%;
    border-radius: 40px;
    transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
    transform: scale(1.1);
}

.team-image .our-team-social-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.team-member-item:hover .team-image .our-team-social-icon {
    bottom: 0;
    opacity: 1;
}

.our-team-social-icon ul {
    list-style-type: none;
    padding: 0 20px 30px;
    margin: 0;
    text-align: center;
}

.our-team-social-icon ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.our-team-social-icon ul li:last-child {
    margin-right: 0;
}

.our-team-social-icon ul li a {
    display: block;
}

.our-team-social-icon ul li a i {
    background: var(--accent-color);
    border-radius: 8px;
    color: var(--white-color);
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.our-team-social-icon ul li a i:hover {
    background: var(--white-color);
    color: var(--accent-color);
}

.team-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.team-content {
    width: calc(100% - 60px);
}

.team-content h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.team-content p {
    margin: 0;
}

.team-icon a {
    background: var(--accent-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.scrolling-ticker {
    padding: 15px 0;
    color: var(--white-color);
    background-color: var(--accent-color);
}

.scrolling-ticker-box {
    --gap: 20px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 24s linear infinite;
}

.scrolling-content span {
    display: inline-flex;
    align-items: center;
    font-family: var(--accent-font);
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 700;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.scrolling-content span i {
    font-size: 8px;
    color: var(--white-color);
    margin-right: 20px;
}

.clients-testimonials.about-testimonials {
    background-color: var(--white-color);
}

.clients-testimonials.about-testimonials .testimonial-item {
    background-color: var(--secondary-color);
}

.clients-testimonials.about-testimonials .testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    background: var(--secondary-color);
}

.clients-testimonials.about-testimonials .testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

/************************************/
/***    14. Services Page css     ***/
/************************************/

.our-services.page-service {
    background-color: var(--white-color);
}

.our-services.page-service .service-item {
    background-color: var(--secondary-color);
}

.our-services.service-page {
    background-color: var(--white-color);
}

.our-services.service-page .service-item {
    background-color: var(--secondary-color);
}

/************************************/
/***    15. Portfolio Page css    ***/
/************************************/

.our-projects {
    padding: 100px 0 70px;
}

.our-projects-nav {
    margin-bottom: 50px;
}

.our-projects-nav ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.our-projects-nav ul li {
    display: inline-block;
    background: var(--secondary-color);
    color: var(--primary-color);
    text-transform: capitalize;
    padding: 15px 20px 15px 20px;
    margin-right: 20px;
    border-radius: 100px;
    transition: 0.4s ease-in-out;
}

.our-projects-nav ul li:last-child {
    margin-right: 0;
}

.our-projects-nav ul li:hover {
    background-color: var(--accent-color);
    color: var(--white-color);
}

.our-projects-nav ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    color: inherit;
}

/************************************/
/***     16. Blog Archive css     ***/
/************************************/

.latest-news.our-blog {
    padding: 100px 0;
}

.post-pagination {
    margin-top: 30px;
    text-align: center;
}

.post-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover {
    background: var(--secondary-color);
    color: var(--accent-color);
}

/************************************/
/***   17. Contact Us Page css    ***/
/************************************/

.contact-information {
    padding: 100px 0 50px;
}

.contact-item {
    background-color: var(--secondary-color);
    border-radius: 40px;
    padding: 20px;
    height: 100%;
}

.contact-content {
    padding: 20px;
}

.contact-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--divider-color);
    ;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-content-title h2 {
    font-size: 26px;
    text-transform: capitalize;
}

.contact-content-title a {
    background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.contact-item p {
    width: 100%;
    max-width: 280px;
    margin: 0;
}

.contact-image {
    border-radius: 30px;
    overflow: hidden;
}

.contact-image img {
    border-radius: 30px;
    transition: all 0.5s ease-out;
}

.contact-item:hover .contact-image img {
    transform: scale(1.1);
}

.contact-us {
    padding: 50px 0;
}

.contact-details .section-title {
    margin-bottom: 30px;
    width: 100%;
    max-width: 525px;
}

.contact-detail-body p {
    margin-bottom: 35px;
}

.contact-detail-body h3 {
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
}

.contact-detail-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-detail-body ul li {
    display: inline-block;
    margin-right: 12px;
}

.contact-detail-body ul li:last-child {
    margin-right: 0;
}

.contact-detail-body ul li a {
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.contact-detail-body ul li a:hover {
    background-color: var(--white-color);
}

.contact-detail-body ul li a i {
    font-size: 22px;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.contact-detail-body ul li a:hover i {
    color: var(--accent-color);
}

.contact-form-box {
    background-color: var(--secondary-color);
    border-radius: 40px;
    padding: 40px;
}

.contact-form .form-control {
    background-color: var(--white-color);
    border-radius: 10px;
    border: none;
    box-shadow: none;
    padding: 12px 20px;
}

.contact-form .form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.help-block.with-errors ul {
    margin-bottom: 0;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}

.google-map {
    padding: 50px 0 100px;
}

.google-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 40px;
    filter: grayscale(100%);
    transition: all 0.3s ease-out;
}

.google-map iframe:hover {
    filter: grayscale(0%);
}

/************************************/
/***     18. Blog Single css      ***/
/************************************/

.post-single-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-single-meta ul li {
    display: inline-block;
    margin-right: 30px;
}

.post-single-meta ul li:last-child {
    margin-right: 0;
}

.post-single-meta ul li i {
    font-size: 16px;
    color: var(--accent-color);
    margin-right: 10px;
}

.page-single-post {
    padding: 100px 0 50px;
}

.post-single-image {
    max-width: 1200px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.post-single-image img {
    border-radius: 40px;
}

.post-content {
    max-width: 1100px;
    margin: 0 auto;
}

.post-entry {
    /* border-bottom: 1px solid var(--divider-color); */
    margin-bottom: 30px;
    color: #000;
}

.post-entry h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.post-entry ul {
    padding: 0;
    /*margin: 0 0 30px;*/
    margin: 30px 0 30px;
    list-style: none;
}

.post-entry b{
     font-weight: 700;
    color: var(--primary-color);
}

.post-entry ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    /*font-size: 18px;*/
    /*font-weight: 700;*/
    color: var(--primary-color);
}

.post-entry ul li:before {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.post-entry blockquote {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 30px;
}

.post-entry blockquote p {
    background: url(../images/icon-blockquote.svg) no-repeat 0px 6px;
    font-size: 26px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.3em;
    padding-left: 70px;
}

.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.post-tags .btn-default {
    padding: 12px 20px;
    font-weight: 500;
    margin-right: 15px;
    border: none;
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.post-tags .btn-default:hover {
    color: var(--white-color);
}

.post-tags .btn-default:last-child {
    margin-right: 0;
}

.post-tags .btn-default::before {
    display: none;
}

.post-tags .btn-default::after {
    background-color: var(--accent-color);
}

.post-social-links {
    text-align: right;
}

.post-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-links ul li {
    display: inline-block;
    margin-right: 12px;
}

.post-social-links ul li:last-child {
    margin-right: 0;
}

.post-social-links ul li a {
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.post-social-links ul li a:hover {
    background-color: var(--white-color);
}

.post-social-links ul li a i {
    font-size: 22px;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.post-social-links ul li a:hover i {
    color: var(--accent-color);
}

.latest-news.related-articles {
    padding: 50px 0 70px;
}

/************************************/
/***   19. Services Single css    ***/
/************************************/

.page-service-single {
    padding: 100px 0;
}

.service-featured-image {
    margin-bottom: 30px;
}

.service-featured-image img {
    border-radius: 40px;
}

.services-list-box {
    background-color: var(--secondary-color);
    border-radius: 40px;
    padding: 40px;
}

.services-list-box .icon-box {
    margin-bottom: 20px;
}

.services-list-box h3 {
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.services-list-box ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.services-list-box ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.services-list-box ul li:before {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
}

.services-list-box ul li:last-child {
    margin-bottom: 0;
}

.services-list-box ul li a {
    /* color: var(--text-color); */
    color: #555555;
    transition: all 0.3s ease-in-out;
}

.services-list-box ul li:hover a {
    color: var(--accent-color);
}

.services-list-box .btn-default {
    width: 100%;
}

.why-choose-us.why-services {
    background-color: var(--secondary-color);
    padding: 100px 0 70px;
}

.why-choose-us.why-services .section-title p {
    margin-bottom: 0;
    margin-top: 30px;
}

.your-choice {
    padding: 100px 0 70px;
}

.your-choice-item {
    background-color: var(--secondary-color);
    border-radius: 40px;
    padding: 40px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.your-choice-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--divider-color);
    ;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: 400;
}

.your-choice-title h2 {
    font-size: 26px;
    width: 100%;
    max-width: 200px;
}

.your-choice-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.your-choice-item ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.your-choice-item ul li:before {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
}

.your-choice-item ul li:last-child {
    margin-bottom: 0;
}

.your-choice-item ul li a {
    color: inherit;
}

.service-faqs {
    padding: 100px 0;
}

.ask-question {
    background-color: var(--secondary-color);
    border-radius: 40px;
    padding: 40px 30px;
    position: sticky;
    top: 110px;
}

.ask-question-content {
    margin-bottom: 30px;
}

.ask-question-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.ask-question-content p {
    margin: 0;
}

.ask-contact-list {
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 100px;
    padding: 10px;
    margin-bottom: 20px;
}

.ask-contact-list:last-child {
    margin-bottom: 0;
}

.ask-contact-list .icon-box a {
    background-color: var(--accent-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ask-contact-list .icon-box a img {
    width: 14px;
}

.ask-contact-list a {
    margin: 0;
    font-weight: 700;
    color: var(--text-color);
    width: calc(100% - 40px);
    margin-left: 10px;
}

.ask-contact-list a span {
    color: var(--primary-color);
}

/******************************************/
/****     20. Portfolio Singe css      ****/
/******************************************/

.page-project-single {
    padding: 100px 0 50px;
}

.project-feature-image {

    margin-bottom: 50px;
}

.project-feature-image img {
    border-radius: 40px;
}

.project-sidebar {
    padding-right: 50px;
    position: sticky;
    top: 120px;
}

.about-project-box {
    background: var(--secondary-color);
    text-align: center;
    padding: 40px;
    border-radius: 30px;
}

.about-project-box h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.project-info-box {
    border-bottom: 1px solid var(--divider-color);
    ;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.project-info-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.project-info-box .project-icon {
    margin-bottom: 15px;
}

.project-info-box p {
    margin-bottom: 10px;
}

.project-info-box h3 {
    font-size: 20px;
}

.project-entry h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.project-entry ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.project-entry ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.project-entry ul li:before {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.project-entry ul li:last-child {
    margin-bottom: 0;
}

.project-details-gallery {
    padding: 50px 0 100px;
}

.project-gallery-items {
    display: flex;
    flex-wrap: wrap;
}

.project-gallery-items .project-gallery-item {
    width: calc(33.33% - 14px);
    margin-right: 20px;
}

.project-gallery-items .project-gallery-item:nth-of-type(3n + 3) {
    margin-right: 0;
}

.project-gallery-items .project-gallery-item img {
    width: 100%;
    border-radius: 40px;
}

/************************************/
/***      21. Faqs Page css       ***/
/************************************/

.faq-section {
    padding: 100px 0;
}

.faq-accordion .accordion-item {
    margin-bottom: 30px;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-header .accordion-button {
    font-size: 22px;
    font-weight: 700;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 12px 60px 12px 20px;
    border-radius: 15px !important;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: var(--accent-color);
    color: var(--white-color);
}

.accordion-header .accordion-button.collapsed {
    background-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

.accordion-header .accordion-button::after {
    content: '\f106';
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    font-weight: 900;
    margin-left: 5px;
    color: var(--white-color);
    transform: translate(-30px, -50%);
    transition: all 0.3s ease-in-out;
}

.accordion-header .accordion-button.collapsed::after {
    transform: rotate(-180deg) translate(30px, 50%);
    color: var(--accent-color);
}

.accordion-body {
    padding: 10px 60px 20px 20px;
}

.accordion-body p {
    margin: 0;
}

/************************************/
/***        22. 404 Page css      ***/
/************************************/

.error-page {
    text-align: center;
    padding: 100px 0;
}

.error-page-image {
    /* margin-bottom: 40px; */
}

.error-page-content-heading {
    margin-bottom: 40px;
}

.error-page-content-heading h2 {
    font-size: 29px;
    margin-bottom: 30px;
}

/************************************/
/***      23. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1024px) {
    .main-menu ul li {
        margin-left: 0;
    }

    .service-content-title a {
        width: 60px;
        height: 50px;
    }
}

@media only screen and (max-width: 991px) {

    .section-row {
        margin-bottom: 40px;
    }

    .section-title h3 {
        font-size: 18px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .section-title p {
        font-size: 23px;
        letter-spacing: 0.4px;
        font-weight: 400;
        color: #605d5d;
        margin-bottom: 0;
    }

    .btn-default::before {
        font-size: 16px;
    }

    #magic-cursor {
        display: none !important;
    }

    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }

    .responsive-menu,
    .navbar-toggle {
        display: block;
    }

    header.main-header .header-sticky {
        padding: 20px 0;
    }

    .header-btn .btn-default {
        display: none;
    }

    .hero {
        /* background-image: none; */
        padding: 50px 0;
    }

    .jetlink-text {
        top: 0px !important;
    }

    .jetlink-banner .banner-heading-1 {
        font-size: 23px !important;
    }

    .jetlink-banner .banner-heading-2 {
        font-size: 45px !important;
    }

    .jetlink-banner .banner-p {
        font-size: 14px !important;
    }

    .hero-video-image {
        text-align: center;
        margin-top: 40px;
    }

    .hero-play-button {
        left: 50%;
        transform: translate(-50%, -50%);
        top: 0;
    }

    .hero-layout-2 .hero-content {
        margin-bottom: 0px;
        max-width: 100%;
    }

    .hero-content .section-title {
        margin-bottom: 20px;
    }

    .hero-body {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .hero-layout-2 .section-title h1 {
        font-size: 60px;
    }

    .hero-layout-2 .hero-body {
        margin-bottom: 20px;
    }

    .about-us {
        padding: 50px 0;
    }

    .about-image {
        text-align: center;
        margin-bottom: 90px;
        padding-right: 0;
    }

    .about-consultation {
        right: 50%;
        top: auto;
        transform: translate(50%, -50%);
    }

    .about-content ul {
        margin: 0 0 10px;
    }

    .about-content ul li {
        font-size: 16px;
    }

    .about-content ul li:before {
        font-size: 18px;
    }

    .our-services {
        padding: 50px 0 20px;
    }

    .service-content {
        padding: 10px 10px 20px;
    }

    .service-content-title h2 {
        font-size: 24px;
        max-width: 180px;
    }

    .service-content-title a {
        width: 50px;
        height: 50px;
    }

    .service-content-title a img {
        width: 18px;
    }

    .service-content-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .our-work {
        padding: 50px 0 20px;
    }

    .works-item {
        /* padding: 20px 20px 30px 20px; */
    }

    .works-image {
        margin-bottom: 20px;
    }

    .works-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .works-content {
        padding: 0 0 0 10px;
    }

    .why-choose-us {
        padding: 50px 0;
    }

    .why-choose-us-item {
        padding: 30px;
    }

    .why-choose-us-item .icon-box {
        margin-bottom: 20px;
    }

    .why-choose-us-item h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .why-us-explore-item {
        padding: 40px;
    }

    .why-us-section-title {
        padding-right: 20px;
    }

    .why-us-explore-item .section-title {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .explore-item-icon {
        top: 70px;
        right: 10px;
    }

    .explore-item-icon img {
        width: 50px;
    }

    .explore-item-content p {
        margin-bottom: 20px;
    }

    .explore-item-tags {
        text-align: start;
    }

    .exclusive-partners {
        padding: 50px 0 20px;
    }

    .partners-logo {
        padding: 20px 30px;
    }

    .clients-testimonials {
        padding: 50px 0;
    }

    .testimonial-item {
        padding: 30px;
    }

    .testimonial-author-title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .latest-news {
        padding: 50px 0 20px;
    }

    .post-item-body h2 {
        font-size: 20px;
    }

    .main-footer {
        padding: 40px 0 0;
    }

    .footer-about {
        margin-bottom: 30px;
    }

    .footer-about p,
    .footer-about img {
        margin-bottom: 15px;
    }

    .footer-about ul li a {
        font-size: 20px;
    }

    .footer-links h2 {
        font-size: 20px;
    }

    .footer-links ul li {
        margin-bottom: 10px;
    }

    .footer-copyright-text {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-policy-links ul {
        text-align: center;
    }

    .footer-padding {
        padding-top: 766px !important;
    }

    .page-header {
        padding: 150px 0 100px 0px;
    }

    .page-header::before {
        background-size: cover;
    }

    .page-header-box h1 {
        font-size: 56px;
        margin-bottom: 10px;
    }

    .page-about {
        padding: 50px 0 20px;
    }

    .page-about-image {
        margin-right: 0;
        padding-bottom: 60px;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-img-2 img {
        width: 300px;
    }

    .work-experience {
        left: 0;
        padding: 15px;
    }

    .work-experience-content h3 {
        font-size: 34px;
    }

    .work-experience-content p {
        font-size: 16px;
    }

    .overview-company {
        padding: 50px 0 20px;
    }

    .counter-box h3 {
        font-size: 24px;
    }

    .counter-box h3 em,
    .counter-box h3 span {
        font-size: 40px;
    }

    .our-team {
        padding: 50px 0 20px;
    }

    .team-content h3 {
        font-size: 22px;
    }

    .scrolling-content span {
        font-size: 34px;
    }

    .our-projects {
        padding: 50px 0 20px;
    }

    .our-projects-nav {
        margin-bottom: 20px;
    }

    .our-projects-nav ul li {
        margin-bottom: 20px;
    }

    .latest-news.our-blog {
        padding: 50px 0;
    }

    .our-projects-nav ul li:nth-child(3n + 3) {
        margin-right: 0px;
    }

    .post-pagination {
        margin-top: 10px;
    }

    .contact-information {
        padding: 50px 0 25px;
    }

    .contact-item {
        padding: 10px;
    }

    .contact-content {
        padding: 10px 10px 20px;
    }

    .contact-content-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contact-content-title h2 {
        font-size: 24px;
    }

    .contact-content-title a {
        width: 50px;
        height: 50px;
    }

    .contact-content-title a img {
        width: 18px;
    }

    .contact-item p {
        max-width: 100%;
    }

    .contact-us {
        padding: 25px 0;
    }

    .contact-details {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .contact-details .section-title {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .contact-detail-body p {
        margin-bottom: 20px;
    }

    .contact-detail-body h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .contact-detail-body ul li a {
        width: 40px;
        height: 40px;
    }

    .contact-detail-body ul li a i {
        font-size: 20px;
    }

    .contact-form-box {
        padding: 30px;
    }

    .google-map {
        padding: 25px 0 50px;
    }

    .google-map iframe {
        height: 300px;
    }

    .page-single-post {
        padding: 50px 0 25px;
    }

    .post-featured-image {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .post-content {
        max-width: 100%;
    }

    .post-entry h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .post-entry blockquote p {
        font-size: 22px;
    }

    .post-entry blockquote {
        padding: 30px;
    }

    .post-entry ul li:before {
        font-size: 18px;
    }

    .post-entry ul li {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .post-tags {
        margin-bottom: 20px;
    }

    .post-social-links {
        text-align: left;
    }

    .post-social-links ul li a {
        width: 40px;
        height: 40px;
    }

    .post-social-links ul li a i {
        font-size: 20px;
    }

    .latest-news.related-articles {
        padding: 25px 0 20px;
    }

    .page-service-single {
        padding: 50px 0;
    }

    .services-list-box {
        padding: 30px;
    }

    .services-list-box h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .services-list-box ul {
        margin: 0 0 20px;
    }

    .services-list-box ul li {
        margin-bottom: 15px;
    }

    .why-choose-us.why-services {
        padding: 50px 0 20px;
    }

    .your-choice {
        padding: 50px 0 20px;
    }

    .your-choice-item {
        padding: 30px;
    }

    .your-choice-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .your-choice-title h2 {
        font-size: 24px;
    }

    .service-faqs {
        padding: 50px 0;
    }

    .service-faqs .faq-accordion {
        margin-bottom: 30px;
    }

    .ask-question {
        padding: 30px;
    }

    .ask-question-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .ask-question-content {
        margin-bottom: 20px;
    }

    .page-project-single {
        padding: 50px 0 25px;
    }

    .project-feature-image {
        margin-bottom: 30px;
    }

    .project-sidebar {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .about-project-box {
        padding: 30px;
    }

    .project-info-box {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .project-info-box h3 {
        font-size: 18px;
    }

    .project-info-box p {
        margin-bottom: 5px;
    }

    .project-icon img {
        width: 40px;
    }

    .project-entry h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .project-entry ul li {
        font-size: 16px;
    }

    .project-entry ul li:before {
        font-size: 18px;
    }

    .project-details-gallery {
        padding: 25px 0 50px;
    }

    .faq-section {
        padding: 50px 0;
    }

    .accordion-header .accordion-button {
        font-size: 20px;
        padding: 12px 40px 12px 20px;
    }

    .accordion-header .accordion-button::after {
        transform: translate(-20px, -50%);
    }

    .accordion-body {
        padding: 10px 40px 20px 20px;
    }

    .error-page {
        padding: 50px 0;
    }

    .error-page-content-heading h2 {
        font-size: 56px;
        margin-bottom: 20px;
    }

    .error-page-content-heading {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .key-img {
        width: 60px;
    }

    .section-title p {
        font-size: 18px !important;
        line-height: 24px;
    }

    .hero-content-second-banner {
        padding-bottom: 50px !important;
    }

    .hero-second::before {
        height: 90px !important;
    }

    .second-banner-nav {
        gap: 10px !important;
    }

    .navbar-brand img {
        width: 130px !important;
    }

    .second-banner-p {
        font-size: 20px !important;
    }

    .second-banner-nav-btn {
        font-size: 14px !important;
        padding: 10px 20px 10px 20px !important;
    }

    .social-media-cust {
        justify-content: center !important;
    }

    .jetlink-text {
        top: 58px !important;
    }

    .jetlink-banner .banner-heading-1 {
        font-size: 23px !important;
    }

    .jetlink-banner .banner-heading-2 {
        font-size: 45px !important;
    }

    .jetlink-banner .banner-p {
        font-size: 14px !important;
    }

    .btn-default {
        font-size: 14px;
    }

    .section-row {
        margin-bottom: 30px;
    }

    .section-btn {
        text-align: center;
        margin-top: 20px;
    }

    .section-row .section-title {
        text-align: center;
    }

    .section-title h3 {
        font-size: 16px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .hero-content {
        margin-right: 0px;
    }

    .hero-play-button {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hero-play-button i {
        font-size: 22px;
        background-color: var(--accent-color);
        color: var(--white-color);
        width: 80px;
        height: 80px;
    }

    .hero-layout-2 .section-title h1 {
        font-size: 40px;
    }

    .hero-layout-2 .hero-footer .btn-default {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .hero-layout-2 .hero-footer .btn-default:last-child {
        margin-bottom: 0;
    }

    .about-image {
        margin-bottom: 70px;
    }

    .about-consultation img {
        width: 120px;
        height: 120px;
    }

    .about-content ul {
        display: block;
        margin: 0 0 25px;
    }

    .about-content ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .service-content-title h2 {
        font-size: 22px;
        max-width: 170px;
    }

    .service-content-title a img {
        width: 16px;
    }

    .works-content h2 {
        font-size: 19px;
    }

    .why-choose-us-item h3 {
        font-size: 22px;
    }

    .why-us-explore-item {
        padding: 20px;
    }

    .why-us-section-title {
        padding-right: 40px;
    }

    .explore-item-icon {
        top: 20px;
        right: 20px;
    }

    .explore-item-icon img {
        width: 40px;
    }

    .explore-item-tags ul li {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .partners-logo {
        padding: 15px 20px;
    }

    .testimonial-author-title h2 {
        font-size: 18px;
    }

    .post-item-body h2 {
        font-size: 18px;
    }

    .mega-footer {
        margin-bottom: 10px;
    }

    .footer-about ul li a {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .footer-policy-links ul li {
        margin-right: 10px;
    }

    .page-header {
        /* padding: 50px 0; */
        padding: 150px 0 100px 0;
    }

    .page-header-box ol {
        padding: 4px 15px;
        font-size: 14px;
    }

    .footer-padding {
       padding-top: 614px !important;
    }

    .page-header-box h1 {
        font-size: 30px;
    }

    .page-about-image {
        padding-bottom: 110px;
        padding-top: 50px;
    }

    .about-img-2 {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .work-experience {
        top: 0;
        left: 60px;
        padding: 10px;
    }

    .work-experience-content h3 {
        font-size: 30px;
    }

    .page-about .about-content .section-title {
        margin-bottom: 20px;
    }

    .counter-box {
        padding: 20px;
    }

    .counter-box h3 {
        font-size: 20px;
    }

    .counter-box h3 em,
    .counter-box h3 span {
        font-size: 30px;
    }

    .team-content h3 {
        font-size: 20px;
    }

    .scrolling-content span {
        font-size: 28px;
    }

    .our-projects-nav ul li {
        padding: 10px 15px;
        margin-right: 6px;
        margin-bottom: 20px;
    }

    .our-projects-nav ul li:nth-child(3n + 3) {
        margin-right: 6px;
    }

    .our-projects-nav ul li a {
        font-size: 14px;
    }

    .contact-information {
        padding: 50px 0 5px;
    }

    .contact-item {
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .contact-content-title h2 {
        font-size: 22px;
    }

    .contact-detail-body h3 {
        font-size: 28px;
    }

    .contact-form-box {
        padding: 20px;
    }

    .google-map iframe {
        height: 250px;
    }

    .post-single-meta ul li {
        margin-right: 15px;
    }

    .post-entry blockquote {
        padding: 20px;
    }

    .post-entry blockquote p {
        background: url(../images/icon-blockquote.svg) no-repeat 0px 0px;
        font-size: 20px;
        padding-left: 0px;
        padding-top: 50px;
    }

    .post-tags .btn-default {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .service-featured-image {
        margin-bottom: 20px;
    }

    .services-list-box {
        padding: 20px;
    }

    .services-list-box h3 {
        font-size: 22px;
    }

    .why-choose-us.why-services .section-title p {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .your-choice-title h2 {
        font-size: 22px;
        max-width: 180px;
    }

    .ask-question-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ask-contact-list a {
        display: inline-grid;
    }

    .project-info-box h3 {
        font-size: 16px;
    }

    .project-entry h2 {
        font-size: 28px;
    }

    .project-gallery-items {
        display: block;
    }

    .project-gallery-items .project-gallery-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .project-gallery-items .project-gallery-item:nth-child(3n + 3) {
        margin-bottom: 0;
    }

    .accordion-header .accordion-button {
        font-size: 18px;
    }

    .error-page-content-heading h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .error-page-content-heading {
        margin-bottom: 30px;
    }
}

.jetlink-text {
    width: auto;
    top: -18px;
    z-index: 0;
    position: absolute;
}

.jetlink-banner {
    position: relative;
    padding-top: 100px;
}

.jetlink-banner .banner-heading-1 {
    color: #fff;
    font-size: 76px;
    letter-spacing: 0.1px;
    margin-bottom: -7px;
}

.jetlink-banner .banner-heading-2 {
    font-size: 80px;
    font-weight: 800;
    letter-spacing: 1px;
    /* background-image: linear-gradient(90deg, rgba(17,150,170,1) 3%, rgba(247,252,253,1) 58%, rgba(194,213,237,1) 64%, rgba(194,213,237,1) 64%, rgba(58,117,197,1) 100%); */
    background-image: linear-gradient(90deg, rgba(13, 203, 232, 1) 3%, rgba(247, 252, 253, 1) 57%, rgba(184, 212, 246, 1) 61%, rgba(184, 212, 246, 1) 61%, rgba(50, 124, 225, 1) 100%);
    background-clip: text;
    text-transform: uppercase;
    color: transparent;
    margin-bottom: 0px;
}

.jetlink-banner .banner-div {
    width: 550px;
}

.jetlink-banner .banner-p {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}

.free-consultant {
    font-size: 20px;
    font-weight: 500;
}

/* for bottom shape animation */
/* waves */
.ocean {
    position: relative;
    height: 80px;
    /* Adjust wave height */
    width: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0;
}

.wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%233EC1E1'/%3E%3C/svg%3E") repeat-x;
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 10s linear infinite;
    /* opacity: 0.8; */
    transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
    animation: wave 15s linear reverse infinite;
    opacity: 0.5;
}

.wave:nth-of-type(3) {
    animation: wave 20s linear infinite;
    opacity: 0.5;
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* end bottom shape animation */
.ml-7 {
    margin-left: 7px;
}

.social-media-cust {
    list-style-type: none;
    display: flex;
}

.social-media-cust li {
    margin-right: 30px;
}

.social-media-cust li a {
    color: #fff;
}

.contact-info-block {
    display: flex;
}

.contact-icon {
    border-right: solid 1.5px;
    margin-right: 10px;
    min-height: 37px;
    align-items: center;
    display: flex;
    color: #fff;
}

.contact-icon svg {
    margin-right: 10px;
}

.contact-info {
    align-items: center;
    display: flex;
}

.contact-info a {
    color: #fff;
    font-weight: 300;
    margin-right: 5px;
}

.contact-info a:hover {
    /* color: #3EC1D5; */
    color: var(--green-color);
}

.main-footer {
    /* padding-bottom: 80px; */
}

.footer-hr {
    height: 50px;
}

.our-branches h2 {
    font-size: 19px;
    font-weight: 400;
    /* color: #3EC1D5; */
    color: var(--green-color);
    margin-bottom: 18px;
    margin-top: 20px;
}

.footer-links-bottom {
    margin-bottom: 60px;
}

.footer-links-bottom p {
    margin-bottom: 0px;
}

.footer-links-bottom p a {
    font-size: 14px;
    font-weight: 300;
    /* color: #d8d5d5; */
    color: var(--footer-txt-color);
    margin-left: 5px;
}

.footer-links-bottom p a:hover {
    color: var(--green-color);
}

.footer-links-bottom h2 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.footer-links-bottom p {
    font-size: 14px;
    font-weight: 300;
    /* color: #d8d5d5; */
    color: var(--footer-txt-color);
}

.ml-0 {
    margin-left: 0px !important;
}

.banner-main-small-div {
    position: relative;
}

.banner-main-small {
    position: absolute;
    top: -82px;
}

.banner-main-small-div-sec {
    position: relative;
}

.banner-main-small {
    position: absolute;
    top: -82px;
}

.banner-main-small-sec {
    position: absolute;
    right: 0;
    top: -201px;
}

.hero-second {
    background: none !important;
    padding: 40px 0px 200px 0px;
    /* padding: 72px 0px 239px 0px; */
}

.hero-second::before {
    background: url(../images/second-banner-upper-shape.png) no-repeat scroll bottom center;
    background-size: cover;
    content: "";
    height: 119px;
    /* height: 130px; */
    width: 100%;
    position: absolute;
    top: 0;
}

.hero-second::after {
    background: url(../images/second-banner-lower-shape.png) no-repeat scroll bottom center;
    background-size: cover;
    content: "";
    height: 136px;
    /* height: 200px; */
    width: 100%;
    position: absolute;
    bottom: 0;
}

.banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* second banner menu  start*/
.nav .nav-item button.active {
    color: #fff !important;
    background-color: #000;
    font-weight: 700;
    color: var(--white-color);
    text-transform: capitalize;
    /* padding: 18px 48px 18px 48px; */
    border-radius: 100px;
    border: solid 2px #3EC1D5;
}

.second-banner-nav-btn {
    color: #4a4949 !important;
    background-color: #fff;
    /* font-weight: 700; */
    font-weight: 500 !important;
    font-size: 14px;
    color: var(--white-color);
    text-transform: capitalize;
    /* padding: 18px 48px 18px 48px; */
    padding: 14px 9px 14px 9px;
    border-radius: 100px !important;
}

/* .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid var(--bs-danger);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
  } */
.second-banner-main-div {
    position: relative;
}

.second-banner-inner-div {
    position: absolute;
    bottom: -199px;
    /* bottom: -230px; */
    z-index: 10;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.second-banner-nav {
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-second-heading-1 {
    color: #fff;
    font-weight: 400 !important;
}

.second-banner-p {
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 39px;
    color: #fff !important;
}

.hero-content-second-banner {
    /* padding-bottom: 100px; */
    padding-bottom: 60px;
    margin-top: 0px !important;
}

/* second banner menu end */


/* our team */
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.single-testimonial {
    margin-top: 40px;
    margin-bottom: 30px;
    cursor: move;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .single-testimonial {
        padding-bottom: 20px;
    }
}

.single-testimonial h5 {
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    font-size: var(--f-fs-font-fs28);
    line-height: var(--f-fs-font-fs44);
    font-weight: var(--f-fw-regular);
    color: #fff;
}

@media (max-width: 767px) {
    .single-testimonial h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

.author {
    text-align: center;
    margin-top: 60px;
}

.author a {
    font-size: 21px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--ztc-bg-color-w);
}

@media (max-width: 767px) {
    .author a {
        font-size: 18px;
    }
}

.author p {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    opacity: 0.6;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7882352941);
}

@media (max-width: 767px) {
    .author p {
        font-size: 14px;
    }
}

.testimonial-nav {
    width: 560px;
    margin: 0 auto;
    margin-left: 160px;
}

@media (max-width: 767px) {
    .testimonial-nav {
        width: auto;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-nav {
        width: auto;
        margin-left: 0;
    }
}

.testimonial-sliders {
    position: relative;
    z-index: 2;
}

.testimonial-arrows>div {
    position: absolute;
    top: 50%;
    left: -120px;
}

@media (max-width: 767px) {
    .testimonial-arrows>div {
        left: 50%;
        margin-left: -80px;
        top: 95%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-arrows>div {
        top: 95%;
        left: 50%;
        margin-left: -80px;
    }
}

.testimonial-arrows .slick-arrow button {
    width: 60px;
    height: 60px;
    text-align: center;
    background: none;
    border-radius: 50px;
    transition: all 0.3s;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.7450980392);
    color: #fff;
}

.testimonial-arrows .testimonial-next-arrow {
    left: auto;
    right: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-arrows .testimonial-next-arrow {
        right: 50%;
        margin-right: -80px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-arrows .testimonial-next-arrow {
        right: 50%;
        margin-right: -80px;
        margin-bottom: 30px;
    }
}

.testimonial-arrows .slick-arrow button:hover {
    transition: all 0.3s;
    background-color: var(--ztc-bg-color-w);
    color: var(--ztc-text-text-1);
}

.single-testimonial-nav.slick-slide {
    visibility: hidden;
    height: 80px !important;
    width: 80px !important;
}

.single-testimonial-nav.slick-slide.slick-active,
.single-testimonial-nav.slick-slide.slick-active.slick-center {
    visibility: visible;
}

.single-testimonial-nav.slick-slide.slick-active {
    opacity: 0.6;
    transition: all 0.1s;
}

.single-testimonial-nav.slick-slide.slick-active.slick-center {
    opacity: 1;
    transition: all 0.1s;
    margin: 0px 8px;
}

.single-testimonial-nav.slick-slide img {
    display: block;
    border-radius: 50%;
    transition: all 0.1s;
    transform: scale(0.8);
    height: 80px;
    width: 80px !important;
    width: auto;
}

.single-testimonial-nav.slick-slide.slick-center img {
    transition: all 0.1s;
    transform: scale(1);
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.603);
    border-radius: 50%;
}

.testimonial-2 .testimonial-arrows .slick-arrow button:hover {
    transition: all 0.3s;
}

.testimonial-4 .testimonials-4 {
    position: relative;
    z-index: 2;
}

.testimonial-4 .testimonials-4:after {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100% - 215px);
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonials-4:after {
        width: 100%;
    }
}

.testimonial-4 .single-testimonial {
    position: relative;
    z-index: 2;
    cursor: move;
    padding: 50px 100px 50px 350px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .testimonial-4 .single-testimonial {
        padding: 40px 20px 20px;
        text-align: center;
    }
}

.testimonial-4 .testimonial-image {
    height: 330px;
    width: 300px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -165px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-image {
        height: 120px;
        width: 120px;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 20px;
    }
}

.testimonial-4 .testimonial-contents p {
    font-size: 28px;
    line-height: 42px;
    margin: 20px 0 30px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-contents p {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial-4 .testimonial-image img {
    border-radius: 8px;
    height: 100%;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-4 .testimonial-icon {
    width: 50px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-icon {
        width: 50px;
        margin: 0 auto;
    }
}

.testimonial-4 .testimonial-author a {
    font-size: 20px;
    line-height: 20px;
}

.testimonial-4 .testimonial-author p {
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 0;
}

.testimonial-4 .owl-nav button {
    height: 50px;
    width: 50px;
    text-align: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    font-size: 16px !important;
    display: block;
    margin: 10px 0;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .testimonial-4 .owl-nav button {
        border-radius: 50px;
        font-size: 16px !important;
        display: inline-block;
        margin: 0 5px;
    }
}

.testimonial-4 .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    right: -25px;
    z-index: 3;
}

@media (max-width: 767px) {
    .testimonial-4 .owl-nav {
        position: relative;
        top: auto;
        margin-top: 0;
        right: auto;
        z-index: 3;
        bottom: 0;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 20px 0 40px;
    }
}

.testimonial-4 .owl-nav button:hover {
    background: #161540 !important;
    color: #fff !important;
    transition: all 0 0.3s;
}

@media (max-width: 767px) {
    .contact-3 {
        overflow-x: hidden;
    }
}


/* end our team */

/* test start */
/*----------------------------------------*/
/*  8.0 Testimonial css
/*----------------------------------------*/

/* .tooltip {
    position: absolute;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 14px;
    border-radius: 4px;
    display: none;
    white-space: nowrap;
  } */
.creative-testimonial--slider {
    /* background: #f9f6f3; */
    padding: 90px 10px;
    position: relative;
}

.creative-testimonial--slider .slider-row {
    max-width: 700px;
    margin: auto;
}

.slider-row .swiper {
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
}

.slider-row .swiper-slide {
    text-align: center;
}

.testimonial-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.testimonial-wrap--inner {
    text-align: center;
}

.quote-icon {
    margin-bottom: 30px;
    border-radius: 50%;
}

.testimonial-heading {
    line-height: 42px;
    color: #333;
    margin-bottom: 35px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    margin-top: 0px;
}

.testimonial-user {
    font-size: 20px;
    font-weight: 500;
    color: #d39121;
}

.slider-custom-image-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 100px;
    background-size: cover;
    margin: 0 15px !important;
    transition: .3s;
    filter: grayscale(1);
    border-radius: 50%;
    opacity: 1;
}

.slider-custom-image-pagination .swiper-pagination-bullet-active {
    filter: grayscale(0);
    transform: scale(1.2);
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #070707c3;
    font-size: 12px;
    top: 44%;
    background: #ffffffbd;
    padding: 23px;
    border-radius: 29px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    --swiper-navigation-size: 24px;
}

.creative-testimonial--slider .slider-row .swiper-pagination {
    margin-top: 35px;
    position: relative;
}

.creative-testimonial--slider .slider-row .swiper-pagination {
    bottom: 0;
}

/* ================= RESPONSIVE IPAD PRO ====================== */
@media only screen and (max-width: 1024px) {

    .testimonial-left--thumb,
    .testimonial-right--thumb {
        display: none;
    }
}

/* ================= RESPONSIVE IPHONE ====================== */
@media only screen and (max-width: 480px) {
    .slider-row .swiper {
        width: 100%;
        max-width: 100%;
    }

    .slider-custom-image-pagination .swiper-pagination-bullet {
        width: 70px;
        height: 70px;
    }

    .testimonial-heading {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 34px;
    }

    .creative-testimonial--slider .slider-row .swiper-pagination {
        margin-top: 15px;
    }
}

/* Tooltip Box */
/* .tooltip-box {
    position: absolute;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    display: none; 
    white-space: nowrap;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
  }

  .tooltip-box.visible {
    display: block;
  } */

/* Swiper Pagination Bullets */
.swiper-pagination span {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
    position: relative;
}

/* Tooltip-Like Box */
.tooltip-like-box {
    position: absolute;
    bottom: 50px;
    /* Position above the bullet */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    display: none;
    /* Hidden by default */
    z-index: 10;
}

/* Show Tooltip on Active Bullet */
.swiper-pagination-bullet-active .tooltip-like-box {
    display: block;
}

/* test end */
.get-in-touch {
    background-color: var(--get-in-touch);
    padding: 50px 0px 150px 0px;
}

.get-in-touch-p {

    font-size: 22px;
    font-weight: 400;
    color: #504f4f;
}

.contact-info-container {
    position: relative;
    background-color: #fff;
    top: -200px;
    padding: 0px 40px 0px 40px;
}

.contact-info1 {
    padding: 40px;
    display: block;
}

.contct-info-border {
    border: 1.5px solid;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(12 12 12) 48%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
}

.contact-info1 .contact-info-title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}

.contact-info1 .contact-info-title a {
    color: #000;
}

.contact-info1 .contact-info-information {
    font-size: 14px;
    color: #5f5d5d;
}

.contact-info-title-h2 {
    font-size: 46px !important;
}

.are-you-confused {
    padding-top: 60px;
}

.confused-text-p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin-bottom: 0;
}

.contact-info1 img {
    width: 50px;
}

.heighlight1 {
    color: var(--accent-color) !important;
}

.confused-text-section {
    display: flex;
    margin-top: 50px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px #c6c6c6;
    /* padding: 20px; */
    padding: 10px;
    border-radius: 17px;
    align-items: center;
    max-width: 400px;
}

.confused-text-section img {
    /* width: 60px; */
    width: 80px;
    margin-right: 10px;
}

.we-represent {
    position: relative;
    top: -200px;
}

.we-represent-section {
    /* position: relative; */
    position: absolute;
    /* top: -316px; */
    left: 8%;
    top: 228px;
}

.we-represent-p {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 400;
}

.home-trainings {
    align-self: flex-end;
}

.home-trainings1-p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 6px;
}

.home-trainings2-p {
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.home-trainings-section-2 {
    text-align: left;
    padding-left: 100px;
    margin-top: 120px;
}

.home-trainings-section-2 p {
    color: #000;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .contct-info-border {
        border: none;
    }

    .contact-info1 {
        padding: 10px;
    }

    .contact-info1 img {
        width: 32px;
    }

    .are-you-confused {
        padding-top: 0px;
    }

    .contact-info-title-h2 {
        font-size: 29px !important;
    }

    .btn-default {
        padding: 11px 37px 11px 16px;
    }

    .we-represent-section {
        left: -15%;
        top: 98px;
    }

    .we-represent-p {
        font-size: 15px;
    }

    .home-trainings1-p {
        font-size: 16px;
        margin-bottom: 1px;
    }

    .home-trainings2-p {
        font-size: 12px;
    }

    .home-trainings-section-2 {
        margin-top: 37px;
    }
}

/* night code */
.our-team {
    background: #fafafa;
}

.ag-slide-block {
    /* background-color: #f7f3f2;  */
    overflow: hidden;
}

.ag-slide_item {
    /* padding: 90px 0; */
    /* padding-top: 120px; */
    padding-top: 140px;
    margin-bottom: -70px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.ag-slide_img {
    display: block;
    width: 100%;
    /* max-width: 280px; */
    /* max-width: 400px; */
    margin: 0 auto;
    border-radius: 100%;
    background-color: #e2e8f0;
    /* opacity: 0.5; */
    -webkit-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);

    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    border: solid 5px #fff;
    padding: 0px !important;
}

.ag-slide-block .swiper-container {
    padding-top: 13px;
}

.ag-slide-block .swiper-slide {
    /* padding-left: 15px;
    padding-right: 15px; */
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1;

    will-change: transform;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ag-slide-block .swiper-slide-active {
    opacity: 1;

    z-index: 2;

    will-change: transform;

    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);

    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.ag-slide-block .swiper-slide-active .ag-slide_img {
    opacity: 1;
    background-color: #fdba74;
    will-change: transform;
    margin-top: -50px !important;
    /* margin-bottom: -50px; */

    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.ag-slide_caption {
    position: absolute;
    top: -65px;
    /* Adjust based on layout */
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    opacity: 0;
    /* Initially hidden */
    visibility: hidden;
    /* Hide completely */
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 10;
}

.team-member {
    font-size: 12px !important;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;

}

.designation {
    font-size: 10px !important;
    font-weight: 300;
    color: #716e6e;
    margin-bottom: 0;
}

.tooltip-cust {
    max-width: 150px !important;
    position: relative;
    background: #fff;
    border-radius: .4em;
    padding: 10px 10px;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.tooltip-cust::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px;
}

.swiper-slide-active .ag-slide_caption {
    opacity: 1;
    /* Make visible */
    visibility: visible;
    /* Unhide */
}

.swiper-slide-active .ag-slide_info {
    opacity: 1;

    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

@media (max-width: 1220px) {
    .ag-slide-info_title {
        width: 130px;
    }
}

@media (max-width: 960px) {
    .ag-slide-block .swiper-container {
        max-width: 960px;
        width: 100%;
        margin-top: -22px;
        padding-top: 0;
    }

    .ag-slide-info_title {
        width: 115px;
    }

    .ag-slide-info_rate {
        height: 37px;
        width: 37px;
    }
}

@media (max-width: 600px) {

    .ag-slide-info_img {
        width: 7px;
        height: 7px;
    }

}


@media (max-width: 400px) {
    .ag-slide_img {
        width: 70%;
        margin: 0px 34px !important;
    }

    .ag-slide-block .swiper-slide {
        padding-left: 0;
        padding-right: 0;
    }
}

/* .meet-team-p {
    font-size: 23px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #605d5d;
    margin-bottom: 0;
} */

.mb-30 {
    margin-bottom: 30px !important;
}

/* end night code */

/* what they say about us */


/* end what they say about us */

/* Our Work */
.img-on-content {
    position: absolute;
    bottom: 0;
    background-color: #00000054;
}

.white-btn-work {
    border: solid 2px #fff;
    background: #ffffff7d !important;
    padding: 10px 46px 10px 17px;
}

/* Our Work End */
.placed-student {
    width: 150px;
    margin-bottom: 10px;
}

/* our work mobile responsive */
@media only screen and (max-width: 767px) {
    .works-image .img-on-content {
        padding: 10px 16px;
    }

    .works-image .img-on-content p {
        font-size: 15px;
    }

    .white-btn-work {
        display: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .our-work-title-p {
        font-size: 18px;
    }
}

.clients-testimonials1 {
    background: #fff !important;
    padding: 0 0 100px 0;
}

/* end our work mobile responsive */

/* what they say slider */
.what-they-say-slider {
    position: relative;
    overflow: visible;
    /* Ensures slides beyond the container bounds are visible */
}

.swiper-slide-active .testimonial-item {
    /* transform: scale(1.1); */
}

.what-they-say-slider .swiper-slide {
    transition: transform 0.3s ease, filter 0.3s ease;
    opacity: 0.7;
    /* Dim surrounding slides */
    filter: blur(3px);
    /* Blur surrounding slides */
}

/* Remove blur and opacity change when there's only one slide */
.what-they-say-slider .single-slide .swiper-slide {
    opacity: 1 !important;
    filter: blur(0) !important;
}

.what-they-say-slider .swiper-button-next,
.what-they-say-slider .swiper-button-prev {
    color: #070707c3;
    font-size: 12px;
    top: 44%;
    background: #ffffffbd;
    padding: 22px;
    border-radius: 29px;
}

.what-they-say-slider .swiper-button-next:after,
.what-they-say-slider .swiper-button-prev:after {
    --swiper-navigation-size: 24px;
}

.what-they-say-slider .swiper-slide-active {
    opacity: 1;
    filter: blur(0);
    /* transform: scale(1.1);  */
}

.what-they-say-slider .swiper-slide-prev,
.what-they-say-slider .swiper-slide-next {
    opacity: 0.9;
    /* Less dimmed than non-visible slides */
    filter: blur(2px);
    /* Slight blur for previous and next slides */
}


/* end what they say */
/* Our Clients and partner */
.our-client {
    /* background-color: var(--secondary-color); */
    padding: 70px 0 70px;
}

.client-look {
    padding: 20px;
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    background: var(--client-look-bg);
    /* background: linear-gradient(183deg, rgba(93,81,116,1) 0%, #22143d 100%); */
    border-radius: 25px !important;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional shadow for depth */
}


.partner-row {

    border-radius: 30px;
}

.left-radius {
    border-top-left-radius: 25px !important;
}

.right-radius {
    border-top-right-radius: 25px !important;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--partner-logo-bg);
    /* border: 1px solid #ddd; */
    border-radius: 6px;

    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo img {
    /* max-width: 100%; */
    width: 100px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.client-content h2 {
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.client-content p {
    font-size: 18px;
    color: var(--light-gray-color);
    margin-bottom: 10px;
    line-height: 1.6;
}

.client-content .reviews1 {
    font-size: 18px;
    font-weight: bold;
    color: #007bff;

}

.client-content.review1-image {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
}

.reviews1 {
    /* margin-top: 150px; */
    margin-top: 260px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Ensures alignment starts from the left */
}

.review120 {
    color: #3EC1D5;
}

.review1-image {
    margin-right: 20px;
    /* Adds space between the image and the text */
    max-width: 50px;
    /* Keeps the image size reasonable */
    height: auto;
    /* Maintains the aspect ratio of the image */
}

.reviews1 span {
    font-size: 1.2em;
    /* Optional: Adjust text size */
    /* line-height: 1.5; */
}

.star-color {
    color: #fff;
    color: #fff;
    font-weight: 300;
    font-size: 13px !important;
}

/* our clients and partner */
/* lets connect start */
.lets-connect-main {
    position: relative;
    padding-bottom: 400px;
    /* border-radius: 20px; */
    border-top: solid 20px;
    border-left: solid 20px;
    border-right: solid 20px;
    border-image-source: var(--lets-connect-main-bg);
    border-image-slice: 1;
    /* Ensures the gradient covers the border evenly */
}

.lets-connect {
    position: absolute;
    top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 200px;
}

.lets-connect-h3 {
    font-size: 24px;
    font-weight: 700;
    color: #3EC1D5;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    /* width: 300px; */
}

.lets-connect-h3::after {
    border-bottom: 1px dashed #9a9999;
    content: '';
    flex: 1;
}

.lets-connect-contact {
    display: flex;
    margin-bottom: 10px;
}

.lets-connect-contact .icon i {
    color: #3EC1D5;
}

.lets-connect-contact .contact-number {
    margin-left: 10px
}

.lets-connect-contact .contact-number a {
    color: #fff;
    font-weight: 400;
}

.lets-connect-contact .contact-number a:hover {
    color: #3EC1D5;
}

.contact-form-footer {
    margin-top: 50px;
    margin-bottom: 30px;
}

.contact-form-footer .form-control {
    /* border: solid 2px #423d4b;
    padding: 8px 17px;
    background-color: #2f2248; */
    border: solid 2px #2a6cde;
    padding: 8px 17px;
    background-color: #235cbb;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    border-radius: unset;
}

.contact-form-footer-btn {
    background-color: transparent !important;
    border: solid 2px #3EC1D5 !important;
    font-weight: 400 !important;
}

.contact-form-footer .form-control::placeholder {
    color: rgb(224, 224, 224);
    font-weight: 300;
    font-size: 14px;
}

.footer-padding {
    padding-top: 446px;
}

@media only screen and (max-width: 767px) {
    .reviews1 {
        margin-top: 150px !important;
    }

    .lets-connect {
        top: 20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 20px !important;
    }

    .lets-connect-main {
        border-top: solid 10px !important;
        border-left: solid 10px !important;
        border-right: solid 10px !important;
    }

    .lets-connect-main {
        padding-bottom: 513px !important;
    }
}

/* lets connect end */
/* start top bar */
#top-bar {
    display: inline-block;
    /* background-color: #153f68; */
    background-color: var(--top-bar-blue);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    width: 40px;
    height: 40px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
    bottom: 40px;
    right: 30px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#top-bar::after {
    content: "\f077";
    font-family: FontAwesome;
    /* font-weight: normal; */
    font-weight: 900;
    font-style: normal;
    /* font-size: 1.2em; */
    font-size: 19px;
    line-height: 42px;
    color: #fff;
}

#top-bar:hover {
    cursor: pointer;
    /* background-color: #333; */
    background-color: var(--green-color);
}

#top-bar:active {
    /* background-color: #555; */
    background-color: var(--green-color);
}

#top-bar.show {
    opacity: 1;
    visibility: visible;
}

/* end top bar */
.quote-p {
    color: var(--footer-txt-color);
}

.pt-50 {
    padding-top: 50px;
}

/* Chatbot Styles */
.chatbot-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    max-width: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.chat-header {
    background: #0078d7;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.chat-messages {
    height: 300px;
    overflow-y: auto;
    padding: 10px;
    background: #f9f9f9;
}

.message {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
}

.message.user {
    background: #0078d7;
    color: white;
    text-align: right;
}

.message.bot {
    background: #ddd;
    color: black;
    text-align: left;
}

.chat-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    background: white;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.chat-input button {
    padding: 10px;
    margin-left: 10px;
    border: none;
    background: #0078d7;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.chat-input button:hover {
    background: #005bb5;
}

/* Chatbot Styles End */
#chatbase-bubble-button,
#chatbase-bubble-button * {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #ff0000;
}

#chatbase-bubble-button {
    width: 40px !important;
    height: 40px !important;
    /* bottom: 100px !important; */
    right: 30px !important;
}

.why-choose-p-0 {
    padding: 0px !important;
}


/* client page css */
.our-client-page {
    /* background-color: var(--secondary-color); */
    padding: 70px 0 70px;
}

.client-look-page {
    padding: 20px;
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    background: var(--client-page-bg);
    /* background: linear-gradient(183deg, rgba(93,81,116,1) 0%, #22143d 100%); */
    border-radius: 25px !important;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional shadow for depth */
}


.partner-row-page {
    border-radius: 30px;
}

.partner-logo-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 6px;

    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo-page img {
    /* max-width: 100%; */
    width: 150px;
    height: auto;
    /* padding-top: 10px;
    padding-bottom: 10px; */
}

.partner-logo-page:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
    .left-radius {
        border-top-left-radius: 6px !important;
    }

    .right-radius {
        border-top-right-radius: 6px !important;
    }
}
@media only screen and (max-width: 991px) {
    .left-radius {
        border-top-left-radius: 6px !important;
    }

    .right-radius {
        border-top-right-radius: 6px !important;
    }
}

/* end client page css */

/* Fix swiper slide width */
.second-banner-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

/* Fix the wrapper to not wrap on desktop */
.second-banner-swiper .swiper-wrapper {
  flex-wrap: nowrap;
}

/* Add horizontal scroll behavior on mobile */
.second-banner-swiper {
  overflow: hidden;
  width: 100%;
}

/* Optional: Prevent tab text from wrapping (for neat look) */
.second-banner-swiper .nav-link {
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
}

.eng-support{
    padding: 150px 0px 100px !important;
}
