/* 
===============Copyright (c) 2022================
 [Master Stylesheet]
Template Name:Multifarious responsive Html Template 
Version: 1.0.0 
==============================================================*/
:root {
    --ld-main-color: #b385ff;
    --ld-main-light: #e6f9fb;
    --ld-main-color1: #f0feff;
    --ld-white-color: #ffffff;
    --ld-text-color: #9497a1;
    --ld-heading-color: #534462;
    --ld-light-color: #ecf5f7;
    --ld-footer: #2c2e44;
    --ld-footer-text: #acaebf;
    --ld-copywrite: #282a3d;
}

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    color: var(--black-color);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

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

p {
    margin: 0px;
    padding: 0;
    word-break: break-word;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--black-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--yellow-color);
    width: 4px;
}

/* All button css */
a.ld-top-header-btn {
    width: 100%;
    max-width: 212px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ld-white-color);
    color: var(--ld-main-color);
    border-radius: 50px 50px 0 50px;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.ld-top-header-btn span svg {
    fill: var(--ld-main-color);
}

a.ld-top-header-btn span {
    padding: 7px;
}

a.ld-top-header-btn:hover {
    border-radius: 25px 0 25px 0;
}

a.ld-all-btn {
    width: 100%;
    max-width: 170px;
    height: 50px;
    color: var(--ld-main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ld-white-color);
    border-radius: 50px 50px 0px 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.ld-all-btn1 {
    width: 100%;
    max-width: 170px;
    height: 50px;
    color: var(--ld-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 12px 30px 0px rgba(75, 226, 240, 0.3);
    background-color: var(--ld-main-color);
    border-radius: 50px 50px 0px 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.ld-all-btn:hover {
    border-radius: 25px 0 25px 0;
}

a.ld-all-btn1:hover {
    border-radius: 25px 0 25px 0;
}

/******preloader css start******/
.ld-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.ld-loader img {
    width: 80px;
}

/*****preloader css end******/
/*****goto top css start******/
.ld-top-icon a {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: var(--ld-main-color);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    animation: 3s installation infinite alternate;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ld-top-icon a i {
    color: #ffffff;
}

@keyframes installation {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.ld-top-icon a svg {
    fill: var(--ld-white-color);
    transform: rotate(270deg);
}

.ld-top-icon a:active {
    background-color: #555;
}

.ld-top-icon a.show {
    opacity: 1;
    visibility: visible;
}

/******css start*****/
/***** banner css strat *****/
.ld-banner-wrapper {
    background-image: url(../images/bgbubbles.gif);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

/***** header menu ******/
.ld-header-wrapper {
    padding: 20px 80px;
	box-shadow: 1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
    max-width: 100%;
    z-index: 99999;
    transition: all 0.7s ease-in-out;
	background-color: #fff;color: #ccc !important;
}  

.ld-header-wrapper.ld-header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--ld-main-color);
    box-shadow: 1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
    max-width: 100%;
    z-index: 99999;
    transition: all 0.7s ease-in-out;
}

.ld-header-wrapper ul.ld-header-menu li a { 
    color:#B385FF
}
.ld-header-fixed ul.ld-header-menu li a { 
    color:#FFFFFF
} 

.ld-header-wrapper a.ld-top-header-btn { 
    background-color: #B385FF; 
    color: #fff; 
}
.ld-header-wrapper a.ld-top-header-btn span svg {
    fill: #fff;
}

.ld-header-fixed a.ld-top-header-btn { 
    color: #B385FF; 
    background-color: #fff; 
}
.ld-header-fixed a.ld-top-header-btn span svg {
    fill: #B385FF;
}

.ld-header-menu-section {
    display: flex;
    align-items: center;
    justify-content: end;
}

ul.ld-header-menu li {
    display: inline-flex;
    margin: 0px 21px;
    position: relative;
}

.ld-toggle-btn {
    display: none;
}

.ld-toggle-btn span {
    height: 2px;
    width: 18px;
    background-color: #b385ff;
    margin-top: 8px;
    display: block;
}

/******* mega menu end ******/
ul.ld-header-menu li a { 
    font-size: 16px;
}

.ld-header-btn {
    width: 212px;
    margin-left: 9px;
}

.ld-banner {
    padding: 0px 75px;
}

.ld-banner-left {
    padding-top: 200px;
}

.ld-banner-left h1 {
    font-size: 52px;
    color: var(--ld-white-color);
    font-weight: 300;
}

.ld-banner-left p {
    font-size: 20px;
    color: var(--ld-white-color);
    padding: 10px 0px 20px;
}

.ld-banner-img {
    padding-top: 70px;
}

.ld-goto-about {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 6px solid var(--ld-white-color);
    background-color: var(--ld-light-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ld-goto-about svg {
    fill: var(--ld-main-color);
}

.ld-goto-about:hover {
    background-color: var(--ld-main-color);
}

.ld-goto-about:hover svg {
    fill: var(--ld-white-color);
}

/****** banner css end ******/
/****** about css start ******/
.ld-about-wrapper {
    padding: 102px 0px 80px;
}

.ld-about-right {
    padding-top: 0px;
}

.ld-about-right h2 {
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--ld-main-color);
}

.ld-about-right h1 {
    font-size: 32px;
    color: var(--ld-heading-color);
    font-weight: 400;
    padding: 13px 0px 15px;
}

.ld-about-right p {
    font-size: 14px;
    color: var(--ld-text-color);
}

p.ld-about-right-top {
    padding: 25px 0px 25px;
}

/******** about css end *******/
/******* service css start *********/
.ld-service-wrapper {
    background-color: var(--ld-main-color1);
    padding: 74px 0px 80px;
}

.ld-all-heading h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 50px;
    color: var(--ld-heading-color);
}

.ld-service-box {
    background-color: var(--ld-white-color);
    text-align: center;
    padding: 60px 25px 53px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #f3fafb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	min-height: 500px !important;
    height: 300px;
}

.ld-service-box h2 {
    font-size: 18px;
    color: var(--ld-heading-color);
    padding: 26px 0px 20px;
}

.ld-service-box p {
    font-size: 14px;
    color: var(--ld-text-color);
}

.ld-service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 28px 50px 0px rgba(97, 153, 163, 0.1);
}

/******** service css end *******/
/****** choose us css start *****/
.ld-choose-wrapper {
    padding: 77px 0px 80px;
}

.ld-choose-left h2 {
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--ld-main-color);
}

.ld-choose-left h1 {
    font-size: 32px;
    color: var(--ld-heading-color);
    font-weight: 400;
    padding: 13px 0px 15px;
}

.ld-choose-left p {
    font-size: 14px;
    color: var(--ld-text-color);
}

.ld-choose-inner {
    padding: 30px 0px 20px;
}

.ld-choose-option1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ld-choose-option1-text {
    margin-left: 20px;
}

.ld-choose-option1-text h1 {
    font-size: 18px;
    color: var(--ld-heading-color);
    font-weight: 600;
    padding-bottom: 5px;
}

.ld-choose-option1:hover {
    transform: translateX(5px);
}

/***** choose us css end *******/
/******* client slider css start ********/
.ld-client-wrapper {
    padding: 100px 0px;
    background-image: linear-gradient(-90deg, #ebf9f9 0%, #fdfeff 47%, #ebf8fa 100%);
}

.ld-client-slider-swiper {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    width: 900px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.ld-client-box-text p {
    max-width: 100%;
    width: 630px;
    font-size: 14px;
    line-height: 24px;
    color: var(--ld-text-color);
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

.ld-client-box-text h2 {
    font-size: 16px;
    color: var(--ld-heading-color);
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.ld-client-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.ld-client-box-img img {
    height: auto;
    width: auto;
}

.swiper-pagination {
    position: relative;
    margin-top: 60px;
}

.ld-client-box {
    max-width: 100%;
    width: 770px;
    min-height: 294px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(70, 176, 195, 0.2);
    background-color: #ffffff;
    position: relative;
    padding: 50px 0 0 0;
    transition: all .3s linear;
}

.ld-client-box::after {
    position: absolute;
    content: '';
    left: 27px;
    top: 27px;
    max-width: 100%;
    width: 770px;
    min-height: 294px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(70, 176, 195, 0.2);
    background-color: #ffffff;
    z-index: -1;
    transition: all .4s linear;
}

.ld-client-box:hover:after {
    top: 0;
    left: 0;
}

.ld-client-box-text {
    position: relative;
    z-index: 1;
}

.ld-qoute-img img {
    width: auto;
    height: auto;
    z-index: -1;
}

.ld-qoute-img {
    position: absolute;
    left: 42%;
    bottom: 20px;
}

/***** arrow ******/
.ld-client-image {
    position: relative;
    left: -42px;
    right: 0;
    width: 200px;
    margin: 0 auto;
    top: 26px;
}

.ld-client-image span.swiper-pagination-bullet {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 68px;
    height: 68px;
    margin: 0 auto !important;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid transparent;

    opacity: 1;
}

.ld-client-image span.swiper-pagination-bullet:nth-child(1) {
    background-image: url(../images/client1.png);
    background-repeat: no-repeat;
    right: -117px;
    top: 9px;
    z-index: -1;
}

.ld-client-image span.swiper-pagination-bullet:nth-child(2) {
    background-image: url(../images/client2.png);
    background-repeat: no-repeat;
    left: 3px;
}

.ld-client-image span.swiper-pagination-bullet:nth-child(3) {
    background-image: url(../images/client3.png);
    background-repeat: no-repeat;
    left: -71px;
    top: 10px;
    z-index: -1;
}

/* pagination */
.ld-swiper-pagination {
    position: relative;
}

/*===================== work css start ======================*/
.ld-work-wrapper {
    padding: 0px 0px 80px;
}

.ld-work-box {
    text-align: center;
    position: relative;
    transition: all .3s linear;
}

.ld-work-box img {
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.ld-work-box:hover img {
    transform: scale(1.1);
}

.ld-work-box:hover h5 {
    transform: scale(1.1);
    background-color: var(--ld-heading-color);
}

.ld-work-box:hover h2 {
    color: var(--ld-main-color);
}

.ld-work-box:after {
    content: '';
    position: absolute;
    left: 206px;
    top: 112px;
    width: 500px;
    max-width: 100%;
    height: 2px;
    border: 1px dashed #def3f5;
    ;
}

.ld-work-box.ld-work-box-border:after {
    background-image: none;
    display: none;
}

.ld-work-box h5 {
    width: 100%;
    max-width: 110px;
    margin: 30px auto 30px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--ld-main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ld-main-light);
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.ld-work-box h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--ld-heading-color);
    padding-bottom: 10px;
}

.ld-work-box p {
    color: var(--ld-text-color);
    font-size: 14px;
}

/*================ plan css start =================*/
.ld-plan-wrapper {
    padding: 80px 0px 80px;
    background-image: linear-gradient(-90deg, #ebf9f9 0%, #fdfeff 47%, #ebf8fa 100%);
}

.ld-plan-section-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--ld-white-color);
    box-shadow: 0px 0px 50px 0px rgba(70, 176, 195, 0.2);
    padding: 35px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ld-plan-section-box h1 {
    font-size: 16px;
    color: var(--ld-heading-color);
}

.ld-plan-section-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--ld-heading-color);
}

.ld-plan-section-box h2 span {
    font-size: 14px;
}

.ld-plan-section-box:hover {
    background-color: var(--ld-main-color);
    box-shadow: 0px 0px 50px 0px rgba(70, 176, 195, 0.2);
}

.ld-plan-section-box:hover h1 {
    color: var(--ld-white-color);
}

.ld-plan-section-box:hover h2 {
    color: var(--ld-white-color);
}

/***** table css *****/
.ld-price-table {
    background-color: var(--ld-white-color);
    border-radius: 10px;
    padding: 0px 0 24px;
    box-shadow: 0px 0px 50px 0px rgba(70, 176, 195, 0.2);
	margin-bottom: 30px
}

.ld-price-table h2 {
    font-size: 18px;
    color: var(--ld-heading-color);
    padding: 26px 0px;
    font-weight: 700;
    text-align: center;
}

.ld-price-table table tr th {
    color: var(--ld-heading-color);
    font-size: 14px;
    text-align: center;
    background-color: #f7f8ff;
}

.ld-price-table table tr th:nth-child(1) {
    width: 270px;
    text-align: left;
    padding: 9px 0px 9px 50px;
}

.ld-price-table table tr th {
    width: 170px;
    padding-right: 50px;
}

.ld-price-table table tr td {
    color: var(--ld-text-color);
    font-size: 14px;
    text-align: center;
    padding: 25px 50px 3px 0px;
}

.ld-price-table table tr td:nth-child(1) {
    text-align: left;
    padding-left: 50px;
}

/****** blog css start ********/
.ld-blog-wrapper {
    padding: 80px 0px 80px;
}

.ld-blog-img {
    position: relative;
}

.ld-blog-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.ld-blog-img:hover::before,
.ld-blog-box:hover .ld-blog-img::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 110%;
        height: 110%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 110%;
        height: 110%;
        opacity: 0;
    }
}

.ld-blog-text {
    position: absolute;
    bottom: -30px;
    left: 20px;
    transition: all .3s ease-in-out;
    height: 90px;
    max-width: 100%;
    width: 80px;
}

.ld-blog-text h1 {
    font-size: 36px;
    color: var(--ld-heading-color);
    background-color: var(--ld-white-color);
    font-weight: 700;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ld-blog-text h2 {
    font-size: 14px;
    color: var(--ld-white-color);
    background-color: var(--ld-main-color);
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.ld-blog-menu {
    padding: 16px 0px 14px;
}

ul.ld-blog-menu li {
    display: inline-flex;
    padding-top: 40px;
    padding-right: 10px;
}

ul.ld-blog-menu li a svg {
    fill: var(--ld-main-color);
}

ul.ld-blog-menu li a {
    color: var(--ld-text-color);
}

.ld-blog-box a h3 {
    font-size: 20px;
    color: var(--ld-heading-color);
    padding-bottom: 10px;
    transition: all .3s linear;
}

.ld-blog-box p {
    font-size: 14px;
    color: var(--ld-text-color);
}

/****** footer css start *****/
.ld-footer-wrapper {
    background-color: var(--ld-footer);
    padding: 80px 0px 80px;
}

.ld-footer-inner {
    border-bottom: 1px solid var(--ld-footer-text);
    padding-bottom: 48px;
}

.ld-footer-section1 p {
    color: var(--ld-footer-text);
    font-size: 14px;
    padding: 24px 0px 0px 0px;
}

.ld-footer-section1 h5 {
    font-size: 16px;
    color: var(--ld-white-color);
    padding: 18px 0px 17px;
}

a.ld-top-header-btn.ld-footer-btn {
    background-color: var(--ld-main-color);
    color: var(--ld-white-color);
}

a.ld-top-header-btn.ld-footer-btn svg {
    fill: var(--ld-white-color);
}

.ld-footer-section2 h2 {
    color: var(--ld-white-color);
    font-size: 18px;
    position: relative;
    padding-bottom: 38px;
}

.ld-footer-section2 h2:after {
    content: '';
    position: absolute;
    bottom: 29px;
    left: 0;
    right: 0;
    width: 71px;
    height: 1px;
    background-color: var(--ld-main-color);
}

.ld-footer-section2 h2:before {
    content: '';
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    width: 64px;
    height: 1px;
    background-color: var(--ld-main-color);
}

ul.ld-footer-menu li {
    padding-bottom: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

ul.ld-footer-menu li a {
    color: var(--ld-footer-text);
    font-size: 14px;
}

ul.ld-footer-menu li a span {
    padding-left: 12px;
    position: relative;
}

ul.ld-footer-menu li a span:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 13px;
    right: 0;
    border-bottom: 1px solid var(--ld-footer);
    transition: all 0.3s;
}

ul.ld-footer-menu li a svg {
    fill: var(--ld-footer-text);
}

.ld-blog-box {
    transition: all .3s linear;
}

.ld-blog-box:hover a h3 {
    color: var(--ld-main-color);
}

.ld-blog-box:hover .ld-blog-text {
    bottom: -10px;
}

.ld-blog-box:hover .ld-blog-text h1 {
    border-radius: 40px 40px 0px 0px;
}

/****** hover css ******/
ul.ld-footer-menu li:hover {
    transform: translateX(5px);
}

ul.ld-footer-menu li:hover a {
    color: var(--ld-main-color);
}

ul.ld-footer-menu li:hover a svg {
    fill: var(--ld-main-color);
}

ul.ld-footer-menu li:hover a span:after {
    border-color: var(--ld-main-color);
}

/******* newsletter css *****/
.ld-newsletter-section {
    text-align: center;
    padding-top: 47px;
}

.ld-newsletter-section h5 {
    font-size: 14px;
    color: var(--ld-main-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ld-newsletter-section h4 {
    font-size: 26px;
    color: var(--ld-white-color);
    padding: 11px 0px 33px;
}

.ld-newsletter-button {
    position: relative;
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
}

.ld-newsletter-button input {
    width: 100%;
    max-width: 535px;
    height: 50px;
    padding: 0px 195px 0px 30px;
    border-radius: 50px;
    background-color: #32344b;
    border: 1px solid transparent;
    color: var(--ld-white-color);
}

.ld-newsletter-button input::placeholder {
    color: var(--ld-footer-text);
}

a.ld-subscribe {
    width: 100%;
    max-width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ld-main-color);
    border-radius: 50px;
    font-size: 16px;
    color: var(--ld-white-color);
    position: absolute;
    top: 0;
    right: 0;
}

/******* copywrite css ******/
.ld-copywrite {
    background-color: var(--ld-copywrite);
}

.ld-copywrite p {
    color: var(--ld-white-color);
    font-size: 14px;
    text-align: center;
    padding: 14px 0px;
}

.pagination {
    width: 10px;
    height: 10px;
    background: red;
    margin-top: 5px;
}

.ld-client-pagination-bottom {
    position: relative;
    top: 53px;
    left: 0;
    right: 0;
    text-align: center;
}

.ld-client-pagination-bottom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.ld-client-pagination-bottom .swiper-pagination-bullet-active {
    background: var(--ld-main-color);
}

.sr-testimonial-container {
    max-width: 770px;
    margin: auto;
}

.swiper-container.gallery-thumbs {
    max-width: 150px;
    padding: 25px 0;
    margin-bottom: 10px;
}

.sr-testimoniosal-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 0;
    border-radius: var(--circular-radius);
    cursor: pointer;
}

.swiper-slide-thumb-active .sr-testimoniosal-thumb img {
    border: 3px solid var(--white);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.sr-testimonial-inner {
    position: relative;
    text-align: center;
    width: calc(100% - 30px);
    margin-bottom: 30px;
    box-shadow: 0 0 50px rgb(0 0 0 / 0.08);
}

.sr-testimonial-inner:before {
    content: "";
    position: absolute;
    right: -30px;
    left: 30px;
    bottom: -30px;
    top: 30px;
    background: var(--white);
    border: none;
    border-radius: var(--radius10);
    box-shadow: 0 0 50px rgb(0 0 0 / 0.08);
}

.sr-testimonial-holder {
    position: relative;
    background: var(--white);
    z-index: 4;
    box-shadow: 0 0 50px rgb(0 0 0 / 0.08);
    border: none;
    border-radius: var(--radius10);
    padding: 33px 50px 46px;
}

.sr-testimonial-holder:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/quote.html);
    background-position: center;
    background-repeat: no-repeat;
    margin: 80px 0 0;
}

.sr-testimoniosal-info h4 {
    color: var(--title-color);
    font-size: var(--globle-font);
    font-weight: 600;
    margin: 0 0 0;
}

.sr-testimoniosal-info p {
    margin: 0 0 15px;
}

/* Swiper Control CSS */
.sr-testimonials-wrapper .pagination {
    margin: 58px auto -5px;
    text-align: center;
    width: 100%;
    display: block;
}

.sr-testimonials-wrapper .pagination span {
    background: var(--bullet-color);
    margin: 0 4px;
    height: 10px;
    width: 10px;
    opacity: 1;
}

.sr-testimonials-wrapper .pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}

.sr-blog-thumb-page-wrapper .pagination {
    padding-bottom: 7px;
    margin-top: 43px;
}

.sr-slider-nav>div {
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: relative;
    border: none;
    border-radius: var(--circular-radius);
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.sr-slider-nav>div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--title-color);
}

