:host,:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --tp-ff-body: "DM Sans", sans-serif;
    --tp-ff-heading: "Raleway", sans-serif;
    --tp-ff-poppins: "Poppins", sans-serif;
    --tp-ff-p: "DM Sans", sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-fz-body: 16px;
    --tp-fz-p: 16px;
    --tp-common-white: #fff;
    --tp-common-black: #000;
    --tp-heading-primary: #020626;
    --tp-heading-secondary: #000;
    --tp-grey-1: #f1f1f1;
    --tp-grey-2: #f5f6f8;
    --tp-text-body: #5a627d;
    --tp-text-1: #261f1f;
    --tp-text-2: #0c0808;
    --tp-theme-primary: #020626;
    --tp-theme-secondary: #05dac3;
    --tp-bg-primary: #f3fbfe;
    --tp-border-primary: #000;
    --tp-border-secondary: #000;
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

*,:after,:before {
    box-sizing: border-box
}

a {
    text-decoration: none;
}
.fa-solid,.fas {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900
}

.fa-thin,.fat {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 100
}
.p-relative {
    position: relative;
}
.tp-header-top {
    border-bottom: 1px solid #e6edf2;
    padding-top: 1px;
    padding-bottom: 15px;
}
.tp-header-space {
    padding-left: 150px;
    padding-right: 103px;
}
.d-none {
    display: none !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.align-items-center {
    align-items: center !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.tp-header-top-info ul li {
    position: relative;
    display: inline-block;
    list-style: none;
}
.tp-header-top-info ul li a span {
    color: var(--tp-theme-secondary);
    display: inline-block;
    margin-right: 7px;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.tp-header-top-right .header-call a {
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-theme-primary);
    transition: all .3s ease;
}
.tp-header-top-right .header-call {
    border: 1px solid #e6edf2;
    border-radius: 14.5px;
    padding: 1px 12px;
    margin-right: 16px;
}
.tp-header-top-right .header-call a i {
    height: 21px;
    width: 21px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    margin-right: 4px;
    display: inline-block;
    color: var(--tp-common-white);
    background: var(--tp-theme-secondary);
    transform: translateY(1px);
}
.tp-header-top-right .header-social a {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-theme-primary);
    margin-left: 25px;
    transition: all .3s ease;
}
.tp-header-top-right .header-social a i {
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}
.fa-brands, .fab {
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.d-flex {
    display: flex !important;
}
body {
    font-family: var(--tp-ff-body);
    font-size: var(--tp-fz-body);
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 26px;
    padding: 0;
    margin: 0;
}
header#pq-header.pq-header-style-1 .pq-bottom-header {
    padding: 0px 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .logo {
    height: 70px;
}









/*///////slider*/


.slider-container {
    position: relative;
}

.slider-item {
    min-width: 100%;
    position: relative;
    overflow: hidden;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slide-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    color: #fff;
}

.nav-dots {
    position: absolute;
    bottom: 50px; /* Adjust for visibility */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10; /* Ensure dots are above slides */
}

.nav-buttons {
    position: absolute;
    bottom: 10px; /* Adjust this for more space if needed */
    right: 10px;
    display: flex;
    gap: 5px;
    z-index: 1000; /* High z-index for visibility */
}

.nav-buttons button {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.nav-dots div {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
}

.nav-dots .active {
    background-color: #555;
}

.b1{
    background-image: url("/images/slider/slider1.jpg");
}
.b2{
    background-image: url("/images/slider/slider2.jpg");
}
.swiper {
    width: 100%;
    height: 500px;
}

/*menu*/
@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.tp-header-height{height:inherit!important}}.tp-header-space{padding-left:150px;padding-right:103px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-space{padding-left:40px;padding-right:40px}}
.tp-header-top{
    border-bottom:1px solid #e6edf2;padding-top:0px;padding-bottom:0px;
}
.tp-header-top-info ul li{position:relative;display:inline-block;list-style:none}.tp-header-top-info ul li:not(:last-of-type):after{content:"";border-right:1px solid #d9d9d9;position:absolute;height:15px;right:16px;top:7px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-header-top-info ul li:not(:last-of-type):after{right:7px}}
.tp-header-top-info ul li a{
    font-weight:400;font-size:14px;line-height:24px;padding-right:45px;
    color:var(--bs-white)
}

@media only screen and (min-width:1400px)and (max-width:1599px)
{.tp-header-top-info ul li a{padding-right:18px}}
.tp-header-top-info ul li a span{color:var(--tp-theme-secondary);display:inline-block;margin-right:7px}
.tp-header-top-right .header-call{border:1px solid #e6edf2;border-radius:14.5px;padding:1px 12px;margin-right:16px}

@media only screen and (min-width:1400px)and (max-width:1599px){.tp-header-top-right .header-call{margin-right:0}}.tp-header-top-right .header-call a{font-weight:400;font-size:14px;color:var(--tp-theme-primary);transition:all .3s ease}.tp-header-top-right .header-call a i{height:21px;width:21px;line-height:21px;border-radius:50%;text-align:center;margin-right:4px;display:inline-block;color:var(--tp-common-white);background:var(--tp-theme-secondary);transform:translateY(1px)}
.tp-header-top-right .header-social a{
    position:relative;font-weight:400;font-size:14px;
    color:var(--bs-white);
    margin-left:25px;
    transition:all .3s ease
}
.tp-header-top-right .header-social a:not(:last-of-type):after{content:"";border-right:1px solid #d9d9d9;position:absolute;height:15px;right:-15px;top:1px}.tp-header-top-right .header-social a:hover{color:var(--tp-theme-secondary)}.tp-header-top-right .header-social a i{font-size:15px;font-weight:400;margin-right:5px}.tp-header-lang{position:relative;z-index:9}.tp-header-lang .nice-select{padding:0 18px 0 28px;font-size:14px;border:0;color:var(--tp-common-white);background-color:transparent}.tp-header-lang .nice-select .current{color:var(--tp-common-black);font-size:14px;font-weight:500}.tp-header-lang .nice-select .list{border-radius:0;margin-top:0;left:auto;right:0}.tp-header-lang .nice-select .list .option{color:var(--tp-text-1)}.tp-header-lang .nice-select .list .option.selected.focus,.tp-header-lang .nice-select .list .option:hover{color:var(--tp-theme-1)}.tp-header-lang-img{background:var(--tp-common-white);box-shadow:0 0 8px rgba(0,0,0,.12);border-radius:50%;height:25px;width:25px;text-align:center;line-height:24px;display:inline-block}.tp-header-lang-selected-lang{font-size:14px;font-weight:400;background-color:transparent;position:relative;padding-right:15px;padding-left:9px;transition:all .3s;line-height:24px;color:var(--tp-theme-primary)}.tp-header-lang-selected-lang:hover{cursor:pointer;color:var(--tp-theme-secondary)}.tp-header-lang-selected-lang:hover:after{color:var(--tp-theme-secondary)}.tp-header-lang-selected-lang:after{position:absolute;content:"";right:0;top:54%;transform:translateY(-50%);color:var(--tp-common-black);font-size:14px;font-family:var(--tp-ff-fontawesome);transition:all .3s}.tp-header-lang-list{position:absolute;top:120%;right:0;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.12);z-index:11;padding:15px;min-width:100px;visibility:hidden;opacity:0;transition:.2s}.tp-header-lang-list.tp-lang-list-open{visibility:visible;opacity:1;top:100%}.tp-header-lang-list li{list-style:none;color:var(--tp-common-black);text-align:left}.tp-header-lang-list li:hover{color:var(--tp-theme-secondary);cursor:pointer}@media (max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px)
{.tp-header-logo{height:100px;padding-left:30px;line-height:100px}}.tp-header-bottom{z-index:5}
.tp-header-bottom-space
{
    padding-right:0;
    background-color: #92c522;
}

@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-bottom-space{padding-right:40px}}@media (max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.tp-header-bottom-space{padding-right:0}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-main-left{padding-right:15px}}.tp-header-main-left:after{position:absolute;content:"";height:34px;width:1px;background:#e6edf2;right:25px}@media only screen and (min-width:1701px)and (max-width:1800px),only screen and (min-width:1801px)and (max-width:1900px){.tp-header-main-left:after{right:20px}}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-header-main-left:after{right:-8px}}@media (max-width:575px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.tp-header-main-left:after{display:none}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-main-right .tp-header-btn{padding-left:15px}}.tp-header-hamburger-btn{background:var(--tp-theme-primary);width:175px;height:106px;line-height:106px;margin-right:47px;text-align:center;cursor:pointer}.tp-header-hamburger-btn .hamburger-btn span{color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-hamburger-btn{margin-right:25px}}@media (max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.tp-header-hamburger-btn{position:absolute;right:0;top:0;margin-right:0;width:150px;height:100px;line-height:100px}}@media (max-width:575px),only screen and (min-width:576px)and (max-width:767px){.tp-header-hamburger-btn{width:110px}}@media (max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.tp-header-right{justify-content:flex-end}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-header-market{margin-right:20px}}.tp-header-market a{font-size:28px;text-align:center;color:var(--tp-theme-primary);background:var(--tp-theme-1);height:62px;width:62px;line-height:2.6;display:inline-block}.tp-header-market span{position:absolute;font-weight:500;font-size:10px;color:var(--tp-text-2);background:var(--tp-theme-secondary);height:19px;width:19px;border-radius:50%;display:inline-block;top:10px;right:10px;line-height:19px}.tp-header-search button{color:var(--tp-heading-secondary);font-size:20px}.tp-header-sticky{position:fixed;top:0;left:0;right:0;width:100%;box-shadow:0 4px 10px rgba(3,4,28,.1);background:var(--tp-common-white);animation:headerSlideDown .95s ease 0s 1 normal forwards running;transition:.3s ease;z-index:10}.tp-header-sticky .tp-header-2-hamburger-btn,.tp-header-sticky .tp-header-hamburger-btn{height:81px;line-height:80px}@media (max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.tp-header-sticky .tp-header-logo{height:80px;padding-left:30px;line-height:80px}.tp-header-sticky .tp-header-2-logo{height:80px;line-height:80px}}.tp-header-sticky .tp-main-menu ul>li>a{padding:29px 0}.tp-header-sticky .tp-header-3-bottom-inner{border-bottom:none}.tp-header-sticky .tp-main-menu-area .header-icon{top:31%}.tp-header-sticky .tp-header-2-phone-content:after{height:89px}.tp-header-sticky .tp-header-2-main-right .tp-header-search{height:85px;line-height:85px}.tp-header-sticky .tp-header-2-logo .logo-shape{bottom:-35px}

@media only screen and (min-width: 1600px)and (max-width:1700px) {
    .tp-main-menu-area {
        justify-content:center
    }
}

.tp-main-menu-area .header-icon {
    position: absolute;
    left: 0;
    top: 35%
}

.tp-main-menu-area.counter ul li a span {
    transform-origin: left bottom;
    will-change: transform;
    transition: transform .5s cubic-bezier(.645,.045,.355,1) 0s
}

.tp-main-menu ul {
    counter-reset: count;
    margin: 5px 4px;
}

.tp-main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    transition: none
}

.tp-main-menu ul li:not(:last-of-type) {
    margin-right: 52px
}

@media only screen and (min-width: 1400px)and (max-width:1599px) {
    .tp-main-menu ul li:not(:last-of-type) {
        margin-right:35px
    }
}

@media only screen and (min-width: 1200px)and (max-width:1399px) {
    .tp-main-menu ul li:not(:last-of-type) {
        margin-right:23px
    }
}

.tp-main-menu ul li a {
    display: inline-block;
    padding: 6px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: var(--tp-text-1)
}

.tp-main-menu ul li a i {
    color: var(--tp-theme-secondary);
    margin-right: 10px
}

@media (max-width: 575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px) {
    .tp-main-menu ul li a i {
        display:none
    }
}

.tp-main-menu ul li.has-dropdown>a {
    position: relative
}

.tp-main-menu ul li.has-dropdown>a:after {
    content: "\f107";
    font-size: 10px;
    color: var(--tp-heading-secondary);
    font-family: var(--tp-ff-fontawesome);
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
    transition: .3s
}

.tp-main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: var(--tp-common-white);
    padding: 0 0 14px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 30px 70px 0 rgba(11,6,70,.08);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: scaleY(0);
    transform-origin: top
}

.tp-main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 25px;
    transform: translateY(11px);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition-delay: 0s;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    opacity: 0
}

.tp-main-menu ul li .submenu li.has-dropdown>a:after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-90deg)
}

