/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Seore - SEO And Digital Marketing Agency 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 Strategy css
08. Company Feature css
09. How It Work css
10. Our Pricing css
11. Our Projects
12. Our Testimonial css
13. Our Blog css
14. Footer css
15. About us Page css
16. Services Page css
17. Service Single css
18. Blog Archive css
19. Blog Single css
20. Project Page css
21. Project Single css
22. Team Page css  
23. Contact us Page css
24. FAQs Page css
25. 404 Page css
26. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color			: #0E0D1B;
	--secondary-color		: #FFF4F3;
	--text-color			: #757575;
	--accent-color			: #FF4438;
	--gradient-color		: #FFBE36;
	--box-shadow-color		: #585B631A;
	--white-color			: #FFFFFF;
	--divider-color			: #FFDCC8;
	--dark-divider-color	: #E6E6E6;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "DM Sans", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--text-color);
	background-color: var(--white-color);
	/* -webkit-user-select: none; */
    /* -moz-user-select: none;  */
    /* -ms-user-select: none;  */
    /* user-select: none;  */
}

p{
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1.1em;
}

figure{
	display: block;
	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,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.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;
}

#magic-cursor{
	position: absolute;
    width: 10px !important;
    height: 10px !important;
    pointer-events: none;
    z-index: 1000000;
}

#ball{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	width: 8px !important;
	height: 8px !important;
	background: var(--accent-color);
	margin: 0;
	border-radius: 50%;
	pointer-events: none;
	opacity:1 !important;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--accent-color) transparent var(--accent-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

.btn-default{
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	color: #d12023;
	text-transform: capitalize;
	/* background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%); */
	background: #fff;
	background-size: 200% auto;
	padding: 12px 30px;
	border-radius: 10px;
	border: none;
	transition: 0.1s ease-in;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #000;
	cursor: pointer;
}

.btn-default:hover{
	background-position: right center;
	color: #000;
	background: #fff;
	border: 3px solid #FF4438;
}

.btn-large{
	font-size: 20px;
	padding: 20px 65px 20px 20px;
}

.btn-default.btn-large::before{
	width: 40px;
	height: 40px;
	background-size: 15px;
}

.section-row{
	text-align: center;
	margin-bottom: 60px;
}

.section-row .section-title{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 0;
}

.section-btn{
	text-align: end;
}

.section-title{
	margin-bottom: 30px;
}

.section-title h3{
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.3em;
	/* color: var(--accent-color); */
	color: #d12023;
	margin-bottom: 20px;
}

.section-title h1,
.section-title h2{
    font-size: 46px;
	letter-spacing: -0.02em;
	color: var(--primary-color);
	cursor: default;
}

.section-title h1 span,
.section-title h2 span{
	/* color: var(--accent-color); */
	color: #d12023;
}

.section-title p{
    color: var(--text-color);
    margin-top: 20px;
	margin-bottom: 0;
}

/************************************/
/*** 	   03. Header css		  ***/
/************************************/

.topbar{
	background-color: var(--primary-color);
}

.topbar-contact-info{
	padding: 10px 0;
	text-align: left;
}

.topbar-contact-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.topbar-contact-info ul li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--white-color);
	text-transform: capitalize;
	margin-right: 4px;
	padding-right: 13px;
}

.topbar-contact-info ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}

.topbar-contact-info ul li::after{
	content: '/';
	position: absolute;
	right: 0;
	top: 0;
	color: var(--white-color);
}

.topbar-contact-info ul li:last-child:after{
	display: none;
}

.topbar-contact-info ul li a{
	color: var(--white-color);
}

.topbar-social-links{
	padding: 10px 0;
}

.topbar-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: end;
}