.sr-slider-nav>div:hover:before {
    background: var(--primary);
}

.sr-slider-nav>div:hover:before,
.sr-slider-nav>div:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sr-slider-nav>div svg {
    fill: var(--white);
    height: 18px;
    width: 25px;
    position: relative;
}

.sr-slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    margin: auto;
    top: 34.5%;
}

.sr-slider-nav .next-slide {
    position: absolute;
    right: 0;
}

/* Testimonials Style Two CSS Start */
.sr-testimonial2-container {
    position: relative;
}

.sr-testimonial2-inner {
    max-width: 970px;
    margin: auto;
    width: 100%;
    padding: 40px 15px 30px;
    position: relative;
    margin-bottom: 25px;
}

.sr-testimonial2-inner:before {
    content: "";
    background: var(--white);
    position: absolute;
    bottom: -25px;
    left: 50px;
    right: 50px;
    top: 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
    margin: auto;
}

.sr-testimonial2-holder:before {
    content: "";
    background: var(--white);
    position: absolute;
    bottom: -26px;
    left: -12px;
    right: -12px;
    top: -40px;
    box-shadow: var(--shadow);
    margin: auto;
}

.sr-testimonial2-holder {
    position: relative;
}

.sr-testimoniosal2-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 770px;
    margin: auto;
}

