
/*-------------------------------------------------------
01. Variable css  
---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Roboto:wght@100;300;400;500;700;900&display=swap");



/*02*/
/*-------------------------------------------------------
02. Mixins Css #070E27 #5416CF #0B0F28;
---------------------------------------------------------*/
/*03*/
/*-------------------------------------------------------
02. Typography css
---------------------------------------------------------*/


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit; }

* {
  scroll-behavior: inherit !important; }

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-family: 'Tajawal', sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: var(--clr-body);

}

a {
  color: var(--clr-body); }

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover {
  color: #ca9e36;
  }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: var(--clr-heading);
  /* margin: 0 0 1.5rem 0; */
  letter-spacing: 1px;
  font-weight: 700;
  /* font-family: var(--font-2); */
  line-height: 1.2; }

h1 {
  font-size: 48px; }
#$@seif113@@
h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p {
  margin-bottom: 1.5rem; }

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto; }

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px; }

label {
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400; }

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

/*04*/
/*-------------------------------------------------------
04. Theme Default css
---------------------------------------------------------*/
.colmn-2 {
  column-count: 2; }

.pos-rel {
  position: relative;
  z-index: 1; }

.width-100 {
  width: 100%; }

.ovrflow-hidden {
  overflow: hidden; }

.text-right {
  text-align: right; }

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.rad-50 {
  border-radius: 50%; }

.c-pd {
  padding: 0 7rem; }

.s-pd {
  padding: 0 12rem; }

.h-100 {
  height: 100%; }

.h-100vh {
  height: 100vh; }

.bg {
  background-color: var(--clr-bg); }

.bg-theme {
  background-color: #000101; }

.bg-theme-2 {
  background-color: var(--clr-def-2); }

.bg-theme-3 {
  background-color: var(--clr-def-3); }

.bg-heading {
  background-color: var(--clr-heading); }

/*Theme button css*/
.site-title {
  margin-bottom: 4rem;
  margin-top: 2rem;
  }
  .site-title h2 {
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.0025em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 3rem; }
  .site-title h3 {
    margin-bottom: 3rem; }

.site-title.wh p,
.site-title.wh h2,
.site-title.wh h3 {
  color: var(--clr-white); }

/*margins paddings*/
.pb-140 {
  padding-bottom: 14rem; }

.pd-50 {
  padding: 5rem 0; }

.de-padding {
  padding: 5rem 0;
  }

.de-pt {
  padding-top: 12rem; }

.de-pb {
  padding-bottom: 12rem; }

.pd-0 {
  padding: 0; }

.pl-30 {
  padding-left: 3rem; }

.pt-0 {
  padding-top: 0rem; }

.pt-10 {
  padding-top: 1rem; }

.pt-20 {
  padding-top: 2rem; }

.pt-30 {
  padding-top: 3rem; }

.pt-40 {
  padding-top: 4rem; }

.pt-50 {
  padding-top: 5rem; }

.pt-60 {
  padding-top: 6rem; }

.pt-70 {
  padding-top: 7rem; }

.pt-80 {
  padding-top: 8rem; }

.pt-90 {
  padding-top: 9rem; }

.pt-100 {
  padding-top: 10rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pb-20 {
  padding-bottom: 2rem; }

.pb-30 {
  padding-bottom: 3rem; }

.pb-40 {
  padding-bottom: 4rem; }

.pb-50 {
  padding-bottom: 5rem; }

.pb-60 {
  padding-bottom: 6rem; }

.pb-70 {
  padding-bottom: 7rem; }

.pb-80 {
  padding-bottom: 8rem; }

.pb-90 {
  padding-bottom: 9rem; }

.pb-100 {
  padding-bottom: 10rem; }

.mr-100 {
  margin-right: 10rem; }

.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 1rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 3rem; }

.mt-40 {
  margin-top: 4rem; }

.mt-50 {
  margin-top: 5rem; }

.mt-60 {
  margin-top: 6rem; }

.mt-70 {
  margin-top: 7rem; }

.mt-80 {
  margin-top: 8rem; }

.mt-90 {
  margin-top: 9rem; }

.mt-100 {
  margin-top: 10rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 1rem; }

.mb-20 {
  margin-bottom: 2rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-40 {
  margin-bottom: 4rem; }

.mb-50 {
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 6rem; }

.mb-70 {
  margin-bottom: 7rem; }

.mb-80 {
  margin-bottom: 8rem; }

.mb-90 {
  margin-bottom: 9rem; }

.mb-100 {
  margin-bottom: 10rem; }

.mr-300 {
  margin-right: 30rem; }

.ml-300 {
  margin-left: 30rem; }

.pos-rel {
  position: relative;
  z-index: 1;
  direction: rtl;
  padding-bottom: 50px;
  }

/*Theme Button*/
.tm-btn {
  padding: 1.2rem 2rem;
  border: 2px solid var(--clr-white);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--clr-white);
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: capitalize;
  transition: .5s ease; }
  .tm-btn:hover {
    background-color: var(--clr-white);
    color: var(--clr-heading); }

.tm-btn-2 {
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--clr-white);
  background-color: #000101;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  gap: 8px;
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block; }
  .tm-btn-2 i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    font-size: 2.4rem;
    background-color: var(--clr-white);
    color: #000101;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: all .5s ease-in-out;
    margin-right: 8px; }
  .tm-btn-2::before {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: var(--clr-def-3);
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    border-radius: 3rem;
    transition: all .5s ease-in-out; }
  .tm-btn-2:hover {
    color: var(--clr-white); }
    .tm-btn-2:hover::before {
      width: 100%; }
    .tm-btn-2:hover i {
      background-color: #000101;
      color: var(--clr-white); }

.sec-title {
  font-size: 3rem;
  line-height: 4.6rem;
  font-weight: 500;
  margin-bottom: 0; }

.btn-1 {
  padding: 2rem 4rem;
  line-height: 1;
  background-color: #222222;
  border: none;
  color: var(--clr-body);
  outline: none;
  font-weight: 600;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative;
  z-index: 1;
  display: inline-block; }
  .btn-1::before {
    position: absolute;
    content: '';
    background-color: #000101;
    height: 100%;
    width: 5%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: -1;
    transform-origin: left; }
  .btn-1:hover::before {
    width: 100%;
    border: 1px solid #000101;
    -webkit-border-radius: 0%;
    border-radius: 0%; }
  .btn-1:hover {
    color: var(--clr-white); }

.btn-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.0015em;
  color: #f4f3f5; }
  .btn-2 i {
    margin-left: 7px; }

.btn-4 {
  background-color: #ca9e36;
  border: none;
  }

.btn-5 {
  background-color: var(--clr-def-3);
  border: none; }

.btn-6 {
  background-color: #000101;
  border: none;
  border-radius: var(--rad-1) !important;
  padding: 2rem 3rem; }
  .btn-6 img {
    margin-right: 8px; }

.btn-4,
.btn-5,
.btn-6 {
  padding: 2rem 4rem;
  line-height: 1;
  color: var(--clr-white);
  outline: none;
  font-weight: 600;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
  .btn-4::before,
  .btn-5::before,
  .btn-6::before {
    position: absolute;
    content: '';
    background-color: var(--clr-black);
    border: none;
    height: 0;
    width: 102%;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: -1;
    visibility: hidden; }
  .btn-4:hover::before,
  .btn-5:hover::before,
  .btn-6:hover::before {
    height: 102%;
    visibility: visible;
    color: var(--clr-white); }
  .btn-4:hover,
  .btn-5:hover,
  .btn-6:hover {
    color: var(--clr-white); }

.btn-7 {
  padding: 2rem 4rem;
  line-height: 1;
  color: var(--clr-white);
  outline: none;
  border-radius: 2px;
  background-color: var(--clr-black);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1; }
  .btn-7::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 0%;
    background-color: #000101;
    top: 0;
    right: 0;
    transition: all .5s ease; }
  .btn-7:hover::before {
    width: 100%; }
  .btn-7:hover {
    color: var(--clr-white); }

.btn-3 {
  display: inline-block;
  padding: 1.2rem 3rem;
  background-color: var(--clr-menu);
  color: var(--clr-white);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: none;
  outline: none;
  line-height: 1; }
  .btn-3:hover {
    background-color: var(--clr-black); }

.btn-sub {
  height: 5rem;
  width: 5rem;
  border: none;
  background-color: #000101;
  border-radius: 2px;
  outline: none; }

.input-style-1 {
  height: 5rem;
  border: none;
  padding: 2rem;
  outline: none;
  border-radius: 2px;
  font-size: 1.4rem;
  color: var(--clr-heading); }
  .input-style-1::placeholder {
    color: #747070;
    opacity: 1; }

.input-style-2 {
  height: 5rem;
  padding: 2rem;
  outline: none;
  border-radius: 5px;
  font-size: 1.4rem;
  color: var(--clr-heading);
  width: 100%;
  background-color: transparent;
  border: 1px solid #ccc; }
  .input-style-2:focus {
    outline: none;
    box-shadow: none; }

.round-move {
  animation: round-move 5s linear infinite; }

@keyframes round-move {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.up-move {
  animation: up-move 5s ease-in-out infinite; }

@keyframes up-move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0px); } }
.small-big {
  animation: small-big 5s ease-in-out infinite; }

@keyframes small-big {
  0% {
    transform: scale(0.5); }
  51% {
    transform: scale(1.1); }
  100% {
    transform: scale(0.5); } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1185px; } }

.about-area {
	direction: ltr;
	text-align : right;
	
background-repeat: no-repeat;/* background: fixed; */background-attachment: fixed;background-size: cover;}

.blog-area {
	
direction: rtl;text-align: right;/* background-color: #0001015c; */position: relative;background-attachment: fixed;}

.blog-area::before {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222222b0;
}


/*05*/
/*-------------------------------------------------------
05. Grids css 
---------------------------------------------------------*/
.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr); }

.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr); }

.grid-4 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr); }

.grid-5 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr); }

.grid-6 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr); }

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); }

.gap-0 {
  grid-gap: 0; }

.cs-gap-1 {
  grid-gap: 1rem; }

.cs-gap-2 {
  grid-gap: 2rem; }

.cs-gap-3 {
  grid-gap: 3rem; }

.cs-gap-4 {
  grid-gap: 4rem; }

.cs-gap-5 {
  grid-gap: 5rem; }

.cs-gap-6 {
  grid-gap: 6rem; }

.cs-gap-7 {
  grid-gap: 7rem; }

.cs-gap-8 {
  grid-gap: 8rem; }

.cs-gap-9 {
  grid-gap: 9rem; }

.cs-gap-10 {
  grid-gap: 10rem; }

/*06*/
/*-------------------------------------------------------
06. Scroll top css 
---------------------------------------------------------*/
#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #ddd;
  outline: none;
  background-color: #ca9e36;
  color: var(--clr-white);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  line-height: 1;
  }
  #scrtop:hover {
    background-color: var(--clr-heading); }

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index:20;
	width:100%;
}

.header-top{
	position:relative;
	overflow:hidden;
	background-color:#f5f5f5;
}

.header-top .inner-container{
	position:relative;
	/* margin-right: 143px; */
	padding:14px 0px 0px 25px;
}

.header-top .inner-container:before{
	position:
	absolute;
	content:
	'';
	left:0px;
	top:0px;
	bottom:0px;
	right: -359px;
	background-color: #ca9e36;
}

.header-top .top-left{
	position:relative;
	float:left;
}

.header-top .top-left .text{
	position:
	relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:15px;
}

.header-top .top-list{
	position:relative;
	float: right;
	padding-left: 30px;
}

.header-top .top-list li{
	position:relative;
	font-size:14px;
	color:#ffffff;
	margin-left: 20px;
	padding-right: 25px;
	display:inline-block;
}

.header-top .top-list li a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top .top-list li .icon{
	position:absolute;
	right: 0px;
	top:0px;
	color: #ffffff;
	font-size:14px;
}

.header-top .top-list li a:hover{
	color:#111111;
}

.header-top .top-right{
	position:relative;
	float:right;
}

.header-top .top-right .social-box{
	position:relative;
	float: right;
}

.header-top .top-right .social-box:before{
	position:
	absolute;
	content:
	'';
	right: 0px;
	top:-15px;
	left: -3000px;
	bottom: -18px;
	background-color: #ca9e36;
}

.header-top .top-right .social-box li{
	position:relative;
	margin-right: 20px;
	display:inline-block;
}

.header-top .top-right .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top .top-right .social-box li a:hover{
	color:#000101 ;
}

.header-style-one{
	border-top:6px solid #222222;
}

.header-style-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:-6px;
	width:35%;
	height:6px;
	background-color:#000101 ;
}

/* Main Header */

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .logo-box{
	position:relative;
	float: right;
	left:0px;
	z-index:10;
	padding:20px 0px;
}

.main-header .logo-box .logo img{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	width: auto;
	height: 60px;
}

img {}

.main-header .nav-toggler{
	position:absolute;
	top:50%;
	margin-top:0px;
	display: block;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .header-upper{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-header .header-upper:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	left: 1043px;
	bottom: -2px;
	background-color: #222222;
}
.main-header .header-upper .upper-right{
	position:relative;
	padding-top:30px;
}

.main-header .nav-outer{
	position:relative;
	padding-left:60px;
}

.main-header .main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}

.main-header .main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 14px;
    line-height: 32px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li:before{
	position:
	absolute;
	content:
	'';
	left:0px;
	top:0px;
	height:5px;
	right:0px;
	opacity:0;
	background-color: #ca9e36;
	transition:
	all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:
	scale(0.5,1);
}

.main-header .main-menu .navigation > li:hover::before,
.main-header .main-menu .navigation > li.current::before{
	opacity:1;
	transform:scale(1,1);
}

.main-header .header-lower{
	position: relative;
	border-top:1px solid #dddddd;
}

.main-header .header-lower .logo-box{
	position: relative;
}

.main-header .header-lower .logo-box .logo{
	position: relative;
}

.main-header .header-lower .nav-btn{
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
	color:#000000;
	font-size:26px;
	padding:17px 0px;
}

.main-header .info-box{
	position:relative;
	float:left;
	z-index:1;
	min-height:56px;
	margin-left:40px;
	font-size:15px;
	color:#777777;
	text-align:left;
	padding:0px 35px 0px 65px;
	border-right:1px solid rgba(0,0,0,0.10);
}

.main-header .info-box:last-child{
	padding-right:0px;
	border:0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:3px;
	font-size:42px;
	color:#000101 ;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box ul li{
	position:relative;
	line-height:20px;
	color:#222222;
	font-size:16px;
	margin-bottom:8px;
	font-weight:400;
	text-transform:capitalize;
}

.main-header .info-box strong{
	position:relative;
	font-weight:600;
	color:#222222;
	font-size:18px;
	text-transform:capitalize;
}

.main-header .info-box ul li a{
	position:relative;
	color:#222222;
}