.topbar-social-links ul li{
	display: inline-block;
	margin-right: 12px;
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a{
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover{
	color: var(--accent-color);
}

.topbar-social-links ul li:last-child{
	margin-right: 0;
}

.topbar-social-links ul li a i{
	font-size: 16px;
	color: inherit;
}

header.main-header{
	background-color: var(--white-color);
	position: relative;
	z-index: 100;
}

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(--secondary-color);
	border-bottom: 1px solid var(--divider-color);
	backdrop-filter: blur(30px);
}
/* 
.navbar{
	padding: 20px 0;
	align-items: center;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.navbar-brand img{
	max-height: 65px;
} */
/* 
.main-menu .nav-menu-wrapper{
	
	text-align: center;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0 5px;
	
}

.main-menu ul li a{
	font-size: 16px;
	font-weight: 500;
	padding: 15px 15px !important;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.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:100vw;
	height: 60vh;
	position: absolute;
	left: 0;
	top: 100%;
	overflow: hidden;
	background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}

.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;
	
	width: 100vw;
	height: 60vh;
	
}

.main-menu ul ul li a:hover{
	color: var(--primary-color);
	background-color: transparent;
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 0;
	position: relative;
}

.slicknav_btn{
	background: var(--accent-color);
	padding: 6px 0 0;
	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;
}

.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: #fff;
}

.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: 400;
	text-transform: capitalize;
	padding: 10px 20px;
	color: #000;
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.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);
	color: var(--primary-color);
} */

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero{
	background-color: var(--secondary-color);
	padding: 120px 0 50px;
}

.hero-content{
	padding-right: 80px;
}
.hero-content .custom-button{
	margin-top: 30px;
}
	.hero-content .index-btn{
		margin-top: 0px;
	}
	.hero-content .section-title.hero-content-title h1 {
		font-size: 56px;
	}

.hero-image{
	text-align: center;
}

.hero-content-footer{
	display: flex;
	align-items: center;
}

.wide-client{
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.wide-client-image{
	margin-right: 10px;
}

.wide-client-image img{
	width: 136px;
}

.wide-client-content{
	width: calc(100% - 146px);
}

.wide-client-content p{
	font-size: 14px;
	font-weight: 600;
	color: var(--primary-color);
	text-transform: capitalize;
	max-width: 100px;
	margin: 0;
}

.hero-image{
	position: relative;
}

.company-sales{
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 17px;
	padding: 15px 25px 15px 15px;
	animation: salesmoveobject 3s infinite linear alternate;
}

@keyframes salesmoveobject{
	50%{
		left: 50px;
	}
}

.company-sales .icon-box{
	margin-right: 15px;
}

.company-sales .icon-box img{
	width: 50px;
}

.company-sales-content{
	width: calc(100% - 65px);
	text-align: left;
}

.company-sales-content h3{
	font-size: 18px;
	font-weight: 500;
}

.company-sales-content p{
	text-transform: capitalize;
	margin: 0;
}

.company-visit{
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(50%);
	display: flex;
	align-items: center;
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 17px;
	padding: 15px 25px 15px 15px;
	animation: visitmoveobject 3s infinite linear alternate;
}

@keyframes visitmoveobject{
	50%{
		right: 30px;
	}
}

.company-visit .icon-box{
	margin-right: 15px;
}

.company-visit .icon-box img{
	width: 50px;
}

.company-visit-content{
	width: calc(100% - 65px);
	text-align: left;
}

.company-visit-content h3{
	font-size: 18px;
	font-weight: 500;
}

.company-visit-content p{
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/***       05. About Us css	      ***/
/************************************/

.about-us{
	position: relative;
	background: url('../images/section-bg-img-1.png') no-repeat;
	background-position: right -100px bottom -100px;
	padding: 100px 0;
}

.about-image{
	position: relative;
}

.about-img{
	text-align: center;
}

.company-experience{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 17px;
	padding: 15px 25px 15px 15px;
	animation: expmoveobject 3s infinite linear alternate;
}

@keyframes expmoveobject{
	50%{
		right: 50px;
	}
}

.company-experience .icon-box{
	margin-right: 15px;
}

.company-experience .icon-box img{
	width: 50px;
}

.company-experience-content{
	width: calc(100% - 65px);
	text-align: left;
}

.company-experience-content h3{
	font-size: 18px;
	font-weight: 500;
}

.company-experience-content p{
	text-transform: capitalize;
	margin: 0;
}

.about-content{
	padding-left: 80px;
}

.about-content-body{
	margin-bottom: 30px;
	margin-top: 50px;
}

.about-content-body ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}

.about-content-body ul li{
	position: relative;
	width: calc(50% - 10px);
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
	/* text-transform: capitalize; */
	padding-left: 30px;
}

.about-content-body ul li:before{
    content: '\f192';
    font-family: "Font Awesome 6 Free";
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

/************************************/
/***     06. Our Services css	  ***/
/************************************/

.our-services{
	background: var(--secondary-color) url('../images/section-bg-img-2.png') no-repeat;
	background-position: left -100px bottom -250px;
	padding: 100px 0 70px;
}

.our-service-content{
	position: sticky;
	top: 90px;
	margin-bottom: 30px;
}

.our-services .section-btn{
	text-align: left;
}

.service-item{
	position: relative;
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	box-shadow: 5px 28px 75px 4px var(--box-shadow-color);
	border-radius: 16px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px;
	transition: all 0.4s ease-in-out;
    overflow: hidden;
	cursor: default;
}

.service-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    /* background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%); */
	/* background: var(--accent-color); */
	background: #d12023;
    transition: all 0.4s ease-in-out;
    height: 100%;
    z-index: 1;
}

.service-item:hover:before{
    top: 0;
}

.service-item .icon-box{
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.service-item .icon-box img{
	transition: all 0.4s ease-in-out;
}

.service-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.service-body{
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.service-body h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.service-item:hover .service-body h3{
	color: var(--white-color);
}

.service-body p{
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.service-item:hover .service-body p{
	color: var(--white-color);
}

.service-footer{
	position: relative;
	z-index: 2;
}

.service-footer a{
	/* background-color: var(--accent-color); */
	background-color: #d12023;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-footer a img{
	max-width: 20px;
	transition: all 0.4s ease-in-out;
	transform: rotate(-45deg);
}

.service-item:hover .service-footer a img{
	transform: rotate(0deg);
}

/************************************/
/***     07. Our Strategy css	  ***/
/************************************/

.our-strategy{
	background: url('../images/section-bg-img-3.png') no-repeat;
	background-position: top right;
	padding: 100px 0;
}

.strategy-image{
	display: flex;
	align-items: start;
	text-align: left;
	position: relative;
}

.strategy-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/strategy-image-bg.png') no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.strategy-img-1{
	margin-right: 30px;
}

.strategy-img-2{
	padding-top: 80px;
}

.strategy-img-2 figure,
.strategy-img-1 figure{
	display: block;
}

.strategy-img-2 img,
.strategy-img-1 img{
	border-radius: 16px;
}

.our-strategy-box{
	padding-left: 80px;
}

.strategy-item{
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	box-shadow: 5px 28px 75px 4px var(--box-shadow-color);
	border-radius: 16px;
	display: flex;
	align-items: center;
	padding: 30px;
	margin-bottom: 30px;
}

.strategy-item:last-child{
	margin-bottom: 0;
}

.strategy-item .icon-box{
	position: relative;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}

.strategy-item:hover .icon-box{
	border-color: transparent;
}

.strategy-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.strategy-item:hover .icon-box:before{
    transform: scale(1);
}

.strategy-item .icon-box img{
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.strategy-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.strategy-progress-bar{
	width: calc(100% - 95px);
}

.skillbar .skill-data{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.skillbar .skill-data .skill-title{	
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
	text-transform: capitalize;
}

.skillbar .skill-data .skill-no{
	font-size: 16px;
	font-weight: 600;
	color: var(--accent-color);
}

.skillbar .skill-progress{
	width: 100%;
	height: 12px;
	background: var(--dark-divider-color);
	border-radius: 16px;
	position: relative;
}

.skillbar .skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%);
	border-radius: 16px;
}

/************************************/
/***    08. Company Feature css   ***/
/************************************/

.company-feature{
	background: var(--secondary-color) url('../images/section-bg-img-1.png') no-repeat;
    background-position: right -100px bottom -100px;
	padding: 100px 0;
}

.company-feature-item{
	background-color: var(--white-color);
	box-shadow: 5px 28px 75px 4px var(--box-shadow-color);
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	display: flex;
	align-items: center;
	height: calc(100% - 10px);
	margin-bottom: 10px;
	padding: 15px 20px;
}

.company-feature-item .icon-box{
	position: relative;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.company-feature-item:hover .icon-box{
	border-color: transparent;
}

.company-feature-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.company-feature-item:hover .icon-box:before{
    transform: scale(1);
}

.company-feature-item .icon-box img{
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.company-feature-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.feature-item-content{
	width: calc(100% - 90px);
	text-align: left;
}

.feature-item-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.feature-item-content p{
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
}

.company-feature-image{
	text-align: center;
}

/************************************/
/***     09. How It Work css      ***/
/************************************/

.how-it-work{
	padding: 100px 0 70px;
}

.how-work-item{
	position: relative;
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	height: calc(100% - 30px);
    margin-bottom: 30px;
	padding: 30px;
	transition: all 0.4s ease-in-out;
    overflow: hidden;
    cursor: default;
}

.how-work-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    /* background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%); */
	background: #d12023;
    transition: all 0.4s ease-in-out;
    height: 100%;
    z-index: 1;
}

.how-work-item:hover:before{
    top: 0;
}

.how-work-item .icon-box{
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.how-work-item .icon-box img{
	width: 55px;
    transition: all 0.4s ease-in-out;
}

.how-work-item:hover .icon-box img{
    filter: brightness(0) invert(1);
}

.how-work-content{
	position: relative;
	z-index: 2;
}

.how-work-content h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.how-work-item:hover .how-work-content h3{
    color: var(--white-color);
}

.how-work-content p{
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.how-work-item:hover .how-work-content p{
    color: var(--white-color);
}

/************************************/
/***     10. Our Pricing css	  ***/
/************************************/

.our-pricing{
	background-color: var(--secondary-color);
	padding: 100px 0 70px;
}

.pricing-item{
	background-color: var(--white-color);
	box-shadow: 5px 28px 75px 4px var(--box-shadow-color);
	border-radius: 16px;
	height: calc(100% - 30px);
	padding: 40px 30px;
	margin-bottom: 30px;
}

.pricing-header{
	border-bottom: 1px solid var(--dark-divider-color);
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.pricing-header h3{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.pricing-header h2{
	font-size: 48px;
	margin-bottom: 15px;
}

.pricing-header p{
	margin: 0;
}

.pricing-body{
	margin-bottom: 40px;
}

.pricing-body ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.pricing-body ul li{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.pricing-body ul li:last-child{
	margin-bottom: 0;
}

.pricing-body ul li i{
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 18px;
	color:#3BC13B;
}

.pricing-body ul li i.fa-solid.fa-xmark{
	color: var(--error-color);
}

.pricing-footer{
	text-align: center;
}

.pricing-item.highlighted-box{
	position: relative;
	background-color: var(--primary-color);
	overflow: hidden;
}

.pricing-item.highlighted-box::before{
	content: '';
	display: block;
	position: absolute;
	top: -40px;
	right: -60px;
	transform: rotate(45deg);
	background: url('../images/icon-star.svg') no-repeat, linear-gradient(to right, var(--accent-color) 35%, var(--gradient-color) 2.05%, var(--accent-color) 99.13%);
	background-position: right 50px top 60px;
	width: 140px;
	height: 100px;
	z-index: 1;
}

.pricing-item.highlighted-box .pricing-body ul li,
.pricing-item.highlighted-box .pricing-header p,
.pricing-item.highlighted-box .pricing-header h2,
.pricing-item.highlighted-box .pricing-header h3{
	color: var(--white-color);
}

/************************************/
/***     11. Our Projects css	  ***/
/************************************/

.our-project{
	padding: 100px 0 70px;
}

.our-projects-nav{
	margin-bottom: 30px;
}

.our-projects-nav ul{
	list-style: none;
	text-align: center;
	padding: 0;margin: 0;
}

.our-projects-nav ul li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.our-projects-nav ul li:last-child{
	/*margin-right: 0;*/
}

.our-projects-nav ul li a{
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	color: var(--text-color);
	font-weight: 600;
	padding: 8px 20px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.our-projects-nav ul li a:hover{
	color: var(--white-color);
}

.our-projects-nav ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    /* background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%); */
    transition: all 0.3s ease-in-out;
    height: 100%;
    z-index: -1;
}

.our-projects-nav ul li a:hover:before{
    top: 0;
}

.our-projects-nav ul li a.active-btn{
	background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%);
	color: var(--white-color);
}

.project-item-box .project-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-item{
	position: relative;
	overflow: hidden;
	cursor: default;
}

.project-image a{
	position: relative;
	cursor: default;
	display: block;
}

.project-image img{
	width: 100%;
	border-radius: 16px;
	aspect-ratio: 1/1.1;
	object-fit: cover;
}

.project-body{
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;
	transform: translateY(100%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	border-radius: 10px;
	padding: 20px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.project-body::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: var(--primary-color);
	border-radius: 10px;
	opacity: 90%;
	z-index: -1;
}

.project-item:hover .project-body{
	opacity: 1;
	transform: translateY(0px);
}

.project-content{
	text-align: left;
}

.project-content h3{
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 5px;
}

.project-content p{
	color: var(--white-color);
	text-transform: capitalize;
	margin: 0;
}

.project-readmore-btn a{
    background-color: var(--accent-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-readmore-btn a img{
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-body:hover .project-readmore-btn a img{
	transform: rotate(0deg);
}

/************************************/
/***    12. Our Testimonial css	  ***/
/************************************/

.our-testimonial{
	padding: 100px 0;
	background: var(--secondary-color) url('../images/section-bg-img-3.png') no-repeat;
	background-position: top right;
}

.our-testimonial .section-title{
	text-align: center;
}

.testimonial-slider .testimonial-item, .news-slider .news-item{
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	padding: 30px;
}

.testimonial-slider .swiper-wrapper{
	cursor: default;
}

.testimonial-header{
	margin-bottom: 15px;
}

.testimonial-header .author-image{
	margin-bottom: 15px;
}

.testimonial-header .author-image figure,
.testimonial-header .author-image img{
	height: 78px;
	width: 78px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 100%;
}

.testimonial-header .testimonial-rating i{
	font-size: 14px;
	color: var(--accent-color);
}

.testimonial-body{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--dark-divider-color);
	height: 310px;
}

.testimonial-body p{
	margin: 0;
	font-size: 14px;
}

.testimonial-footer{
	height: 50px;
	text-align: right;
}

.testimonial-footer .author-content h3{
	font-size: 16px;
	text-transform: capitalize;
}

.testimonial-footer .author-content p{
	margin: 0;
	text-transform: capitalize;
}

.testimonial-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	/* background-color: var(--accent-color); */
	background: #d12023;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next{
	margin-left: 15px;
}

.testimonial-slider .testimonial-button-prev{
	margin-right: 15px;
}

.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover{
	background-color: var(--primary-color);
}

.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/icon-arrow.svg') no-repeat center center;
	background-size: 15px auto;
	transform: rotate(180deg);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next::before{
	content: '';
	background: url('../images/icon-arrow.svg') no-repeat center center;
	background-size: 15px auto;
	transform: rotate(0deg);
}

/************************************/
/***      13. Our Blog css	      ***/
/************************************/

.our-blog{
	padding: 100px 0 70px;
}

.our-blog .section-title{
	text-align: center;
}

.blog-item{
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	box-shadow: 5px 28px 75px 4px var(--box-shadow-color);
	overflow: hidden;
	margin-bottom: 30px;
	height: calc(100% - 30px);
}

#typeOfBonds-card{
	height: 470px;
}

.blog-item .post-item-content{
	padding: 30px;
	background: #FFF;
}

#typeOfBonds{
	padding: 30px 10px;
}

#typeOfBonds p {
	font-size: 13px;
}

.post-featured-image figure a{
	display: block;
	cursor: default;
}

.blog-item .post-featured-image img{
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.blog-item:hover .post-featured-image img{
	transform: scale(1.1);
}


.post-item-body h2{
	font-size: 20px;
	color: var(--primary-color);
	line-height: 1.4em;
	margin-bottom: 20px;
	/* text-align: center; */
}

.post-item-body h2 a{
	color: inherit;
}

.post-item-body p{
	margin-bottom: 20px;
	/* text-align: center; */
}

.post-item-footer a{
	/* background-color: var(--accent-color); */
	background-color: #d12023;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-item-footer a img{
	max-width: 20px;
	transition: all 0.4s ease-in-out;
	transform: rotate(-45deg);
}

.blog-item:hover .post-item-footer a img{
	transform: rotate(0deg);
}

/************************************/
/***    	14. Footer css		  ***/
/************************************/

.main-footer{
	background: var(--primary-color);
	padding: 100px 0 0;
}

.about-footer{
	padding-right: 25px;
}

.footer-logo{
	margin-bottom: 30px;
}

.footer-contact-box .footer-info-box{
	position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.footer-contact-box .footer-info-box:last-child{
	margin-bottom: 0;
}

.footer-info-box .icon-box{
	position: absolute;
    top: 2px;
    left: 0;
}

.footer-info-box .icon-box i{
	color: var(--white-color);
	font-size: 20px;
}

.footer-info-box p{
	color: var(--white-color);
	margin: 0;
}

.footer-links h3{
	font-size: 20px;
	font-weight: 500;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 30px;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	margin-bottom: 15px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	font-size: 16px;
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover{
	color: var(--accent-color);
}

.footer-copyright{
	margin-top: 80px;
	padding: 20px 0;
	border-top: 1px solid #FFFFFF26;
}

.footer-copyright-text p{
	color: var(--white-color);
	margin: 0;
}

.footer-copyright .footer-social-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: end;
}

.footer-copyright .footer-social-links ul li{
	display: inline-block;
	margin-right: 10px;
}

.footer-copyright .footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-copyright .footer-social-links ul li a{
	background-color: var(--white-color);
	color: var(--primary-color);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.footer-copyright .footer-social-links ul li a i{
	font-size: 18px;
}

.footer-copyright .footer-social-links ul li a:hover{
	background: var(--accent-color);
	color: var(--white-color);
}

/************************************/
/***     15. About us Page css    ***/
/************************************/

.page-header{
	position: relative;
	padding: 275px 0px;
	background: linear-gradient(179.5deg, var(--primary-color) 0.06%, var(--box-shadow-color) 90.6%), url('../images/page-header-bg.jpg') no-repeat center center;
	background-size: cover;
}

.page-header-box{
	position: relative;
	z-index: 1;
	text-align: center;
}

.page-header-box h1{
	color: var(--white-color);
	font-size: 56px;
	letter-spacing: -0.02em;
    margin-bottom: 20px;
	cursor: default;
}

.page-header-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-box ol li.breadcrumb-item{
	color: var(--white-color);
	font-size: 16px;
	line-height: 1.1em;
	text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}

.page-about{
	padding: 100px 0;
	background: var(--secondary-color) url('../images/section-bg-img-1.png') no-repeat;
    background-position: right -100px bottom -100px;
}

.page-about .row.section-row{
	max-width: 100%;
	text-align: left;
}

.page-about .section-row .section-title{
	margin-bottom: 30px;
}

.about-us-image{
	position: relative;
	margin-right: 40px;
}

.about-img-1{
	position: relative;
	width: 380px;
}

.about-img-2{
	position: absolute;
	bottom: 0;
	right: 0;
}

.about-img-2 figure,
.about-img-1 figure{
	display: block;
}

.about-img-1 img{
	aspect-ratio: 1 /1.32;
	object-fit: cover;
	border-radius: 219px 219px 0 0;
}

.about-img-2 figure{
	border-radius: 219px 219px 0 0;
}

.about-img-2 img{
	aspect-ratio: 1 /1.26;
	object-fit: cover;
	border-width: 10px 0 0 10px;
	border-style: solid;
	border-color: var(--secondary-color);
	border-radius: 219px 219px 0 0;
}

.experience-counter-item {
	position: absolute;
	top: 0px;
	left: -50px;
	display: flex;
	align-items: center;
	width: 250px;
	padding: 15px;
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	animation: scaleAnimation 3s infinite ease-in-out;
	/*animation: moveobject 3s infinite linear alternate;*/
}
@keyframes scaleAnimation {
	0%, 100% {
		transform: scale(0.7);
	}

	50% {
		transform: scale(0.9); /* Slightly larger */
	}
}

@keyframes moveobject{
	50%{
		right: 50px;
	}
}

.experience-counter-item .icon-box{
	margin-right: 15px;
}

.experience-counter-item .icon-box img{
	width: 50px;
}

.experience-counter-item .experience-counter-content{
	width: calc(100% - 60px);
}

.experience-counter-item .experience-counter-content h3{
	font-size: 18px;
	font-weight: 500;
}

.experience-counter-item .experience-counter-content p{
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
}

.about-us-content-body ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}

.about-us-content-body ul li{
	position: relative;
	width: calc(50% - 10px);
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
	text-transform: capitalize;
	padding-left: 30px;
}

.about-us-content-body ul li:before{
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    /* color: var(--accent-color); */
	color: #d12023;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

.trusted-company{
	margin-top: 60px;
	align-items: center;
}

.trusted-companies-title h3{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.why-choose-us{
	padding: 100px 0;
	background: var(--secondary-color) url('../images/section-bg-img-2.png') no-repeat;
    background-position: left -120px bottom -300px;
}

.why-choose-us .section-title{
	text-align: center;
}

.faq-accordion.why-choose-accordion .accordion-item{
	position: relative;
	background: none;
	border-bottom: 1px solid var(--dark-divider-color);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.faq-accordion.why-choose-accordion .accordion-item:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.faq-accordion.why-choose-accordion .accordion-header{
	position: relative;
}

.faq-accordion.why-choose-accordion .accordion-header .icon-box{
	position: absolute;
	left: 0;
	top: 4px;
}

.faq-accordion.why-choose-accordion .accordion-item .accordion-button{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary-color);
	border: none;
	box-shadow: none;
	padding: 5px 35px 5px 55px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.faq-accordion.why-choose-accordion .accordion-item .accordion-button.collapsed::after,
.faq-accordion.why-choose-accordion .accordion-item .accordion-button:after{
	display: none;
}

.faq-accordion.why-choose-accordion .accordion-item .accordion-button span{
	position: absolute;
	right: 0;
	top: 0;
	bottom: auto;
	transform: translateY(50%);
	font-size: 26px;
	line-height: 1em;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.faq-accordion.why-choose-accordion .accordion-item .accordion-body{
	padding: 5px 30px 5px 55px;
}

.faq-accordion.why-choose-accordion .accordion-item.accordion-body p{
	margin: 0;
}

.why-choose-image{
	display: flex;
	align-items: start;
	justify-content: end;
	position: relative;
	margin-left: 60px;
}

.why-choose-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	/* background: url('../images/why-choose-image-bg.png') no-repeat; */
	background-position: center top;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.why-choose-img-1{
	margin-right: 30px;
}

.why-choose-img-2{
	padding-top: 80px;
}

.wwhy-choose-img-1 figure,
.why-choose-img-2 figure{
	display: block;
}

.why-choose-img-1 img,
.why-choose-img-2 img{
	border-radius: 16px;
}

.our-team{
	padding: 100px 0 70px;
}

.our-team .section-row{
	width: 100%;
	max-width: 100%;
	text-align: left;
}

.team-member-item{
	margin-bottom: 30px;
}

.team-image{
    position: relative;
    overflow: hidden;
	border-radius: 16px;
	margin-bottom: 15px;
}

.team-image img{
	width: 100%;
	border-radius: 0px;
	aspect-ratio: 1/1.2;
	object-fit: cover;
	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;
	text-align: center;
    transition: all 0.4s ease-in-out;
	opacity: 0;
    z-index: 1;
}

.team-member-item:hover .team-social-icon{
	opacity: 1;
	bottom: 20px;
}

.team-social-icon ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-social-icon ul li{
	display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.team-social-icon ul li:last-child{
	margin-right: 0;
}

.team-social-icon ul li a{
    display: block;
}

.team-social-icon ul li a i{
	background-color: var(--accent-color);
	width: 40px;
    height: 40px;
	border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s ease-out;
    color: var(--white-color);
    font-size: 18px;
}

.team-social-icon ul li a i:hover{
	background-color: var(--primary-color);
}

.team-content{
	text-align: center;
}

.team-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #000;
}

.team-content p{
	text-transform: capitalize;
	margin: 0;
}

.about-company-counter{
	background: linear-gradient(180deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.about-company-counter .company-counter-box{
	background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%);
	border-radius: 16px;
	padding: 40px 0;
}

.company-counter-item{
	text-align: center;
}

.company-counter-item .company-counter-content h3{
	font-size: 40px;
	color: var(--white-color);
	margin-bottom: 5px;
}

.company-counter-item .company-counter-content p{
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	text-transform: capitalize;
	margin: 0;
}

.our-faq{
	padding: 100px 0;
	background: var(--white-color) url('../images/section-bg-img-2.png') no-repeat;
    background-position: left -100px bottom -250px;
}

.faq-image{
	position: relative;
	padding-bottom: 110px;
	margin-right: 20px;
}

.faq-img-2{
	position: absolute;
	bottom: 0;
	right: 0;
}

.faq-img-1{
	position: relative;
	width: 550px;
}

.faq-img-2 figure,
.faq-img-1 figure{
	display: block;
}

.faq-img-1 img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 16px;
}

.faq-img-2 img{
	aspect-ratio: 1 /1.25;
	object-fit: cover;
	border: 10px solid var(--secondary-color);
	border-radius: 16px;
}

.faq-accordion .accordion-item{
	position: relative;
	background: none;
	border-bottom: 1px solid var(--dark-divider-color);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.faq-accordion .accordion-item:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary-color);
	border: none;
	box-shadow: none;
	padding: 5px 30px 5px 0px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\f068';
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 0px;
	top: 50%;
	bottom: auto;
	transform: translate(0px, -10px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 20px;
	width: 20px;
	height: 20px;
	padding: 5px;
	color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\f067';
	color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-body{
	padding: 5px 30px 5px 0px;
}

.faq-accordion .accordion-item .accordion-body p{
    margin: 0;
}

/************************************/
/***     16. Services Page css    ***/
/************************************/

.page-services{
	background: var(--secondary-color) url('../images/section-bg-img-1.png') no-repeat;
    background-position: right -100px bottom -100px;
    padding: 100px 0 70px;
}

.our-pricing.service-pricing{
	background: var(--secondary-color) url(../images/section-bg-img-2.png) no-repeat;
    background-position: left -100px bottom -250px;
}

/************************************/
/***   17. Service Single css	  ***/
/************************************/

.page-service-single{
	padding: 100px 0;
	background: var(--secondary-color) url('../images/section-bg-img-2.png') no-repeat;
    background-position: left -100px bottom -250px;
}

.service-sidebar{
	position: sticky;
	top: 20px;
}

.service-list{
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 30px;
}

.service-list h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.service-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-list ul li{
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.service-list ul li:last-child{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.service-list ul li a{
	display: block;
    position: relative;
	color: var(--text-color);
	font-size: 16px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.service-list ul li a:after{
	content: '\f105';
    font-family: "Font Awesome 6 Free";
	font-weight: 700;
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: var(--accent-color);
}

.service-list ul li a:hover{
	color: var(--accent-color);
}

.sidebar-cta-box{
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	padding: 30px;
}

.sidebar-cta-box .icon-box{
	margin-bottom: 20px;
}

.sidebar-cta-box .cta-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.sidebar-cta-box .cta-content p{
	margin-bottom: 20px;
}

.service-featured-image{
	margin-bottom: 30px;
}

.service-featured-image figure{
	display: block;
}

.service-featured-image img{
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
	border-radius: 16px;
}

.service-entry{
	margin-bottom: 30px;
}

.service-entry h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.company-growth .company-growth-img figure{
	display: block;
}

.company-growth .company-growth-img img{
	border-radius: 16px;
}

.company-growth-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.company-growth-content p{
	margin-bottom: 20px;
}

.company-growth-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.company-growth-content ul li{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
	padding-left: 25px;
	margin-bottom: 12px;
}

.company-growth-content ul li:last-child{
	margin-bottom: 0;
}

.company-growth-content ul li:before{
	content: '';
	position: absolute;
	background: url('../images/icon-check.svg') no-repeat center center;
	background-size: 100% auto;
	height: 16px;
	width: 16px;
    top: 5px;
    left: 0;
}

.about-company-growth-content{
	margin-top: 20px;
}

.about-company-growth-content p{
	margin: 0;
}

.our-solution-faq{
	padding: 100px 0;
}

.our-solution-faq .solution-faqs{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/************************************/
/***    18. Blog Archive css  	  ***/
/************************************/

.page-blog{
	padding: 100px 0;
}

.post-pagination{
    margin-top: 30px;
    text-align: center;
}

.post-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 4px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a, 
.post-pagination ul li a:hover{
    background: var(--primary-color);
}

/************************************/
/***    19. Blog Single css  	  ***/
/************************************/

.page-single-post{
	padding: 100px 0;
}

.post-single-meta ol li i{
    font-size: 16px;
    color: var(--white-color);
    margin-right: 5px;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;
}

.post-image figure,
.post-image img{
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 16px;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--dark-divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	margin: 0 0 0.6em;
}

.post-entry h1{
	font-size: 58px;
}

.post-entry h2{
	font-size: 50px;
}

.post-entry h3{
	font-size: 40px;
}

.post-entry h4{
	font-size: 30px;
}

.post-entry h5{
	font-size: 24px;
}

.post-entry h6{
	font-size: 18px;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 700;
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ol li{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ul li{
	font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 18px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.post-entry blockquote{
	background: var(--secondary-color) url('../images/icon-blockquote.svg') no-repeat 40px 46px;
	background-size: 45px;
	border-radius: 16px;
	padding: 40px 40px 40px 110px;
	margin-bottom: 30px;
}

.post-entry blockquote p{
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 600;
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
	display: inline-block;
}

.post-tags .tag-links a{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: var(--accent-color);
    color: var(--white-color);
	border-radius: 10px;
    padding: 8px 20px;
    margin-left: 10px;
    margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background: var(--primary-color);
}

.post-social-sharing{
    text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
	background-color: var(--accent-color);
    color: var(--white-color);
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background-color: var(--primary-color);
}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a i{
    color: var(--secondry-color);
}

/************************************/
/***    20. Project Page css  	  ***/
/************************************/

.page-project{
	padding: 100px 0;
}

/************************************/
/***   21. Project Single css    ***/
/************************************/

.page-project-single{
	padding: 100px 0;
	background: var(--secondary-color) url('../images/section-bg-img-2.png') no-repeat;
    background-position: left -100px bottom -250px;
}

.project-featured-image{
	margin-bottom: 30px;
}

.project-featured-image figure{
	display: block;
}

.project-featured-image img{
	border-radius: 16px;
	aspect-ratio: 1/ 0.6;
	object-fit: cover;
}

.project-single-content .project-section-title h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.project-detail,
.project-values-content,
.project-about-image{
	margin-bottom: 30px;
}

.project-values-content ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}

.project-values-content ul li{
	position: relative;
	width: calc(50% - 10px);
	text-transform: capitalize;
	padding-left: 30px;
}

.project-values-content ul li:before{
    content: '';
    position: absolute;
    background: url('../images/icon-check.svg') no-repeat center center;
    background-size: 100% auto;
    height: 16px;
    width: 16px;
    top: 5px;
    left: 0;
}

.project-about-image .project-about-img-2 figure,
.project-about-image .project-about-img-1 figure{
	display: block;
}

.project-about-image .project-about-img-1 img,

.project-about-image .project-about-img-2 img{
	aspect-ratio: 1 / 0.8;
    object-fit: cover;
	border-radius: 16px;
}

.project-result-content p{
	margin: 0;
}

.project-sidebar{
	position: sticky;
	top: 20px;
}

.portfolio-info-box{
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 30px;
}

.portfolio-info-box-title{
	margin-bottom: 30px;
}

.portfolio-info-box-title h3{
	font-size: 20px;
	text-transform: capitalize;
}

.portfolio-info-item{
	display: flex;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.portfolio-info-item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.portfolio-info-item .icon-box{
	margin-right: 15px;
}

.portfolio-info-content{
	width: calc(100% - 65px);
}

.portfolio-info-content h3{
	font-size: 16px;
	font-weight: 400;
	color: var(--text-color);
	text-transform: capitalize;
	margin-bottom: 3px;
}

.portfolio-info-content p{
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/***	  22. Team Page css       ***/
/************************************/

.page-team{
	background: var(--white-color) url('../images/section-bg-img-2.png') no-repeat;
    background-position: left -120px bottom -300px;
	padding: 100px 0 70px;
}

/************************************/
/***   23. Contact us Page css    ***/
/************************************/

.page-contact-us{
	padding: 100px 0;
	background: var(--secondary-color) url('../images/section-bg-img-2.png') no-repeat;
    background-position: left -100px bottom -250px;
}

.contact-info .contact-info-box{
	margin-bottom: 40px;
}

.contact-info .contact-info-box:last-child{
	margin-bottom: 0;
}

.contact-info-box .contact-info-title{
	margin-bottom: 20px;
}

.contact-info-box .contact-info-title h2{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-info-box .contact-info-title p{
	margin: 0;
}

.contact-info-item{
	position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.contact-info-item a{
	text-decoration: underline;
	color: var(--primary-color);
}

.contact-info-item:last-child{
	margin-bottom: 0;
}

.contact-info-item .icon-box{
    position: absolute;
    top: 0px;
    left: 0px;
}

.contact-info-item .contact-info-content p{
	color: var(--primary-color);
	text-transform: capitalize;
	margin: 0;
}

.contact-form{
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 16px;
	padding: 40px;
}

.contact-form-content p{
	margin-bottom: 20px;
}

.contact-form .form-control{
	padding: 15px 20px;
	background-color: var(--secondary-color);
	color: var(--primary-color);
	box-shadow: none;
	border: none;
	border-radius: 10px;
}

.contact-form .form-control::placeholder{
	color: var(--primary-color);
	text-transform: capitalize;
}

.contact-form button.btn-default{
	width: 100%;
}

.help-block.with-errors ul{
	margin-bottom: 0;
}

.help-block.with-errors ul li{
    color: var(--error-color);
    font-size: 14px;
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
	width: 100%;
	height: 500px;
}

/************************************/
/***  	   24. FAQs Page css      ***/
/************************************/

.page-faqs{
	padding: 100px 0;
	background: var(--white-color) url('../images/section-bg-img-2.png') no-repeat;
    background-position: left -120px bottom -300px;
}

.faq-sidebar{
	position: sticky;
	top: 20px;
}

.faq-category-box{
	padding: 30px;
	border: 1px solid var(--divider-color);
	border-radius: 16px;
}

.faq-category-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-category-box ul li{
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.faq-category-box ul li:last-child{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.faq-category-box ul li a{
	display: block;
    position: relative;
	color: var(--text-color);
	font-size: 16px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.faq-category-box ul li a:after{
	content: '\f105';
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: var(--accent-color);
}

.faq-category-box ul li a:hover{
	color: var(--accent-color);
}

.faq-section{
	margin-bottom: 60px;
}

.faq-section:last-child{
	margin-bottom: 0;
}

/************************************/
/***	  25. 404 Page css        ***/
/************************************/

.error-page{
	padding: 100px 0;
	background: var(--secondary-color);
}

.error-page-image{
	text-align: center;
	margin-bottom: 60px;
}

.error-page .error-page-content{
	text-align: center;
}

.error-page-content-heading{
	margin-bottom: 30px;
}

.error-page-content-heading h2{
	font-size: 46px;
}

.error-page-content-heading h2 span{
	color: var(--accent-color);
}

/************************************/
/***      26. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1024px){
	
	.main-menu ul li{
		margin-left: 0;
	}
}

@media only screen and (max-width: 991px){
.main-menu ul ul{
	display: block;
}
    #magic-cursor{
        display: none !important;
    }

    .slicknav_nav li, .slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.section-row{
		margin-bottom: 40px;
	}

	.section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.section-title h1,
	.section-title h2{
		font-size: 38px;
	}

	.section-title-content{
		text-align: left;
		margin-left: 0;
		margin-top: 15px;
	}

	.hero{
		padding: 50px 0;
	}

	.hero-content{
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.hero-content .section-title.hero-content-title h1{
		font-size: 46px;
	}

	.about-us{
		background-position: right -200px bottom -200px;
		padding: 50px 0;
	}

	.about-image{
		margin-bottom: 30px;
	}

	.about-content{
		padding-left: 0px;
	}

	.our-services{
		background-position: left -100px bottom -250px;
		padding: 50px 0 20px;
	}

	.service-item{		
		padding: 20px;
	}

	.our-strategy{
		padding: 50px 0;
	}

	.strategy-image{
		justify-content: center;
		margin-bottom: 30px;
	}

	.our-strategy-box{
		padding-left: 0px;
	}

	.strategy-item{
		padding: 20px;
		margin-bottom: 20px;
	}

	.company-feature{
		background-position: right -200px bottom -200px;
		padding: 50px 0;
	}

	.company-feature-content{
		margin-bottom: 10px;
	}

	.company-feature-item .icon-box{
		width: 60px;
		height: 60px;
	}

	.company-feature-item .icon-box img{
		width: 35px;
	}

	.feature-item-content{
		width: calc(100% - 75px);
	}

	.how-it-work{
		padding: 50px 0 20px;
	}

	.how-work-item{
		padding: 20px;
	}

	.how-work-content h3{
		margin-bottom: 15px;
	}

	.our-pricing{
		padding: 50px 0 20px;
	}

	.pricing-item{
		padding: 30px 20px;
	}

	.pricing-header h2{
		font-size: 38px;
		margin-bottom: 10px;
	}

	.pricing-header{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.pricing-body{
		margin-bottom: 30px;
	}

	.our-project{
		padding: 50px 0 20px;
	}

	.project-body{
		padding: 15px;
	}

	.our-testimonial{
		padding: 50px 0;
	}

	.testimonial-item{
		padding: 20px;
	}

	.testimonial-header .author-image figure,
	.testimonial-header .author-image img{
		height: 65px;
		width: 65px;
	}

	.testimonial-btn{
		margin-top: 30px;
	}

	.our-blog{
		padding: 50px 0 20px;
	}

	.blog-item .post-item-content{
		padding: 25px;
	}

	.main-footer{
		padding: 50px 0 0;
	}

	.footer-logo{
		margin-bottom: 30px;
	}

	.about-footer{
		margin-bottom: 30px;
		padding-right: 0;
	}

	.footer-links h3{
		margin-bottom: 20px;
	}

	.footer-copyright{
		margin-top: 60px;
		padding: 15px 0;
	}

	.page-header{
		padding: 100px 0px;
	}

	.page-header-box h1{
		font-size: 46px;
	}

	.page-about{
		padding: 50px 0;
	}

	.about-us-image{
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.about-us-content-body ul li{
		font-size: 16px;
	}

	.trusted-company{
		margin-top: 40px;
	}

	.trusted-companies-title{
		margin-bottom: 20px;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-image{
		justify-content: center;
	}

	.faq-accordion.why-choose-accordion{
		margin-bottom: 30px;
	}

	.faq-accordion .accordion-item{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.faq-accordion.why-choose-accordion .accordion-item .accordion-button span{
		font-size: 22px;
	}

	.why-choose-image{
		margin-left: 0;
	}

	.our-team{
		padding: 50px 0 20px;
	}

	.about-company-counter .company-counter-box{
		padding: 30px;
	}

	.company-counter-item .company-counter-content h3{
		font-size: 32px;
	}

	.company-counter-item .company-counter-content p{
		font-size: 18px;
	}

	.our-faq{
		padding: 50px 0;
	}

	.faq-image{
		max-width: 650px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
		padding: 50px 0;
	}

	.service-sidebar{
		margin-bottom: 30px;
	}

	.service-list{
		padding: 20px;
	}

	.service-list h3{
		margin-bottom: 20px;
	}

	.sidebar-cta-box{
		padding: 20px;	
	}

	.sidebar-cta-box .icon-box{
		margin-bottom: 15px;
	}

	.sidebar-cta-box .icon-box img{
		width: 50px;
	}

	.sidebar-cta-box .cta-content h3{
		margin-bottom: 15px;
	}

	.company-growth-content ul li{
		font-size: 16px;
	}

	.our-solution-faq{
		padding: 50px 0;
	}

	.page-blog{
		padding: 50px 0;
	}

	.page-single-post{
		padding: 50px 0;
	}

	.post-image{
		margin-bottom: 20px;
	}

	.post-entry blockquote{
		background: var(--secondary-color) url('../images/icon-blockquote.svg') no-repeat 30px 36px;
		background-size: 45px;
		padding: 30px 30px 30px 90px;
		margin-bottom: 20px;
	}

	.post-entry blockquote p{
		font-size: 18px;
	}

	.post-entry h2{
		font-size: 36px;
	}

	.post-entry ul li{
		font-size: 16px;
	}

	.post-tag-links{
		padding: 0 0px;
	}

	.post-tags{
		margin-bottom: 10px;
	}

	.post-social-sharing ul{
		text-align: left;
	}

	.post-tags .tag-links a{
		padding: 8px 15px;
	}

	.page-project{
		padding: 50px 0;
	}

	.post-pagination{
		margin-top: 20px;
	}

	.page-project-single{
		padding: 50px 0;
	}

	.project-sidebar{
		margin-top: 30px;
	}

	.portfolio-info-box{
		padding: 20px;
	}

	.portfolio-info-item .icon-box img{
		width: 40px;
	}
	
	.portfolio-info-content{
		width: calc(100% - 55px);
	}

	.page-team{
		padding: 50px 0 20px;
	}

	.page-contact-us{
		padding: 50px 0;
	}

	.contact-info .contact-info-box{
		margin-bottom: 30px;
	}

	.contact-info{
		margin-bottom: 30px;
	}

	.contact-form{
		padding: 20px;
	}

	.contact-info-box .contact-info-title{
		margin-bottom: 15px;
	}

	.contact-info-item{
		margin-bottom: 15px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 500px;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.faq-sidebar{
		margin-bottom: 30px;
	}

	.faq-category-box{
		padding: 20px;
	}

	.faq-section{
		margin-bottom: 30px;
	}

	.error-page{
		padding: 50px 0;
	}
	
	.error-page-image{
		margin-bottom: 30px;
	}

	.error-page-content-heading{
		margin-bottom: 20px;
	}
	
	.error-page-content-heading h2{
		font-size: 38px;
	}
}

@media only screen and (max-width: 767px){

	.btn-default{
		font-size: 16px;
		padding: 15px 25px;
	}

	.section-title h1,
	.section-title h2{
		font-size: 30px;
	}

	.topbar-contact-info{
		text-align: center;
	}

	.topbar-contact-info ul li{
		margin-right: 0;
		padding-right: 10px;
	}

	.topbar-social-links{
		display: none;
	}

	.hero-content .section-title.hero-content-title h1{
        font-size: 36px;
    }

	.hero-content-footer{
		display: block;
	}

	.wide-client{
		margin-left: 0px;
		margin-top: 15px;
	}

	.hero-image{
		padding-bottom: 30px;
	}

	.company-sales{
		transform: translateY(0%);
		padding: 10px 15px 10px 10px;
	}

	.company-sales .icon-box img{
		width: 40px;
	}

	.company-sales-content{
		width: calc(100% - 55px);
	}

	.company-visit{
		top: 50%;
		transform: translateY(-50%);
		padding: 10px 15px 10px 10px;
	}

	.company-visit .icon-box img{
		width: 40px;
	}

	.company-visit-content{
		width: calc(100% - 55px);
	}

	.about-image{
		padding-bottom: 30px;
	}

	.company-experience{
		top: auto;
		bottom: 0%;
		right: 0;
		transform: translateY(0%);
		padding: 10px 15px 10px 10px;
	}

	.company-experience .icon-box img{
		width: 40px;
	}

	.company-experience-content{
		width: calc(100% - 55px);
	}

	.about-content-body ul{
		display: block;
	}

	.about-content-body ul li{
		width: 100%;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.about-content-body ul li:last-child{
		margin-bottom: 0;
	}

	.about-content-body ul li:before{
		font-size: 18px;
	}

	.service-body h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.strategy-image::before{
		left: 50%;
		transform: translateX(-50%);
		background-size: contain;
		width: 150px;
		height: 200px;
		z-index: -1;
	}

	.strategy-img-1{
		margin-right: 20px;
	}

	.strategy-img-2{
		padding-top: 60px;
	}

	.strategy-item .icon-box{
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}

	.strategy-item .icon-box img{
		width: 30px;
	}

	.strategy-progress-bar{
		width: calc(100% - 70px);
	}

	.skillbar .skill-data{
		margin-bottom: 5px;
	}

	.skillbar .skill-data .skill-title{
		font-size: 18px;
	}

	.feature-item-content h3{
		font-size: 18px;
	}

	.how-work-content h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.pricing-header{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

	.pricing-header h2{
        font-size: 28px;
    }

	.pricing-body ul li{
		font-size: 16px;
	}

	.our-projects-nav ul li{
		margin-right: 10px;
	}

	.our-projects-nav ul li a{
		padding: 8px 15px;
	}

	.project-content h3{
		font-size: 18px;
	}

	.testimonial-footer .author-content h3{
		font-size: 18px;
	}

	.post-item-body h2{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.post-item-body p{
		margin-bottom: 15px;
	}

	.footer-info-box .icon-box i{
		font-size: 18px;
	}

	.footer-links{
		margin-bottom: 30px;
	}

	.main-footer .col-12:last-child .footer-links{
		margin-bottom: 0;
	}

	.footer-links ul li{
		margin-bottom: 10px;
	}

	.footer-copyright{
        margin-top: 30px;
    }

	.footer-copyright-text{
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-copyright .footer-social-links ul{
		text-align: center;
	}

	.page-header{
		padding: 60px 0px;
	}

	.page-header-box h1{
		font-size: 36px;
	}

	.about-img-1{
		width: 250px;
	}

	.about-img-2 img{
		width: 175px;
	}

	.experience-counter-item{
		padding: 10px 15px 10px 10px;
		width: 240px;
		top: 0;
	}

	.experience-counter-item .icon-box img{
		width: 40px;
	}

	.about-us-content-body ul li{
		width: 100%;
	}

	.trusted-companies-title h3{
		font-size: 16px;
	}

	.why-choose-image::before{
		left: 50%;
		transform: translateX(-50%);
		background-size: contain;
		width: 150px;
		height: 200px;
	}

	.faq-accordion.why-choose-accordion .accordion-header .icon-box{
		top: 0;
	}

	.faq-accordion.why-choose-accordion .accordion-item .accordion-button span{
		font-size: 18px;
	}

	.faq-accordion.why-choose-accordion .accordion-item .accordion-button{
        font-size: 18px;
    }

	.why-choose-img-1{
		margin-right: 20px;
	}

	.why-choose-img-2{
		padding-top: 60px;
	}

	.team-content h3{
		font-size: 18px;
	}

	.about-company-counter .company-counter-box{
		padding: 30px 30px 0;
	}

	.company-counter-item{
		margin-bottom: 30px;
		height: calc(100% - 30px);
	}

	.company-counter-item{
		margin-bottom: 30px;
		height: calc(100% - 30px);
	}

	.company-counter-item .company-counter-content h3{
		font-size: 24px;
	}

	.company-counter-item .company-counter-content p{
		font-size: 16px;
	}

	.faq-img-1{
		width: 250px;
	}

	.faq-img-2 img{
		width: 175px;
		border-width: 6px;
	}
	
	.faq-accordion .accordion-item .accordion-button{
		font-size: 18px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		font-size: 18px;
	}

	.service-list h3{
		font-size: 18px;
	}

	.sidebar-cta-box .cta-content h3{
		font-size: 18px;
	}

	.service-entry h3{
		font-size: 18px;
	}

	.company-growth-content h3{
		font-size: 18px;
	}

	.company-growth-img{
		margin-bottom: 30px;
	}

	.post-entry blockquote{
		background: var(--secondary-color) url('../images/icon-blockquote.svg') no-repeat 20px 20px;
		background-size: 35px;
		padding: 55px 20px 20px 20px;
	}
	
	.post-entry h2{
		font-size: 30px;
	}

	.tag-links{
		font-size: 18px;
	}

	.project-single-content .project-section-title h3{
		font-size: 18px;
	}

	.project-values-content ul{
		gap: 10px;
	}

	.project-values-content ul li{
		width: 100%;
		padding-left: 25px;
	}

	.project-values-content ul li:before{
		height: 14px;
		width: 14px;
		top: 6px;
	}

	.project-about-image .project-about-img-1{
		margin-bottom: 20px;
	}

	.portfolio-info-box-title h3{
		font-size: 18px;
	}

	.contact-info-box .contact-info-title h2{
		font-size: 18px;
	}

	.contact-form .form-control{
		padding: 12px 15px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 350px;
	}

	.error-page-content-heading h2{
		font-size: 30px;
	}
}


.typewriter-text {
	padding-right: 10px;
	color: #ffe509;
	border-right: solid #ffe509 7px;
	text-transform: uppercase;
	animation: cursor 1s ease-in-out infinite;
	font-weight: bold;
  }
  .clientslider {
	padding: 30px 0;
  }
  .cursorx {
	color: #ff3870;
	-webkit-animation: blink 2s infinite both;
	animation: blink 2s infinite both;
  }
  @-webkit-keyframes blink {
	0%,
	50%,
	100% {
	  opacity: 1;
	}
	25%,
	75% {
	  opacity: 0;
	}
  }
  @keyframes blink {
	0%,
	50%,
	100% {
	  opacity: 1;
	}
	25%,
	75% {
	  opacity: 0;
	}
  }
  #unlocking-text{
	font-size: 50px;
	line-height: 1.3;
	margin: 0 auto;
  }
    /* Typewriter cursor animation */
	.text-second {
		color: #d12023;
	  }
	.typewriter::after {
		content: '|';
		display: inline-block;
		animation: blink 1s steps(1, end) infinite;
	  }
	  @keyframes blink {
		50% {
		  opacity: 0;
		}
	  }

	  .pad-tb{
		padding-top: 100px;
		padding-bottom: 100px;
	  }

	  .media {
		display: flex;
		align-items: center;
	}
	.itm-media-object {
		margin-top: 40px;
	}
	.itm-media-object .media .img-ab- {
		height: 65px;
		display: flex;
		align-items: center;
		
		justify-content: center;
	  }
	  .itm-media-object .media .img-ab- {
		/* background: #f5f5f5; */
		border-radius: 8px;
		width: 65px;
		padding: 10px;
	  }
	  .itm-media-object .media-body{
		margin-left: 20px;
	  }
	  .itm-media-object h4{
		font-size: 15px;
	  }

	  .loginBtn {
		font-size: 16px;
		color: #fff;
		position: relative;
		background-color: #d12023;
		font-weight: 600;
		box-shadow: 4px 5px 10px rgb(202 202 202);
		padding: 8px 25px;
		border-radius: 5px;
	}
	
	/* .loginBtn::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 35px; 
		transform: translateY(-50%);
		height: 60%; 
		width: 2px; 
		background-color: #fff; 
	} */

	.loginBtn:hover {
		color: #fff;
	}
	
	/* Arrow styles */
	.arrow-down {
		width: 10px;
		height: 10px;
		display: inline-block;
		background-image: url('../images/down-arrow-white.png'); /* Replace with your arrow image URL */
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: 5px; /* Adjust as needed */
		transition: transform 0.3s ease; /* Smooth transition */
	}
	
	/* Arrow animation on hover */
	.dropdown:hover .arrow-down {
		transform: rotate(180deg);
	}
	
	.dropdown {
		position: static;
		display: inline-block;
	}
	
	.dropdown-content {
		display: block;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 150px;
		top: 32px;
		left: 0px;
		border-radius: 10px;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0.3s;
	}
	
	.dropdown-content a {
		color: black;
		padding: 12px 15px;
		text-decoration: none;
		font-size: 13px;
		display: block;
	}
	
	.dropdown-content a:hover {
		background-color: #f1f1f1;
	}
	
	.dropdown:hover .dropdown-content {
		opacity: 1;
		visibility: visible;
		max-height: 500px; /* Set to a value that is higher than the dropdown's actual height */
	}
	#drop{
		position: relative;
	}

	  .slider {
		position: relative;
		max-width: 100%;
		overflow: hidden;
	}

	.slides {
		display: flex;
		justify-content: center;
		transition: transform 0.5s ease-in-out;
	}

	.slides img {
		width: 100%;
	}

	.dots {
		text-align: center;
		padding: 10px 0;
	}

	.dot {
		cursor: pointer;
		height: 15px;
		width: 15px;
		margin: 0 5px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
	}

	.dot.active {
		background-color: #fecd28;
	}

	 
#footer {
	/* position: fixed;
	bottom: 0; */
	width: 100%;
	background: #000;
	color: white;
	text-align: center;
	cursor: pointer;
	z-index: 999;
  }
  
  .footer-text {
	padding: 15px;
	background: #444;
	transition: background 0.3s;
	margin-left: -170px;
	font-size: 13px;
  }
  
  .footer-text:hover {
	background: #555;
  }
  
  .footer-content {
	/* max-height: 0; */
   overflow: auto;
	transition: max-height 0.5s ease-out, padding 0.5s ease-out;
	text-align: left;
  }
  
  .footer-content::-webkit-scrollbar{
	width: 0;
	height: 0;
  
  }
  
  .footer-content.show {
	/* max-height: 300px;  */
	padding: 20px;
	display: block;
  }
  
  .footer-content .column {
	display: inline-block;
	vertical-align: top;
	
	padding: 10px;
	text-align: left;
  }

	

	.footer-content .column:nth-child(2) {
		width: 30%;
	}

	.footer-content .column:nth-child(3) {
		width: 20%;
	}

	.footer-content .column:nth-child(4) {
		width: 20%;
	}
	.footer-content .column:nth-child(5) {
		width: 20%;
	}

.footer-address {
	font-size: 13px;
	color: #eeeeeead;
}

.footer-content h3 {
	margin-top: 0;
	/* border-bottom: 1px solid white; */
	padding-bottom: 5px;
	font-size: 20px;
	color: #fff;
}
  
  .footer-content ul {
	list-style: none;
	padding: 0;
  }
  
  .footer-content ul li {
	margin: 5px 0;
	font-size: 13px;
	color: #eeeeeead;
  }
  
  .footer-content ul li:hover{
	color: #fff;
  }
  
  #footer-main .text-footer{
	font-size: 13px;
   }
  
  @media (max-width: 768px) {
	#header-section{
	  padding-top: 120px;
	}
	#unlocking-text{
	  font-size: 33px;
	  line-height: 1.3;
	  margin: 0 auto;
	}
	.footer-content .column {
		width: 100%;
		margin: 2.5%;
	}
		.footer-content .column:nth-child(2) {
			width: 100%;
		}

		.footer-content .column:nth-child(3) {
			width: 100%;
		}

		.footer-content .column:nth-child(4) {
			width: 100%;
		}

		.footer-content .column:nth-child(5) {
			width: 100%;
		}
	.footer-content .column:first-child {
	  margin: auto;
	  text-align: center;
	}
	.footer-content{
		overflow-y: auto;
	}
	#footer-main{
	  flex-direction: column;
	  gap: 10px;
	  margin: 10px 0;
	}
  .footer-text {
	margin-left: 0;
	padding: 7px;
  }
   #footer-main .text-footer{
	font-size: 10px;
   }
  }

  .parah p{
	font-size: 12px;
	color: #eeeeeead;
	line-height: 1.5;
	text-align: left;
	margin: 10px 0;
  }
  .footerUL li{
	text-align: left;
	font-size: 12px !important;
	line-height: 1.5;
  }
.social .fa-brands {
	margin: 30px 5px 15px;
}

  .hero-content-body .d-flex{
	margin-bottom: 10px;
  }

  .product-text{
	font-size: 24px;
    color: #000;
    font-weight: bold;
	margin: 10px 0;
	list-style: none;
    padding-left: 1em;
  }
.product-text li::before {
	content: "\f0da"; /* Font Awesome icon code for arrow-trend-up */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    color: #ff4500; /* Customize the color */
    display: inline-block; 
    width: 1em; 
    margin-left: -1.5em;
  }
  .product-text li{
	margin: 15px 20px;
  }

  .gateway{
	color: #000;
	font-weight: bold;
	font-size: 18px;
  }

  @media (max-width: 412px) {
	.product-text{
		font-size: 21px;
	  }
	  .product-text li{
		margin: 15px 10px;
	  }
  }

  .industry-workfor img {
    width: 55px;
}

.product-header-title{
	font-size: 50px;
    line-height: 60px;
    word-spacing: 5px;
}

.custom-product-text{
	color: #d12023;
}

.industry-workfor {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.industry-workfor h6 {
    margin: 0 0 0 15px;
}

#whyus-icon{
	text-align: center;
	margin-top: 20px;
}

.ree-header {
	-webkit-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
	-o-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
	transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  }

  /*header*/
.ree-header.sticky .dskt-logo {
	float: left;
	line-height: 70px;
  }
  .ree-header.sticky {
	background: rgb(255 255 255 / 60%);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
  }
  .ree-header.sticky {
	height: 70px;
  }
  .ree-header.sticky .ree-btn,
  .ree-header.sticky .ree-btn-grdt1 {
	box-shadow: none;
  }
  .sticky .nav-list li a.menu-links {
	line-height: 70px !important;
  }
  .ree-header {
	padding: 0 20px;
	height: 85px;
	z-index: 9995;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
  }
  .dskt-logo {
	float: left;
	line-height: 85px;
  }
  .dskt-logo .nav-brand img {
	max-height: 75px;
  }
  .ree-nav .nav-list li a.menu-links {
	font-size: 17px;
	color: #08182b;
	font-weight: 500;
	padding: 0px 15px;
	line-height: 85px;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
  }
  .ree-nav .nav-list li {
	display: inline-flex;
  }
  .owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	width: inherit;
	text-align: center;
	margin: 0 auto;
  }

  
.megamenu:hover > a {
	color: #838ae0 !important;
  }
  
  .mega-small {
	position: relative;
  }
  
  .mega-small .menu-block-set {
	display: inline-table;
	border: 0;
	border-top: 2px solid #ff5b2e;
	-webkit-box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
	box-shadow: 0 10px 15px 0px rgb(82 0 57 / 10%);
	padding: 10px 0;
	border-radius: 0px 0px 14px 14px;
  }
  
  .ree-nav > ul.nav-list > li:hover .menu-dropdown {
	opacity: 1;
	top: 85px;
	pointer-events: auto;
  }
  .menu-dropdown {
	height: auto;
	left: 0;
	opacity: 0;
	pointer-events: none;
	top: 115px;
	z-index: 99999;
	position: absolute;
	width: 100%;
  
	-webkit-transition: 0.4s ease all;
	-moz-box-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
  }
  .menu-block-set {
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 4%);
	border-top: 2px solid #f3f3f3;
	width: 100%;
	padding: 40px 0;
	display: inline-block;
	background-color: #fff;
	margin-top: 4px;
  }
  
  .menu-dropdown p {
	font-size: 17px;
	line-height: 27px;
  }
  
  .menu-block-a {
	display: grid;
	grid-template-columns: 130%;
	grid-gap: 30px;
  }
  
  .menu-headings {
	position: relative;
	color: #838ae0;
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
  }
  .menu-headings:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #838ae0;
	margin: 5px 0 0;
  }
  .menu-inner-block-a {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 30px;
  }
  
  .ree-nav ul .menu-li-link li {
	display: block;
	width: 100%;
  }
  .ree-nav ul .menu-li-link li + li {
	margin-top: 10px;
  }
  
  .menu-li-link li a {
	width: 100%;
	font-size: 16px;
	color: #52525d;
	position: relative;
	line-height: 26px;
	font-weight: normal;
  }
  .menu-li-link li a:hover {
	color: #6228a4;
  }
  
  .menu-extra-info {
	background: #fbf1ef;
	padding: 20px 0;
	border-bottom: 2px solid #ff5b2e;
  }
  
  .ree-nav
	> ul
	> li.megamenu
	> div
	> div.menu-extra-info
	> div
	> div
	> ul
	> li
	a {
	font-size: 16px;
	color: #050748;
	padding-left: 10px;
  }
  
  .ree-nav > ul > li.megamenu > div > div.menu-extra-info > div > div > ul > li {
	display: inline-flex;
	align-items: center;
	width: 20%;
  }
  
  .menu-extra-info-inner ul {
	display: flex;
	grid-gap: 20px;
  }
  
  .menu-icon-ree {
	width: 45px;
  }
  .menu-icon-ree img {
	width: 35px;
  }

  
html body .header-bhv {
	height: 115px;
	-webkit-box-shadow: 0 10px 15px -10px #ffe0d2;
	box-shadow: 0 10px 15px -10px #ffe0d2;
  }
  
  html body .header-bhv.sticky .mini-header-bar {
	max-height: 0px;
	min-height: 0px;
	opacity: 0;
  }
  
  .ree-header.sticky .ree-nav > ul.nav-list > li:hover .menu-dropdown {
	opacity: 1;
	top: 65px;
	pointer-events: auto;
  }

  
.header-bhv .ree-nav > ul.nav-list > li:hover .menu-dropdown {
	opacity: 1;
	top: 110px;
  }
  .header-bhv .ree-nav > ul.nav-list > .menu-dropdown {
	opacity: 0;
	top: 125px;
  }
  .header-bhv .ree-nav > ul.nav-list > .mega-small .menu-dropdown {
	opacity: 0;
	top: 95px;
  }
  .header-bhv .ree-nav > ul.nav-list > .mega-small:hover .menu-dropdown {
	opacity: 1;
	top: 80px;
  }
.hidedesktop{
	display: none;
}
.hidemobile{
	display: block;
}
  @media screen and (max-width: 768px){
    .hidemobile{
		display: none;
	}
	.hidedesktop{
		display: block;
	}
}

#btn{
	color: #000;
	background: none;
	border: 1.5px solid #d12023;
}

#btn:hover{
	color: #d12023;
	background: none;
	border: 1.5px solid #000;
}
#btn-open-acc {
    background: #d12023;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 5px;
    box-shadow: 4px 5px 10px rgb(202 202 202);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin-top: 5px;
}

#btn-open-acc::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: white;
    transition: all 0.4s ease;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
}

#btn-open-acc:hover {
    color: #d12023;
    background: #fff;
}

#btn-open-acc:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

#btn-open-acc:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #d12023;
    border: 3px solid #d12023;
}

.hear-from-us{
	width: 80%;
	padding: 40px;
	border: 1px solid #d5d2d2;
	border-radius: 10px;
}

.hear-from-us input{
	/* width: 60% !important; */
	display: block;
	margin: 10px 0;
	border-radius: 10px;
	border: 1px solid #FF4438;
	padding: 5px 15px;
}

.hear-from-us input:focus{
	border: 1px solid #FFBE36;
	outline: none !important;

}

.hear-from-us:focus-visible{
	outline: none !important;

}


#customSubmit {
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: none;
   
    width: 85%;
    height: 50px;
    
    font-weight: bold;
	color: #000;
	background: none;
	border: 1.5px solid #d12023;
}
#customSubmit:hover{
	color: #d12023;
	background: none;
	border: 1.5px solid #000;
}
#slot .col-lg-2{
  margin: 0 10px;
}
@media only screen and (max-width: 992px) {
  #slot {
    flex-direction: column;
    gap: 15px;
  }
  #slot .col-lg-2{
    margin: 0 0px;
  }
  #customSubmit {
    width: 100%;
  }
  .customSelect {
    width: 100%;
  }
  .download-icons {
    flex-direction: column;
    padding-right: 0;
  }
  .ree-details-set {
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 767px) {
 
  #slot {
    flex-direction: column;
    gap: 15px;
  }
  #customSubmit {
    width: 100%;
  }
  .customSelect {
    width: 100%;
  }
  
 
}
.request-input {
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #cdcdcd;
  line-height: 28px;
  border-radius: 10px;
}

.whatis{
	padding: 100px 0;
}

.whatis-right, .whatis-left{
	border-radius: 20px;
}
#left-column{
display: flex;
justify-content: center;
}
.whatis-left img{
	border-radius: 20px;
	/* box-shadow: 2px 2px 5px #efb376; */

}
.whatis-right{
	/* background: #fff7ee; */
	padding: 10px 20px;
	/* width: 80%; */
	display: flex;
    gap: 15px;
    flex-direction: column;
	/* box-shadow: 2px 2px 5px #d1202363; */
}
.whatis-right img{
	width: 40px;
}

.whatisspan{
	color: #d12023;
	
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-container {
    background: linear-gradient(to bottom, #ffd4bc, #fff);
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
	position: relative;
}

.popup-image {
    width: 85%;
    border-radius: 10px 10px 0 0;
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.input-container {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.popup-input {
    width: 77%;
    padding: 10px 10px 10px 50px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
	justify-content: center;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
}
.popup-submit {
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.popup-submit:hover {
    background-color: #0056b3;
}

.popup-icon{
	position: absolute;
	left: 15%;
	width: 30px;
	top: 17%;
}

.handpicked{
	/* border: 0.5px solid #ff5b2e; */
	box-shadow: 2px 2px 5px;
	padding: 10px 15px;
	border-radius: 10px;
	position: relative;
}

.handpicked h3

.handpicked .icon-box{
	position: relative;
}

#pdf-share-img {
    cursor: pointer;
}

#handpick-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.percentage, .title{
	font-weight: 900;
}

.share-popup {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    display: none;
    /* flex-direction: column; */
    gap: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.share-icon {
    display: inline-block;
    color: #555;
    font-size: 24px;
    text-decoration: none;
}

.share-icon:hover {
    color: #000;
}

.fa-whatsapp{
	color: green;
}
.fa-facebook{
color: blue;
}
.fa-x-twitter{
color: black;
}
.fa-instagram{
color: #ff573f;
}

#inside-field{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.interest, .coupon{
	font-size: 13px;
}

.whyinvest-bonds{
	padding: 100px 0;
}

.whyinvestbond-left{
	background-color: #fff1ec;
	height: 90%;
	padding: 20px;
	border-radius: 20px;
}

#whyinvestbond-right p{
}
#whyinvestbond-card{
	padding: 10px 20px;
	height: 400px;
}
#whyinvestequity-card {
	padding: 10px 20px;
	/*height: 520px;*/
}
#bond-content p{
	font-size: 14px;

}

.whyinvest-img{
	margin-top: 100px;
}
#equity-card{
	height: 300px;
}
#equity-content{
	padding: 30px 20px;
}
#equity-content p{
	font-size: 14px;
}
.options {
	/* width: 20%; */
	/* background-color: #f2f2f2; */
	padding: 20px;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
	/* overflow-y: auto; */
  }
  
  .content {
	flex: 1;
	padding: 20px;
	transition: opacity 0.3s ease;
  }
  
  .option {
	cursor: pointer;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease;
  }
  .option.active {
	background-color: #FF4438; /* Change the color as desired */
	/* Add any other styling for the active option */
	color: #fff;
  }
  .option:hover {
	background-color: #f88d85;
	color: #000;
  }
  
  .hidden {
	/* opacity: 0;
	pointer-events: none; */
	display: none;
  }
  
  .visible {
	opacity: 1;
	pointer-events: auto;
	display: block;
  }
  
  .fileName-container {
	display: flex;
	justify-content: space-between;
	margin: 20px 150px;
	font-weight: bold;
  }
  
  .content-section {
	display: flex;
	justify-content: space-between;
	margin: 20px 150px;
	align-items: center;
  }
  
  .content-section.hidden {
	display: none;
  }
  
  .pdf-file {
	cursor: pointer;
  }
  
  .pdf-file:hover {
	color: blue; /* Change the color on hover */
  }
  
  @media (max-width: 767px) {
	.content-section {
	  margin: 20px 40px;
	}
	#whyinvestequity-card {
		
		height: 100%;
	}
	.fileName-container {
	  display: flex;
	  justify-content: space-between;
	  margin: 20px 40px;
	  font-weight: bold;
	}
  }
  
  .investor-content {
	margin-top: 20px;
	display: none;
  }
  
  .investor-content.active {
	display: flex;
	justify-content: space-between;
	margin: 0px 135px;
  }
  .investor-content .name{
	margin-left: 30px;
  }
  .mt20{
	margin-top: 20px;
  }
  
  @media only screen and (max-width: 767px) {
	.investor-content.active {
	  margin: 0 0;
	}
	#investor {
	  width: 80%;
	  font-size: 15px;
	  line-height: 15px;
	  margin-bottom: 10px;
	}
	.composition-button {
	  margin-top: 10px;
	}
  }
  
  #content h2{
	font-size: 3rem;
  }

  #content h6{
	line-height: 1.5;
	margin: 10px 0;
  }

  .relation-btn {
	/* background: none;border: 1.5px solid #ff7728;color: #000;font-size: 14px; */
	background: #FF4438;color: #fff;font-weight: 400;box-shadow: 5px 5px 5px #bcbcbc;
	 padding: 10px 15px;
	 margin: 0 10px;
	  border-radius: 10px;
  }
  .relation-btn:hover{
	/* background: none;border: 1.5px solid #000;color: #ff7728;font-size: 14px; */
	background: #fff;color: #FF4438;
  }

  .social-box{
	background: linear-gradient(to bottom, #ffd5aa, white);
	padding: 10px 20px;
	width: 80%;
	display: flex;
    gap: 15px;
    flex-direction: column;
	box-shadow: 2px 2px 5px #efb376;
  }

  
table {
	width: 100%;
	border-collapse: collapse;
  }
  
  th, td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: left;
  }
  
  th {
  white-space: nowrap;
	background-color: #f2f2f2;
  }
  
  /* Media Queries for Responsive Design */
 

  .table-responsive {
    width: 100%;
    overflow-x: auto; /* Allows horizontal scrolling */
}