.tp-main-menu ul li .submenu li:last-child a {
    border-bottom: 0
}

.tp-main-menu ul li .submenu li a {
    position: relative;
    padding: 10px 0;
    font-size: 13px;
    color: var(--tp-common-black);
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid rgba(0,0,0,.1);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.tp-main-menu ul li .submenu li a span {
    transition: all .3s ease-in-out
}

.tp-main-menu ul li .submenu li a span:after {
    display: none
}

.tp-main-menu ul li .submenu li a:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 0;
    background: var(--tp-theme-secondary);
    transition: all .3s ease-in-out
}

.tp-main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.tp-main-menu ul li .submenu li .submenu>li {
    transform: translateY(11px);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.tp-main-menu ul li .submenu li:hover>a {
    color: var(--tp-theme-secondary)
}

.tp-main-menu ul li .submenu li:hover>a span {
    margin-left: 14px
}

.tp-main-menu ul li .submenu li:hover>a:after {
    color: var(--tp-common-white)
}

.tp-main-menu ul li .submenu li:hover>a:before {
    width: 10px
}

.tp-main-menu ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1)
}

.tp-main-menu ul li:hover>a {
    color: var(--tp-theme-secondary)
}

.tp-main-menu ul li:hover>a:after {
    color: var(--tp-theme-primary)
}

