body{
	font-family:var(--regular-font);
	font-size:18px;
	line-height:1.5em;
	position:relative;
	color:var(--default-text-color);}

.right-side-social-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 500;
    max-width: 40px;
    transform: translateY(-50%);
}

.right-side-social-icons .social-icon{
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}

.right-side-social-icons .social-icon a{
    width: 40px;
    border: 1px solid var(--accent-color);
    background-color: #fff;
    height: 40px;
	margin-bottom:10px;} 
.right-side-social-icons .social-icon a:last-child{margin-bottom:0px;} 
.right-side-social-icons .social-icon a i{
    background: -webkit-linear-gradient(-50deg, rgba(179,142,96,1) 0%, rgba(140,107,66,1) 28%, rgba(253,196,128,1) 63%, rgba(140,107,66,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
    width: 40px;
	height: 40px;}

.right-side-social-icons .social-icon a:hover{background: -webkit-linear-gradient(-50deg, rgba(179,142,96,1) 0%, rgba(140,107,66,1) 28%, rgba(253,196,128,1) 63%, rgba(140,107,66,1) 100%);}
.right-side-social-icons .social-icon a:hover i{ 
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
	color:#fff;}
.right-side-social-icons .social-icon a:hover i:nth-child(1) {
    margin-top: -40px;
}
/*== Header ==*/
header{background-color:var(--default-color);}


/***
** Template Page
***/
.page-main-content hr { 
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #e2e2e2;
    margin: 30px 0 30px 0; 
	padding: 0; }
/* .page-main-content{text-align:justify;} */
.page-main-content p,
.page-main-content ul,
.page-main-content ol{margin-bottom:30px;}
.page-main-content ol{padding-inline-start: 20px;}

.page-main-content div > p:last-child,
.page-main-content div > ul:last-child,
.page-main-content div > ol li:last-child{margin-bottom:0px;}

.page-main-content ul > li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;}
.page-main-content ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 8px;
    width: 8px;
    border: 1px solid var(--accent-color);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);}
/*== Images ==*/
.page-main-content img{
    width: 100% !important;
    height: 100% !important;
	object-fit: cover !important;}
.page-main-content .four-images-wrap,
.page-main-content .vertical-image-wrap {height: calc(50% - 10px);}
.page-main-content .f-box > div .vertical-image-wrap:first-child {padding-bottom:20px;}
.page-main-content .f-box > div .four-images-wrap {padding-bottom:20px;}
.page-main-content .f-box > div .four-images-wrap > div{height: 100%;}
/*== Fonts ==*/
.page-main-content h1{
	font-size:40px;
	line-height:1.2em;}
.page-main-content h2{
	font-size:30px;
	line-height:1.2em;}	
.page-main-content h3{
	font-size:24px;}
