/*
Theme Name: Pythonweb
Theme URI: http://codearoma/
Author: codearoma
Author URI: https://codearoma.com/
Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codearoma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/

/*Custom Form*/
.form-group textarea,
.form-group input[type="email"],
.form-group input[type="text"] {
    background: #fff;
    border: transparent;
    outline: 0;
    width: 100%;
    height: 50px;
    color: #000;
    margin-bottom: 16px;
    padding: 0 19px;
    /* border-radius: 5px; */
}

#captcha {
    font-weight: 700;
    font-size: 25px;
    padding: 13px 0px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Shadows Into Light', cursive;
    font-style: normal;
    letter-spacing: 5px;
    border: 1px solid var(--primary);
    border-radius: 7px;
}

#captcha-error {
    color: red;
    display: none;
}

#mybtn {
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 13px 21px;
    text-transform: uppercase;
    transition: all .5s ease;
    background: #000;
    border: none;
}

ol.form_guide li {
    list-style: auto;
}

@font-face {
    font-family: 'fontello';
    src: url('./assets/fonts/fontello.eot');
    src: url('./assets/fonts/fontello.eot') format('embedded-opentype'),
        url('./assets/fonts/fontello.woff') format('woff'),
        url('./assets/fonts/fontello.ttf') format('truetype'),
        url('./assets/fonts/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;


    /* For safety - reset parent styles, that can break glyph codes*/


    /* fix buttons height, for twitter bootstrap */


    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */


    /* You can be more comfortable with increased icons size */


    /* Font smoothing. That was taken from TWBS */


    /* Uncomment for 3D effect */
}

:root {
    --primary: #5f00bd;
    --secondary: #000;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    overflow-x: hidden !important;

}

h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--primary);
}

section {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

h2 {
    color: var(--secondary);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

nav,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ml-0 {
    margin-left: 0px !important;
}

ul,
p {
    padding: 0;
    margin: 0;
}

/*Banner*/

.banner1 {
    background-image: url(assets/images/banner/banner1.webp);
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-heading {
    padding: 60px 0px 70px 0px;
    width: 100%;
    color: #fff;
}

.banner-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: 600;
}

.breadcrumb {
    position: absolute;
    bottom: -16px;
    font-size: 16px;
    font-weight: 300;
    background: var(--primary);
    padding: 6px 15px;
}

ol.breadcrumb a {
    color: #fff;
    font-weight: 500;
}

ol.breadcrumb i {
    font-size: 12px;
    margin-left: 7px;
}

/************top header***************/

/* Sticky Navbar */
#masthead {
    float: left;
    width: 100%;
    transition: transform 2s ease, top 1.5s ease;
    will-change: transform, top;

    &.sticky {
        top: -9px;
        left: 0;
        width: 100%;
        height: auto;
        transform: translateY(15px);
        transition: transform 0.9s ease, top 0.9s ease;
    }
}

.header {
    justify-content: center;

    h1 {
        color: white;
    }
};
.header-top {
    position: relative;
    padding: 5px 10px;
    float: left;
    width: 100%;
}

.header-top .top-left {
    position: relative;
    float: left;
}

.header-top .info-list {
    position: relative;
}

.header-top .info-list li {
    position: relative;
    color: #ffffff;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.header-top .info-list li a {
    text-decoration: none;
    font-size: 16px;
    position: relative;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    letter-spacing: 0.8px;
}

.header-top .top-right {
    position: relative;
    float: right;
}

.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    position: relative;
    background: #fff;
}

.header-top .info-list li .icon {
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    margin-right: 10px;
    float: left;
}

.apply_job a {
    background: var(--primary);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}

.logo img {
    width: 100%;
    height: auto;
}

.logo {
    width: 60%;
    height: auto;
}

.navbar {
    /* background: #fff; */
    padding: 5px 25px;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 55%);
    background: rgb(255 255 255);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menutop ul li a {
    color: #000;
    padding: 5px 15px;
    position: relative;
    font-weight: 500;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
}

a.nav-link {
    font-size: 19px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 20px;
}

.nav-link:hover {
    color: #000;
}

a.nav-link {
    color: #000;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
#main_nav {
    display: inline-masonry;
    justify-content: flex-end;
}

section.header_main {
    padding: 20px;
    position: absolute;
    z-index: 104;
}

#masthead {
    z-index: 999;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}
.dropdown-menu {
    padding: 18px 20px;
    position: absolute;
    text-align: left;
    top: 100%;
    left: -14px !important;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--primary);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition: all 0.4s ease-in-out;
    border: 0;
    border-radius: 0;
    margin-top: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--primary);
    background-color: transparent;
}

.dropdown-menu li a {
    position: relative;
    padding: 5px 20px 5px 25px;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    font-weight: 600;
    color: #000;
}

ul.dropdown-menu li a:before {
    content: "\f101";
    font-family: fontello;
    position: absolute;
    left: 5px;
    color: #000;
    font-size: 14px;
    top: 8px;
}

.navbar-collapse ul li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

/* Remove the transform animation if it's causing issues */
.dropdown-menu {
    transform: none !important;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Ensure the dropdown items are properly aligned */
.nav-item.dropdown {
    position: relative;
}

/* Fix for the container if needed */
.container-fluid {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    align-items: center;
}

.nav-item.dropdown:hover .dropdown-menu,
.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    visibility: visible;
}

/******************Slider***********************/
.pic,
.pic img {
    width: 100%;
    height: auto;
}

#slider .carousel-control.left,
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}

#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary);
}

#slider .carousel-control .fa-angle-right {
    right: 5px;
    background: var(--primary);
}

#slider .carousel-control .fa-angle-left,
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}

#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
    margin: 15px;
}

#slider .carousel-control i:hover {
    background: var(--secondary);
}

.slider01 {
    /* background: #f9f9f9; */
    padding-bottom: 50px;
    padding-top: 10px;
}

.slider-content {
    padding-top: 70px;
    padding-bottom: 111px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    text-align: left;
}

.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    color: var(--secondary);
    font-weight: 700;
    padding: 15px 0px;
}

.slider-description {
    color: #000;
    font-weight: 500;
    margin: 20px 0 20px;
}

.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}

.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}

.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}

.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}

/*******************btn*********************/

.vl-btn5 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.vl-btn5 span.demo {
    display: inline-block;
    background: linear-gradient(90deg, #3b24aa 1.1%, #6c63ea 100%);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 18px 24px;
}

.vl-btn5 span.arrow {
    display: inline-block;
    background: linear-gradient(90deg, #3b24aa 1.1%, #6c63ea 100%);
    transition: all 0.4s;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    transform: rotate(-45deg);
}

.vl-btn5:hover {
    transition: all 0.4s;
    color: #fff;
}

.vl-btn5:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
    background: var(--secondary);
    ;
    color: #fff;
}

.vl-btn5:hover span.demo {
    background: var(--secondary);
    ;
    color: #fff;
}

/* Footer */
.main-footer.style-two {
    position: relative;
    background-image: url(assets/images/footer.webp);
    padding-bottom: 0;
    padding-top: 140px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.links-widget .widget-content {
    position: relative;
}

.links-widget ul li {
    position: relative;
}

.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}

.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}

.contact-widget .social-links {
    position: relative;
}

.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 500;
}

.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-widget .social-links li a span {
    position: relative;
}

.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(0deg, rgb(17 101 110) 16%, rgb(74 172 179) 100%);
}

footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}

.copyright-info,
.copyright-info a,
.widget-content a {
    color: #fff;
}

.copyright-info.right {
    text-align: right;
}

.copyright {
    margin-top: 20px;
    background: var(--primary);
    padding: 6px 0px;
}

.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    /* margin-left: 15px; */
    line-height: 24px;
}

.widgets-section li {
    margin-bottom: 10px;
}

.contact-widget ul.list i {
    margin-right: 10px;
}

.contact-widget ul.list {
    margin-bottom: 20px;
}

.copyright-text.text-right {
    text-align: right;
}

.copyright-text a {
    text-decoration: none;
}

section.bottom_footer {
    padding: 0px;
    background: var(--secondary);
    padding-bottom: 6px;
}

ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}

.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}

.hover-content-heading a {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}

.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}

.website-tag-part {
    float: left;
    width: 100%;
}

.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--secondary);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--secondary);
    font-size: 13px;
}

.hover-content-heading a:hover {
    background: var(--secondary);
}

h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}

/* Testimonial Section */

.testimonial-section {
    position: relative;
    background-color: #000000;
    overflow: hidden;
    background-image: url(assets/images/homepage/testi-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-body {
    position: relative;
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}

.heading7 h5::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(32, 44, 211, 0.1) 1.1%, rgba(7, 120, 249, 0.1) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    z-index: -1;
}

.heading7 h5 {
    background: linear-gradient(90deg, #202cd3 1.1%, #0778F9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
}

.portfolio-one__shape-one {
    top: -476px;
    left: -388px;
}

.portfolio-one__shape-one,
.portfolio-one__shape-two,
.portfolio-one__shape-three {
    max-width: 100%;
    height: auto;
    position: absolute;
}

.portfolio-one__shape-two {
    right: -327px;
    bottom: -190px;
}

.portfolio-one__shape-one,
.portfolio-one__shape-two,
.portfolio-one__shape-three {
    max-width: 100%;
    height: auto;
    position: absolute;
}

.portfolio-one__shape-three {
    max-width: 100%;
    height: auto;
    position: absolute;
}

@media (max-width: 1599px) {
    .portfolio-one__shape-three {
        right: 20px;
    }
}

@media (max-width: 1799px) {
    .portfolio-one__shape-three {
        top: 100px;
    }
}

.testimonial-section .sec-title .text {
    margin-top: 40px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.testimonial-section .owl-theme .testimonial-block {
    margin: 0px 15px;
}

.testimonial-section .btn_01 {
    position: relative;
    text-align: right;
    padding-right: 15px;
}

.testimonial-section .btn_01 {
    position: relative;
    width: 10px;
    height: 5px;
    border-radius: 0px;
    margin-left: 10px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.9;
}

.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover {
    width: 30px;
    background-color: var(--secondary);
}



.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
}

.testimonial-block .inner-box .upper-box {
    position: relative;
    padding-top: 9px;
    padding-left: 115px;
    margin: auto;
    width: 350px;
    text-align: center;
}

.testimonial-block .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.carousel-indicators.testi_btn {
    bottom: -60px;
}

.testimonial-block .inner-box .upper-box h4 {
    position: relative;
    color: var(--secondary);
    font-weight: 600;
}

.testimonial-block .inner-box .upper-box .designation {
    position: relative;
    color: var(--primary);
    font-size: 16px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
    text-align: left;
    margin-bottom: 25px;
}


/* Fun fact */
.counter-area {
    background: var(--primary);
    color: #fff;
}

.tp-counter-item-icon {
    font-size: 50px;
    line-height: 50px;
}

.counter {
    font-size: 25px;
    margin: 15px 0px;
    float: left;
    width: 100%;
}

/*Font*/
.span3 {
    float: left;
    width: 25%;
    border: 1px solid #000;
    padding: 11px;
}

span.i-code {
    float: right;
}

/*Slider client*/
@media (max-width: 767px) {
    #multislider01 .carousel-inner .carousel-item>div {
        display: none;
    }

    #multislider01 .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

#multislider01 .carousel-inner .carousel-item.active,
#multislider01 .carousel-inner .carousel-item-next,
#multislider01 .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    #multislider01 .carousel-inner .carousel-item-end.active,
    #multislider01 .carousel-inner .carousel-item-next {
        transform: translateX(16.6%);
    }

    #multislider01 .carousel-inner .carousel-item-start.active,
    #multislider01 .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%);
    }
}