.sr-testimoniosal2-thumb img {
    height: 70px;
    width: 70px;
    border: 3px solid var(--primary);
    border-radius: var(--circular-radius);
}

.sr-testimoniosal2-thumb {
    margin-bottom: 15px;
}

.sr-testimoniosal2-info p:first-child {
    margin: 0;
}

.sr-testimoniosal2-info h4 {
    margin: 15px 0 8px;
    font-weight: 700;
    font-size: var(--globle-font);
}

.sr-testimoniosal2-info h6 {
    color: var(--primary);
    font-size: var(--global-font);
    font-weight: 400;
}

.sr-testimonial2-container .sr-slider-nav {
    right: -20px;
    left: -20px;
    max-width: unset;
    z-index: 9;
}

.quote-icon-left svg,
.quote-icon-right svg {
    height: 46px;
    fill: var(--offwhite2);
}

.quote-icon-left {
    position: absolute;
    top: 0;
    left: 25px;
}

.quote-icon-right {
    position: absolute;
    bottom: 0;
    right: 25px;
}

/*-------- about css start -----------*/
.ld-header-wrapper.ld-header-wrapper01 {
    background-color: #57cdd8;
}

#subtitle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 288px;
    /* z-index: 1; */
    position: relative;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

#subtitle-wrapper {
    background-color: #57cdd8;
    /* background-image: url(../images/subtitle-wrapper01.jpg); */
}

