
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:#ff5800fa;}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(0,0,0); opacity:.68;}
*::-moz-input-placeholder{color:rgb(0,0,0); opacity:.68;}
*::-ms-input-placeholder{color:rgb(0,0,0); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:16px; font-weight:400; line-height:2.8; color:rgb(0,0,0);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(0,0,0); transition:.3s;}
a:hover{color:#ff5800fa;}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:#ff5800fa; color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:17px;}
h5{font-size:15px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:16px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:#ff5800fa; border-color:#ff5800fa; color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:2.8; height:62.8px; font-size:16px;}
select[multiple],
textarea{height:197.2px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:#ff5800fa;}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:#ff5800fa;}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:#ff5800fa;}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:#ff5800fa;} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:#ff5800fa;}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
:root {
  --clr-heading: #1B1F24;
  --clr-bg: #F4F8FB;
  --clr-def-2: #de9101;
  --clr-def-3: #d18701;
  --clr-black: #000;
  --rad-1: 2rem;
  --clr-ftr: #c2d1e2;
  --clr-1: #002143;
  --clr-2: #E3F3FF;
  --clr-3: #F42222;
  --clr-overlay: rgba(5, 20, 65, 0.8);
  --box-shadow-1: 0 0 10px rgba(0, 0, 0, .09);
  --border-1: 1px solid #1d263f;
  --clr-white: rgb(255,255,255);
  --clr-body: rgb(0,0,0);
  --clr-def: #ff5800fa;
  --clr-menu: rgb(155,22,22);
}

*,
*: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.8%;
  box-sizing: border-box;
}

body {
  font-style: normal;
  color: var(--clr-body);
  font-size: 16rem;
  font-weight: 400;
  line-height: 2.8rem;
}

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: var(--clr-def);
}

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;
}

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;
  font-size: 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;
}

.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: var(--clr-def);
}

.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);
}

.site-title {
  margin-bottom: 6rem;
}

.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);
}


.pb-140 {
  padding-bottom: 14rem;
}

.pd-50 {
  padding: 5rem 0;
}

.de-padding {
  padding: 12rem 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;
}

.tm-btn {
  padding: 1.2rem 2rem;
  border: 2px solid var(--clr-white);
  border-radius: 30rem;
  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 2.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--clr-white);
  background-color: var(--clr-def);
  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: var(--clr-def);
  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: var(--clr-def);
  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: var(--clr-def);
  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 var(--clr-def);
  -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: var(--clr-def);
}

.btn-2 i {
  margin-left: 7px;
}

.btn-4 {
  background-color: var(--clr-def);
  border: none;
}

.btn-5 {
  background-color: var(--clr-def-3);
  border: none;
}

.btn-6 {
  background-color: var(--clr-def);
  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: var(--clr-def);
  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: var(--clr-def);
  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;
  }
}

.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;
}

.text-truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-truncate4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #ddd;
  outline: none;
  background-color: var(--clr-def);
  color: var(--clr-white);
  cursor: pointer;
  padding: 15px;
  border-radius: 30rem;
  line-height: 1;
}

#scrtop:hover {
  background-color: var(--clr-heading);
}