.table-responsive table {
    width: 100%;
    min-width: 600px; /* Ensures table doesn't shrink too much */
}

@media (max-width: 767px) {
    .table-responsive table {
        min-width: 100%; /* Ensure table width is 100% on small screens */
    }
}

.view-btn{
	padding: 5px 15px;
	font-size: 14px;
}

#milestone-cards{
	color: #000;
}

#milestone-cards::before{
	background: none;
	border: 2px solid #ff4500;
}
.amc-container{
	margin: 0px 0 20px;
	display: flex;
	gap: 50px;
}

.amc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.rupees{
	font-size: 34px;
	color: #ff4500 !important;
	font-weight: bold;
	letter-spacing: -3px;
}


.custom-input-container {
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	width: 70%;
	height: 43px;
	margin-bottom: 15px;
	margin-left: 3px;
  }
  .custom-app-container{
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	overflow: hidden;
	border: 1.5px solid #ebcb59;
	justify-content: space-between;
	background-color: #fff;
  }
  /* .input-button{
	display: flex;
	background-color: gray;
	padding: 5px;
  } */
  .custom-input-container button{
	width: 50%;
	height: 100%;
  }

  .custom-app-container .custom-button-app{
	width: 30%;
	/* font-size: 14px; */
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 0;
	background-color: #fecd27;
	color: #000;
  }
  
  .custom-input {
	border: none;
	padding: 15px 20px;
	outline: none;
	width: 50%;
	font-size: 16px;
	color: #555;
  }
  
  .custom-input::placeholder {
	color: #aaa;
  }
  
  .custom-button {
	background: #d12023;
	border: none;
	padding: 15px 20px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.6s;
	line-height: 1;
	height: 45px;
  }
  
  .custom-button:hover {
	border: 2px solid #d12023;
	background-color: #fff;
	color: #d12023;
  }
  