.tt-breadcrumbs {
    color: #fff;
}

#subtitle-wrapper .ld-subtitle-title {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 19px;
}

.tt-breadcrumbs span>a {
    color: rgb(255, 255, 255);
}

.bubbleContainer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.bubbleContainer div[class^="bubble-"] {
    height: 1px;
    width: 1px;
    position: absolute;
    background: url(../images/bubbles-01.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.bubble-1 {
    bottom: -14.6px;
    left: 70%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.22s;
    animation: bubble-animation 4.5s infinite ease-in -5.22s;
}

.bubble-2 {
    bottom: -1.4px;
    left: 8%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.58s;
    animation: bubble-animation 4.5s infinite ease-in -3.58s;
}

.bubble-3 {
    bottom: -62.6px;
    left: 21%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -0.64s;
    animation: bubble-animation 4.5s infinite ease-in -0.64s;
}

.bubble-4 {
    bottom: -83px;
    left: 69%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -7.05s;
    animation: bubble-animation 4.5s infinite ease-in -7.05s;
}

.bubble-5 {
    bottom: -80.6px;
    left: 15%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -0.7s;
    animation: bubble-animation 4.5s infinite ease-in -0.7s;
}

.bubble-6 {
    bottom: -25.4px;
    left: 98%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.67s;
    animation: bubble-animation 4.5s infinite ease-in -5.67s;
}

.bubble-7 {
    bottom: -104.6px;
    left: 22%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -0.84s;
    animation: bubble-animation 4.5s infinite ease-in -0.84s;
}

.bubble-8 {
    bottom: -91.4px;
    left: 37%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.99s;
    animation: bubble-animation 4.5s infinite ease-in -5.99s;
}

.bubble-9 {
    bottom: -73.4px;
    left: 70%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.65s;
    animation: bubble-animation 4.5s infinite ease-in -3.65s;
}

.bubble-10 {
    bottom: -97.4px;
    left: 35%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -7.43s;
    animation: bubble-animation 4.5s infinite ease-in -7.43s;
}

@keyframes bubble-animation {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px;
    }

    100% {
        -webkit-transform: translate3d(-50%, -280px, 0);
        transform: translate3d(-50%, -280px, 0);
        height: 75px;
        width: 75px;
    }
}

/* ------contact css start ---------*/
.ld-choose-left.ld-choose-center {
    text-align: center;
}

.ld-contact-wrapper {
    padding: 80px 0px 80px 0px;
}

.ld-icone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 85px;
    width: 85px;
    height: 85px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
    border-radius: 50%;
    color: #57cdd8;
    font-size: 26px;
    margin: 0 auto;
}