.tp-main-menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1)
}

.tp-main-menu ul li:hover .submenu>li {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 70ms
}

.tp-main-menu ul li:hover .submenu>li:nth-child(2) {
    transition-delay: .14s
}

.tp-main-menu ul li:hover .submenu>li:nth-child(3) {
    transition-delay: .21s
}

.tp-main-menu ul li:hover .submenu>li:nth-child(4) {
    transition-delay: .28s
}

.tp-main-menu ul li:hover .submenu>li:nth-child(5) {
    transition-delay: .35s
}

.tp-main-menu ul li:hover .submenu>li:nth-child(6) {
    transition-delay: .42s
}

.tp-main-menu ul li:hover .submenu>li:nth-child(7) {
    transition-delay: .49s
}

.tp-main-menu ul li:hover .submenu>li:nth-child(8) {
    transition-delay: .56s
}

.tp-main-menu ul li:hover .submenu>li:nth-child(9) {
    transition-delay: .63s
}

.tp-main-menu-2-area {
    padding-left: 135px
}

@media only screen and (min-width: 1600px)and (max-width:1700px) {
    .tp-main-menu-2-area {
        padding-left:100px
    }
}

@media only screen and (min-width: 1400px)and (max-width:1599px) {
    .tp-main-menu-2-area {
        padding-left:35px
    }
}