.main {
  margin-top: -9rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 3rem;
    height: 90px;
    line-height: 90px;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--clr-white);
    font-size: 16px;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu,
  .navbar .nav-item .secondary-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    border: none;
    border-radius: 0;
    width: 220px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  }
  .navbar .nav-item .secondary-menu{
    position: absolute;
  }
  .navbar .nav-item .dropdown-menu li {
    margin-bottom: 1rem;
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .navbar .nav-item:hover .nav-link {
    color: var(--clr-menu);
  }

  .navbar .nav-item:hover .dropdown-menu{
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar .nav-item .dropdown-menu li:hover .secondary-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    position: absolute;
    top: -45%;
    left: 114%;
    background: #fff;
  }
  .navbar .nav-item .secondary-menu{
    left: 220px;
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down,
  .navbar .secondary-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up,
  .navbar .secondary-menu.fade-up {
    top: 180%;
  }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
}

.navbar.fixed-top {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  background-color: rgba(255,88,0,0.98);
}

.navbar.fixed-top .nav-item .nav-link {
  color: var(--clr-heading);
}

.header-2 .nav-item .nav-link {
  color: var(--clr-heading);
}

.header-1 .navbar.fixed-top .search-cart .cart-li li i {
  color: var(--clr-heading);
}

.header-1 .search-cart .cart-li li i {
  color: var(--clr-white);
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1.25rem;
}

.header-cart-btn {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  margin-left: 3.5rem;
}

.header-cart-btn i {
  font-size: 2rem;
  color: var(--clr-def);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0;
  font-family: 'FontAwesome';
  content: "\f067";
  font-weight: normal;
  border: none;
  font-size: 14px;
}

.nav-item.active .nav-link {
  color: var(--clr-menu) !important;
}

.search-cart {
  margin-left: 4rem;
  margin-top: 1.5rem;
}

.search-cart .cart-li {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.search-cart .cart-li li {
  display: block;
  margin-bottom: 1.5rem;
}

.search-cart .cart-li li i {
  color: var(--clr-body);
  font-size: 2rem;
  cursor: pointer;
}

.search-cart .cart-li li .site-cart {
  position: relative;
  z-index: 1;
}

.search-cart .cart-li li .site-cart .site-checkbox-cart:checked~.site-cart-list {
  opacity: 1;
  visibility: visible;
  top: 200%;
}

.search-cart .cart-li li .site-cart .site-checkbox-cart {
  display: none;
}

.search-cart .cart-li li .site-cart .site-cart-list {
  position: absolute;
  top: 100%;
  left: -280%;
  width: 200px;
  background-color: var(--clr-white);
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  transition: all .8s ease-in-out;
}

.search-cart .cart-li li .site-cart .site-cart-list ul li .site-cart-up {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.5rem;
}
.search-cart .cart-li li .site-cart .site-cart-list ul li .site-cart-up .site-cart-pic img{
  width: 32px;
}
.search-cart .cart-li li .site-search .site-input-checkbox {
  display: none;
}

.search-cart .cart-li li .site-search .site-input-checkbox:checked~.site-search-content {
  display: flex;
  transition: all 2s ease-in-out;
  align-items: center;
  justify-content: center;
}

.search-cart .cart-li li .site-search .site-input-label .site-close {
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 999;
  display: none;
}

.search-cart .cart-li li .site-search .site-input-label .site-close i {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
  background-color: var(--clr-white);
  color: var(--clr-heading);
}

.search-cart .cart-li li .site-search .site-input-checkbox:checked~.site-input-label .site-close {
  display: inline-block;
}

.search-cart .cart-li li .site-search .site-search-content {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
}

.search-cart .cart-li li .site-search .site-search-content form {
  text-align: center;
}

.search-cart .cart-li li .site-search .site-search-content form input{
  height: 6rem;
  padding: 1.5rem;
  border-radius: 3rem;
  border: 1px solid var(--clr-white);
  outline: none;
  margin-right: 2rem;
  width: 100%;
  background-color: transparent;
  color: var(--clr-white);
}

@media only screen and (min-width: 1025px) {
  .search-cart .cart-li li .site-search .site-search-content form input{
    width: 380px;
  }
}

.search-cart .cart-li li .site-search .site-search-content form button {
  padding: 1.5rem 4rem;
  background-color: var(--clr-menu);
  border: none;
  font-weight: 600;
  border-radius: 3rem;
  color: var(--clr-white);
  transition: all .5s ease;
  margin-top: 2rem;
}

.search-cart .cart-li li .site-search .site-search-content form button:hover {
  background-color: var(--clr-def);
}

.navigation__background {
  opacity: 0;
  visibility: hidden;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 34;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.site-input-checkbox:checked~.navigation__background {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(80);
  transform: scale(80);
}

.site-cart-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.site-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.3rem;
}

.site-cart-button .button-btns {
  border: none;
  padding: 7px 1.2rem;
  background-color: var(--clr-def);
  color: var(--clr-white);
  font-size: 1.4rem;
  border-radius: 4px;
  font-weight: 600;
  transition: all .5s ease;
  display: inline-block;
}

.site-cart-button .button-btns:hover {
  background-color: var(--clr-def-3);
}

.hero-section {
  background-color: rgb(128,128,128);
}

.hero-single {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-position: left top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}


.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: 2;
}

.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: var(--clr-def);
  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: var(--clr-def);
  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: var(--clr-def);
}

.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);
}

@media only screen and (min-width: 1025px) {
  .feature-area .feature-area-bg{
    margin-top: -150px;
    width: 100%;
    height: 81px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 70px;
    z-index: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .feature-area .feature-area-bg{
    display: none;
  }
}
.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 .feature-helmet i{
  color: var(--clr-def);
  font-size: 8rem;
}
.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 var(--clr-def);
  border-top: none;
  border-right: none;
  height: 55%;
  width: 55%;
  bottom: 3rem;
  left: 3rem;
}

.feature-box .feature-box-content::after {
  border: 5px solid var(--clr-def);
  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: var(--clr-def);
}

.feature-box .feature-box-content p {
  font-size: 1.5rem;
  line-height: 35px;
}

.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: var(--clr-def);
  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-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;
  margin-bottom: 0;
}

.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;
}

.about-left-pic {
  position: relative;
  z-index: 1;
}

.about-left-pic img {
  border-radius: 2rem;
}

.about-left-pic img.about-pic-1 {
  z-index: -2;
}

.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: 3.2rem;
  line-height: 5.2rem;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.about-title span {
  color: var(--clr-def);
}

.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;
  font-weight: 500;
  color: var(--clr-heading);
}

.about-list li i {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  color: var(--clr-def);
  font-size: 1.8rem;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.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;
}

.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: var(--clr-def);
  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;
}

.serv-overlay {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.serv-overlay::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--clr-overlay);
}

