/*
Theme Name: Pythonwebscraping
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:#381ba7;
	--secondary:#000;
    --secondaryy: #d37f20;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
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 {
        position: fixed;
        top: -9px;
        left: 0;
        width: 100%;
        height: auto;
        transform: translateY(15px); /* Smooth movement */
        transition: transform 0.9s ease, top 0.9s ease;
        /* box-shadow: 0px 0px 3px 2px #cfcccc; */
    }
}

    /* &.sticky {
        position: fixed;
        top: 15px;
        width: 96%;
        height: auto;
        background: #050734;
        transition: .5s ease top;
        box-shadow: 0px 0px 3px 2px #cfcccc;
        border-radius: 50px;
    } */
    .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: 50px;
    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 8px;
}
.nav-link:hover {
    color: #000;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background: #fff;
}
.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 330px;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.dropdown-menu li a:hover{
    padding-left: 20px;
    color: var(--pbmit-white-color);
}
.dropdown-menu li a:hover{
    background-color: var(--secondaryy);
    color: #fff !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border-radius: 30px 30px 0 0;
        border-top: 5px solid var(--primary);
        overflow: hidden;
    }
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li a {
	color: #000 !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
	text-transform: capitalize !important;
    padding: 15px;
    border-bottom: 1px solid #d37f20;
    color: #fff;
	line-height: normal !important;
}
#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;
    }
}

/******************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: 60px;
    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: #d37f20;
    color: #fff;
}
.vl-btn5:hover span.demo{
    background: #d37f20;
    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;
    padding-top: 230px;
    padding-bottom: 80px;
    background-color: #000000;
    overflow: hidden;
    background-image: url(assets/images/testimonials/testi-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-body {
    position: relative;
    background-color: #fff;
    max-width: 72%;
    margin: auto;
    padding: 30px;
    border-radius: 50px 10px 50px 10px;
    border-left: 6px solid;
    border-bottom: 6px solid;
}
.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;
	margin-top:35px;
	color:#000;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
	text-align: center;
}


/* 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/slider/hero-bg1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 123px 0 0px 0;
}
.elements35 {
    position: absolute;
    top: 0px;
    left: 100px;
}

.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: -140px;
}
.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;
}
/* .heading6 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;
} */
/* .heading6 p {
    color: #000;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -0.18px;
    opacity: 80%;
} */
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: #381ba7;
}
.about4-section-area .stop-color1 {
    stop-color: #6459df;
}


/* 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; /* Should match your background */
    transform: translateX(-100%);
    transition: transform 1s ease;
  }

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

  /* Spacer to ensure scrolling works */
  .spacer {
    height: 100vh;
  }

  /* h2 scroll animation end */

  /* 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, #2E0797 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;
    line-height: 22px;
    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;
    line-height: 16px;
    padding-left: 68px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}
.service1-section-area .service1-boxarea h5::after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 2px;
    width: 60px;
    left: 0;
    top: 6px;
    transition: all 0.4s;
    background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
}
.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, #2E0797 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 p {
    color: #fff;
    transition: all 0.4s;
    opacity: 80%;
}
.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: #d37f20;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.service1-section-area .service1-boxarea:hover a {
    color: #fff;
    transition: all 0.4s;
}
.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: #d37f20;
}
.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%);
}

/* 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 {
    margin-bottom: -230px;
    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: 76px 70px 80px;
    position: relative;
    z-index: 1;
    background-color: var(--primary);
    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: #d37f20;
    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: #d37f20;
   color: #fff;
}
.vl-btn3:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
    background: #d37f20;
    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: -49px;
    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 */
.bg-cover2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -87px;
    width: 84%;
}
.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(--secondaryy)
}
.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: 24px;
    text-transform: capitalize;
    border-radius: 6px;
    background: #EFF1FF;
    font-size: 22px;
    font-weight: 600;
    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: 26px 24px 22px;
    font-size: 25px;
    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 start */
.team-card-three {
    position: relative;
    overflow: hidden;
}

