: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-bg-primary: #f3fbfe;
    --tp-border-primary: #000;
    --tp-border-secondary: #000;
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    /*--tp-theme-secondary: #05dac3;*/
    --tp-theme-secondary: #1898cb;
}

*,: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
}
.fa-brands, .fab {
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.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;
}
.align-items-end {
    align-items: end !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;*/
    margin-right: 16px;
    /*background-color: #fff;*/
    padding : 0 5px 3px;
}
.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: 8px;
    transition: all .3s ease;
}
.tp-header-top-right .header-social a i {
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}
.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: 610px;
}

/*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 #1da1ff8c;
    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(--bs-white);
        transition:all .3s ease
    }
    .fa-phone{
        font-size: 15px !important;
    }
.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);
    font-size: 22px;
}
.tp-header-top-right .header-social a{
    position:relative;font-weight:400;font-size:14px;
    color:var(--bs-white);
    margin-left:8px;
    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:0;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:18px;
    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:#3b3632;
}
@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;
    padding-left: 0;
}

.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:0;
    }
}

@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(--bs-white)
}

.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(--bs-white);
    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: 250px;
    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: #fff;
}

.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-common-white)
}

.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;
    padding: 2px 0 50px;
    transition: all .2s ease-in-out;
    /*border: 1px solid #0d1130;*/

    border-color: #237989;
    border-width: 1px;
    border-style: solid;
    z-index: 2;
    overflow: hidden;
    background-position: center center;
    transition: 0.3s linear;
    background: #1f9ed2;
    min-height: 262px;
    position: relative;
    height: 100%;
}
.tp-service-wrapper::before {
    background-color: #fff;
    padding: 2px 0 50px;
}
.tp-service-wrapper:hover p.hide-text,
.tp-service-wrapper:hover .service-title {
    color: #fff;
}
/*.tp-service-wrapper::before {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50px;*/
/*    margin-left: -51px;*/
/*    height: 102px;*/
/*    width: 102px;*/
/*    background-color: rgb(244, 242, 249);*/
/*    content: "";*/
/*    border-radius: 50%;*/
/*    transition: 0.2s linear;*/
/*}*/
.tp-service-wrapper:hover::after {
    height: 0px;
}
.tp-service-wrapper::after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    content: "";
    z-index: -1;
    transition: 0.3s linear;
}
.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);
    line-height: 1.2;
}
.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:hover::before {
    opacity: 0.1;
}
/*.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;*/
    background: #f1ec22cf;
    width: 6px;
    height: 42px;
    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;
    height: 150px;
}
.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: #010821;
    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;
    margin: 30px 0px 5px  30px;
}