.service-shape img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.service-box {
  padding: 20rem 2rem 4rem 2rem;
  box-shadow: var(--box-shadow-1);
  border-radius: var(--rad-1);
  background-color: var(--clr-white);
  text-align: center;
  position: relative;
  z-index: 1;
}

.service-box .service-pic .service-1 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem 2rem 10rem 10rem;
  z-index: -1;
}

.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: var(--clr-def);
  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: var(--clr-def);
  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;
  margin-bottom: 2rem;
}

.service-box:hover .service-icon i {
  color: var(--clr-def-3);
}

.service-box:hover .service-icon i::after {
  background-color: var(--clr-1);
}

.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: var(--clr-def);
}

.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: var(--clr-def);
}

.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);
}

.review-box {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 3rem;
  border: 1px solid #cccc;
  border-radius: 20px;
  padding: 5rem 3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.review-box .review-pic img{
  border-radius: 30rem;
}
.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: var(--clr-def);
  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: var(--clr-def);
}

.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: var(--clr-def);
}

.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: 1rem;
}

.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;
}

.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 .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: var(--clr-def);
  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;
  right: 15px;
  bottom: -200px;
  width: 200px;
  height: 400px;
  border-radius: 30px;
  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: var(--clr-def);
  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: var(--clr-def);
}

.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);
}

.top-area {
  background-color: var(--clr-def);
  background-color: ;
}

.top-middle {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.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: var(--clr-def);
  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%;
}

.blog-box {
  position: relative;
  z-index: 1;
}

.blog-box .blog-box-shape {
  background-position: right bottom;
  background-repeat: no-repeat;
  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: 0 10px 30px 0 #ebebeb;
}

.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: var(--clr-def);
}

.blog-box .blog-content h4 {
  text-transform: capitalize;
  line-height: 3.7rem;
  margin-bottom: 2rem;
}

.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: var(--clr-def);
}

.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: var(--clr-def);
}

.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 {
  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;
  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: var(--clr-def);
  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;
}

.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: var(--clr-def);
}

.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: var(--clr-def);
  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: 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;
  }
}

.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;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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: var(--clr-def);
  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: var(--clr-def);
  display: inline-block;
}

.products-box .products-desc .add-to-cart {
  line-height: 1;
}

.products-box .products-desc .add-to-cart .cart-btn {
  padding: 1rem 2rem;
  line-height: 1;
  background-color: var(--clr-def);
  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;
}

.contact-build img {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
  opacity: .082;
}

.contact-us-wpr .g-5,
.contact-us-wpr .gx-5 {
  --bs-gutter-x: 5rem;
}

.contact-form {
  padding: 4rem;
  background-color: var(--clr-white);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.09);
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  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;
}
.contact-form input:focus {
  box-shadow: none;
  outline: none;
}

.contact-form button {
  transition: .5s ease-in-out;
  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: block;
  overflow: hidden;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--clr-def);
  border: none;
  margin: 3rem auto 0;
}
.contact-form button::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;
}

.contact-form button:hover::before {
  height: 102%;
  visibility: visible;
  color: var(--clr-white);
}

.contact-form button:hover {
  color: var(--clr-white);
}
.contact-form select{
  color: #999;
  padding: 0 2rem;
}
.contact-form textarea{
  height: 15rem !important;
  padding-top: 2rem !important;
}

.contact-form  dl {
  margin-bottom: 20px;
}
.contact-form  dl dt{
  display: none;
}
.contact-form  dl dd span {
  display: block;
}

.contact-form  dl dd span.captcha {
  position: relative;
}

.contact-form  dl dd span.captcha i {
  position: absolute;
  top: 3px;
  right: 1px;
  bottom: 1px;
  border: 3px;
  padding: 5px;
  padding-bottom: 0;
}

.contact-form  dl dd span.captcha img {
  display: block;
  max-height: 100%;
  cursor: pointer;
}
.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: var(--clr-def);
  left: 0;
  top: 0;
  content: '';
  border-radius: 0 6rem 6rem 0;
}
.addr-box-single::after {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 2rem;
  background-color: var(--clr-def);
  right: 0;
  top: 0;
  content: '';
  border-radius: 6rem 0 0 6rem;
}
.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: var(--clr-def);
  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 var(--clr-def);
  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;
}

.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;
  border-radius: 10px;
}

.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: 'FontAwesome';
  content: "\f067";
  font-weight: 900;
  background-image: inherit;
  font-size: 1.4rem;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: inherit;
  font-family: 'FontAwesome';
  content: "\f068";
  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.5rem;
}

.tb-pagination {
  text-align: center;
}

.tb-pagination ol{
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.tb-pagination ol li a {
  display: inline-block;
  height: 6rem;
  width: 6rem;
  line-height: 5.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  border: 2px solid #eef1f5;
  border-radius: 50%;
}

.tb-pagination ol li a.active,
.tb-pagination ol li a:hover {
  color: var(--clr-white);
  background-color: var(--clr-def);
  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: var(--clr-def);
  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;
}

.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%;
}

.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);
  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 {
  flex: 1;
  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;
}

.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: var(--clr-def);
  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: var(--clr-def);
}