@media (max-width: 767px) {
	.rupees{
		line-height: 30px;
		letter-spacing: 0px;
	}
	.amc .charges{
		font-size: 15px;
		line-height: 1.3;
	}
}

/* product first section */

.bdt-timeline-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    margin-top: 50px;
}

.upk-salf-slider-wrapper {
    display: flex;
    flex-direction: row;
    background: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 400px;
    padding: 30px;
    position: relative;
}

.upk-salf-item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.upk-salf-item.swiper-slide-active .upk-salf-content-wrap {
    /* No additional styles for .upk-salf-content-wrap */
}

.upk-salf-item.swiper-slide-active .upk-salf-title,
.upk-salf-item.swiper-slide-active .upk-salf-desc,
.upk-salf-item.swiper-slide-active .upk-salf-button {
    opacity: 1;
}

.upk-salf-image-wrap {
    height: 100%;
    width: 100%;
}

.upk-xanc-img {
    display: block;
    width: 100%;
    /* height: 800px; */
    object-fit: cover;
}

.upk-salf-content-wrap {
    position: absolute;
    left: 0;
    bottom: 30%;
    max-width: 460px;
    overflow: hidden;
    background: #fff;
    backdrop-filter: blur(15px);
    transition: backdrop-filter 0.9s;
    padding: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
@media (min-width: 1200px) {
	.upk-salf-content-wrap {
		bottom: 9%;
	}
}
@media (min-width: 1400px) {
	.upk-salf-content-wrap {
		bottom: 18%;
	}
}
@media (min-width: 1550px) {
	.upk-salf-content-wrap {
		bottom: 27%;
	}
}




.upk-salf-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    color: #2B2D42;
    text-transform: capitalize;
    margin-bottom: 20px;
    opacity: 0;
}