.ld-add-box {
    text-align: center;
    margin-top: 40px;
}

.ld-add-box h6 {
    font-size: 20px;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    color: #323232;
    font-weight: 600;
    padding: 0 0 5px 0;
    margin: 18px 0 0 0;
}

.ld-contact-white-form h1 {
    font-size: 32px;
    color: var(--ld-heading-color);
    font-weight: 400;
    margin-bottom: 23px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #5344626b;
    background-image: none;
}

.pg-form_field {
    width: 100%;
    border: 1px solid #ececec;
    padding: 0 20px;
    height: 50px;
    border-radius: 6px;
    display: flex;
}

.ld-field_holder textarea {
    min-height: 150px;
    padding-top: 15px;
    resize: none;
}

.ld-field_holder {
    margin-bottom: 15px;
}

.vr_btn {
    width: 100%;
    max-width: 170px;
    height: 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #57cdd8;
    border-radius: 50px 50px 0px 50px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ld-contact-white-form {
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    padding: 33px 40px 10px;
}

.text-center {
    font-size: 12px;
}

.ld-map iframe {
    height: 525px;
}

.ld-map-wrapper {
    padding-bottom: 60px;
}

.ld-blog-box.ld-blog-box01 {
    margin-bottom: 50px;
}

/* ------blog single css  -------*/
.lg-blog-single-start {
    padding: 80px 0 50px;
}

.box-img1 {
    position: relative;
    overflow: hidden;
}

.box-img1:after,
.box-img1::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    /* opacity: 0.3; */
    background: #ffffff;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.box-img1::before {
    right: 0;
    top: 0;
}

