/*
Theme Name: Hub
Theme URI: https://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 6.0.3
License: GNU General Public License
License URI: license.txt
Text Domain: hub
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
	margin-bottom: 1em;
}

.blocks-gallery-caption {
	margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
	--wp-btn-border-radius: 1.5em;
	border-radius: var(--wp-btn-border-radius);
	line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	--wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
	color: #fff;
}

.wp-block-cover.has-background-dim a {
	color: inherit;
}

.wp-block-group.has-background,
.has-background {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
	border: none;
}


/* new css  */


.left_svg{
    position: relative;
    width: 50vw;
    margin-left: calc(50% - 50vw)!important;
/*     overflow: hidden; */
}

.left_svg img{
    width: 83vw !important;
    display: block !important;
    height: 6px !important;
	margin-left: -15px;
}


.right_svg{
    position: relative;
    width: 50vw;
    margin-right: calc(50% - 50vw)!important;
/*     overflow: hidden; */
}
.right_svg img {
    width: 47vw !important;
    display: block !important;
    height: 6px !important;
    padding: 0px;
	margin-right: -15px;
}


/* ============ join the team circul =============  */

.join-wrap {
    position: relative;
    width: 192.657px;
    height: 192.775px;
}

.rotating-text{
    width:100%;
    height:100%;
    animation:spin 12s linear infinite;
}
.join-wrap text {
    color: var(--Aqua, #55C8BE);
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.6px;
}
.join-wrap text:hover{
	color:#8A89F0
}
.join-wrap:hover .join-wrap text{
	color:#8A89F0 !important
}

.join-wrap:hover textPath {
    fill: #8A89F0 !important;
}

.center-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
	transition:all .5s ease-in-out
}
.center-btn:hover {
    background: #8A89F0;
}

@keyframes spin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}


/* End   */


/* year of exprience  */

.badge-container {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffa3;
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

.center-number {
    position: absolute;
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 74.932px;
    font-style: normal;
    font-weight: 700;
    line-height: 81.957px;
    letter-spacing: -1.499px;
}

.rotating-text1 {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spin 15s linear infinite;
}

.rotating-text1 text {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 35.661px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.039px;
    letter-spacing: -0.413px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* End  */

/* logo slider css  */
.logoSwiper {
    width: 100%;
    padding: 10px 60px;
    padding-top: 60px !important;
    margin-top: -60px;
}

.logoSwiper .swiper-wrapper{
    align-items:center;
}

.logoSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    width:auto;
}

.logoSwiper img {
    max-height: 36px !important;
	height: auto;
	max-height: 58px;
    width: auto;
    display: block;
    object-fit: contain;
}
.logoSwiper .large img{
	   max-height: 58px !important;
}
.slider-nav {
    position: absolute;
    top: 0;
    right: -15px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 20;
}

.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next{
    position: static;    
    margin: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider-nav .swiper-button-prev::after,
.slider-nav .swiper-button-next::after{
    display: none;
}

.slider-nav img{
    width: 25px;
    height: 25px;
    display: block;
}

.people-section .elementor-element-82b5285 {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 120px !important;
}


/* End  */
/* 
.lqd-top-scrol-ind {
    display: none !important;
}
.admin-bar .is-stuck {
    top: 34px !important;
}

.admin-bar .is-stuck {
    top: calc(var(--lqd-top-scroll-ind-height,0px) + 22px) !important;
} */