#multislider01 .carousel-inner .carousel-item-end,
#multislider01 .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.client_btn {
    background: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}

a {
    list-style: none;
    text-decoration: none;
}

.slider-hero1 {
    background-image: url(assets/images/homepage/slider-22.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 123px 0 0px 0;
}

.slider-hero2 {
    background-image: url(assets/images/slider/hero-bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 123px 0 0px 0;
    background-color: #ebebeb;
}

.elements35 {
    position: absolute;
    top: 0px;
    left: 100px;
}

/* avbout us */
.about4-section-area .about-images-area {
    position: relative;
    z-index: 1;
}

.about4-section-area .about-images-area svg {
    position: absolute;
    z-index: -1;
    left: -141px;
    transform: rotate(45deg);
    top: -120px;
    height: 147%;
    width: 137%;
}

.about4-section-area .about-images-area .img1 img {
    /* width: 500px;
    height: 500px; */
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.heading6 h5 {
    /* background: linear-gradient(90deg, #202CD3 1.1%, #0778F9 100%); */
    background: linear-gradient(90deg, #371aa6 1.1%, #cb6c00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 6px 0px;
}
p.m-b {
    margin-bottom: 10px;
}

.about4-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about4-section-area .about-bg1 {
    position: absolute;
    z-index: -2;
    left: 100px;
    top: 20px;
}

.about4-section-area .elements41 {
    position: absolute;
    top: 0;
    right: 0;
}

.about4-section-area .stop-color2 {
    stop-color: #6000bd;
}

.about4-section-area .stop-color1 {
    stop-color: #890cff;
}


/* h2 scroll animation start */

h2.scroll-animate {
    position: relative;
    display: inline-block;
    font-size: 29px;
    overflow: hidden;
    color: var(--secondary);
    margin: 1px 0 25px;
}

h2.scroll-animate::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 1s ease;
}

h2.scroll-animate.animate::after {
    transform: translateX(100%);
}
.spacer {
    height: 100vh;
}

/* services start */
.service1-section-area {
    position: relative;
    z-index: 1;
}

.service1-section-area .service1-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background: #fff;
    padding: 28px;
    transition: all 0.4s;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.jobboardpadd {
    padding-bottom: 30px;
}

.service1-section-area .service1-boxarea .icons {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    transition: all 0.4s;
    margin-bottom: 25px;
    display: inline-block;
    background: linear-gradient(90deg, #6005b8 0%, #726EFC 100%);
}

.service1-section-area .service1-boxarea .arrow {
    position: absolute;
    right: -100px;
    top: -100px;
    transition: all 0.8s;
}

.service1-section-area .service1-boxarea a {
    color: var(--primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    display: block;
    transition: all 0.4s;
    margin-bottom: 20px;
}

.service1-section-area .service1-boxarea h5 {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding-left: 0px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    margin-top: 15px;
    margin-left: 18px;
}

.service1-section-area .service1-boxarea h5::after {
    position: absolute;
    z-index: 1;
}

.service1-section-area .service1-boxarea::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    transition: all 0.4s;
    left: 50%;
    border-radius: 16px;
    background: linear-gradient(90deg, #6403b5 0%, #726EFC 100%);
    visibility: hidden;
    opacity: 0;
    top: 0;
    z-index: -1;
}

.service1-section-area .service1-boxarea:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.service1-section-area .service1-boxarea:hover a {
    color: #fff;
    transition: all 0.4s;
}

.service1-section-area .service1-boxarea:hover ul li,
.service1-section-area .service1-boxarea:hover p {
    color: #fff;
    transition: all 0.4s;
}

.service1-section-area .service1-boxarea:hover h5 {
    color: #fff;
    transition: all 0.4s;
    padding-left: 0;
}

.service1-section-area .service1-boxarea .arrow a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: #fff;
    color: #000;
    line-height: 40px;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.service1-section-area .service1-boxarea:hover a {}

.service1-section-area .service1-boxarea:hover .arrow {
    top: 16px;
    right: 16px;
    transition: all 0.6s;
}

.service1-section-area .service1-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
    background: #fff;
}

.service1-section-area .service1-boxarea:hover h5::after {
    background: #fff;
    transition: all 0.4s;
    left: 26px;
}

/* whychoose us start */
.work4-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.work4-section-area .elements16 {
    position: absolute;
    left: -100px;
    transform: rotateY(-180deg);
    top: 0;
}

.work4-section-area .elements1 {
    position: absolute;
    left: 140px;
    top: 0;
}

.work4-section-area .others-widget-area {
    background: #fff;
    border-radius: 16px;
    position: relative;
}

.work4-section-area .others-widget-area .card-boxarea.box1 h3 {
    position: relative;
    left: -75px;
    margin-bottom: 20px;
}

.work4-section-area .others-widget-area .card-boxarea h3 {
    line-height: 50px;
    letter-spacing: -0.24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #F2F4FF;
}

.work4-section-area .others-widget-area .card-boxarea .content-area {
    background: #F2F4FF;
    padding: 28px;
    border-radius: 4px;
    text-align: center;
    margin: 0 40px 35px 0;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 37px 0;
}

.work4-section-area .others-widget-area .card-boxarea .content-area:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.work4-section-area .others-widget-area .card-boxarea .content-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    background: var(--primary);
    z-index: -1;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
}

.work4-section-area .others-widget-area .images {
    position: relative;
    z-index: 1;
}

.work4-section-area .others-widget-area .images .elements12 {
    position: absolute;
    top: -10px;
    left: -100px;
}

.work4-section-area .others-widget-area .images .elements13 {
    position: absolute;
    bottom: -10px;
    left: -100px;
}

.work4-section-area .others-widget-area .images .elements14 {
    position: absolute;
    top: -10px;
    right: -100px;
}

.work4-section-area .others-widget-area .images .elements15 {
    position: absolute;
    bottom: -10px;
    right: -100px;
}

.work4-section-area .others-widget-area .images .img1 {
    position: relative;
    z-index: 1;
    background: #F1F0FE;
    padding: 16px;
    border-radius: 50%;
}

.work4-section-area .others-widget-area .card-boxarea.box3 h3 {
    position: relative;
    left: 74px;
    margin-top: -33px;
    margin-bottom: 16px;
}

.work4-section-area .others-widget-area .card-boxarea h3 {
    line-height: 50px;
    letter-spacing: -0.24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #F2F4FF;
}

.work4-section-area .others-widget-area .card-boxarea .content-area2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    background: var(--primary);
    z-index: -1;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
}

.work4-section-area .others-widget-area .card-boxarea .content-area2 {
    background: #F2F4FF;
    padding: 28px;
    border-radius: 4px;
    text-align: center;
    margin: 0 0 35px 40px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0 37px;
}

.work4-section-area .others-widget-area .images .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.work4-section-area .others-widget-area .images .img1 {
    position: relative;
    z-index: 1;
    background: #F1F0FE;
    padding: 16px;
    border-radius: 50%;
}

.work4-section-area .others-widget-area .card-boxarea .content-area:hover h4 {
    color: #fff;
    transition: all 0.4s;
}

.work4-section-area .others-widget-area .card-boxarea .content-area:hover p {
    color: #fff;
    transition: all 0.4s;
    opacity: 80%;
}

.work4-section-area .others-widget-area .card-boxarea:hover h3 {
    transform: rotateY(360deg);
    transition: all 0.4s;
}

.work4-section-area .others-widget-area .card-boxarea.box1 h3 {
    position: relative;
    left: -75px;
    margin-bottom: 20px;
}

.work4-section-area .others-widget-area .card-boxarea .content-area2:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.work4-section-area .others-widget-area .card-boxarea .content-area2:hover h4 {
    color: #fff;
    transition: all 0.4s;
}

.work4-section-area .others-widget-area .card-boxarea .content-area2:hover p {
    color: #fff;
    transition: all 0.4s;
    opacity: 80%;
}

.work4-section-area .others-widget-area .card-boxarea.box2 h3 {
    position: relative;
    left: -73px;
    margin-top: 13px;
}

.work4-section-area .others-widget-area .card-boxarea h3 {
    line-height: 50px;
    letter-spacing: -0.24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #F2F4FF;
}

.work4-section-area .others-widget-area .card-boxarea.box4 h3 {
    position: relative;
    left: 74px;
    margin-top: 16px;
    margin-bottom: -16px;
}

.work4-section-area .others-widget-area .card-boxarea h3 {
    line-height: 50px;
    letter-spacing: -0.24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #F2F4FF;
}

/* funfact start */
.funfact--home-2 .container {
    position: relative;
    z-index: 3;
}

.funfact--home-2 .funfact__wrapper {
    position: relative;
    max-width: 1458px;
    padding: 70px 10px 70px;
    margin: 0 auto;

    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    background-image: url(assets/images/homepage/fun-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.funfact--home-2 .funfact__shape-one {
    position: absolute;
    top: 60px;
    left: -45px;
}

.funfact--home-2 .funfact__shape-two {
    position: absolute;
    top: 0px;
    left: 150px;
    z-index: 1;
}

.funfact--home-2 .funfact__shape-three {
    position: absolute;
    right: -171px;
    bottom: -35px;
}

.funfact--home-2 .funfact__shape-four {
    position: absolute;
    right: 71px;
    bottom: -19px;
    z-index: 1;
}

.funfact--home-2 .funfact__shape-five {
    position: absolute;
    top: -330px;
    right: -190px;
    z-index: 1;
}

.funfact--home-2 .funfact__shape-six {
    position: absolute;
    left: -61px;
    bottom: -93px;
    animation: zumpBottom 2s linear infinite;
}

.funfact--home-2::after {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
    filter: grayscale(1);
}

.funfact--home-2 .funfact__top {
    text-align: center;
    margin: 0 auto 49px;
    padding-bottom: 18px;
    display: table;
    border-bottom: 1px solid RGBA(var(--insuba-white-rgb, 255, 255, 255), 0.25);
}

.funfact--home-2 .funfact__top__title {
    margin: 0;
    font-size: 23px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.521;
}

.funfact__item {
    position: relative;
    display: flex;
    gap: 19px;
}

.funfact--home-2 .funfact__icon-box {
    background-color: #ffffff;
}

.funfact__icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--primary);
    transition: all 500ms ease;
}

.funfact--home-2 .funfact__icon {
    color: var(--primary);
}

.funfact__icon {
    display: inline-flex;
    font-size: 35px;
    color: #ffffff;
    transition: all 500ms ease;
}

.funfact__content {
    margin-top: 6px;
}

.funfact--home-2 .funfact__count,
.funfact--home-2 .funfact__text {
    color: #ffffff;
}

.funfact__count {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.funfact--home-2 .funfact__count,
.funfact--home-2 .funfact__text {
    color: #ffffff;
}

.funfact__item__shape {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}







.position-relative {
    position: relative;
}

.counter-wrap2 {
    background-color: var(--primary);
    /* border-radius: 10px; */
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 15px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.1;
    z-index: -1;
    border-radius: 10px;
}

.shape-1,
.shape-2 {
    position: absolute;
    top: 0;
    z-index: -2;
    mix-blend-mode: soft-light;
    opacity: 0.6;
    max-width: 100%;
    height: auto;
}

.shape-1 {
    left: 0;
}

.shape-2 {
    right: 0;
}

.counter-media {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}

.counter-media__icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    /* line-height: 60px; */
    text-align: center;
    margin: 0 0 15px 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

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

.media-body {
    flex: 1;
}

.counter-media__number {
    line-height: 1;
    margin: 0 0 5px 0;
    display: block;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.counter-media__title {
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}

/* Tablet styles (768px and up) */
@media (min-width: 768px) {
    .counter-wrap2 {
        /* border-radius: 20px; */
        padding: 60px;
        margin: 0;
    }

    .counter-media {
        flex-direction: row;
        text-align: left;
        margin-bottom: 0;
    }

    .counter-media__icon {
        width: 70px;
        height: 70px;
        /* line-height: 70px; */
        margin: 0 15px 0 0;
    }

    .counter-media__number {
        font-size: 32px;
    }

    .counter-media__title {
        font-size: 18px;
    }
}

/* Desktop styles (992px and up) */
@media (min-width: 992px) {
    .counter-wrap2 {
        padding: 80px;
    }

    .counter-media__icon {
        width: 80px;
        height: 80px;
        margin: 0 20px 0 0;
    }

    .counter-media__number {
        font-size: 40px;
    }
}

/* Large desktop styles (1200px and up) */
@media (min-width: 1200px) {
    .counter-wrap2 {
        padding: 80px;
    }
}

/* blog start */
.vl-blog-4-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    margin-bottom: 30px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s;
    position: relative;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
    position: relative;
    z-index: 2;
    padding: 24px;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid rgba(170, 170, 170, 0.09);
    margin: -100px 16px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content ul li {
    display: inline-block;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content ul li {
    color: var(--primary);
    font-style: normal;
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(32, 44, 211, 0.1) 0%, rgba(32, 44, 211, 0.1) 100%);
    padding: 6px 10px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore {
    color: var(--secondary);
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

.vl-blog-4-area {
    position: relative;
    z-index: 1;
}

.vl-blog-4-area .elements39 {
    position: absolute;
    right: 0;
    top: 0;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content h4 a {
    color: var(--secondary);
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 15px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
    color: var(--primary);
    transition: all 0.4s;
}

/* get in touch start */
.contact-one {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.chy-heading-2 a {
    color: var(--primary);
}

.contact-one__inner {
    position: relative;
    background-color: var(--primary);
    border-radius: 50px;
    box-shadow: rgb(255 255 255) 0px 5px 15px;
}

.contact-one__wrapper {
    padding: 70px 70px 70px;
    position: relative;
    z-index: 1;
    background-color: #000;
    border-radius: 40px;
}

.contact-one__wrapper__shape {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: inherit;
    z-index: 1;
}

.contact-one__shape-one {
    position: absolute;
    top: -80px;
    left: -88px;
    z-index: 1;
}

.contact-one__shape-two {
    position: absolute;
    right: -366px;
    bottom: -390px;
}

.contact-one .row {
    position: relative;
    z-index: 2;
}

.contact-one__col-image {
    position: relative;
    flex: 0 0 auto;
    width: 50%;
}

.contact-one__video {
    padding: 37px 30px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    position: absolute;
    top: -76px;
    right: 41px;
    background-color: var(--secondary);
    text-align: center;
    z-index: 1;
}

.contact-one__video__title {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1.47;
}

.contact-one__video::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
}

.contact-one__image {
    width: 100%;
    position: relative;
    position: absolute;
    left: 26px;
    bottom: -80px;
    overflow: hidden;
}

.contact-one__image::before {
    content: "";
    width: 409px;
    height: 409px;
    position: absolute;
    left: 0;
    bottom: -164px;
    background-color: #ffffff;
    border-radius: 50%;
}

.contact-one__image__one {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.contact-one__image::after {
    content: "";
    width: 383px;
    height: 383px;
    position: absolute;
    left: 14px;
    bottom: -153px;
    background-color: var(--primary);
    border-radius: 50%;
    z-index: 1;
}

.contact-one__image__two {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 40%;
    right: 18px;
    animation: zumpBottom 2s linear infinite;
}

.contact-one__col-form {
    flex: 0 0 auto;
    width: 50%;
}

.contact__form__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 28px;
    margin: 0;
}

@media (min-width: 768px) {
    .contact__form__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contact__form__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.contact__form__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=password],
.contact__form input[type=tel],
.contact__form textarea {
    border: none;
    outline: none;
    padding: 0 26px;
    display: block;
    width: 100%;
    height: 50px;
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #e8e7e7;
    border-radius: 30px;
    transition: all 400ms ease;
}

/* get in touch end */

/* cta start */
.cta4-section-area {
    position: relative;
    z-index: 1;
    background-image: url(assets/images/homepage/hero-bg2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 35px;
    border-radius: 50px;
    margin-bottom: -150px;
    border-bottom: 5px solid #fff;
}

.cta4-section-area .cta-header {
    position: relative;
    z-index: 1;
}

.heading1 h2 {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    line-height: 38px;
}

.cta4-section-area .cta-images .elements36 {
    position: absolute !important;
    z-index: -1;
    top: -164px;
    right: -45px;
}

.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.cta4-section-area .cta-images .img2 {
    position: absolute;
    bottom: -76px;
    margin-left: 203px;
}

.img2 img {
    max-width: 53%;
    height: auto;
}

@keyframes animation-7 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-1000deg);
    }
}

.animated-element {
    animation: animation-7 3s linear infinite;
}

/* btn 2 */
.vl-btn2 span.demo {
    display: inline-block;
    background: linear-gradient(90deg, #999999 1.1%, #000000 100%);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 18px 24px;
}

.vl-btn2 span.arrow {
    display: inline-block;
    background: linear-gradient(90deg, #999999 1.1%, #000000 100%);
    transition: all 0.4s;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    transform: rotate(-45deg);
}

.vl-btn2 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.vl-btn2:hover {
    transition: all 0.4s;
    color: #fff;
}

.vl-btn2:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.vl-btn2:hover span.demo {
    background: var(--secondary);
    ;
    color: #fff;
}

/* btn 3 */
.vl-btn3 span.demo {
    display: inline-block;
    background: linear-gradient(90deg, #e9e9e9 1.1%, #ffffff 100%);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 12px 15px;
}

.vl-btn3 span.arrow {
    display: inline-block;
    background: linear-gradient(90deg, #e9e9e9 1.1%, #ffffff 100%);
    transition: all 0.4s;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    line-height: 40px;
    font-size: 17px;
    transform: rotate(-45deg);
}

.vl-btn3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.vl-btn3:hover {
    transition: all 0.4s;
    color: #000;
}

.vl-btn3:hover span.demo {
    background: var(--secondary);
    ;
    color: #fff;
}

.vl-btn3:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
    background: var(--secondary);
    ;
    color: #fff;
}


/* Service 2 */
.s-1icon {
    color: #fff;
}

.servicebgs {
    position: absolute;
    top: 86px;
    left: -9px;
}

.features-two__card {
    position: relative;
    padding: 27px 25px 46px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.features-two__card__bg {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    overflow: hidden;
}

.features-two__card__bg::before {
    content: "";
    width: 200px;
    height: 100px;
    position: absolute;
    top: -58px;
    left: -113px;
    transform: rotate(-45deg);
    background-color: var(--primary);
}

.features-two__card__bg__inner {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    right: -100%;
    bottom: -100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: inherit;
    z-index: 1;
    transition: all 500ms ease;
}

.features-two__card__bg__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--insuba-base-rgb, 56, 27, 167), 0.89);
    border-radius: inherit;
}

.features-two__card__content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.features-two__card__icon-box {
    margin: 0 auto 15px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #f0f5f5;
    background: linear-gradient(192deg, transparent 39%, RGBA(var(--insuba-base-rgb, 63, -78, 324), 0.09)) 50%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.features-two__card__icon {
    display: inline-flex;
    font-size: 50px;
    color: var(--primary);
    transition: all 500ms ease;
}

.features-two__card__title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
    text-transform: capitalize;
}

.features-two__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.features-two__card__text {
    margin: 0;
    transition: all 500ms ease;
}

.features-two__card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    background-color: var(--primary);
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    transition: all 500ms ease;
}

.features-two__card__btn__icon {
    display: inline-flex;
    font-size: 20px;
    color: #ffffff;
    transition: all 500ms ease;
}

.features-two__card:hover .features-two__card__bg__inner {
    right: 0px;
    bottom: 0px;
}

.features-two__card:hover .features-two__card__btn {
    background-color: var(--secondary);
}

section.service2-section-area.sp3 {
    background-image: url(assets/images/services/testimonial-bg.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-color: #381ba708;
    position: relative;
}

.features-two__card:hover .features-two__card__icon-box {
    background: linear-gradient(180deg, transparent 50%, RGBA(var(--insuba-white-rgb, 255, 255, 255), 0.09)) 50%;
}

.features-two__card__title a:hover {
    background-size: 100% 1px;
}

.features-two__card:hover .features-two__card__title,
.features-two__card:hover .features-two__card__text {
    color: #ffffff;
}

/* slider 1 start */
.her4-images-area {
    position: relative;
    z-index: 1;
}

.her4-images-area .img1 img {
    height: 450px;
    width: 600px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
}

.her4-images-area .bg {
    position: absolute;
    top: -90px;
    z-index: -1;
    width: 1500px;
    height: 1500px;
    left: -118px;
}

.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.her4-images-area .elements37 {
    position: absolute;
    top: 0;
    left: -100px;
}

.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.her4-images-area .elements38 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.elements34 {
    position: absolute;
    top: -198px;
    right: 0;
}

/* slider 2 */
.hero-images-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-images-area .image-bg1 {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 600px;
}

.her4-images-area .bg1 {
    position: absolute;
    top: 58px;
    z-index: -1;
    width: 1500px;
    height: 1607px;
    left: 72px;
}

.her4-images-area .img11 img {
    height: 446px;
    width: 588px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    bottom: -72px;
    position: relative;
}

.client-sec1 {
    padding-bottom: 50px;
}

.contact-widget .social-links li .face {
    background-color: #4267b2;
    transition: none;
    transform: none;
}

.contact-widget .social-links li .twitt {
    background-color: #4ba1f2;
    transition: none;
    transform: none;
}

.contact-widget .social-links li .insta {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;
    transition: none;
    transform: none;
}

.contact-widget .social-links li .link {
    background-color: #3266c2;
    transition: none;
    transform: none;
}

.ftlink01 ul li:before,
.menu-case-studies-container ul li::before,
.menu-footer1-container ul li::before,
.menu-our-resources-container ul li::before {
    content: "\f101";
    font-family: fontello;
    position: absolute;
    left: -18px;
    color: #fff;
}

.ftlink01 ul li,
.menu-case-studies-container ul li,
.menu-footer1-container ul li,
.menu-our-resources-container ul li {
    position: relative;
    margin-left: 20px;
}

.widgets-section .ftlink01 ul li a:hover {
    transform: translateX(7px);
}

.widgets-section .ftlink01 ul li a {
    display: inline-block;
    transition: transform .3s ease, color .3s ease;
    text-decoration: none;
}

/* Add this CSS to your stylesheet */
.features-two__card:hover .features-two__card__icon-box img {
    filter: brightness(0) invert(1);
    /* Turns image white */
    transition: all 0.3s ease;
    /* Smooth transition */
}

/* Optional: Add hover effect to the entire card for better UX */
.features-two__card {
    transition: all 0.3s ease;
}

.features-two__card:hover {
    transform: translateY(-5px);
    /* Slight lift effect */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    /* Add shadow */
}

.features-two__card__icon-box:hover img {
    filter: brightness(0) invert(1);
}

/* breadcrumb start */
.banner1 {
    background-image: url(assets/images/banner/banner1.webp);
}

.banner2 {
    background-image: url(assets/images/banner/banner2.webp);
}

.banner3 {
    background-image: url(assets/images/banner/banner3.webp);
}

.banner4 {
    background-image: url(assets/images/banner/banner4.webp);
}

.banner5 {
    background-image: url(assets/images/banner/banner5.webp);
}



.bg-cover2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -87px;
    width: 84%;
}

.banner4 {
    border-radius: 0 !important;
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
    /* margin: 0 60px; */
    border-radius: 0 0 30px 30px;
}

.breadcrumb-wrapper .left-shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-wrapper .right-shape {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 170px 0 90px;
    z-index: 9;
    text-align: center;
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--secondary);
    font-size: 50px;
    position: relative;
    z-index: 9;
    font-weight: 800;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: inline-flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
    justify-content: center;
    border: 2px solid #fff;
    padding: 14px 22px;
    border-radius: 100px;
    line-height: 1;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--secondary);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
}

.breadcrumb-wrapper .left-shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bounce {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: bounce 2s infinite;
}

.breadcrumb-wrapper .right-shape {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bounce {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: bounce 2s infinite;
}

/* Bounce animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0px);
    }

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

.bounce {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: bounce 2s infinite;
}

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


.rr-service-details-info {
    border-radius: 50px;
    border-bottom: 5px solid var(--primary);
    border-top: 5px solid var(--primary);
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    padding: 30px;
    box-shadow: rgb(178 166 221 / 46%) 0px 5px 15px;
}

.rr-services-details-list {
    padding: 35px 30px;
    background: #f2f4f9;
    padding-bottom: 25px;
}

.rr-services-details-list span {
    font-size: 22px;
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.rr-services-details-list ul li {
    list-style: none;
    text-decoration: none;
}

.rr-services-details-list ul li a {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    color: var(--secondary);
    background-color: #fff;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.3s;
}

.rr-services-details-list ul li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--secondary);
    color: #fff;
    border-radius: 50px;
    margin-right: 15px;
    transition: 0.3s;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.rr-services-details-check ul li {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    margin-bottom: 9px;
}

.rr-services-details-check ul li i {
    color: var(--primary);
    /* margin-right: -13px; */
    margin-bottom: 5px;
    float: inline-start;
    font-size: 20px;
    margin-left: -23px;
}

.rr-services-details-thumb img {
    width: 100%;
    border-radius: 50px 0 50px 0;
}

.rr-service-3-item {
    border: 2px solid #ecebeb;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

h3 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    color: var(--secondary)
}

.rr-services-details-list ul li a:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}

.rr-service-3-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}

.rr-service-3-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-out 0s;
}

