
/************************************/
/*** 	   About-Us css	          ***/
/************************************/

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

.about-us-image-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	margin-right: 15px;
}

.about-us-image-box-1{
	position: relative;
	width: 73%;
	height: 100%;
}

.about-us-image-box-1 .about-us-image,
.about-us-image-box-1 .about-us-image figure,
.about-us-image-box-1 .about-us-image img{
	height: 100%;
}

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

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

.about-us-image-box-2{
	position: relative;
	width: 27%;
	z-index: 1;
}

.about-us-image-box-2 .about-us-image figure{
    border: 10px solid var(--bg-color);
	margin-left: -137px;
	border-radius: 30px 20px 20px 30px;
	border-right: none;
}

.about-us-image-box-2 .about-us-image figure img{
	aspect-ratio: 1 / 1.21;
}

.about-us-counter-box{
	position: absolute;
	bottom: 55px;
	right: -70px;
	background-color: var(--accent-color);
	border-radius: 20px;
	padding: 20px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	transition: all 0.4s ease-in-out;
	animation: experienceboxmove 3s infinite linear alternate;
	z-index: 2;
}

.about-us-counter-box:hover{
	background-color: var(--white-color);
}

@keyframes experienceboxmove{
	50%{
		transform: translateX(30px);
	}
}

.about-us-counter-box .icon-box img{
	width: 100%;
	max-width: 50px;
}

.about-us-counter-content{
	width: calc(100% - 65px);
}

.about-us-counter-content h2{
	font-size: 40px;
	line-height: 1em;
}

.about-us-counter-content p{
	color: var(--primary-color);
	margin: 5px 0 0;
}

.about-us-content{
	height: 100%;
	align-content: center;
}

.about-us-body{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}

.about-us-body-content{
	width: calc(65% - 30px);
}

.about-us-body-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-us-body-list ul li{
	position: relative;
    line-height: 1.5em;
    padding-left: 25px;
	margin-bottom: 15px;
}

.about-us-body-list ul li:last-child{
	margin-bottom: 0px;
}

.about-us-body-list ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.about-us-btn{
	border-top: 1px solid var(--divider-color);
	padding-top: 40px;
	margin-top: 40px;
}

.about-us-counter-list{
	width: calc(35% - 30px);
}

.about-us-counter-item{
	text-align: center;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.about-us-counter-item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.about-us-counter-item h2{
	font-size: 46px;
	line-height: 1em;
}

.about-us-counter-item p{
	margin: 5px 0 0;
}


.page-header {
    position: relative;
    background: url(../images/page-header-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 270px 0 160px;
    overflow: hidden;
    /* top: 82px; */
}

.page-header-box {
    position: relative;
    z-index: 2; width: 50%;
}

.page-header-box h1 {
    display: inline-block;
    font-size: 65px;
    font-weight: 500;
    line-height: 1.2em;
    color: #ff7a00;
    /* margin-bottom: 15px; */
    cursor: none;
}


.page-header-box h3 {
    display: block;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 15px;
    cursor: none;
}

.page-header-box p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.8;
}

.page-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(24, 24, 24, .9) 0%, rgba(24, 24, 24, 0.75) 36.01%, transparent 63.02%), linear-gradient(180deg, rgba(24, 24, 24, 0.8) 0%, transparent 18.18%);
    z-index: 1;
}

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

.section-title h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2em;
    padding-top: 10px!important;
    margin-bottom: 0;
    cursor: none;
    color: var(--accent-color)!important;
}

/* .color-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pricing-item-stone:hover{
 transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
} */



	.approach-accordion .accordion-item .accordion-button::after, .approach-accordion .accordion-item .accordion-button.collapsed::after {
     content: "+";
    font-family: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--accent-color);
    transition: all 0.4s ease-in-out;
}

	.approach-accordion .accordion-item .accordion-button::after, .approach-accordion .accordion-item .accordion-button.collapsed::before {
     content: "-";
    font-family: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--accent-color);
    transition: all 0.4s ease-in-out;
}

.approach-accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    border-bottom: 1px solid var(--divider-color);
    padding: 0 0px 20px 30px;
    transition: all 0.3s ease-in-out;
}

.approach-accordion .accordion-item {
    margin-bottom: 20px;
}

/****************************************/
/*** Tablet                           ***/
/****************************************/

@media (max-width: 991px) {
.page-header-box {
    position: relative;
    z-index: 2;
    width: 100%;
}

}



/****************************************/
/*** Mobile                           ***/
/****************************************/

@media (max-width: 767px) {

.page-header-box {
    position: relative;
    z-index: 2;
    width: 100%;
}

.page-header-box h3 {
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 15px;
    cursor: none;
}

.page-header-box h1 {
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    color: #ff7a00;
    /* margin-bottom: 15px; */
    cursor: none;
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1.9px;
    font-size: 17px;
}

.pricing-item-content-stone p {
    margin: 10px 0 0;
    font-size: 16px;
}

}

/****************************************/
/*** Small Mobile                     ***/
/****************************************/

@media (max-width: 480px) {

    .page-header-box h3 {
        display: block;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.2em;
        color: #fff;
        margin-bottom: 15px;
        cursor: none;
    }
        .page-header-box h1 {
        display: inline-block;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.2em;
        color: #ff7a00;
        /* margin-bottom: 15px; */
        cursor: none;
    }
    .page-header-box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
}

.section-title h2 {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.2em;
    padding-top: 10px !important;
    margin-bottom: 0;
    cursor: none;
    color: var(--accent-color) !important;
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1.9px;
    font-size: 16px;
}

}