.box-img1:after,
.box-img1::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    /* opacity: 0.3; */
    background: #ffffff;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.box-img1::after {
    opacity: 0.3;
    left: 0;
    bottom: 0;
}

.blogsingle-box h3,
.app-comment-text h5 {
    font-size: 20px;
    color: #534462;
    padding: 20px 0 14px;
}

.lg-entry-meta span a i {
    color: #b385ff;
}

.lg-entry-meta span a {
    color: #9497a1;
}

.app-blog-comment {
    display: inline-flex;
    margin: 30px 0;
}

.app-comment-image {
    float: left;
    padding-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    max-width: 100%;
}

.app-comment-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-comment-text h5 {
    padding: 8px 0px 17px 7px;
}

.ld-single-form {
    padding: 40px 0px 70px 0px;
}

.form-control:focus {
    border-color: #ececec;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
    border-color: #b7b1bd !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    box-shadow: none !important;
    border-color: #b385ff;
    background-image: none;
}

.blogsingle-box p {
    padding: 14px 0px 0px 0px;
}

.lg-entry-meta span a {
    margin-right: 12px;
}

.box-img1 img {
    border-radius: 15px;
}

/* tab css start */

.accordion-button:not(.collapsed) {
    color: #57cdd8;
    background-color: #ffffff;
}
.accordion-button:focus {
    border-color: #ffffff !important;
    box-shadow: none;
}
.accordion-item {
    box-shadow: 0 19px 40px rgb(157 174 185 / 15%);
    margin-bottom: 10px;
    border: none;
}
button.accordion-button.collapsed {
    padding: 20px 20px 20px 20px;
}