.main-menu{
	position:static;
	float: right;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
    display: block !important;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float: right;
	margin-left: 20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
	color:#222222;
    font-size: 14px;
    line-height: 32px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#000101 ;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:26px;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:9px 0px 9px;
}
.sticky-header .pull-left {
float : right;
}
.sticky-header .pull-right {
float : left;
}
.sticky-header .logo img {
    width: auto;
    height: 65px;
}
.fixed-header .sticky-header{
	z-index:999999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .sticky-header .options-box{
	padding:5px 0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#222222;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight: bold;
	padding:15px 0px;
	font-size: 21px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li{
	margin-left:30px;
	margin-right:0px !important;
}

.sticky-header .main-menu .navigation > li::before{
	bottom:-1px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	right: -30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
}

.main-menu .navigation > li > ul > li.updates{
	padding:8px 10px;
	color:#ffffff;
	left:10px;
	right:10px;
	width:auto;
	margin-right:20px;
	background-color:#000101 ;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:6px 18px;
	line-height:24px;
	font-weight:500;
	text-align: right;
	font-size: 20px;
	text-transform:capitalize;
	color:#222222;
	padding-right: 10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
	position: absolute;
	top: -6px;
	right: 8px;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size: 2em;
	line-height: 1em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	pointer-events: none;
	animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
	color:#000000;
	text-shadow: 8px 0 #000101 , -8px 0 #000101 ;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#000101;
	padding-right: 30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f104";
	position:absolute;
	left: 10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	right: 120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position: relative;
	display: block;
	padding: 6px 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: right;
	font-size: 15px;
	text-transform: capitalize;
	color: #222222;
	padding-left: 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position: absolute;
	top: -6px;
	right: 8px;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size: 2em;
	line-height: 1em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	pointer-events: none;
	animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
	color:#000000;
	text-shadow: 8px 0 #000101 , -8px 0 #000101 ;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#000101;
	padding-right: 30px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	/* left:0px; */
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	right: 107%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .options-box{
	position:relative;
	float:right;
	padding:0px 0px;
	margin-left:0px;
}

.main-header .options-box .nav-btn{
	position:relative;
	float:left;
	cursor:pointer;
	color:#111111;
	font-size:28px;
	padding:16px 0px;
}

/* Button Box */

.main-header .options-box .btn-box{
	position:relative;
	float:left;
	height:60px;
}

.main-header .search-box-outer{
	position: relative;
	float:left;
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
}

.main-header .search-box-outer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transform: skewX(-10deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-image: -ms-linear-gradient(left, #444344 0%, #000101 100%);
	background-image: -moz-linear-gradient(left, #444344 0%, #000101 100%);
	background-image: -o-linear-gradient(left, #444344 0%, #000101 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #444344), color-stop(100, #000101));
	background-image: -webkit-linear-gradient(left, #444344 0%, #000101 100%);
	background-image: linear-gradient(to right, #444344 0%, #000101 100%);
}

.main-header .search-box-outer:hover::before{
	transform: skewX(10deg);
	background-image: -ms-linear-gradient(right, #444344 0%, #000101 100%);
	background-image: -moz-linear-gradient(right, #444344 0%, #000101 100%);
	background-image: -o-linear-gradient(right, #444344 0%, #000101 100%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #444344), color-stop(100, #000101));
	background-image: -webkit-linear-gradient(right, #444344 0%, #000101 100%);
	background-image: linear-gradient(to left, #444344 0%, #000101 100%);
}

.main-header .search-box-btn{
	position:relative;
	float:left;
	width:40px;
	height:40px;
	display:block;
	font-size:16px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	cursor:pointer;
	line-height:38px;
	text-align:center;
	border-radius:50px;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .search-box-btn:after{
	display:none;
}

.main-header.fixed-header{
	
}

.main-header .options-box .cart-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:16px;
	background:none;
	margin-top:20px;
	display:inline-block;
}

.main-header .options-box .cart-box .cart-box-btn{
	background:none;
	color:#ffffff;
	cursor: pointer;
	font-size: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .options-box .cart-box .cart-box-btn:after{
	display:none;
}

.main-header .options-box .cart-box .cart-box-btn .total-cart{
	position:absolute;
	right: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:12px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#f7951c;
}

.main-header .options-box .cart-box .cart-box-btn:hover{
	color:#f7951c;
}

.main-header .options-box .cart-product{
	position:relative;
	margin-bottom:18px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.main-header .options-box .cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.main-header .options-box .cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .options-box .cart-product .inner .cross-icon:hover{
	color:#f7951c;
}

.main-header .options-box .cart-product .inner .image{
	position:absolute;
	
	left:0px;
	top:0px;
	overflow:hidden;
	border-radius:50px;
}

.main-header .options-box .cart-product .inner .image img{
	width:100%;
	display:block;
	width:66px;
	height:66px;
}

.main-header .options-box .cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	letter-spacing: 1px;
	text-transform:capitalize;
}

.main-header .options-box .cart-product .inner h3 a{
	color:#222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .options-box .cart-product .inner h3 a:hover{
	color:#f7951c;
}

.main-header .options-box .cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#666666;
	font-size: 13px;
	margin-bottom: 0px;
}

.main-header .options-box .cart-product .inner .price{
	position:relative;
	font-weight:700;
	font-size:16px;
	margin:0px;
	color:#222222;
}

.main-header .options-box .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:10px;
	padding:20px 20px;
	min-width:300px;
	margin-top:70px;
	z-index: 1;
	border:0px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .options-box .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
}

.main-header .options-box .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}

.main-header .options-box .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.main-header .options-box .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.main-header .options-box .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	border-radius:50px;
	padding:9px 20px 8px;
	border-radius: 50px;
	display:inline-block;
	background-color:#f7951c;
	border:2px solid #f7951c;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .options-box .cart-box .cart-panel .btns-boxed li a:hover{
	color:#f7951c;
	background:none;
}

.main-header .options-box .cart-box .icon a{
	color:#999999;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background-color: #ffffff;
    padding: 45px 40px 30px 45px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#020e28;
	font-size:16px;
	font-weight:500;
	padding-bottom:12px;
	margin-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	padding:7px 0px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	line-height:20px;
	font-weight:500;
	font-size:15px;
	color:#222222;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:before {
    position: absolute;
    top: -11px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
	color: #000101 ;
    padding-left: 30px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover::before{
	opacity: 1;
    color: #000000;
    text-shadow: 8px 0 #000101 , -8px 0 #000101 ;
}




/* Header Style Two */

.header-style-two .logo-box{
	padding:10px 0px;
}

.main-header.header-style-two .nav-outer{
	padding-left:0px;
}

.header-style-two .header-upper .upper-right{
	padding-top:0px;
	float: left;
}

.header-style-two .main-menu .navigation > li > a{
	padding:30px 0px;
}

.header-style-two .options-box{
	padding:15px 0px;
	margin-right: 30px;
}

.main-header.header-style-two .main-menu .navigation > li:before{
	bottom:0px;
	top:auto;
}

/* Header Style Three */

.header-style-three{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
}

.main-header.header-style-three .info-box{
	border-color:rgba(255,255,255,0.15);
}

.main-header.header-style-three .header-lower{
	border:0px;
}

.header-style-three .inner-container{
	position:relative;
	padding:0px 30px;
	background-color:#222222;
}

.header-style-three .logo-box{
	padding:13px 0px;
}

.header-style-three .info-box strong,
.header-style-three .info-box ul li,
.header-style-three .info-box ul li a{
	color:#ffffff;
}

.header-style-three .header-upper .upper-right{
	padding:20px 0px 0px;
}

.main-header.header-style-three .header-lower .inner-container{
	background-color:#000101 ;
}

.header-style-three .main-menu .navigation > li > a{
	color:#ffffff;
}

.header-style-three .header-lower .nav-btn{
	color:#ffffff;
}

.header-style-three .social-box{
	position:relative;
	padding:18px 0px;
	float:left;
}

.header-style-three .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.header-style-three .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

/*Search Box Widget*/

.header-style-three .search-box{
	position:relative;
	float:left;
	padding:5px 0px;
}

.header-style-three .search-box .form-group{
	position:relative;
	margin:0px;	
}

.header-style-three .search-box .form-group input[type="text"],
.header-style-three .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 20px;
	background:none;
	display:block;
	font-size:15px;
	width:100%;
	height:50px;
	color:#ffffff;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid rgba(255,255,255,0.40);
}

.header-style-three .search-box .form-group input::placeholder,
.header-style-three .search-box .form-group textarea::placeholder{
	color:#ffffff;
}

.header-style-three .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	display:block;
	font-size:16px;
	color:#000101 ;
	line-height:100%;
	font-weight:normal;
	background:#ffffff;
	border-radius:0px;
}


/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: left;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#111111;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	width: auto;
height: 120px;}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	

}

.mobile-menu .menu-box{
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	right:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
text-align: right;}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn span {
	
/* left: 0; */}
.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .navigation li > ul > li > a{
	padding-left:30px;
}

.mobile-menu .navigation li > ul > li > ul{
	padding-left:0px;
}

.mobile-menu .navigation li > ul > li > ul > li > a{
	padding-left:40px;
}

.sticky-header .navbar-header{
	display:none;
}


/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
	border-radius: 5px;
	background:
	none;
	/* border-radius:0px; */
	padding: 15px 42px 15px;
	text-transform: capitalize;
	background-color: #ca9e36;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#222222;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
}
/*** 

    
/*08*/
/*-------------------------------------------------------
08. Hero css 
---------------------------------------------------------*/
.hero-section {
  background-position: left top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .hero-section::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--clr-overlay); }

.hero-single {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; direction: rtl;text-align: right;}
  .hero-single .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .hero-single .hero-content .hero-title {
      margin-bottom: 3rem;
      line-height: 1.2;
      font-size: 6rem;
      text-transform: uppercase;
      font-weight: 900;
      color: var(--clr-white); }
    .hero-single .hero-content .hero-sub-title {
      margin-bottom: 2rem; }
    .hero-single .hero-content p {
      font-size: 2rem;
      line-height: 38px;
      margin-bottom: 4rem;
      color: var(--clr-white); }
    .hero-single .hero-content .hero-btn {
      gap: 2rem;
      line-height: 1;
      display: flex;
      margin-top: 1rem; }

.hero-title {
  font-size: 40px;
  line-height: 5rem;
  margin-bottom: 3rem;
  font-weight: 900; }

.hero-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1; }

.hero-shape img {
  position: absolute;
  z-index: -1; }
  .hero-shape img.hero-1 {
    left: 0;
    bottom: -2px; }
  .hero-shape img.hero-2 {
    left: 5rem;
    top: 10rem; }
  .hero-shape img.hero-3 {
    bottom: 0;
    left: 0;
    z-index: -2; }
  .hero-shape img.hero-4 {
    top: 26%;
    right: 10%; }
  .hero-shape img.hero-5 {
    right: 50%;
    bottom: 20rem; }
  .hero-shape img.hero-6 {
    right: 0;
    top: 0; }

.hdr-pic {
  display: flex;
  justify-content: center; }

.bo {
  height: 20rem;
  width: 20rem;
  clip-path: path("M 102.905 18.268 c 28.412 -37.588 97.208 3.111 97.208 58.371 A 100.057 100.057 0 0 1 0 76.639 C 0 21.379 74.493 55.857 102.905 18.268 Z");
  background-color: #000101;
  display: inline-block; }

.hero-sldr.owl-theme .owl-nav {
  margin-top: 0px; }

.hero-sldr.owl-theme .owl-nav [class*=owl-] {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  background: #000101;
  color: var(--clr-white);
  display: inline-block;
  cursor: pointer;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0px 10px rgba(239, 115, 1, 0.8); }

.hero-sldr.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--clr-white);
  color: #000101; }

.hero-sldr.owl-theme .owl-nav .owl-prev {
  left: 5rem; }

.hero-sldr.owl-theme .owl-nav .owl-next {
  right: 5rem; }

.hero-sldr.owl-theme .owl-nav .owl-prev,
.hero-sldr.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.hero-sldr .owl-item .hero-single .hero-content h2 {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateY(-20px); }
.hero-sldr .owl-item .hero-single .hero-content p {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateX(-50px); }
.hero-sldr .owl-item .hero-single .hero-content .hero-btn {
  transform: scaleY(0);
  transition: all 500ms ease;
  transition-delay: 2000ms;
  transform-origin: bottom; }
.hero-sldr .owl-item .hero-single .hdr-pic {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateY(50px); }

.hero-sldr .owl-item.active .hero-single .hero-content h2 {
  opacity: 1;
  visibility: visible;
  transition-delay: 800ms;
  transform: translateY(0px); }
.hero-sldr .owl-item.active .hero-single .hero-content p {
  opacity: 1;
  visibility: visible;
  transition-delay: 1600ms;
  transform: translateX(0px); }
.hero-sldr .owl-item.active .hero-single .hero-content .hero-btn {
  transform: scale(1); }
.hero-sldr .owl-item.active .hero-single .hdr-pic {
  opacity: 1;
  visibility: visible;
  transition-delay: 1200ms;
  transform: translateY(0px); }

/*09*/
/*-------------------------------------------------------
10. Feature css 
---------------------------------------------------------*/
.feature-wpr.grid-3 {
  grid-column-gap: 5rem; }

.feature-box {
  position: relative;
  z-index: 1; }
  .feature-box .feature-shadow {
    background: var(--clr-bg);
    position: absolute;
    left: 3rem;
    bottom: -15px;
    width: calc(100% - 57px);
    height: 100%;
    box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
    z-index: -1; }
  .feature-box .feature-box-content {
    background-color: var(--clr-white);
    padding: 3rem 3rem 6rem 6rem;
    box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1; }
    .feature-box .feature-box-content .feature-helmet {
      position: absolute;
      z-index: -1;
      content: '';
      top: -20px;
      right: -20px; }
    .feature-box .feature-box-content::after, .feature-box .feature-box-content::before {
      position: absolute;
      z-index: -1;
      content: '';
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .feature-box .feature-box-content::before {
      border: 1px solid #000101;
      border-top: none;
      border-right: none;
      height: 55%;
      width: 55%;
      bottom: 3rem;
      left: 3rem; }
    .feature-box .feature-box-content::after {
      border: 5px solid #000101;
      border-top: none;
      border-right: none;
      height: 40%;
      width: 40%;
      bottom: 2rem;
      left: 2rem; }
    .feature-box .feature-box-content h4 {
      font-size: 2.2rem;
      line-height: 3.4rem;
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      font-weight: 700;
      position: relative;
      z-index: 1; }
      .feature-box .feature-box-content h4::before {
        position: absolute;
        z-index: -1;
        content: '';
        width: 3rem;
        height: 3px;
        bottom: 0;
        left: 0;
        border-radius: 2rem;
        background-color: #000101; }
    .feature-box .feature-box-content p {
      font-size: 2rem;
      line-height: 38px; }
  .feature-box:hover .feature-box-content::before {
    height: 20%;
    width: 20%; }

.feature-2-area {
  background-position: center center;
  background-repeat: no-repeat; }

.feature-2-box {
  display: grid;
  grid-template-columns: 9rem 1fr;
  grid-gap: 2rem;
  align-items: center;
  background-color: var(--clr-heading); }
  .feature-2-box .feature-2-icon i {
    height: 9rem;
    width: 9rem;
    line-height: 9rem;
    text-align: center;
    background-color: #000101;
    color: var(--clr-white);
    display: block;
    font-size: 5rem; }
  .feature-2-box span {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-white);
    letter-spacing: .567; }

.feature-2-wpr.grid-3 {
  margin-top: -50px;
  position: relative;
  z-index: 9; }

.year-text.grid-2 {
  align-items: center;
  margin-top: 6.5rem; }
  .year-text.grid-2 .hero-title {
    line-height: 5.5rem; }

.year {
  text-align: center; }
  .year h3 {
    font-weight: 600;
    color: var(--clr-heading);
    margin-top: -3rem;
    font-size: 3rem;
    text-transform: uppercase; }

.year-outline {
  background-image: url(img/about/2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }
  .year-outline .year-value {
    font-size: 280px;
    font-weight: 900;
    font-family: 'Tajawal', sans-serif;
    margin-bottom: 0; }

/*10*/
/*-------------------------------------------------------
10. About css
---------------------------------------------------------*/
.vector-dozer img {
  position: absolute;
  z-index: -1;
  content: ''; }
  .vector-dozer img.dozer-1 {
    bottom: 5rem;
    right: 5rem;
    opacity: .2; }
  .vector-dozer img.dozer-2 {
    bottom: 15rem;
    left: 0; }

.about-left {
  padding-right: 10rem;
  text-align: center;
  }

.about-left-pic {
  position: relative;
  z-index: 1; }
  .about-left-pic img {
    border-radius: 2rem;
    height: 469px;
    }
    .about-left-pic img.about-pic-1 {
      z-index: -2;
      box-shadow: 6px 6px 6px 0px #ca9e364f;
      }
    .about-left-pic img.about-pic-2 {
      position: absolute;
      z-index: 1;
      bottom: -150px;
      right: -80px; }

.about-right .about-title {
  font-weight: 700; }
.about-right .about-txt {
  margin-bottom: 3rem;
  line-height: 3.3rem; }

.about-title {
  font-size: 2.5rem;
  line-height: 5.2rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  }
  .about-title span {
    color: #000101; }

.about-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .about-list li {
    /* display: grid; */
    align-items: center;
    /* grid-gap: 1.5rem; */
    /* grid-template-columns: 5rem 1fr; */
    font-size: 16px;
    position: relative;padding-right: 50px;font-weight: 500;
    color: var(--clr-heading); }
    .about-list li i {
      height: 4rem;
      width: 4rem;
      line-height: 4rem;
      color: #000101;
      font-size: 1.8rem;
      border: 1px solid #ca9e36;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      right: 0;
      position: absolute;
      }

.about-2-left-txt {
  padding-right: 17rem; }
  .about-2-left-txt .hero-title {
    margin-top: -1rem; }
  .about-2-left-txt p {
    line-height: 3.3rem; }

.about-list.colmn-2 {
  display: inherit; }
  .about-list.colmn-2 li {
    margin-bottom: 1.5rem; }
    .about-list.colmn-2 li:last-child {
      margin-bottom: 0; }

.about-left-2-pic {
  margin-top: -177px; }

/*11*/
/*-------------------------------------------------------
10. Credential css 
---------------------------------------------------------*/
.crden-bottom {
  position: absolute;
  left: 50%;
  bottom: -20%;
  z-index: -1; }

.creden-shape {
  position: absolute;
  left: 50%;
  top: -65%;
  height: 70%;
  width: 70%;
  transform: rotate(-53deg);
  opacity: 0.5;
  z-index: -1; }

.creden-padding {
  padding-left: 10rem;
  margin-right: 10rem; }

.creden-left img {
  border-radius: 2rem; }

.creden-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.creden-right-info {
  background-color: var(--clr-1);
  padding: 6rem;
  border-radius: 2rem;
  margin-left: -250px;
  margin-top: 0;
  border: 10px solid var(--clr-white); }
  .creden-right-info h2 {
    color: var(--clr-white);
    margin-bottom: 3rem; }
  .creden-right-info p {
    color: var(--clr-white); }

.creden-right-text {
  padding-right: 25rem;
  margin-bottom: 5rem; }

.creden-box .creden-icon {
  margin-bottom: 3rem; }
  .creden-box .creden-icon i {
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    background-color: #000101;
    display: inline-block;
    text-align: center;
    font-size: 3rem;
    color: var(--clr-white); }
.creden-box .creden-desc h4 {
  text-transform: capitalize;
  margin-bottom: 2rem;
  color: var(--clr-white); }
.creden-box .creden-desc p {
  color: var(--clr-white);
  line-height: 3.3rem; }

.creden-area.creden-2 .creden-right-text {
  padding-right: 0rem; }
.creden-area.creden-2 .creden-right-info {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-left: 0;
  margin-top: 0;
  border: none; }
  .creden-area.creden-2 .creden-right-info h2 {
    color: var(--clr-heading) !important; }
  .creden-area.creden-2 .creden-right-info p {
    color: var(--clr-body) !important; }
.creden-area.creden-2 .creden-box .creden-desc h4 {
  text-transform: capitalize;
  margin-bottom: 2rem;
  color: var(--clr-heading); }
.creden-area.creden-2 .creden-shape {
  top: -38%; }
.creden-area.creden-2 .creden-right {
  padding-left: 6rem; }

/*12*/
/*-------------------------------------------------------
13.service css  
---------------------------------------------------------*/
.serv-overlay {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat; background-attachment: fixed;}
  .serv-overlay::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #444544c9;
    }

.service-shape img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0; }

.service-box {
  /* padding: 2rem 2rem 4rem 2rem; */
  box-shadow: var(--box-shadow-1);
  border-radius: var(--rad-1);
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 6px 6px 6px 0px #222222;
  }
  .service-box .service-pic .service-1 {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    border-radius: 2rem 2rem 2rem 2rem;
    z-index: -1;
    /* border: 2px solid #ca9e36; */
    /* box-shadow: 5px 3px 6px 0px #fbfbfb; */
    }
.service-box img {
	width : 100%;
	
height: 322px;}
  .service-box .service-icon {
    margin-bottom: 3rem; }
    .service-box .service-icon i {
      height: 10rem;
      width: 10rem;
      font-size: 4rem;
      line-height: 10rem;
      text-align: center;
      background-color: var(--clr-white);
      box-shadow: var(--box-shadow-1);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      color: #000101;
      position: relative;
      z-index: 1;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .service-box .service-icon i::after {
        position: absolute;
        content: '';
        width: 1.8rem;
        height: 1.8rem;
        background-color: #000101;
        bottom: -6px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        border-radius: 50%; }
  .service-box .service-desc h4 {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Tajawal', sans-serif;
    /* margin-bottom: 2rem; */
    margin-top: 0;
    color: black;
    padding: 19px 0;
    }
  .service-box:hover .service-icon i {
    color: var(--clr-def-3); }
    .service-box:hover .service-icon i::after {
      background-color: var(--clr-1); }

/*13*/
/*-------------------------------------------------------
12. Counter css
---------------------------------------------------------*/
.counter-area {
  position: relative;
  z-index: 1; }

.counter-1 {
  border-radius: 5rem;
  position: relative;
  z-index: 1; }
  .counter-1 .fun-fact {
    text-align: center;
    border-right: 1px solid #ccc;
    position: relative;
    z-index: 1; }
    .counter-1 .fun-fact:last-child {
      margin-right: 0;
      border-right: none;
      padding-right: 0; }
    .counter-1 .fun-fact .fun-icon {
      font-size: 7rem;
      margin-bottom: 2.5rem;
      color: #000101; }
    .counter-1 .fun-fact .fun-desc .timer {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding-right: 3rem;
      font-size: 5rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 2rem;
      color: #000101; }
      .counter-1 .fun-fact .fun-desc .timer::before {
        position: absolute;
        z-index: -1;
        content: attr(data-count);
        right: 0;
        top: 0; }
    .counter-1 .fun-fact .fun-desc .medium {
      position: relative;
      z-index: 1;
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 500;
      letter-spacing: 0.0015em;
      text-transform: capitalize;
      display: block; }

.big-number {
  color: #f5f6f7;
  font-size: 50px;
  display: inline-block;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d2d2d4;
  position: absolute;
  top: 100px;
  right: 18px;
  transform: rotateZ(45deg); }

/*14*/
/*-------------------------------------------------------
14. Review css 
---------------------------------------------------------*/
.review-box {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 3rem;
  border: 1px solid #cccc;
  padding: 5rem 3rem;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .review-box .quote {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1; }
    .review-box .quote i {
      position: absolute;
      display: inline-block;
      height: 5rem;
      width: 5rem;
      line-height: 5rem;
      text-align: center;
      background-color: #000101;
      color: var(--clr-white);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .review-box .quote i.quote-right {
        right: 5rem;
        top: -3rem; }
        .review-box .quote i.quote-right::after {
          position: absolute;
          z-index: -1;
          content: '';
          height: 5rem;
          width: 1px;
          top: -4rem;
          left: 50%;
          transform: translate(-50%, 0);
          background-color: #000101; }
      .review-box .quote i.quote-left {
        left: 5rem;
        bottom: -3rem; }
        .review-box .quote i.quote-left::after {
          position: absolute;
          z-index: -1;
          content: '';
          height: 5rem;
          width: 1px;
          bottom: -4rem;
          left: 50%;
          transform: translate(-50%, 0);
          background-color: #000101; }
  .review-box .review-content h4 {
    margin-bottom: 1.5rem;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700; }
  .review-box .review-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-heading);
    display: block;
    margin-bottom: 2rem;
    line-height: 1; }
  .review-box .review-content blockquote {
    font-size: 16px;
    font-weight: 500;
    color: var(--clr-heading);
    margin-bottom: 2rem; }
  .review-box .review-content .sh-de-rating {
    margin-bottom: 0; }
    .review-box .review-content .sh-de-rating i {
      font-size: 1.4rem; }
  .review-box:hover .quote i.quote-right {
    top: 4rem; }
  .review-box:hover .quote i.quote-left {
    bottom: 4rem; }

.owl-carousel .owl-item img {
  display: block;
  width: inherit; }

.rev-sldr.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 70px; }

.rev-sldr.owl-theme .owl-dots,
.rev-sldr.owl-theme .owl-nav {
  text-align: center; }

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 5px;
  background-color: #37582D; }

/*15*/
/*-------------------------------------------------------
15. Gallery css 
---------------------------------------------------------*/
.gallery-shape-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%; }

.gallery-box {
  text-align: center; }
  .gallery-box .gallery-pic {
    position: relative;
    z-index: 1;
    overflow: hidden; }
.gallery-box .gallery-pic img {
	height : 322px;
	width : 100%
}
    .gallery-box .gallery-pic .gallery-overlay {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 180px;
      left: 0;
      transition: all .5s ease; }
      .gallery-box .gallery-pic .gallery-overlay .gallery-link {
        position: absolute;
        bottom: 10rem;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        display: flex;
        align-items: center;
        gap: 2rem; }
        .gallery-box .gallery-pic .gallery-overlay .gallery-link i {
          display: inline-block;
          height: 5rem;
          width: 5rem;
          line-height: 5rem;
          text-align: center;
          background-color: #000101;
          color: var(--clr-white);
          -webkit-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .gallery-box .gallery-pic .gallery-overlay .gallery-shape {
        background-color: var(--clr-overlay);
        position: absolute;
        left: 15px;
        bottom: -200px;
        width: 200px;
        height: 400px;
        transform: rotate(45deg);
        transition: all .5s ease-in-out;
        z-index: -1; }
  .gallery-box .gallery-content {
    background-color: var(--clr-white);
    box-shadow: var(--box-shadow-1);
    padding: 2rem 0;
    margin: 0 1.5rem;
    margin-top: -5rem;
    position: relative;
    z-index: 1;
    border-radius: var(--rad-1); }
    .gallery-box .gallery-content::before {
      position: absolute;
      z-index: -1;
      content: '';
      bottom: 0;
      left: 0;
      background-color: #000101;
      border-radius: var(--rad-1);
      height: 0%;
      width: 100%;
      transition: all .5s ease-in-out; }
    .gallery-box .gallery-content h4 {
      text-transform: capitalize;
      font-weight: 700;
      font-size: 2rem;
      line-height: 1;
      margin-bottom: 2rem; }
    .gallery-box .gallery-content span {
      font-size: 16px;
      font-weight: 500;
      color: var(--clr-heading);
      display: block;
      line-height: 1; }
  .gallery-box:hover .gallery-overlay {
    top: 0; }
  .gallery-box:hover .gallery-content h4 {
    color: var(--clr-white); }
  .gallery-box:hover .gallery-content span {
    color: var(--clr-white); }
  .gallery-box:hover .gallery-content::before {
    height: 100%; }

.gallery-sldr.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5rem; }

.gallery-sldr.owl-theme .owl-dots .owl-dot.active span,
.gallery-sldr.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 5px;
  background-color: #000101; }

/*16*/
/*-------------------------------------------------------
21. Team css 
---------------------------------------------------------*/
.team-box {
  text-align: center; }
  .team-box .team-pic {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .team-box .team-pic .team-overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
      -webkit-transition: all 0.5s cubic-bezier(0.09, 0.88, 0.82, 0.8);
      transition: all 0.5s cubic-bezier(0.09, 0.88, 0.82, 0.8); }
      .team-box .team-pic .team-overlay::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: '';
        background-color: var(--clr-overlay); }
      .team-box .team-pic .team-overlay .team-shape {
        position: absolute;
        bottom: 2rem;
        width: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .team-box .team-pic .team-overlay .team-social {
        position: absolute;
        display: flex;
        gap: 1.5rem;
        align-items: center;
        justify-content: center;
        z-index: 2;
        width: 100%;
        bottom: 58px; }
        .team-box .team-pic .team-overlay .team-social li a i {
          height: 4rem;
          width: 4rem;
          line-height: 4rem;
          text-align: center;
          background-color: var(--clr-def-2);
          color: var(--clr-white);
          -webkit-border-radius: 50%;
          border-radius: 50%;
          transition: background-color .5s ease; }
          .team-box .team-pic .team-overlay .team-social li a i:hover {
            background-color: var(--clr-menu); }
  .team-box .team-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    margin: -2rem 2rem 0 2rem;
    border-radius: var(--rad-1);
    box-shadow: var(--box-shadow-1);
    background-color: var(--clr-white); }
    .team-box .team-content h5 {
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 2rem;
      font-size: 2rem; }
    .team-box .team-content span {
      font-size: 14px;
      font-weight: 500;
      color: var(--clr-heading);
      display: block;
      line-height: 1;
      text-transform: uppercase; }
  .team-box:hover .team-overlay {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }

/*17*/
/*-------------------------------------------------------
17. Variable css  
---------------------------------------------------------*/
.top-area {
  background-color: #000101; }

.top-middle {
  display: flex;
  align-items: center;
  gap: 3rem; }

.top-right.top-box {
  text-align: right; }

.top-box h5 {
  margin-bottom: 0;
  display: flex;
  gap: 1rem;
  color: var(--clr-white);
  font-size: 16px;
  align-items: center; }
  .top-box h5 i {
    color: #000101;
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: var(--clr-white);
    font-size: 2.2rem;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

/*18*/
/*-------------------------------------------------------
18. Blog css 
---------------------------------------------------------*/
.blog-box {
  position: relative;
  z-index: 1; box-shadow: 4px 5px 11px 3px #00010140;}
  .blog-box .blog-box-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    width: 100%; }
    .blog-box .blog-box-shape img {
      width: 100%; }
  .blog-box .blog-desc {
    padding: 3rem 2rem;
    box-shadow: 1px 0px 13px 0px #000101; background: #000101;}
  .blog-box .blog-meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.5rem; }
    .blog-box .blog-meta li a {
      display: flex;
      align-items: center;
      gap: 1.5rem; }
      .blog-box .blog-meta li a i {
        color: #000101; }
  .blog-box .blog-content h4 {
    text-transform: capitalize;
    line-height: 3.7rem;
    margin-bottom: 2rem; color: white;}
  .blog-box .blog-content p {
    line-height: 3.3rem;
    margin-bottom: 3rem; }

.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 11px 20px;
  background-color: var(--clr-body);
  color: var(--clr-white);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 5px; }
  .woocommerce-message a,
  .woocommerce-info a {
    color: inherit; }
    .woocommerce-message a:hover,
    .woocommerce-info a:hover {
      text-decoration: underline; }
  .woocommerce-message:before,
  .woocommerce-info:before {
    content: '\f06a';
    font-family: #ddd;
    font-weight: 900;
    margin-right: 10px; }

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #000101; }
  .woocommerce-notices-wrapper .woocommerce-message:before {
    content: '\f14a';
    font-weight: 300; }

.woocommerce-form-coupon,
.woocommerce-form-login {
  display: none; }

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: #000101; }

.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group {
  margin-bottom: 0.5rem; }
.woocommerce-checkout .form-control {
  margin-bottom: 15px; }
.woocommerce-checkout .shipping_address {
  display: none; }

.woocommerce-product-rating .star-rating {
  display: inline-block;
  vertical-align: middle; }

.woocommerce-cart-form {
  text-align: center; }

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px; }
  .cart_table thead {
    background-color: #ecf0f1; }
  .cart_table td:before,
  .cart_table th {
    font-family: var(--font-2);
    color: var(--clr-heading);
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 27px 15px; }
  .cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none; }
  .cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative; }
  .cart_table .product-quantity {
    color: var(--clr-heading); }
  .cart_table .cart-productname {
    font-weight: 600;
    font-family: var(--font-2);
    color: inherit; }
  .cart_table .cart-productimage {
    display: inline-block;
    border: 1px solid #ddd; }
  .cart_table .remove {
    color: #29af8a;
    font-size: 18px; }
  .cart_table .quantity {
    display: inline-flex;
    align-items: center; }
  .cart_table .qut-btn {
    border: 2px solid var(--clr-menu);
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    top: 0;
    left: 0; }
    .cart_table .qut-btn.quantity-minus {
      top: 0; }
    .cart_table .qut-btn:hover {
      background-color: #000101;
      color: var(--clr-white);
      border-color: transparent; }
  .cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--clr-menu);
    width: 70px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
    margin: 0 10px;
    border-radius: 4px;
    padding-right: 0;
    /* Firefox */ }
    .cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .cart_table .qty-input[type=number] {
      -moz-appearance: textfield; }
  .cart_table .actions {
    text-align: right;
    vertical-align: middle; }
    .cart_table .actions > .vs-btn {
      margin-right: 15px; }
      .cart_table .actions > .vs-btn:last-child {
        margin-right: 0; }
  .cart_table .tb-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: flex; }
    .cart_table .tb-cart-coupon input {
      height: 4rem;
      width: calc(100% - 200px);
      margin-right: 10px;
      padding-left: 20px; }
    .cart_table .tb-cart-coupon .vs-btn {
      width: 200px;
      padding-left: 0;
      padding-right: 0; }

.cart_totals {
  border: 1px solid #ecf0f1; }
  .cart_totals th,
  .cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid #ecf0f1;
    font-size: 14px;
    color: var(--clr-heading);
    width: 55%; }
    .cart_totals th:first-child,
    .cart_totals td:first-child {
      width: 45%;
      background-color: #f9fbfb;
      font-weight: 700;
      font-size: 14px;
      color: #333333; }
  .cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--clr-heading);
    font-weight: 700; }
    .cart_totals .shipping-calculator-button:hover {
      color: #000101; }
  .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px; }
  .cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0; }
  .cart_totals .shipping-calculator-form {
    display: none; }
    .cart_totals .shipping-calculator-form p:first-child {
      margin-top: 20px; }
    .cart_totals .shipping-calculator-form p:last-child {
      margin-bottom: 0; }
    .cart_totals .shipping-calculator-form .vs-btn {
      padding: 5px 30px; }
  .cart_totals .amount {
    font-weight: 700; }
  .cart_totals .order-total .amount {
    color: #1abc9c; }

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px center; }
.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px; }

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-body);
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px; }
.checkout-ordertable th {
  text-align: left; }