@media only screen and (min-width: 1200px)and (max-width:1399px) {
    .tp-main-menu-2-area,.tp-main-menu-2-area .tp-main-menu {
        padding-left:0
    }

    .tp-main-menu-2-area .tp-main-menu ul li {
        margin-right: 40px
    }
}

.tp-main-menu-2-area .tp-main-menu ul li.has-dropdown>a:after {
    color: var(--tp-theme-primary)
}

.tp-main-menu-2-area .tp-main-menu ul li:hover.has-dropdown>a:after {
    color: var(--tp-theme-secondary)
}

.tp-main-menu-3-area {
    position: relative;
    background: var(--tp-common-white);
    margin: 0 140px
}

@media only screen and (min-width: 1600px)and (max-width:1700px) {
    .tp-main-menu-3-area {
        margin:0 85px
    }
}

@media only screen and (min-width: 1200px)and (max-width:1399px),only screen and (min-width:1400px)and (max-width:1599px) {
    .tp-main-menu-3-area {
        margin:0 40px
    }
}

.tp-main-menu-3-area:before {
    position: absolute;
    content: "";
    width: calc(100% + 16px);
    height: 89px;
    background: var(--tp-theme-secondary);
    top: 20px;
    left: -8px;
    z-index: -1
}

.tp-main-menu-3-area .tp-main-menu {
    padding-right: 145px
}