.upk-salf-desc {
    color: #656565;
    font-size: 14px;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 20px;
    opacity: 0;
}

.upk-salf-button {
    opacity: 0;
}

.upk-salf-button .link {
    color: #2b2d42;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    transition: all .3s ease;
}

.upk-salf-button .link:hover {
    color: #FF4438;
}

.upk-salf-button .link--arrowed {
    display: inline-block;
}

.upk-salf-button .link--arrowed .arrow-icon {
    position: relative;
    top: 0;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.upk-salf-button .link--arrowed .arrow-icon--circle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.upk-salf-button .link--arrowed g {
    stroke: currentColor;
    color: #2b2d42;
}

.upk-salf-button .link--arrowed:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.upk-salf-button .link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.upk-salf-button .link--arrowed:hover g {
    color: #FF4438;
}

/* Scroll CSS Start */
.upk-page-scroll {
    position: absolute;
    bottom: 8%;
    right: 5%;
    transform: rotate(90deg);
    z-index: 1;
    display: none;
}

.upk-page-scroll .arrow-up {
    height: 70px;
    width: 70px;
    display: block;
    background: #ffffffc9;
    backdrop-filter: blur(18px);
    position: relative;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
    transform: rotate(-90deg);
    overflow: hidden;
}

.upk-page-scroll .arrow-slide {
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #FF4438;
    position: absolute;
    display: block;
    z-index: 0;
}

.upk-page-scroll .long-arrow-left {
    display: block;
    margin: 30px auto;
    width: 16px;
    height: 16px;
    border-top: 2px solid #2b2d42;
    border-left: 2px solid #2b2d42;
    transform: rotate(-135deg);
}

.upk-page-scroll .long-arrow-left::after {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background-color: #2b2d42;
    transform: rotate(-45deg) translate(8px, 3px);
    left: 0;
    top: 0;
}

.upk-page-scroll .arrow-up:hover {
    transition: all .1s;
}

.upk-page-scroll .arrow-up:hover .left-arm:after {
    transform: rotate(-10deg);
}

.upk-page-scroll .arrow-up:hover .right-arm:after {
    transform: rotate(10deg);
}

.upk-page-scroll .arrow-up:hover .arrow-slide {
    transition: all .5s ease-in-out;
    transform: translateY(200%);
}
/* Scroll CSS End */

.upk-salf-nav-pag-wrap {
    position: absolute;
    top: 60px;
    height: 100%;
    right: 0;
}

.upk-salf-navigation {
    margin-top: 40px;
    margin-right: 20px;
}

.upk-salf-navigation .link--arrowed .arrow-icon {
    position: relative;
    top: 0;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.upk-salf-navigation .link--arrowed .arrow-icon--circle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.upk-salf-navigation .link--arrowed g {
    stroke: currentColor;
    color: #2b2d42;
}

.upk-salf-navigation .link--arrowed:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.upk-salf-navigation .link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.upk-salf-navigation .link--arrowed:hover g {
    color: #FF4438;
}

.upk-salf-navigation .upk-button-next {
    margin-top: 15px;
    transform: rotate(90deg);
}

.upk-salf-navigation .upk-button-prev {
    transform: rotate(-90deg);
}

/* Swiper Pagination CSS Start */
.upk-salf-pagi-wrap {
    position: absolute;
    top: 43%;
    right: 0;
    margin-right: 22px;
}

.swiper-pagination-bullet {
    background-color: transparent;
    opacity: 0.8;
}

.swiper-pagination-bullet--svg-animation {
    width: 20px;
    height: 20px;
    margin: 6px -7px;
    display: inline-block;
}

.swiper-pagination-bullet--svg-animation svg {
    transform: rotate(-90deg);
}

.swiper-pagination-bullet--svg-animation .svg__circle-inner {
    stroke: #2b2d42;
    fill: transparent;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active .svg__circle {
    stroke: #FF4438;
    stroke-dasharray: 75;
    stroke-dashoffset: 0;
    animation: progress 4s ease-in-out 1 forwards;
}

.swiper-pagination-bullet-active .svg__circle-inner {
    fill: #2b2d42;
    stroke: #FF4438;
}

/* Keyframes */
@keyframes progress {
    0% {
        stroke-dashoffset: 75;
        opacity: 1;
    }
    95% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    100% {
        opacity: 0;
        stroke-dashoffset: 0;
    }
}
/* Swiper Pagination CSS End */

@media (min-width: 768px) {
    .upk-salf-slider-wrapper {
        height: 100vh;
        padding: 0 60px;
    }

    .upk-page-scroll {
        bottom: 4%;
        display: inherit;
    }

    .upk-salf-item .upk-salf-content-wrap {
        transition-delay: 1s;
    }

    .upk-salf-item .upk-salf-title {
        transition-delay: 1.1s;
    }

    .upk-salf-item .upk-salf-desc {
        transition-delay: 1.2s;
    }

    .upk-salf-item .upk-salf-button {
        transition-delay: 1.3s;
    }

    .upk-salf-item.swiper-slide-active .upk-salf-content-wrap {
        backdrop-filter: blur(18px);
    }
}
.product-heading-text{
	/* color: #ae0000;
   
    text-decoration: underline;
    text-decoration-color: #000000;
    text-decoration-thickness: 4px; */
}

@media (max-width: 768px) {
	.upk-salf-pagi-wrap{
		right: -22px;
	}
	.upk-salf-navigation{
		margin-right: 0;
	}
	.upk-salf-slider-wrapper{
		height: 620px;
	}
	.upk-salf-content-wrap{
		bottom: 0;
	}
}

.custom-product-btn{
	background: #ff4500;
	border: none;
	padding: 15px 20px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.6s;
	line-height: 1;
}

.custom-product-btn .arrow-icon{
	margin: 0 10px;
}

.custom-product-btn:hover{
	border: 2px solid #ff4500;
	background-color: #fff;
	color: #FF4438;
}

.custom-product-btn:hover .arrow-icon--circle,
.custom-product-btn:hover .arrow-icon--arrow {
    stroke: red;
    transition: stroke 0.3s ease;
}


   /* Basic Card Styles */
   .card-animation {
    position: relative;
    /* padding: 30px 25px; */
    /* height: 200px; */
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.card-animation:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card-title{
	background: #d12023;
	padding: 10px 0 5px;
}

.job-info{
	padding: 10px 20px;
}
/* Content inside the Card */
.content {
    position: relative;
    padding: 20px;
    z-index: 1;
}

/* Corner Highlight Styles */
.corner-highlight {
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid #d12023; 
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.corner-highlight.top-left {
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px;
}

.corner-highlight.top-right {
    top: 0;
    right: 0;
    border-width: 4px 4px 0 0;
}

.corner-highlight.bottom-left {
    bottom: 0;
    left: 0;
    border-width: 0 0 4px 4px;
}

.corner-highlight.bottom-right {
    bottom: 0;
    right: 0;
    border-width: 0 4px 4px 0;
}

/* Animation for Corner Highlights */
@keyframes highlight {
    0% {
        width: 40px;
        height: 40px;
    }
    50% {
        width: 40px; /* Adjust size as needed */
        height: 40px; /* Adjust size as needed */
    }
    100% {
        width: 40px;
        height: 40px;
    }
}

.corner-highlight {
    animation: highlight 2s infinite;
}

.job-detail h4{
margin-bottom: 20px;
}
.career-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.career-detail p:last-child {
  font-weight: bold;
  text-align: right;
  margin-bottom: 15px;
}
.career-detail p , .job-title p{
  font-size: 17px;
 color: #000;
 margin-bottom: 15px;
}
.job-title p:first-child {
  font-size: 16px;
}

.career-detail + .career-detail {
  margin-top: 10px;
}

.job-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px 20px;
}



.gallery-container {
	height: 200px;
	width: 500px;
	margin: 100px auto;
	position: relative;
  }
  .gallery-container .gallery{

  }
  .gallery {
	height: 100px;
	position: absolute;
	left: 0;
	/* margin: 0 20px; */
	offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
	box-shadow: 1px 1px 3px #0008;
	transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
	z-index: 0;
  }
  
  .gallery:hover {
	transform: scale(3);
	/* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
	offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
	box-shadow: 3px 4px 10px #0006;
	/* ensures that image gets on top of stack at the start of "popping" animation
	   and gets back at the end of getting back. With smaller value, 2 different transitions would be needed */
	z-index: 999;
  }
  
  /* 3 images */
  .gallery:nth-last-child(3):first-child {
	offset-distance: 17%;
  }
  .gallery:nth-last-child(2):nth-child(2) {
	offset-distance: 49%;
  }
  .gallery:last-child:nth-child(3) {
	offset-distance: 81%;
  }
  
  /* 4 images */
  .gallery:nth-last-child(4):first-child {
	offset-distance: 10%;
  }
  .gallery:nth-last-child(3):nth-child(2) {
	offset-distance: 35%;
  }
  .gallery:nth-last-child(2):nth-child(3) {
	offset-distance: 65%;
  }
  .gallery:last-child:nth-child(4) {
	offset-distance: 90%;
  }
  
  /* 5 images */
  .gallery:nth-last-child(5):first-child {
	offset-distance: 0%;
  }
  .gallery:nth-last-child(4):nth-child(2) {
	offset-distance: 25%;
  }
  .gallery:nth-last-child(3):nth-child(3) {
	offset-distance: 51%;
  }
  .gallery:nth-last-child(2):nth-child(4) {
	offset-distance: 75%;
  }
  .gallery:last-child:nth-child(5) {
	offset-distance: 100%;
  }
.download-container{
	margin-top: 25px;
}
.download-container, .download-container-footer {
	display: flex;
	gap: 15px;
	align-items: center;
}

	.download-container-footer{
		flex-direction: column;
	}

		.download-container-footer .download-text {
		color: #fff;
		}

		.download-container-footer #btn {
			color: #fff;
		}

			.download-text {
		font-size: 18px;
		font-weight: 600;
		line-height: 1em;
		color: #000;
		text-transform: capitalize;
		padding: 12px 30px;
	}

@media (max-width: 768px) {
	.download-container{
		flex-direction: column;
	}
	.custom-input-container{
		width: 100%;
		flex-direction: column;
		height: auto;
	}
	.custom-input-container button{
		width: 100%;
	  
	  }
	  .custom-input{
		width: 100%;
	  }
}

.unique-mission-vision-section {
    padding: 60px 20px;
    background-color: #f7f9fc;
}

.unique-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.unique-mission-vision-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.unique-card {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15); /* Applied shadow */
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 255px;
    flex: 1;
    overflow: hidden;
    transform: translateY(-10px); /* Applied transform */
}

.unique-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 300%; /* Applied height */
    background-color: #ff4500;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
}
.unique-card:hover::before {
    height: 300%;
}


.unique-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.unique-icon-container {
    margin-bottom: 10px;
}

.unique-icon {
    font-size: 40px;
    color: #d12023;
}

.unique-heading {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.unique-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

#mf-box-header{
	height: 100px;
}

@media (max-width: 580px) {
	.unique-card {
		height: 100%;
		margin-top: 20px;

	}
	
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .unique-mission-vision-content {
        flex-direction: column;
    }
    .unique-card {
        max-width: 100%;
    }
	#mf-box-header{
		height: auto;
	}
}