.checkout-ordertable ul {
  margin: 0;
  padding: 0; }
.checkout-ordertable .order-total .amount {
  color: #29af8a; }
.checkout-ordertable input[type="hidden"] ~ label {
  color: #29af8a; }

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .woocommerce-checkout-payment ul li {
    padding-top: 10px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px; }
.woocommerce-checkout-payment .place-order {
  padding-top: 30px; }
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #000101;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none; }
  .woocommerce-checkout-payment .payment_box p {
    margin: 0; }
.woocommerce-checkout-payment input[type="radio"] ~ label {
  margin-bottom: 15px;
  color: var(--clr-body); }
  .woocommerce-checkout-payment input[type="radio"] ~ label img {
    margin-bottom: -2px;
    margin-left: 10px; }

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: #ddd;
  font-weight: 700;
  font-size: 14px; }
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--clr-def-3);
    float: left;
    top: 0;
    left: 0;
    font-weight: 400;
    position: absolute;
    letter-spacing: 3px; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
    .star-rating span:before {
      content: "\f005\f005\f005\f005\f005";
      top: 0;
      position: absolute;
      left: 0;
      color: var(--clr-def-3);
      letter-spacing: 3px; }

.rating-select label {
  margin: 0;
  margin-right: 10px; }
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1; }
  .rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none; }
  .rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: #ddd;
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: var(--clr-def-3); }
  .rating-select p.stars a:hover ~ a::before {
    content: "\f005";
    font-weight: 400; }
  .rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700; }
  .rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700; }
  .rating-select p.stars.selected a.active ~ a::before {
    content: "\f005";
    font-weight: 400; }
  .rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700; }
@media only screen and (min-width: 1200px) and (max-width: 1366px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px; }
  .cart_table .cart-productname {
    font-size: 14px; }
  .cart_table .tb-cart-coupon {
    width: 100%;
    margin-bottom: 20px; }
  .cart_table .actions {
    text-align: center; }
  .cart_table .tb-udp button {
    margin-bottom: 2rem; } }
@media only screen and (max-width: 767px) {
  .tb-udp button {
    margin-bottom: 1rem; }

  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
    margin-right: 0;
    padding-right: 0;
    width: 100%; }
    .cart_table thead {
      display: none; }
    .cart_table td {
      padding: 15px;
      display: block;
      width: 100%;
      padding-left: 25%;
      text-align: right;
      border: 1px solid #f3f3f3;
      border-bottom: none;
      font-size: 1.3rem; }
      .cart_table td::before {
        display: block; }
      .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3; }
      .cart_table td.actions {
        padding-left: 15px;
        text-align: center; }
        .cart_table td.actions > .vs-btn {
          margin-top: 10px;
          margin-right: 0;
          display: block;
          width: max-content;
          margin-left: auto;
          margin-right: auto; }
          .cart_table td.actions > .vs-btn:last-child {
            margin-right: auto; }
    .cart_table .tb-cart-coupon {
      width: 100%;
      text-align: center;
      float: none;
      justify-content: center;
      display: block;
      padding-bottom: 10px; }
      .cart_table .tb-cart-coupon input {
        width: 100%;
        margin-bottom: 10px; }

  tfoot.checkout-ordertable th {
    display: none; }

  .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    max-width: 150px; }

  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px; }

  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px; }
    .cart_totals th:first-child,
    .cart_totals td:first-child {
      width: 17%;
      line-height: 1.4; } }
/*15*/
/*-------------------------------------------------------
12. Products css 
---------------------------------------------------------*/
.product-tree img {
  position: absolute;
  z-index: -1; }
  .product-tree img:first-child {
    bottom: 0;
    right: 0; }
  .product-tree img:nth-child(2) {
    top: 0;
    left: 2rem; }