.page-main-content h1,	
.page-main-content h2,	
.page-main-content h3,	
.page-main-content h4,	
.page-main-content h5,	
.page-main-content h6{	
	font-weight:bold;
    background: -webkit-linear-gradient(-50deg, rgba(179,142,96,1) 0%, rgba(140,107,66,1) 28%, rgba(253,196,128,1) 63%, rgba(140,107,66,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom:30px;}
/***
** backgrounds
***/	
.grey-bg{background-color:#f7f7f7;}
/***
** Services
***/	

.services-main-content h1{
	font-size:40px;
	line-height:1.2em;
	font-weight:bold;
    background: -webkit-linear-gradient(-50deg, rgba(179,142,96,1) 0%, rgba(140,107,66,1) 28%, rgba(253,196,128,1) 63%, rgba(140,107,66,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom:30px;}
.services-box-content{}	

.services-box-content .bgf{
	transition:all .3s ease;
    background: rgba(0,0,0,0.3);}
	
.services-box-content .bgo:hover .bgf{background: -webkit-linear-gradient(-50deg, rgba(179,142,96,0.7) 0%, rgba(140,107,66,0.7) 28%, rgba(253,196,128,0.7) 63%, rgba(140,107,66,0.7) 100%);}
.service-box img{
    filter: brightness(6);
    max-width: 50px;}
.service-box{
    width: 100%;
    padding: 100px 50px;}
.service-box h2,
.service-box p{
    background:initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
	color:#fff;}
.service-box p{
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom:0px;}
.service-button i{
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: var(--default-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;}
	
	
.fa-circle-question{
	cursor:pointer;
	margin-right:15px;
    background: -webkit-linear-gradient(-50deg, rgba(179,142,96,1) 0%, rgba(140,107,66,1) 28%, rgba(253,196,128,1) 63%, rgba(140,107,66,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

.faq-title h3{
    color: var(--default-text-color);
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;}
.faq-title{
	position:relative;}
.faq-content-text-wrap{
	margin-bottom:35px;
	position:relative;}	
.faq-content-text-wrap:before{
	content: "\f078";
    position: absolute;
	cursor:pointer;
    font-family: 'Font Awesome 6 Free';
    right: 0;
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: bold;
	opacity:1;
    transition: opacity 0.2s ease-in-out;}	
.faq-content-text-wrap.active:before{opacity:0;}
.faq-content-text-wrap:after{
	cursor:pointer;
    content: "\f077";
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    right: 0;
	top:0px;
    color: rgba(0, 0, 0, 0.5) !important;
	opacity:0;
    transition: opacity 0.2s ease-in-out;
    font-weight: bold;}
	
.faq-content-text-wrap.active:after{
	opacity:1;}
.faq-content-text{
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
    height: 100%;}
.faq-content-text-wrap.active .faq-content-text{

  max-height: 10000px;
  transition: max-height 1s ease-in-out;}
.faq-content-text p{
	margin-bottom:0px !important;
	padding:12px 0px 10px 24px;}
	
 
.team-pointer{cursor:pointer !important;}
 
header.special-bgo{background-color: rgb(34 35 27 / 95%);}
/* Technology */
.gradient-bgo .bgf{
	padding: 190px 0;
    background-color: rgba(179,142,96,0);
    background-image: linear-gradient(-50deg, rgba(179,142,96,0.4) 0%, rgba(140,107,66,0.5) 28%, rgba(253,196,128,0.5) 63%, rgba(140,107,66,0.5) 100%);}
.gradient-bgo .bgf {
    margin-top: -78px;}
	
.gradient-bgo h1{
	-webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
	background:initial;
	color:#fff;
	line-height:1em;
    font-size: 50px;}
.three-boxes-icon-wrap{
    margin-bottom: 15px;}
.three-boxes-icon-wrap img{
    max-width: 50px;
    padding: 15px;
    border: 2px solid var(--accent-color);}
	
@media 
		only screen and (min-device-width: 1600px) and ( min-device-pixel-ratio: 1),
		(min-width: 1600px){
			.services-main-content .d-col-3 > * {margin-top: 20px;}
}
/* 
*** Desktop|Laptop 
*/
@media 
		only screen and (min-device-width: 1200px) and (max-device-width: 1599px) and ( min-device-pixel-ratio: 1),
		(min-width: 1200px) and (max-width: 1599px){
			.services-main-content .dl-col-3 > * {margin-top: 20px;}
		}
/* 
*** Laptop|Tablet
*/
@media 
		only screen and (min-device-width: 1000px) and (max-device-width: 1199px) and ( min-device-pixel-ratio: 1),
		(min-width: 1000px) and (max-width: 1199px){
			.services-main-content .lt-col-3 > *{margin-top:20px;}
			.gradient-bgo .bgf {padding: 160px 0 100px;}
		}
/* 
*** Tablet
*/
@media 
		only screen and (max-device-width: 1024px) and ( min-device-pixel-ratio: 1),
		(max-width: 1024px){
			.page-main-content {text-align: initial;}
			.front-quote-section{display:none;}
			.gradient-bgo .bgf {padding: 160px 0 100px;}
		}
@media 
		only screen and (min-device-width: 550px) and (max-device-width: 999px) and ( min-device-pixel-ratio: 1),
		(min-width: 550px) and (max-width: 999px){
			.services-main-content .t-col-2 > *{margin-top:20px;}
			.service-box {padding: 50px 25px;}
		}
/* 
*** Smartphone
*/
@media 
		only screen and (max-device-width: 549px) and ( min-device-pixel-ratio: 1),
		(max-width: 549px){
			.services-main-content .s-col-1 > *{margin-top:20px;}
			
			.gradient-bgo .bgf {padding: 140px 0 70px;}
			.service-box {padding: 50px 25px;}
			.page-main-content .four-images-wrap{ 
				padding-bottom: 20px;
				height: initial;}
			.page-main-content .f-box > div .four-images-wrap {padding-bottom:20px;}
			.page-main-content .f-box > div .four-images-wrap > div{margin-top:20px;}
		}
		

@media 
		only screen and (max-device-width: 999px) and ( min-device-pixel-ratio: 1),
		(max-width: 999px){
		 .p100,
		 .p120,
		 .p150{padding-top:80px;}
		}