.rr-service-3-img-main img {
    width: 1000px;
    height: 100%;
}

.rr-service-3-content {
    padding: 30px;
}

.rr-service-3-icon {
    height: 120px;
    width: 120px;
    background: #fff;
    text-align: center;
    line-height: 120px;
    display: inline-block;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.3s ease-out 0s;
}

.rr-service-3-icon::before {
    background: #0b363466;
    content: "";
    position: absolute;
    bottom: 0;
    left: 64px;
    width: 55px;
    height: 60px;
    z-index: -1;
    transition: all 0.3s ease-out 0s;

}

.rr-service-3-icon img {
    width: 53px;
    height: auto;
}

.rr-service-3-icon img {
    transition: all 0.3s ease-out 0s;
}

.ml-40 {
    margin-left: 40px;
}

.rr-service-3-title {
    font-size: 22px;
    color: #000;
}

.rr-service-3-item:hover .rr-service-3-bg::before {
    opacity: 0.8;
    visibility: visible;
    background-color: #203240;
}

.rr-service-3-item:hover .rr-service-3-title {
    color: #fff;
}

.rr-service-3-item:hover .rr-service-3-text p {
    color: #fff;
}

.rr-service-3-item:hover .rr-service-3-icon::before {
    background-color: var(--primary);
}

