/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Infine - Life and Business Coach HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Our Potential Css
08. Our Pricing Css
09. Our Expertise Css
10. Intro Video Css
11. How We Work Css
12. Company Growth Css
13. Our FAQs Css
14. Our Testimonial css
15. Our Blog Css
16. Footer css
17. About Us Page css
18. Services Page css
19. Service Single css
20. Blog Archive css
21. Blog Single css
22. Team Page css
23. Team Single css
24. Pricing Page css
25. Testimonial Page css
26. Image Gallery css
27. Video Gallery css
28. FAQs Page css
29. Contact Us Page css
30. Book Appointment Page css
31. 404 Page css
32. Responsive css
-------------------------------------------------------------------------------------- */
@font-face {

    font-family: 'Caveat';
    src: url('../webfonts/Caveat-Regular.woff2') format('woff2'),
    url('../webfonts/Caveat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

:root{
	--primary-color			: #002364;
	--secondary-color		: rgba(242, 241, 237, 0.4);
	--text-color			: #002364;
	--accent-color			: #F2A900;
	--dark-color		    : #002364;
	--white-color			: #FFFFFF;
	--divider-color			: #DFE1DE;
	--dark-divider-color	: #FFFFFF33;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Source Sans 3", sans-serif;
	--counter-font          : "Space Grotesk", sans-serif;
	--hand-font				: "Caveat", sans-serif;
	--tp-grey-1: #525252;
	--tp-grey-2: #999;
    --bs-link-color: var(--dark-color);
    --bs-link-color-rgb: 0, 35, 100;
}

/* Timeline section */
.timeline-section {
    position: relative;
    padding: 90px 0;
    background-color: #002364;
    color: #ffffff;
    overflow: hidden;
}

.timeline-section .section-title h2,
.timeline-section .h3-sub-title {
    color: #ffffff;
}

.timeline-carousel {
    margin-top: 0px;
    position: relative;
    padding: 0 6%;
}

.timeline-carousel::before,
.timeline-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    width: 6%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, #ffffff 0%, rgba(0, 35, 100, 0) 100%);
}

.timeline-carousel::after {
    right: 0;
    transform: rotate(180deg);
}

.timeline-carousel::before {
    left: 0;
}

.timeline-carousel__viewport {
    position: relative;
}

.timeline-carousel__swiper {
    overflow: visible;
}

.timeline-carousel__item {
    height: 100%;
}

.timeline-carousel__image {
    padding-right: 24px;
}

.timeline-carousel__image .media-wrapper {
    position: relative;
    border-radius: 18px;
    padding-bottom: 70%;
    background-color: rgba(255, 255, 255, 0.08);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
    z-index: 1;
}

.timeline-carousel__item-inner::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dbe0e5;;
    z-index: 0;
}

.timeline-carousel__item-inner .pointer {
    width: 12px;
    height: 29px;
    display: inline-block;
    position: relative;
    margin: 0 12px 16px 0;
    vertical-align: middle;
    z-index: 2;
}

.timeline-carousel__item-inner .pointer::before,
.timeline-carousel__item-inner .pointer::after {
    content: "";
    position: absolute;
    left: 4px;
    background-color: #F2A900;
}

.timeline-carousel__item-inner .pointer::before {
    top: 0;
    width: 1px;
    height: 100%;
}

.timeline-carousel__item-inner .pointer::after {
    top: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transform: translate(-4px, -50%);
    background-color: #F2A900;
}

.timeline-carousel__item-inner .year {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    margin: -25px 0 16px 10px;
    padding: 7px;
    letter-spacing: -0.5px;
    background-color: white;
    color: var(--dark-color);
    position: relative;
    vertical-align: middle;
    z-index: 2;
}

.timeline-carousel__item-inner p {
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.92);
    width: 80%;
    margin-left: 22px;
}

