/*
Author : Shameer
Company: PixalFLoat
Arabic Version
*/

/*
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&display=swap');
.cairo-<uniquifier> {
  font-family: 'Dubai';
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0; }
.noto-kufi-arabic-<uniquifier> {
  font-family: 'Dubai';
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; }*/

/* FONT */
@font-face {
    font-family: 'Dubai';
    font-style: normal;
    font-weight: 400;
    src: local('Dubai'), url('https://fonts.cdnfonts.com/s/16118/Dubai-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Dubai';
    font-style: normal;
    font-weight: 300;
    src: local('Dubai'), url('https://fonts.cdnfonts.com/s/16118/Dubai-Light.woff') format('woff');
}
@font-face {
    font-family: 'Dubai';
    font-style: normal;
    font-weight: 500;
    src: local('Dubai'), url('https://fonts.cdnfonts.com/s/16118/Dubai-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Dubai';
    font-style: normal;
    font-weight: 700;
    src: local('Dubai'), url('https://fonts.cdnfonts.com/s/16118/Dubai-Bold.woff') format('woff');
}
/* THEME FILE -------------- */
* { margin:0; padding:0;  }
body {
	margin: 0; padding: 0; 
	font-family: 'Dubai';
	font-weight: 400; font-size: 16px; color:#fff;
	background: #000; overflow-x: hidden !important; }
img { max-width: 100%; height: auto; }

/*  MENU  ----------------------*/
.menu-area {
	margin:0;
	width: auto; float:left; transition: all 1s; }
.top-menu { 
	width:100%; float:left;
	padding:0; margin:0; text-align: center; }
.top-menu a {
	font-size:14px;
	text-decoration: none; color:#fff; font-weight:500; }
.top-menu a.button { 
	background:none; font-size:13px; padding:5px 10px; margin:0; }


.top-menu a:hover, .top-menu a.active, .current-menu-item a { 
	color:#B68A35; }
.top-menu li::before { display: none; }
.top-menu ul {
	float: right; display: inline-block; 
	margin:0; padding:0;
	list-style: none; }
.top-menu ul li {
	clear:none; margin:0; padding:0px 10px;
	float:right; position: relative;
	border: none; line-height: 1em; }
.top-menu ul li a { 
	text-transform: uppercase; 
	padding:2px 2px; margin:5px 5px 0 5px; display: inline-block; }
.top-menu ul li a:hover {  }
.top-menu ul li a:focus { border: none; outline: none; }
.top-menu ul li ul { padding:5px 0; }
.top-menu ul li ul li a {  }
.top-menu ul li ul li a:hover { background:#eee; }


/* DROP DOWN MENU  ------------*/
.top-menu .sub-menu { display: none; }
.top-menu ul li.menu-item-has-children { cursor: pointer; }
.top-menu ul li.menu-item-has-children a { padding-right: 20px; }

ul.sub-menu { 
	width: 250px; position: absolute; left:4px; top:28px; z-index: 2001;
	margin:0; padding:0;
  	background:#f9f9f9; border-radius: 3px; }
ul.sub-menu li { 
	width:100%; float:left; clear:both; 
	margin:0; padding:0; border-bottom:1px solid #eee; }
ul.sub-menu li a {
	width:100%; float:left; clear:both; text-transform: capitalize;
	margin:0; padding:8px 10px; min-height: auto;  text-align: right;
	color:#333; font-size:13px; font-weight: 400;
}ul.sub-menu li a:hover {color:#2d2d2d;}
ul.sub-menu li:last-child { border:none; }

.top-menu .drop-down-icon {
	position:absolute; right:10px; top:9px; display:inline-block;
	width:20px; height:20px; line-height:20px;
	text-align:center; cursor: pointer;
	z-index:2001; color:#fff;
}
.drop-down-icon i { line-height: 20px; color:#333; }
.top-menu .submenu-active { display: block; }

.menu-button { 
	display: none;  
	cursor: pointer; float: right; 
	display:none; width:50px; height:40px; 
	margin:0; padding:0; line-height:2.6;
	color:#fff; text-align:center; font-size:18px;
	background:none; border-radius: 30px; }
.menu-close {
	display: none; background:#fff;
	width:30px; height:30px;
	position: absolute; top:120px; right:20px; z-index: 2;
	text-align: center; line-height: 30px;
	font-size:1.1em; color:#000; cursor: pointer;
	border-radius: 30px; -webkit-border-radius: 30px; 
	-moz-border-radius: 30px; /*border:1px solid #3a88fa;*/ }

@media(max-width:1200px){
	.menu-button { display: block; }
	.menu-area { 
		height:100vh; overflow:hidden;
		width:0; 
		position: fixed; top:0; left: 0; z-index: 2001;
		background:#000; }
	.top-menu { margin:0; padding:160px 0 50px; position: relative; }
	.menu-area ul { margin:0; padding:0; }
	.menu-area ul li { 
	  width:100%; float:left; text-align: center; margin:10px 0 20px; padding:0; }
	.menu-area ul li a { 
		font-size:1.2em; color:#fff; }
	.menu-area ul li a.button { font-size:1.4em; padding:10px 20px; border-color:#333; color:#333; }
	.menu-area ul li a:hover { color:#333; }
	
	.top-menu .drop-down-icon {
		width:30px; height:34px; border-radius: 15px;
		line-height: 34px; color:#fff;
		right:10px; top:0; background:rgba(256,256,256,0.2); }
	.top-menu .sub-menu { 
		float:left;
		width:100%; margin:5px auto 0 auto; float:none; padding:0; clear:both; position:relative; top:0; left:0; }
	.top-menu .sub-menu li { margin:0; padding:0; text-align: center; border:none; }
	.top-menu .sub-menu li a { 
		width:auto; display: inline-block;
		margin:10px auto; padding:2px; float:none;
		text-align: center; font-size:18px; border:none; } 
	.sub-menu {}
	.top-menu { text-align: center; }
	.top-menu ul { width:100%; }
	.menu-area .top-phonecall { display: none; }
	.menu-area .quick-quote { display: none; }
	 
}
@media (max-width: 767px) { 
	.menu-button { background:none; }
}
@media (max-width:575px) { 
	.menu-button { /*position:fixed; right:40px; top:30px;*/ }
	.menu-area { top: auto; bottom:0; }
}
@media (max-width:380px) {
	
}

/* menus script ---*/
.menu-active { 
	width: 100%; display: block; overflow-y:scroll; }
.menu-active .menu-close { display:block; }


/* TYPOGRAPHY --------------------------- */

h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -2px;
  text-align: right;
  font-family: 'Dubai';
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.3;

  /* Gradient Text Setup */
  background: linear-gradient(90deg, #d3ac4d, grey, white, #d3ac4d);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  /* Smooth Animation */
  animation: gentleGradient 5s ease-in-out infinite;
}

/* Keyframes for smooth left-to-right animation */
@keyframes gentleGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h4, h5 { 
	font-weight:700;
	color:#d3ac4d; text-align: right;
	font-family: 'Dubai';
	margin:0 0 30px; padding:0; line-height:1.3; }
h6 {
	text-align: right; margin:0 0 25px 0; padding:0; line-height: 1.4;
	font-family: 'Dubai'; }

h1 { font-size:72px; }
h2 { font-size:52px; }
h3 { font-size:46px; }
h4 { font-size:34px; }
h5 { font-size:26px; }
h6 { font-size:22px; }
span.titletag { 
	width:100%; 
	margin:0; padding:0; 
	color:#B68A35; font-size:16px; font-weight:500; }
p { 
	margin:0 0 25px; padding:0; 
	font-size:15px; color:#fff;
	font-family: 'Dubai'; font-weight: 400;
	text-align: right; line-height: 1.8;}
p a { text-decoration:underline; }
p a:hover { color:#B68A35; }
a:visited { color:#d4d4d4; }
span {}
strong { font-weight:700; }

a { text-decoration:none; color:#B68A35; transition: all 1s; }
a:hover { color:#B68A35; }
a img { border: none; outline: none; }

@media(max-width:1200px){
	h1, h2, h3 { margin:0 0 20px; }
	h4, h5, h6 { margin:0 0 15px; }
}
@media(max-width:991px){
	h1 { font-size:52px; }
	h2 { font-size:48px; }
	h3 { font-size:38px; }
	h4 { font-size:34px; }
	h5 { font-size:24px; }
	h6 { font-size:20px; }
	h6.mont { font-size:16px; }
	p  { font-size:14px; line-height: 1.6;  margin:0 0 20px; }
}
@media(max-width:767px){
	h1, h2, h3 { margin:0 0 15px; }
	h4, h5, h6 { margin:0 0 10px; }
	h1 { font-size:46px; }
	h2 { font-size:36px; }
	h3 { font-size:32px; }
	h4 { font-size:28px; }
	h5 { font-size:20px; }
	h6 { font-size:18px; }
	p { font-size:15px; }
}
@media(max-width:575px){
	h1 { font-size:34px; }
	h2 { font-size:30px; }
	h3 { font-size:28px; }
	h4 { font-size:24px; }
	h5 { font-size:18px; }
	h6 { font-size:16px; }
	p { font-size:14px; }
}
::after,
::before { 
	font-family: "Font Awesome 5 Free"; font-weight:900; }
.fa-brands ::after, .fab ::before { 
	font-family: 'Font Awesome 6 Brands'; }
a::after,
a::before { 
	display: inline-block; margin:0 8px 0 0; padding:0; }
a.white_button,
a.button {
	display: inline-block;
	margin:0; padding:14px 30px; line-height: 1;
	text-decoration: none; 
	border-radius: 30px; text-transform: capitalize;
	font-weight:500; font-size:14px; color:#fff; text-align: center;
	background:rgba(0,0,0,0.6); border:1px solid #B68A35;  }
a.button.whitebg { background:#fff; color:#222; border-color:#fff; }
a.button.greenbg { background:#fff; color:#222; border-color:#fff; }
a.button.goldbg { background:#B68A35; color:#fff; border:1px solid #B68A35; }

a.button:hover { background:#B68A35; color:#fff; }
a.button.whitebg:hover { background: #B68A35; color:#fff; }
a.button.greenbg:hover {}
a.button.goldbg:hover {}


a.readmore { font-weight:500; color:#00276C; }
a.readmore span { display: inline-block; margin:0 5px 0 0; }
a.readmore::after { content:'\f178'; }
a.readmore:hover { color:#B68A35; }

a.readback { font-weight:500; color:#B68A35; }
a.readback::before { content:'\f060';}
a.contact-button { 
	color:#000; text-transform: uppercase; }

@media(max-width:767px){
	a.whtie_button, a.button { padding:13px 20px; font-size:13px; }
}
.text-center {
	text-align: center; }

/* SPACING ------------------ */
.nopadding { padding:0 !important; }
.nomargin { padding:0 !important; }
.mt-40 { margin-top: 40px !important; } .mr-40 { margin-right: 40px !important; } .mb-40 { margin-bottom: 40px !important; } .ml-40 { margin-left: 40px !important; }
.mt-30 { margin-top: 30px !important; } .mr-30 { margin-right: 30px !important; } .mb-30 { margin-bottom: 30px !important; } .ml-30 { margin-left: 30px !important; }
.mt-20 { margin-top: 20px !important; } .mr-20 { margin-right: 20px !important; } .mb-20 { margin-bottom: 20px !important; } .ml-20 { margin-left: 20px !important; }
.mt-10 { margin-top: 10px !important; } .mr-10 { margin-right: 10px !important; } .mb-10 { margin-bottom: 10px !important; } .ml-10 { margin-left: 10px !important; }

.pt-40 { padding-top: 40px !important; } .pr-40 { padding-right: 40px !important; } .pb-40 { padding-bottom: 40px !important; } .pl-40 { padding-left: 40px !important; }
.pt-30 { padding-top: 30px !important; } .pr-30 { padding-right: 30px !important; } .pb-30 { padding-bottom: 30px !important; } .pl-30 { padding-left: 30px !important; }
.pt-20 { padding-top: 20px !important; } .pr-20 { padding-right: 20px !important; } .pb-20 { padding-bottom: 20px !important; } .pl-20 { padding-left: 20px !important; }
.pt-10 { padding-top: 10px !important; } .pr-10 { padding-right: 10px !important; } .pb-10 { padding-bottom: 10px !important; } .pl-10 { padding-left: 10px !important; }


.mt-lg-40 { margin-top: 40px !important; } .mr-lg-40 { margin-right: 40px !important; } .mb-lg-40 { margin-bottom: 40px !important; } .ml-lg-40 { margin-left: 40px !important; }
.mt-lg-30 { margin-top: 30px !important; } .mr-lg-30 { margin-right: 30px !important; } .mb-lg-30 { margin-bottom: 30px !important; } .ml-lg-30 { margin-left: 30px !important; }
.mt-lg-20 { margin-top: 20px !important; } .mr-lg-20 { margin-right: 20px !important; } .mb-lg-20 { margin-bottom: 20px !important; } .ml-lg-20 { margin-left: 20px !important; }
.mt-lg-10 { margin-top: 10px !important; } .mr-lg-10 { margin-right: 10px !important; } .mb-lg-10 { margin-bottom: 10px !important; } .ml-lg-10 { margin-left: 10px !important; }

.mt-md-40 { margin-top: 40px !important; } .mr-md-40 { margin-right: 40px !important; } .mb-md-40 { margin-bottom: 40px !important; } .ml-md-40 { margin-left: 40px !important; }
.mt-md-30 { margin-top: 30px !important; } .mr-md-30 { margin-right: 30px !important; } .mb-md-30 { margin-bottom: 30px !important; } .ml-md-30 { margin-left: 30px !important; }
.mt-md-20 { margin-top: 20px !important; } .mr-md-20 { margin-right: 20px !important; } .mb-md-20 { margin-bottom: 20px !important; } .ml-md-20 { margin-left: 20px !important; }
.mt-md-10 { margin-top: 10px !important; } .mr-md-10 { margin-right: 10px !important; } .mb-md-10 { margin-bottom: 10px !important; } .ml-md-10 { margin-left: 10px !important; }

.mt-sm-40 { margin-top: 40px !important; } .mr-sm-40 { margin-right: 40px !important; } .mb-sm-40 { margin-bottom: 40px !important; } .ml-sm-40 { margin-left: 40px !important; }
.mt-sm-30 { margin-top: 30px !important; } .mr-sm-30 { margin-right: 30px !important; } .mb-sm-30 { margin-bottom: 30px !important; } .ml-sm-30 { margin-left: 30px !important; }
.mt-sm-20 { margin-top: 20px !important; } .mr-sm-20 { margin-right: 20px !important; } .mb-sm-20 { margin-bottom: 20px !important; } .ml-sm-20 { margin-left: 20px !important; }
.mt-sm-10 { margin-top: 10px !important; } .mr-sm-10 { margin-right: 10px !important; } .mb-sm-10 { margin-bottom: 10px !important; } .ml-sm-10 { margin-left: 10px !important; }

.pt-lg-40 { padding-top: 40px !important; } .pr-lg-40 { padding-right: 40px !important; } .pb-lg-40 { padding-bottom: 40px !important; } .pl-lg-40 { padding-left: 40px !important; }
.pt-lg-30 { padding-top: 30px !important; } .pr-lg-30 { padding-right: 30px !important; } .pb-lg-30 { padding-bottom: 30px !important; } .pl-lg-30 { padding-left: 30px !important; }
.pt-lg-20 { padding-top: 20px !important; } .pr-lg-20 { padding-right: 20px !important; } .pb-lg-20 { padding-bottom: 20px !important; } .pl-lg-20 { padding-left: 20px !important; }
.pt-lg-10 { padding-top: 10px !important; } .pr-lg-10 { padding-right: 10px !important; } .pb-lg-10 { padding-bottom: 10px !important; } .pl-lg-10 { padding-left: 10px !important; }

.pt-md-40 { padding-top: 40px !important; } .pr-md-40 { padding-right: 40px !important; } .pb-md-40 { padding-bottom: 40px !important; } .pl-md-40 { padding-left: 40px !important; }
.pt-md-30 { padding-top: 30px !important; } .pr-md-30 { padding-right: 30px !important; } .pb-md-30 { padding-bottom: 30px !important; } .pl-md-30 { padding-left: 30px !important; }
.pt-md-20 { padding-top: 20px !important; } .pr-md-20 { padding-right: 20px !important; } .pb-md-20 { padding-bottom: 20px !important; } .pl-md-20 { padding-left: 20px !important; }
.pt-md-10 { padding-top: 10px !important; } .pr-md-10 { padding-right: 10px !important; } .pb-md-10 { padding-bottom: 10px !important; } .pl-md-10 { padding-left: 10px !important; }

.pt-sm-40 { padding-top: 40px !important; } .pr-sm-40 { padding-right: 40px !important; } .pb-sm-40 { padding-bottom: 40px !important; } .pl-sm-40 { padding-left: 40px !important; }
.pt-sm-30 { padding-top: 30px !important; } .pr-sm-30 { padding-right: 30px !important; } .pb-sm-30 { padding-bottom: 30px !important; } .pl-sm-30 { padding-left: 30px !important; }
.pt-sm-20 { padding-top: 20px !important; } .pr-sm-20 { padding-right: 20px !important; } .pb-sm-20 { padding-bottom: 20px !important; } .pl-sm-20 { padding-left: 20px !important; }
.pt-sm-10 { padding-top: 10px !important; } .pr-sm-10 { padding-right: 10px !important; } .pb-sm-10 { padding-bottom: 10px !important; } .pl-sm-10 { padding-left: 10px !important; }


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

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

}


/* LISTING ------------------ */
ul, ol {}
ul li, ol li {
	position: relative; text-align: right;
	margin:0 0 10px; padding:0 0 0 20px;
}
ul li a, ol li a { text-decoration: underline; }

ul.nostyle {
	list-style: none; margin:0; padding:0;
}ul.nostyle li {  }


ul.listing { 
	width:100%; float:left; list-style: none;
	margin:0; padding:0; }
ul.listing strong { font-weight:600; }
ul.listing li  { 
	position:relative; padding:0 0 10px 20px; margin:0; }
ul.listing li::before { 
	position:absolute; top:0; left:0; content:'-'; }
ul.listing li a {}


/* FORM CONTENT ----------*/
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"], 
textarea, select, option {
	text-align: right;
	color:#fff; font-size:14px; font-weight:400;
	background:none; border:1px solid #4B4B4B; }
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"] { 
	width:100%; height:46px;  border-radius:50px;
	padding:10px 15px; margin:30px 0 0; }
input[type="date"] {
	 }
input[type="number"] {
	 }
select {
	width:100%; height: 40px; 
	padding:10px 15px; margin:0 0 15px; }
textarea { 
	width:100%; height: 100px; padding:10px 15px; margin:30px 0 30px;
	resize:none; outline: none; border-radius:15px; }
input[type="submit"],
input[type="button"]{
	width:100%; min-height:50px; max-width:200px;
	background:#B68A35; color:#fff; font-size:14px;
	font-weight:500; border-radius: 30px;
	border:1px solid #B68A35; outline:none; cursor: pointer; }
input[type="submit"]:hover,
input[type="button"]:hover { 
	background:#B68A35; color:#fff;
	background:#000; color:#B68A35; border-color:#B68A35; }
button { border:none; outline:none; background:none; }



/* owl carousel ------------- */
.owl-carousel .owl-nav {
/* 	position: absolute; top:35%; right:0; z-index: 2001; */
}
.owl-carousel .owl-nav div {
	width:40px; height:40px;
	margin:0; padding:0; float: left; 
	position: absolute;bottom:50%;
	font-size:12px; line-height: 3; color:#fff; text-align:center;
	border-radius: 40px; background:none; border:1px solid #fff; }

.owl-carousel .owl-nav div.owl-next {  right:20px; }
.owl-carousel .owl-nav div.owl-prev {  left:20px;  }
.owl-carousel .owl-nav div:hover { background: #B68A35; }

@media(max-width:767px){
	.owl-carousel .owl-nav { display: none; }
}

.owl-carousel .owl-dots {
	position:absolute; width:100%; bottom:20px;
	margin:0; padding:0;
	text-align: center; }
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width:10px; height: 10px;
	margin:0 3px; padding:0;
	background: #CCCFCE; border-radius:10px;
	-webkit-border-radius:10px; -moz-border-radius:10px; }
.owl-carousel .owl-dots .owl-dot.active {
	background:#B68A35; }
.next-slide, .prev-slide { cursor: pointer; }


/* Targeting only the accordion with ID #faq_accordion */

/* Remove background from header and add bottom border */
#faq_accordion .elementor-widget-n-accordion .e-n-accordion-item-title {
  border:none;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  color: #fff; /* Optional: set desired text color */
}

/* Remove default border and background from content */
#faq_accordion .elementor-tab-content {
  background: none !important;
  border: none;
  padding: 10px 0;
  color: #fff; /* Optional: adjust for visibility */
}

/* Ensure active title stays styled consistently */
#faq_accordion .elementor-accordion-item.active .elementor-tab-title {
  background: none !important;
}


/* WEB THEME FILE END ---------*/



@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
  }
}
.full-block { width:100%; float:left; }
.half-block { width:50%; float:left; }
.section { 
	width:100%; float:left;
	overflow: hidden; text-align: right;
	margin:0; padding:100px 0; }
@media(max-width:1200px){
	.section { padding:50px 0; }
}
@media(max-width:991px){
	.section { padding:40px 0; }
}

.whatsappCall {
	text-align: center;
	position: fixed; bottom:80px; right:30px; z-index: 2000;
	/*animation: bounce 1s infinite;*/ }
.whatsappCall img { 
	width:45px; height:45px; margin:0; padding:0; }
.whatsappCall span { 
	font-size:13px; width:100%; float:left; }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); }
}

a.backtotop {
    position: fixed; bottom: 25px; right: 36px; z-index: 1000;
    background-color: #ffffff20;
    font-size: 13px; color: #fff;
    padding:8px 20px;
    border-radius:50px;
    text-decoration: none;
    display: none; /* Hidden initially */ }
a.backtotop:hover {
    background-color: #000; }
a.backtotop span i {
    margin-left: 5px; }

/* HEADER ---------------------------*/ 

.header-container {
	width:100%; float:left; position:relative; }
.header { 
	position: absolute; top:0; left:0; z-index: 200; transition: all 0.3s ease;
	width:100%; float:left; 
	padding:15px 0; margin:0px auto 0;
	background: #FFF;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(0, 0, 0, 1) 100%); }

.top_social {
	max-width:1300px; width:80%; margin:20px auto 0; padding:0;
	text-align: right; }
.top_social ul.social-menu { margin:0; padding:0; }
.top_social ul.social-menu li { margin:0 5px; padding:0; }
.top_social ul.social-menu li a { border-radius: 0px; border:none; background:none; width: 20px; height: 20px; }


.logo { 
	width:100%; height:60px; position:relative; }

.logo a { 
	padding:0; margin:0;
	position: absolute; top:0; right:0; z-index: 1991; 
  border-radius:6px; }
.logo a img { max-width:150px; width:100%; transition: max-width 0.3s ease; }
.navcontainer { 
	display:flex;
	justify-content:space-between; align-items:center; }

.icon_contact a { 
	margin:0; padding:0;
	position:relative; font-weight:500; color:#fff; font-size:18px;
	display: flex; align-items:center; justify-content: center; }
.icon_contact a:hover { text-decoration: none; color:#B68A35; }
.icon_contact a:hover span.ctext span { color:#fff;}
.icon_contact a span.cicon { 
	margin:0 10px 0 0; padding:0;
	text-align: center;
	display: flex; align-items:center; justify-content: center;
	width:40px; height:40px; }
.icon_contact svg,
.icon_contact i {
	 color:#fff; font-size:18px; }
.icon_contact .fa-phone-alt { font-size:15px; }
.icon_contact .fa-whatsapp { font-size:24px; }
.icon_contact .callus span.cicon { background:#000; }
.icon_contact span.ctext { line-height:1.2; }
.icon_contact span.ctext span { font-size:0.7em; font-weight:400; color:#fff;}

.top-quick-contact { float:right; }
.icon_contact { list-style: none; margin:0; padding:0; }
.icon_contact li { float:left; display: inline-block; margin:0; padding:0; font-size:13px; }
.icon_contact li a { font-size:14px; }

.menu-area .icon_contact { display: none; }



.fixed-header { 
	position: fixed; top:0; left:0; z-index: 2001;}
.scrolled-logo a img { max-width:100px; }
.fixed-header:hover {  }
.fixed-header:hover .callus .cicon { border:1px solid rgba(256,256,256,0.3); }

@media(max-width:1300px){
	.header .icon_contact .chatwithus span.ctext { display: none; }
	.logo a img { max-width:140px; }
	.header .icon_contact a span.ctext { display: none; }
	.header .top_button a { padding:10px 15px 12px; font-size:13px; font-weight:500; }
}
@media(max-width:1200px){
	.menu-area .icon_contact { display: block; width:100%; text-align: center; float:left; }
	.menu-area .icon_contact li { float:none; }
	.menu-area .icon_contact li a {  }
	.logo a img { max-width:140px; }
	.navcontainer { justify-content: flex-end; }
	
	.header .icon_contact a span.ctext { display: none; }
}
@media(max-width:767px){
	.header .icon_contact { display: none; }
	.menu-area .icon_contact { display: block; width:100%; text-align: center; }
}

/* LISTING -------------- */
ul.social-menu { 
	display:inline-block; list-style: none;
	margin:0; padding:0; }
ul.social-menu li { 
	width:auto; float:left; clear: none; 
	margin:0 10px 0 0; padding:0; }
ul.social-menu li a {
	width:26px; height:26px; display:flex; justify-content:center; align-items:center;
	background:#none; color:#fff; border:1px solid #ffffff60;
  border-radius:4px; }
ul.social-menu li a svg { font-size:16px;}
ul.social-menu li a svg path { color:#fff !important; }

ul.addresslist { margin:0 0 10px; list-style:none; padding:0;}
ul.addresslist li { margin:0; padding:0 25px 10px 0px; }
ul.addresslist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; right:0; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li.phone::before { content:'\f095'; font-size:15px;}
ul.addresslist li.email::before { content:'\f658'; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li a { text-decoration:none; }
@media screen and (max-width:575px){
	ul.addresslist li { padding:0 0 10px; }
	ul.addresslist li::before { position: relative; margin:0 10px 0; top:0; }
}

ul.iconlist { margin:0 0 10px; list-style:none; padding:0;}
ul.iconlist li { margin:0; padding:0 0 10px 25px; }
ul.iconlist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.iconlist li a { text-decoration:none; }
ul.iconlist li a:hover { color:#f7921e; }

@media screen and (max-width:575px){
	ul.iconlist li { padding:0 0 10px; }
	ul.iconlist li::before { position: relative; margin:0 10px 0; top:0; }
}

ul.iconlist li.email::before { content:'\f658'; }
ul.iconlist li.phone::before { content:'\f095'; font-size:15px;}
ul.iconlist li.location::before { content:'\f3c5'; }
ul.iconlist li.map::before { content:'\f279'; }

.sharelocation {}
ul.sharelocation li { float:left; padding-right:15px; }
ul.sharelocation li a { color:#999; }
ul.sharelocation li::before { color:#999; }

/* FOOTER -------------------- */
.footer { 
  width:100%; float:left; color:#fff;
	margin:0; padding:70px 0px 40px;
	background: #000; font-size:15px; }
.footer h6 { 
	text-transform: uppercase; font-weight: 600;
	margin:0 0 30px 0; padding:0;
	color:#fff; font-size:20px; }
.footer p { 
	font-size:15px; color:#D4D4D4;
	margin:0 0 20px; line-height:1.6; }
.footer p strong { font-weight: 600; }
.footer p a { 
	color:#D4D4D4; font-weight: 500; }

.footer-logo {  margin: 0 0 30px;}
.footer-logo a img { width: 160px; }
p.bottom_phone { font-size:22px; line-height:1; font-weight:500; color:#D4D4D4; margin-top:20px; }
p.bottom_phone img { width:35px; margin:0 10px 0 10px; }
p.bottom_phone a { text-decoration: none; font-weight:600; }
p.bottom_phone span { font-size:13px; width:100%; display:inline-block; }

.footer ul { list-style: none; margin:0 0 30px; padding:0; text-align:right; }
.footer ul li { list-style: none; margin:0; padding:0 20px 15px 0px; }
.footer ul li::before { content:'-'; color:#B68A35; position: absolute; right:0; top:0;   }
.footer ul li a { font-size:15px; text-decoration:none; color:#D4D4D4; }
.footer ul li a:hover { color:#B68A35; }


.footer ul.footerMenu li::before { content:'-'; color:#B68A35; position: absolute; right:0; top:0; transition: all 0.3s ease; }
.footer ul.footerMenu li:hover::before  { right:10px;}
.footer ul.footerMenu li a:hover { color:#B68A35; padding-left:8px; }

.footer ul.addresslist li { padding-right:30px; }
.footer ul.addresslist li.location::before { top:3px;}
.footer ul.addresslist li.email::before { top:3px;}

.copycat { 
	width:100%; float:left; margin:0; padding:20px 0 40px;
	border-top:1px solid rgba(256,256,256,0.2) }
.copycat p { 
	font-size: 14px; color:#d4d4d4;
	text-align: right; margin:5px 0 0; padding:0; }
.copycat ul.social-menu { float:left; }
.copycat ul.social-menu li a { 
	text-decoration: none;
	border:none; width:26px; height: 26px; }
.copycat ul.social-menu li a ::before { 
	font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.copycat ul.social-menu li a:hover { color:#B68A35; }

@media screen and (max-width:991px){
	.footer { padding:20px 0 50px; }
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:575px){
	.footer { padding:20px 0 0px; }
	.footer h6 { text-align: center; }
	.footer p { text-align: center; }
	.footer ul li { text-align: center; padding:0 0 15px; }
	.footer ul li::before { display: none; }
	.footer ul.addresslist li::before { display: inline-block; position: relative; }
	.copycat { margin:0; padding:20px 0 30px; }
	.copycat, .copycat p { text-align: center; }
	.copycat ul.social-menu { float:none; margin-top:10px; }
}

/* BANNERS -------------------------- */
.banner, .banner-slide { 
	width:100%; float:left; text-align:center; position: relative; }
.banner::after,
.banner-slide::after {
	content:'';
	width:100%; height: 200px; 
	position: absolute; bottom:0; left:0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
}

.banner-caption { 
	margin:0; padding:80px 0 0; 
	text-align: center; transform: translateY(-50%);
	width:100%; float:left; position:absolute; top:50%; left:0; z-index:20;}

.banner-caption h1 { 
	width:100%; 
	margin:0 0 20px; padding:0; line-height: 1.1;
	text-transform: capitalize; text-align: center;
	color:#fff; font-size:72px; font-weight:900; }
.banner-caption p { 
	width:100%; max-width:700px; text-align: center; margin:0 auto 30px;
	font-size:18px; color:#fff; }
.banner-caption a.button:hover { background:rgba(0,0,0,0.6); }

.banner-image {
  overflow: hidden; position: relative;
  width: 100%; height: 100%; }
.banner-image img {
  width: 100%; height:800px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: transform 10s ease;
  will-change: transform; }
.banner-image.zoom img {
  transform: scale(1.2); }
.banner-image::after {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background: rgb(0,0,0,0.4); } 


.banner-slider .owl-carousel .owl-nav div {
	font-size:12px; line-height: 3; color:#fff; 
	width:40px; height:40px; text-align:center; top: auto; bottom:50%;
	border-radius: 40px; background:none; border:1px solid #fff; }
.banner-slider .owl-carousel .owl-nav div.owl-prev { left:20px; }
.banner-slider .owl-carousel .owl-nav div.owl-next { right:20px; }
.banner-slider .owl-carousel .owl-dots { position:absolute; width:100%; bottom:5px; }

@media(max-width:1500px){
	.banner-caption h1 { font-size:62px; max-width:80%; margin:0 auto; }
}
@media(max-width:1200px){
	.banner-caption h1 { 
		font-size:50px; margin:0 auto 10px;}
	.banner-caption p { 
		font-size:16px; }
	.banner::before { 
		height:200px; background: rgb(238,241,252);
		background: linear-gradient(0deg, rgba(238,241,252,0) 0%, rgba(0,0,0,0.4) 100%);}
}

@media(max-width:991px){
	.banner-image img { height:700px; }
}
@media(max-width:991px){
	.banner-caption h1 { font-size:46px; }
	.banner-image img { height:500px; }
}
@media(max-width:767px){
	.banner::before { 
		height:150px; }
	.banner-caption h1 { font-size:35px; font-weight:800; }
	.banner-image img { height:400px; }
	.banner-caption p { display: none; }
	.banner-caption a.button { font-size:13px; padding:10px 20px; }
}
@media(max-width:575px){
	.banner::before { height:100px; }
	.banner-image img { min-height:300px; }
	.banner-caption h1 { font-size:30px;  }
	.banner-caption p { display: none; }
}

/* HOME PAGE ---------------------------------- */
.intro_image { 
	width:100%; float:left; text-align:center; }
.intro_image img { 
	border-radius:15px; }
.home_services { text-align:right; }
.home_services h6 { color:#B68A35; }
.home_services a { color:#fff; }


@media screen and (max-width:767px){
	.intro_image { margin:0 0 30px;  }
	.intro_image img { max-width:80%; }
}
@media screen and (max-width:575px){
	.home_intro { text-align:center; }
	.home_intro h2 { text-align:center; }
	.home_intro p { text-align:center; }
}

.why_choose { 
	position: relative;
	text-align:center; background-repeat: no-repeat;
	background-size:cover; background-position: center;
	background-image:url('../images/whychoose_background.jpg'); }
.why_choose::before { 
	width:100%; height:100%; content: '';
	position: absolute; top:0; left:0;
	background:rgba(0,0,0,0.7);}
.why_choose h2 { text-align:center; }
.why_choose p { text-align:center; }

.why_choose-block {
	width:100%; max-width:900px; 
	margin:0 auto; padding:0; }
.why_choose-block h2 {
	max-width:700px; margin-left: auto; margin-right: auto; }

.how_works { 
	text-align:center; background-repeat: no-repeat;
	background-size:cover; 
	background-image:url('../images/howworks_bg.jpg'); }
.how_works h2 { text-align:center; }
.how_works p { text-align:center; }

.request-form p { margin:0; padding:0; }
.request-form input[type="submit"] { float:right; }
.testimonial-slider { 
	width:100%; max-width:350px; float:right; position:relative;
	margin:30px 0 50px; padding:50px 50px 20px;
	background:#191919; border-radius:10px;  }
.testimonial_block { width:100%; float:left; }
.testimonial-slider .owl-carousel .owl-item img { width: auto; }
.testimonial_content { 
	width:100%; float:left; }
.testimonial_content h6 { margin-bottom:10px; }

.testimonial_thumb { 
	margin:30px 0 0; padding:0; float:left;
	width:100%; display:flex; justify-content: start; align-items: center; }
.testimonial_thumb img {
	margin:0 20px 0 0;
	width:80px !important; border-radius: 100px; float:left; }
.testimonial_thumb h6 { 
	margin:0; padding:0;
	float:left; font-size:15px; }
.testimonial_thumb h6 span { 
	width:100%; float:left; font-size:13px; font-weight: 400; }

.testimonial-slider .owl-carousel .owl-dots { 
	width:100%; float:left;  margin-bottom:0;
	position:relative; bottom:0; }
.testimonial-slider .owl-carousel .owl-nav div {
	font-size:12px; line-height: 3;
	width:60px; height:40px; text-align:center; top: auto; bottom:-110px;
	border-radius: 40px; background:none; border:1px solid #fff; color:#fff; }
.testimonial-slider .owl-carousel .owl-nav div.owl-prev { right:20px; left:auto; }
.testimonial-slider .owl-carousel .owl-nav div.owl-next { right:-50px; }

@media screen and (max-width:1200px){
	
}
@media screen and (max-width:991px){
	.testimonial-slider { padding:30px; }
	.testimonial-slider .owl-carousel .owl-nav div.owl-prev { right:40px; }
	.testimonial-slider .owl-carousel .owl-nav div.owl-next { right:-30px; }
}
@media screen and (max-width:767px){
	.testimonial-slider { max-width:unset; padding:30px; }
	.testimonial-slider .owl-carousel .owl-nav { display: block; }
}


.industries { 
	padding:0; margin:0; }
.industries_block { 
	width:100%; float:left;
	position: relative; margin:0; padding:0; }
.industries_block img {
	transition: all 0.3s ease; 
	width:100%; height:450px; object-position: center; object-fit: cover; }

.industries_block .industries_desc { 
	transition: all 0.3s ease; 
	position: absolute; bottom:0; left:0;
	width:100%; height:100%; float:left; 
	margin:0; padding:50px;
	display: flex; flex-direction: column; align-items: start; justify-content: end;
  background: rgba(0,0,0,0.6); }
.industries_block .industries_desc:hover { background: rgba(0,0,0,0.5); }
.industries_block .industries_desc a.button { 
	background:none; color:#B68A35; }

.industries_page .industries_block { 
	margin:0 0 30px;
	border-radius:15px; overflow:hidden;
	border:1px solid #B68A35; }

.industries_page .industries_block:hover { border:2px solid #fff; }
.industries_page .industries_block:hover h5 { color:#fff; }
.industries_page .industries_block:hover span.titletag { color:#fff;  }
.industries_page .industries_block:hover .industries_desc { background:rgba(182,138,53,0.4);}
.industries_page .industries_block:hover img { transform: scale(1.2);}
.industries_page .industries_block:hover a.button { background:#B68A35; color:#fff; border-color:#fff; }

@media screen and (max-width:1400px){
	.industries_block img { height: 400px; }
}
@media screen and (max-width:991px){
	.industries_block img { height: 400px; }
	.industries_block .industries_desc h5 { font-size:22px; }
}



.steps_block {
	width:100%; float:left; margin:30px 0 0; padding:0;
	background:none; position: relative; }
.steps_block h4 { text-align: right; }
.steps_block h6 { text-align: right; color:#B68A35; }
.steps_block p { text-align: right;  }


.clientslider_section { background: #0e0f11; }
.clients-slider  { position:relative; width:100%; float:left; }
.client_block-logo { 
	justify-content: center; align-items: center; display: flex;
	height: 100px;
	width:100%; text-align:center; }
.client_block-logo img { 
	filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
	max-height:90px; margin:0 auto; padding:0; width:auto !important;  }
.client_block-logo:hover img {
	filter: none;  }



.needhelp_strip {
	position: relative; text-align: right;
	background:url('../images/helstrip.jpg'); background-size:cover; 
	background-position: center;
	border-top:2px solid #B68A35; border-bottom:2px solid #B68A35;
}
.needhelp_strip::before { 
	position: absolute; top:0; left:0;z-index:6;
  width:100%; height:100%; content:'';
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(182, 138, 53, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);}
.needhelp_strip::after { 
	position: absolute; top:0; left:0; z-index: 5;
  width:100%; height:100%; content:'';
  background:rgba(0,0,0,0.5); }
.needhelp_strip .container { position: relative; z-index: 20; }
.needhelp_strip h4 { margin-bottom:20px; color:#fff; }
.needhelp_strip span.titletag { color:#fff; }
.needhelp_buttons { text-align:center; }
.needhelp_buttons span { width:100%; text-align:center; }
.helpcall { font-size:22px; font-weight:600; color:#fff; }
.needhelp_strip a.button { color:#fff; background:#B68A35; }
@media screen and (max-width:991px){
	.needhelp_strip { text-align: center; }
	.needhelp_strip span.titletag { text-align: center; }
	.needhelp_strip h4 { text-align: center; }
	.needhelp_strip p { text-align: center; }
	.needhelp_buttons .helpcall { font-size:20px; }
}



/* ----------------------------------- */
/* INNER PAGE ------------------------ */
.banner-pic {
	width:100%; float:left; position:relative; }
.banner-pic::after {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background: rgb(0,0,0,0.5); } 
.banner-pic img {
	width:100%; height:450px; overflow:hidden; 
	object-fit:cover; object-position:center; }

.banner-title {
	width: 100%; 
	position: absolute; bottom:20%; left:0; z-index: 100;
	text-align: center; }
.banner-title h2,
.banner-title h3,
.banner-title h4,
.banner-title h5 { color:#fff; text-align:center; margin:0 auto 15px; max-width:1200px; line-height: 0.9em;}
.banner-title ul { list-style: none; float:none; margin:0 auto; padding:0; }
.banner-title ul li { color:#fff; display:inline-block; margin:0; padding:0 5px 0 15px; }
.banner-title ul li::before { content:'/'; position: absolute; top:0; left:0; }
.banner-title ul li:last-child { padding-left:5px; }
.banner-title ul li:last-child::before { display: none; }
.banner-title ul li a { color:#fff; text-decoration:none; }
.banner-title ul li a:hover { color:#B68A35; }


@media screen and (max-width:991px){
	.banner-pic img { width:100%; height:300px; }
	.banner-title h2 { margin:0 0 10px; }
}
@media screen and (max-width:575px){
	.banner-pic img { width:100%; height:270px; }
}
/* ABOUT PAGE --------------- */
.platinumlogo_wrapper { border:1px solid #c19239; padding:50px 40px !important; margin:0 0 30px !important; }
.platinumlogo_wrapper h6 { margin:0; padding:0; }
.platinumlogo_wrapper img { 
	padding:30px 20px; background:red; border-radius:10px !important; overflow:hidden; 
background: #2e2e2e;
background: radial-gradient(circle, rgba(46, 46, 46, 1) 0%, rgba(0, 0, 0, 1) 100%);
border:1px solid rgba(256,256,256,0.03) !important;
	
}
@media screen and (max-width:575px){
	.platinumlogo_wrapper { padding:30px 20px !important; }
	.platinumlogo_wrapper h6 { margin:0 0 30px; }
}


/*SERVICES PAGE -------------- */
.service_cover-image { 
	width:100%; float:left; margin:0 0 30px; padding:0;
	border-radius:15px; }
.service_cover-image img {
	width:100%; float:left; max-height: 450px;
	object-fit: cover; object-position: center;
	border-radius: 15px; }

.request-form-right { 
	width:100%; float:left; margin:0 0 30px; padding:30px;
	border:1px solid #B68A35; border-radius:15px }
.request-form-right h5 { margin:0; }
.request-form-right p { margin:0; padding:0; }
.service-block { margin:20px 0 30px; }
.service-block h6 a { text-decoration:none; color:#fff; }
.service-block h6 a:hover { color:#B68A35; }

.request-form-right select { margin:20px 0 0; background:#000; border-radius:30px; }

input.wpcf7-not-valid { border-color:#976060 !important; }
.wpcf7 form .wpcf7-response-output { font-size:13px; }

.service-thumb { 
	border:2px solid #000; 
	margin:0 0 20px; border-radius: 15px; }
.service-thumb img {
	width:100%; height: 250px; float:left; 
	object-fit: cover; object-position: center;
	transition: transform 0.4s ease; }
.service-thumb a img { 
	transition: all 1s; }
.service-thumb { width:100%; overflow: hidden; }
.service-block:hover .service-thumb { border:2px solid #B68A35; }
.service-block:hover img { 
	 transform: scale(1.1); }


.googlemap {
	width: 100%; float:left; margin:0 0 30px; }
.googlemap iframe { 
	border-radius: 20px;
	width: 100%; float:left; height: 450px; border:none; outline:none; }


@media screen and (max-width:991px){
	.googlemap iframe { height:350px; }
}






/* faq ----------------- */

.accordion button { color:#fff !important; }
.card-header { width:100%; padding:0; margin:0; }
.card-header button { 
  position:relative;
  width:100%; margin:0; padding:20px 0px 20px 30px; text-align:right; background:#000;
  font-size:18px; font-weight: 500;
  color:#fff; border:none; 
  border-radius: 0; }
#accordion .card { background:none; }
.card-header button:hover { border:none; border-bottom:1px solid #fff; color:#B68A35; text-decoration:none; }
.card-header button.collapsed { background:none; border-bottom:1px solid #f4f4f4; }

.card-header button.collapsed::before { 
  content:'\f107'; font-weight: 600; }
.card-header button {  }
.card-header button::before { 
  position: absolute; top:20px; left:20px;
  font-size:14px; content:'\f106'; }

.card-body {
	text-align: right;
  padding:30px; font-size:15px;
  background: rgba(256,256,256,0.1); border-bottom: 1px solid #fff; }
.card-body p { text-align:left; }
.btn-link.focus, .btn-link:focus { text-decoration:none; outline:none; }