.rr-service-3-item:hover .rr-service-3-icon {
    background-color: var(--primary);
}

.rr-service-3-item:hover .rr-service-3-icon img {
    filter: brightness(0) invert(1);
}




.category-list-area {
    border-radius: 8px;
    background: #EFF1FF;
    padding: 24px 28px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.service-sidebar-area .service-widget-sidebar h3 {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
}

.category-list-area ul li {
    margin-top: 18px;
}

.category-list-area ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--secondary);
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.category-list-area ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
    transition: all 0.4s;
    border-radius: 8px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.category-list-area ul li a:hover {
    transition: all 0.4s;
    color: #fff;
}

.category-list-area ul li a:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.contact-boxarea {
    border-radius: 8px;
    background: #EFF1FF;
    padding: 24px 28px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.contact-boxarea .input-area {
    margin-top: 16px;
}

.contact-boxarea .input-area input {
    width: 100%;
    color: var(--secondary);
    font-style: normal;
    line-height: 16px;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.contact-boxarea .input-area textarea {
    width: 100%;
    color: var(--secondary);
    font-style: normal;
    line-height: 16px;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    height: 120px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* faqs */
.faq-widget-area .accordion .accordion-item {
    border-radius: 8px;
    background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
    border: none;
    border-radius: 8px;
}

.faq-widget-area .accordion .accordion-item button {
    box-shadow: none;
    outline: none;
    border: none;
    padding: 26px 24px;
    color: var(--secondary);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 6px;
    background: #EFF1FF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.accordion-collapse {
    margin-bottom: 20px;
}

.faq-widget-area .accordion .accordion-item button::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: #6D4BFB;
    right: 20px;
    top: 23px;
}

.faq-widget-area .accordion .accordion-item button::after {
    z-index: 1;
    filter: brightness(0) invert(1);
}

.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item .accordion-body {
    padding: 0;
}

.faq-widget-area .accordion .accordion-item .accordion-body p {
    color: #fff;
    opacity: 90%;
}

.faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
    background: none;
    color: #fff;
    padding: 20px 25px 0px;
    font-size: 20px;
    font-weight: 600;
}

.faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::before {
    background: #fff;
}

.faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::after {
    z-index: 1;
    filter: brightness(0);
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
    border-radius: 20px 20px 50px 50px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: #381ba71c;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

/* about us page */
.consultations-one {
    background-color: #ffffff;
    counter-reset: consultationsOneNumber;
}

.consultations-one__text-box {
    margin-bottom: 24px;
}

@media (max-width: 1399px) {
    .consultations-one__image {
        left: 0px;
    }
}

.consultations-one__image {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: table;
    position: relative;
}

.consultations-one__image__inner {
    width: 100%;
    height: auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.consultations-one__image__one {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.consultations-one__image__shape-one {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    animation: moveHorizontal 2s linear infinite;
}

.consultations-one__image__shape-two {
    position: absolute;
    top: 22px;
    right: -28px;
    z-index: 2;
}

.consultations-one__image__two {
    width: 225px;
    height: 225px;
    position: absolute;
    top: 32px;
    left: -11px;
    border-radius: 50%;
    border: 12px solid #ffffff;
    z-index: 3;
    animation: zump 2s linear infinite;
}

.consultations-one__image__shape-three {
    position: absolute;
    right: 1px;
    bottom: -47px;
    z-index: 2;
}

.about-list.active,
.about-style1 .about-list:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #FFFFFF;
}

.about-list {
    padding: 15px;
    border-radius: 5px;
    transition: 0.4s;
}

.about-list:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #FFFFFF;
}
.team-style1 {
    background-color: var(--white-color);
    padding: 25px 25px;
    border-radius: 20px;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.03);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIwIiBoZWlnaHQ9IjQ3MCIgdmlld0JveD0iMCAwIDQyMCA0NzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBDMjAuNzg0MSAxMzAuNjMzIDI4My44NzEgMjkwLjcyIDQyMCAyNjBWNDUwQzQyMCA0NjEuMDQ2IDQxMS4wNDYgNDcwIDQwMCA0NzBIMjBDOC45NTQzIDQ3MCAwIDQ2MS4wNDYgMCA0NTBWMFoiIGZpbGw9IiNGNkY2RjYiLz4KPC9zdmc+Cg==);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.team-style1 .team-img {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.slick-slide img {
    display: inline-block;
}

.team-style1 .team-content {
    padding-bottom: 23px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.team-style1 .team-name {
    margin-bottom: 4px;
    font-size: 24px;
}

.team-style1 .team-bottom {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    gap: 10px;
}

.team-style1 .team-bottom li a {
    display: inline-flex;
    align-items: center;
    color: #000;
    gap: 10px;
}

.team-style1 .team-bottom li a span {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.team-style1 .team-content {
    padding-bottom: 23px;
    border-bottom: 1px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.team-style1:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background-color: #f6f6f6;
}

/* vision mission */
.ft1-service-block {
    position: relative;
    margin-bottom: 30px;
}

.ft1-service-block .inner-box {
    position: relative;
    padding: 40px 25px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ft1-service-block .inner-box .content {
    position: relative;
    max-width: 320px;
    z-index: 1;
}

.ft1-service-block .inner-box h4 {
    text-transform: uppercase;
}

.ft1-service-block .inner-box h4 a {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: var(--primary);
}

.ft1-service-block .inner-box .text {
    position: relative;
    color: #000;
    font-size: 16px;
    margin-top: 22px;
}

.ft1-service-block .inner-box .side-icon {
    position: absolute;
    right: 0px;
    top: 61px;
    z-index: 1;
    max-width: 40%;
    /* Added for responsiveness */
}

.owl-item img {
    display: block;
    width: 100%;
    height: auto;
    /* Added for responsiveness */
}

.ft1-service-block .inner-box .color-layer {
    position: absolute;
    right: -154px;
    top: -100px;
    width: 401px;
    height: 497px;
    border-radius: 50%;
    background-color: #d6d0ec;
}

.ft1-service-block .inner-box .color-layer:before {
    position: absolute;
    content: "";
    left: -5px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    border: 2px dashed #d5862c;
}

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

@media (max-width: 1199px) {
    .ft1-service-block .inner-box .color-layer {
        right: -180px;
        width: 380px;
        height: 470px;
    }
}

@media (max-width: 991px) {
    .ft1-service-block .inner-box .text {

        font-size: 15px !important;
        margin-top: 20px;
        z-index: 99999999 !important;
    }

    .ft1-service-block .inner-box .color-layer {
        right: -200px;
        width: 360px;
        height: 450px;
    }
}

@media (max-width: 767px) {
    .ft1-service-block .inner-box {
        padding: 30px 20px;
    }

    .ft1-service-block .inner-box .content {
        max-width: 100%;
    }

    .ft1-service-block .inner-box .side-icon {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
        max-width: 150px;
    }

    .ft1-service-block .inner-box .color-layer {
        display: none;
        /* Hide on small screens to prevent overflow */
    }

    .ft1-service-block .inner-box h4 a {
        font-size: 22px;
    }

    .ft1-service-block .inner-box .text {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .ft1-service-block .inner-box {
        padding: 25px 15px;
    }

    .ft1-service-block .inner-box h4 a {
        font-size: 20px;
    }

    .ft1-service-block .inner-box .text {
        font-size: 14px;
        margin-top: 15px;
    }
}

/* contact us start */
.chy-blog-4-item {
    position: relative;
    margin-bottom: 30px;
}

.chy-blog-4-item .main-img {
    width: 100%;
    height: 425px;
    overflow: hidden;
    border-radius: 227px;
    perspective: 70px;
    perspective-origin: 50% 50%;
}

.chy-blog-4-item .main-img img {
    transition: .5s;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .chy-blog-4-item .content-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.chy-blog-4-item .content-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.chy-blog-4-item .subtitle {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 13px 20px;
    border-radius: 10px 10px 0 0;
    transition: .4s;
}

.chy-heading-2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 0;
}

.chy-blog-4-item .content-wrap .inner-div {
    background: #fff;
    border-radius: 0 10px 0 0;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
}

.chy-blog-4-item .title {
    font-size: 24px;
    line-height: 1.41;
    margin-bottom: 6px;
    transition: .3s;
    margin-top: 0;
}

.chy-heading-2 {
    color: var(--secondary);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 0;
}

.chy-blog-4-item .content-wrap .inner-div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #9255ce -2.17%, #be60ff);
    z-index: -1;
    transition: .4s;
    opacity: 0;
}

.chy-blog-4-item:hover .main-img img {
    transform: scaleX(1) scaleY(1) scaleZ(.1) rotateX(8deg) rotateY(0) rotate(0) translate(0) translateY(0) translateZ(0) skew(0) skewY(0);
}

/* contact form */
.cta-box {
    background: url(assets/images/contact/contact-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-form .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    /* background: #eff4fabd; */
    border: 1px solid var(--primary);
    border-radius: 15px;
    padding: 16px 20px;
    box-shadow: none;
}

.form-group {
    margin-bottom: 10px;
}

.form-group textarea {
    height: 100px !important;
}

.form-group textarea,
.form-group input[type="email"],
.form-group input[type="text"] {
    background: #fff;
    border: 1px solid var(--primary);
    outline: 0;
    width: 100%;
    height: 50px;
    color: #000;
    margin-bottom: 16px;
    padding: 0 19px;
    /* border-radius: 5px; */
}

.cta-box2 {
    background: linear-gradient(rgb(0 0 0 / 71%), rgb(255 255 255)), url(assets/images/homepage/getinbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-box .container {
    position: relative;
    z-index: 1;
}

.cta-box-content {
    position: sticky;
    top: 20px;
}

.cta-box-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.cta-box-btn .btn-default {
    border-color: #fff;
    color: #fff;
}

.cta-box-btn .btn-default:hover {
    border-color: #fff;
}

.cta-box-btn span {
    font-weight: 600;
    color: var(--secondary);
}

.cta-box-btn .cta-btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 25%;
    transition: all 0.3s ease-in-out;
}

.cta-form {
    background: #fff;
    border-top: 10px solid var(--secondary);
    padding: 60px;
    margin-left: 30px;
    border-radius: 30px;
}

.cta-mar {
    background: #fff;
    border-top: 10px solid var(--secondary);
    padding: 60px;
    /* margin-left: 30px; */
    border-radius: 30px;
    margin: 0px 100px;
}

.img-radius {
    border-radius: 10px 50px;
}

.cta-box-title {
    margin-bottom: 30px;
}

.cta-box-title h2 {
    font-weight: 700;
}

.contact-form .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    /* background: #eff4fabd; */
    border: 1px solid var(--primary);
    border-radius: 15px;
    padding: 16px 20px;
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #000;
}

.video-two__overlay {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.video-two__overlay::before {
    content: "";
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(56, 27, 167, 0.9), transparent);
    position: absolute;
    top: 0;
    left: 0;
}

.video-two__overlay::after {
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(56, 27, 167, 0.5));
    position: absolute;
    top: 0;
    right: 0;
}


/* new blog detail */
section.services-details {
    overflow: initial;
    position: relative;
}

.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services-details .content-side .image-slide img {
    border-radius: 6px;
    width: 100%;
}

.services-details .content-side .image-slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 140px;
    background-color: var(--primary);
    padding: 20px 30px;
    border-top-right-radius: 6px;
}

.services-details .content-side .image-slide .content h4 {
    color: #fff;
    font-weight: 700;
}

.services-details .content-side .text {
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
}

.services-details .content-side .list {
    position: relative;
}

.services-details .content-side .list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
}

.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}

.text-white {
    font-weight: 500;
}

.widget_categories_two {
    margin-bottom: 45px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 6px;
}

.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}

.widget+.widget {
    margin-top: 50px;
}

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.widget_contact img {
    margin-bottom: 20px;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}

.widget_contact .phone-number a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget_contact .email a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: var(--primary);
}