.timeline-entry-title {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.timeline-entry-description {
    width: 80%;
    margin-left: 22px;
    color: rgba(255, 255, 255, 0.92);
}

.timeline-entry-description :where(p, ul, ol) {
    margin: 0 0 15px;
    line-height: 1.6;
}

.timeline-entry-description ul,
.timeline-entry-description ol {
    padding-left: 20px;
}

.timeline-pagination {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    position: static;
}

.career-areas-section .timeline-pagination,
.career-pagination.timeline-pagination {
    margin-top: 60px;
}

.career-pagination {
    display: none;
}

.career-pagination.is-visible {
    display: flex;
}

@media (max-width: 1199.98px) {
    .timeline-carousel {
        padding: 0 4%;
    }

    .timeline-carousel__item-inner .year {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .timeline-section {
        padding: 70px 0;
    }

    .timeline-carousel::before,
    .timeline-carousel::after {
        width: 10%;
    }

}

@media (max-width: 767.98px) {
    .timeline-carousel {
        padding: 0;
    }

    .timeline-carousel::before,
    .timeline-carousel::after {
        display: none;
    }

    .timeline-carousel__image {
        padding-right: 0;
    }

    .timeline-carousel__item-inner {
        text-align: center;
    }

    .timeline-carousel__item-inner .year {
        margin-left: 0;
    }

    .timeline-carousel__item-inner p,
    .timeline-entry-description {
        width: 100%;
        margin-left: 0;
    }
}

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

body{
	font-family: var(--default-font);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6em;
	background: var(--secondary-color);
	color: var(--primary-color);
}

p{
	line-height: 1.5em;
	margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 700;
	line-height: 1.4em;
	color: var(--primary-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid{
    padding-right: 50px;
    padding-left: 50px;
}

@media (max-width: 577px) {
    .container {
        max-width: 540px;
        padding-right: 25px;
        padding-left: 25px;
    }
}
.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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.btn-default{
	position: relative;
	display: inline-block;
    background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
    background-size: 200% auto;
    border-radius: 100px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
	line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 54px 17px 20px;
    transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 0;
}

.btn-default:hover{
	background-position: right center;
}

.btn-default::before{
	content: '';
	position: absolute;
	top: -1px;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: translate(-20px, 50%);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	transform: translate(-20px, 50%) rotate(45deg);
}

.btn-default.btn-highlighted{
	background: var(--white-color);
    color: var(--primary-color);
	transition: all 0.5s ease-in-out;
}

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

.btn-default.btn-highlighted::before{
	background: url('../images/dark-arrow.svg');
}

.btn-default.btn-highlighted::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(263deg, var(--dark-color) 0.16%, var(--accent-color) 99.84%);
    border-radius: 100px;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

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

.cb-cursor:before{
	background:linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
	display: flex;
	align-items: center;
	justify-content: center;
}


.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

.bg-section{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	border-radius: 30px;
}

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

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

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

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

.section-title .h3{
	display: inline-block;
	font-size: 12px;
    font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color);
	background: url('../images/icon-sub-heading.svg') no-repeat;
	background-position: left center;
	background-size: auto;
	padding-left: 24px;
    margin-bottom: 10px;
    color:white
}

.section-title h1{
    font-size: clamp(2rem, 8vw, 3rem);
	font-weight: 300;
	line-height: 1.1em;
	color: var(--primary-color);
	margin-bottom: 0;
}

.section-title h2{
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1em;
	color: var(--primary-color);
	margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span{
	font-weight: 700;
	background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



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

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

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

header.main-header{
	position: relative;
	z-index: 100;
	margin-top: 50px;
	padding: 0 30px;
}

.main-header .container-fluid{
	position: relative;
	padding-bottom: 20px;
}

.main-header .container-fluid::before{
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    border-bottom: 1px solid var(--dark-divider-color);
    width: calc(100% - 30px);
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
}

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

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

header.main-header .header-sticky.active .container-fluid{
	padding-bottom: 0;
}

header.main-header .header-sticky.active .container-fluid::before{
	display: none;
}

.navbar{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 20px 0;
	align-items: center;
}

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

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: left;
	margin-left: 40px;
}

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

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

.main-menu ul li a{
	font-size: 16px;
	font-weight: 700;
	padding: 10px !important;
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--accent-color);
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 230px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	background: linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
	text-align: left;
	transition: all 0.3s ease-in-out;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}
.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}

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

.main-menu ul ul li a{
	color: var(--white-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

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

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: var(--primary-color);
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}

.header-btn{
	align-items: center;
}

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

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

/* purgecss start ignore */
.slicknav_btn{
	background: linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 6px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	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: linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
}

.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: 700;
	text-transform: capitalize;
	padding: 10px 20px;
	color: var(--white-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(--primary-color);
}

.slicknav_menu ul ul li a{
	padding: 10px 20px 10px 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(--white-color);
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
	transform: rotate(-180deg);
}
/* purgecss end ignore */

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

.hero{
	position: relative;
	background: url(../images/hero-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 350px 30px 100px;
	margin-top: -120px;
	overflow: hidden;
}

.hero::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(4, 42, 45, 0) 65.37%, var(--primary-color) 100.18%), linear-gradient(270deg, rgba(4, 42, 45, 0) 59.75%, var(--primary-color) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

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

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

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

.hero.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 50px;
	text-align: left;
	padding-left: calc(((100vw - 1500px) / 2) - 45px);
	z-index: 2;
}

.hero-section{
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	z-index: 2;
}

.hero-content .section-title h3,
.hero-content .section-title h1{
	color: var(--white-color);
}

.hero-btn .btn-default.btn-highlighted{
	margin-left: 40px;
}

/************************************/
/***       05. About Us css	      ***/
/************************************/

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

.about-us-images{
    position: relative;
    padding: 0 70px 70px 80px;
}

.about-us-img-1 figure{
    display: block;
    mask-image: url(../images/about-image-bg-shape.svg);
    background-image: url(../images/about-image-bg-shape.svg);
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
	border-radius: 30px;
    width: 100%;
    height: 100%;
}

.about-us-img-1 img{
    width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

@keyframes experiencemoveobject{
	50%{
		left: 30px;
	}
}

/************************************/
/***      06. Our Services Css     ***/
/************************************/

.service-content{
	position: sticky;
	top: 100px;
	margin-right: 30px;
}

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

/************************************/
/***     07. Our Potential Css    ***/
/************************************/

/************************************/
/***      08. Our Pricing Css     ***/
/************************************/

/************************************/
/***     09. Our Expertise Css    ***/
/************************************/

/************************************/
/***     10. Intro Video Css      ***/
/************************************/

.intro-video{
	position: relative;
	padding: 500px 0 100px;
	background: url('../images/about-video-bg.jpg');
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.intro-video::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(4, 42, 45, 0) 27.11%, var(--primary-color) 100%);
    width: 100%;
    height: 100%;
}

.intro-video .container{
	position: relative;
	z-index: 1;
}

.intro-video .section-title{
	margin-bottom: 0;
}

.intro-video .section-title h2{
	color: var(--white-color);
}

.intro-video-list{
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.intro-video-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.intro-video-list ul li{
	position: relative;
	width: calc(25% - 22.5px);
	color: var(--white-color);
	padding-left: 30px;
}

.intro-video-list ul li:after{
	content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
	position: absolute;
    top: 1px;
    left: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--white-color);
}

.careers-intro{
    overflow: visible;
    padding-top: 200px;
    padding-bottom: 120px;
}
.careers-intro .intro-video-list__summary ul{
    gap: 16px 24px;
}
.careers-tabs__nav-wrapper--floating{
    margin-top: -90px;
    margin-bottom: 40px;
    background: transparent;
    box-shadow: none;
    border-radius: 16px;
    padding: 1rem 1.5rem;
}
.careers-tabs__nav-wrapper--floating .careers-tabs__nav{
    justify-content: center;
}
.careers-section .careers-entry{
    padding: 2rem 0;
}
.careers-section .careers-entry + .careers-entry{
    border-top: 1px solid rgba(0,0,0,0.08);
}
.careers-section .careers-tabs__content{
    color: inherit;
}


/************************************/
/***     11. How We Work Css      ***/
/************************************/

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

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

.values-popup{
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 2000;
}

.values-popup.is-open{
	display: flex;
}

.values-popup__backdrop{
	position: absolute;
	inset: 0;
	background: rgba(6, 20, 33, 0.85);
	backdrop-filter: blur(4px);
}

.values-popup__dialog{
	position: relative;
	width: min(520px, 100%);
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	z-index: 1;
}

.values-popup__close{
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	background: rgba(0,0,0,0.06);
	font-size: 20px;
	line-height: 1;
	color: var(--dark-color);
	cursor: pointer;
}

.values-popup__body{
	overflow: hidden;
}

body.values-popup-open{
	overflow: hidden;
}

.values-mobile-cta{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 20px);
	opacity: 0;
	pointer-events: none;
	border: none;
	padding: 0;
	display: none;
	z-index: 2;
	font: inherit;
	cursor: pointer;
}

.values-mobile-cta:focus-visible{
	outline: 2px solid var(--accent-color);
	outline-offset: 2px;
}

@media (min-width: 768px){
	.values-popup{
		display: none !important;
	}

	body.values-popup-open{
		overflow: auto;
	}
}

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

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

/************************************/
/***    12. Company Growth Css    ***/
/************************************/

.company-growth{
	background: var(--white-color);
	padding: 100px 0;
}

.company-growth-image figure{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

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

/************************************/
/***       13. Our FAQs Css       ***/
/************************************/

/************************************/
/***    14. Our Testimonial Css   ***/
/************************************/

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

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

.testimonial-content p{
	font-size: 18px;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 0;
}

.testimonial-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: right;
	margin-top: 30px;
	z-index: 1;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev{
	position: relative;
	width: 45px;
	height: 45px;
	background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
    background-size: 200% auto;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next{
	margin-left: 30px;
}


.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover{
	background-position: right center;
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before{
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/arrow-white.svg") no-repeat center center;
    background-size: 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before{
	transform: rotate(225deg);
}

/************************************/
/***       15. Our Blog Css       ***/
/************************************/

.blog-box{
	margin-left: 100px;
}

.blog-item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.blog-item.featured-brand.brand-stack{
	gap: 30px;
}

.blog-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-item .blog-featured-image{
	width: 47%;
}

.blog-item .blog-featured-image a{
	cursor: none;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.blog-item .blog-featured-image img{
	width: 100%;
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.5s ease-in-out;
}

.blog-item:hover .blog-featured-image img{
	transform: scale(1.1);
}

.blog-item-body{
    width: calc(100% - 47%);
	margin-left: 30px;
}

.blog-item-content{
	margin-bottom: 20px;
}

.blog-item-content h2{
	font-size: 22px;
	margin-bottom: 10px;
}

.blog-item-content h2 a{
	color: inherit;
}

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

/************************************/
/***        16. Footer Css        ***/
/************************************/

.main-footer{
	position: relative;
	background: var(--primary-color);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
	padding: 100px 0 0;
	margin-bottom: 60px;
}
/*
.main-footer::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/footer-bg-2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
	width: 100%;
	height: 100%;
	z-index: 0;
}
*/
.main-footer .container{
	position: relative;
	z-index: 1;
}

.footer-copyright{
	border-top: 1px solid var(--dark-divider-color);
	padding: 40px 0;
	margin-top: 80px;
}

.footer-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.footer-menu ul li{
	display: inline-block;
	margin-right: 30px;
}

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

.footer-menu ul li a{
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li:hover a{
	color: var(--accent-color);
}

.footer-copyright-text{
	text-align: end;
}

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

/************************************/
/***     17. About Us Page css    ***/
/************************************/

.page-header{
	position: relative;
	background: url('../images/page-header-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	padding: 250px 0 100px;
	margin-top: -120px;
}

.page-header:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, rgba(4, 42, 45, 0) 22.28%, var(--primary-color) 100%);
	opacity: var(--hero-opacity, 1);
	z-index: 0;
}

.page-header-box{
	position: relative;
	width: 100%;
    max-width: 1500px;
    margin: 0 auto;
	padding: 0 30px;
	z-index: 1;
}

.page-header-box h1{
	color: var(--white-color);
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
	font-weight: 300;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.page-header-box h1 span{
	font-weight: 700;
	background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-header-box ol{
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol li.breadcrumb-item.active{
	color: var(--accent-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}

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

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

.team-image{
    position: relative;
    overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.team-image a{
	display: block;
	cursor: none;
}

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

.team-member-item:hover .team-image img{
    transform: scale(1.1);
}

.team-social-icon{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	margin: 0 auto;
	transform: translateY(100%);
	text-align: center;
	z-index: 1;
    transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-social-icon{
	bottom: 30px;
	transform: translateY(0);
}

.team-social-icon ul{
	position: relative;
	display: inline-block;
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 15px 25px;
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
	border-radius: 10px;
	overflow: hidden;
}

.team-social-icon ul::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
	opacity: 10%;
    width: 100%;
    height: 100%;
	z-index: 0;
}

.team-social-icon ul li{
	position: relative;
	display: inline-block;
    text-align: center;
    margin-right: 15px;
	z-index: 1;
}

.team-social-icon ul li:last-child{
	margin-right: 0;
}

.team-social-icon ul li a{
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}

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

.team-social-icon ul li a:hover{
	border-color: var(--dark-color);
	color: var(--accent-color);
}

.team-content{
	text-align: center;
}

.team-content h3{
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-content p{
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/*** 	 18. Services page Css	  ***/
/************************************/

/************************************/
/*** 	19. Service Single Css	  ***/
/************************************/

/************************************/
/*** 	 20. Blog Archive Css	  ***/
/************************************/

.post-item{
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.post-featured-image{
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.post-featured-image figure a{
	display: block;
	cursor: none;
}

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

.post-item:hover .post-featured-image figure img{
    transform: scale(1.1);
}

.post-btn{
	position: absolute;
    top: 30px;
    right: 30px;
	z-index: 1;
}

.post-btn a{
    background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
    background-size: 200% auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.post-btn a:hover{
    background-position: right center;
}

.post-btn a img{
    max-width: 24px;
    transition: all 0.4s ease-in-out;
}

.post-btn a:hover img{
    filter: brightness(0) invert(0);
}

.post-item:hover .post-btn a img{
    transform: rotate(45deg);
}

.post-item-content h2{
    font-size: 22px;
    margin-bottom: 15px;
}

.post-item-content h2 a{
    color: inherit;
}

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

/************************************/
/***      21. Blog Single css	  ***/
/************************************/

/************************************/
/*** 	  22. Team Page Css	      ***/
/************************************/

/************************************/
/*** 	 23. Team Single Css	  ***/
/************************************/

/************************************/
/*** 	 24. Pricing Page css	  ***/
/************************************/

/************************************/
/***   25. Testimonial Page Css	  ***/
/************************************/

.client-testimonial-content{
    width: calc(60% - 40px);
    background: url(../images/blockquote.svg) no-repeat;
    background-position: top left;
    background-size: 56px auto;
    padding: 10px 0 0 70px;
}

.client-testimonial-content p{
    margin-bottom: 0;
}

/************************************/
/***     26. Image Gallery css    ***/
/************************************/

/************************************/
/***     27. Video Gallery css    ***/
/************************************/

/************************************/
/***       28. FAQs Page css      ***/
/************************************/

/************************************/
/***    29. Contact Us Page css   ***/
/************************************/

/*************************************/
/*** 30. Book Appointment Page css ***/
/*************************************/

/************************************/
/*** 	   31. 404 Page css       ***/
/************************************/

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

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

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

.error-page-content-body p{
	margin-bottom: 30px;
}

/************************************/
/***       32. Responsive Css     ***/
/************************************/



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

	.bg-section{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;

	}

	header.main-header{
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
	}

	.navbar{
		max-width: 100%;
	}

	.hero.hero-slider-layout .hero-pagination{
		padding-left: 0;
		margin: 0 0 0 45px;
	}

	.page-header-box{
		max-width: 100%;
	}

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

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

	header.main-header{
		padding: 0px;
	}

	.main-menu .nav-menu-wrapper{
		margin-left: 20px;
	}

	.main-menu ul li a{
		padding: 10px !important;
	}

	.hero{
		padding: 350px 0px 100px;
	}

	.page-header-box{
		padding: 0;
	}
}

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

	header.main-header{
       padding: 0;
    }

	.navbar{
		padding: 20px 0 0;
	}

	header.main-header .header-sticky.active .navbar{
		padding: 20px 0;
	}

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

	/* purgecss start ignore */
	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }
	/* purgecss end ignore */

	.header-btn{
		display: none;
	}

	.bg-section{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 0;
	}

	header.main-header{
		width: 100%;
		margin: 0px;
	}

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

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

	.section-title{
		margin-bottom: 30px;
        padding-left: 1em;
	}

	.section-title h3{
        padding-left: 1em;
	}



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

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

	.hero{
		padding: 280px 0 80px;
		margin-top: -95px;
	}

	.hero.hero-slider-layout .hero-pagination{
		margin: 0 0 0 15px;
	}

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

	.about-us-images{
		max-width: 80%;
		margin: 0 auto;
		padding: 0 15px 40px 50px;
		margin-bottom: 30px;
	}

	.service-content{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.intro-video{
		padding: 250px 0 50px;
	}

	.intro-video-list{
		margin-top: 30px;
		padding-top: 30px;
	}

	.intro-video-list ul li{
		width: calc(50% - 15px);
	}

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

	.company-growth{
		padding: 50px 0;
	}

	.company-growth-image{
		margin-bottom: 30px;
	}

	.company-growth-image img{
		aspect-ratio: 1 / 0.67;
	}

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

	.testimonial-slider .testimonial-button-next,
	.testimonial-slider .testimonial-button-prev{
		width: 40px;
		height: 40px;
	}

	.blog-box{
		margin-left: 0px;
	}

	.blog-item{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.blog-item-content h2{
		font-size: 20px;
	}

	.main-footer{
		background-size: 30% auto;
		padding: 50px 0 0;
		margin-bottom: 0;
	}

	.main-footer::before{
		background-size: 30% auto;
	}

	.footer-copyright{
		padding: 20px 0;
		margin-top: 40px;
	}

	.footer-menu ul li{
		margin-right: 20px;
	}

	.page-header{
		padding: 170px 0 70px;
		margin-top: -95px;
	}

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

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

	.team-social-icon ul{
		padding: 10px 20px;
	}

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

    .post-featured-image{
        margin-bottom: 20px;
    }

	.post-btn{
		top: 20px;
		right: 20px;
	}

	.post-btn a{
		height: 40px;
		width: 40px;
	}

	.post-btn a img{
		max-width: 22px;
	}

    .post-item-content h2{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .client-testimonial-content{
        background-size: 45px auto;
        width: 65%;
        padding-left: 50px;
    }

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

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

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

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

@media only screen and (max-width: 767px){
	.sites-nav-wrap.about-map__nav-wrap{
		padding-left: 0;
		padding-right: 0;
	}

	.btn-default{
		padding: 15px 49px 15px 15px;
	}

	.btn-default::before{
		top: -2px;
		transform: translate(-15px, 50%);
	}

	.btn-default:hover::before{
		transform: translate(-15px, 50%) rotate(45deg);
	}

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


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

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

	.hero{
        padding: 200px 0 100px;
        margin-top: -95px;
    }

	.hero.hero-slider-layout .hero-pagination{
		bottom: 30px;
	}

	.hero-btn .btn-default{
		margin: 0 50px 10px 0;
	}

	.hero-btn .btn-default.btn-highlighted{
		margin: 0px;
	}

	.about-us-images{
        max-width: 100%;
        padding: 0 20px 34px 30px;
    }

	@keyframes experiencemoveobject{
		50%{
			left: 20px;
		}
	}

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

	.intro-video-list ul li{
        width: 100%;
    }

	.intro-video-list ul li:after{
		top: 3px;
		font-size: 18px;
	}

	.company-growth-image img{
        aspect-ratio: 1 / 0.87;
    }

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

	.blog-item{
        display: block;
    }

	.blog-item .blog-featured-image{
		width: 100%;
		margin-bottom: 15px;
	}

	.blog-item-body{
		width: 100%;
		margin-left: 0px;
	}

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

	.brand-stack{
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.brand-stack .brand-stack__media,
	.brand-stack .brand-stack__content{
		width: 100%;
	}

		.brand-stack .brand-stack__content{
			margin-left: 0;
		}

		.brand-stack .brand-stack__media figure,
		.brand-stack .brand-stack__media img{
			width: 100%;
			display: block;
		}

		.media-hover.mobile-visible .media-img{
			opacity: 0;
		}

		.media-hover.mobile-visible .media-video{
			opacity: 1;
		}

		.values-popup__dialog{
			width: 100%;
			max-height: 100vh;
			padding: 20px;
		}

	.values-popup__body .detail-template__header{
		flex-wrap: nowrap;
		align-items: center;
		gap: 12px;
	}

	.values-popup__body .detail-template__picto-wrapper{
		width: 64px;
		min-height: 64px;
	}

	.values-popup__body .detail-template__header-text{
		flex: 1;
		display: flex;
		align-items: baseline;
		gap: 8px;
		flex-wrap: wrap;
	}

	.values-popup__body .title-detail-template{
		font-size: clamp(1.8rem, 7vw, 2.4rem);
		font-weight: 700;
		margin: 0;
		line-height: 1.1;
	}

	.values-popup__body .sub-title-detail-template{
		font-size: clamp(1rem, 4vw, 1.2rem);
		font-weight: 500;
		font-style: italic;
		margin: 0;
        line-height: 1.2rem;
	}

		.values-popup__body .client-testimonial-content{
			background-size: 36px auto;
			margin-top: 10px;
			line-height: 1.4;
            font-family: var(--hand-font);
            font-size: clamp(1.4rem, 4vw, 1.6rem);
            margin-left: 0px;
		}

		.values-popup__body .client-testimonial-content p{
			font-size: 1rem;
		}

		.values-popup__body ul{
			font-size: 0.9rem;
			line-height: 1;
			padding-left: 22px;
		}

		.values-popup__body ul li{
			font-size: 0.9rem;
			margin-bottom: 8px;
		}

		.media-hover .media-title{
			font-size: 2rem !important;
			line-height: 1.15;
			bottom: 60px;
		}

		.values-mobile-cta{
			display: inline-block;
			min-width: 180px;
			text-align: center;
			bottom: 110px;
		}

		.media-hover.mobile-cta-ready .values-mobile-cta{
			opacity: 1;
			transform: translate(-50%, 0);
			pointer-events: auto;
		}

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

	.footer-menu{
		margin-bottom: 10px;
	}

	.footer-menu ul,
	.footer-copyright-text{
		text-align: center;
	}

	.page-header{
		padding: 250px 0 70px;
	}

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

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

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

    .client-testimonial-content{
        width: 100%;
        background-size: 40px auto;
        padding: 0 0 0 45px;
    }
}