.course-ovr-wrp .single-content-title {
  margin-bottom: 2.5rem;
}


.course-ovr-wrp .row.csf.align-items-center {
  margin-top: -3.5rem;
}

.sldr.owl-theme .owl-nav [class*=owl-] {
  color: var(--clr-def);
  font-size: 3rem;
  margin: 0;
  padding: 0;
  background: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.sldr.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: var(--clr-def);
  text-decoration: none;
}

.sldr.owl-theme .owl-nav .owl-prev {
  left: 0rem;
}

.sldr.owl-theme .owl-nav .owl-next {
  right: 0rem;
}

.sldr.owl-theme .owl-nav .owl-prev,
.sldr.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}


.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}

.btns button {
  margin: 0;
  color: var(--clr-def);
  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) {
  .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;
  }
}

.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: var(--clr-def);
  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: var(--clr-def);
  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);
  }
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #fff;
}

.preloader.full-preloader {
  position: fixed;
  z-index: 2000;
}

.preloader.full-preloader .preloader-animation {
  position: absolute;
  top: calc(50% - 3.25em);
  left: calc(50% - 3.25em);
}

.preloader-container {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.preloader-animation {
  display: inline-block;
  height: 6.5em;
  width: 6.5em;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffa726;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.preloader-animation::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #34495e;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.preloader-animation::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #62cb31;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.preloader-text {
  text-align: center;
  color: #34495e;
  z-index: 1;
  top: calc(50%-6rem);
  font-size: 51px;
  display: block;
  margin-bottom: 5rem;
  font-weight: 600;
}

.preloader-percent {
  position: absolute;
  text-align: center;
  color: #34495e;
  z-index: 1;
  width: 3em;
  top: calc(50% - .75em);
  left: calc(50% - 1.5em);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #002143;
  background-color: rgba(213,213,213,0.15);
}

.footer-shp {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
}

.copyright {
  border-top: 1px solid #333232;
  padding: 3rem 0;
}

.copyright .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  color: var(--clr-white);
}

.copyright p a {
  color: var(--clr-def);
  font-weight: 700;
}

.footer-widget-title {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  z-index: 1;
  color: var(--clr-white);
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 6rem;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--clr-white);
}

.about-us {
  padding-right: 5rem;
}

.about-us .footer-logo {
  margin-bottom: 4rem;
}

.about-us p {
  color: var(--clr-white);
  line-height: 3.2rem;
  margin-bottom: 4rem;
}

.footer_beian {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--clr-white);
}
.footer_beian img{
  margin-right: 5px;
}
.footer_beian span{
  display: block;
  margin-right: 5px;
}
.footer_beian a{
  color: var(--clr-white);
}
.footer_beian a:hover{
  color: var(--clr-def);
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-list li {
  position: relative;
  z-index: 1;
}

.footer-list li a {
  font-size: 1.5rem;
  color: var(--clr-white);
  transition: color .5s ease;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-list li a i {
  color: var(--clr-def);
}

.footer-list li:hover a {
  color: var(--clr-menu);
}

.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-pic{
  display: contents;
}
.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: var(--clr-def);
  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: var(--clr-def);
  color: var(--clr-white);
  border-radius: 50%;
  transition: background-color .5s ease;
}

.footer-social li a i:hover {
  background-color: var(--clr-menu);
}

.blockqoute {
  padding: 3rem;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.0015em;
  color: var(--clr-white);
  background-color: var(--clr-def);
  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);
}

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;
}

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: 3rem 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: var(--clr-def);
}

.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: var(--clr-def);
  margin-right: 1rem;
}

.theme-meta .theme-meta-right {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.theme-meta .theme-meta-right a i {
  color: var(--clr-def);
  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 var(--clr-def);
  font-size: 1.6rem;
  color: var(--clr-def);
}

.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 var(--clr-def);
}

.theme-price-plan .theme-price-single .form-check-input:checked::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--clr-def);
  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: var(--clr-def);
  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: var(--clr-def);
  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: var(--clr-def);
  margin-right: 2rem;
}

.red-more {
  line-height: 1;
}

.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: var(--clr-def);
}

.search-form {
  position: relative;
  z-index: 1;
}
.search-form input{
  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;
}
.search-form button {
  height: 5rem;
  width: 5rem;
  border: none;
  background-color: var(--clr-def);
  outline: none;
  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: var(--clr-def);
  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 var(--clr-def);
  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: var(--clr-def);
  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: var(--clr-def);
  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: 15px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #e6ecf7;
  background-color: var(--clr-bg);
  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-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: var(--clr-def);
}

.site-breadcrumb {
  height: 60vh;
  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: var(--clr-black);
  position: absolute;
  z-index: -1;
  content: '';
  opacity: .5;
}

.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: var(--clr-def);
  padding: 1.2rem 4rem;
  border-radius: 3rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-title::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  top: -10px;
  left: 10px;
  background-color: var(--clr-def);
  border-radius: 3rem;
  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: var(--clr-white);
  border-radius: 1rem;
  box-shadow: var(--box-shadow-1);
}

