/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Hirable - Human Resources & Recruiting HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Our Scrolling Ticker css
06. About Us css
07. Our Services css
08. Why Choose Us css
09. What We Do css
10. Company Success css
11. Scrolling Ticker Text css
12. Our Benefits css
13. How It Work css
14. Our Testimonials css
15. Our Pricing css
16. Our FAQs css
17. Our Blog css
18. Footer css
19. About Us Page css
20. Services Page css
21. Service Single css
22. Blog Archive css
23. Blog Single css
24. Projects Page css
25. Project Single css
26. Team Page css
27. Team Single css
28. Pricing Page css
29. Testimonials Page css
30. Image Gallery css
31. Video Gallery css
32. FAQs Page css
33. Contact Us Page css
34. 404 Error Page css
35. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color				: #000000;
	--secondary-color			: #FAFAFA;
	--text-color				: #666666;
	--accent-color				: #6A52E0;
	--accent-secondary-color	: #88ff2a;
	--white-color				: #FFFFFF;
	--divider-color				: #6666661A;
	--dark-divider-color		: #FFFFFF1A;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Archivo", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

 
::-webkit-scrollbar-track{
	background-color: var(--primary-color);
	border-left: 1px solid var(--primary-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb{
	background: var(--accent-secondary-color);
}

::selection{
	color: var(--secondary-color);
	background-color: var(--primary-color);
	filter: invert(1);
}

 
.hero-content h1 {
    line-height:1.1em;}
 
 
img{
	max-width: 100%;
}
 
 
 

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

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

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

.reveal{
    position: relative;
    display: inline-flex;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
 
.btn-default{
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	background: var(--accent-color);
	color: var(--white-color);
	border: none;
	border-radius: 100px;
    padding: 10px 47px 10px 17px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
    font-family: "Instrument Sans", sans-serif !important;
}

.btn-default:hover{
	background: transparent;
}

.btn-default::before{
	content: '';
	position: absolute;
    top: 50%;
    right: 10px;
width: 25px;
    height: 25px;
	background-color: var(--accent-secondary-color);
    background-image: url('../images/arrow-primary.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
	border-radius: 100px;
    transform: translateY(-50%);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	background-color: var(--white-color);
}

.btn-default::after{ 
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::after{
	right: auto;
	left: 0;
    width: 100%;
}

.btn-default.btn-highlighted{
	background: var(--accent-secondary-color);
	color: var(--primary-color);
}

.btn-default.btn-highlighted::before{
	background-color: var(--accent-color);
    background-image: url('../images/arrow-white.svg');
}

.btn-default.btn-highlighted:hover::before{
	background-color: var(--primary-color);
}

.btn-default.btn-highlighted::after{
	background-color: var(--white-color);
}

.readmore-btn{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	color: var(--accent-color);
	text-transform: capitalize;
	display: inline-block;
	padding-right: 30px;
	transition: all 0.3s ease-in-out;
}

.readmore-btn::before{
	content: '';
	position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url('../images/arrow-accent.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transform: translate(-3px, -50%);
	transition: all 0.4s ease-in-out;
}

.readmore-btn:hover{
	color: var(--primary-color);
}

.readmore-btn:hover::before{
	filter: brightness(0) invert(0);
	transform: translate(0, -50%);
}

.cb-cursor:before{
	background: var(--accent-color);
}

 

.section-row{
	margin-bottom: 80px;
}

.section-row .section-title{
	margin-bottom: 0;
}

.section-title{
	margin-bottom: 50px;
}

.section-title h3{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #11d000 !important;
    padding-left: 15px;
    margin-bottom: 10px;
}

.section-title h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #11d000 !important;
    border-radius: 50%;
    transform: translateY(-63%);
}

.section-title h1{
	font-size: 80px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2{
    font-size: 46px;
    margin-bottom: 0;
    cursor: none;
    font-weight: 700;
    line-height: 60px;
}

.section-title h1 span,
.section-title h2 span{
	color: #11d000 !important;
} 

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 18px;
}

.dark-section .section-title h3,
.dark-section .section-title h1,
.dark-section .section-title h2,
.dark-section .section-title p{
	color: var(--white-color);
}

.dark-section .section-title h1 span,
.dark-section .section-title h2 span{
	color: var(--accent-secondary-color);
}

.section-title-content p{
	margin: 0;
}

.section-btn{
	text-align: right;
}

.section-content-btn .section-btn{
	text-align: left;
	margin-top: 30px;
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

.topbar{
	background: var(--accent-secondary-color);
	padding: 14px 0;
}

.topbar-contact-info ul{
	list-style: none;
    padding: 0;
    margin: 0;
	line-height: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.topbar-contact-info ul li a{
    color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.topbar-contact-info ul li a:hover{
	color: var(--accent-color);
}

.topbar-contact-info ul li a i{
    font-size: 16px;
	color: inherit;
    margin-right: 8px;
}
.why-choose-image figure img:first-child {
    display: none;
}

.topbar-social-links{
    text-align: right;
}

.topbar-social-links ul{
    list-style: none;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.topbar-social-links ul li{
    display: inline-block;
	border-right: 1px solid var(--primary-color);
    margin-right: 15px;
	padding-right: 15px;
}

.topbar-social-links ul li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.topbar-social-links ul li a{
    display: inline-flex;
    align-items: center;
	font-weight: 500;
    text-transform: capitalize;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover{
	color: var(--accent-color);
}

.topbar-social-links ul li a i{
    font-size: 18px;
    color: inherit;
	margin-right: 8px;
}

.main-header{
	position: relative;
    border-bottom: 1px solid #88ff2a;
	z-index: 100;
}
.main-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 74%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.4s ease-in-out;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background-color: var(--accent-color);
	border-bottom: 1px solid var(--dark-divider-color);
}

.navbar{
	padding: 15px 0;
	align-items: center;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: center;
	margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0;
	position: relative;
}

.main-menu ul li.nav-item a{
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 15px !important;
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after{
content: '\F282';
    font-family: 'bootstrap-icons';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: #dcfd7d;
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scale(1,0.8);
	transform-origin: top;
	width: 230px;
	position: absolute;
	left: 0;
	top: 100%;
    background: #000000;
    transition: all 0.3s ease-in-out;
    border-right: 1px solid #88ff2a;
    border-left: 1px solid #88ff2a;
    border-bottom: 1px solid #88ff2a;
	transition: all 0.3s ease-in-out;
list-style:none;
}

.main-menu ul li.submenu:first-child ul{
    width: 270px;
}

.main-menu ul ul ul{
    left: 102%;
    top: 0;
    text-align: left;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li.nav-item a{
color: white;
    padding: 8px 8px !important;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}
.HRJourney
.ThirdChildItem .nav-link {
    font-size: 14px !important;
	    color: black !important
}
.ThirdChildItem {
width: 310px !important;
    background: #88ff2a !important;
    color: black;
}
.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul ul li:hover > .nav-link {
    background: #88ff2a;
    color: black;
    border-radius: 5px 5px 0px 0px;
    padding: 8px 20px 8px 23px !important;
}
.main-menu ul li.highlighted-menu{
    display: none;
}
.ThirdChildItem li a.nav-link {
    color: black !important;
    font-size: 14px !important;
}
.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 0;
	position: relative;
}

.slicknav_btn{
	background: var(--accent-secondary-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--primary-color);
	border-radius: 8px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}
.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-secondary-color);
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 8px 20px;
	color: var(--primary-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--accent-color);
}

.slicknav_menu ul ul li a{
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--primary-color);
	position: absolute;
	right: 15px;
    top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
	transform: translateY(-50%) rotate(-180deg);
	color: var(--accent-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero{
	background: var(--accent-color) url('../images/hero-bg.svg') no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 0;
}

.hero.hero-bg-image{
	position: relative;
	background: url('../images/hero-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 110px 0;
}

.hero.hero-bg-image::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: var(--primary-color);
    opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-bg-image.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero.hero-bg-image.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-bg-image.hero-slider-layout{
	background: none;
	padding: 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide{
	position: relative;
    padding: 170px 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
	opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 50px;
	text-align: center;
	z-index: 2;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--dark-divider-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}

.hero-content{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	z-index: 2;
}

.hero.hero-bg-image .hero-content{
	margin-bottom: 0;
}

.hero-body{
	width: 100%;
	max-width: 80%;
	margin: 34px auto;
    margin-bottom: 40px;
}

.hero-body ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	justify-content: center;
}

 

.hero-btn{
	position: relative;
	display: inline-block;
}

.hero-btn::before{
	content: '';
	position: absolute;
	right: -110px;
	top: -20px;
	background: url('../images/hero-btn-arrow.svg') no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100px;
	height: 70px;
	animation: ctaarrow 3s infinite linear;
}

@keyframes ctaarrow{
	50%{
		right: -140px;
	}
}

.hero-image{
	text-align: center;
}

.hero-image img{
	width: 100%;
	max-width: 80%;
	aspect-ratio: 1 / 0.66;
	object-fit: cover;
}

/************************************/
/*** 05. Our Scrolling Ticker css ***/
/************************************/

.our-scrolling-ticker{
	background: var(--accent-secondary-color);
	padding: 25px 0;
}

.scrolling-ticker-box{
	--gap: 80px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}

.scrolling-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 30s linear infinite;
}

@keyframes scroll{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.scrolling-content img{
	width: 100%;
	max-width: 135px;
	height: 30px;
}

/************************************/
/*** 	  09. What We Do css 	  ***/
/************************************/

.what-we-do .container-fluid{
	padding: 0;
}

.what-we-do-image{
	height: 100%;
}

.what-we-do-image figure{
	display: block;
	height: 100%;
}

.what-we-do-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
}

.what-we-do-content{
	background-color: var(--accent-color);
	height: 100%;
	align-content: center;
	padding: 100px 5.208vw;
}

.what-do-body-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.what-do-body-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(50% - 15px);
}

.what-do-body-item .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	background-color: var(--dark-divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	z-index: 1;
}

.what-do-body-item .icon-box:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.what-do-body-item:hover .icon-box::before{
	transform: scale(1);
}

.what-do-body-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 28px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.what-do-body-item:hover .icon-box img{
	filter: brightness(0) invert(0);
}

.what-do-body-content{
	position: relative;
	width: calc(100% - 70px);
	z-index: 1;
}

.what-do-body-content h3{
	font-size: 20px;
	line-height: 1.3em;
	text-transform: capitalize;
	color: var(--white-color);
}

.what-we-do-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 50px;
	padding-top: 50px;
}

.what-we-do-list{
	width: calc(100% - 180px);
}

.what-we-do-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.what-we-do-list ul li{
	position: relative;
	line-height: 1.5em;
	color: var(--white-color);
	text-transform: capitalize;
	padding-left: 30px;
	margin-bottom: 25px;
}

.what-we-do-list ul li:last-child{
	margin-bottom: 0;
}

.what-we-do-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
	font-weight: 900;
    left: 0;
    top: 0;
    font-size: 20px;
    color: var(--accent-secondary-color);
}

.what-we-do-circle a{
	border-radius: 50%;
	display: block;
}

.what-we-do-circle img{
	width: 100%;
	max-width: 160px;
	border-radius: 50%;
	animation: infiniterotate 20s infinite linear;
}

/************************************/
/*** 	10. Company Success css	  ***/
/************************************/

.company-success{
	padding: 100px 0 70px;
}

.company-success-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.company-success-header{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.company-success-header .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-color);
	border-radius: 50%;
	margin-right: 15px;
	transition: all 0.6s ease-in-out;
}

.company-success-item:hover .company-success-header .icon-box{
	background: transparent;
}

.company-success-header .icon-box:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.company-success-item:hover .company-success-header .icon-box::before{
	transform: scale(1);
}

.company-success-header .icon-box img{
	position: relative;
	width: 100%;
	max-width: 28px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.company-success-item:hover .company-success-header .icon-box img{
	filter: brightness(0) invert(0);
}

.company-success-title{
	width: calc(100% - 65px);
}

.company-success-title h3{
	font-size: 20px;
}

.company-success-content h2{
	font-size: 60px;
	margin-bottom: 10px;
}

.company-success-content p{
	margin-bottom: 0;
}

/*************************************/
/*** 11. Scrolling Ticker Text css ***/
/*************************************/

.scrolling-ticker-text{
	margin-bottom: -10px;
}

.scrolling-ticker-text-box{
	--gap: 40px;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}

.scrolling-ticker-text-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 70s linear infinite;
}

.scrolling-ticker-text-content span{
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -0.02em;
	color: var(--white-color);
    background: var(--text-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
}

.scrolling-ticker-text-content span img{
	width: 40px;
	margin-right: 40px;
}

/************************************/
/*** 	 12. Our Benefits css	  ***/
/************************************/

.our-benefits{
	background: #000000 url(../images/benefits-bg.svg);
     background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 70px 0 70px;
}
.work-process-item:hover h2 a, .work-process-item:hover p, .work-process-item:hover span {
    color: #fff !important;
    transition: all 0.4s ease-in-out;
}
.work-process-item:hover {
    background: #0fb100ba !important;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.benefits-content{
	margin-right: 20px;
}

.benefits-body{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}

.benefits-body-item{
	width: calc(50% - 15px);
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	padding: 20px;
}

.benefits-body-item h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.benefits-body-item p{
	margin-bottom: 0;
}

.benefits-body-list{
	width: 100%;
}

.benefits-body-list ul{
	position: relative;
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.benefits-body-list ul li{
	position: relative;
	width: calc(50% - 15px);
	line-height: 1.5em;
	text-transform: capitalize;
	padding-left: 30px;
}

.benefits-body-list ul li::before{
	content: '\f058';
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: 900;
	left: 0;
	top: 0;
	font-size: 20px;
	color: var(--accent-color);
}

.benefits-images{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.benefit-image-1{
	position: relative;
	width: 100%;
	margin-right: 207px;
}

.benefit-image figure{
	display: block;
	border-radius: 20px;
}

.benefit-image img{
	width: 100%;
	aspect-ratio: 1 / 0.775;
	object-fit: cover;
	border-radius: 20px;
}

.benefit-image-circle{
    position: absolute;
    right: 0;
    top: 50px;
    transform: translateX(50%);
}

.benefit-image-circle a{
	display: block;
	border-radius: 50%;
}

.benefit-image-circle img{
	width: 100%;
	max-width: 140px;
	border-radius: 50%;
	animation: infiniterotate 20s infinite linear;
}

.benefit-image-2{
	position: relative;
	margin-top: -90px;
	z-index: 1;
}

.benefit-image-2 .benefit-image{
	width: 100%;
	max-width: 544px;
	border: 10px solid var(--secondary-color);
	border-radius: 30px;
}

.benefit-image-2 .benefit-image img{
	aspect-ratio: 1 / 0.611;
}

.benefit-project-info{
	position: absolute;
	bottom: 80px;
	left: -75px;
	width: 100%;
	max-width: 235px;
	display: flex;
	align-items: center;
	background: var(--white-color);
	box-shadow: 0px 0px 20px 0px #0000001A;
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	padding: 18px;
	animation: infiniteboxmove 2.5s infinite linear alternate;
	overflow: hidden;
	z-index: 1;
}

@keyframes infiniteboxmove{
	50%{
		left: -30px;
	}
}

.benefit-project-info::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-secondary-color);
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
	z-index: -1;
}

.benefit-project-info:hover::after{
	height: 100%;
}

.benefit-project-info .icon-box{
	width: 50px;
	height: 50px;
	background-color: var(--accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 15px;
	transition: all 0.4s ease-in-out;
}

.benefit-project-info:hover .icon-box{
	background: var(--primary-color);
}

.benefit-project-info .icon-box img{
	max-width: 25px;
}

.benefit-project-content{
	width: calc(100% - 65px);
}

.benefit-project-content h3{
	font-size: 22px;
	color: var(--primary-color);
	margin-bottom: 5px;
}

.benefit-project-content p{
	color: var(--dark-color);
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}

.benefit-project-info:hover .benefit-project-content p{
	color: var(--primary-color);
}

/************************************/
/*** 	 13. How It Work css	  ***/
/************************************/

.how-it-work{
	padding: 100px 0;
}

.how-work-content{
    position: sticky;
	margin-right: 20px;
    top: 30px;
}

.work-process-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    border: 1px solid var(--divider-color);
    padding: 23px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.work-process-item:last-child{
	margin-bottom: 0;
}

.work-process-content{
	width: calc(51% - 15px);
}

.work-process-content strong {
    font-size: 14px;
    font-weight: 500;
    color: var(--accent-color);
    text-transform: uppercase;
    display: inline-block;
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 5px 24px;
    margin-bottom: 14px;
    transition: all 0.3s ease-in-out;
}

.work-process-item:hover .work-process-content h3{
	background: var(--accent-secondary-color);
}

.work-process-content h2 a{
    font-size: 23px;
    margin-bottom: 11px;
    line-height: 27px;
    text-transform: capitalize;
}
.work-process-content span {
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
}

.work-process-content p{
	margin-bottom: 0;
}

.work-process-image{
	width: calc(49% - 15px);
}

.work-process-image figure{
	display: block;
	border-radius: 20px;
}

.work-process-image img{
	width: 100%;
	aspect-ratio: 1 / 0.775;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.4s ease-in-out;
}

.work-process-item:hover .work-process-image img{
	transform: scale(1.1);
}

/************************************/
/***   14. Our Testimonials css   ***/
/************************************/
 

.our-testimonials{
  
    padding: 70px 0;
}

@keyframes testimonialbgmove{
	from{
		background-position: right center;
	}
	to{
		background-position: right 200vw center;
	}
}

.testimonial-slider .swiper-wrapper{
    cursor: none;
}

.testimonial-rating{
	margin-bottom: 20px;
}

 

.testimonial-content{
	margin-bottom: 40px;
}

.testimonial-content p{
	color: black;
	font-size: 20px;
	margin: 0;
}

.testimonial-author{
	display: flex;
	align-items: center;
}

.author-image {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .08);
    border-radius: 100%;

}
.author-image figure{
	display: block;
	border-radius: 50%;
}

.author-image figure img{
	width: 100%;
	max-width: 60px;
	border-radius: 50%;
}

.testimonial-quote{
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: var(--accent-secondary-color);
	border: 1px solid var(--accent-color);
	border-radius: 50% ;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-quote img{
	width: 100%;
	max-width: 10px;
}

.author-content{
	width: calc(100% - 75px);
}

.author-content h3{
	font-size: 20px;
	margin-bottom: 5px;
	color: black;
	text-transform: capitalize;
}

.author-content p{
color: black;
	text-transform: capitalize;
	margin: 0;
}

.testimonial-pagination{
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: right;
	z-index: 2;
}

.testimonial-pagination .swiper-pagination-bullet{
    height: 14px;
    width: 14px;
    background: var(--dark-divider-color);
	border-radius: 50%;
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.testimonial-pagination .swiper-pagination-bullet-active{
    background: var(--accent-secondary-color);
	border-radius: 50%;
}

.testimonials-counter-list{
	display: flex;
    flex-wrap: wrap;
    gap: 10px 52px;
    padding-top: 60px;
}

.testimonials-counter-item{
    width: 25%;
    display: flex;
    align-items: center;
    gap: 10px
}

.testimonials-counter-item h2{
	    color: black;
    font-size: 60px;
}

.testimonials-counter-item p{
color: black;
    text-transform: capitalize;
    margin: 0;
}



/************************************/
/*** 	 	18. Footer css		  ***/
/************************************/

.footer-scrolling-ticker .scrolling-ticker-box{
	--gap: 25px;
}

.footer-scrolling-ticker .scrolling-content span{
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	line-height: 1.1em;
	color: var(--primary-color);
}

.footer-scrolling-ticker .scrolling-content span img{
	max-width: 20px;
	height: 100%;
	margin-right: 25px;
}

.main-footer{
	background-color: var(--accent-color);
	background-image: url('../images/footer-bg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 100px 0 0;
}

.footer-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.footer-logo img{
	width: 100%;
	max-width: 209px;
}

.footer-social-links{
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-social-links span{
    font-size: 20px;
    font-weight: 600;
	color: var(--white-color);
}

.footer-social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-links ul li{
    display: inline-block;
    margin-right: 15px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
	color: var(--accent-color);
    width: 40px;
    height: 40px;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.footer-social-links ul li a:hover{
	background-color: var(--accent-secondary-color);
	color: var(--primary-color);
}

.footer-social-links ul li a i{
    color: inherit;
    font-size: 18px;
}

.footer-links h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 20px;
}

.footer-links p{
	color: var(--white-color);
	margin-bottom: 30px;
}

.footer-links p:last-child{
	margin-bottom: 0;
}

.footer-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links ul li{
	color: var(--white-color);
	text-transform: capitalize;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.footer-links ul li a:hover{
	color: var(--primary-color);
}

.footer-contact-item{
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}

.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--white-color);
	border-radius: 50%;
	margin-right: 15px;
}

.footer-contact-item .icon-box i{
	font-size: 12px;
	color: var(--white-color);
}

.footer-contact-content{
	width: calc(100% - 45px);
}

.footer-contact-content p{
	color: var(--white-color);
	margin: 0;
}

.footer-contact-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.footer-contact-content p a:hover{
	color: var(--primary-color);
}

.newsletter-form .form-group{
	display: flex;
	border-radius: 8px;
	overflow: hidden;
}

.newsletter-form .form-group .form-control{
	width: 85%;
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 400;
	color: var(--text-color);
	outline: none;
    box-shadow: none;
	padding: 15px 0 15px 15px;
}

.newsletter-form .form-group .form-control::placeholder{
	color: var(--text-color);
}

.newsletter-form .form-group .newsletter-btn{
	background-color: var(--white-color);
	width: 15%;
	border: none;
	padding: 0;
}

.newsletter-form .form-group .newsletter-btn img{
	max-width: 20px;
	transition: all 0.3s ease-in-out;
}

.newsletter-form .form-group .newsletter-btn:hover img{
	filter: brightness(0) invert(0);
}

.footer-copyright-text{
	border-top: 1px solid var(--dark-divider-color);
	padding: 60px 0;
	margin-top: 60px;
	text-align: center;
}

.footer-copyright-text p{
    color: var(--white-color);
    margin: 0;
}
 

   
  

/************************************/
/*** 	33. Contact Us Page css	  ***/
/************************************/

.page-contact-us{
	padding: 100px 0;
}

.contact-us-form{
	background-color: var(--secondary-color);
	border-radius: 20px;
	padding: 40px;
}

.page-contact-us .contact-us-form .section-title{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 40px;
}

.contact-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 12px;
	padding: 17px 20px;
	box-shadow: none;
	outline: none;
}

.contact-form .form-control::placeholder{
	color: var(--text-color);
}

.google-map{
	margin-bottom: 40px;
}

.google-map iframe{
	width: 100%;
	height: 500px;
	border-radius: 20px;
}

.contact-info-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.contact-info-item{
	width: calc(50% - 15px);
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	padding: 20px;
	display: flex;
	align-items: center;
}

.contact-info-item.location-item{
	width: 100%;
}

.contact-info-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.contact-info-item .icon-box:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.contact-info-item:hover .icon-box:before{
	transform: scale(1);
}

.contact-info-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.contact-info-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.contact-item-content{
	width: calc(100% - 70px);
}

.contact-item-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.contact-item-content p{
	margin: 0;
}

.contact-item-content p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.contact-item-content p a:hover{
	color: var(--primary-color);
}

/************************************/
/*** 	 34. 404 Error Page css	  ***/
/************************************/

.error-page{
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 50%;
}

.error-page-content{
	text-align: center;
}

.error-page-content .section-title,
.error-page-content-body p{
	margin-bottom: 20px;
}

/************************************/
/*** 	  35. Responsive css	  ***/
/************************************/

@media only screen and (max-width: 1300px){
	.what-we-do-content{
		padding: 100px 15px;
	}
}
@media (min-width: 992px) {
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width: 991px){
  .dropdown-menu {
    border: none;
  }
	.btn-default{
		font-size: 14px;
		padding: 15px 50px 15px 15px;
	}

	.btn-default::before{
		width: 30px;
		height: 30px;	
		background-size: 18px auto;
	}

	.topbar{
		padding: 10px 0;
	}

	.topbar-contact-info ul{
		gap: 15px;
	}

	.topbar-social-links ul li{
		padding-right: 10px;
		margin-right: 10px;
	}

	.topbar-contact-info ul li a i{
		font-size: 14px;
	}

	.topbar-social-links ul li a{
		font-size: 14px;
	}

	.topbar-social-links ul li a i{
		font-size: 16px;
		margin-right: 5px;
	}

	.navbar{
		padding: 15px 0;
	}

	.navbar-brand img{
		max-width: 180px;
	}

	.main-menu ul li.highlighted-menu{
		display: block;
	}
	
	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 55px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 10px;
	}

	.section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.hero{
		padding: 50px 0 0;
	}

	.hero.hero-bg-image{
		padding: 100px 0;
	}
	
	.hero.hero-bg-image.hero-slider-layout .hero-slide{
		padding: 100px 0;
	}
	
	.hero.hero-bg-image.hero-slider-layout .hero-pagination{
		bottom: 30px;
	}

	.hero-body{
		max-width: 100%;
		margin-bottom: 30px;
	}

	.hero-body ul{
		gap: 15px 20px;
	}

	.hero-body ul li{
		padding-left: 25px;
	}

 

	.hero-btn::before{
		top: -10px;
		width: 80px;
		height: 50px;
	}

	.our-scrolling-ticker{
		padding: 15px 0;
	}

	.scrolling-ticker-box{
		--gap: 50px;
	}

	.scrolling-content img{
		height: 26px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-us-images{
		margin-bottom: 30px;
	}

	.successful-circle-img img{
		max-width: 130px;
	}

	.about-image img{
		aspect-ratio: 1 / 0.7;
	}

	.about-image-box-2 .about-image img{
		aspect-ratio: 1 / 0.99;
	}

	.about-image-box-3 .about-image{
		max-width: 370px;
	}

	.years-experience-box{
		max-width: 180px;
		padding: 15px;
		margin: 10px 0;
	}

	.years-experience-box h2{
		font-size: 34px;
	}

	.about-us-content{
		margin-left: 0;
	}

	.about-body-item{
		margin-bottom: 30px;
	}

	.about-btn{
		margin-top: 30px;
	}

	.our-services{
		padding: 50px 0;
	}

	.service-item{
		padding: 20px;
	}

	.service-item .icon-box{
		margin-bottom: 30px;
	}

	.service-item-content h3{
		margin-bottom: 10px;
	}

	.section-footer-text{
		margin-top: 10px;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-content{
		margin-bottom: 30px;
	}

	.why-choose-list ul{
		gap: 15px 20px;
	}

	.why-choose-list ul li{
		width: calc(50% - 10px);
		padding-left: 25px;
	}

	.why-choose-list ul li::before{
		font-size: 18px;
	}

	.why-choose-image figure img{
		aspect-ratio: 1 / 0.5;
	}

	.why-choose-item-list{
		gap: 30px 60px;
		margin-top: 40px;
	}

	.why-choose-item{
		width: calc(50% - 30px);
	}

	.why-choose-item::before{
		right: -30px;
	}
	
	.why-choose-item .icon-box{
		margin-bottom: 30px;
	}

	.why-choose-item-content h3{
		margin-bottom: 10px;
	}
	
	.what-we-do-image,
	.what-we-do-image figure{
		height: auto;
	}

	.what-we-do-image img{
		aspect-ratio: 1 / 0.52;
	}

	.what-we-do-content{
        padding: 50px 15px;
    }

	.what-we-do-footer{
		margin-top: 30px;
		padding-top: 30px;
	}

	.what-we-do-list{
		width: calc(100% - 140px);
	}

	.what-we-do-list ul li{
		padding-left: 25px;
		margin-bottom: 15px;
	}

	.what-we-do-list ul li::before{
		font-size: 18px;
	}

	.what-we-do-circle img{
		max-width: 120px;
	}

	.company-success{
		padding: 50px 0 20px;
	}

	.company-success-item{
		text-align: center;
	}

	.company-success-header{
		flex-direction: column;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.company-success-header .icon-box{
		margin: 0 0 10px 0;
	}

	.company-success-title{
		width: 100%;
	}

	.company-success-content h2{
		font-size: 45px;
	}

	.company-success-content p{
		font-size: 14px;
	}

	.scrolling-ticker-text{
		margin-bottom: -6px;
	}

	.scrolling-ticker-text-box{
		--gap: 30px;
	}

	.scrolling-ticker-text-content span{
		font-size: 56px;
	}

	.scrolling-ticker-text-content span img{
		width: 30px;
		margin-right: 30px;
	}

	.our-benefits{
		padding: 50px 0;
	}

	.benefits-content{
		margin: 0 0 30px 0;
	}

	.benefits-body-item{
		padding: 15px;
	}

	.benefits-body-item h3{
		margin-bottom: 10px;
	}

	.benefits-body-list ul{
		gap: 20px;
	}
	
	.benefits-body-list ul li{
		width: calc(50% - 10px);
		padding-left: 25px;
	}

	.benefits-body-list ul li::before{
		font-size: 18px;
	}

	.benefit-image img{
		aspect-ratio: 1 / 0.68;
	}

	.benefit-image-circle{
		top: 40px;
	}

	.benefit-image-circle img{
		max-width: 110px;
	}

	.benefit-image-2 .benefit-image{
		max-width: 490px;
	}

	.benefit-image-2 .benefit-image img{
		aspect-ratio: 1 / 0.5;
	}
	
	.benefit-project-info{
		bottom: 50px;
		max-width: 205px;
		border-radius: 14px;
		padding: 10px;
	}

	.benefit-project-info .icon-box{
		margin-right: 10px;
	}

	.benefit-project-content{
		width: calc(100% - 60px);
	}

	.benefit-project-content h3{
		font-size: 20px;
	}

	.how-it-work{
		padding: 50px 0;
	}

	.how-work-content{
		position: initial;
		top: 0;
		margin: 0 0 30px 0;
	}

	.work-process-item{
		padding: 20px;
		margin-bottom: 30px;
	}

	.work-process-content h3{
		margin-bottom: 15px;
	}

	.work-process-content h2{
		margin-bottom: 10px;
	}

	.work-process-image img{
		aspect-ratio: 1 / 0.6;
	}

	.our-testimonials{
		padding: 50px 0;
	}

	.testimonials-content{
		margin-bottom: 30px;
	}

	.testimonial-rating{
		margin-bottom: 15px;
	}

	.testimonial-rating i{
		font-size: 16px;
	}

	.testimonial-content{
		margin-bottom: 30px;
	}

	.testimonial-content p{
		font-size: 18px;
	}

	.author-image figure img{
		max-width: 50px;
	}

	.author-content{
		width: calc(100% - 65px);
	}

	.testimonial-quote img{
		max-width: 8px;
	}

	.testimonial-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}

 

	.testimonials-counter-item{
		width: calc(50% - 15px);
	}

	.testimonials-counter-item h2{
		width: 38%;
		font-size: 45px;
	}	

	.our-pricing{
		padding: 50px 0;
	}
	
	.pricing-item{
		padding: 30px 25px;
	}

	.pricing-header{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.pricing-header img{
		max-width: 40px;
		margin-bottom: 20px;
	}

	.pricing-header h3{
		margin-bottom: 10px;
	}

	.pricing-header p{
		margin-bottom: 20px;
	}

	.pricing-header h2{
		font-size: 36px;
	}

	.pricing-header sub{
		font-size: 14px;
	}

	.pricing-body ul li{
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.pricing-body ul li::before{
		font-size: 16px;
	}

	.pricing-footer .btn-default{
		padding: 15px;
	}

	.pricing-benefit-list{
		margin-top: 5px;
	}

	.our-faqs{
		padding: 50px 0;
	}

	.faqs-image{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faqs-img img{
		aspect-ratio: 1 / 0.7;
	}

	.faq-contact-circle img{
		max-width: 130px;
	}

	.faqs-cta-box{
		width: 240px;
		padding: 15px;
	}

	.faqs-cta-box .icon-box{
		margin-right: 10px;
	}

	.faqs-cta-box .icon-box img{
		max-width: 35px;
	}

	.faqs-cta-box-content{
		width: calc(100% - 45px);
	}
	
	.faq-accordion .accordion-item{
		margin-bottom: 20px;
	}

	.faq-accordion .accordion-header .accordion-button{
		padding: 14px 50px 14px 20px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		width: 22px;
		height: 22px;
		top: 16px;
		right: 20px;
	}

	.faq-accordion .accordion-item .accordion-body{
		padding: 14px 50px 14px 20px;
	}

	.our-blog{
		padding: 50px 0 20px;
	}

	.blog-item-body{
		padding: 20px;
	}

	.post-item-content{
		margin-bottom: 15px;
	}

	.footer-scrolling-ticker .scrolling-ticker-box{
		--gap: 20px;
	}

	.footer-scrolling-ticker .scrolling-content span{
		font-size: 22px;
	}

	.footer-scrolling-ticker .scrolling-content span img{
		max-width: 16px;
		margin-right: 20px;
	}

	.main-footer{
		padding: 50px 0 0;
	}

	.footer-header{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.footer-logo img{
		max-width: 180px;
	}

	.footer-social-links ul li{
		margin-right: 10px;
	}

	.footer-links{
		margin-bottom: 30px;
	}

	.footer-links h3{
		margin-bottom: 15px;
	}

	.footer-links p{
		margin-bottom: 20px;
	}

	.footer-contact-item{
		margin-bottom: 15px;
	}

	.newsletter-form .form-group .form-control{
		padding: 12px 0 12px 15px;
	}

	.footer-copyright-text{
		padding: 30px 0;
		margin-top: 0;
	}

	.page-header{
		padding: 50px 0;
	}

	.page-header-box h1{
		font-size: 55px;
	}

	.our-mission-vision{
		padding: 50px 0;
	}

	.mission-vision-content{
		position: initial;
		top: 0;
		width: 100%;
	}

	.mission-vision-list{
		width: calc(60% - 15px);
	}

	.mission-vision-image{
		width: calc(40% - 15px);
	}

	.mission-vision-item{
		padding: 20px;
	}

	.mission-vision-item .icon-box{
		width: 45px;
		height: 45px;
		margin-right: 15px;
	}

	.mission-vision-item .icon-box img{
		max-width: 24px;
	}

	.mission-vision-item-content{
		width: calc(100% - 60px);
	}

	.mission-vision-item-content h3{
		margin-bottom: 10px;
	}

	.mission-vision-image img{
		aspect-ratio: 1 / 1.33;
	}

	.our-commitment{
		padding: 50px 0;
	}

	.our-commitment-image{
		max-width: 70%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.commitment-contact-circle a img{
		max-width: 130px;
	}

	.our-commitment-content{
		margin-left: 0;
	}

	.our-commitment-list{
		margin-bottom: 30px;
	}

	.our-commitment-list ul li{
		margin-bottom: 15px;
		padding-left: 25px;
	}

	.our-commitment-list ul li::before{
		font-size: 18px;
	}

	.commitment-body-content img,
	.commitment-body-content h3{
		margin-bottom: 10px;
	}

	.our-team{
		padding: 50px 0 20px;
	}

	.team-item .team-image{
		margin-bottom: 15px;
	}

	.team-item .team-image img{
		aspect-ratio: 1 / 1.05;
	}

	.team-item .team-social-icon{
		right: 20px;
		left: 20px;
	}

	.team-item:hover .team-social-icon{
		bottom: 20px;
	}

	.our-values{
		padding: 50px 0;
	}

	.values-content{
		margin-bottom: 30px;
	}

	.values-list{
		margin-bottom: 30px;
	}

	.values-list ul li{
		font-size: 18px;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.values-list ul li:before{
		font-size: 18px;
	}

	.values-body{
		padding: 20px;
	}

	.values-image{
		max-width: 80%;
		margin: 0 auto;
	}

	.award-winning-box{
		padding: 10px;
	}

	.award-winning-box .icon-box img{
		max-width: 50px;
	}

	.award-winning-content{
		width: calc(100% - 60px);
	}

	.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
		padding: 50px 0;
	}

	.page-single-sidebar{
		position: initial;
		margin: 0 0 30px 0;
	}

	.page-catagery-list{
		margin-bottom: 30px;
	}

	.page-catagery-list h3{
		margin-bottom: 20px;
	}

	.page-catagery-list ul li a{
		padding: 12px 40px 12px 15px;
	}

	.page-catagery-list ul li a::before{
		right: 15px;
		background-size: 16px auto;
		width: 20px;
		height: 20px;
	}

	.sidebar-cta-logo{
		margin-bottom: 60px;
	}

	.sidebar-cta-content h3{
		margin-bottom: 30px;
	}

	.page-single-image{
		margin-bottom: 30px;
	}

	.service-entry{
		margin-bottom: 40px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

	.service-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.service-entry ul{
		gap: 15px 20px;
		margin-bottom: 15px;
		padding: 15px;
	}

	.service-entry ul li{
		width: calc(33.33% - 13.33px);
		padding-left: 24px;
		font-size: 14px;
	}

	.service-entry ul li::before{
		font-size: 16px;
	}

	.service-expert-box,
	.service-approach-box,
	.service-solution-box{
		margin-top: 40px;
	}

	.service-expert-list{
		margin-top: 30px;
	}

	.service-expert-list .about-body-item .icon-box{
		margin-right: 10px;
	}

	.service-expert-list .about-body-item-content{
		width: calc(100% - 60px);
	}

	.service-expert-list .about-body-item-content h3{
		font-size: 18px;
	}

	.service-approach-box ul{
		margin-top: 30px;
	}

	.service-solution-image-content,
	.service-solution-item-list{
		margin-top: 30px;
	}

	.page-blog{
		padding: 50px 0;
	}

	.page-pagination{
		margin-top: 10px;
	}

	.page-single-post{
        padding: 50px 0;
    }
    
    .post-image{
        margin-bottom: 20px;
    }
    
    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{
        margin: 0 0 0.42em;
    }
    
    .post-entry h2{
        font-size: 36px;
    }
    
    .post-entry p{
        margin-bottom: 15px;
    }
    
    .post-entry ol li,
    .post-entry ul li{
        margin-bottom: 10px;
    }
    
    .post-entry blockquote{
        background-position: 20px 20px;
        background-size: 35px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }
    
    .post-entry blockquote p{
        font-size: 20px;
    }
    
    .post-tags{
        margin-bottom: 20px;
    }
    
    .post-tags .tag-links a{
        padding: 12px 15px;
    }
    
    .post-social-sharing ul{
        text-align: left;
    }

	.page-projects{
		padding: 50px 0 20px;
	}

	.page-project-single{
		padding: 50px 0;
	}

	.project-catagery-list{
		margin-bottom: 30px;
		padding: 20px;
	}

	.project-catagery-list h3{
		margin-bottom: 20px;
	}

	.project-catagery-list ul{
		padding: 20px;
		margin-bottom: 20px;
	}

	.project-catagery-list ul li span{
		width: 70%;
	}

	.project-entry{
		margin-bottom: 40px;
	}

	.project-entry p{
		margin-bottom: 15px;
	}

	.project-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.project-entry ul{
		margin-bottom: 15px;
	}

	.project-entry ul li{
		font-size: 14px;
		padding-left: 24px;
		margin-bottom: 10px;
	}

	.project-entry ul li::before{
		font-size: 16px;
	}

	.project-measurable-box,
	.projects-solution-box{
		margin-top: 40px;
	}

	.project-measurable-item-list{
		gap: 20px;
		margin: 30px 0;
	}

	.project-measurable-item{
		width: calc(50% - 10px);
		padding: 15px;
		border-radius: 12px;
	}

	.project-measurable-item .icon-box{
		height: 50px;
		width: 50px;
		margin-right: 10px;
	}

	.project-measurable-item .icon-box img{
		max-width: 26px;
	}

	.project-measurable-item-content{
		width: calc(100% - 60px);
	}

	.project-measurable-item-content p{
		font-size: 14px;
	}

	.projects-solution-list-box{
		margin-top: 30px;
	}

	.projects-solution-list h3{
		margin-bottom: 20px;
	}

	.projects-solution-list-box ul{
		margin: 0;
	}

	.page-team{
		padding: 50px 0 20px;
	}

	.page-team-single{
		padding: 50px 0;
	}
	
	.team-sidebar-image img{
		aspect-ratio: 1 / 0.7;
	}

	.team-sidebar-body{
		padding: 20px;
	}

	.team-sidebar-body h3{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.team-sidebar-body ul li{
		margin-bottom: 15px;
	}

	.team-sidebar-footer{
		padding: 20px;
	}

	.team-member-qualification,
	.team-member-skills,
	.team-contact-form{
		margin-top: 40px;
	}

	.member-info-list{
		margin-top: 30px;
	}

	.skills-progress-bar{
		margin-bottom: 30px;
	}

	.team-contact-form.contact-us-form{
		margin-bottom: 0;
	}

	.page-pricing{
		padding: 50px 0;
	}

	.page-testimonials{
		padding: 50px 0 20px;
	}

	.page-testimonials .testimonial-item{
		padding: 20px;
	}

	.page-gallery{
		padding: 50px 0 20px;
	}
	
	.page-gallery-box .photo-gallery img{
		aspect-ratio: 1 / 0.75;
	}

	.page-video-gallery{
		padding: 50px 0 20px;
	}
	
	.video-gallery-image img{
		aspect-ratio: 1 / 0.75;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.page-faqs-catagery .page-faq-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0;
	}

	.contact-us-form{
		padding: 30px;
		margin-bottom: 30px;
	}

	.page-contact-us .contact-us-form .section-title{
		padding-bottom: 30px;
	}

	.contact-form .form-control{
		padding: 12px 15px;
	}

	.google-map{
		margin-bottom: 30px;
	}

	.google-map iframe{
		height: 400px;
	}

	.contact-info-item{
		padding: 15px;
	}

	.contact-info-item .icon-box{
		height: 45px;
		width: 45px;
		margin-right: 10px;
	}

	.contact-info-item .icon-box img{
		max-width: 26px;
	}

	.contact-item-content{
		width: calc(100% - 55px);
	}

	.error-page{
		padding: 50px 0;
	}

	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

	.error-page-content .section-title,
	.error-page-content-body p{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){

	.topbar-social-links{
		display: none;
	}

	.topbar-contact-info ul{
		justify-content: center;
	}

	.topbar-contact-info ul li a i{
		margin-right: 5px;
	}

	.section-title h1{
		font-size: 28px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero-body ul{
		gap: 10px;
	}

	.hero-body ul li{
		font-size: 14px;
	}
	
	.hero-image img{
		max-width: 100%;
	}
	 
	.hero-btn::before{
		right: -60px;
		top: 5px;
        width: 55px;
        height: 30px;
		animation-duration: 2s;
    }

	@keyframes ctaarrow{
		50%{
			right: -80px;
		}
	}

	.scrolling-ticker-box{
        --gap: 35px;
    }

	.scrolling-content img{
		max-width: 100px;
		height: 22px;
	}

	.successful-circle-img img{
        max-width: 90px;
    }

	.about-image figure,
	.about-image img{
		border-radius: 14px;
	}

	.about-image-box-2 .about-image img{
        aspect-ratio: 1 / 1.12;
    }
	
	.about-image-box-3{
		margin-top: -20px;
		margin-left: -5px;
    }
	
	.about-image-box-3 .about-image{
		max-width: 215px;		
	}
	
	.about-image-box-3 .about-image figure{
		border-width: 5px;
		border-radius: 20px;
	}
	
	.about-image-box-3 .about-image img{
		border-radius: 12px;
	}

	.years-experience-box{
        max-width: 135px;
        padding: 10px;
    }

	.years-experience-box h2{
		width: calc(33% - 5px);
        font-size: 24px;
    }

	.years-experience-box p{
		width: calc(67% - 5px);
		font-size: 14px;
	}

	.about-body-item .icon-box{
		margin-right: 10px;
	}

	.about-body-item-content{
		width: calc(100% - 60px);
	}

	.about-body-item-content h3{
		font-size: 18px;
	}

	.service-item .icon-box{
        margin-bottom: 20px;
    }

	.service-item-content h3{
		font-size: 18px;
	}

	.service-item-content{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.section-footer-text p{
		font-size: 16px;
	}

	.section-footer-text span{
		font-size: 14px;
		padding: 4px 6px;
		margin-right: 5px;
	}

	.why-choose-list ul{
		gap: 10px;
	}

	.why-choose-list ul li{
		width: 100%;
	}

	.why-choose-image figure img{
        aspect-ratio: 1 / 0.65;
    }

  
	.why-choose-item-list{
        margin-top: 30px;
    }

	.why-choose-item{
        width: 100%;
    }

	.why-choose-item::before{
        width: 100%;
		height: 1px;
		left: auto;
		top: auto;
		right: 0;
		bottom: -15px;
    }

	.why-choose-item .icon-box{
        margin-bottom: 20px;
    }

	.why-choose-item-content h3{
        font-size: 18px;
    }

	.what-we-do-image img{
        aspect-ratio: 1 / 0.8;
    }

	.what-do-body-list{
		gap: 20px;
	}

	.what-do-body-item{
		width: 100%;
	}

	.what-do-body-content h3{
		font-size: 18px;
	}

	.what-we-do-footer{
        margin-top: 20px;
        padding-top: 20px;
    }
	
	.what-we-do-list{
		width: 100%;
	}

	.what-we-do-list ul li{
        margin-bottom: 10px;
    }

	.what-we-do-circle img{
        max-width: 90px;
    }

	.company-success-header{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

	.company-success-title h3{
		font-size: 18px;
	}

	.company-success-content h2{
        font-size: 30px;
    }

	.scrolling-ticker-text{
		margin-bottom: -4px;
	}

	.scrolling-ticker-text-box{
        --gap: 20px;
    }

	.scrolling-ticker-text-content span{
        font-size: 30px;
    }

	.scrolling-ticker-text-content span img{
        width: 20px;
        margin-right: 20px;
    }

	.benefits-body{
		gap: 20px;
		margin-bottom: 20px;
	}

	.benefits-body-item{
		width: 100%;
	}

	.benefits-body-item h3{
		font-size: 18px;
	}

	.benefits-body-list ul{
		gap: 10px;
	}

	.benefits-body-list ul li{
		width: 100%;
	}

	.benefit-image-1{
		margin-right: 80px;
	}

	.benefit-image-2{
        margin-top: -50px;
    }

	.benefit-image img{
		aspect-ratio: 1 / 0.775;
	}

	.benefit-image-circle{
        top: 30px;
    }

	.benefit-image-circle img{
        max-width: 90px;
    }

	.benefit-image-2 .benefit-image{
		max-width: 270px;
		border-width: 5px;
		border-radius: 16px;
    }
	
	.benefit-image-2 .benefit-image figure,
	.benefit-image-2 .benefit-image img{
		border-radius: 12px;
	}

	.benefit-image-2 .benefit-image img{
		aspect-ratio: 1 / 0.611;
	}

	.benefit-project-info{
		bottom: 20px;
        max-width: 180px;
    }
.section-hero-search {
   
    display: none;
}

.bloom {
    height: 50px !important;
    width: 50px !important;
    top: 1pc !important;
    right: 3pc !important;
}
.service-two__item {
    margin-bottom: 50px !important;
}
.twm-mid-content {
    display: block !important;
}
	.benefit-project-info .icon-box{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.benefit-project-content{
        width: calc(100% - 50px);
    }

	.benefit-project-content h3{
        font-size: 18px;
    }

	.benefit-project-content p{
		font-size: 14px;
	}

	.work-process-item{
		gap: 20px;
	}

	.work-process-content,
	.work-process-image{
		width: 100%;
	}

	.work-process-content h3{
		border-radius: 6px;
		padding: 8px 15px;
	}

	.work-process-content h2{
		font-size: 18px;
	}

	.testimonial-content{
        margin-bottom: 20px;
    }

	.testimonial-content p{
        font-size: 16px;
    }

	.author-content h3{
		font-size: 18px;
	}

	.testimonial-pagination{
		position: relative;
		margin-top: 30px;
		justify-content: center;
	}

	.testimonials-counter-list{
        margin-top: 20px;
        padding-top: 20px;
		gap: 20px;
	}
    
	.testimonials-counter-item{
		width: calc(50% - 10px);
	}

	.testimonials-counter-item h2{
		width: 78%;
		font-size: 28px;
	}

	.testimonials-counter-item p{
		font-size: 14px;
	}

	.pricing-item{
        padding: 20px;
    }

	.pricing-header img,
	.pricing-header p{
        margin-bottom: 15px;
    }

	.pricing-header h3{
		font-size: 18px;
	}

	.pricing-header h2{
        font-size: 26px;
    }

	.pricing-benefit-list ul{
		gap: 10px;
	}
	
	.pricing-benefit-list ul li{
		width: calc(50% - 5px);
		font-size: 12px;
	}
	
	.pricing-benefit-list ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.faqs-image{
		padding: 5px 20px 0 0;
	}

	.faqs-img img{
        aspect-ratio: 1 / 1.1;
    }

	.faq-contact-circle{
		border-width: 5px;
	}

	.faq-contact-circle img{
        max-width: 100px;
    }

	.faqs-cta-box{
        width: 210px;
        padding: 10px;
		border-radius: 10px;
    }

	.faqs-cta-box .icon-box img{
        max-width: 30px;
    }

	.faqs-cta-box-content{
        width: calc(100% - 40px);
    }

	.faqs-cta-box-content h3{
		font-size: 14px;
	}
	
	.faq-accordion .accordion-header .accordion-button{
		font-size: 18px;
		padding: 12px 45px 12px 15px;
    }

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		width: 20px;
		height: 20px;
        right: 15px;
		background-size: 14px auto;
    }

	.faq-accordion .accordion-item .accordion-body{
        padding: 12px 15px 15px 15px;
	}

	.post-item-content h2{
		font-size: 18px;
	}

	.footer-social-links{
		gap: 15px;
	}

	.footer-social-links ul li a{
		width: 38px;
		height: 38px;
	}

	.footer-header{
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		margin-bottom: 25px;
        padding-bottom: 25px;
	}

	.footer-social-links span{
		font-size: 18px;
	}

	.footer-links h3{
        font-size: 18px;
    }

	.footer-copyright-text{
        padding: 15px 0;
    }

	.page-header-box h1{
        font-size: 28px;
    }

	.mission-vision-list,
	.mission-vision-image{
		width: 100%;
	}

	.mission-vision-item-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.mission-vision-image figure{
		height: auto;
	}

	.mission-vision-image img{
		height: auto;
		aspect-ratio: 1 / 1.05;
	}

	.our-commitment-image{
		max-width: 100%;
		gap: 20px;
	}

	.our-commitment-img-1,
	.our-commitment-img-2{
		width: calc(50% - 10px);
	}

	.our-commitment-img-2{
		padding-top: 30px;
	}

	.commitment-contact-circle{
		border-width: 5px;
	}

	.commitment-contact-circle a img{
        max-width: 100px;
    }

	.commitment-intro-video,
	.commitment-body-content{
		width: 100%;
	}

	.commitment-intro-video figure,
	.commitment-intro-video img{
		height: auto;
	}

	.commitment-body-content h3{
		font-size: 18px;
	}

	.team-item .team-content h2{
		font-size: 18px;
	}

	.values-list ul li{
		font-size: 16px;
	}

	.values-body-item{
		width: 100%;
	}

	.values-body-item-content h3{
		font-size: 18px;
	}

	.values-image{
		max-width: 100%;
		background-position: bottom 20px right 10px;
		background-size: auto 140px;
		padding-right: 50px;
	}

	.values-image:before{
		right: 10px;
		width: 30px;
		height: 140px;
	}

	.award-winning-box{
		border-radius: 12px;
		bottom: 20px;
	}

	.award-winning-box .icon-box img{
        max-width: 40px;
    }

	.award-winning-content{
		width: calc(100% - 50px);
	}

	.award-winning-content h3{
		font-size: 18px;
	}

	.page-catagery-list,
	.sidebar-cta-box{
		padding: 20px;
    }

	.page-catagery-list h3,
	.sidebar-cta-content h3{
		font-size: 18px;
	}

	.sidebar-cta-logo img{
		max-width: 50px;
	}

	.page-single-image{
        margin-bottom: 20px;
    }

	.page-single-image img{
		aspect-ratio: 1 / 0.7;
	}
	
	.service-entry h2{
        font-size: 26px;
    }

	.service-entry ul{
		gap: 10px;
	}

	.service-entry ul li{
		width: 100%;
	}

	.service-expert-box,
	.service-approach-box,
	.service-solution-box{
        margin-top: 30px;
    }

	.service-expert-list{
		gap: 25px;
	}

	.service-expert-list .about-body-item{
        width: 100%;
    }

	.service-approach-box ul{
        margin-top: 20px;
    }

	.service-solution-image-content,
	.service-solution-item-list{
		gap: 20px;
	}

	.service-solution-image,
	.service-solution-image-content .why-choose-item{
		width: 100%;
	}

	.service-solution-image img{
		aspect-ratio: 1 / 0.58;
	}

	.service-solution-item-list .why-choose-item , .update-project-blk{
		width: 100% !important;
	}
	
	.post-single-meta ol li{
        font-size: 16px;
    }
    
    .post-single-meta ol li i{
        font-size: 16px;
    }
    
    .post-image img{
        aspect-ratio: 1 / 0.7;
    }
    
    .post-entry blockquote{
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }
    
    .post-entry blockquote p{
        font-size: 18px;
    }
    
    .post-entry h2{
        font-size: 24px;
    }
.twm-mid-content .twm-view-book-call, .twm-view-prifile {
     width: 52% !important;
}
	.tag-links{
		font-size: 18px;
	}

	.project-item-content h3{
		font-size: 18px;
	}

	.project-catagery-list h3,
	.project-catagery-list ul li{
		font-size: 18px;
	}

	.project-catagery-list ul li span{
		width: 56%;
	}

	.project-entry h2{
		font-size: 26px;
	}

	.project-measurable-box,
	.projects-solution-box{
		margin-top: 30px;
	}

	.project-measurable-item{
		width: 100%;
	}

	.project-measurable-item-content h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.projects-solution-list{
		width: 100%;
	}

	.projects-solution-list h3{
		font-size: 18px;
        margin-bottom: 10px;
    }

	.team-sidebar-image img{
        aspect-ratio: 1 / 0.92;
    }

	.team-sidebar-body h3,
	.team-sidebar-body ul li,
	.team-sidebar-footer h3{
     	font-size: 18px;
    }

	.team-sidebar-body h3{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
	
	.team-sidebar-footer{
        padding: 15px 20px;
    }

	.member-info-list{
		gap: 20px;
	}

	.member-info-item{
		width: calc(50% - 10px);
		padding: 15px;
	}

	.member-info-item-content h3{
		font-size: 18px;
	}

	.skills-progress-bar{
        margin-bottom: 20px;
    }

	.skills-progress-bar .skillbar .skill-progress{
		height: 14px;
	}

	.contact-us-form{
		padding: 20px;
	}

	.google-map iframe{
        height: 350px;
    }

	.contact-info-list{
		gap: 20px;
	}
	
	.contact-info-item{
		width: 100%;
	}

	.contact-item-content h3{
		font-size: 18px;
	}
}


/* NEW CSS 6-2-26  START*/

/* From Uiverse.io by Admin12121 */ 
.input {
  --icon-size: 29px;
  position: relative;
}

.input svg {
position: absolute;
    width: var(--icon-size);
    top: 50%;
    left: 1rem;
    translate: 8px -44%;
    overflow: visible;
    color: #a7a7a7;
}
.section-hero-search {
    width: 52%;
    margin: 24px auto;
}
.input svg path {
  transform-box: fill-box;
  transform-origin: center;
}

.input:is(:hover, :focus-within) .svg path {
  animation: pop 0.5s var(--d);
}

.input svg path:nth-of-type(1) {
  --d: 0.24s;
  --r: 20deg;
  --s: 1.5;
}
.input svg path:nth-of-type(2) {
  --d: 0.12s;
  --r: 10deg;
  --s: 1.4;
}
.input svg path:nth-of-type(3) {
  --d: 0s;
  --r: 0deg;
  --s: 1.25;
}

@keyframes pop {
  50% {
    scale: var(--s, 1);
    rotate: var(--r, 0deg);
  }
}

.search::placeholder {
  color: color-mix(in lch, canvas, canvasText 30%);
}

.search {
 box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.15), 0 8px 10px -6px rgb(0 0 0 / 0.25);
    font-family: 'Archivo';
    min-width: 650px;
    padding: 20px 26px 20px 52px;
    font-size: 16px;
    field-sizing: content;
    background: linear-gradient(canvas, canvas) padding-box, linear-gradient(120deg, hsl(278, 44%, 73%), hsl(35, 81%, 73%)) border-box;
    border: 4px solid transparent;
    border-radius: 12px;
    outline: none;
}

.bear-link {
  color: canvasText;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  opacity: 0.8;
}

:where(.x-link, .bear-link):is(:hover, :focus-visible) {
  opacity: 1;
}

.bear-link .svg {
  width: 75%;
}

.actionBtn{
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    padding: 19px 21px;
    color: black;
    background: #dcfd7d;
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em #8a8a8a;
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    touch-action: manipulation;
    position: absolute;
    right: 12px;
    top: 4px;
}
.job-card {
    background: white;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}
.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
.job-title-text {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-dark);
}
.job-meta {
    color: var(--text-muted);
    font-size: 0.875rem;
    margin-bottom: 16px;
}
.job-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.btn-apply {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: none;
    background: #fafafa;
    color:#6366f1;
    font-weight: 600;
    transition: all 0.3s ease;
}
.job-tag {
    background: #fafafa;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}
.job-company {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--primary);
    font-size: 1.2rem;
}
.job-type {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}
 
.bloom {
    height: 80px;
    position: relative;
    width: 80px;
    top: 3pc;
    right: 10pc;
}
.bloom:before {
    background: linear-gradient(22.5deg, #fff, #13db02);
}
.bloom:after, .bloom:before {
    border-radius: 100%;
    content: "";
    display: block;
    height: 80px;
    width: 80px;
}
.bg-rotate {
    bottom: -2%;
    right: -10%;
}
.bloom:after {
    animation: scale 1.5s infinite;
    border: 1px solid #e2e2e2;
    left: 0;
    position: absolute;
    top: 0;
}

.bloom:after, .bloom:before {
    border-radius: 100%;
    content: "";
    display: block;
    height: 80px;
    width: 80px;
}
 /* Animation */
@keyframes scale {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    55% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
 

/* Rotating image */
.rotate-center {
    animation: rotate-center 6s linear infinite;
}

/* Keyframes */
@keyframes rotate-center {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

 

.backdrop-filter {
    background: hsla(0, 0%, 100%, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: inset 1px 2px 0 0 hsla(0, 0%, 100%, .6), -12px 36px 44px 0 rgba(127, 124, 168, .18);
}
.HRJourney {
    background: black;
    padding: 70px 0;
 overflow: hidden;
}

.pulse {
    -webkit-animation: pulse 2.5s ease-in-out infinite;
    animation: pulse 2.5s ease-in-out infinite;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@keyframes pulse{
	0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
 
.update-project-blk {
    background: #FFFFFF;
    box-shadow: 20px 4px 34px rgba(181, 181, 181, 0.15);
    border-radius: 11px;
    padding: 13px 22px 11px 22px;
    margin-bottom: 25px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    border: 1px solid #f5f5f5;    width: 23.3%;
}
 

.move-box:hover {
    top: -6px;
}
 .move-box {
    -webkit-transition: top ease .5s;
    transition: top ease .5s;
    position: relative;
    top: 0;
}
.HRExpertsFeed {
    background: #000000 url(../images/benefits-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 70px 0 70px;
}
.update-content a:hover {
    color: #E65425;
}
 /* Disable default bootstrap click */
.auth-hover > .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease;
  margin-top: 0;
  pointer-events: none;
}

/* Show on hover */
.auth-hover:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    max-width: 120px;
}

/* Dropdown styling */
.auth-menu {
  border-radius: 12px;
  padding: 8px 0;
}

 

.auth-menu .dropdown-item:hover i {
  color: #fff;
}

a.dropdown-item:hover {
    background: #88ff2a;
    color: black !important;
}

/* Mobile fix */
@media (max-width: 991px) {
  .auth-hover > .dropdown-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
  }
}
.auth-hover > .dropdown-menu .dropdown-item {
    color: white
}

.service-two__item {
    width: 100%;
    padding: 40px 25px 40px 20px;
    border: 1px solid #11d000;
    border-radius: 10px 88px 10px 10px;
    position: relative;
    z-index: 1;
	    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

 .service-two__item .benefits-list .benefit-item {
    margin-bottom: 19px;
    font-weight: 600;
    color: #cccccc;
    list-style: none;
    display: block;
}
.service-two__item .benefits-list {
    background-color: #000000;
    border: 1px solid #ffffff14;
    border-radius: 16px;
    padding: 18px 10px 3px 15px;
    margin-bottom: 35px;
}
.service-two__item .item-footer {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #b8b9b9;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
 
 
.service-two__item .item-header .header-content .item-title {
    font-weight: 700;
    margin-bottom: 21px;
    color: #11d000;
    font-size: 28px;
}
 
.service-two__item .item-footer .footer-line {
    flex-grow: 1;
    height: 1px;
    background-color: rgb(255 255 255 / 30%);
    margin: 0 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
 
.twm-candidates-list-style1{
    border: 1px solid #f7f5f5;
    padding: 6px 17px 4px 10px;
    background: #f4f2ff8f;
}
.applyActionbtn {
    border: 1px solid;
    border-radius: 100px;
    padding: 3px 20px;
    position: relative;
    bottom: 9px;
    right: -14px;
    transition: background-color 1.2s ease, color 0.3s ease;
}
.applyActionbtn:hover {
    color: white !important;
    background-color: #1053f3;
}
.twm-candidates-list-style1 .twm-media {
    width: 110px;
    display: inline-block;
    margin-right: 10px;
}
 
.twm-media-pic {
    width: 80px;
    height: 80px;
 
}
.twm-view-prifile {
    background: #1e293b !important;
 
}
.twm-view-book-call, .twm-view-prifile {
    background-color: #1053f3;
    padding:7px 14px;
}
.twm-candidates-list-style1 .twm-media .twm-candidates-tag span {
    color: #1967d2;
    border-radius: 10px;
    padding: 5px 12px;
    background-color: #f0f6fe;
}
.twm-candidates-list-style1 .twm-fot-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.twm-candidates-list-style1 .twm-fot-content .twm-left-info {
    justify-content: space-between;
    align-items: baseline;
}
 

.job-listing img {
    padding: 4px;
    width: 65px;
    height: 65px
}
 .forRecruiter .twm-explore-content-3::after {
    border-right: 20px solid #000000;
    border-bottom: 20px solid #000000;
}
.process-box {
    text-align: center;
    padding: 50px 20px;
    border-left: 1px solid #0611531a;
    border-bottom: 1px solid #0611531a;
    border-top: 1px solid #0611531a;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    transition: all 0.4s ease;
    position: relative;
    flex: 1;
}
.process-box.style-2 {
    background: #000000;
    border: none;
    border-radius: 3px 3px 3px 3px;
}
.process-box .process-img {
    position: relative;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 258px;
    max-height: 258px;
    overflow: hidden;
}
.process-box.style-3 {
    border-left: none;
    border-bottom: 1px solid #0611531a;
    border-top: 1px solid #0611531a;
    border-right: 1px solid #0611531a;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.team-info {
    z-index: 2;
    border-radius: 20px;
    position: absolute;
    padding: 30px 30px 0 30px;
    width: 68%;
    transform: translate(-50%, -50px);
    left: 50%;
    background: #15ff00;
}
.testimonial-item {
    background-color: #f4f7ff;
    padding: 32px 30px 40px 40px;
    padding-left: 40px;
    border-radius: 30px;

}

.why-choose-item {
    background: transparent;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: 1px solid #ffffff26;
    box-shadow: 0px 20px 25px rgba(215, 219, 231, 0.3);
    border-radius: 30px;
    transition: all 0.4s ease 0s;
    position: relative;
    padding: 20px 20px 80px 20px;
    text-align: center;
}
.responsive-menu,
.navbar-toggle{
	display: none;
}.responsive-menu{
	top: 0;
	position: relative;
}
.SecondChildItem li a:before {
    content: '\F135';
    font-family: 'bootstrap-icons';
    position: relative;
    top: 3px;
}
#AuthUse {
    font-size: 15px;
    text-transform: capitalize;
    background: var(--accent-color);
    color: var(--white-color);
    border: none;
    border-radius: 100px;
    padding: 2px 24px 2px 24px; 
    transition: all 0.4s ease-in-out;
 
}
#AuthUse .nav-link {
    padding: 8px 0px !important;
}
.multi-container {
 
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

 

.tag {
  background: #2563eb;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 3px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tag span {
  font-weight: bold;
}
 
.autocomplete-items {
  position: absolute;
    top: 64px;
    left: 0;
    width: 98%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    max-height: 220px;
    overflow-y: auto;
  display: none;
}

 
.autocomplete-item {
    cursor: pointer;
    font-family: 'Archivo';
	font-size: 15px;
	  padding: 10px 15px;
	  text-align: left;
}
 
.actionPoit {
    background: #00000000;
    backdrop-filter: blur(30px);
    border: 1px solid #ffffff26;
    box-shadow: 0px 20px 25px rgba(215, 219, 231, 0.3);
    transition: all 0.4s ease 0s;
    padding: 13px 21px 13px 21px;
}
.autocomplete-item:hover,
.autocomplete-item.active {
  background: #f3f4f6;
}
/* Animations for #leadModal */
#leadModal.fade .modal-dialog {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

/* Slide Down when opening */
#leadModal.fade:not(.show) .modal-dialog {
    transform: translateY(-50px);
    opacity: 0;
}

#leadModal.fade.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

/* Add bounce effect when opened */
#leadModal.show .modal-dialog {
    animation: gentleBounce 0.7s ease-out;
}

@keyframes gentleBounce {
    0% { transform: translateY(-50px); opacity: 0; }
    60% { transform: translateY(10px); }
    80% { transform: translateY(-3px); }
    100% { transform: translateY(0); opacity: 1; }
}

/* Smooth backdrop fade */
#leadModal + .modal-backdrop {
    transition: opacity 0.3s ease;
}

/* Optional: Scale effect for modal content */
#leadModal .modal-content {
    animation-duration: 0.2s;
    animation-fill-mode: both;
}
/* END NEW CSS */

/* User type hint styling */
.user-type-hint {
    background: #e8f5e9;
    border-left: 3px solid #0ea900;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 13px;
}

.user-type-hint i {
    color: #0ea900;
    margin-right: 5px;
}

/* Selected user type indicator */
#user_type option:checked {
    background-color: #0ea900;
    color: white;
}
/* Auto-select indicator styling */
.auto-select-indicator {
    animation: slideDown 0.3s ease;
    position: absolute;
    top: 11.8em;
    margin-left: 7px;
}
 

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 select#user_type {
    height: 36px;
    border: 2px solid rgb(40, 167, 69);
    padding: 0px 27px;
}
.service-two__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgb(16 207 0 / 77%);
    border-color: rgb(15 224 0 / 76%);
    transition-duration: 300ms;
}