footer#pq-footer .widget .menu-useful-links-container ul.menu li a {
    padding-left: 0;
}
footer .widget ul li a {
    color: #fff;
    z-index: 5;
}
.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: 6px;
    color: rgb(240 240 240);
    font-style: normal;
}
#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;
    text-align: justify;
    background-image: url('../images/service/choose_us.jpg');
    overflow: hidden;

}
.pq-service-tab.pq-style-1 .pq-service-left {
    width: 290%;
}
.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: #b1e9ff;
    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: rgb(153 216 255);
}
.pq-service-tab.pq-style-1 .pq-service-description {
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
}
.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: 70px;
    /*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%
}
.col-sm-6 {
    flex: 0 0 auto;
    width: 50%
}
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%
}

@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: #1a98cade;
    padding: 0 20px 0 0;
}
#nav-tab .active{
    background-color: #000506bf;
    /*border-radius: 7px;*/
}
.pq-service-box-info{
    padding: 14px 10px 0 15px;
}
.tp-style-1 h2
{
    color: #fff;
}
.technology-box ul{
    list-style: none;
    padding: 0;
    background: #42424221;
    margin-top: 10px;
}
.technology-box img{
    padding: 4px 6px;
    width: 32px;
    vertical-align: middle;
}
.technology-box li{
    padding: 4px 6px;
    color: #000;
}
.technology-box h3{
    border-bottom: 4px solid #79b2cd;
    background-color: #2c9cb0;
    padding: 2px 6px;
    color: #e2e0e0;
    margin-bottom: 0;
}
.topbar{
    background-color: #1898cb30;
}
.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-bg-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: 245px;
    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: rgb(255 255 255 / 87%);
    height: 400px;
    /*width: 620px;*/
    width: 665px;
    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;
    float: right;
    overflow: visible;
}
.main {
    margin: 0px auto;
    width: 480px;
    height: 480px;
    position: relative;
    top: 16%;
}
.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;
    top: 160px;
}
.tp-hero-title-wrapper .tp-hero-title svg {
    position: absolute;
    left: 265px;
    top: 36px;
    /*top: 55px;*/
    color: var(--tp-theme-secondary);
}
.tp-hero-title-wrapper .tp-hero-title {
    position: relative;
    /*font-weight: 700;*/
    font-weight: 500;
    /*font-size: 33px;*/
    font-size: 24px;
    /*line-height: 65px;*/
    line-height: 40px;
    text-transform: capitalize;
    color: var(--tp-text-2);
    margin-bottom: 25px;
    animation-delay: .8s;
    animation-duration: 1s;
}
.tp-hero-title-wrapper .tp-hero-title .title-color {
    color: var(--tp-theme-secondary);
}
.demo-slide-title{
    color: #fff;
    background: #1898cb96;
    padding: 25px;
    width: 35%;
    bottom: 40%;
    line-height: 1;
    font-size: 40px;
}
.service-title{
    color: #090909;
    font-size: 20px;
}
.tp-service-area .hide-text
{
    height: 105px;
    padding: 12px;
}
.tp-fun-fact-area{
    background-image: url(./images/aboutbg.gif);
    background-blend-mode: overlay;
    background-repeat: repeat;
    background-color: #212325;
}
.tp-fun-fact-area p{
    color: #d7d4d4;
    z-index: 3;
    position: relative;
    text-align: justify;
}
p {
    color: black;
}
.pq-tabs.active .pq-service-description{
    color: #fff !important;
}
.pq-tabs.active{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.started{
    padding: 15px 20px;
}
.tp-service-funfact-box .d-flex{
    flex-wrap: wrap;
}
.fix {
    overflow: hidden;
}
.hamburger-btn{
    border: 0;
    background: inherit;
}
.tp-header-hamburger-btn {
    width: 175px;
    height: 106px;
    line-height: 106px;
    margin-right: 47px;
    text-align: center;
    cursor: pointer;
    /*background: #1898cb;*/
    background: none;
}
.tp-header-hamburger-btn .hamburger-btn span {
    color: var(--tp-common-white);
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.offcanvas__area {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 100%;
    transform: translateX(calc(-100% - 80px));
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    background: var(--tp-common-white) none repeat scroll 0 0;
    transition: 0.4s ease-in-out;
}
.offcanvas__wrapper {
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding: 35px;
}
.mean-container {
    margin-bottom: 40px;
}
.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav>ul {
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    margin: 0;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    color: #4a4a4a;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700
}

[dir=rtl] .mean-container .mean-nav ul li a {
    float: right;
    text-align: right
}

.mean-container .mean-nav ul li a:hover {
    color: var(--tp-theme-primary)
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none!important;
    font-size: 14px;
    margin-top: 5px;
    padding: 0!important;
    line-height: 14px;
    height: 30px;
    width: 30px;
    color: #4a4a4a;
    line-height: 30px;
    top: 0;
    font-weight: 400
}

[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
    right: auto;
    left: 0;
    text-align: center
}

.mean-container .mean-nav ul li a.mean-expand i {
    transition: all .3s ease-in-out
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    color: var(--tp-common-black)
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
    border-color: var(--tp-theme-primary)
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 10px 5%;
    text-shadow: none!important;
    visibility: visible
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 10px 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 10px 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 10px 25%
}

.mean-container .mean-bar {
    min-height: auto;
    background: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
    margin-bottom: 50px
}

.mean-container .mean-bar,.mean-container .mean-bar * {
    box-sizing: content-box
}
.offcanvas__area.offcanvas-opened {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.offcanvas__close-btn {
    display: inline-block;
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 40px;
    background-color: #f5f5f5;
    color: var(--tp-text-1);
    border: 0;
}
.offcanvas__close {
    position: absolute;
    top: 35px;
    right: 30px;
}
.offcanvas__title {
    font-size: 24px;
    color: #1b1d21;
    font-weight: 700;
    margin-bottom: 10px;
}
.offcanvas__contact-content {
    margin-bottom: 10px;
}
.offcanvas__social {
    margin-bottom: 22px;
    padding-bottom: 40px;
}
.offcanvas__social .icon.facebook {
    background-color: #4661c5;
}
.offcanvas__social .icon.twitter {
    background-color: #4ccef9;
}
.offcanvas__social .icon.linkedin {
    background-color: #0072b1;
}
.offcanvas__social .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    color: var(--tp-common-white);
    margin-right: 5px;
    transition: all .3s
    ease-in-out;
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
}
.fa-x-twitter {
    font-size: 20px;
}
.offcanvas__contact-content-content a {
    font-size: 16px;
    color: inherit;
}
.offcanvas__contact-content-icon i {
    color: #6ec1e4;
    margin-right: 10px;
}
.accrediationbox
{
    border-radius: 13px;
    padding: 16px;
    color: antiquewhite !important;
    /*background-image: url("../images/certification/accrediation.jpg");*/
    background-blend-mode: overlay;
    background-color: #7dd6fb;
    /*background-color: #1e8ea3;*/
    background-position: right;
    background-size: cover;

}
.accrediationbox p{
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.accrediationbox .icons
{
    display: flex;
    background: #ffffff;
    padding: 10px;
    width: fit-content;
    border-radius: 80px;
    margin: 0 auto;
}
.accrediationbox .icons img
{
    width: 120px;
}
.btn-estimate{
    background: #1d85b5;
    color: #fff;
    padding: 8px;
    border-radius: 0px;
    font-size: 20px;
}
.requirement span{
    font-size: 25px;
    color: #1b1d21;
}
.requirement h2{
    font-size: 26px;
    color: #1b1d21;
}
.requirement i{
    color: #007cba;
}
.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}
.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175) !important}
.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.fw-text{
    font-size: 15px;
    color: #000;
}
.text-primary{opacity:1;color:rgb(29 133 181) !important}
.fs-3{font-size:1.75rem!important}
.fs-1{font-size:1.15rem!important}
.me-2{margin-right:.5rem!important}
.fw-bold{font-weight:700!important}
.mt-3{margin-top:1rem!important}
.me-4{margin-right:1.5rem!important}
.m-4{margin:0.6rem!important}
.contact-section h1{
    line-height: 1;
}
.contact-section a{
    color: inherit;
}
.breadcrumb__area {
    background-size: 100% 800%;
    background-blend-mode: darken;
    background-color: #0483b5a8;
}
.z-index-1 {
    z-index: 1;
}
.pb-210 {
    padding-bottom: 210px;
}
.pt-190 {
    padding-top: 190px;
}
.breadcrumb__title {
    position: relative;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #121d2c;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 80px 0 0;
}
.breadcrumb__title img {
    position: absolute;
    bottom: -5px;
    right: 35%;
    z-index: -1;
}
.breadcrumb__list span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3d3838;
    padding-right: 3px;
    margin-right: 3px;
    text-transform: capitalize;
}
#company .tp-section-title{
    font-size: 25px;
}
.main-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: all .3s
    ease;
    transition: all .3s
    ease;
}
.logo-box {
    /*border-right: 10px solid black;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*margin-right: 70px;*/
    margin-top: -5px;
    min-height: 100px;
    min-width: 283px;
    padding: 20px;
    position: relative;
}
.logo {
    display: block;
    position: relative;
}
.main-box {
    align-items: center;
    background: #1898cb30;
}
.logo img {
    max-width: 200px;
    height: auto;
    box-shadow: inset -2px 13px 78px 152px #ffffff;
    padding: 6px;
}
.main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.main-menu
{
    position: relative;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
header .tp-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    padding-right: 0;
    position: relative;
}
.tp-main-menu ul li {
    padding: 0 16px;
}
.tp-main-menu ul li:hover {
    color: #ffffff;
    background: #1898cb;
}
.triangle-bottomright {
    border-bottom-color: #0a58ca;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid;
    border-color: #c6d0d24a;
    border-left: 60px solid transparent;
    border-bottom-style: outset;
}
.tp-service-wrapper:hover .triangle-bottomright{
    border-color: #5db1b9;
    border-left: 60px solid transparent;
    border-bottom-style: inset;
}
.tp-header-hamburger-btn
{
    display: none;
}
#open-modal-submit {
    /*background: linear-gradient(135deg, #ff0080, #7928ca, #2afadf);*/
    background: #4a4747;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}