.bond-header-box{
	border: 1px solid #d12023;
	padding: 10px 15px;
	border-radius: 10px;
	margin: 10px 0;
}

.bond-header-box p{
	margin-top: 5px;
	font-size: 13px;
}

.escalation-container {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.escalation-row {
    display: flex;
    justify-content: center;
}

.escalation-col {
    width: 100%;
    max-width: 1200px;
}

.escalation-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.escalation-table-wrapper {
    overflow-x: auto;
}

.escalation-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.escalation-header {
    background-color: #d12023;
    color: #fff;
    text-align: left;
    padding: 15px;
    font-weight: bold;
}

.escalation-cell {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.escalation-cell:nth-child(odd) {
    /* background-color: #f2f2f2; */
}

.escalation-cell:hover {
    /* background-color: #e0e0e0; */
}


#hero-section {
    background: url('../images/equity_page_slider_3.jpg') no-repeat right center;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    color: #fff;
	height: 100vh;
	overflow: hidden;
}

#hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1;
}

#hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content h3,
.hero-content h2,
.hero-content p,
.bond-header-box h5,
.bond-header-box p,
.custom-button {
    /* color: #fff; */
}

#dropdown div a {
	color: #000;
}


.definition{
  
	margin: 100px 0;
  }
  
  .definition-content{
   margin: 0 0px;
   width: 100%;
	background-color: #ffc911;
	padding: 20px 50px;
		box-shadow: 2px 2px 5px;
  }
  
  .process{
	/* background: #606060; */
	padding: 20px 0 20px;
	
	
	/* height: 70%; */
	/* width: 70%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	position: sticky;
	top: 120px;
	transition: transform 0.3s ease-in-out;
  }
  
  .process input{
	width: 80%;
	padding: 12px;
  }
  
  .process-text{
	font-size: 35px;
	color: #000;
	font-weight: 900;
  }

  #knowledge-list{
	display: block;
  }

  .pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination-btn {
    background-color: #d12023;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px;
    transition: background-color 0.3s ease;
}

.pagination-btn[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
}

.pagination-info {
    font-size: 16px;
}

.pagination-btn:hover:not([disabled]) {
    background-color: #d12023;
}
.our-projects-nav #btn.active {
    background-color: #d12023;
    color: #fff;
    font-weight: bold;
}

.footer-links-container{
	margin-bottom: 30px;
	padding-top: 50px;
  }
  .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
  }
  
  .footer-links li {
	margin: 0 8px;
	position: relative;
  }
  
  .footer-links li:not(:last-child)::after {
	content: "|";
	color: #fff;
	position: absolute;
	right: -6px;
  }
  
  .footer-links a {
	color: #fff;
	text-decoration: none;
  }
  
  .footer-links a:hover {
	text-decoration: underline;
  }
  
  @media (max-width: 768px) {
	.footer-links {
		display: inline-flex;
		gap: 20px;
		text-align: center;
		justify-content: center;
	}
  
	.footer-links li {
		margin: 5px 0;
	}
  
	.footer-links li::after {
		content: none;
	}
  }
  .footer-heading{
	
	font-size: 13px;
  }

  .annualReports {
	display: flex;
	justify-content: space-between;
	margin: 10px 145px;
	align-items: center;
  }

  @media (max-width: 768px) {
	.annualReports {
		
		margin: 10px 30px;
  }
}

  .section {
    width: 100vw;
  }
  

 
  

  
  
  .fixed-image {
    background: var(--black);
  }
  
  .fixed-image .inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-top: 120px;
  }
  
  .fixed-image .image {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    position: sticky;
    top: 120px;
    left: 50%;
  }
  
  .fixed-image .image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  
  .fixed-image .content {
    display: flex;
    padding-top: 40%;
    color: #fff;
    font-size: 24px;
  }
  
  .fixed-image .content p {
    width: 50%;
    margin-left: auto;
  }
  
  .pined {
    overflow: hidden;
    background-color: var(--black);
  }
  
  .pined .pined-inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .pined .pined-list {
    position: absolute;
    left: 0;
    display: flex;
    gap: 0px;
  }
  
  .pined .pined-list li {
    width: 500px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  
  .pined .pined-list li img {
    width: 100%;
    object-fit: contain;
  }
  
  
  
  .milestone-section{
	padding: 50px 0;
  }
  .box {
    width: 400px;
    height: 250px;
    /* border-radius: 15px; */
    background: #f5f5f5;
    position: relative;
    /* box-shadow: 0px 0px 10px #c03737; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
corner-highlight {
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid #d12023 !important; 
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.corner-highlight.top-left {
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px;
}

.corner-highlight.top-right {
    top: 0;
    right: 0;
    border-width: 4px 4px 0 0;
}

.corner-highlight.bottom-left {
    bottom: 0;
    left: 0;
    border-width: 0 0 4px 4px;
}

.corner-highlight.bottom-right {
    bottom: 0;
    right: 0;
    border-width: 0 4px 4px 0;
}

.box h2, .box p {
    text-align: center;
    color: #000;
}

.box p {
    font-size: 18px;
}


  .Milestone-heading{
	font-size: 80px;
  }

  @media (max-width: 600px) {
	.Milestone-heading{
		font-size: 60px;
	  }
  }


  .team{
	padding: 100px 0;
  }

  .team h2{
	margin: 0 0 60px;
	font-size: 60px;
  }
  
.our-team {
	padding: 5px 0 40px;
	margin-bottom: 30px;
	/* background-color: #d12023; */
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 360px;
	border-radius: 10px;
	box-shadow: 3px 3px 10px;
	transition: all ease-in 0.2s;
  }

  .our-team:hover{
	box-shadow: 7px 7px 13px;
  }
  
  .our-team .picture {
	display: inline-block;
	height: 160px;
	width: 160px;
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
  }
  
  .our-team .picture::before {
	content: "";
	width: 100%;
	/* height: 0; */
	border-radius: 50%;
	background-color: #454545;
	position: absolute;
	bottom: 150%;
	right: 0;
	left: 0;
	opacity: 0.9;
	transform: scale(3);
	transition: all 0.3s linear 0s;
  }
  
  .picture::before {
	height: 100%;
  }
  
  .our-team .picture::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #d12023;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
  }
  
  .our-team .picture img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	/* transform: scale(1); */
	transition: all 0.9s ease 0s;
	box-shadow: 0 0 0 14px #f7f5ec;
	transform: scale(0.8);
  }
  
  .picture img {
	box-shadow: 0 0 0 14px #f7f5ec;
	transform: scale(0.7);
  }
  
  .our-team .title {
	display: block;
	font-size: 15px;
	color: #656565;
	text-transform: capitalize;
  }
  
   .our-team .content {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #454545;
	position: absolute;
	
	left: 0;
	transition: all 0.5s ease 0s;
  }
   .content{
	bottom: 40px !important;
  }
  .our-team .social {
	bottom: -95px;
	position: relative;
  }
  .our-team .content{
	color: #fff;
    font-size: 13px;
    line-height: 1.3;
    /* font-weight: bold; */
   padding: 10px 0;
  }
  .our-team .social li {
	display: inline-block;
  }
  
  .our-team .social li a {
	display: block;
	padding: 10px;
	font-size: 17px;
	color: #000;
	transition: all 0.3s ease 0s;
	text-decoration: none;
  }
  
  .our-team .social li a:hover {
	color: #d12023;
	background-color: #f7f5ec;
  }

  /* CSS for Career Page Apply Popup */