.ld-about-right.ld-about-right-00 {
    /* padding: 16px; */
    padding-top: 34px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-arrow.png);
}
.ld-choose-left-045 h6 {
    font-size: 36px;
    line-height: 46px;
    color: #534462;
    margin: 0;
    padding: 0 0 22px 0;
}
.ld-choose-left-045 p {
    max-width: 360px;
    width: 100%;
    margin: 0px auto;
    margin-left: 262px;
    padding-bottom: 10px;

}
address a {
    font-weight: 600;
    font-size: 28px;
    color: #2f2f2f;
    letter-spacing: -0.02em;
}

address a:hover {
    color: #2f2f2f;
}

.ld-choose-left-045 {
    text-align: end;
}

.ld-choose-img {
    position: relative;
}

.ld-choose-img::before {
    position: absolute;
    content: url("../images/arrow-img-left.png");
    left: 0px;
    top: 0px;
}
.ld-choose-wrapper-689 {
    padding: 10px 0px 60px 0px;
}



















/* responsive css start */
@media (max-width:1100px) {}

@media (max-width:1300px) {
    ul.ld-header-menu li {
        margin: 0 15px;
    }
}

@media (max-width:1399px) {
    .ld-work-box:after {
        left: 182px;
    }
    .ld-choose-left-045 p
    {
        margin-left: 172px;
    }
}

@media (max-width:1200px) {
    .ld-goto-about {
        bottom: -8px;
    }
}

@media (max-width:1199px) {
    .ld-work-box:after {
        left: 160px;
    }

    ul.ld-header-menu li {
        margin: 0 6px;
    }
    .ld-choose-left-045 p {
        margin-left: 78px;
    }
    .ld-about-right {
        padding-top: 32px;
    }
}

@media (max-width:1024px) {
    ul.ld-header-menu li {
        margin: 0 2px;
    }
}

@media (max-width:992px) {
    .ld-goto-about {
        bottom: 0px;
    }
}