#open-modal {
    cursor: pointer;
}
#open-modal:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 0, 128, 0.4);
    background: linear-gradient(135deg, #2afadf, #7928ca, #ff0080);
}
.modal-body {
    position: relative;
    margin:5px;
    color: white;
    /*padding: 30px 40px;*/
    border-radius: 20px;
    width: 100%;
    /*max-width: 450px;*/
    max-width: 100%;

    /*max-height: 85vh;*/
    /*overflow-y: auto;*/

    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);*/
    /*transform: scale(0.85);*/
    /*opacity: 0;*/
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Show modal animation */
.modal.show {
    /*transform: translate(-50%, -50%) scale(1);*/
    pointer-events: auto;
    opacity: 1;
}
.modal.show .modal-body {
    transform: scale(1);
    opacity: 1;
}
/* Close button */
#close-modal {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.5rem;
    margin-top: 10px;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.3s ease;
    right: 5px;
    top: 0px;
    position: absolute;
}

#close-modal:hover {
    transform: rotate(90deg);
    color: #ffb3ec;
}

body.modal-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    z-index: 50;
}
body.modal-open
{
    overflow: hidden;
    padding-right: 15px;
    height: 100vh;
}
.modal {
    text-align: left;
    inset: 0;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    position: fixed;
    /*top: 40%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%) scale(0);*/
    /*background: linear-gradient(135deg, rgba(37, 117, 252, 0.95), rgba(122, 40, 202, 0.95));*/
    background: #1f94c6;
    color: white;
    opacity: 0;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 400px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 2.75rem;*/
    display: flex;
    /*align-items: center;      !* vertical center *!*/
    justify-content: center;  /* horizontal center */
    z-index: 100;
    pointer-events: none;
}
input, textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.client_name{
    color: #000000;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.5;
}
.page li{
    color: #000;
}
.pagetitle
{
    font-weight: bold;
    font-size: 16px;
    background: #1898cb;
    color: #fff;
    padding: 2px 5px;
}
.pagetitle1
{
    font-weight: bold;
    font-size: 18px;
    color: black;
    padding: 2px 5px;
}
.pagetitle2
{
    font-weight: bold;
    font-size: 14px;
    color: black;
    padding: 2px 5px;
}
.page li::marker {
    color: #1898cb;
}
.bg-governance{
    background-image: url("../images/bg-governance.png");
    background-attachment: fixed;
    background-color: #7fcaf4;
    background-blend-mode: overlay;
    background-size: contain;
}
.tp-header-area{
    position: absolute;
    z-index: 3;
    width:100%;
}
.tp-hero-area::after{
    background: #1898cb30;
}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%
}
.col-md-1 {
    flex: 0 0 auto;
    width: 15% !important;
}
.pq-service-tab{
    width: -webkit-fill-available;
}
.sjvn{
    width: 50% !important;
}
.tp-service-btn a
{
    background: #fff;
    border-radius: 40px;
    padding: 10px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}