@media only screen and (min-width: 1600px)and (max-width:1700px),only screen and (min-width:1701px)and (max-width:1800px) {
    .tp-main-menu-3-area .tp-main-menu {
        padding-right:90px
    }
}

@media only screen and (min-width: 1200px)and (max-width:1399px) {
    .tp-main-menu-3-area .tp-main-menu {
        padding-right:60px;
        margin-left: 0
    }
}

.tp-main-menu-3-area .tp-main-menu.menu-icon .header-icon {
    position: absolute;
    top: 35%;
    left: 0
}

.tp-main-menu-3-area .tp-main-menu ul li a {
    padding: 37px 0
}

.tp-main-menu-3-area .tp-header-search a {
    position: relative;
    font-size: 20px;
    color: var(--tp-heading-secondary)
}

.tp-main-menu-3-area .tp-header-search a:after {
    position: absolute;
    content: "";
    height: 41px;
    width: 1px;
    background: #d9d9d9;
    left: -48px;
    top: -5px
}

@media only screen and (min-width: 1200px)and (max-width:1399px) {
    .tp-main-menu-3-area .tp-header-search a:after {
        left:-30px
    }
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.pl-7{
    padding-left: 70px;
}
.pl-125{
    padding-left: 125px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-85 {
    padding-top: 85px;
}
.pb-50 {
    padding-bottom: 50px;
}
.tp-service-funfact-box {
    /*background: var(--tp-theme-primary);*/
    position: relative;
    z-index: 1;
}

/*splide*/
.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative;
    padding: 5px;
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}
.tp-service-wrapper {
    /*background: #0d1130;*/
    border-radius: 5px;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 2px 0 50px;
    transition: all .3s ease-in-out;
    border: 1px solid #0d1130;
}
.tp-section-title .title-center-shape {
    position: absolute;
    bottom: -20px;
    left: 47%;
}
.tp-section-title {
    position: relative;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 50px;
    color: var(--tp-theme-primary);
}
.tp-section-title__pre {
    position: relative;
    font-family: var(--tp-ff-body);
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    text-transform: lowercase;
    color: var(--tp-text-2);
    display: inline-block;
    margin-bottom: 22px;
}
.tp-service-wrapper:hover {
    border: 2px solid #06d9c3;
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-image: linear-gradient(45deg, #3b82f6, #f97316, #10b981) 1;
    border-radius: 5px;

}
/*.tp-service-wrapper:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 100%; !* Extend full width and height *!*/
/*    height: 100%;*/
/*    border-top: 5px solid transparent; !* Transparent border for gradient *!*/
/*    border-right: 5px solid transparent;*/
/*    border-top-right-radius: 15px; !* Match the card's rounded corners *!*/
/*    background: linear-gradient(45deg, #4facfe, #00f2fe); !* Custom gradient *!*/
/*    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
/*    -webkit-mask-composite: destination-out;*/
/*    mask-composite: exclude;*/
/*}*/
.tp-feature-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    justify-content: flex-end;
    display: flex;
}
.tp-feature-wrapper p:after {
    position: absolute;
    content: "";
    background: #05dac3;
    width: 2px;
    height: 41px;
    left: 135px;
    top: 1px;
}
.preview p:after{
    left: 5px;
    height: 115px;
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}
.pl-25{
    padding-left: 25px;
}
.tp-fun-fact-shape .shape-1 {
    position: absolute;
    top: 0;
    left: 20px;
    animation: scale_up_down 1s infinite alternate both;
}
.tp-fun-fact-shape .shape-3 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tp-fun-fact-shape .shape-4 {
    position: absolute;
    top: 20px;
    right: 85px;
    animation: tpupdown 1s infinite alternate;
}
.tp-fun-fact-wrapper-box {
    margin-top: -40px;
}
.tp-fun-fact-content {
    padding-left: 92px;
}
.tp-fun-fact-area
{
    background: var(--tp-theme-primary);
}
.tp-fun-fact-title-wrapper .tp-section-title__pre {
    color: var(--tp-common-white);
}
.tp-section-title__pre .title-pre-color, .tp-section-title__pre svg {
    color: var(--tp-theme-secondary);
}
.tp-section-title__pre svg {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.tp-fun-fact-title-wrapper .tp-section-title {
    color: var(--tp-common-white);
    margin-bottom: 30px;
    line-height: 1;
}
.tp-section-title .title-left-shape {
    position: absolute;
    left: 0;
    bottom: -25px;
}
.client_item {
    padding: 25px;
    background: #fff;
}
.item-image {
    display: block;
    width: 100%;
    border-radius: 8px;
    background: #f3f9ff;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    text-align: center;
}
.item-image img {
    width: 75%;
}
.mt10 {
    margin-top: 10px;
}
.bg-gradient1 {
    background: #ffe2e2;
    background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: linear-gradient(to bottom, #ecfff1 0, #d7f3f0 100%)
}
footer#pq-footer {
    background: #565c72;
    display: inline-block;
    width: 100%;
    color: #fff;
    float: left;
    position: relative;
}
footer#pq-footer.style-1 {
    margin-top: 60px;
}

footer#pq-footer .widget:first-child {
    margin-bottom: 45px;
}