.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}

.block-wrap {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: rgb(219 2 2 / 12%) 0px 5px 15px;
    border-radius: 15px;
}

.block-title-wrap {
    border-bottom: 1px solid var(--primary);
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.text-h3 {
    color: var(--primary);
}

.list-3-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 2;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.property-features-wrap .block-content-wrap .list-3-cols li {
    border: none;
    display: block;
}

.block-content-wrap.feature01 ul li {
    width: 50%;
    float: left;
}

.block-content-wrap .list-3-cols li,
.block-content-wrap .list-2-cols li,
.block-content-wrap .list-1-cols li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 3px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.feature01 ul li::before {
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}

.data-sec {
    background-image: url(assets/images/service/vision-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info-box {
    background: #fff;
    padding: 10px 15px 10px;
    border-radius: 85px;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary);
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 29px;
}

.contact-info-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary);
    border-radius: 5px;
    transition: 0.5s;
    z-index: -1;
}

.contact-info-box:hover:before {
    width: 100%;
}

.contact-info-box:hover .contact-info-content p {
    color: #fff;
}

.contact-info-content p:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}

.contact-info-box:hover p:before {

    color: #fff;

}

.contact-info-box {
    margin-bottom: 25px;
}

.contact-info-content {
    padding-left: 20px;
}