.career-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none; /* Initially hidden */
}

.career-popup-container {
    background: linear-gradient(to bottom, #ffd4bc, #fff);
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}

.career-popup-image {
    width: 85%;
    border-radius: 10px 10px 0 0;
}

.career-popup-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.career-input-container {
    position: relative;
}

.career-input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.career-popup-input {
    width: 77%;
    padding: 10px 10px 10px 50px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
}

.career-checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.career-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
}

.career-popup-submit {
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.career-popup-submit:hover {
    background-color: #0056b3;
}

.career-popup-icon {
    position: absolute;
    left: 15%;
    width: 30px;
    top: 17%;
}
.career-popup-input-file {
    display: none;
}
.career-popup-file-label {
    display: inline-block;
    width: 77%;
    padding:  10px 45px 10px;
    background-color: #d12023; /* Primary color */
    color: #fff;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

/* Hover effect for the button */
.career-popup-file-label:hover {
    background-color: #ffa9aa; /* Darker shade for hover effect */
    border-color: #fff;
	color: #000;
}

.page-team h2{
	font-size: 50px;
	margin-bottom: 40px;
}

.ag-courses_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0;
	position: relative;
}
  
  .ag-courses_item {
	flex-basis: calc(35% - 30px);
    margin: 20px 15px 10px;
    border-radius: 28px;
    box-shadow: 2px 2px 5px;
    background: #fff;
    overflow: hidden;
    position: relative;
  }
  
  .ag-courses-item_link {
	display: block;
    padding: 30px 20px;
    /* background-color: #121212; */
    position: relative;
    /* overflow: hidden; */
	height: 100%;
    /* border: 2px solid #000; */
    transition: all 0.3s ease;
  }
  
  .ag-courses-item_link:hover {
	text-decoration: none;
  }
  
  .ag-courses-item_title {
	/* min-height: 87px; */
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 30px;
	color: #000;
	z-index: 2;
	position: relative;
  }
  
  .ag-courses-item_date-box {
	font-size: 14px;
	color: #000;
	z-index: 2;
	position: relative;
	line-height: 1.35;
	margin-bottom: 15px;
  }
  
  .ag-courses-item_date {
	font-weight: bold;
	color: #f9b234;
	transition: color 0.5s ease;
  }
  
  .ag-courses-item_bg {
	height: 50px;
	width: 50px;
	background-color: red;
	border-radius: 40%;
	position: absolute;
	z-index: 1;
	transition: transform 0.5s ease;
  }
  
  .top-right {
	top: -15px;
	right: -15px;
  }
  
  .bottom-left {
	bottom: -15px;
	left: -15px;
  }
  
  .ag-courses-item_link:hover .ag-courses-item_bg {
	transform: scale(1);
  }
  
  /* Responsive adjustments */
  @media only screen and (max-width: 979px) {
	.ag-courses_item {
	  flex-basis: calc(50% - 30px);
	}
	.ag-courses-item_title {
	  font-size: 24px;
	}
  }
  
  @media only screen and (max-width: 639px) {
	.ag-courses_item {
	  flex-basis: 100%;
	}
	.ag-courses-item_title {
	  font-size: 24px;
	}
	.ag-courses-item_link {
	  padding: 22px 40px;
	}
	.ag-courses-item_date-box {
	  font-size: 16px;
	}
  }
  

  .timeline-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
  }

  .timeline-row, .timeline-row2  {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
  }

  .timeline-item {
	position: relative;
    width: 80%;
    height: 150px;
    background-color: #d12023;
    border-radius: 10px;
    display: flex;
	flex-direction: column;
	gap: 25px;
    box-shadow: 2px 2px 5px #615e5e;
    /*justify-content: center;*/
    /* align-items: center; */
	padding-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1; /* Set default opacity to 1 */
  }

  /* On hover, the hovered item scales and all others get opacity 0.5 */
  .timeline-row:hover .timeline-item,
  .timeline-row:hover ~ .timeline-row2 .timeline-item {
	opacity: 0.5;
  }


  
  .timeline-item:hover {
	  opacity: 1 !important; /* Keep hovered item's opacity as 1 */
	transform: scale(1.2);
  }

  

  .timeline-item::after {
	content: '';
	position: absolute;
	display: none;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #d12023;
	top: 50%;
	right: -100px;
	transform: translateY(-50%);
  }

  /* For the last circle, remove the arrow */
  .timeline-row .timeline-item:last-child::after {
	display: none;
  }

  /* Hover content */
  .timeline-info {
	/*position: absolute;*/
    bottom: 0px;
	width: 100%;
    left: 50%;
    /*transform: translateX(-50%);*/
    opacity: 1;
	visibility: visible;
    background-color: #d12023;
    color: #fff;
    padding: 5px;
    /* border-radius: 0px; */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    font-size: 14px;
	line-height: 1.5;
    transition: all 0.3s ease;
    /* white-space: nowrap; */
  }

  /* .timeline-item:hover .timeline-info {
	opacity: 1;
	visibility: visible;
  } */

  /* Second row circles alignment */
  .timeline-row.row-center {
	justify-content: space-between;
  }

  #third-row{
	justify-content: start;
	gap: 215px;
  }

  .timeline-heading{
font-size: 60px;
padding: 30px 0;
  }

  /* Responsive design */
  @media (max-width: 768px) {
	.timeline-row.row-center {
		justify-content: center;
	}
	.timeline-row , .timeline-row2{
	  flex-wrap: wrap;
	  justify-content: center;
	  margin-bottom: 20px;
	}
	.timeline-info{
		white-space: normal;
		font-size: 13px;
	}
	.timeline-item {
	  margin-bottom: 60px;
	}

	.timeline-item::after {
	  display: none;
	}
	#third-row{
		justify-content: space-between;
		gap: 0;
	  }
  }

  .flyin-box{
	background-color: #ffe1d22b;
	margin-top: 20px;
    padding: 10px 10px;
    border: 2px solid #d12023;
    border-radius: 10px;
    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .flyin-box p {
	font-weight: 700;
	margin-top: 0;
	font-size: 15px;
	color: #000000;
  }

 /* flyin  */
/* 
.flyin-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
    z-index: 10000;
}


.flyin-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.5s ease; 
	position: relative;
}


.close-flyin-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}


@keyframes slideIn {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
} */

.clientele{
	/* background: #5f090b; */
    padding: 10px 20px;
    height: 210px;
    border-radius: 10px;
    border: 2px solid #ffd5d6;
    color: #000000;
}
.service-item:hover .service-body h2{
	color: #fff;
}
.clientele h2{
	font-size: 50px;
	
	margin-top: 20px;
}

.clientele p{
	margin-top: 40px;
	font-size: 18px;
}
@media (max-width: 767px) {
	.service-item:hover .service-body h2{
		color: #fff;
	}
	.clientele h2{
		font-size: 45px;
		
		margin-top: 20px;
	}
	
	.clientele p{
		margin-top: 20px;
		font-size: 18px;
	}
}
#clientele-cols {
	margin-top: 20px;
}