.team-card-three__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 41px 137px;
    border: 1px solid #dddddd;
    border-radius: 25px 25px 101px 25px;
    background-color: #ffffff;
    transition: all 500ms ease;
}
.team-card-three__identity {
    position: relative;
    z-index: 2;
}
.team-card-three__name {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.318;
}
.team-card-three__name a{
    color: var(--secondary);
}
.team-card-three__designation {
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.625;
    transition: all 500ms ease;
}
.team-card-three__btn {
    position: relative;
    top: -6px;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color:var(--primary);
    transition: all 500ms ease;
}
.team-card-three__btn::before {
    content: "";
    width: 2px;
    height: 17px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}
.team-card-three__btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.team-card-three__btn::after, .team-card-three__btn::before {
    content: "";
    width: 2px;
    height: 17px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}
.team-card-three__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0.85);
    opacity: 0;
    background-color: var(--secondaryy);
    border-radius: inherit;
    transition: all 500ms ease;
}
.team-card-three__image {
    position: relative;
    margin-top: -122px;
    text-align: center;
    z-index: 2;
}
.team-card-three__image img {
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
    height: auto;
    border-radius: 101px 0 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.team-card-three:hover .team-card-three__content::after {
    transform: scale(1);
    opacity: 1;
}

.team-card-three:hover .team-card-three__designation {
    color: #ffffff;
}
.team-card-three:hover .team-card-three__name a{
    color: #fff;
}
.team-card-three:hover .team-card-three__image img {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal {
        0% {
          transform: translateX(0);
        }
        16.65% {
          transform: translateX(5px);
        }
        33.3% {
          transform: translateX(-3px);
        }
        49.95% {
          transform: translateX(4px);
        }
        66.6% {
          transform: translateX(-2px);
        }
        83.25% {
          transform: translateX(1px);
        }
        100% {
          transform: translateX(0);
        }
      }
      .team-card-three__name {
        margin-bottom: 8px;
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 1.318;
    }

    .team-three {
        position: relative;
        padding-top: 503px;
        overflow: hidden;
    }

    .team-three__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #3c20a9b8;
      
        /* Use image mask instead of SVG path */
        -webkit-mask-image: url('assets/images/about/download.svg'); /* or .webp */
        mask-image: url('assets/images/about/download.svg');
      
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
      
        -webkit-mask-position: center center;
        mask-position: center center;
      
        -webkit-mask-size: cover;
        mask-size: cover;
      }
      
    .team-three__image-left {
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0.05;
        z-index: 1;
    }
    .team-three__shape {
        max-width: 100%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: -185px;
        opacity: 0.06;
        z-index: 1;
        animation: zump 2s linear infinite;
    }
    .heading1 h5 {
        /* background: linear-gradient(90deg, #202CD3 1.1%, #0778F9 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;
    }
    .team-card-three__btn::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .team-card-three__btn::after, .team-card-three__btn::before {
        content: "";
        width: 2px;
        height: 17px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 500ms ease;
    }
    .team-card-three:hover .team-card-three__btn {
        background-color: #ffffff;
    }
    .team-card-three:hover .team-card-three__btn::before, .team-card-three:hover .team-card-three__btn::after {
        background-color: var(--primary);
    }
    .team-card-three__btn::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    /* 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;
    }
    .owl-item img {
        display: block;
        width: 100%;
    }
    .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;
        padding-top: 67px;
        margin-bottom: -551px;
    }

/* 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;
    background-attachment: fixed;
    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, .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;
}
.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(--secondaryy);
    border-top: 5px solid var(--secondaryy);
    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(--secondaryy);
    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(--secondaryy);
}
.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(--secondaryy);
    border-bottom: 5px solid var(--secondaryy);
    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(--secondaryy);
}
.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:after {
    background: #5e3de3;
    content: "";
    -webkit-filter: blur(75px);
    filter: blur(75px);
    height: 530px;
    opacity: 0.1;
    position: absolute;
    right: -120px;
    top: 80px;
    width: 530px;
    z-index: -1;
} */
.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(--secondaryy);
    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);
}