.career-section {
    background-image: url(assets/images/about/about-ind-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.comment-respond {
    background-image: url(assets/images/blog/about-bg-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 30px;
    padding: 32px 40px 50px;
    margin-top: 20px;
    border-bottom: 5px solid var(--secondary);
    border-top: 5px solid var(--secondary);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.comment-notes {
    margin-bottom: 15px;
}

.comment-field {
    margin-bottom: 15px;
}

.comment-field textarea {
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--primary);
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}

.comment-field textarea {
    min-height: 130px;
    max-height: 130px;
}

.comment-field {
    margin-bottom: 15px;
}

.comment-field input,
.comment-field textarea {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--secondary);
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}


.blog-widget {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #E5E7E8;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.widget-title {
    position: relative;
}

.rc-post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rc-post-thumb {
    width: 100px;
    flex: 0 0 auto;
}

.rc-post-thumb img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.rc-post-content .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Teko', sans-serif;
    font-size: 16px;
}

.rc-post-content .date i {
    color: var(--primary);
    font-size: 16px;
}

.blog_details h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 22px;
    margin-top: 23px;
}

button.btn.btn-custom.with-25 {
    width: 200px;
    text-transform: uppercase;
    margin: auto;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        z-index: 9999999;
        background-color: #fff;
        left: 0;
        right: 0;
        border-radius: 10px;
        top: 66px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .btn-9 {
        margin-left: 27px;
    }

    .menutop ul li a {
        line-height: 27px;
        border-bottom: 2px solid;
    }
}

.rc-post-content .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 400;
}

h2.sub-h2 {
    font-size: 25px;
    color: var(--secondary);
}

.post-title a {
    color: #000;
    font-size: 16px;
}

.cp-news4-item {
    transition: background-color 0.5s ease, transform 0.5s ease;
}


.cp-news4-item:hover {
    transform: translateY(-10px);

}