/* social icons */

.social-icons {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 15px; /* Space between the icons */
	z-index: 1000; /* Keeps icons on top of other elements */
  }
  
  .social-icon {
	background-color: #333; /* Background color for the icons */
	color: white;
	text-align: center;
	padding: 10px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .social-icon:hover {
	background-color: #ff7728; /* Color change on hover */
  }
  
  /* Individual styles for each social media */
  .facebook { background-color: #3b5998; }
  .x { background-color: #000000; } /* X (formerly Twitter) uses black */
  .instagram { background-color: #e1306c; }
  .linkedin { background-color: #0077b5; }
  
  .social-icon:hover.facebook { background-color: #2d4373; }
  .social-icon:hover.x { background-color: #1e1e1e; } /* Darker hover effect for X */
  .social-icon:hover.instagram { background-color: #bc2a8d; }
  .social-icon:hover.linkedin { background-color: #005582; }
  
  /* Responsiveness */
  @media (max-width: 768px) {
	.social-icon {
		width: 40px;
		height: 40px;
		padding: 8px;
	}
  }
  
  @media (max-width: 480px) {
	.social-icons {
		top: auto;
		bottom: 10%;
		right: 10px;
		transform: none;
	}
	.social-icon {
		width: 35px;
		height: 35px;
		padding: 6px;
	}
  }
  

  .career-section {
	text-align: center;
	padding: 50px 20px;
	font-family: Arial, sans-serif;
  }
  
  .career-heading {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #e94e77;
  }
  
  .career-subheading {
	font-size: 18px;
	margin-bottom: 20px;
	color: #333;
  }
  
  .career-image-container {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 10px;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }
  
  .team-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
  }
  
  .apply-now-btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #5a67d8;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
  }
  
  .apply-now-btn:hover {
	background-color: #434190;
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
	.career-heading {
	  font-size: 24px;
	}
  
	.career-subheading {
	  font-size: 16px;
	}
  
	.team-image {
	  width: 100%;
	}
  
	.apply-now-btn {
	  font-size: 14px;
	  padding: 8px 16px;
	}
  }
  

  
.counters {
	background: #d12023;
	color: #fff;
	padding: 40px 20px;
	
}
.counters p{
	font-size: 40px;
	margin-bottom: 0;
}
.counters .container {
	display: flex;
	
	justify-content: center;
	text-align: center;
}

.counters i {
	color: lightskyblue;
	margin-bottom: 5px;
}

.counter-number{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.counters .counter {
	font-size: 45px;
	margin: 10px 0;
	
}

#currency-custom-btn{
	font-size: 16px;
}
#currency-section-title{
	margin-bottom: 130px;
}
#unlock-content{
	margin: 40px auto 0 25px;
}
@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}
	#currency-custom-btn{
		font-size: 13px;
	}
	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {
		/* border-bottom: 1px lightskyblue solid; */
		padding-bottom: 20px;
	}

	#unlock-content{
		margin: 40px 0;
	}
	#unlock-content .media{
		padding: 0;
	}
}

#currency-h3{
	font-size: 18px;
}

#partner-card{
	height: 360px;
}

#partner-card p{
	font-size: 14px;
}

#partner-card .post-item-content{
	padding: 30px 20px;
}

/* Basic styling for popup */
.started-popup-overlay {
	display: none; /* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
  }
  
  .started-popup {
	background: linear-gradient(to bottom, #ffd4bc, #fff);
	padding: 20px;
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: scale(0);
	transition: transform 0.3s ease-in-out;
  }
  
  .started-popup-overlay.active .started-popup {
	transform: scale(1);
  }
  
  .started-close-popup {
	float: right;
	font-size: 24px;
	cursor: pointer;
	color: #000;
  }
  
  .started-popup h2 {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
  }
  
  .started-popup form {
	display: flex;
	flex-direction: column;
  }
  
  .started-popup form input, .started-popup form button {
	margin-bottom: 15px;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #ccc;
  }
  
  .started-popup form button {
	background-color: #d12023;
	color: white;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
  }
  
  .started-popup form button:hover {
	background-color: #a5141b;
  }
  
  /* Responsive adjustments */
  @media (max-width: 600px) {
	.started-popup {
	  width: 90%;
	}
  }
  
  
.line-separator {
	width: 2px;
    height: 755px;
	top: 75px;
    position: absolute;
    background-color: #d12023;
  }
  
  .horizontal-line-separator{
	width: 67%;
    height: 2px;
    background-color: #d12023;
    top: 47.4%;
    position: absolute;
  }

  /*  milestone style */

  .carousel-container {
    position: relative;
    width: 90%;
    margin: 50px auto;
    overflow: hidden;
}

.milestone-swiper-container {
    width: 100%;
    padding: 20px 0;
}

.milestone-swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #09c; */
    /* padding: 20px; */
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.5;  /* Default opacity */
    transform: scale(0.9); /* Default scale */
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

.milestone-swiper-container .swiper-slide-active {
    opacity: 1 !important;  /* Full opacity for active slide */
    transform: scale(1.05); /* Scale effect for active slide */
    /* background-color: #d; */
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 10px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 10px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    background-color: #d12023;
    padding: 10px;
    border-radius: 50%;
    height: 13%;
	display: none;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #d12023;
}

#active-portfolio{
	padding: 10px 30px;
}

#active-portfolio h2{
	margin-bottom: 10px;
}

#active-portfolio p{
	font-size: 14px;
}

.service-item {
position: relative;
}

.service-item #whyinvestpms-btn{
	position: absolute;
	bottom: 10px;
	left: 30px;
}

.whyinvestpms-p{
	padding-bottom: 10px;
}

/* sustainability */

.sustainability-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin: 0 auto;
	padding: 20px;
	padding: 100px 0 120px;
	grid-template-areas:
		"sustainability-box1 image sustainability-box3"
		"sustainability-box2 image sustainability-box4";
}

.sustainability-box {
	background-color: #ffe9e7;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 2px 2px 10px #c4c4c4;
	width: 400px;
}

	.sustainability-box img {
		width: 110px;
		height: auto;
		object-fit: contain;
		padding: 10px 20px;
		border-radius: 20px;
		background-color: #fff;
	}

.sustainability-content {
	max-width: 70%;
}

	.sustainability-content h2 {
		margin-top: 0;
		font-size: 24px;
		color: #000;
	}

	.sustainability-content p {
		font-size: 14px;
		color: #555;
		line-height: 1.3;
		margin-top: 10px;
	}

.image-center {
	grid-area: image;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.image-center img {
		max-width: 100%;
		height: auto;
	}

.key-text {
	padding: 60px 0 0;
}

/* Mobile view adjustments */
@media (max-width: 768px) {

	.line-separator, .horizontal-line-separator {
		display: none;
	}
		.sustainability-container {
		grid-template-columns: 1fr;
		grid-template-areas:
			"image"
			"sustainability-box1"
			"sustainability-box2"
			"sustainability-box3"
			"sustainability-box4";
	}

	.sustainability-box {
		flex-direction: column;
		text-align: center;
		width: 100%;
	}

	.sustainability-content {
		max-width: 100%;
	}

	.sustainability-box img {
		width: 150px;
		margin-top: 10px;
	}
}

.login-open {
	display: flex;
	
	align-items: center;
	gap: 30px;
}

.sustainability-img{
	width: 90%;
	border-radius: 10px;
}

#knowledge-nav {
	background: #fff4f3;
	padding: 20px 0;
	margin-top: 20px;
	border-radius: 20px;
}

#optionsContainer li.active #btn {
	background-color: #d12023;
	color: #fff;
}