.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: #d63031;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '/';
  font-family: 'FontAwesome';
  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: #d63031;
}

.pagination {
  display: block;
  margin-top: 6rem;
  margin-bottom: 0px;
  text-align: center;
}

.pagination ol li a{
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: var(--clr-white);
  font-weight: normal;
  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 ol li a.active {
  background-color: var(--clr-def);
  color: var(--clr-white);
}

.pagination ol li a:hover {
  background-color: var(--clr-def);
  color: var(--clr-white);
}

.pagination ol li a i {
  font-size: 15px;
}

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;
  }
}
.subnav {
  position: relative;
  z-index: 2;
  background: rgb(246,246,246);  
}

.subnav .container>ul>li>a {
  color: rgb(0,0,0);
  font-size: 16px;
  font-size: 15px;
}

.subnav .container li.on>a,
.subnav .container li.pn>a {
  color: #ff5800fa;
}

@media(min-width:992px) {
  .subnav .container>ul {
    text-align: center;
    font-size: 0;
    margin: 0;
  }

  .subnav .container>ul>li {
    display: inline-block;
    position: relative;
  }

  .subnav .container>ul>li>a {
    display: block;
    padding: 15px 20px;
  }

  .subnav .container>ul>li.has>a:after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 3px;
    transition: transform .3s;
  }

  .subnav .container>ul>li.has:hover>a:after {
    transform: rotate(180deg);
  }

  .subnav .container>ul>li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 140px;
    white-space: nowrap;
    text-align: center;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .05s;
    transform: scale(0);
    transform-origin: top center;
  }

  .subnav .container>ul>li ul ul {
    transform-origin: left center;
  }

  .subnav .container>ul>li>ul li.parent {
    display: none;
  }

  .subnav .container>ul>li>ul li.right ul {
    left: auto;
    right: 100%;
    transform-origin: right center;
  }

  .subnav .container>ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: .3s;
    transform: scale(1);
  }

  .subnav .container>ul>li>ul {
    left: 50%;
    top: 100%;
    width: 140px;
    margin-left: -70px;
  }

  .subnav .container>ul>li ul {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }

  .subnav .container>ul>li ul>li {
    position: relative;
    border-top: 1px solid #f5f5f5;
  }

  .subnav .container>ul>li ul>li:first-child {
    border-top: 0;
  }

  .subnav .container>ul>li ul>li>a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
  }
}

@media(max-width:991px) {
  .subnav {
    display: block;
  }

  .subnav .container {
    padding: 2px 0 1px 0;
  }

  .subnav .container ul {
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    margin: 0;
  }

  .subnav .container ul>li {
    display: inline-block;
    padding: 8px;
  }

  .subnav .container>ul>li ul {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    transform: translateY(-8px);
  }

  .subnav .container>ul>li.active {
    background: #fff;
  }

  .subnav .container>ul>li.active>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(-2px);
  }

  .subnav .container>ul>li ul>li>a {
    font-size: 16px;
  }

  .subnav .container>ul>li>ul li.parent.pn>a {
    color: rgb(0,0,0);
  }

  .subnav ul::-webkit-scrollbar {
    height: 1px;
    background: rgb(246,246,246);
  }

  .subnav ul::-webkit-scrollbar-track-piece {
    height: 1px;
  }

  .subnav ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    transition: .2s;
  }

  .subnav ul:hover::-webkit-scrollbar-thumb {
    background: #ff5800fa;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.search-cart .cart-li li .site-cart .site-cart-list {
		left: -180px;
	}
	
	.creden-right-info {
		margin-top: -100px;
		border: none;
	}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.navbar .dropdown-menu.fade-up {
		left: -110px;
	}
	
	.hero-single {
		height: auto;
		padding-bottom: 10rem;
		padding-top: 7rem;
	}
	
	.hero-2-single {
		height: auto;
		padding-top: 5rem;
	}
	
	.search-cart .cart-li li .site-cart .site-cart-list {
		left: -180px;
	}
	
	.vector-dozer img.dozer-1 {
		opacity: .05;
	}
	
	.gallery-area.bg.pos-rel.de-padding {
		background-color: var(--clr-def);
	}
		
	.creden-right-info {
		padding: 2rem;
		border-radius: 2rem;
		margin-left: 0;
		margin-top: 0;
	}
	
	.creden-right-text {
		padding-right: 0;
	}
	
	.creden-padding {
		padding-left: 0;
		margin-right: 0;
	}
	
	.creden-box .creden-desc h4 {
		font-size: 1.7rem;
	}
	
}