footer#pq-footer .pq-footer-bottom-list {
    position: relative;
    z-index: 9;
}

footer#pq-footer .pq-footer-bottom-list>.container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

footer#pq-footer .pq-footer-bottom-list .row {
    align-items: center;
}

footer#pq-footer .pq-footer-social-right {
    text-align: right;
}

footer#pq-footer .pq-footer-social-right ul {
    padding: 0;
    margin: 0;
}

footer#pq-footer .pq-footer-social-right ul li {
    display: inline-block;
}

footer#pq-footer .pq-footer-social-right ul li+li {
    margin-left: 45px;
}

footer#pq-footer .pq-footer-social-right ul li a {
    color: var(--white-color);
}

footer#pq-footer .pq-footer-social-right ul li a:hover {
    color: var(--primary-color);
}

footer#pq-footer .pq-footer-social-right ul li a i {
    margin-right: 10px;
}

footer#pq-footer .pq-footer-bottom-list .row .col-lg-4:last-child {
    border-right: none;
}


footer#pq-footer .pq-footer-logo {
    height: auto;
    width: 200px;
}

footer#pq-footer .pq-footer-top .pq-footer-usefull {
    padding-left: 30px;
}

footer#pq-footer .pq-footer-top .pq-footer-address {
    padding-right: 30px;
}

footer#pq-footer .pq-footer-top .pq-footer-contact {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 40px 0;
    margin-bottom: 0;
}

footer#pq-footer .pq-footer-top .pq-footer-contact .footer-title {
    font-size: 52px;
    line-height: 60px;
    text-transform: none;
    width: 62%;
    color: #fff;
}