.products-wpr.grid-4 {
  row-gap: 4.5rem; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

@-webkit-keyframes circle-hover {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  to {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes circle-hover {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  to {
    width: 200%;
    height: 200%;
    opacity: 0; } }
.products-box {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  background-color: var(--clr-white); }
  .products-box .products-pic {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .products-box .products-pic img {
      background: #f8f8f8; }
    .products-box .products-pic::before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      content: "";
      width: 0;
      height: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      z-index: 10; }
    .products-box .products-pic .carts {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      flex-direction: column;
      gap: 1.5rem;
      transform: translateY(-140%);
      transition: all .5s ease-in-out; }
      .products-box .products-pic .carts li a i {
        height: 3rem;
        width: 3rem;
        line-height: 3.2rem;
        text-align: center;
        background-color: #000101;
        color: var(--clr-white);
        display: block;
        font-size: 1.4rem;
        border-radius: 50%;
        transition: all .5s ease-in-out;
        padding-left: 2px; }
        .products-box .products-pic .carts li a i:hover {
          background-color: var(--clr-def-2);
          color: var(--clr-white); }
  .products-box .products-desc {
    border: 1px solid #eee;
    border-top: none;
    padding: 3rem 2rem 4.5rem 2rem; }
    .products-box .products-desc h5 {
      text-transform: capitalize;
      margin-bottom: 2rem; }
    .products-box .products-desc p {
      margin-bottom: 2rem; }
    .products-box .products-desc .products-price {
      line-height: 1;
      margin-bottom: 2rem; }
      .products-box .products-desc .products-price span {
        font-weight: 600;
        color: #000101;
        display: inline-block; }
    .products-box .products-desc .add-to-cart {
      line-height: 1; }
      .products-box .products-desc .add-to-cart .cart-btn {
        padding: 7px 1.5rem;
        line-height: 1;
        background-color: #000101;
        color: var(--clr-white);
        border-radius: 2rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        overflow: hidden;
        font-size: 1.6rem; }
        .products-box .products-desc .add-to-cart .cart-btn::before {
          position: absolute;
          height: 0%;
          width: 100%;
          top: 0;
          left: 0;
          background-color: var(--clr-def-2);
          content: '';
          z-index: -1;
          transition: all .5s ease-in-out;
          border-radius: 2rem 2rem 0 0; }
        .products-box .products-desc .add-to-cart .cart-btn::after {
          position: absolute;
          height: 0%;
          width: 100%;
          bottom: 0;
          left: 0;
          background-color: var(--clr-def-2);
          content: '';
          z-index: -1;
          transition: all .5s ease-in-out;
          border-radius: 0 0 2rem 2rem; }
  .products-box:hover .carts {
    transform: translateY(0%); }
  .products-box:hover .add-to-cart .cart-btn::before {
    height: 50%; }
  .products-box:hover .add-to-cart .cart-btn::after {
    height: 50%; }
  .products-box:hover .products-pic::before {
    -webkit-animation: circle-hover .75s;
    animation: circle-hover .75s; }

.load-more {
  line-height: 14px; }

/*20*/
/*-------------------------------------------------------
16. Contact US css 
---------------------------------------------------------*/
.contact-build img {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
  opacity: .082;
  background-attachment: fixed;
  }

.contact-us-wpr .g-5, .contact-us-wpr .gx-5 {
  --bs-gutter-x: 5rem; }

.contact-form {
  padding: 4rem;
  background-color: var(--clr-white);
  direction: rtl;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.09);
  }
  .contact-form .form-control:focus {
    box-shadow: none;
    outline: none; }
  .contact-form .contact-sub-btn button {
    transition: .5s ease-in-out;
    margin-top: 3rem; }

textarea.form-control {
  height: 15rem !important;
  padding-top: 2rem !important; }

.addr-box {
  margin-bottom: 10rem; }

.addr-box-single {
  display: flex;
  align-items: center;
  gap: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  padding: 4rem 3rem 4rem 4rem;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--clr-white); }
  .addr-box-single::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 2rem;
    background-color: #ca9e36;
    left: 0;
    top: 0;
    content: '';
    border-radius: 0 6rem 0 0;
    }
  .addr-box-single .addr-icon i {
    font-size: 3rem;
    color: var(--clr-white);
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: #000101;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1; }
    .addr-box-single .addr-icon i::after {
      position: absolute;
      z-index: -1;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #000101;
      height: 6rem;
      width: 6rem;
      z-index: -1;
      border-radius: 50%; }
  .addr-box-single .addr-desc {
    line-height: 1; }
    .addr-box-single .addr-desc h5 {
      text-transform: capitalize;
      margin-bottom: 1rem; }
    .addr-box-single .addr-desc p {
      line-height: 1.5; }

.contact-page {
  flex-direction: column;
  align-items: flex-start; }
  .contact-page .contact-table {
    width: 100%;
    margin-top: 3rem; }
    .contact-page .contact-table .table > :not(caption) > * > * {
      padding: 2rem 3rem; }

.g-map-area {
  height: 40rem; }

.g-map--wrapper iframe {
  width: 100%;
  height: 40rem;
  border: none; }

/*21*/
/*-------------------------------------------------------
21. Faq css 
---------------------------------------------------------*/
.faq-shape {
  position: absolute;
  bottom: 0;
  z-index: -1; }

.faq-area {
  position: relative;
  z-index: 1; }
  .faq-area .faq-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .7;
    z-index: -1; }

.faq-el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; }

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee; }

.accordion-item:not(last-child) {
  margin-bottom: 3rem; }

.accordion-button {
  padding: 2.5rem 2rem;
  font-size: 1.5rem;
  color: var(-clr-heading);
  background-color: var(-clr-bg);
  font-weight: 500; }

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f067";
  /* FontAwesome Unicode */
  font-weight: 900;
  background-image: inherit;
  font-size: 1.4rem; }

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: inherit;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f068";
  /* FontAwesome Unicode */
  font-weight: 900;
  font-size: 1.4rem; }

.accordion-button:not(.collapsed) {
  border: none; }

.accordion-button:not(.collapsed) {
  color: var(-clr-heading);
  background-color: var(-clr-heading);
  box-shadow: none; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none; }

.accordion-body {
  padding: 2rem 2rem 2rem 2rem; }
  .accordion-body p {
    font-size: 1.6rem; }

/*22*/
/*-------------------------------------------------------
22.Shop css 
---------------------------------------------------------*/
/*Shop Page*/
.tb-pagination {
  text-align: center; }
  .tb-pagination ul {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center; }
    .tb-pagination ul li a {
      display: inline-block;
      height: 5rem;
      width: 5rem;
      line-height: 4.5rem;
      font-size: 1.6rem;
      font-weight: 700;
      border: 2px solid #eef1f5;
      border-radius: 50%; }
      .tb-pagination ul li a.active, .tb-pagination ul li a:hover {
        color: var(--clr-white);
        background-color: #000101;
        border-color: transparent; }

.select-opt {
  display: flex;
  gap: 5rem;
  justify-content: flex-end; }
  .select-opt .select-option {
    display: grid;
    align-items: center;
    grid-template-columns: 7rem 1fr; }
    .select-opt .select-option label {
      font-size: 14px;
      margin-bottom: 0;
      margin-right: 15px;
      font-weight: 500;
      line-height: 1;
      color: var(--clr-heading); }
    .select-opt .select-option .form-select {
      height: 35px;
      border-width: 2px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: auto;
      color: var(--clr-heading);
      padding-right: 30px;
      padding-left: 20px;
      font-size: 14px;
      margin: 0; }

.shop-filter {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .shop-filter a {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: #000101;
    color: var(--clr-white);
    display: inline-block; }

.products-wpr.product-list.grid-2 {
  grid-row-gap: 4.5rem; }

.product-list .products-box {
  display: flex;
  align-items: center;
  background-color: var(--clr-white); }
  .product-list .products-box .products-desc {
    border: none; }

/*Shop details*/
.sh-de-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 6rem; }

.shop-datails-pic img,
.sh-pic img {
  border: 1px solid #ddd; }

.sh-de-left .nav-tabs {
  border-bottom: none; }
  .sh-de-left .nav-tabs .nav-link {
    border: none;
    padding: 0; }
    .sh-de-left .nav-tabs .nav-link:last-child {
      margin-right: 0; }
.sh-de-left nav {
  margin-top: 2rem; }

.sh-pic img {
  background-color: #FAFAFA;
  width: 100%; }

.shop-datails-pic img {
  background-color: #FAFAFA;
  width: 100%; }

/*Shop Quantity Number*/
.quantity {
  display: inline-block; }

.quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef; }

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none; }

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor: pointer; }

.quantity.buttons_added .minus {
  border-right: 0; }

.quantity.buttons_added .plus {
  border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none; }

.sh-de-header h4 {
  text-transform: capitalize;
  font-weight: 700; }
.sh-de-header p {
  margin-bottom: 2rem; }

.sh-de-rating {
  margin-bottom: 1.5rem; }
  .sh-de-rating i {
    color: #F9C936;
    margin-right: 8px; }

.sh-de-price {
  margin-bottom: 2rem; }
  .sh-de-price span {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--clr-heading);
    font-family: var(--font-2);
    display: block; }

.sh-de-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  .sh-de-quantity .quantity.buttons_added {
    margin-right: 0; }

.sh-de-color {
  margin-bottom: 1.5rem; }
  .sh-de-color ul li {
    display: inline-block;
    margin-right: 1rem; }
    .sh-de-color ul li:last-child {
      display: inline-block;
      margin-right: 0; }
    .sh-de-color ul li .d-colors span {
      display: inline-block;
      height: 1rem;
      width: 1rem;
      border-radius: 50%; }
      .sh-de-color ul li .d-colors span:first-child {
        background-color: #FA3150; }
      .sh-de-color ul li .d-colors span:nth-child(2) {
        background-color: #F9C936; }
      .sh-de-color ul li .d-colors span:nth-child(3) {
        background-color: #92B8B9; }

.sh-de-btn {
  margin-bottom: 2rem; }
  .sh-de-btn a {
    display: inline-block;
    padding: 1rem 3rem;
    border: 1px solid #ECEBEB;
    margin-right: 1rem;
    transition: .5s ease;
    text-transform: uppercase;
    line-height: 1;
    color: var(--heading-color); }
    .sh-de-btn a:hover {
      background: var(--clr-black);
      border: 1px solid transparent;
      color: var(--clr-white); }
  .sh-de-btn .sh-de-btn-1 i {
    margin-left: 7px; }
  .sh-de-btn .sh-de-btn-2 i {
    margin-right: 7px; }

.product-rev-wrapper .nav-item {
  width: 25%;
  overflow: hidden;
  display: inline-block; }
.product-rev-wrapper .nav-pills .nav-link {
  border-radius: 0;
  text-align: center;
  border: 1px solid #eaeaea;
  width: 100%; }
.product-rev-wrapper div#pills-tabContent {
  margin-top: 3rem; }

.nav-pills .nav-link.active {
  color: var(--clr-heading);
  background-color: #f8f8f8; }
.nav-pills .show > .nav-link {
  color: var(--clr-heading);
  background-color: #f8f8f8; }

/*Cart Page Css*/
.form-cop .input-style-2 {
  height: 7rem;
  margin-right: 1rem; }

.ui-w-40 {
  width: 40px !important;
  height: auto; }

.ui-product-color {
  display: inline-block;
  overflow: hidden;
  margin: .144em;
  width: .875rem;
  height: .875rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  vertical-align: middle; }

.cart-qty .card {
  box-shadow: none;
  border: none;
  background-color: transparent; }
.cart-qty .card-body {
  padding: 0; }
  .cart-qty .card-body .media {
    display: flex;
    align-items: center;
    gap: 1rem; }
.cart-qty .table thead th {
  border-bottom: none;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--clr-body); }
.cart-qty .close {
  color: #DDDDDD;
  font-size: 4.6rem;
  font-weight: 100;
  opacity: 1; }
.cart-qty .form-control.bk {
  padding: 17px 1rem;
  border: none;
  border-radius: 1.25rem;
  background-color: #fff;
  font-size: 1.6rem;
  outline: none; }

.cart-tl ul li {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem; }
.cart-tl .cart-tl-title {
  color: var(--clr-heading);
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.5rem; }

.cart-tt {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cart-n p {
  margin-bottom: 1.2rem;
  line-height: 1; }
  .cart-n p:last-child {
    margin-bottom: 0; }

.cr-tl-btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center; }
  .cr-tl-btn a {
    padding: 1rem 3rem;
    text-align: center;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin-right: 3rem;
    transition: .5s ease; }
    .cr-tl-btn a:hover {
      background-color: #000101;
      color: var(--clr-heading); }
    .cr-tl-btn a:last-child {
      margin-right: 0; }

.course-over-fet {
  background-color: var(--clr-white);
  box-shadow: 0 3px 1.5rem rgba(139, 139, 139, 0.16);
  padding: 6rem; }

.course-over-bio {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }

.course-over-name {
  margin-left: 2.5rem; }
  .course-over-name h5 {
    line-height: 1;
    margin-bottom: 9px; }
  .course-over-name h6 {
    line-height: 1;
    margin-bottom: 3px; }

.course-over-rating i {
  color: #000101; }

.course-ovr-wrp .single-content-title {
  margin-bottom: 2.5rem; }
.course-ovr-wrp .single-comments-section {
  margin-top: 3rem; }
.course-ovr-wrp .row.csf.align-items-center {
  margin-top: -3.5rem; }

.single-comments-section-form h2 {
  margin-bottom: 3rem; }

/*Comment Section*/
.single-comments-section .single-commentor .single-commentor-user {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: center;
  grid-gap: 2rem; }
  .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 {
      text-transform: capitalize;
      margin-bottom: 7px; }
      .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 span {
        text-transform: uppercase;
        color: var(--clr-body);
        position: relative;
        z-index: 1;
        padding-left: 2rem; }
        .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 span::before {
          position: absolute;
          content: '';
          top: 50%;
          left: 1rem;
          height: 1.6rem;
          width: 1px;
          background: #5156ea;
          transform: translate(0, -50%); }
    .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head a i {
      font-size: 1.4rem;
      margin-right: 7px; }
    .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head a:hover i {
      color: #5156ea; }
  .single-comments-section .single-commentor .single-commentor-user p {
    margin-bottom: 0; }
.single-comments-section .single-commentor ul li {
  margin-bottom: 3rem; }
.single-comments-section .single-commentor .single-commentor-user.rlp .single-commentor-user-bio-head h6 {
  color: #000101; }

.single-commentor-user.rlp {
  padding-left: 7rem; }

/*single-comments-section-form*/
.single-comments-section-form form .form-control {
  outline: none;
  height: 5rem;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding: 1rem 3rem;
  line-height: 1;
  margin-bottom: 3.5rem; }
  .single-comments-section-form form .form-control::placeholder {
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--clr-body);
    line-height: 1;
    text-transform: capitalize; }
.single-comments-section-form form textarea.form-control {
  height: 15rem; }
.single-comments-section-form form button {
  padding: 1rem 3rem;
  font-family: var(--font-2);
  font-size: 2.2rem;
  border: none;
  font-weight: 400;
  background: #000101;
  color: var(--clr-white); }

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider_border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14.29%;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  z-index: 10;
}

.main-slider_border-two {
  left: 14.29%;
}

.main-slider_border-three {
  left: 28.59%;
}

.main-slider_border-four {
  left: 42.88%;
}

.main-slider_border-five {
  left: 57.17%;
}

.main-slider_border-six {
  left: 71.46%;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--thm-black);
  height: 78vh;
}
.main-slider .swiper-slide .row {
  direction : rtl;
}
.main-slider .swiper-slide .container {
  position: relative;
  z-index: 30;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 7000ms ease;
  z-index: 1;
}

.main-slider .image-layer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000a1;
  z-index: 2;
}



.main-slider .container {
  padding-bottom: 65px;
  padding-top: 65px;
}

.main-slider__content {
  position: relative;
  display: block;
direction: rtl;}

.main-slider h2 {
  margin: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 45px;
  line-height: 110px;
  text-transform: uppercase;
  margin-right: 10px;
}

.main-slider .thm-btn {
  font-size: 18px;
  font-weight: 700;
  background-color: #ca9e36;
  color: var(--thm-black);
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease,
      opacity 2000ms ease,
      color 500ms ease,
      background 500ms ease;
}

.main-slider .thm-btn:hover {
  background-color: #000101;
  color: #fff;
}

.main-slider .swiper-slide-active .image-layer {
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  right: 45%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  z-index: 100;
  font-size: 20px;
  color: #ffffff;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
}


.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #babbbf;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav .swiper-button-next .icon-right-arrow {
  position: relative;
  transform: rotate(180deg);
}



#main-slider-pagination {
  z-index: 10;
  bottom: 60px;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  counter-reset: count;
  line-height: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 30px;
  border-radius: 0%;
  opacity: 1;
  background-color: transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  height: 30px;
  width: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border-bottom: 2px solid #ffffff;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  transform: translateY(-10px);
}







#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:focus,
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  outline: none;
  border: none;
}






.product-area {
	direction : rtl;
	
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two .container {
  padding-bottom: 250px;
  padding-top: 231px;
}

.main-slider-two .image-layer-overlay {
  background: rgba(var(--thm-black-rgb), 0.6);
}

.main-slider-two .thm-btn {
  background-color: #ffffff;
}

.main-slider-two .thm-btn:hover {
  background: #babbbf;
}


.main-slider__nav-two {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.main-slider__nav-two .swiper-button-next,
.main-slider__nav-two .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #ffffff;
  opacity: 1;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}


.main-slider__nav-two .swiper-button-next:hover,
.main-slider__nav-two .swiper-button-prev:hover {
  color: #babbbf;
}

.main-slider__nav-two .swiper-button-next::after,
.main-slider__nav-two .swiper-button-prev::after {
  display: none;
}

.main-slider__nav-two .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav-two .swiper-button-prev .icon-left-arrow {
  position: relative;
  transform: rotate(180deg);
}


.main-slider-two #main-slider-pagination {
  text-align: center;
  bottom: 100px;
}



/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  background-color: var(--thm-black);
  padding-bottom: 120px;
  padding-top: 120px;
}

.main-slider-three-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.08;
}

.main-slider-three-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 725px;
  height: 680px;
  opacity: .15;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.main-slider-three__container {
  position: relative;
  display: block;
  width: 100%;
}