@media (max-width:991px) {
    .ld-work-box:after {
        display: none;
    }

    .ld-toggle-btn {
        display: block;
        margin-left: 30px;
        margin-top: 10px;
    }

    ul.ld-header-menu {
        position: fixed;
        left: -200px;
        top: 0;
        bottom: 0;
        width: 200px;
        background-color: var(--ld-white-color);
        transition: all .5s ease-in-out;
    }

    .open-toggle ul.ld-header-menu {
        left: 0;
    }

    ul.ld-header-menu li {
        display: block;
        padding: 10px 50px;
    }

    ul.ld-header-menu li a {
        color: var(--ld-main-color);
    }

    .open-toggle .ld-toggle-btn span:nth-child(2) {
        width: 10px;
    }

    .open-toggle .ld-toggle-btn span:nth-child(3) {
        width: 5px;
    }

    .ld-footer-section1,
    .ld-footer-section2 {
        margin-bottom: 20px;
    }

    .ld-blog-box,
    .ld-work-box {
        margin-bottom: 20px;
    }

    .ld-banner-left {
        padding-top: 10px;
    }

    .ld-banner-img {
        padding-top: 10px;
    }

    .ld-client-box {
        width: 630px;
        padding: 30px 0 0 0;
    }

    .ld-client-box-text p {
        width: 530px;
    }
    .ld-choose-left-045 {
        text-align: start;
    }
    .ld-choose-left-045 p
    {
        margin: 0px;
    }
    .ld-choose-left-045 h6{
        max-width: 520px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .ld-client-box {
        width: auto;
    }

    .ld-banner-left h1 {
        font-size: 40px;
    }

    .ld-banner-left p {
        font-size: 15px;
    }

    a.ld-top-header-btn {
        max-width: 180px;
    }

    .app-blog-comment {
        display: inline-flex;
        margin: 30px 0;
        flex-direction: column;
    }

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

    .ld-banner-img {
        padding-top: 100px !important;
    }
    .ld-about-right.ld-about-right-00 {
        padding-top: 0px;
    }
}

@media (max-width:645px) {
    .ld-header-wrapper {
        padding: 20px 21px;
    }

    .ld-banner {
        padding: 0px 17px;
    }
}

@media (max-width:575px) {
    .ld-price-table table tr th:nth-child(1) {
        width: auto;
        padding: 9px 0px 9px 30px;
    }

    .ld-price-table table tr td:nth-child(1) {
        padding-left: 30px;
    }

    .ld-price-table table tr th {
        padding-right: 0;
        width: 100px;
    }

    .ld-logo {
        margin-bottom: 10px;
    }

    .ld-header-menu-section {
        justify-content: center;
    }

    .ld-logo {
        text-align: center;
    }
}

@media (max-width:540px) {
    a.ld-top-header-btn {
        display: none;
    }
}

@media (max-width:480px) {
    .ld-price-table table tr td {
        padding: 25px 0 3px 0;
    }

    .ld-price-table table tr th:nth-child(1) {
        padding: 9px 0 9px 10px;
    }

    .ld-price-table table tr td:nth-child(1) {
        padding-left: 10px;
    }

    .ld-banner-left h1 {
        font-size: 30px;
    }

    .ld-banner-left p {
        font-size: 15px;
    }

    .ld-header-wrapper {
        padding: 20px 10px;
    }
}

@media (max-width:425px) {
    .tt-breadcrumbs {
        text-align: center;
    }

    #subtitle-wrapper .ld-subtitle-title {
        text-align: center;
    }

    a.ld-subscribe {
        top: 66px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .ld-about-wrapper {
        padding: 50px 0px 49px !important;
    }

    .ld-service-wrapper {
        padding: 74px 0px 24px !important;
    }

    .ld-client-wrapper {
        padding: 34px 0px;
    }

    .ld-work-wrapper {
        padding: 50px 0px 43px;
    }

    .ld-plan-wrapper {
        padding: 29px 0px 39px;
    }

    .ld-blog-wrapper {
        padding: 40px 0px 27px;
    }

    .ld-footer-wrapper {
        padding: 39px 0px 80px !important;
    }

    a.ld-all-btn1 {
        margin-bottom: 23px;
    }

    .ld-choose-wrapper {
        padding: 77px 0px 46px;
    }

    .ld-work-wrapper.ld-work-wrapper-about {
        padding: 0px 0px 20px 0px;
    }
}

@media (max-width:480px) {
    .ld-banner-wrapper.ld-banner-wrapper01 {
        height: auto;
    }

    .ld-newsletter-button input {
        padding: 0px 73px 0px 30px;
    }

    .ld-banner-left {
        padding-top: 25px !important;
    }

    .ld-about-right {
        padding-top: 30px;
    }

    .ld-about-wrapper {
        padding: 50px 0px 80px;
    }
}

@media (max-width:1400px) {
    .ld-banner-left {
        padding-top: 50px;
    }
}

@media (max-width:768px) {
    .ld-banner-left {
        padding-top: 106px;
    }
}