footer#pq-footer .widget .menu-useful-links-container ul.menu li a {
    padding-left: 0;
}
footer .widget ul li a {
    color: #fff;
}
.fa-map:before {
    content: "\f279";
}
footer#pq-footer .widget ul.pq-contact li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
footer#pq-footer .widget ul.pq-contact li i {
    margin-right: 15px;
    color: #93c623;
}
#pq-footer .pq-footer-top .pq-quick-right {
    padding-left: 130px;
}
#pq-footer .pq-footer-top #menu-useful-links li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tp-area {
    position: relative;
    background: #e0f8ff;
    background: -moz-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
    background: -webkit-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
    background: linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%);
}
.mt-30{
    margin-top: 30px;
}
.requirement {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.pq-service-tab.pq-style-1 {
    display: flex;
    justify-content: space-between;
}
.pq-service-tab.pq-style-1 .pq-service-left {
    width: 110%;
}
.pq-service-tab.pq-style-1 .tab-content {
    position: relative;
}
.tab-content>.tab-pane {
    display: none;
}
.fade {
    transition: opacity 0.5s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.pq-service-tab.pq-style-1 .pq-service-img {
    transform: rotate(8deg);
    transition: all 0.5s ease;
    position: relative;
    margin-top: 60px;
}
.pq-service-tab.pq-style-1 .pq-service-img img {
    border-radius: 10px;
    width: 80%;
}
.pq-service-tab.pq-style-1 .tab-pane.show .pq-service-img {
    transform: rotate(0deg);
}
img {
    max-width: 100%;
    height: auto;
}
.pq-service-tab.pq-style-1 .pq-service-title {
    color: #93c623;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 26px;
    line-height: 8px;
    transition: all 0.5s ease;
}
.pq-service-tab.pq-style-1 .nav-link.active .pq-service-title {
    color: #93c623;
}
.pq-service-tab.pq-style-1 .pq-service-description {
    margin-bottom: 30px;
    font-size: 16px;
}
.pq-bottom-header{
    -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    height: 85px;
    padding-top: 10px;
}
.sticky{
    height: 65px;
}
.service{
    background-image: url("../images/shape-1.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 445px;
}
.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

}
.px-0{
    padding: 0;
}
.tp-choose{
    background-color: #1a98ca;
    padding: 25px;
    text-align: center;
    /*background: linear-gradient(-30deg, transparent 13%, #0b87a1 105%, #8117c9 92%, transparent 104%);*/
}
.tp-section-main-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.7;
    background: #92c422;
    color: #fff;
    padding: 12px;
}
.tp-choose .tp-section-title{
    margin: 0;
}
.tp-style-1{
    padding: 0px;
}
.mb-25{
    margin-bottom: 25px;
}
.pq-service-left .splide__slide{
    text-align: center;
}
.pq-service-right
{
    background: #e2e2e2;
    padding: 0 20px 0px 0;
}
#nav-tab .active{
    background-color: #05dac3;
}
.pq-service-box-info{
    padding: 14px 10px 0 15px;
}
.technology-box ul{
    list-style: none;
    padding: 0;
}
.technology-box img{
    padding: 4px 6px;
    width: 32px;
}
.technology-box li{
    padding: 0 4px;
}
.technology-box h3{
    border-bottom: 4px solid #000;
    background-color: #05dac3;
    padding: 1px 5px;
}
.topbar{
    background-color: #1898cb;
}
.tp-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 21px 48px;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: capitalize;
    display: inline-block;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
}
.tp-btn:before {
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-22%) translateY(-42%) scale(0);
    transition: all .5s ease-out 0s;
    z-index: -1;
}
.tp-btn:after, .tp-btn:before {
    position: absolute;
    content: "";
    background: var(--tp-theme-secondary);
}
.pl-40 {
    padding-left: 40px;
}
.tp-btn:hover {
    color: var(--tp-theme-primary);
}
.tp-btn:hover:before {
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.tp-btn:after {
    height: 34px;
    width: 36px;
    border-radius: 15px;
    right: -11px;
    bottom: -11px;
}
.topbar i{
    font-style: normal;
    color: #fff;
}
.btnsm{
    padding: 10px 26px !important;
    margin-top: 8px;
}
.tp-hero-content {
    z-index: 1;
    padding-top: 230px;
    padding-bottom: 262px;
}
.tp-hero-title,.swiper-slide.swiper-slide-active .tp-hero-title-wrapper .tp-section-title__pre {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}
.tp-hero-shape-animation span {
    background-color: #eaf3fb;
    height: 400px;
    width: 620px;
    position: absolute;
    top: 70px;
    left: -115px;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape 8s linear infinite;
}

.main-container {
    min-height: 70vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 450px;
    overflow: hidden;
    float: right;
}
.main {
    margin: 0px auto;
    width: 480px;
    height: 480px;
    position: relative;
}
.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 3px solid #6495f2;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}
.icon-block {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    box-shadow: 0 2px 4px 0 #3e5ada;
    -webkit-box-shadow: 0 2px 4px 0 #3e5ada;
}
.icon-block img {
    margin: 0px auto;
    width: 86%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}
.circle {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 75%;
    height: 75%;
    border: 3px solid #6495f2;
    border-radius: 50%;
}
.circle .icon-block img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.center-logo img {
    max-width: 200px;
}

/* keyframe animation */

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
    }
}
.t8
{
    right: 150px;
    text-align: center;
    bottom: 40%;
}
dotlottie-wc{
    width: 50%;
    float: right;
}