.main-slider-three__left {
  position: relative;
  display: block;
  width: 55%;
  float: left;
}

.main-slider-three__left-carousel {}

.main-slider-three__left-single {}

.main-slider-three__left-img {
  overflow: hidden;
  position: relative;
  display: block;
}

.main-slider-three__left-img>img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}

.main-slider-three__left-carousel .active .main-slider-three__left-img>img {
  transform: scale(1.15);
}

.main-slider-three__right {
  position: relative;
  display: block;
  width: 45%;
  float: right;
  padding-left: 100px;
  padding-top: 95px;
}

.main-slider-three__title {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.main-slider-three__text {
  font-size: 20px;
  color: #9d9d9d;
  font-style: italic;
  margin: 0;
}

.main-slider-three__right-btn {
  background-color: #ffffff;
  color: var(--thm-black);
  margin-top: 50px;
}





/*23*/
/*-------------------------------------------------------
20. Checkout css
---------------------------------------------------------*/
.checkout-wrapper {
  display: flex;
  justify-content: center;
  animation: slideUp 2000ms ease; }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.checkout h2 {
  align-self: center; }

.checkout {
  background-color: #000101;
  -webkit-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
  border-radius: 1rem;
  padding: 6rem 4rem; }
  .checkout input {
    width: 100%;
    min-height: 25px;
    border: 0;
    font-size: 1.5rem;
    letter-spacing: .15rem;
    color: var(--clr-heading);
    border-radius: 10px;
    margin-bottom: 2rem; }
  .checkout label {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    color: var(--clr-white);
    margin-bottom: 1rem; }
  .checkout h2 {
    font-size: 24px;
    line-height: 1;
    color: var(--clr-white);
    letter-spacing: 1px; }

.name {
  justify-content: space-between;
  /* display: flex; */
  width: 100%;
  }
  .name div {
    width: 45%; }

.address-info {
  display: flex;
  justify-content: space-between; }
  .address-info div {
    width: 30%; }

.cc-info {
  display: flex;
  justify-content: space-between; }
  .cc-info div {
    width: 45%; }

.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem; }
  .btns button {
    margin: 0;
    color: #000101;
    background-color: var(--clr-white);
    text-transform: uppercase;
    border: 0;
    border-radius: 1rem;
    letter-spacing: -1px;
    font-weight: 600;
    padding: 1.2rem 3rem;
    line-height: 1; }
    .btns button:hover {
      animation-name: btn-hov;
      animation-duration: 550ms;
      animation-fill-mode: forwards; }

@keyframes btn-hov {
  100% {
    background-color: #cfc9e1;
    color: #4a3b76;
    transform: scale(1.05); } }
input:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.p-info {
  font-size: 24px;
  line-height: 1;
  color: var(--clr-white);
  letter-spacing: 1px;
  margin-top: 3rem;
  margin-bottom: 2rem; }

@media (max-width: 736px) {
  .checkout-wrapper {
    width: 100%; }

  .btns {
    flex-direction: column; }
    .btns button {
      width: 100%; }

  .checkout h2 {
    text-align: center;
    line-height: 1.4; }

  .name,
  .address-info,
  .cc-info {
    flex-direction: column;
    width: 100%;
    justify-content: space-between; }
    .name div,
    .address-info div,
    .cc-info div {
      align-items: center;
      flex-direction: column;
      width: 100%;
      display: flex; }

  .street,
  .cc-num {
    text-align: center; }

  .checkout input {
    margin: 5px 0;
    min-height: 30px; } }
/*24*/
/*-------------------------------------------------------
24. Vidz css 
---------------------------------------------------------*/
.vidz-wpr {
  position: relative;
  z-index: 1; }
  .vidz-wpr img {
    filter: brightness(0.3); }
  .vidz-wpr .pl {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.play-bt {
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000101;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 4rem;
  color: var(--clr-white);
  padding-left: 5px; }
  .play-bt:hover {
    color: var(--clr-white); }
  .play-bt::before {
    content: '';
    background-color: #000101;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    -webkit-animation: button_wave 3s infinite ease-in-out;
    animation: button_wave 3s infinite ease-in-out; }

@-webkit-keyframes button_wave {
  0% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 170, 235, 0.65), 0 0 0 50px rgba(0, 170, 235, 0.8);
    box-shadow: 0 0 0 30px rgba(0, 170, 235, 0.65), 0 0 0 50px rgba(0, 170, 235, 0.8); }
  50% {
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 170, 235, 0.65), 0 0 0 50px rgba(0, 170, 235, 0.8);
    box-shadow: 0 0 0 30px rgba(0, 170, 235, 0.65), 0 0 0 50px rgba(0, 170, 235, 0.8); } }
/*-------------------------------------------------------
17. Register css 
---------------------------------------------------------*/
.reg-wpr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1; }

.login-shape {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%; }

.login-form {
  text-align: center;
  width: 47rem;
  padding: 6rem 5rem;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  background-color: var(--clr-white); }
  .login-form .header-icon {
    display: block;
    margin-bottom: 3rem; }
  .login-form .input-style-2 {
    height: 5.5rem;
    border-radius: 4px;
    border: 1px solid #eee; }
    .login-form .input-style-2::placeholder {
      font-size: 1.6rem; }
  .login-form .login-btn {
    display: block;
    width: 100%;
    text-align: center; }
  .login-form .reg-acc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.005em;
    margin-top: 3rem; }
    .login-form .reg-acc a {
      color: #000101; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1; }

.form-check-input[type=checkbox] {
  border-radius: 0;
  margin-top: 0;
  vertical-align: top;
  float: inherit;
  margin-left: -3em; }

.rs-ps {
  margin-top: -7px;
  display: block;
  font-size: 1.4rem; }

.form-check-label {
  color: var(--clr-body);
  margin-left: 1rem; }

.register-title {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.005em; }

/*-------------------------------------
	18. Loading 
-------------------------------------*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(img/logo/pre-loader.gif) center no-repeat var(--clr-white);
  text-align: center;
  }

/*-------------------------------------------------------
21. Footer css 
---------------------------------------------------------*/
footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* background-color: #751c51; */ direction: rtl;background-image: linear-gradient(to right bottom, rgb(26 26 26 / 50%), #fbfbfb), url(../images/background/10.jpg);}

.footer-shp {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0; }

.copyright {
  border-top: 1px solid #333232;
  padding: 2rem 0;
  }
  .copyright .copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .copyright p {
    color: #000101; }
    .copyright p a {
      color: #000101;
      font-weight: 700; }

.footer-widget-title {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  z-index: 1;
  color: #000;
  }
  .footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 6rem;
    height: 4px;
    bottom: 0;
    right: 0;
    background-color: #e3bf69;
    }

.about-us {
  padding-right: 5rem; }
  .about-us .footer-logo {
    margin-bottom: 4rem; }
  .about-us p {
    color: #000101;
    line-height: 3.2rem;
    margin-bottom: 4rem; }

.footer-sub form {
  position: relative;
  z-index: 1; }
  .footer-sub form .input-style-1 {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc; }
  .footer-sub form .input-btn {
    background-color: #000101;
    color: var(--clr-white);
    outline: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 4rem;
    width: 4rem;
    border-radius: 5px;
    font-size: 1.5rem; }
    .footer-sub form .input-btn:hover {
      background-color: var(--clr-menu); }

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .footer-list li {
    position: relative;
    z-index: 1; }
    .footer-list li a {
      color: #000101;
      transition: color .5s ease;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      }
      .footer-list li a i {
        color: #ca9e36;
        }
    .footer-list li:hover a {
      color: #896719;
      }

.recent-product {
  padding-left: 2rem; }
  .recent-product ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    .recent-product ul li .rcp {
      display: flex;
      align-items: center;
      gap: 2rem; }
      .recent-product ul li .rcp .rcp-desc {
        line-height: 1; }
        .recent-product ul li .rcp .rcp-desc h6 {
          text-transform: capitalize;
          font-weight: 600;
          color: var(--clr-white); }
        .recent-product ul li .rcp .rcp-desc span {
          color: #000101;
          line-height: 1;
          font-weight: 600; }

.footer-social {
  display: flex;
  gap: 1.5rem;
  }
  .footer-social li a i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: #000101;
    color: #fff;
    border-radius: 50%;
    transition: background-color .5s ease;
    }
    .footer-social li a i:hover {
      background-color: #ca9e36;
      }

/*-------------------------------------------------------
15. Blog Single css
---------------------------------------------------------*/
.blockqoute {
  padding: 3rem;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.0015em;
  color: var(--clr-white);
  background-color: #000101;
  position: relative;
  z-index: 1; }
  .blockqoute .block-qoute {
    position: absolute;
    content: '';
    left: 3rem;
    top: 2.5rem;
    z-index: -1; }

.single-content-img {
  position: relative;
  z-index: 1; }
  .single-content-img img {
    border-radius: 6px;
    width: 100%; }
  .single-content-img .single-sci-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(7, 14, 39, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }

.theme-single.blog-single {
  padding: 2rem;
  background: var(--clr-white); }