.box-shadow1 {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.p-1-9 {
    padding: 1.9rem;
}

.form-group01 input {
    border: 1px solid #ff644b;
    border-radius: 10px;
    width: 100%;
    padding: 11px 14px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.card-style5 .card-body {
    position: relative;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px 25px;
    z-index: 1;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px dotted var(--primary);
    border-radius: .25rem;
}

.card p {
    margin: 0 0 20px;
}

.wp-block-list li a {
    color: #000;
    margin-bottom: 10px;
}

.wp-block-list {
    margin-bottom: 10px;
}

.blog-content {
    padding: 15px;
    border-top: 5px solid var(--secondary);
    border-bottom: 5px solid var(--secondary);
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* job board detail */

.image-anime {
    overflow: hidden;
}

._relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.ml-80 {
    margin-left: 80px;
}

/* sec-2 */
.service3 .service3-box {
    margin-top: 30px;
    background-color: #fff;
    padding: 24px;
    border-radius: 7px;
    display: flex;
    align-items: start;
    transition: all 0.4s;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top: 5px solid var(--primary);
}

.heading3 h4 a {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #0D0E10;
    transition: all 0.4s;
}

.service3 .service3-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    background-color: var(--secondary);
}

.service3 .service3-box:hover .heading3 h4 a {
    color: #fff;
    transition: all 0.4s;
}

.service3 .service3-box:hover .heading3 p {
    color: #fff;
}

.service3 .main-image {
    margin-top: 30px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .reveal {
        position: relative;
        display: inline-flex;
        visibility: hidden;
        overflow: hidden;
    }
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.service3 {
    background-color: #EFF1FF;
}

/* sec-3 */
.service10-section-area {
    position: relative;
    background: #f5f5f5;
}

.service10-boxarea {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.service10-boxarea {
    background: #fff;
    padding: 32px 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px 40px;
}

img.elementors63 {
    position: absolute;
    bottom: 0;
    left: 0;
}

img.elementor61,
img.elementors62 {
    position: absolute;
    bottom: 0;
}

img.elementors62 {
    top: 0;
    right: 0;
}

/* sec-4 */
.faq-img img {
    width: 100%;
    height: auto;
}

/* breadcrump */
.bg-covercontact {
    background-image: url(assets/images/contact/contact-b.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-coverservice {
    background-image: url(assets/images/services/service-b.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-coverblog {
    background-image: url(assets/images/blog/blog-b.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-coverscrape {
    background-image: url(assets/images/services/scrape-b.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-thumb img {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* scrape job detail start */
.about-section-two .bg {
    background-repeat: no-repeat;
    height: 687px;
    width: 843px;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-section-two {
    position: relative;
}
.about-section-two .content-column {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.about-section-two .content-column .inner-column {
    position: relative;
}

.about-section-two .content-column .btn-box {
    position: relative;
}

.about-section-two .image-column {
    margin-bottom: 50px;
    position: relative;
}

.about-section-two .image-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.about-section-two .image-column .inner-column:before {
    background-color: var(--primary);
    border-radius: 50%;
    content: "";
    height: 380px;
    left: 83px;
    position: absolute;
    top: 190px;
    width: 380px;
}

.about-section-two .image-column .image-1 {
    max-width: 460px;
    position: relative;
}

.about-section-two .image-column .image-1:before {
    -webkit-animation: zoom-one 3s infinite;
    animation: zoom-one 3s infinite;
    background-color: var(--primary);
    content: "";
    height: 110px;
    left: -50px;
    position: absolute;
    top: 0;
    width: 20px;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.about-section-two .image-column .image-2 {
    position: absolute;
    left: 20px;
    bottom: 0;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.about-section-two .image-column .image-3 {
    bottom: 0;
    position: absolute;
    right: -58px;
    z-index: -1;
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

/* scrapjob detail sec-2 */

.solution-block-one .inner-box {
    position: relative;
    display: block;
    background: #f5f5f6;
    padding: 21px 20px 23px 60px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    /* min-height: 102px; */
}

.solution-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1px;
    transition: all 500ms ease;
}

.solution-block-one .inner-box p {
    position: relative;
    transition: all 500ms ease;
}

.solutions-section .inner-container .solution-block-one {
    position: relative;
    float: left;
    width: 49.333%;

}

.solution-block-one .inner-box:hover:before {
    width: 100%;
}

.solution-block-one .inner-box:before {
    background: var(--primary);
}

.solution-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.solution-block-one .inner-box:hover h4,
.solution-block-one .inner-box:hover p {
    color: #ffffff;
}

.solution-block-one .inner-box .icon-box {
    position: absolute;
    left: 30px;
    top: 34px;
    font-size: 20px;
    line-height: 8px;
    color: var(--primary);
    transition: all 500ms ease;
}

.solution-block-one .inner-box:hover .icon-box,
.solution-block-one .inner-box:hover h4,
.solution-block-one .inner-box:hover p {
    color: #ffffff;
}

.solutions-section .pattern-box .pattern-3 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 212px;
    height: 181px;
    background-repeat: no-repeat;
}

.solutions-section {
    position: relative;
}

.solutions-section .pattern-box .pattern-2 {
    position: absolute;
    left: 10px;
    bottom: 150px;
    width: 212px;
    height: 181px;
    background-repeat: no-repeat;
}

.solutions-section .pattern-box .pattern-1 {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 157px;
    height: 323px;
    background-repeat: no-repeat;
}

.solutions-section .image-layer {
    position: absolute;
    left: 72px;
    top: 0px;
}

i.demo-icon.ok-i.icon-ok {
    font-size: 20px;
}

@media (max-width: 991px) {
    .border-radius-10.position-absolute.top-15.d-none.d-sm-block {
        max-width: 50% !important;
    }

    .about-style1 .about-list.active,
    .about-style1 .about-list:hover {
        margin-top: 20px;
    }

    .solutions-section .inner-container .solution-block-one {
        position: relative;
        float: left;
        width: 49.333%;
    }
}

@media (max-width: 776px) {
    .solution-block-one .inner-box h4 {
        font-size: 16px;
    }

    .solution-block-one .inner-box .icon-box {
        left: 13px;
        top: 25px;
        font-size: 16px;
    }

    .solution-block-one .inner-box {
        padding: 15px 15px 15px 36px;
    }

}

@media (max-width: 576px) {

    .solutions-section .inner-container .solution-block-one {
        position: relative;
        float: left;
        width: 49.333%;
    }

    .solutions-section .inner-container .solution-block-one {
        position: relative;
        float: left;
        width: 100.333%;
    }
}

@media (max-width: 400px) {
    .solutions-section .inner-container .solution-block-one {
        position: relative;
        float: left;
        width: 100.333%;
    }
}

/* sec-3 scrapjob */
.style-one.service-area {
    background: url(assets/images/services/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 111px 0 102px;
    position: relative;
    z-index: 1;
}

.style-one.service-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0E1E2A;
    opacity: 0.8;
    z-index: -1;
}

.style-one.service-area .flip-box {
    background-color: transparent;
    perspective: 1000px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.style-one.service-area .flip-box-inner {
    position: relative;
    width: auto;
    height: 257px;
    text-align: left;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.style-one.service-area .flip-box-front {
    padding: 20px 22px 0;
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    border: 1px solid #284961;
    gap: 25px;
}

.style-one .flip-box-front {
    padding: 36px 25px 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}

.style-one .flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.style-one.service-area .flip-box-thumb {
    margin-top: 26px;
}

.style-one.service-area .flip-box-content h4 {
    color: #fff;
}

.style-one .flip-box-content h4 {
    font-size: 23px;
    font-weight: 700;
    margin: 26px 0 8px;
}

.style-one.service-area .flip-box-content p {
    color: #fff;
}

.style-one .flip-box-content p {
    margin: 0 0 28px;
}

.style-one.service-area .flip-box-front {
    padding: 20px 22px 0;
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    border: 1px solid #284961;
    gap: 25px;
}

.style-one.service-area .flip-box-back {
    background-color: var(--secondary);
    transform: rotateY(180deg);
    padding: 19px 24px 0;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    gap: 25px;
}

.style-one .flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box .flip-box-back::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    background: #fff;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: 0.4s;
    opacity: 0.1;
    z-index: -1;
}

.style-one .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}


/*------------------- Buttons -------------------*/
.vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 25px;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    perspective: 1000px;
    /* Enables 3D effect */
    transition: color 0.3s ease;
}

.vs-btn::before,
.vs-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    border-radius: inherit;
    transition: transform 0.5s ease;
    transform-origin: center;
}

/* Initial hidden state */
.vs-btn::before {
    transform: rotateX(90deg);
}

.vs-btn::after {
    transform: rotateY(90deg);
}

/* Show background on hover */
.vs-btn:hover::before {
    transform: rotateX(0deg);
}

.vs-btn:hover::after {
    transform: rotateY(0deg);
}

.vs-btn:hover {
    color: #fff;
}


.d-inline-flex {
    display: inline-flex !important;
}

@media (max-width: 767px) {
    .vs-btn {
        padding: 20px 20px;
    }
}

/* button 2 white */
.vs-btn2 {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #fff;
    /* Base background white */
    color: #000;
    /* Text color black */
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 25px;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    perspective: 1000px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.vs-btn2::before,
.vs-btn2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #5f00bd;
    /* Secondary color */
    z-index: -1;
    border-radius: inherit;
    transition: transform 0.5s ease;
    transform-origin: center;
}

/* Initial hidden state */
.vs-btn2::before {
    transform: rotateX(90deg);
}

.vs-btn2::after {
    transform: rotateY(90deg);
}

/* On hover, reveal purple background and white text */
.vs-btn2:hover::before {
    transform: rotateX(0deg);
}

.vs-btn2:hover::after {
    transform: rotateY(0deg);
}

.vs-btn2:hover {
    color: #fff;
    background-color: #5f00bd;
}

/* Responsive padding */
@media (max-width: 767px) {
    .vs-btn2 {
        padding: 20px 20px;
    }
}

.chooseus-style-two {
    background: #ffffff;
    position: relative;
}

.chooseus-style-two .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0px 0px 0px 100px;
    margin-bottom: 42px;
}

.chooseus-style-two .content-box .inner-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 1px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    background: var(--primary);
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
    transition: all 500ms ease;
    color: #fff;
}

.chooseus-style-two .content-box .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 6px;
}

.chooseus-style-two .image-layer {
    position: absolute;
    right: 15px;
    top: 17px;
}

/* bixol-service- */
.bixol-service-section .bixol-services .bixol-service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span {
    width: 80px;
    height: 80px;
    color: #ffffff;
    border-radius: 50%;
    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;
    position: relative;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-service-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span::before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
}

.bixol-service-section .bixol-services .bixol-service-item:hover .bixol-icon-wrapper span i {
    background-color: #ffffff;
    color: #082680;
}

.bixol-service-section .bixol-services .bixol-service-item:hover .bixol-service-content p {
    color: #ffffff;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span img {
    background-color: var(--white);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    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;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    box-shadow: 2px 4px 2px 0px var(--primary);
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content {
    width: 120px;
    height: 120px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    position: absolute;
    top: -30px;
    left: 50px;
    text-align: center;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-service-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
    box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
    padding: 35px 35px 35px 50px;
    margin-left: -50px;
    position: relative;
    z-index: 1;
}

.bixol-service-section .bixol-services .bixol-service-item:hover .bixol-service-content::before {
    opacity: 1;
}

.bixol-service-section .bixol-service-middle .img-wrapper {
    position: relative;
}

.bixol-service-section .bixol-services .bixol-service-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.bixol-service-section .bixol-services .bixol-service-item:hover h5 {
    color: #fff;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content .banner-svg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    z-index: 2;
    border-radius: 15px 25px 25px 15px;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content .banner-svg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    z-index: 2;
    border-radius: 15px 25px 25px 15px;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content h3 {
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
    margin-top: 25px;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    position: relative;
    z-index: 10;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content .banner-svg-2 {
    position: absolute;
    top: 8px;
    left: -8px;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    z-index: 1;
    border-radius: 15px 25px 25px 15px;
}

.form-style1 {
    background-color: var(--primary);
    --bs-gutter-x: 20px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.form-style1 .shape-1 {
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    mix-blend-mode: soft-light;
    top: 0;
    left: 0;
}

.form-style1 .shape-2 {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    mix-blend-mode: soft-light;
}



.testi-author3 {
    display: flex;
    align-items: center;
    text-align: left;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 20px 20px 20px 30px;
    position: relative;
    border: 1px solid var(--primary);
    transition: all 0.3s ease-in-out;
}

.testi-author3::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 60px;
    background-color: #e0e0e0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.testi-author3 .author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.media-body {
    flex: 1;
}

.testi-author3 .author-img img {
    width: 100%;
}

.testi-author3 .testi-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.testi-author3 .testi-degi {
    color: var(--primary);
    font-size: 14px;
}

.service1-section-area .service1-boxarea h5 a {
    font-size: 16px;
    margin-bottom: 0;
}

.service1-boxarea ul li i {
    margin-right: 10px;
    color: var(--primary);
}

.service1-boxarea ul li {
    display: flex;
}

.service1-section-area .service1-boxarea:hover i {
    color: var(--pimary);
}

ul.list_detail1 li {
    margin-bottom: 7px;
}

ul.list_detail1 li i {
    margin-right: 10px;
}

.faq-widget-area .accordion-body {
    padding: 0px 0px 20px 20px;
}

.faq-section {
    margin: 0 auto;
    width: 90%;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #979191;
    padding: 15px;
    border-radius: 6px;
    padding-bottom: 0;
}

.faq-answer p {
    padding: 12px 6px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* padding-top: 15px; */
    margin-bottom: 15px;
}

.faq-question {
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    background: var(--primary);
    padding: 15px 15px;
    margin: 0px;
    border-radius: 5px;
    font-weight: 500;
    line-height: normal;
}

.toggle-sign {
    font-weight: bold;
    font-size: 20px;
}

.feature-box {
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    gap: 30px; */
}

.feature-sinble-single-box {
    border-radius: 15px;
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 36px 0 32px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    margin-bottom: 30px;
    transition: .5s;
}

.feature-sinble-single-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /* background: url(assets/images/homepage/feature6.webp); */
    left: -17%;
    top: -3%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 50%;
}

.feature-icon {
    width: 75px;
    height: 75px;
    border-radius: 38px;
    background-color: var(--primary);
    border: 2px solid #fff;
    line-height: 70px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.feature-icon:before {}

.feature-icon i {
    font-size: 33px;
    position: relative;
    color: #fff;
}

h3.feature-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 6px 0 0;
    transition: .5s;
    cursor: pointer;
}

p.feature-text {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0;
    transition: .5s;
}

p.feature-text a {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0;
    transition: .5s;
}

.feature-sinble-single-box:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: var(--primary);
    right: 0;
    bottom: 0;
    transform: perspective(500px) rotateX(-90deg);
}

.feature-sinble-single-box:hover h3.feature-title,
.feature-sinble-single-box:hover p.feature-text,
.feature-sinble-single-box:hover p.feature-text a {
    color: #fff;
}

.feature-sinble-single-box:hover:after {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
}

.feature-sinble-single-box:hover .feature-icon:before {
    transform: scale(1);
}

.feature-icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
}

.feature-sinble-single-box:hover i {
    color: #000;
}

.contact-one__image-two {
    position: relative;
    padding: 0px 0 20px 0px;
    display: inline-block;
}

.contact-one__image-two:before {
    position: absolute;
    right: -56px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 0 56px 56px;
    border-color: transparent transparent transparent #ffffff;
    animation: airTree 4s ease-in infinite;
    z-index: 999;
}

.contact-one__image-two img {
    max-width: 100%;
    border: 10px solid #fff;
}

.contact-one__content {
    position: relative;
    padding: 68px 0;
    max-width: 570px;
}

.contact-one__wrapper:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 30%;
    content: "";
    background-color: var(--primary);
    z-index: -1;
    border-radius: 0 0 0 10px;
}

/* subtitle start */
.sec-subtitle,
.sec-subtitle2,
.sec-subtitle3,
.sec-subtitle4 {
    text-transform: capitalize;
    display: block;
    color: var(--primary);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: -0.25em 0 10px 0;
}

.sec-subtitle::before,
.sec-subtitle2::before,
.sec-subtitle3::before,
.sec-subtitle4::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #272e39 transparent transparent transparent;
    transform: rotate(0deg);
    display: inline-block;
    margin-right: 8px;
}

.sec-subtitle2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #272e39 transparent transparent;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 8px;
}

.sec-subtitle3 {
    text-transform: capitalize;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: -0.25em 0 10px 0;
    position: relative;
}

.sec-subtitle3::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #fff transparent transparent transparent;
    transform: rotate(0deg);
    display: inline-block;
    margin-right: 8px;
}

.sec-subtitle3::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #fff transparent transparent;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 8px;
}

/* White by default */
.service1-section-area .service1-boxarea .icons img {
    filter: brightness(0) invert(1);
    /* Turns dark image white */
    transition: filter 0.3s ease;
}

/* On hover: Black */
.service1-section-area .service1-boxarea:hover .icons img {
    filter: brightness(0);
    /* Turns dark image black */
}

.bixol-service-section .bixol-service-middle .img-wrapper {
    position: relative;
    margin: auto;
    width: 215px;
}
/* Responsive */

@media (max-width: 992px) {
    .contact-one__image-two:before {
        display: none !important;
    }

    p.aos-init.m-b {
        margin-top: 40px !important;
    }

    .list_detail1 {
        margin-top: 20px !important;
    }

    p.aos-init.aos-animate {
        margin-top: 10px !important;
    }

    .faq-img img {
        width: 50% !important;
        height: 50% !important;
        margin-left: 27% !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .team-style1 {
        margin-top: 20px !important;
    }
    .cta4-section-area {
        margin-bottom: -60px !important;
    }
    .main-footer.style-two {
        padding-bottom: 0px !important;
    }
    section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .heading1 h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .logo {
        width: 50%;
    }
    .about4-section-area {
        padding: 60px 0;
    }
    .about-images-area {
        margin-bottom: 0;
    }
    h2.scroll-animate {
        font-size: 28px;
        text-align: left;
    }
    .head {
        text-align: left;
    }
    .elements41 {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
    }
    p.aos-init.aos-animate {
        margin-top: 20px !important;
    }
    .faq-img img {
        width: 50% !important;
        height: 50% !important;
        margin-left: 27% !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .faq-question {
        font-size: 15px !important;
    }
    .about4-section-area .about-images-area svg {
        position: absolute !important;
        z-index: -1;
        left: -49px !important;
        transform: rotate(45deg);
        top: -101px !important;
        height: 143% !important;
        width: 136% !important;
    }
    .contact-one__wrapper {
        padding: 70px 50px 50px !important;
    }

    .form-style1 {
        padding: 30px 15px !important;
    }

    h2.text-white {
        font-size: 22px;
    }

    .breadcrumb-wrapper .page-heading {
        padding: 106px 0 60px !important;
    }

    .breadcrumb-wrapper .page-heading .breadcrumb-items {

        padding: 8px 16px !important;
    }
}
@media (max-width: 425px) {

    .breadcrumb-wrapper .page-heading .breadcrumb-items li {
        font-size: 15px !important;
    }
    .logo {
        width: 65%;
    }
}

@media (max-width : 575px) {
    .about4-section-area .elements41 {
        top: -45px !important;
        right: -35px;
    }
    .contact-one__wrapper {
        padding: 35px 10px 35px !important;
    }
    .sec-subtitle,
    .sec-subtitle2 {
        font-size: 18px !important;
    }

    h2.scroll-animate {
        font-size: 20px;
    }
}

@media (max-width: 325px) {
    .logo {
        width: 95%;
    }
}
.phone-input-wrapper {
    display: flex;
    border: 1px solid var(--primary);
    border-radius: 6px;
    overflow: hidden;
}
.country-code-select {
    border: none;
    background: #fff;
    padding: 8px 10px;
    font-size: 16px;
    width: 64px;
    outline: none;
    appearance: none;
    cursor: pointer;
    border-right: 1px solid #b9b9b9;
}

.img-wrapper img {
    border-radius: 10px;
}

.phone-input {
    flex: 1;
    border: none;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
}

.phone-input::placeholder {
    color: #000000;
}
.country-code-select:focus,
.phone-input:focus {
    outline: none;
    box-shadow: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 20px;
}
@media (max-width: 992px) {
    .slider-hero2 {
        background-position: left;

    }
.cta-form {
    padding: 30px;
    margin-left: 0;
}
    .slider-hero1 {
        background-position: left;
    }

    .slide-sub-title {
        font-size: 30px;
    }

    .slider-description {
        font-size: 16px;
    }

    .slider-content {
        padding-bottom: 70px;
    }

    .slider-content {
        padding-top: 20px;
    }

    .bixol-service-middle {
        margin-bottom: 20px;
    }

    #slider .carousel-control-prev i {
        line-height: 32px;
        width: 32px;
        height: 32px;
        font-size: 15px;
        margin: 15px 3px;
    }

    #slider .carousel-control-next i {
        line-height: 32px;
        width: 32px;
        height: 32px;
        font-size: 15px;
        margin: 15px 3px;
    }

    .contact-one__wrapper {
        padding: 25px;
    }

    .contact-one__wrapper:after {
        display: none;
    }
    .form-style1 {
    padding: 20px;
    }
    .copyright-info, .copyright-info a, .widget-content a {
    color: #fff;
    text-align: center;
}
.copyright-info.right {
    text-align: center;
}
.team-style1 .team-img {
    width: 170px;
    height: 170px;
}
.team-style1 .team-content {
    text-align: center;
}
.team-style1 .team-name {
    font-size: 18px;
}
.team-style1 .team-content {
    padding-bottom: 6px;
}
}

@media (max-width: 776px) {
    .bixol-service-middle {
        margin-bottom: 20px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .slide-sub-title {
        font-size: 25px;
    }

    .slide-title {
        font-size: 22px;
    }

    .slider-description {
        margin: 0px 0 0px;
    }

    .about4-section-area .about-images-area svg {
        top: -55px !important;
    }
.main-body {
    padding: 20px;
}
h2.sub-h2 {
    font-size: 20px;
}
.comment-respond {
    padding: 20px;
    margin-bottom: 20px;
}
}
@media (max-width: 576px) {
    .navbar-collapse {
        top: 55px;
    }
}
@media (max-width: 390px) {
    .about4-section-area .about-images-area svg {
        top: -55px !important;
    }
        .navbar-collapse {
        top: 50px;
        }
}

.support-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.support-one::before {
  position: absolute;
  top: 41px;
  left: 0;
  bottom: 113px;
  right: 0;
  /* background: var(--secondary); */
  clip-path: polygon(0 0, 100% 48%, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.support-one .shape4 {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: -1;
}

.support-one__img {
  position: relative;
  display: block;
  margin-right: -15px;
  z-index: 2;
}

.support-one__img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.support-one__img .inner img {
  width: 100%;
}

.support-one__img .shape1 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
}

.support-one__img .shape1 img {
  width: auto;
}

.support-one__content {
  position: relative;
  display: block;
  margin-left: 32px;
  margin-right: 0px;
  padding-top: 66px;
  padding-bottom: 70px;
  z-index: 1;
}

.support-one__content::after {
  content: "";
  position: absolute;
  left: -130px;
  bottom: -45px;
  width: 45px;
  border-left: 45px solid transparent;
  border-bottom: 45px solid transparent;
  z-index: 3;
  border-top: 45px solid var(--pimary);
}

.support-one__content .shape2 {
  position: absolute;
  top: 0;
  right: -340px;
  z-index: -1;
}

.support-one__content .shape3 {
  position: absolute;
  left: -85px;
  bottom: 0;
  z-index: -1;
}

.support-one__content::before {
  position: absolute;
  top: 0px;
  left: -85px;
  bottom: 0;
  right: -999999px;
  background: var(--primary);
  content: "";
  z-index: -1;
}

.support-one__content .sec-title {
  padding-bottom: 27px;
}

.support-one__content .sec-title__tagline .text p {
  color: #ffffff;
}

.support-one__content .sec-title__title {
  color: #ffffff;
}

.support-one__content-text1 {
  position: relative;
  display: block;
}

.support-one__content-text1 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 34px;
}

.support-one__content-text2 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.support-one__content-text2-single {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}

.support-one__content-text2-single.mb0 {
  margin-bottom: 0;
}

.support-one__content-text2-single .icon-box {
  position: relative;
  display: block;
}

.support-one__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--secondary);
  font-size: 65px;
  top: 7px;
}

.support-one__content-text2-single .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.support-one__content-text2-single .text-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.support-one__content-text2-single .text-box p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}

.form-control {
  padding: 15px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

span.icon-right-arro {
  background-color:  var(--primary);
  padding: 7px;
  border-radius: 50px;
  float: left;
  position: relative;
  display: flex;
  margin: 0 10px;
}

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
span.icon-left-arrow {
  background-color: var(--primary);
  padding: 7px;
  border-radius: 50px;
  float: left;
  position: relative;
  display: flex;
  margin: 0 10px;
}
.service-content {
    background: #fcfcfc;
    box-shadow: 0px 0px 6px 2px #ccc;
    border-radius: 15px;
    padding: 15px;
    float: left;
}
.service-content h2 {
    font-size: 30px;
    margin-bottom: 16px;
    padding-right: 15px;
}
.content-title {
    font-size: 44px;
    margin-top: 0;
    border-left: 5px solid var(--primary);
    padding-left: 15px;
    margin-bottom: 40px;
    line-height: 53px;
}
.fw-single-image img {
    width: 100%;
    height: auto;
}
.service_content1 {
    padding: 30px;
}
.servicepp p {
    margin-bottom: 10px;
}
.service_content1.servicepp li {
    display: flex;
}
.service_content1.servicepp i {
    margin-right: 10px;
    margin-top: 7px;
}
.all__sidebar {
    position: sticky;
    top: 140px;
}
 .widget-title {
font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
 .widget-title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: var(--primary);
}
.all__sidebar-item-solution ul li a i {
    font-size: 14px;
    margin-right: 10px !important;
    opacity: 0;
    margin-left: -20px;
    transition: all 0.4s ease-out 0s;
}
.all__sidebar-help-image-content {
	   box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
	   padding: 30px;
	   margin: 0 40px;
	   background: #ffffffc2;
	   position: absolute;
	   text-align: center;
	   bottom: 0;
	 }
	 .all__sidebar-help-image-content h4 {
	   margin-top: 6px;
	   margin-bottom: 15px;
     font-size: 20px;
	 }
	 .all__sidebar-item {
	   padding: 25px;
	   border: 1px solid rgb(19 19 19 / 6%);
	   margin-bottom: 30px;
	   background: #fcfcfc;
	   box-shadow: 0px 0px 6px 2px #ccc;
	   border-radius: 15px 15px 0px 0px;
	 }
	 .all__sidebar-item-solution ul {
	   padding: 0;
	   margin: 0;
	 }
	 .all__sidebar-item-solution ul li {
	   list-style: none;
	 }
	 .all__sidebar-item-solution ul li a {
	   color: #fff;
	   display: block;
	   transition: all 0.4s ease-out 0s;
	   font-weight: 700;
	   font-size: 16px;
	   line-height: 23px;
	   padding: 16px 20px;
	   border-bottom: 1px solid rgb(19 19 19 / 10%);
	   padding-left: 15px !important;
	   border-radius: 6px;
	   background: var(--primary);
	   margin-bottom: 4px;
	 }
	 .all__sidebar-item-solution ul li a i {
	   font-size: 14px;
	   margin-right: 10px;
	   opacity: 0;
	   margin-left: -20px;
	   transition: all 0.4s ease-out 0s;
	 }
	 .all__sidebar-item-solution ul li a:hover {
	   color: #fff;
	   background:#f41926;
	   border-color: var(--secondary);
	   padding-left: 20px;
	 }
	 .all__sidebar-item-solution ul li a:hover i {
	   opacity: 1;
	   margin-left: 0;
	 }
	 .all__sidebar {
	   position: sticky;
	   top: 140px;
	 }