@media only screen and (min-width: 991px) and (max-width: 1200px){
	
	.site-heading {
		font-size: 30px;
		line-height: 42px;
	}
	
	.navbar .dropdown-menu.fade-up {
		left: -110px;
	}
	   
	.hero-single {
		height: auto;
		max-height: inherit;
		padding-bottom: 9rem;
	}
	
	.hero-single .hero-content {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	
	.hero-2-section .hero-2-single {
		height: auto;
		padding-top: 10rem;
	}
	
	.navbar .nav-item .nav-link {
		margin-right: 2rem;
	}
	
	.hero-social {
		height: 30rem;
		width: 30rem;
	}
	
	.hero-title {
		font-size: 48px;
		line-height: 60px;
	}
	
	.site-breadcrumb {
		padding-top: 8rem;
	}
	
	.hero-1 img:nth-child(2) {
		width: 250px;
	}
	
	.search-cart .cart-li li .site-cart .site-cart-list {
		left: -180px;
	}
	
	.top-left.top-box {
		margin-bottom: 2rem;
	}
	
	.about-left {
		padding-bottom: 15rem;
	}
	
	.about-left-2-pic {
		margin-top: 0;
	}
	
	.about-pic img {
		width: 100%;
	}
	
	.about-left-pic img.about-pic-2 {
		right: 60px;
	}
	
	.vector-dozer img.dozer-2 {
		display: none;
	}
	
	.creden-right {
		margin-top: 5rem;
	}
	
	.creden-right-info {
		margin-left: 0;
		border: none;
	}

	.creden-right-text {
		padding-right: 0;
	}
	
	.mor-btn.text-right {
		text-align: left;
		margin-bottom: 5rem;
	}
	
	.gallery-area.bg.pos-rel.de-padding {
		background-color: var(--clr-def);
	}
	
	.team-wpr.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.products-wpr.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.products-box .products-pic img {
    	width: 100%;
	}
	
	.product-list .products-box {
		display: inherit;
	}
	
	.partner-area {
		margin-top: 5rem;
	}
	
	.faq-tree {
		display: none;
	}
	
	.blog-box .blog-content .blog-meta ul {
		flex-wrap: wrap;
		gap: 2rem;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.site-breadcrumb {
		padding-top: 8rem;
	}
	
	.grid-2 {
		grid-template-columns: 1fr;
	}
	
	.grid-3 {
		grid-template-columns: repeat(2,1fr);
	}
	
	.grid-4 {
		grid-template-columns: repeat(2,1fr);
	}
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 25px;
	}
	
	.navbar ul.navbar-nav .nav-item a {
		color: var(--clr-heading) !important;
	}

	.navbar.sticked.in ul.navbar-nav .nav-item a {
		color: var(--clr-heading);
	}
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 2.5rem;
	}
	
	.navbar {
		padding: 2rem;
		background-color: var(--clr-white);
	}
	
    .dropdown-menu .dropdown-item {
        font-size: 1.6rem!important
    }
	
	.header-1 .navbar .search-cart .cart-li li i {
		color: var(--clr-heading);
	}
	
	.search-cart {
		display: none;
	}
	
	.navbar .navbar-brand .logo-display {
		display: none;
	}
	
	.navbar .navbar-brand .logo-scrolled {
		display: block;
	}
	
	.top-area {
		display: none;
	}
	
    .hero-single {
		height: auto;
		padding-top: 10rem;
		padding-bottom: 7rem;
	}
    
    .hero-single .hero-content {
        padding-top: 5rem;
    }
	
	.hero-single .hero-content h2 {
		font-size: 3.6rem;
		line-height: 1.1;
	}
	
	.hero-content p {
		font-size: 1.6rem;
		line-height: 3rem;
	}
	
	.hero-2-section .hero-2-single .hero-2-content .hero-2-desc .hero-title {
		font-size: 3.6rem;
		line-height: 4.2rem;
	}
	
	.hero-sldr.owl-theme .owl-nav .owl-prev, .hero-sldr.owl-theme .owl-nav .owl-next {
		top: 56%;
	}
	
	.hero-sldr.owl-theme .owl-nav .owl-prev {
		left: 2rem;
	}
	
	.hero-sldr.owl-theme .owl-nav .owl-next {
		right: 2rem;
	}
	
	.hero-1 img:nth-child(2) {
		width: 250px;
	}

	.hero-2-single {
		height: auto;
		padding-top: 10rem; 
	}
	
	.hero-2-single .hero-content {
		padding-bottom: 5rem;
		padding-right: 0rem;
	}
	
	.hero-2-single .hero-left-pic .hero-img-3 {
		right: 0px;
	}
	
	.site-btn.text-right {
		text-align: left;
		margin-bottom: 6rem;
	}
	
	.hero-2-section .hero-2-single {
		height: auto;
		padding-top: 15rem;
	}
	
	.about-left-2-pic {
		margin-top: 0;
	}
	
	.about-left {
		padding-bottom: 15rem;
	}

	.mor-btn.text-right {
		text-align: left;
		margin-bottom: 6rem;
	}

	.review-box {
		grid-template-columns: 1fr;
	}
	
	.gallery-area.bg.pos-rel.de-padding {
		background-color: var(--clr-def);
	}
	
	.creden-area.creden-2 .creden-right {
		padding-left: 0;
	}
	
	.creden-content.grid-2 {
		grid-template-columns: repeat(2,1fr);
	}
	
	.creden-right-info {
		padding: 2rem;
		margin-left: 0;
		margin-top: 0;
		border: none;
	}
	
	.creden-right {
		margin-top: 5rem;
	}
	
	.creden-right-text {
		padding-right: 0;
	}
	
	.creden-box .creden-desc h4 {
		font-size: 2rem;
	}
	
	.crden-bottom {
		bottom: -8%;
	}

	.feature-wpr.grid-3 {
		grid-row-gap: 6rem;
	}
	
	.vector-dozer img.dozer-2 {
		display: none;
	}

	.counter-wpr.grid-4 {
		gap: 3rem!important;
	}
	
	.counter-1 .fun-fact {
		border-right: none;
	}
	
	.products-pic img {
		width: 100%;
	}
	
	.form-cop .input-style-2 {
		height: 4rem;
	}
	
	.nav.grid-4 {
		grid-template-columns: repeat(4,1fr);
	}

	.faq-tree {
		display: none;
	}
	
	.blog-box .blog-content .blog-meta ul {
		flex-wrap: wrap;
		gap: 2rem;
	}
	
	.partner-area {
		margin-top: 5rem;
	}
	
	.copyright p,
	.copyright p a{
		color: var(--clr-white);
		font-weight: 700;
	}
	
	.cate-sol.owl-theme .owl-nav {
		display: none;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.site-title h2 {
		font-size: 3rem;
		line-height: 1.5;
	}
    
    .site-breadcrumb .breadcrumb-title {
        font-size: 3rem;
    }
	
	.site-breadcrumb {
		padding-top: 8rem;
	}
	
	.de-padding{
		padding: 5rem 0;
	}

	.de-pt {
		padding-top: 5rem;
	}

	.pt-120 {
		padding-top: 5rem;
	}

	.pt-105 {
		padding-top: 5rem;
	}

	.pt-210 {
		padding-top: 13rem;
	}
	
	.de-pb {
		padding-bottom: 5rem;
	}

	.pb-120 {
		padding-bottom: 5rem;
	}

	.pb-105 {
		padding-bottom: 5rem;
	}
	
	.pb-80 {
		padding-botto: 5rem;
	}

	.main-breadcrumb {
		padding: 0;
		text-align: center;
	}
	
	.site-breadcrumb-title h2 {
		font-size: 3rem;
		line-height: 1;
		margin-bottom: 1rem;
	}

	.navbar ul.navbar-nav .nav-item a {
		color: var(--clr-heading) !important;
	}

	.navbar.sticked.in ul.navbar-nav .nav-item a {
		color: var(--clr-heading);
	}
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 2.5rem;
	}
	
	.navbar {
		padding: 1rem;
		background-color: var(--clr-white);
	}
	
   .dropdown-menu .dropdown-item {
        font-size: 1.6rem!important
    }
    
	.header-1 .navbar .search-cart .cart-li li i {
		color: var(--clr-heading);
	}
	
	.search-cart {
		display: none;
	}
	
	.navbar .navbar-brand .logo-display {
		display: none;
	}
	
	.navbar .navbar-brand .logo-scrolled {
		display: block;
	}
	
	.grid-2 {
		grid-template-columns: 1fr;
	}
	
	.grid-3 {
		grid-template-columns: 1fr;
	}
	
	.grid-4 {
		grid-template-columns: 1fr;
	}
	
	.top-area {
		display: none;
	}
	
	.header-1 {
		padding-top: 0;
	}
	
    .hero-section {
        height: auto;
    }
    
	.hero-single {
		height: auto;
		padding-top: 10rem;
		padding-bottom: 7rem;
	}
    
    .hero-single .hero-content {
        padding-top: 4rem;
		padding-bottom: 5rem;
    }
	
	.hero-single .hero-content .hero-title {
		line-height: 1.2;
		font-size: 3.6rem;
	}
	
	.hero-single .hero-content p {
		padding: 0 1rem;
	}
	
	.hero-single .hero-content .hero-btn {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
   
	.hero-2-section .hero-2-single {
		height: auto;
	}
	
    .hero-2-single .hero-2-content {
		padding-bottom: 5rem;
		padding-right: 0;
		padding-top: 12rem;
	}
   
	.hero-2-single .hero-2-content p {
		padding: 0 0 0 0;
	}
	
	.hero-2-single .hero-2-content .hero-btn {
		justify-content: flex-start;
		margin-top: 0;
		flex-direction: column;
		align-items: center;
	}
	
	.hero-2-section .hero-2-single .hero-2-content .hero-2-desc .hero-title {
		font-size: 3.6rem;
		line-height: 4.2rem;
	}
	
	.hero-content h2 {
		padding-left: 1rem;
	}
	
	.hero-sldr.owl-theme .owl-nav {
		margin-top: 0px;
		display: none;
	}
	
	.hero-2 .sec-pic-3 {
		top: 20%;
		right: 7%;
		display: none;
	}
	
	.year h3 {
		font-size: 2.4rem;
	}
	
	.feature-wpr.grid-3 {
		grid-row-gap: 5rem;
	}
	
	.about-left-pic img.about-pic-2 {
		bottom: -100px;
		right: -80px;
	}
	
	.about-left {
		padding-bottom: 10rem;
	}
	
	.vector-dozer img.dozer-1 {
		opacity: .05;
	}
	
	.vector-dozer img.dozer-2 {
		display: none;
	}
	
	.about-2-left-txt {
		padding-right: 0;
	}
	
	.about-list.colmn-2 {
		display: flex;
	}
	
	.about-left-2-pic {
		margin-top: 0;
	}
	
	.site-breadcrumb .breadcrumb-menu {
		width: 100%;
	}
	
	.counter-1 .fun-fact {
		margin-bottom: 3rem;
	}
	
	.counter-1 .fun-fact:last-child {
		margin-bottom: 0;
	}
	
	.mor-btn.text-right {
		text-align: left;
		margin-bottom: 5rem;
	}
	
	.creden-left {
		padding: 0 1rem;
	}
	
	.creden-area.creden-2 .creden-right {
		padding-left: 0;
	}
	
	.creden-padding {
		padding-left: 0;
		margin-right: 0;
	}
	
	.creden-right-text {
		padding-right: 0;
	}
	
	.creden-right-info {
		padding: 2rem;
		margin-left: 0;
		margin-top: 0;
	}
	
	.review-box {
		grid-template-columns: 1fr;
		padding: 2rem;
	}
	
	.product-tree img:nth-child(2) {
		display: none;
	}
	
	.gallery-area.bg.pos-rel.de-padding {
		background-color: var(--clr-def);
	}
	
	.filter-menu-style-1 button {
		margin-right: 1rem;
		margin-bottom: 2rem;
	}
	
	.partner-sldr.owl-theme .owl-nav {
		display: none;
	}
	
	.sh-de-btn {
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}
	
	.select-opt {
		gap: 2rem;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 2rem;
	}
	
	.sh-de-wrapper {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	
	.nav.grid-4 {
		grid-template-columns: 1fr 1fr;
	}
	
	.product-rev-wrapper .nav-item {
		width: 100%;
	}
	
	.product-list .products-box {
		display: inherit;
		align-items: center;
		background-color: var(--clr-white);
	}
	
	.udp-coup {
		flex-direction: column;
		gap: 2rem;
	}
	
	.form-cop .input-style-2 {
		height: 4rem;
		margin-right: 1rem;
	}

	.blog-page-title {
		font-size: 2.6rem;
	}
	
	.blog-box .blog-content .blog-meta ul {
		gap: 2rem;
		flex-wrap: wrap;
	}
	
	.blog-page-single {
		padding: 2rem;
	}
	
	.blog-page-single .blog-content .blog-user {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 2rem;
	}
	
	.blog-page-single .blog-content .blog-user .blog-user-info {
		margin-left: -4rem;
	}
	
	.blog-page-single .blog-content .blog-user .blog-mta {
		flex-wrap: wrap;
	}
	
	.blog-page-single .blog-content .blog-text h3 {
		line-height: 3.6rem;
		font-size: 2.6rem;
	}
	
	.blog-page-single .blog-content {
		padding: 2rem 0 0 0;
	}
	
	.theme-single {
		padding: 1rem;
	}
	
	.theme-info {
		padding: 1rem;
	}
	
	.theme-meta-left ul li {
		font-size: 1.4rem;
	}
	
	.theme-meta-left ul li a {
		font-size: 1.4rem;
	}
	
	.theme-desc h2 {
		line-height: 4.2rem;
	}
	
	.content-tags {
		align-items: flex-start;
		flex-direction: column;
	}

	.rating {
		justify-content: center;
	}
	
	.login-form {
		width: 100%;
		padding: 2rem;
	}
	
	.addr-desc p {
		line-height: 3.2rem;
	}
	.contact-us-content {
		padding: 3rem;
	}
	
	.contact-page .contact-table {
		overflow-x: auto;
	}
	
	.addr-box-single {
		word-break: break-all;
	}
	
	.contact-form {
		padding: 4rem 2rem;
	}

    .single-commentor-user {
        flex-direction: column;
        align-items: flex-start;
    }
	
	.theme-meta .theme-meta-left ul {
		gap: 1rem;
		flex-wrap: wrap;
	}
	
	.theme-meta {
		flex-direction: column;
		gap: 2rem;
	}
	
	.content-tags ul {
		flex-wrap: wrap;
	}
	
	.de-bpd {
		padding-left: 1rem;
	}
		
	.theme-desc h2 {
		margin-bottom: 3rem;
		font-size: 3rem;
	}
    
    .copyright .copyright-content {
		justify-content: center;
		flex-direction: column;
		padding: 0 1rem;
		gap: 2rem;
		text-align: center;
	}
    
	.copyright p {
		color: var(--clr-white);
	}
	
	.copyright p a {
		color: var(--clr-white);
	}
	
	.pagination {
		margin-top: 3rem;
	}
	
	.in-touch {
		padding-left: 0rem;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.main-navigation .navbar.bsnav-sticky .navbar-collapse ul li a {
		color: #333;
	}
}