.single-comments-section.blg-single {
  background: var(--clr-white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  padding: 4rem 5rem;
  margin-top: 3rem; }
  .single-comments-section.blg-single .single-content-title {
    margin-bottom: 3rem;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.0015em; }
  .single-comments-section.blg-single .single-comments-section-form h4 {
    margin-bottom: 3rem; }
  .single-comments-section.blg-single .single-commentor {
    margin-bottom: 0rem; }
    .single-comments-section.blg-single .single-commentor ul {
      display: flex;
      flex-direction: column;
      gap: 3rem; }
    .single-comments-section.blg-single .single-commentor .single-commentor-user {
      display: flex;
      align-items: center;
      gap: 3rem; }

.single-comments-section.blg-single .single-comments-section-form form .form-control {
  margin-bottom: 0; }

textarea.input-style-2 {
  height: 15rem; }

.blog-single-pic {
  margin-bottom: 6rem;
  display: block; }

.blog-single-info .blog-single-header .blog-single-title {
  font-weight: 400;
  margin-bottom: 3rem; }
.blog-single-info .blog-single-header .blog-single-meta {
  display: flex;
  align-items: center;
  gap: 3rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.3rem; }
  .blog-single-info .blog-single-header .blog-single-meta li i {
    margin-right: 1rem; }
  .blog-single-info .blog-single-header .blog-single-meta li:first-child i {
    color: #2878eb; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(2) i {
    color: #f14d5d; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(3) i {
    color: #00d2ff; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(4) i {
    color: #f14d5d; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(5) i {
    color: #1a01ff; }
.blog-single-info .blog-tag-links {
  gap: 2rem; }
.blog-single-info .blog-single-nxt-prev {
  display: flex;
  gap: 1.5rem; }
  .blog-single-info .blog-single-nxt-prev a i {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--theme-color);
    text-align: center;
    color: var(--white-color);
    display: inline-block;
    font-size: 3rem; }
  .blog-single-info .blog-single-nxt-prev a:last-child i {
    background-color: #f14d5d; }
.blog-single-info .blog-single-comment .blog-single-single {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 4rem;
  align-items: center;
  margin-bottom: 3rem; }
  .blog-single-info .blog-single-comment .blog-single-single:last-child {
    margin-bottom: 0; }
  .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio h5 {
    font-weight: 500; }
    .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio h5 .reply {
      color: var(--body-color);
      font-size: 1.6rem;
      font-weight: 400; }
  .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio span {
    display: block;
    margin-bottom: 1.5rem; }

.single-comments-section-form .input-style-2 {
  padding: 2.1rem 2rem;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  line-height: 1;
  background-color: var(--clr-white); }
  .single-comments-section-form .input-style-2::placeholder {
    font-size: 1.6rem;
    color: #787781;
    opacity: 1; }
  .single-comments-section-form .input-style-2:focus {
    outline: none;
    box-shadow: none; }

.blog-single-area .single-comments-section .single-commentor .single-commentor-user p {
  margin-bottom: 2rem; }

textarea.input-style-2 {
  height: 15rem !important; }

button.theme-btn {
  border: none; }

.single-user-title {
  font-weight: 500;
  margin-bottom: 6rem; }

.b-qoute {
  padding: 3rem 6rem;
  font-style: italic;
  border: 1px solid #eaeaea; }

.theme-single {
  padding: 1.5rem 2rem;
  box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
  border-radius: 5px;
  background-color: var(--clr-white); }

.theme-info {
  padding: 3rem 3rem 2rem 3rem; }

.theme-pic {
  position: relative;
  z-index: 1; }
  .theme-pic .big-pic {
    width: 100%;
    border-radius: 5px; }
  .theme-pic .pdt-title {
    position: absolute;
    bottom: -5rem;
    left: 3%;
    box-shadow: 0px 0px 29px 0px rgba(34, 34, 34, 0.1);
    padding: 1.5rem 2rem;
    border-radius: 5px;
    background-color: var(--clr-white);
    text-transform: capitalize;
    font-size: 3.2rem; }

.theme-opt-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.0015em; }

.de-list {
  column-count: 2;
  column-gap: 4rem; }
  .de-list li {
    margin-bottom: 2rem; }
    .de-list li:last-child {
      margin-bottom: 0; }
    .de-list li .de-wpr {
      display: flex;
      align-items: flex-start;
      gap: 2rem; }
      .de-list li .de-wpr .de-icon {
        font-size: 5rem;
        color: #000101; }

.theme-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid rgba(7, 14, 39, 0.1);
  margin-bottom: 3rem; }
  .theme-meta .theme-meta-left ul {
    display: flex;
    align-items: center;
    gap: 3rem; }
    .theme-meta .theme-meta-left ul li i {
      color: #000101;
      margin-right: 1rem; }
  .theme-meta .theme-meta-right {
    display: flex;
    align-items: center;
    gap: 3rem; }
    .theme-meta .theme-meta-right a i {
      color: #000101;
      margin-right: 8px; }
    .theme-meta .theme-meta-right .footer-social li a i {
      height: 4rem;
      width: 4rem;
      line-height: 4rem;
      text-align: center;
      border: 1px solid #000101;
      font-size: 1.6rem;
      color: #000101; }
  .theme-meta .share-btn a {
    display: flex;
    align-items: center; }
    .theme-meta .share-btn a i {
      font-size: 2rem;
      margin-right: 1rem; }

.theme-desc h2 {
  margin-bottom: 3rem;
  text-transform: capitalize; }

.theme-opt {
  margin-bottom: 3rem; }
  .theme-opt:last-child {
    margin-bottom: 0; }
  .theme-opt ul {
    display: flex;
    flex-direction: column;
    gap: 3px; }
    .theme-opt ul li {
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0.0015em;
      position: relative;
      z-index: 1;
      padding-left: 2rem; }
      .theme-opt ul li a {
        text-decoration: underline; }
      .theme-opt ul li::before {
        position: absolute;
        content: '';
        height: 1rem;
        width: 1rem;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: var(--clr-heading);
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }

.theme-price-plan .theme-price-single {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .theme-price-plan .theme-price-single .form-check-input {
    margin-top: 0;
    outline: none;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
    .theme-price-plan .theme-price-single .form-check-input:focus {
      outline: none;
      box-shadow: none; }
    .theme-price-plan .theme-price-single .form-check-input:checked {
      background-color: transparent;
      border: 1px solid #000101; }
      .theme-price-plan .theme-price-single .form-check-input:checked::before {
        position: absolute;
        content: '';
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #000101;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.plan-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.005em;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(7, 14, 39, 0.1); }

.theme-price-single .form-check-label {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.005em;
  color: var(--clr-heading); }
.theme-price-single .theme-price-value {
  color: var(--clr-def-2);
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.005em; }

.theme-bottom-price-btuoon {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem; }

.theme-bottom-price-port {
  margin-top: 3rem; }

.price {
  padding: 3rem 2rem; }

.theme-bottom-price-btuoon .btn-6 {
  padding: 1.2rem 3rem; }

.btn-11 {
  display: inline-block;
  padding: 2rem;
  background-color: var(--clr-bg-2);
  color: #000101;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.0015em; }
  .btn-11:hover {
    background-color: #000101;
    color: var(--clr-white); }

.theme-single-pill {
  box-shadow: 0px 0px 50px 0px rgba(7, 14, 39, 0.1);
  background-color: var(--clr-white); }
  .theme-single-pill .nav {
    display: flex;
    flex-wrap: inherit;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between; }
  .theme-single-pill .nav-pills .nav-item {
    width: 100%; }
    .theme-single-pill .nav-pills .nav-item .nav-link {
      border: 3px solid transparent;
      border-radius: 5px 5px 0 0;
      padding: 2rem;
      line-height: 1;
      margin-right: 0;
      color: var(--clr-body);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.0015em;
      width: 100%; }
  .theme-single-pill .nav-pills .nav-link.active,
  .theme-single-pill .nav-pills .show > .nav-link {
    color: var(--clr-white); }

.blog-page-single {
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
  margin-bottom: 3rem;
  background-color: var(--clr-white); }
  .blog-page-single:last-child {
    margin-bottom: 0; }
  .blog-page-single .blog-pic {
    margin-bottom: 0rem; }
  .blog-page-single .blog-content {
    position: relative;
    z-index: 1;
    padding: 4rem; }
    .blog-page-single .blog-content .blog-page-shape {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .blog-page-single .blog-content .blog-text {
      margin-bottom: 3rem;
      padding-bottom: 3rem;
      border-bottom: 1px dashed #ccc;
      line-height: 3.4rem; }
    .blog-page-single .blog-content .blog-page-title {
      line-height: 1.4;
      text-transform: capitalize; }
    .blog-page-single .blog-content .blog-user {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .blog-page-single .blog-content .blog-user .blog-user-info {
        display: flex;
        align-items: center;
        gap: 2rem;
        line-height: 1; }
        .blog-page-single .blog-content .blog-user .blog-user-info .blog-user-bio h4 {
          font-size: 2.2rem;
          text-transform: capitalize;
          line-height: 1;
          margin-bottom: 1rem; }
        .blog-page-single .blog-content .blog-user .blog-user-info .blog-user-bio span {
          color: var(--clr-heading);
          display: block;
          font-size: 1.4rem;
          line-height: 1; }
      .blog-page-single .blog-content .blog-user .blog-mta {
        display: flex;
        align-items: center;
        gap: 2rem; }
        .blog-page-single .blog-content .blog-user .blog-mta li i {
          color: #000101;
          margin-right: 2rem; }

.red-more {
  line-height: 1; }

/*-------------------------------------------------------
15. Sidebar css
---------------------------------------------------------*/
.widget {
  padding: 4rem 3rem;
  box-shadow: 0px 0px 50px 0px rgba(7, 14, 39, 0.1);
  margin-bottom: 3rem;
  background-color: var(--clr-white); }
  .widget:last-child {
    margin-bottom: 0; }

.ps.g-5 {
  --bs-gutter-x: 5rem; }

.work-title {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1; }
  .work-title::before {
    position: absolute;
    z-index: -1;
    height: 5px;
    width: 6rem;
    border-radius: 2rem;
    content: '';
    bottom: 0;
    left: 0;
    background-color: #000101; }

.search-form {
  position: relative;
  z-index: 1; }
  .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px; }
    .search-form button i {
      color: var(--clr-white); }

.category-list ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .category-list ul li {
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #ccc; }
    .category-list ul li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .category-list ul li a {
      display: flex;
      align-items: center;
      gap: 1.5rem; }
      .category-list ul li a i {
        height: 5rem;
        width: 5rem;
        line-height: 5rem;
        text-align: center;
        border-radius: 50%;
        background-color: #000101;
        color: var(--clr-white);
        display: inline-block;
        font-size: 3rem; }

.slidecontainer {
  width: 100%; }
  .slidecontainer .slider {
    -webkit-appearnce: none;
    width: 100%;
    height: 4px;
    background: var(--clr-bg-2);
    outline: none;
    border: none; }
    .slidecontainer .slider:hover {
      opacity: 1; }
    .slidecontainer .slider::-webkit-slider-thumb {
      -webkit-appearnce: none;
      width: 5px;
      height: 5px;
      background: red;
      cursor: pointer; }
    .slidecontainer .slider::-moz-range-thumb {
      width: 5px;
      height: 5px;
      background: red;
      cursor: pointer; }

.sidebar-rating {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .sidebar-rating li {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-left: 3rem; }
    .sidebar-rating li::before {
      position: absolute;
      content: '';
      width: 16px;
      height: 16px;
      border: 1px solid #000101;
      border-radius: 50%;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
    .sidebar-rating li::after {
      width: 8px;
      height: 8px;
      position: absolute;
      content: '';
      z-index: -1;
      background: #000101;
      left: 4px;
      border-radius: 50%;
      top: 50%;
      transform: translate(0, -50%); }

.recent-post-single {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2rem; }
  .recent-post-single:last-child {
    margin-bottom: 0; }
  .recent-post-single .recent-post-bio h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 10px; }
  .recent-post-single .recent-post-bio span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    gap: 8px; }

.content-tags {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .content-tags h5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.0015em; }
  .content-tags ul {
    display: flex;
    align-items: center;
    gap: 1.5rem; }

.tags-link {
  padding: 1.5rem 2rem;
  background-color: var(--clr-bg);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.0025em;
  color: var(--clr-heading);
  display: inline-block; }
  .tags-link:hover {
    background-color: #000101;
    color: var(--clr-white); }

.sidebar-tags .tags a {
  margin: 8px 8px 8px 0; }

.share {
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.0025em;
  text-transform: capitalize;
  color: var(--clr-heading); }
  .share img {
    margin-right: 7px; }

.de-bpd {
  padding-left: 10rem; }

.service-sidebar ul li {
  margin-bottom: 1.5rem;
  display: block; }
  .service-sidebar ul li:last-child {
    margin-bottom: 0; }
  .service-sidebar ul li a {
    display: flex;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #ca9e36;
    background-color: #222222;
    align-items: center;
    justify-content: space-between;
    }

.theme-pic .pdt-title {
  margin-right: 3rem; }

.project-sidebar .project-sidebar-single {
  box-shadow: 0 0 10px #eee;
  padding: 30px;
  margin-bottom: 3rem;
  background-color: var(--clr-white); }
  .project-sidebar .project-sidebar-single:last-child {
    margin-bottom: 0; }
  .project-sidebar .project-sidebar-single ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--font-2);
    font-weight: 600;
    line-height: 33px; }
    .project-sidebar .project-sidebar-single ul li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }
    .project-sidebar .project-sidebar-single ul li span {
      display: block;
      font-weight: normal;
      margin: 0;
      text-transform: capitalize; }

.rating a i {
  color: #000101; }

.contactUs {
	direction: rtl;
	text-align : right;
}
/* -------------------------------------------------------
21. Breadcrumb css
---------------------------------------------------------*/
.site-breadcrumb {
  height: 40vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 3;
  }
  .site-breadcrumb::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    z-index: -1;
    content: '';
    opacity: .7;
    }
  .site-breadcrumb .breadcrumb-title {
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--clr-white);
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.0025em;
    display: inline-block;
    /* background-color: #000101; */
    padding: 1.2rem 4rem;
    line-height: 1;
    position: relative;
    z-index: 1;
    }
    .site-breadcrumb .breadcrumb-title::before {
      position: absolute;
      z-index: -1;
      content: '';
      width: 100%;
      height: 100%;
      top: 0px;
      left: 10px;
      background-color: #ca9e36;
      opacity: .7;
      }
  .site-breadcrumb .breadcrumb-menu {
    position: absolute;
    z-index: 1;
    bottom: -23px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 1.2rem 4rem;
    background-color: #fff;
    border-radius: 3rem;
    box-shadow: 0 0 10px rgba(0, 0 , 0, .09);
    }
    .site-breadcrumb .breadcrumb-menu li {
      position: relative;
      display: inline-block;
      margin-left: 3rem;
      color: var(--clr-white);
      font-weight: 500;
      text-transform: capitalize; }
      .site-breadcrumb .breadcrumb-menu li a {
        color: var(--clr-heading);
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .site-breadcrumb .breadcrumb-menu li.active {
        color: #ca9e36;
        }
      .site-breadcrumb .breadcrumb-menu li::before {
        position: absolute;
        content: '/';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        width: 2rem;
        right: -24px;
        top: 1px;
        text-align: center;
        font-size: 1.4rem;
        color: var(--clr-heading); }
      .site-breadcrumb .breadcrumb-menu li:first-child {
        margin-left: 0; }
      .site-breadcrumb .breadcrumb-menu li:last-child:before {
        display: none; }
      .site-breadcrumb .breadcrumb-menu li:hover {
        color: #222222;
        }

/*-------------------------------------------------------
17. Pagination css 
---------------------------------------------------------*/
.pagination {
  display: block;
  margin-top: 6rem;
  margin-bottom: 0px;
  text-align: center; }
  .pagination .page-value {
    width: 43px;
    height: 43px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: var(--clr-white);
    font-size: 15px;
    font-weight: 600;
    margin: 0 2px 10px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .pagination .page-value.current {
      background-color: #000101;
      color: var(--clr-white); }
    .pagination .page-value:hover {
      background-color: #000101;
      color: var(--clr-white); }
    .pagination .page-value i {
      font-size: 15px; }

/*-------------------------------------------------------
10. RTL css
---------------------------------------------------------*/
body.rtl-mode {
  direction: rtl; }
  body.rtl-mode .item-area {
    direction: ltr; }
  body.rtl-mode .price-wpr {
    direction: rtl; }
  @media (min-width: 992px) {
    body.rtl-mode .navbar-brand {
      margin-left: 3rem; }
    body.rtl-mode .navbar .nav-item .nav-link {
      margin-left: 3rem;
      margin-right: 0; } }


      .auto-container{
        position:static;
        max-width:1200px;
        padding:0px 15px;
        margin:0 auto;
      }

 

@media only screen and (max-width: 1140px){
	
	.main-header{
		margin:0px !important;
	}
		
	.page-wrapper{
		overflow:hidden;	
	}
	
	.cart-outer .table-outer{
		overflow-x:auto;
	}
	
	.main-menu .navigation > li > .mega-menu{
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	.main-menu .navigation > li .mega-menu-bar h3{
		font-size:16px;	
	}
	
	.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
		font-size:15px;	
	}
	
	.main-header .nav-outer{
		
	}
	
	.main-menu .navigation > li{
		margin-right:18px;
	}
	
	.main-header .options-box .cart-box{
		
	}
	
	.shop-form .billing-inner{
		padding-right:0px;
	}
	
	.blog-detail .inner-box blockquote br,
	.about-section-two .content-column .inner-column .sec-title .text br,
	.about-section-two .content-column .inner-column .sec-title h2 br,
	.main-header .options-box .btn-box,
	.main-menu .navigation > li.has-mega-menu{
		display:none;
	}
	
	.main-header .search-box-outer{
		margin-right:15px;
	}
	
	.main-header .info-box{
		display:inline-block;
		float:none;
	}
	
	.main-header .info-box{
		padding-right:25px;
		margin-left:25px;
	}
	
}



@media only screen and (min-width: 768px){
	
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul,
	.main-menu .navigation > li > .mega-menu{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
	
}

@media only screen and (max-width: 1023px){
	
	.main-header.header-style-two .header-upper .upper-right{
		padding:0px 0px;
		width: 15%;
	}
	
	.header-top .top-left .text{
		margin-bottom:25px;
	}
	
	.header-top .inner-container{
		padding-bottom:15px;
	}
	
	.header-top .top-left{
		width:100%;
		text-align:center;
	}
	
	.header-top .top-right{
		width:100%;
		text-align:center;
	}
	
	.goal-section .content-column .inner-column{
		padding-left:0px;
	}
	
	.goal-section .image-column .inner-column{
		margin-left:0px;
	}
	
	.main-header .main-box .logo-box {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:0px;
		text-align:left;
	}
	
	.main-header .sticky-header .options-box{
		display:none;
	}
	
	.sticky-header .main-menu .navigation > li{
		margin-left:22px;
	}
	
	.fixed-header .sticky-header{
		top:0px !important;
	}
	
	.main-menu .navigation > li > a{
		font-size:14px;
	}
	
	.main-header .options-box{
		position: relative;
		right:0px;
		top:0px;
		z-index:12;
	}
	
	.main-header .header-upper .logo-box{
		width: 85%;
		text-align: right;
	}
	
	.header-style-two.fixed-header .header-upper{
		position:relative;
	}
	
	.main-header .nav-outer{
		width:100%;
		padding-left:0px;
	}
	
	.main-menu .navigation > li:last-child > ul{
		left: 0px !important;
		right: auto;
	}
	
	.main-header .header-lower .logo-box{
		margin:0px;
		width:100%;
		text-align:center;
		padding-bottom:20px;
	}
	
	.color-palate{
		top:18% !important;
	}
	
	.main-slider .image-column .inner-column{
		text-align:center;
	}
	
	.main-header .header-lower .nav-btn,
	.main-header .search-box-outer,
	.main-slider .content-image{
		display:none;
	}
	
	.main-header .info-box{
		margin-left:0px;
		margin-right:18px;
	}
	
	.main-header .info-box:last-child{
		margin-right:0px;
	}
	
	.main-header .header-upper .upper-right{
		padding-top:10px;
		padding-bottom:25px;
	}
		.main-header.header-style-three .info-box{
		margin-left:0px;
		padding-right:12px;
		margin-right:10px;
	}
	
	.main-header.header-style-three .info-box:last-child{
		padding-right:0px;
	}
	
	.header-style-three .inner-container{
		padding-left:15px;
		padding-right:15px;
	}
	.main-header .info-box{
		padding-right:50px;
	}
	
	.main-header .header-lower .nav-outer{
		
	}
	
	.main-header .search-box-outer,
	.main-header .nav-btn{
		display:block;
	}
	
}
.about-wpr .thm-btn {
	 position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #ca9e36;
  color: #000101;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18.5px 60px;
  margin-top: 55px;
  transition: 500ms;
  /* letter-spacing: 0.1em; */
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #ca9e36;
  color: #000101;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18.5px 60px;
  
  transition: 500ms;
  /* letter-spacing: 0.1em; */
}


.main-menu .navigation > li > ul {
  left: auto;
right: 0;
}
.main-header .top-left {
  float:  right;
  direction: rtl;
  }
        .main-header .top-right {
          float:  left;
  
        }


@media only screen and (max-width: 599px){
	
	h2{
		font-size:24px;
	}
	
	.cta-section .cta-list li{
		font-size:16px;
	}
	
	.header-top .top-left .text{
		margin-bottom:15px;
	}
	
	.header-top .top-list{
		padding-right:0px;
	}
	
	.header-top .top-right .social-box{
		margin-top:25px;
	}
	
}


/*contact us*/
.request-quote-section {
  background-image: linear-gradient(to right bottom, rgb(26 26 26), rgb(179 29 118)), url(../images/background/10.jpg);
  background-size: cover;
  background-position: top;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border: none;



}

.request-quote-section label {
  color: white;
  font-weight: bold;
}

.card {
  text-align: right !important;
  box-shadow: 0px 0px 16px 4px #252525;
}

.card h1 {
  color: rgb(26, 62, 78);
}

.card h2 {
  color: white;
  font-weight: bold;
}



.card img {
  border-radius: 10px;
}

.card input {
  margin-bottom: 15px;
}

.card i {
  font-size: 50px;
}

.map iframe {
  border-radius: 20px;
}

.request-quote-section .form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
h1.main-Title-all.text-center {
  color: #292a2a;
  position: relative;
}

.btn-whatsapp-pulse {
  background: #ca9e36;
  color: #fff;
  position: fixed;
  bottom: 65px;
  left: 20px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 2px;
  padding: 20px;
  text-decoration: none;
  border-radius: 10px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1000000;
}
.btn-whatsapp-pulse:hover {
  color :#fff;
}
.btn-instagram-pulse2 {
  background: #ca9e36;
  color: #fff;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 2px;
  padding: 20px;
  text-decoration: none;
  border-radius: 10px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1000000;
}
.btn-instagram-pulse2:hover {
  color : #fff;
}
.btn-facebook-pulse {
  background: #ca9e36;
  color: #fff;
  position: fixed;
  bottom: 155px;
  left: 20px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 2px;
  padding: 20px;
  text-decoration: none;
  border-radius: 10px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1000000;
}
.btn-youtube-pulse2 {
  background: #ca9e36;
  color: #fff;
  position: fixed;
  bottom: 200px;
  left: 20px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 2px;
  padding: 20px;
  text-decoration: none;
  border-radius: 10px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1000000;
}

.btn-phone-pulse {
  background: #ca9e36;
  color: #fff;
  position: fixed;
  bottom: 110px;
  left: 20px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 2px;
  padding: 20px;
  text-decoration: none;
  border-radius: 10px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1000000;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(210, 215, 211, 0.5);
  }

  80% {
      box-shadow: 0 0 0 14px rgba(210, 215, 211, 0);
  }
}


.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #000000;
  opacity: 1.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite; 
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 25px 0 6px;
  direction: rtl;
  /* background-color: #607d8b82; */
  }

.contact-page__title {}

.contact-page__title .section-title {
  margin-bottom: 47px;
}

.contact-page__top-text-box {}

.contact-page__top-text {
  margin: 0;
}

.contact-page__left {}

.contact-page__form {}

.contact-page__form .row {
  --bs-gutter-x: 20px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
  height: 67px;
  width: 100%;
  border: none;
  background: #f4f4f4;
  padding: 0 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  color: var(--thm-gray);
  font-weight: 500;
}

.contact-page__input-box textarea {
  font-size: 14px;
  color: var(--thm-gray);
  height: 190px;
  width: 100%;
  background: #f4f4f4;
  padding: 20px 40px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-page__btn:before {
  background-color: var(--thm-black);
}

.contact-page__btn:hover {
  background: #babbbf;
}

.contact-page__details {
  position: relative;
  border-radius: 10px;
  display: block;
  /* background-color: #607d8b; */
  padding: 20px 15px;
  height: 350px;
  }

.contact-page__details-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;height: 345px;
  opacity: .20;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-page__details-text {
  position: relative;
  font-size: 16px;
  color: #000;
  margin: 0;
  font-weight: 500;
  line-height: 30px;
}

.contact-page__details-contact-info {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-top: 29px;
  padding-bottom: 35px;
  /* margin-top: 30px; */
  /* margin-bottom: 40px; */
}

.contact-page__details-contact-list {padding-left: 0;padding-right: 0;}

.contact-page__details-contact-list li {
  display: flex;
  align-items: center;
}

.contact-page__details-contact-list li .icon {}

.contact-page__details-contact-list li .icon i {
  font-size: 15px;
  color: #12171a;
}

.contact-page__details-contact-list li .text {
  margin-right: 10px;
}

.contact-page__details-contact-list li .text p {
  font-size: 16px;
  color: #000;
  margin: 0;
  font-weight: 500;
}

.contact-page__details-contact-list li .text p a {
  color: #000;
}

.contact-page__details-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
}

.contact-page__details-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.contact-page__details-social a+a {
  margin-right: 30px;
}

.contact-page__details-social a:hover {
  color: #babbbf;
}


  body .survey-btn {
    position: fixed;
    background-color: #ca9e36;
    bottom: 8px;
    left: 8px;
    width: 42px;
    display: none;
    height: 42px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    /* display: grid; */
    align-items: center;
    justify-items: center;
    cursor: pointer;
    transition: all .3s ease-out;
    animation: up-down-animation 4s ease-out .5s infinite both;
    }
    @media only screen and (min-width: 992px) {
      body .survey-btn {
         bottom: 50px;
         left: 22px;
         width: 50px;
         height: 50px;
         } }
    @media only screen and (min-width: 1200px) {
      body .survey-btn {
        width: 40px;
        height: 40px;
        } }
    body .survey-btn img {
      width: 22px; }
      @media only screen and (min-width: 992px) {
        body .survey-btn img {
          width: 27px;
          } }
    body .survey-btn .survey-text {
      background-color: #17c0eb;
      padding: 4px 12px;
      border-radius: 4px;
      color: #fff;
      display: grid;
      position: absolute;
      top: 50%;
      left: calc(100% + 8px);
      transform: translate(40px, -50%) scale(0);
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease-out; }
      body .survey-btn .survey-text span {
        white-space: nowrap;
        font-size: 12px;
        transition: all .3s ease-out; }
        @media only screen and (min-width: 992px) {
          body .survey-btn .survey-text span {
            font-size: 14px; } }
        @media only screen and (min-width: 1200px) {
          body .survey-btn .survey-text span {
            font-size: 16px; } }
      body .survey-btn .survey-text::after {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(100% - 4px);
        transform: translate(0, -50%) rotate(45deg);
        width: 8px;
        height: 8px;
        background-color: #17c0eb; }


        
  body .survey-modal {
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 10002;
    display: grid;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    pointer-events: all; }
    
    body .survey-modal .modal-body {
      height: 100vh;
      display: grid;
      justify-items: center;
      grid-template-rows: auto 1fr;
      overflow: hidden; }
      body .survey-modal .modal-body .heading {
        align-self: start;
        margin-bottom: 12px; }
        @media only screen and (min-width: 992px) {
          body .survey-modal .modal-body .heading {
            margin-bottom: 18px; } }
        body .survey-modal .modal-body .heading p {
          color: #eee;
          font-family: 'Dosis-Regular';
          text-align: center;
          font-size: 20px; }
          @media only screen and (min-width: 992px) {
            body .survey-modal .modal-body .heading p {
              font-size: 32px; } }
          @media only screen and (min-width: 1200px) {
            body .survey-modal .modal-body .heading p {
              font-size: 38px; } }
      body .survey-modal .modal-body .survey-wrapper {
        max-height: calc(100vh - 80px);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-out .4s;
        position: relative;
        border-radius: 4px;
        background-color: #fff;
        width: 100%; }
        @media only screen and (min-width: 992px) {
          body .survey-modal .modal-body .survey-wrapper {
            transition: all .3s ease-out .6s; } }
        @media only screen and (min-width: 992px) {
          body .survey-modal .modal-body .survey-wrapper {
            border-radius: 8px; } }
        @media only screen and (min-width: 992px) {
          body .survey-modal .modal-body .survey-wrapper {
            width: 600px; } }
        body .survey-modal .modal-body .survey-wrapper .modal-close {
          position: absolute;
          top: 8px;
          right: 8px;
          cursor: pointer;
          padding: 4px; }
          @media only screen and (min-width: 992px) {
            body .survey-modal .modal-body .survey-wrapper .modal-close {
              top: 18px;
              right: 18px;
              padding: 8px; } }
          body .survey-modal .modal-body .survey-wrapper .modal-close i {
            color: #151515;
            transition: all .15s ease-out; }
            @media only screen and (min-width: 992px) {
              body .survey-modal .modal-body .survey-wrapper .modal-close i {
                font-size: 20px; } }
            @media only screen and (min-width: 1200px) {
              body .survey-modal .modal-body .survey-wrapper .modal-close i {
                font-size: 28px; } }
          body .survey-modal .modal-body .survey-wrapper .modal-close:hover i {
            color: red; }
        body .survey-modal .modal-body .survey-wrapper .survey-form {
          display: grid;
          margin-top: 42px;
          padding-top: 18px;
          padding-bottom: 18px;
          overflow-y: auto;
          height: calc(100% - 42px);
          /* width */
          /* Track */
          /* Handle */
          /* Handle on hover */ }
          @media only screen and (min-width: 992px) {
            body .survey-modal .modal-body .survey-wrapper .survey-form {
              margin-top: 50px;
              height: calc(100% - 70px); } }
          body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul {
            display: grid;
            grid-gap: 12px; }
            @media only screen and (min-width: 992px) {
              body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul {
                grid-gap: 20px; } }
            @media only screen and (min-width: 1200px) {
              body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul {
                grid-gap: 28px; } }
            body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li {
              background-color: #f9f9f9;
              padding: 10px;
              margin: 0 10px;
              border-radius: 4px; }
              @media only screen and (min-width: 992px) {
                body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li {
                  padding: 16px;
                  margin: 0 22px; } }
              @media only screen and (min-width: 1200px) {
                body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li {
                  padding: 22px;
                  margin: 0 32px; } }
              body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .question {
                padding-bottom: 8px;
                margin-bottom: 8px;
                border-bottom: 1px solid #e2e2e2; }
                @media only screen and (min-width: 992px) {
                  body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .question {
                    padding-bottom: 12px;
                    margin-bottom: 12px; } }
                @media only screen and (min-width: 1200px) {
                  body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .question {
                    padding-bottom: 14px;
                    margin-bottom: 14px; } }
                body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .question p {
                  color: #151515;
                  line-height: 1.3; }
                  @media only screen and (min-width: 1200px) {
                    body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .question p {
                      font-size: 18px; } }
              body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-row-gap: 8px; }
                @media only screen and (min-width: 1200px) {
                  body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul {
                    grid-row-gap: 20px; } }
                body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li {
                  display: grid; }
                  body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li label {
                    margin: 0;
                    display: grid;
                    grid-auto-flow: column;
                    justify-content: start;
                    align-items: center;
                    line-height: 1;
                    grid-gap: 6px; }
                    body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li label span {
                      white-space: nowrap;
                      color: #5f5f5f; }
                      @media only screen and (min-width: 1200px) {
                        body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li label span {
                          font-size: 18px; } }
                    body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li label i {
                      color: #bbb;
                      font-size: 18px; }
                      @media only screen and (min-width: 1200px) {
                        body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li label i {
                          font-size: 24px; } }
                    body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li label input {
                      display: none; }
                      body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li label input:checked + i {
                        color: #F6BE45; }
                        body .survey-modal .modal-body .survey-wrapper .survey-form .main-form-ul .form-li .answers-ul li label input:checked + i:before {
                          content: '\f374'; }
          body .survey-modal .modal-body .survey-wrapper .survey-form .name-phone-email {
            margin: 32px 10px 0 10px;
            display: grid;
            grid-gap: 12px; }
            @media only screen and (min-width: 992px) {
              body .survey-modal .modal-body .survey-wrapper .survey-form .name-phone-email {
                margin: 32px 32px 0 32px; } }
            body .survey-modal .modal-body .survey-wrapper .survey-form .name-phone-email input {
              border: 0;
              background-color: #f7f8fa;
              border-radius: 22px;
              font-size: 14px;
              height: 38px;
              padding: 2px 12px; }
              @media only screen and (min-width: 992px) {
                body .survey-modal .modal-body .survey-wrapper .survey-form .name-phone-email input {
                  height: 42px;
                  padding: 6px 16px; } }
              body .survey-modal .modal-body .survey-wrapper .survey-form .name-phone-email input:focus {
                outline: 0; }
          body .survey-modal .modal-body .survey-wrapper .survey-form button {
            outline: 0;
            border: 0;
            padding: 8px 18px;
            margin-bottom: 18px;
            justify-self: center;
            margin-top: 18px;
            border-radius: 52px;
            background-color: #f8cf76;
            color: #151515;
            box-shadow: 0 10px 12px rgba(0, 0, 0, 0.15);
            transition: all .1s ease-out; }
            @media only screen and (min-width: 992px) {
              body .survey-modal .modal-body .survey-wrapper .survey-form button {
                margin-top: 20px;
                margin-bottom: 20px;
                padding: 10px 24px; } }
            @media only screen and (min-width: 1200px) {
              body .survey-modal .modal-body .survey-wrapper .survey-form button {
                margin-top: 22px;
                margin-bottom: 22px;
                padding: 14px 32px; } }
            body .survey-modal .modal-body .survey-wrapper .survey-form button:hover {
              background-color: #F6BE45;
              color: #fff; }
          body .survey-modal .modal-body .survey-wrapper .survey-form::-webkit-scrollbar {
            width: 6px; }
          body .survey-modal .modal-body .survey-wrapper .survey-form::-webkit-scrollbar-track {
            background: #eee; }
          body .survey-modal .modal-body .survey-wrapper .survey-form::-webkit-scrollbar-thumb {
            background: #9b9b9b;
            border-radius: 32px; }
          body .survey-modal .modal-body .survey-wrapper .survey-form::-webkit-scrollbar-thumb:hover {
            background: #555; }
    body .survey-modal.toggle-survey-modal {
      visibility: visible;
      visibility: visible;
      opacity: 1;
      transform: scale(1); }
      body .survey-modal.toggle-survey-modal .modal-body .survey-wrapper {
        opacity: 1;
        visibility: visible; }
        
        .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    direction : rtl;
}
.modal-body .form-group {
    margin-bottom : 20px;
}

.contact-right {
    padding-left: 75px;
    padding-right: 40px;
    background-image: url('images/image3-home2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #A3A3A3;
    direction: rtl;
}
.contact-right .ot-heading {
    /* padding-top: 81px; */
    padding-bottom: 25px;
}
.contact-right h2 {
    color: #ca9e36;
}
.contact-right > p {
    margin-bottom: 25px;
}
.contact-right .contact-info {
    padding-bottom: 27px;
}
.contact-right .contact-info h6 {
    color: #bf8f1f;
}
.contact-right .contact-info i:before {
    color: #fff;
    font-size: 23px;
}
.contact-right .contact-info, .contact-right .contact-info a {
    color: #000101;
}
.contact-right .list-social a {
    border-color: rgba(255,255,255,.4);
}
.contact-right .list-social {
    margin-top: 11px;
    padding-bottom: 90px;
}


.about-bx2 {min-height: calc(100vh - 150px);position: relative;}
.about-bx2 .dz-media { height: 100%; }
.about-bx2 .dz-media img {height: 625px;/* object-fit: cover; */}
.about-bx2 .dz-media .info { position: absolute; bottom: 100px; left: 100px; z-index: 1; }
.about-bx2 .dz-media .info .name { color: rgb(255, 255, 255); font-size: 40px; margin-bottom: 0px; }
.about-bx2 .dz-media .info p { color: rgba(255, 255, 255, 0.8); font-size: 24px; font-weight: 300; margin-bottom: 40px; }
.about-bx2 .dz-media::after { content: ""; position: absolute; height: 100%; width: 100%; top: 0px; left: 0px; background: linear-gradient(rgba(255, 73, 23, 0) 0%, rgba(145, 42, 13, 0) 43%, rgba(0, 0, 0, 0.58) 100%); }
.about-bx2 .dz-media::before {position: absolute;height: calc(100% - 60px);width: calc(100% - 60px);border-width: 10px;border-style: solid;border-radius: inherit;border-image: linear-gradient(rgb(202 158 54), rgba(0, 0, 0, 0)) 1 100 / 1 / 0 stretch;content: "";top: 50%;left: 50%;z-index: 1;transform: translate(-50%, -50%);}
.about-bx2 .dz-info {padding: 78px;direction: rtl;}
.about-bx2 .dz-info h2 {
	font-size: 32px;
	margin-bottom: 25px;
	color: #ca9e36;
}
.about-bx2 .dz-info .signature { width: 220px; }
@media only screen and (max-width: 767px) {
  .about-bx2 .dz-media .info { bottom: 70px; left: 70px; }
  .about-bx2 .dz-media .info .name { font-size: 30px; }
  .about-bx2 .dz-media .info p { font-size: 18px; margin-bottom: 20px; }
}
@media only screen and (max-width: 575px) {
  .about-bx2 .dz-info { padding: 30px; }
  .about-bx2 .dz-media::before { height: calc(100% - 30px); width: calc(100% - 30px); }
  .about-bx2 .dz-media .info { bottom: 30px; left: 50px; }
  .about-bx2 .dz-media .info .name { font-size: 22px; }
  .about-bx2 .dz-media .info p { font-size: 16px; margin-bottom: 10px; }
}


.cta-section:before{
	background: #eecd73;
}

.cta-section .inner-box .text .info li a:hover{
  color: #eecd73;
}

.default-sidebar .sidebar-widget{
	border-top: 3px solid #eecd73;
}

.default-sidebar .sidebar-widget .widget-title .shape{
	background: #eecd73;
}

.default-sidebar .sidebar-widget .widget-title .shape:before{
	background: #eecd73;
}

.default-sidebar .sidebar-widget .widget-title .shape:after{
	background: #eecd73;
}

.default-sidebar .category-widget .category-list li:hover h5 a,
.default-sidebar .category-widget .category-list li.active h5 a{
  color: #eecd73;
}

.default-sidebar .sidebar-gallery:before{
	background: #eecd73;
}

.default-sidebar .download-brochure .brochure-list li i{
	color: #eecd73;
}

.default-sidebar .download-brochure .brochure-list li h5 a:hover{
  color: #eecd73;
}

.default-sidebar .free-quote .quote-form .form-group input:focus,
.default-sidebar .free-quote .quote-form .form-group textarea:focus{
  border-color: #eecd73 !important;
}

.service-details-content .two-column .video-inner:before{
	background: #eecd73;
}

.service-details-content .two-column .text h3{
	color: #eecd73;
}

.service-details-content .text p a{
	color: #eecd73;
}

.service-details-content .text p a:hover{
	color: #eecd73;
}

.service-details{
  position: relative;
  padding: 130px 0px 125px 0px;
}



.service-details{
	position:relative;
}

.service-details .service-images{
	position:relative;
	margin-bottom:10px;	
}

.service-details .service-images img{
	display:block;
	width:100%;
	height: 450px;
	transition:all 300ms ease;
}

.service-details .service-images img:hover{
	opacity:0.70;	
}

.service-details .service-images .owl-controls{
	position:absolute;
	left:0px;
	bottom:15px;
	width:100%;
	margin:0px !important;
	padding:0px !important;
	text-align:center;	
}

.service-details .service-images .owl-controls .owl-nav{
	display:none !important;	
}

.service-details .service-images .owl-controls .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	background:#ffffff;
}

.service-details .service-images .owl-controls .owl-dots .owl-dot.active span{
	background:#f2a031;	
}

.service-details .service-images .link-box-outer{
	position:relative;
	text-align:right;
	border-top:4px solid #f2a031;	
}

.service-details .service-images .link-box-outer .theme-btn{
	position:relative;
	padding:10px 30px 10px 20px;
	color:#ffffff;
	font-family:'Montserrat',sans-serif;
	line-height:24px;
	text-transform:capitalize;
	background:#f2a031;	
}

.service-details .service-images .link-box-outer .theme-btn:before{
	content:'';
	position:absolute;
	right:100%;
	top:0px;
	border:22px solid transparent;
	border-top:22px solid #f2a031;
	border-right:22px solid #f2a031;	
}

.default-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: #f1f0f6;
  direction: rtl;
  margin-bottom: 45px;
}

.default-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.default-sidebar .category-widget{
  padding: 36px 25px 44px 25px;
}

.default-sidebar .sidebar-widget .widget-title{
  position: relative;
  direction: rtl;
  margin-bottom: 33px;
}

.default-sidebar .sidebar-widget .widget-title h3{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: right;
}

.default-sidebar .sidebar-widget .widget-title .shape{
  position: relative;
  width: 25px;
  height: 5px;
}

.default-sidebar .sidebar-widget .widget-title .shape:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  right: 0px;
  top: 0px;
}

.default-sidebar .sidebar-widget .widget-title .shape:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  right: 0px;
  bottom: 0px;
}

.default-sidebar .category-widget .category-list li{
  position: relative;
  display: flex;
  align-items: center;
  direction: rtl;
  margin-bottom: 5px;
}

.default-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.default-sidebar .category-widget .category-list li h5{
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-left: 30px;
}

.default-sidebar .category-widget .category-list li h5 a{
  display: inline-block;
  color: #222;
}

.default-sidebar .category-widget .category-list li:hover h5 a,
.default-sidebar .category-widget .category-list li.active h5 a{

}

.default-sidebar .category-widget .category-list li .line{
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #d7d4e6;
  top: 0px;
  flex: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.default-sidebar .category-widget .category-list li.active .line,
.default-sidebar .category-widget .category-list li:hover .line{
  opacity: 1;
}

.default-sidebar .sidebar-gallery{
  position: relative;
  width: 100%;
  padding: 145px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 45px;
}

.default-sidebar .sidebar-gallery:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.75;
}

.default-sidebar .download-brochure{
  padding: 36px 30px 50px 45px;
}

.default-sidebar .download-brochure .brochure-list li{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.default-sidebar .download-brochure .brochure-list li:last-child{
  margin-bottom: 0px;
}

.default-sidebar .download-brochure .brochure-list li h5{
  font-size: 18px;
  line-height: 28px;
}

.default-sidebar .download-brochure .brochure-list li h5 a{
  display: inline-block;
  color: #222;
}

.default-sidebar .download-brochure .brochure-list li h5 a:hover{

}

.default-sidebar .download-brochure .brochure-list li i{
  position: relative;
  font-size: 30px;
  margin-right: 15px;
  top: 3px;
}

.default-sidebar .download-brochure .widget-title{
  margin-bottom: 36px;
}

.default-sidebar .free-quote{
  padding: 36px 50px 50px 50px;
}

.default-sidebar .free-quote .quote-form .form-group{
  position: relative;
  margin-bottom: 10px;
}

.default-sidebar .free-quote .quote-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-sidebar .free-quote .quote-form .form-group input[type='text'],
.default-sidebar .free-quote .quote-form .form-group input[type='email'],
.default-sidebar .free-quote .quote-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #e4e3ec;
  border: 1px solid #e4e3ec;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 300;
  color: #222222;
  transition: all 500ms ease;
}

.default-sidebar .free-quote .quote-form .form-group input:focus,
.default-sidebar .free-quote .quote-form .form-group textarea:focus{

}

.default-sidebar .free-quote .quote-form .form-group textarea{
  height: 150px;
  resize: none;
  margin-bottom: 20px;
}

.default-sidebar .free-quote .quote-form .form-group .theme-btn-one{
  width: 100%;
  transition: all 500ms ease;
}

.default-sidebar .free-quote .quote-form .form-group input::-webkit-input-placeholder{
  color: #222;
}

.default-sidebar .free-quote .quote-form .form-group textarea::-webkit-input-placeholder{
  color: #222;
}

.service-details-content{
  position: relative;
  text-align: right;
}

.service-details-content .content-one .image-box{
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.service-details-content .text h2{
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 22px;
  padding-top: 8px;
  color: #ca9e36;
}

.service-details-content .text p{
  margin-bottom: 28px;
}

.service-details-content .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .text .list-item li{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  padding-left: 22px;
  margin-bottom: 2px;
}

.service-details-content .text .list-item li:last-child{
  margin-bottom: 0px;
}

.service-details-content .text .list-item li:before{
  position: absolute;
  content: '';
  background: #777777;
  width: 7px;
  height: 7px;
  left: 0px;
  top: 11px;
  border-radius: 50%;
}

.service-details-content .two-column .video-inner{
  position: relative;
  width: 100%;
  padding: 107px 0px 103px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-details-content .two-column .video-inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-details-content .two-column .video-inner .video-content a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border: 4px solid #fff;
  border-radius: 50%;
  margin-bottom: 24px;
}

.service-details-content .two-column .video-inner .video-content a:after, 
.service-details-content .two-column .video-inner .video-content a:before {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-details-content .two-column .video-inner .video-content a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.service-details-content .two-column .video-inner .video-content h3{
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.service-details-content .two-column .text{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1f0f6;
  padding: 38px 30px 37px 45px;
}

.service-details-content .two-column .text h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.service-details-content .content-one{
  margin-bottom: 44px;
}
.service-details-content .content-one .text {
	margin-top : 30px
}
.service-details-content .two-column .text i{
  position: absolute;
  top: -20px;
  right: 5px;
  font-size: 120px;
  color: #e8e7f2;
}

.service-details-content .two-column{
  margin-bottom: 34px;
}

.content_block_1 .content-box .inner-box .vector-image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.service-details-content .content-two .content_block_1 .content-box .inner-box .inner{
  margin: 29px 0px 34px 0px;
  max-width: 615px;
}

.service-details-content .text p a{
  display: inline-block;
  font-size: 18px;
  flex-flow: 'Noto Serif', sans-serif;
  font-weight: 700
}

.service-details-content .text p a:hover{

}


.content-side .carousel-column .inner-column{
	position:relative;
}

.content-side .carousel-column .image{
	position:relative;
	border-radius:0px;
	overflow:hidden;
}
.content-side .carousel-column .image img {
    width: 100%;
    height: 415px;
}

.content-side .carousel-column .owl-dots{
	display:none;
}

.content-side .carousel-column .owl-nav{
	position:absolute;
	/* right:40px; */
	/* top:-120px; */
}

.content-side .carousel-column .owl-nav .owl-prev {
    	position:relative;
	width:40px;
	height:40px;
	color:#222222;
	font-size:20px;
	line-height:38px;
	text-align:center;
	margin-left:10px;
	display:inline-block;
	border:1px solid #222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


.content-side .carousel-column .owl-nav .owl-next{
 	position:relative;
	width:40px;
	height:40px;
	color:#222222;
	font-size:20px;
	line-height:38px;
	text-align:center;
	margin-left:10px;
	display:inline-block;
	border:1px solid #222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.content-side .carousel-column .owl-nav .owl-prev:hover,
.content-side .carousel-column .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#eecd73;
	background-color:#eecd73;
}



/*************************************/

body .home-centers-section {
    display: grid;
    padding: 42px 0;
    background-color: #ebf1f6;
    padding-top: 0;
}

@media only screen and (min-width: 992px) {
    body .home-centers-section {
        padding: 42px 0;
        padding-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    body .home-centers-section {
        padding: 82px 0;
        /* padding-top: 0; */
    }
}

@media only screen and (min-width: 1600px) {
    body .home-centers-section {
        padding: 92px 0;
        padding-top: 0;
    }
}

body .home-centers-section .section-wrapper {
    display: grid;
    padding: 0 10px;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    body .home-centers-section .section-wrapper {
        padding: 0 32px;
    }
}

@media only screen and (min-width: 1200px) {
    body .home-centers-section .section-wrapper {
        padding: 0 42px;
    }
}

body .home-centers-section .section-heading {
    /* display: grid; */
    /* align-items: center; */
    grid-gap: 6px;
    margin-bottom: 52px;
    text-align: center;
    grid-auto-flow: column;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-heading {
        margin-bottom: 58px;
    }
}

body .home-centers-section .section-heading > p {
    display: none;
    color: #151515;
    font-size: 22px;
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-heading > p {
        font-size: 28px;
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    body .home-centers-section .section-heading > p {
        font-size: 36px;
    }
}

body .home-centers-section .section-heading > a {
    justify-self: end;
    background-color: #c5f9fe;
    color: #03C4D6;
    border-radius: 5px;
    padding: 10px 22px;
    transition: all .2s ease-out;
}

body .home-centers-section .section-heading > a:hover {
    background-color: #03C4D6;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-heading > a {
        padding: 12px 35px;
    }
}

body .home-centers-section .section-body .main-section-ul {
    display: grid;
    grid-gap: 64px;
}

@media only screen and (min-width: 768px) {
    body .home-centers-section .section-body .main-section-ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 64px 18px;
    }
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-body .main-section-ul {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 74px 22px;
    }
}

@media only screen and (min-width: 1200px) {
    body .home-centers-section .section-body .main-section-ul {
        grid-gap: 84px 22px;
    }
}

body .home-centers-section .section-body .main-section-ul li {
    display: grid;
}

body .home-centers-section .section-body .main-section-ul li a {
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid #ca9e36;
    border-radius: 4px;
    transition: all .2s ease-out;
}

body .home-centers-section .section-body .main-section-ul li a .img-div {
    display: grid;
    width: 92%;
    justify-self: center;
    transform: translate(0, -32px);
    height: 240px;
    background-color: aliceblue;
    border-radius: 4px;
    transition: all .3s ease-out;
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-body .main-section-ul li a .img-div {
        width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-body .main-section-ul li a .img-div {
        border-radius: 6px;
        height: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    body .home-centers-section .section-body .main-section-ul li a .img-div {
        height: 300px;
    }
}

@media only screen and (min-width: 1600px) {
    body .home-centers-section .section-body .main-section-ul li a .img-div {
        height: 320px;
    }
}

body .home-centers-section .section-body .main-section-ul li a .img-div img {
    border-radius: 4px;
    width: 100%;
    height: 300px;
    /* object-fit: cover; */
    transition: all .3s ease-out;
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-body .main-section-ul li a .img-div img {
        border-radius: 6px;
    }
}

body .home-centers-section .section-body .main-section-ul li a .body {
    display: grid;
    text-align: center;
    padding: 22px 22px;
    padding-top: 0;
    margin-top: -8px;
}

@media only screen and (min-width: 1200px) {
    body .home-centers-section .section-body .main-section-ul li a .body {
        padding: 38px 38px;
        padding-top: 0;
    }
}

body .home-centers-section .section-body .main-section-ul li a .body .name {
    color: #000;
    margin-bottom: 8px;
}

body .home-centers-section .section-body .main-section-ul li a .body .name i {
    color: #000;
}

body .home-centers-section .section-body .main-section-ul li a .body .name span {
    font-size: 16px;
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-body .main-section-ul li a .body .name span {
        font-size: 19px;
    }
}

body .home-centers-section .section-body .main-section-ul li a .body .read-more {
    align-self: end;
    justify-self: center;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #ca9e36;
    color: #03C4D6;
    border-radius: 5px;
    padding: 10px 22px;
    transition: all .2s ease-out;
    grid-gap: 4px;
    color: #151310;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) {
    body .home-centers-section .section-body .main-section-ul li a .body .read-more {
        margin-top: 22px;
    }
}

body .home-centers-section .section-body .main-section-ul li a:hover {
    background-color: #fff !important;
    box-shadow: 0 38px 40px rgb(0 0 0 / 10%);
    border-color: transparent;
}

body .home-centers-section .section-body .main-section-ul li a:hover .img-div {
    width: calc(100% + 2px);
    border-radius: 4px 4px 0 0;
}

body .home-centers-section .section-body .main-section-ul li a:hover .img-div img {
    border-radius: 4px 4px 0 0;
}

body .home-centers-section .section-body .main-section-ul li a:hover .body .read-more {
    background-color: #ca9e36;
    color: #fff;
}

@media only screen and (max-width: 767px){
	
	.header-upper .logo-outer {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		width:100%;
		margin:0px;
	}
	body .home-centers-section .section-body .main-section-ul li a .img-div img {
    border-radius: 4px;
    width: 100%;
    height: 240px;
    /* object-fit: cover; */
    transition: all .3s ease-out;
}
    .header-top {
        
    display: none;
}
	
	.sec-title .text br{
		display:none;
	}
		
	.main-menu{
		width:100%;
	}
	
	.main-menu .collapse {
	   max-height:300px;
		overflow:auto;
		float:none;
		width:100%;
		padding:10px 0px 0px;
		border:none;
		margin:0px 0px 15px;
		-ms-border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		border-radius:3px;
		box-shadow:none;
   }
   
	.main-menu .collapse.in,
	.main-menu .collapsing{
		padding:10px 0px 0px;
		border:none;
		margin:0px 0px 15px;
		-ms-border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		border-radius:3px;
		box-shadow:none;	
	}
	
	.main-menu .navbar-header{
		position:relative;
		float:none;
		display:block;
		text-align:right;
		width:100%;
		padding:15px 0px;
		right:0px;
		z-index:12;
	}
	
	.main-menu .navbar-header .navbar-toggle{
		display:inline-block;
		z-index:12;
		border:1px solid #ffffff;
		float:none;
		margin:0px 0px 0px 0px;
		border-radius:0px;
		background:#fbb908;
	}
	
	.main-menu .navbar-header .navbar-toggle .icon-bar{
		background:#ffffff;	
	}
	
	.main-menu .navbar-collapse > .navigation{
		float:none !important;
		margin:0px !important;
		width:100% !important;
		background:#2c2c2c;
		border:1px solid #ffffff;
		border-top:none;
	}
	
	.main-menu .navbar-collapse > .navigation > li{
		margin:0px !important;
		float:none !important;
		padding:0px !important;
		width:100%;
	}
	
	.main-menu .navigation > li > a,
	.main-menu .navigation > li > ul:before{
		border:none;	
	}
	
	.main-menu .navbar-collapse > .navigation > li > a{
		padding:10px 10px !important;
		border:none !important;
	}
	
	.main-menu .navigation li.dropdown > a:after,
	.main-menu .navigation > li.dropdown > a:before,
	.main-menu .navigation > li > ul > li > a::before,
	.main-menu .navigation > li > ul > li > ul > li > a::before{
		color:#ffffff !important;
		right:15px;
		font-size:16px;
		display:none !important;
	}
	
	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0px;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		padding:0px;
		outline:none;
		width:100%;
		background:#2c2c2c;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
	}
		
	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		border-top:1px solid rgba(255,255,255,1) !important;	
	}
	
	.main-menu .navbar-collapse > .navigation > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
		border-top:1px solid rgba(255,255,255,1) !important;
		border-bottom:none;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}
	
	.main-menu .navbar-collapse > .navigation > li:first-child{
		border:none;	
	}
	
	.main-menu .navbar-collapse > .navigation > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		padding:10px 10px !important;
		line-height:22px;
		color:#ffffff;
		background:#2c2c2c;
		text-align:left;
	}
	
	.main-menu .navbar-collapse > .navigation > li > a:hover,
	.main-menu .navbar-collapse > .navigation > li > a:active,
	.main-menu .navbar-collapse > .navigation > li > a:focus,
	.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
		background:#fbb908;
	}
	
	.main-menu .navbar-collapse > .navigation > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li.current > a,
	.main-menu .navbar-collapse > .navigation > li.current-menu-item > a,
	.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
		background:#2c2c2c;
		color:#ffffff !important;
	}
	
	.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
		display:block;
	}
	
	.main-menu .navbar-collapse > .navigation li.dropdown:after,
	.main-menu .navigation > li > ul:before{
		display:none !important;	
	}
	
	.main-header .btn-outer{
		left:0px;
		top:0px;
		right:auto;
		margin-top:15px;
		text-align:left;
		z-index:12;
	}
	
	.main-header .main-box .logo-box{
		float:none;
		text-align:center;
		padding-bottom:10px;
	}
	
	.main-header .options-box{
		display:block;
	}
	
	.header-style-three .nav-outer .outer-box{
		display:block;
		position:absolute;
		left:0px;
		top:4px;
		z-index:12;
		margin-left:0px;
		margin-top:10px;
	}
	
	.sidebar-page-container .comments-area .comment-box.reply-comment{
		margin-left:0px;
	}
	
	.main-header .info-box{
		padding-left:0px;
		text-align:center;
		width:100%;
		margin-right:0px;
	}
	
	.main-header .info-box .icon-box{
		position:relative;
		margin:0 auto;
		margin-bottom:15px;
	}
	
	.main-header .main-box .outer-container{
		padding:0px;
	}
	
	.main-header .header-lower .outer-box{
		position:absolute;
		z-index:12;
	}
	
	.main-menu .navigation > li.has-mega-menu{
		position:relative !important;	
	}
	
	.main-menu .navigation > li .mega-menu-bar .column{
		padding:0px;
		margin:0px;	
	}
	
	.main-menu .navigation > li > .mega-menu{
		position:relative;
		width:100%;
		padding:0px !important;
		background:none !important;
		margin:0px !important;
		left:0px !important;
		top:0px !important;	
	}
	
	.main-menu .navigation > li > .mega-menu .row{
		margin:0px;
		width:100%;	
	}
	
	.main-menu .navigation > li > .mega-menu:before,
	.main-menu .navigation > li .mega-menu-bar h3{
		color:#ffffff !important;
		right:15px;
		font-size:16px;
		display:none !important;
	}
	
	.main-menu .navigation > li > .mega-menu,
	.main-menu .navigation > li .mega-menu-bar > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0px;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		padding:0px;
		outline:none;
		width:100%;
		background:#2c2c2c;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		-o-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	
	.main-menu .navigation > li .mega-menu-bar .column > ul > li{
		border-top:1px solid rgba(255,255,255,1) !important;
		border-bottom:none;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}
	
	.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
		padding: 10px 10px !important;
		line-height:22px;
		color:#ffffff !important;
		background:#ffb200;
		text-align:left;
		font-size:14px;
		font-weight:600;
		text-transform:uppercase;
	}
	
	.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
		background:#ffb200;
	}
	
	.main-menu .navbar-header .navbar-toggler{
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		background: #fda700;
		border: 1px solid #fda700;
	}
	
	.main-menu .navbar-header .navbar-toggler .icon-bar{
		position: relative;
		background: #ffffff;
		height: 2px;
		width: 26px;
		display: block;
		margin:0 auto;
		margin:5px 11px;
	}
	
	.main-header .options-box .cart-box .cart-panel{
		left:0px !important;
		right:auto;
	}
	
	.nav-outer .mobile-nav-toggler{
		display: block;
		margin: 0;
		padding: 25px 0px;
		margin-left: 20px;
		font-size:26px;
	}
	
	#navbarSupportedContent{
		display:block;
	}
	
	.main-menu {
		width: 100%;
		display: none;
	}
	
	.mobile-menu .navigation li.has-mega-menu{
		display:none;
	}
	
	.main-header .options-box{
		top:0px;
		left:20px;
		right:auto;
		padding:5px 0px;
	}
	
	.main-slider-three h1,
	h1{
		font-size:40px;
	}
	
	h2{
		font-size:30px;
	}
	
	.project-section .filters li{
		margin-bottom:8px;
	}
	
	.project-section .filters{
		margin-bottom:30px;
	}
	
	.mobile-menu .navigation li.updates,
	.main-slider-three .text br,
	.cta-section .title-box h2 br,
	.project-section .side-image,
	.services-section .side-image,
	.main-header .info-box{
		display:none;
	}
	
	.color-palate{
		top:5% !important;
	}
	
	.main-header .header-lower .nav-btn,
	.main-header .search-box-outer{
		display:block;
	}
	
	.main-header.header-style-one .search-box-outer{
		margin-left:50px;
	}
	
	.main-header .nav-outer{
		padding-left:50px;
	}
	
	.main-header .header-lower .nav-btn{
		padding:21px 0px;
		z-index:20;
	}
	
	.newsletter-section .form-column .title-box .icon{
		position:relative;
		display:block;
		margin-bottom:20px;
	}
	
	.newsletter-section .form-column .title-box .box-inner,
	.newsletter-section .form-column .content{
		padding-left:0px;
	}
	
	.newsletter-section .form-column .title-box{
		position:relative;
		margin-bottom:20px;
		text-align:center;
	}
	
	.main-header .sticky-header .options-box{
		display:block;
		right:15px;
		left:auto;
	}
	
	.newsletter-section .logo-column .logo{
		text-align:center;
	}
	
	.main-header .options-box{
		margin-left:0px;
		left:0px;
	}
 .main-header .sticky-header .options-box{
		left:15px;
		right:auto;
	}
 .header-style-two .sticky-header .search-box-outer{
		margin-left:0px;
	}
	.main-slider .swiper-slide {
    position: relative;
    background-color: var(--thm-black);
    height: 30vh;
}
	.main-slider__content {
	    display : none;
	}
	.about-left-pic img {
    border-radius: 2rem;
    height: 250px;
}
.site-breadcrumb .breadcrumb-menu {
    position: absolute;
    z-index: 1;
    /* bottom: 0; */
    left: 50%;
    transform: translate(-50%, 0);
    padding: 1.2rem 4rem;
    border-radius: 3rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
}
.about-bx2 .dz-media img {
    height: 332px;
    /* object-fit: cover; */
}
.content-side .carousel-column .image img {
    width: 100%;
    height: 301px;
}
.sidebar-side {
    order: 2;
}
.service-details {
    position: relative;
    padding: 45px 0px 125px 0px;
}

}
