@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
  --base-button-color: linear-gradient(to right,#D34BE9 0%,#4A7FFC 50%,#3188FF 100%) !important;
  --base-bodyfont: "Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
  --base-dark: #000000;
  --dark-text-color: #000000;
  --base-border-color: rgba(255,255,255,0.19);
  --base-skin: #3188ff;
  --base-gray: #101010;
  --base-white: #ffffff;
  --base-headingfont-color: #ffffff;
  --base-bodyfont-Size: 15px;
  --base-bodyfont-color: rgba(255,255,255,0.7);
  --base-headingfont: "Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
  --base-gradient-orange: linear-gradient(50deg, #ff994b 0%, #ff994b 60%);
  --base-gradient-pink:linear-gradient(to top, #4a7ffc 0%, #d34be9 70%);
}


a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a,
button,
input {
  outline: none;
}
ol,
ul,p,a {
  padding: 0 ;
  margin: 0 ;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
iframe {
  width: 100%;
  border: none;
  display: block;
}
*::-moz-selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
::selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
html,
body {
  padding: 0;
  font-display: swap;
  font-family: var(--base-bodyfont);
  color: var(--base-bodyfont-color);
  margin: 0px !important;
  overflow-y: auto;
}
img{
  overflow-y :scroll;
  overflow-clip-margin: 0px;
  aspect-ratio: unset;
}
textarea,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  background-color: transparent;
  text-transform: inherit;
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
}
input::placeholder { color: var(--base-gray); white-space: nowrap;
  text-overflow: ellipsis; }
.border-color { color: var(--base-border-color); }
.bodyfont-color { color: var(--base-bodyfont-color); }
.headingfont-color { color: var(--base-headingfont-color); }
.bg-base-skin { background-color: var(--base-skin); }
.bg-base-dark { background-color: var(--base-dark); }
.bg-base-grey { background-color: var(--base-bodyfont-color); }
.bg-base-white { background-color: var(--base-white); }
.text-base-skin { color: var(--base-skin); }
.text-base-dark { color: var(--base-dark); }
.text-base-gray { color: var(--base-bodyfont-color) !important; }
.text-base-white { color: var(--base-white); }
.bg-base-skin > .prt-bg-layer { background-color: var(--base-skin); }
.bg-base-dark > .prt-bg-layer { background-color: var(--base-dark); }
.bg-base-grey > .prt-bg-layer { background-color: var(--base-bodyfont-color); }
.bg-base-white > .prt-bg-layer { background-color: var(--base-white); }
.bg-base-skin > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { background-color: var(--base-skin); }
.bg-base-dark > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { background-color: var(--base-dark); }
.bg-base-grey > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { background-color: var(--base-bodyfont-color); }
.bg-base-white > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { background-color: var(--base-white); }

.text-base-white h1:not(.text-base-skin,
.text-base-dark),
.text-base-white h2:not(.text-base-skin,
.text-base-dark),
.text-base-white h3:not(.text-base-skin,
.text-base-dark),
.text-base-white h4:not(.text-base-skin,
.text-base-dark),
.text-base-white h5:not(.text-base-skin,
.text-base-dark),
.text-base-white h6:not(.text-base-skin,
.text-base-dark),
.text-base-white a:not(.text-base-skin,
.text-base-dark),
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6 {
  color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin,
.text-base-dark) {
  color: var(--base-skin);
}
.bg-base-dark .section-title h3 {
  color: var(--base-white);
}
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
  color: var(--base-white);
}
* {
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  padding:0  ;
}
::selection {
  background-color: var(--base-skin);
}
.page {
  overflow-x: hidden;
  position: relative;
  background-color: var(--base-dark) !important;
  caret-color: var(--base-skin);
  margin: 0px !important;
}
body .site-main {
  background-color: var(--base-dark);
  position: relative;
  z-index: 1;
}
body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--base-dark);
}
p{
  margin: 0;
}
ul{
  margin: 0;
}
.bg-gradient { position: absolute; z-index: 10; opacity: 0.3; overflow-x: hidden !important; display: block; filter: blur(60px); }
.bg-gradient1 { height: 400px; width: 500px; left: -18%; top: 6%; background-image:var(--base-gradient-orange) }
.bg-gradient2 { height: 450px; width: 500px; right: -19%; background-image: var(--base-gradient-pink); top: 6%; }
.bg-gradient-state-section-left { height: 350px; width: 300px; left: -8%; z-index: 10; background-image:var(--base-gradient-orange) }
.bg-gradient-state-section-right { height: 1200px; width: 600px; right: -26%; z-index: -10; background-image: var(--base-gradient-pink) }
.bg-gradient-blog-section-left { height: 350px; width: 300px; left: -8%; z-index: 10; background-image:var(--base-gradient-orange) }
.bg-gradient-blog-section-right { height: 350px; width: 600px; right: -26%; z-index: -10; background-image: var(--base-gradient-pink) }
.bg-gradient5 { height: 500px; width: 500px; top: 14%; left: -20%; background-image:var(--base-gradient-orange) }
.bg-gradient6 { height: 600px; width: 500px; bottom: 10%; right: -20%; background-image: var(--base-gradient-pink) }
.bg-gradient-about-left { height: 300px; width: 400px; top: 10%; left: -44%; z-index: -10; background-image:var(--base-gradient-orange) }
.bg-gradient-about-right { height: 1300px; width: 800px; right: -73%; top: 0%; z-index: -10; background-image: var(--base-gradient-pink) }
.bg-gradient-left-side { height: 400px; width: 800px; top: 6%; left: -29%; z-index: 10; background-image:var(--base-gradient-orange) }
.bg-gradient-right-side { height: 1200px; width: 800px; right: -34%; top: 50%; z-index: 10; background-image: var(--base-gradient-pink) }
.bg-gradient-portfolio-right { height: 900px; width: 800px; right: -73%; top: 5%; z-index: -10; background-image: var(--base-gradient-pink) }
.service-page-bubble-section .bg-gradient-left-side{
  top: 15%;
  left: -33%;
}
.faq-page-bubble-section .bg-gradient-left-side{
  top: 28%;
  left: -36%;
  height: 700px;
}

.faq-page-bubble-section .bg-gradient-right-side{
  top: 30%;
  right: -36%;
}
.pricing-page-bubble-section .bg-gradient-left-side{
  height: 700px;
  top: 29%;
  left: -35%;
}
.pricing-page-bubble-section .bg-gradient-right-side{
  top: 30%;
  right: -36%;
}
.portfolio-detail-page-bubble-section .bg-gradient-left-side{
  top: 22%;
  right: -46%;
  height: 700px;
  left: -35%;
}
.portfolio-detail-page-bubble-section .bg-gradient-right-side{
  top: 19%;
 }
.title-fonts {
  font-size: 88px;
  line-height: 100px;
  font-weight: 500 !important;
}
.big-fonts {
  font-size: 62px;
  line-height: 72px;
  font-weight: 500 !important;
}
.medium-fonts {
  font-size: 16px;
  line-height: 26px;
}
.bg-gray {
  background-color: var(--base-gray);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--base-headingfont), sans-serif;
  font-weight: 400;
  color: var(--base-headingfont-color);
}
h1 { font-size: 84px; line-height: 94px; } 
h2 { font-size: 74px; line-height: 84px; } 
h3 { font-size: 74px; line-height: 84px; } 
h4 { font-size: 42px; line-height: 52px; } 
h5 { font-size: 28px; line-height: 38px; } 
h6 { font-size: 20px; line-height: 30px; }

.fs-54 { font-size: 54px !important; line-height: 64px !important; font-weight: 400; }
.fs-50 { font-size: 50px !important; line-height: 65px !important; font-weight: 400; }
.fs-46 { font-size: 46px !important; line-height: 56px !important; font-weight: 400; }
.fs-40 { font-size: 40px !important; line-height: 50px !important; font-weight: 400; }
.fs-36 { font-size: 36px !important; line-height: 46px !important; font-weight: 400; }
.fs-30 { font-size: 30px !important; line-height: 40px !important; font-weight: 400; }
.fs-26 { font-size: 26px !important; line-height: 36px !important; font-weight: 400; }
.fs-24 { font-size: 24px !important; line-height: 34px !important; font-weight: 400; }
.fs-23 { font-size: 23px !important; line-height: 34px !important; font-weight: 400; }
.fs-22 { font-size: 22px !important; line-height: 26px !important; font-weight: 400; }
.fs-16 { font-size: 16px !important; line-height: 26px !important; font-weight: 400; }
.fs-14 { font-size: 14px !important; line-height: 24px !important; font-weight: 400; }

.border-bottom { border-bottom: 1px solid var(--base-border-color);}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title-fonts,
.big-fonts {
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.button,
input[type="text"] input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 10px 30px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--base-white);
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 200% 100%;
}
button:focus {
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: searchfield;
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}
textarea:focus {
  outline: none !important;
  box-shadow: none;
}
input:focus {
  outline: none !important;
  box-shadow: none;
}
.button-sm {
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
  display: table-cell;
  position: absolute;
  text-align: center;
  top: 20px;
  left: 20px;
  min-width: fit-content;
  line-height: 25px;
  z-index: 5;
  min-height: auto;
  font-weight: 400;
  height: 26px;
  width: 55px;
  max-width: 55px;
  vertical-align: top;
  border-radius: 0;
  margin: 0;
  background-image: var(--base-button-color);
  text-transform: capitalize;
  margin-top: 0;
  
}
.button-transparent {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.15);
  text-transform: capitalize;
}
.button-transparent:hover {
  background-image: var(--base-button-color) !important;
  color: var(--base-white);
}
.button-hover-effect {
  padding: 10px 20px;
  background: transparent;
}
.button-hover-effect:hover {
  background: var(--base-button-color-hover);
  color: var(--base-white);
}
.button:hover {
  background-position: right center;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.text-hover-effect:hover {
  color: var(--base-skin) !important;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.title-text-color {
  color: var(--base-headingfont-color);
}
.container-fluid {
  max-width: 1900px;
  margin: 0px auto;
}
.container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.hover-text {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.hover-text-rounded {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.hover-text-rounded::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  border: 1px solid var(--base-skin);
  border-radius: 40px;
  width: 10px;
  transition: width 0.4s ease, transform ease;
  margin-bottom: -2px;
}
.hover-text {
  position: relative;
  display: inline-block;
}
.hover-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 50%;
  right: 50%;
  background-color: var(--base-skin);
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}
.hover-text:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}
.hover-text:not(:hover)::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 100%;
  background-color: var(--base-skin);
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}
a:hover .hover-text::after {
  left: 0;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}
.text-hover-effect {
  transition: color 0.3s ease, opacity 0.3s ease;
}
.text-hover-effect:hover {
  color: var(--base-skin);
  cursor: pointer;
}
.hover-link {
  color: var(--base-skin);
  transition: color 2s ease-in-out;
}
.spacing-1 {padding: 0 20px 0 35px;}
.spacing-2 {padding: 10px 15px 31px;}
.spacing-3 {padding-top: 50px; padding-bottom: 67px;}

.spacing-5 {padding-left: 100px;padding-right: 100px;margin-right: -30px;}
.p-10 {padding: 10px !important;}
.p-15 {padding: 15px !important;}
.p-20 {padding: 20px !important;}
.p-25 {padding: 25px !important;}
.p-30 {padding: 30px !important;}
.p-40 {padding: 40px !important;}
.p-45 {padding: 45px !important;}
.p-50 {padding: 50px !important;}
.p-60 {padding: 60px !important;}
.p-80 {padding: 80px !important;}
.p-100 {padding: 100px !important;}
.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}
.pr-55 {padding-right: 55px !important;}
.pr-60 {padding-right: 60px !important;}
.pr-65 {padding-right: 65px !important;}
.pr-70 {padding-right: 70px !important;}
.pr-75 {padding-right: 75px !important;}
.pr-80 {padding-right: 80px !important;}
.pr-85 {padding-right: 85px !important;}
.pr-90 {padding-right: 90px !important;}
.pr-95 {padding-right: 95px !important;}
.pr-100 {padding-right: 100px !important;}
.pr-250 {padding-right: 250px !important;}
.pl-0 {padding-left: 0px !important;}
.pl-2 {padding-left: 2px !important;}
.pl-3 {padding-left: 3px !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}
.pl-55 {padding-left: 55px !important;}
.pl-60 {padding-left: 60px !important;}
.pl-65 {padding-left: 65px !important;}
.pl-70 {padding-left: 70px !important;}
.pl-75 {padding-left: 75px !important;}
.pl-80 {padding-left: 80px !important;}
.pl-85 {padding-left: 85px !important;}
.pl-90 {padding-left: 90px !important;}
.pl-95 {padding-left: 95px !important;}
.pl-100 {padding-left: 100px !important;}
.pl-110 {padding-left: 110px !important;}
.pl-125 {padding-left: 125px !important;}
.pl-200 {padding-left: 200px !important;}
.pt-0 {padding-top: 0px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-23 {padding-top: 23px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-55 {padding-top: 55px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-65 {padding-top: 65px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-75 {padding-top: 75px !important;}
.pt-80 {padding-top: 80px !important;}
.pt-90 {padding-top: 90px !important;}
.pt-100 {padding-top: 100px !important;}
.pt-120 {padding-top: 120px !important;}
.pt-130 {padding-top: 130px !important;}
.pt-140 {padding-top: 140px !important;}
.pt-150 {padding-top: 150px !important;}
.pt-160 {padding-top: 160px !important;}
.pt-170 {padding-top: 170px !important;}
.pt-180 {padding-top: 180px !important;}
.pt-190 {padding-top: 190px !important;}
.pt-200 {padding-top: 200px !important;}
.pt-245 {padding-top: 245px !important;}
.pt-350 {padding-top: 350px !important;}
.pb-0 {padding-bottom: 0px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-55 {padding-bottom: 55px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-65 {padding-bottom: 65px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-75 {padding-bottom: 75px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pb-85 {padding-bottom: 85px !important;}
.pb-90 {padding-bottom: 90px !important;}
.pb-95 {padding-bottom: 95px !important;}
.pb-100 {padding-bottom: 100px !important;}
.pb-120 {padding-bottom: 120px !important;}
.pb-130 {padding-bottom: 130px !important;}
.pb-140 {padding-bottom: 140px !important;}
.pb-150 {padding-bottom: 150px !important;}
.pb-160 {padding-bottom: 160px !important;}
.pb-170 {padding-bottom: 170px !important;}
.pb-180 {padding-bottom: 180px !important;}
.pb-190 {padding-bottom: 190px !important;}
.pb-200 {padding-bottom: 200px !important;}
.pb-280 {padding-bottom: 280px !important;}

.mt-0 {margin-top: 0px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-12 {margin-top: 12px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-65 {margin-top: 65px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}
.mt-120 {margin-top: 120px !important;}
.mt-130 {margin-top: 130px !important;}
.mt-140 {margin-top: 140px !important;}
.mt-150 {margin-top: 150px !important;}
.mt-160 {margin-top: 160px !important;}
.mt-470 {margin-top: 470px !important;}
.mt_5 {margin-top: -5px !important;}
.mt_10 {margin-top: -10px !important;}
.mt_15 {margin-top: -15px !important;}
.mt_20 {margin-top: -20px !important;}
.mt_25 {margin-top: -25px !important;}
.mt_30 {margin-top: -30px !important;}
.mt_35 {margin-top: -35px !important;}
.mt_40 {margin-top: -40px !important;}
.mt_50 {margin-top: -50px !important;}
.mt_55 {margin-top: -55px !important;}
.mt_60 {margin-top: -60px !important;}
.mt_65 {margin-top: -65px !important;}
.mt_70 {margin-top: -70px !important;}
.mt_75 {margin-top: -75px !important;}
.mt_80 {margin-top: -80px !important;}
.mt_90 {margin-top: -90px !important;}
.mt_100 {margin-top: -100px !important;}
.mt_105 {margin-top: -105px !important;}
.mt_110 {margin-top: -110px !important;}
.mt_120 {margin-top: -120px !important;}
.mt_130 {margin-top: -130px !important;}
.mt_140 {margin-top: -140px !important;}
.mt_150 {margin-top: -150px !important;}
.mt_160 {margin-top: -160px !important;}
.mt_170 {margin-top: -170px !important;}
.mt_180 {margin-top: -180px !important;}
.mt_190 {margin-top: -190px !important;}
.mt_200 {margin-top: -200px !important;}
.mt_210 {margin-top: -210px !important;}
.mt_220 {margin-top: -220px !important;}
.mt_230 {margin-top: -230px !important;}
.mt_240 {margin-top: -240px !important;}
.mt_250 {margin-top: -250px !important;}
.mt_260 {margin-top: -260px !important;}
.mt_270 {margin-top: -270px !important;}
.mt_280 {margin-top: -280px !important;}
.mt_300 {margin-top: -300px !important;}
.mt_310 {margin-top: -310px !important;}
.mt_320 {margin-top: -320px !important;}
.mt_332 {margin-top: -332px !important;}
.mt_340 {margin-top: -340px !important;}
.mt_360 {margin-top: -360px !important;}
.mt_380 {margin-top: -380px !important;}
.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-9 {margin-bottom: 9px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-12 {margin-bottom: 12px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-55 {margin-bottom: 55px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-65 {margin-bottom: 65px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mb-110 {margin-bottom: 110px !important;}
.mb-120 {margin-bottom: 120px !important;}
.mb-130 {margin-bottom: 130px !important;}
.mb-140 {margin-bottom: 140px !important;}
.mb-150 {margin-bottom: 150px !important;}
.mb-160 {margin-bottom: 160px !important;}
.mb-170 {margin-bottom: 170px !important;}
.mb-180 {margin-bottom: 180px !important;}
.mb-190 {margin-bottom: 190px !important;}
.mb-200 {margin-bottom: 200px !important;}
.mb_5 {margin-bottom: -5px !important;}
.mb_10 {margin-bottom: -10px !important;}
.mb_12 {margin-bottom: -12px !important;}
.mb_15 {margin-bottom: -15px !important;}
.mb_20 {margin-bottom: -20px !important;}
.mb_25 {margin-bottom: -25px !important;}
.mb_30 {margin-bottom: -30px !important;}
.mb_35 {margin-bottom: -35px !important;}
.mb_40 {margin-bottom: -40px !important;}
.mb_45 {margin-bottom: -45px !important;}
.mb_50 {margin-bottom: -50px !important;}
.mb_55 {margin-bottom: -55px !important;}
.mb_60 {margin-bottom: -60px !important;}
.mb_70 {margin-bottom: -70px !important;}
.mb_80 {margin-bottom: -80px !important;}
.mb_90 {margin-bottom: -90px !important;}
.mb_100 {margin-bottom: -100px !important;}
.mb_120 {margin-bottom: -120px !important;}
.mb_140 {margin-bottom: -140px !important;}

.ml-0 {margin-left: 0px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-100 {margin-left: 100px !important;}
.ml-110 {margin-left: 110px !important;}
.ml-120 {margin-left: 120px !important;}
.ml-130 {margin-left: 130px !important;}
.ml-140 {margin-left: 140px !important;}
.ml-150 {margin-left: 150px !important;}
.ml-160 {margin-left: 160px !important;}
.ml-170 {margin-left: 170px !important;}
.ml-180 {margin-left: 180px !important;}
.ml-190 {margin-left: 190px !important;}
.ml-200 {margin-left: 200px !important;}
.ml_10 {margin-left: -10px !important;}
.ml_15 {margin-left: -15px !important;}
.ml_20 {margin-left: -20px !important;}
.ml_25 {margin-left: -25px !important;}
.ml_30 {margin-left: -30px !important;}
.ml_35 {margin-left: -35px !important;}
.ml_40 {margin-left: -40px !important;}
.ml_50 {margin-left: -50px !important;}
.ml_60 {margin-left: -60px !important;}
.ml_70 {margin-left: -70px !important;}
.ml_80 {margin-left: -80px !important;}
.ml_90 {margin-left: -90px !important;}
.ml_100 {margin-left: -100px !important;}
.ml_110 {margin-left: -110px !important;}
.ml_120 {margin-left: -120px !important;}
.ml_130 {margin-left: -130px !important;}
.ml_140 {margin-left: -140px !important;}
.ml_150 {margin-left: -150px !important;}
.ml_160 {margin-left: -160px !important;}
.ml_180 {margin-left: -180px !important;}
.ml_200 {margin-left: -200px !important;}
.ml_210 {margin-left: -210px !important;}
.ml_220 {margin-left: -220px !important;}
.ml_240 {margin-left: -240px !important;}
.ml_260 {margin-left: -260px !important;}
.ml_280 {margin-left: -280px !important;}
.ml_300 {margin-left: -300px !important;}

.mr-0 {margin-right: 0px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-35 {margin-right: 35px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-100 {margin-right: 100px !important;}
.mr-110 {margin-right: 110px !important;}
.mr-120 {margin-right: 120px !important;}
.mr-130 {margin-right: 130px !important;}
.mr-140 {margin-right: 140px !important;}
.mr-150 {margin-right: 150px !important;}
.mr-160 {margin-right: 160px !important;}
.mr-170 {margin-right: 170px !important;}
.mr-180 {margin-right: 180px !important;}
.mr-190 {margin-right: 190px !important;}
.mr-200 {margin-right: 200px !important;}
.mr_10 {margin-right: -10px !important;}
.mr_15 {margin-right: -15px !important;}
.mr_20 {margin-right: -20px !important;}
.mr_25 {margin-right: -25px !important;}
.mr_30 {margin-right: -30px !important;}
.mr_35 {margin-right: -35px !important;}
.mr_40 {margin-right: -40px !important;}
.mr_50 {margin-right: -50px !important;}
.mr_60 {margin-right: -60px !important;}
.mr_70 {margin-right: -70px !important;}
.mr_80 {margin-right: -80px !important;}
.mr_90 {margin-right: -90px !important;}
.mr_100 {margin-right: -100px !important;}
.mr_130 {margin-right: -130px !important;}
.mr_140 {margin-right: -140px !important;}
.mr_150 {margin-right: -150px !important;}
.mr_160 {margin-right: -160px !important;}
.mr_180 {margin-right: -180px !important;}
.mr_200 {margin-right: -200px !important;}
.mr_210 {margin-right: -210px !important;}
.mr_220 {margin-right: -220px !important;}
.mr_240 {margin-right: -240px !important;}
.mr_260 {margin-right: -260px !important;}
.mr_280 {margin-right: -280px !important;}
.mr_300 {margin-right: -300px !important;}

.gap-26 {gap:26px !important}
.gap-30 {gap:30px !important}
.gap-65 {gap:65px !important}
.gap-165 {gap:165px !important}


label {font-size: 14px;}
.lh-base {line-height: 20px !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.box-shadow {box-shadow: 0 0 9px 0 rgba(29,33,67,0.1);}
.box-shadow_1 {box-shadow: 0 0 10px 0 rgba(2,20,47,0.08);}
.border_1 {border: 1px solid var(--base-border-color);}
.border-rounded {border-radius: 50%;}
.overlay-opacity-box {background: rgba(255,255,255,0.8); padding: 70px 0; opacity: 1;}
.border-rad_5 {border-radius: 5px;}
.border-rad_10 {border-radius: 10px;}
.border-rad_15 {border-radius: 15px;}
.border-rad_30 {border-radius: 30px;}
.border-rad_50 {border-radius: 50px;}
.border-tl-rad_5 {border-top-left-radius: 30px;}
.border-tr-rad_5 {border-top-right-radius: 30px;}
.border-br-rad_5 {border-bottom-right-radius: 30px;}
.border-bl-rad_5 {border-bottom-left-radius: 30px;}
/* common css end  */

/* home page css start */
.slider {
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}
.slide-track-copy {
  display: none !important;
}
.slide-track {
  display: flex;
  width: calc(7500px);
  animation: scroll 15s linear infinite;
  overflow: hidden;
}
.slide {
  height: 800px;
  width: 430px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px;
  height: 50vh;
}
.slider .img {
  width: 100%;
  transition: transform 1s;
}
.slider {
  padding-top: 80px;
  padding-bottom: 50px;
}
.slide-track:hover {
  animation-play-state: paused;
  transform: scale(1.5);
}
.hero-slider {
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}
.hero-slide-track-copy {
  display: none !important;
}
.hero-slide-track {
  display: flex;
 width: calc(430px * 12);
  animation: scroll 40s linear infinite;
  overflow: hidden;
}
.hero-slide {
  width: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}
.hero-slider img {
  height: 750px;
  width: 420px;
  margin-right: 10px;
  transition: transform 1s;
}
.hero-slider {
  padding-top: 80px;
  padding-bottom: 50px;
  height: 750px;
}
.home-slide {
  display: flex;
}
.hero-slider::before {
  content: '';
  position: absolute;
  top: -48.5%;
  width: 120%;
  height: 65%;
  border: 1px solid transparent;
  border-radius: 70%;
  z-index: 2;
  background-color: var(--base-dark);
}
.hero-slider::after {
  content: '';
  position: absolute;
  bottom: -45.5%;
  height: 58%;
  width: 120%;
  border: 1px solid transparent;
  border-radius: 60%;
  z-index: 2;
  background-color: var(--base-dark);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slider-section .slick-slide {
  margin: 0px 15px;
  width: 419px;
}
.slider-section .slick-slide:first-child {
  margin-left: 0px;
}
.slider-section .slick-slide:last-child {
  margin-right: 0px;
}
.slider-section {
  background-color: var(--base-gray);
  border-radius: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.slider-image-box img {
  height: 515px;
  width: 419px;
}
.portfolio-detail-slider{margin-left: 100px;margin-right:100px}
.portfolio-slider-section .slick-slide{
  margin:0 15px;
}
.slider-image-box {
  position: relative;
}
.slider-container a {
  display: flex;
  justify-content: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient:vertical;
  overflow: hidden;
}
.zoom-image {
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
}

 /* pricing section css start */
 .prt-pricetable-main {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  }

.prt-ptablebox .prt-ptable-main {
  text-align: center;
  display: block;
  position: relative;
  background-color: #fff;
  padding-bottom: 30px
}

.prt-ptablebox .prt-ptablebox-content {
  transition: all .3s ease
}

.prt-ptablebox .prt-ptablebox-title {
  padding-top: 50px;
  padding-bottom: 0;
  text-align: center
}

.prt-ptablebox .prt-ptable-icon-wrapper {
  font-size: 30px;
  padding-top: 30px
}

.prt-ptablebox .prt-ptable-icon-wrapper.prt-ptable-icon-type-image {
  padding-top: 0
}

.prt-ptablebox .prt-ptable-icon-type-image img {
  width: 100%
}

.prt-ptablebox-frequency,
.prt-ptablebox .prt-ptablebox-cur-symbol {
  display: inline-block;
  font-size: 34px
}

.prt-ptablebox .prt-ptablebox-price {
  font-size: 35px;
  line-height: 60px;
  font-weight: 600;
  display: inline-block
}

.prt-ptablebox .prt-ptablebox-frequency {
  position: relative;
  font-size: 16px
}

.prt-ptablebox-features .prt-feature-lines {
  list-style-type: none;
  margin: 0;
  padding: 12px 35px 10px
}

.prt-ptablebox-features .prt-feature-lines li:first-child {
  border-top: 1px solid rgba(0, 0, 0, .08)
}

.prt-ptablebox-features .prt-feature-lines li {
  padding: 14px 0 11px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.prt-ptablebox-features .prt-list.prt-list-style-icon-02 li::before{
  top:25px
}
.prt-ptablebox .prt-ptablebox-title h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0
}

.prt-ptablebox .prt-ptablebox-desc {
  padding: 0
}

.prt-ptablebox .prt-ptablebox-features {
  position: relative;
  padding: 16px 0 10px;
  width: 280px;
}

.prt-ptablebox .prt-ptable-btn {
  display: block;
  margin-top: 30px;
  padding-bottom: 5px;
  color: var(--base-white);
}

.prt-ptablebox .prt-ptable-btn a {
  position: relative;
  padding: 21px 30px 20px;
  border: 1px solid transparent;
  transition:
all .4s ease-in-out;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #3188ff 0%, #d34be9 50%, #3188ff 100%) !important;
}
.prt-ptablebox .prt-ptable-btn a:hover {
background-position:
right center;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition:
all .4s ease-in-out;
  transition:
all .4s ease-in-out;
}
.prt-ptablebox.prt-ptablebox-style-1 .prt-ptable-main {
  text-align: left;
  background-color: transparent;
  padding: 0;
  width: auto;
  transition: all .13s ease 0s
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-title {
  text-align: left
}

.prt-ptablebox-style-1 .prt-ptablebox-features .prt-feature-lines {
  padding: 7px 0 31px
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-title h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 12px;
}

.prt-ptablebox-style-1 .prt-ptablebox-content-wrapper p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--special-element-fontfamily);
  color: var(--base-white)
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-price {
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
  display: inline-block;
  color: var(--base-white)
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-features .prt-feature-lines li {
  color: rgba(255, 255, 255, .7)
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-pricetable-main:nth-child(2) .prt-ptablebox-features .prt-feature-lines li {
  color: rgba(255, 255, 255, .75)
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-cur-symbol {
  font-size: 40px;
  color: var(--base-white);
}

.prt-ptablebox.prt-ptablebox-style-1 .tprt-ptablebox-price-w {
  display: inline-block
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-features .prt-feature-lines li {
  border-bottom: unset;
  border-top: unset
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptable-btn a {
  position: relative;
  padding: 14px 30px 14px;
  border: unset;
  text-transform: uppercase;
  border-radius: 2em;
  transition: .5s;
  background-image: var(--base-button-color)
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptable-inner {
  padding: 0 20px 0 35px;
  background-color:var(--base-gray);
  border-radius: 0;
  transition: all .3s linear;
  width: 291px;
  box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, .1)
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptable-main:hover .prt-ptable-inner {
  width: 100%
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-image {
  float:right;
  width:100%;
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptable-main:hover .prt-ptablebox-image,
.prt-ptablebox.prt-ptablebox-style-1 .prt-ptable-box:hover .prt-ptable-inner {
  float: unset;
  transition: all .3s ease 0s
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-frequency:after {
  position: absolute;
  content: '/';
  left: 0
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-frequency {
  padding-left: 11px;
  color: var(--base-white);
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-features .prt-feature-lines li i {
  font-size: 6px;
  position: relative;
  top: -2px
}

.tm-layout-style1 ::selection {
  -webkit-text-fill-color: #00133b;
  color: #00133b
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptable-btn {
  padding-bottom: 67px
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptable-icon-type-image img {
  width: 100%;
  border-radius: 0
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-main-icon img {
  border-radius: 0
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-main-icon {
  position: absolute;
  z-index: -1
}

.prt-ptablebox-style-1 .prt-ptablebox-images {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  z-index: -1;
  position: relative
}

.prt-ptablebox-style-1 .prt-ptablebox-image1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  border-radius: 0
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-featured-col.prt-pricetable-main .prt-ptable-inner {
  background-color:var(--base-skin)
}

.prt-ptablebox.prt-ptablebox-style-1 .prt-ptablebox-featured-col.prt-pricetable-main .prt-ptable-btn a {
  background-image: unset !important;
  background-color:var(--base-gray)
}

.hero-heading {
  padding-top: 85px;
}
.search-input-wrapper{
  width: 74%;
}
.search-input-wrapper input {
  background-color: var(--base-gray);
  border: 1px solid var(--base-gray);
  border-radius: 50px;
  padding: 19px 20px 20px;
  font-size: 16px;
  line-height: 26px;
  color: var(--base-white);
}
#hero-section input {
  height: 66px;
  width: 100%;
  position: relative;
  padding-right: 180px;
}
#hero-section input::placeholder {
  font-size: 16px;
  line-height: 26px;
  margin: 0px 0px !important;
  text-overflow: ellipsis;
}
.hero-section-search-button {
  height: 66px;
  width: 153px;
  border-radius: 130px !important;
}
.home-section1-div1-filter {
  height: 66px;
  width: 100px;
}
input::placeholder {
  color: var(--base-bodyfont-color);
}
.service-1-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 768px;
}
#services-section .img-rotate-anime {
  margin-left: 45vw;
}
#services-section .relative {
  background-color: var(--base-gray);
}

#services-section .service-1-wrapper {
  height: fit-content;
  border-radius: 150px;
}

#services-item1,
#services-item2,
#services-item3 {
  border-bottom: 1px solid var(--base-border-color);
}
#services-item1,
#services-item2,
#services-item3,
#services-item4 {
  padding: 80px 0;
  height: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  align-items: center;
}
.hero-tags-title {
  margin-right: 5px;
}
.hero-tags-title span {
  margin-left: 5px !important;
}

.hero-tag {
  color: var(--base-bodyfont-color) !important;
  margin-left: 12px;
  border: 1px solid var(--base-border-color);
  border-radius: 30px;
  padding: 10px 20px;
}
.hero-tag:hover {
  background-image: var(--base-button-color) !important;
  background-size: 200% auto !important;
  color: var(--base-white) !important;
border:1px transparent !important;
padding: 11px 21px;

  }
.service-1-description {
  height: auto;
  width: 470px;
}
.image-wrapper {
  position: relative;
  height: 140px;
  width: 303px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-image {
  overflow: hidden;
  height: 140px;
  width: 303px;
  position: absolute;
  transition: clip-path 0.6s ease-out, transform 0.3s ease-in-out;
  left: 35%;
  top: auto;
  --clip-start: inset(0 50% 0 50%);
  --clip-end: inset(0 0 0 0);
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: clip-path 0.6s ease-out;
}
.service-image-overlay {
  overflow: hidden;
  height: 140px;
  width: 303px;
  position: absolute;
  transition: clip-path 0.6s ease-out, transform 0.3s ease-in-out;
  left: 76.7%;
  --clip-start: inset(0 50% 0 50%);
  --clip-end: inset(0 0 0 0);
}
.service-image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: clip-path 0.6s ease-out;
}
.service-title {
  width: 100%;
  display: flex;
  align-items: center;
}
.service-center-description {
  width: 33.33%;
  display: flex;
  align-items: center;
}
.service-1-description-secondary {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#services-description1,#services-description2,#services-description3,#services-description4,.service-1-description{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient:vertical;
  overflow: hidden;
}
.service-1-description {
  align-items: center;
}
.service-1-section h4{
  width: 30%;
}
#services-item1:hover .service-image img {
  clip-path: var(--clip-end);
}
#services-item1:hover .service-image-overlay img {
  clip-path: var(--clip-start) !important;
}
#services-item1:hover .service-image-overlay img {
  clip-path: var(--clip-end);
}
#services-item2:hover .service-image img {
  clip-path: var(--clip-end);
}
#services-item2:hover .service-image-overlay img {
  clip-path: var(--clip-start) !important;
}
#services-item2:hover .service-image-overlay img {
  clip-path: var(--clip-end);
}
#services-item3:hover .service-image img {
  clip-path: var(--clip-end);
}
#services-item3:hover .service-image-overlay img {
  clip-path: var(--clip-start) !important;
}
#services-item3:hover .service-image-overlay img {
  clip-path: var(--clip-end);
}
#services-item4:hover .service-image img {
  clip-path: var(--clip-end);
}
#services-item4:hover .service-image-overlay img {
  clip-path: var(--clip-start) !important;
}
#services-item4:hover .service-image-overlay img {
  clip-path: var(--clip-end);
}
.service-image img:first-child {
  clip-path: var(--clip-start);
}
.service-image-overlay img:first-child {
  clip-path: var(--clip-end);
}
#services-item1:hover .service-center-description {
  display: none;
}
#services-item1 .service-1-description-secondary {
  opacity: 0 !important;
}
#services-item1:hover .service-1-description-secondary {
  opacity: 1 !important;
    transition: .3s ease-out;
}
#services-item2:hover .service-center-description {
  display: none;
}
#services-item2 .service-1-description-secondary {
  opacity: 0 !important;
}
#services-item2:hover .service-1-description-secondary {
  opacity: 1 !important;
   transition: .3s ease-out;
}
#services-item3:hover .service-center-description {
  display: none;
}
#services-item3 .service-1-description-secondary {
  opacity: 0 !important;
}
#services-item3:hover .service-1-description-secondary {
  opacity: 1 !important;
   transition: .3s ease-out;
}
#services-item4:hover .service-center-description {
  display: none;
}
#services-item4 .service-1-description-secondary {
  opacity: 0 !important;
}
#services-item4:hover .service-1-description-secondary {
  opacity: 1 !important;
   transition: .3s ease-out;
}

.service-title {
  height: auto;
}
.newsletter-section {
  padding-left: 310px;
  padding-right: 310px;
  margin-top: 39px;
}
.newsletter-section input {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--base-white);
}
#newsletter-email::placeholder {
  color: var(--base-bodyfont-color) !important;
}
.newsletter-form-container {
  width: 676px;
  margin: 0px auto;
  z-index: 1;
}
.newsletter-submit-icon {
  font-size: 22px;
  color: var(--base-skin);
  margin-right: -40px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin-top:3px
}
.newsletter-input-wrapper {
  border-bottom: 1px solid var(--base-border-color);
  opacity: 1;
  padding: 5px 30px 22px 0;
}
.checkbox-style1 {
  position: relative;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.newsletter-agreement-text {
  font-size: 15px;
  line-height: 25px;
  font-family: var(--base-bodyfont);
  margin-left: 35px;
  color: var(--base-white);
  position: relative;
  z-index: 10;
  width: fit-content;
}
.home-newslwtter-agree-term {
  color: var(--base-white);
  font-family: var(--base-bodyfont);
}
.home-newslwtter-privacy-policy {
  text-decoration: underline;
  color: var(--base-white);
  font-family: var(--base-bodyfont);
}
.checkbox-style1::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.3s ease;
  margin-top: 10px;
}
.checkbox-style1:checked {
  border-color: var(--base-skin);
}
.newsletter-section .checkbox-style1:checked::after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 12px;
  margin-top: 10px;
  color: var(--base-skin);
  font-weight: bold;
}
.checkbox-style1:checked::after {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 12px;
  margin-top: 10px;
  color: var(--base-skin);
  font-weight: bold;
}
.checkbox-style2 {
  position: relative;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.contact-newsletter-policy {
  margin-left: 35px;
  color: rgba(255,255,255,0.7);
}
.checkbox-style2::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 2px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.3s ease;
  margin-top: 10px;
}
.checkbox-style2:checked {
  border-color: var(--base-skin);
}
.checkbox-style2:checked::after {
  content: "✔";
  position: absolute;
  top: -15px;
  left: 4px;
  font-size: 13px;
  color: var(--base-skin);
  font-weight: bold;
}
.newsletter-background-text {
  font-size: 182px;
  line-height: 172px;
  font-weight: 700;
  padding-top: 20px;
  color: rgba(255,255,255,0.07) !important;
  width: 1052px;
  height: 163px;
  letter-spacing: 2px;
}
#about-1-section {
  position: relative;
}
.about-1-content-container {
  padding-top: 100px;
}
.about-1-description-area {
  padding-top: 0px;
  height: auto;
  width: 542px;
}
.home-section2-image {
  position: static;
  right: 40%;
}
.stats-item-value {
  padding-top: 20px;
}
.stats-item-value .plus {
  display: inline;
  vertical-align: text-bottom;
  height: 100%;
}
.stats-item-value span {
  font-weight: 400 !important;
}
.stats-item-value h6 {
  color: var(--base-bodyfont-color);
}
.stats-content {
  gap: 70px;
}
.stats-info .h6 {
  color: #FFFFFFB3 !important;
}
.stats-info a {
  color: #FFFFFFB3 !important;
}
.stats-info p {
  font-size: 30px !important;
  line-height: 45px !important;
  font-weight: 400;
  display: inline-block;
}
.stats-header,
.stats-item,
.stats-title3 {
  border-bottom: 1px solid var(--base-border-color);
}
.stat-image:before{
position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
}
.stat-image img{
top:100px
  }
.section-label {
  height: 40px !important;
  width: auto;
  padding: 10px 20px 10px 18px;
  border-radius: 20px;
  border: 1px solid var(--base-border-color);
  font-size: 14px;
  line-height: 24px;
  font-weight:400
}
.stats-item-value:not(:last-child) {
  padding-bottom: 80px;
}
.stats-title2,
.stats-title3 {
  padding-top: 20px;
  padding-bottom: 50px;
}
.stats-title1 {
  padding-top: 20px;
  padding-bottom: 80px;
}
#image-revel-sec {
  margin-top: -210px;
}
#image-revel-sec .about-1-description-area {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-1-intro-text {
  color: var(--base-white);
  text-align: left;
  font-size: 43px;
  font-weight: 500;
  line-height: 58px;
}
#section8 {
  margin-bottom: 100px;
}
.slider-heading button {
  margin-top: 100px;
}

.slider-heading h2 {
  width: 60%;
}
.slider-heading{
  padding: 0px 300px;
}
/* footer css start */
#footer {
  border-top: 1px solid transparent;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  background-color: var(--base-gray);
  height: auto;
  overflow-y: hidden;
  position: relative;
}
#footer .second {
  padding-top: 70px;
}
#footer ul li a {
  font-family: var(--base-bodyfont);
}
.footer-content-call {
  padding-top: 20px;
  font-size: 26px;
  line-height: 36px;
}
.footer-content-call a:hover {
  color: var(--base-skin);
  transition: .5s;
}
#animate-footer-font {
  height: 136px;
  padding-top: 30px;
  font-size: 119px;
  line-height: 101px;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg,#4A7FFC,#0febcd,#FF0080);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-clip: border-box;
  background-size: 200% 100%;
  background-position: left bottom;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: fontanime 4s linear infinite;
  text-shadow: 0 10px 15px rgba(0,0,0,0.2);
  font-family: var(--base-bodyfont);
  z-index: -1000;
  text-align: justify;
  margin-bottom: -20px;
}
#animate-footer-font::before {
  content: '';
  background: linear-gradient(0deg,#101010 20%,transparent 90%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .8;
  width: 100%;
  height: 150px;
  -webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  -ms-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 1;
}
@keyframes fontanime {
  0% {
    background-position: -100% 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.copy-right {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--base-bodyfont-color);
  font-family: var(--base-bodyfont);
}
.copy-right a {
  color:var(--base-bodyfont-color) !important;
}
.copy-right a:hover {
  color: var(--base-skin) !important;
}

.footer-contact-detail .mt-4 a:not(:last-child) {
  border-bottom: 1px solid var(--base-white) !important;
  padding-bottom: 5px !important;
  text-decoration: none !important;
  font-size: 20px;
  line-height:34px
}
.footer-contact-detail .mt-4 a:not(:last-child):hover {
  color: var(--base-skin);
  transition: color 0.3s ease, opacity 0.3s ease;
  border-bottom-color: var(--base-skin) !important;
}
.footer .footer-logo {
  position: relative;
}
.widget_social_wrapper.social-icons {
  border-top: 1px solid #000000;
  padding: 30px 0 0;
  margin-top: 34px;
}
.footer .social-icons li {
  margin: 0;
  padding: 0;
  min-width: 23px;
}
.footer .social-icons li a {
  margin: 0 2px 0 0px;
  display: block;
  background-color: transparent;
  font-size: 18px;
  color: #888888;
}
.footer .social-icons li a:hover {
  color: var(--base-white);
}
.footer .widget .widget-title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  font-weight: 500 !important;
}
.footer .widget ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.footer .widget.widget_nav_menu ul>li:first-child,
.footer .widget.link-widget ul>li:first-child {
  padding-top: 0px;
}
.footer .widget.widget_nav_menu ul>li,
.footer .widget.link-widget ul>li {
  display: flex;
  position: relative;
  width: 100%;
  float: none;
  font-family: var(--base-bodyfont);
  letter-spacing: 0.3px;
}
.footer-copyriight-section ul li:last-child{
  padding-right: 0px;
}
.widget_nav_menu .widget.link-widget ul>li a {
  padding-top: 8px;
}
.footer .widget.widget_nav_menu ul>li a,
.footer .widget.link-widget ul>li a {
  font-size: 14px;
  line-height: 24px;
  color: var(--base-bodyfont-color);
  text-transform: capitalize;
  position: relative;
  font-weight: 400 !important;
}
.footer .widget.widget_nav_menu ul>li a:hover,
.footer .widget.link-widget ul>li a:hover {
  color: var(--base-skin);
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer .widget.link-widget ul>li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 100%;
  background-color: var(--base-skin);
  transition-property: left, right;
  transition: 0.5s ease;
}
.footer .widget.link-widget ul>li a:hover:before {
  left: 0;
  right: 0;
}
.footer .widget.link-widget ul>li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 50%;
  right: 50%;
  background-color: var(--base-skin);
  transition: left 0.5s ease, right 0.5s ease;
  margin-bottom: -2px;
}
.footer .widget.link-widget ul>li a:hover:before {
  left: 0;
  right: 0;
}
.footer-copyriight-section {
  padding-top: 30px !important;
  padding-bottom: 30px;
  border-top: 1px solid var(--base-border-color);
}
.footer-copyriight-section ul li {
  padding-right: 20px;
}
.footer-copyriight-section ul li:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--base-border-color);
  display: block;
}
.cta-widget-area h4 {
  font-size: 150px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: var(--base-button-color);
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200%;
  background-position: -200%;
  animation: animated-gradient 40s infinite alternate-reverse;
  text-align: center;
}
@keyframes animated-gradient {
  to {
    background-position: 200%;
  }
}
.tm-titlebar-shadow {
  position: relative;
}
.cta-widget-area h4:before {
  content: '';
  background: linear-gradient(0deg,#101010 20%,transparent 90%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  width: 100%;
  height: 100%;
  -webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  -ms-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 1;
}
.footer .footer-cta-inner{
  padding: 42px 0px 0px;
}

/* Home page css start */
.imageContainer {
  position: relative;
}
.imageContainer .img {
  object-fit: cover;
  transform-origin: left;
}
.about-1-section .about-1-content-container .imageContainer .image-reveal {
  visibility: hidden;
  position: relative;
  width: 498px;
  height: 522px;
  max-width: 100%;
  overflow: hidden;

}
.service-overview-section .imagebox-service-image {
  position: relative;
}
.service-overview-section .imagebox-service-image img {
  object-fit: cover;
  transform-origin: left;
}
.service-overview-section .imagebox-service-image .image-reveal {
  visibility: hidden;
  position: relative;
  width: 420px;
  height: 418px;
  max-width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.ai-services-overview .imagebox-service-image {
  position: relative;
  margin-top: -150px;
}
.ai-services-overview .imagebox-service-image img {
  object-fit: cover;
  transform-origin: left;
}
.ai-services-overview .imagebox-service-image .image-reveal {
  visibility: hidden;
  position: relative;
  width: 629px;
  height: 651px;
  max-width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.ai-service-description-wrapper-main{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* blog detail page css start */
.blog-detail-section .image-reveal {
  visibility: hidden;
  position: relative;
  width: fit-content;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.blog-content-item a {
  cursor: unset;
}
.blog-content-item:not(:first-child) {
  border-left: 1px solid var(--base-border-color);
  padding-left: 50px;
}
.blog-content-item1 {
  padding-left: 100px;
  padding-right: 30px;
}
.blog-content-item2 {
  padding-right: 30px;
}
.blog-content-item3 {
  padding-right: 100px;
}
.blog-content-section .featured-content {
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 9px;
  width: 55%;
}
.blog-content-wrapper{
  position: relative;
  z-index:12;
}

/* service page css start */
.service-icons {
  margin-top: 30px;
}
.service-icons-detail {
  margin-top: 10px;
}
.service-icons-div {
  gap: 30px;
}
@keyframes bounce {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/* portfolio page css start */
.portfolio-gallery-section {
  width: 100%;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-overlay {
  text-align: left;
}
.portfolio-item-title {
  padding-top: 20px;
  margin-bottom: 4px;
}
.portfolio-item-title a:hover {
  color: var(--base-skin);
  transition: .5s;
}
.portfolio-item-content {
  margin-bottom: 30px;
}
#Portfolio-detail-bg-image {
  margin-top: 0px;
}
.portfolio-detail-heading {
  margin-bottom: 80px;
  padding-top: 165px;
  margin-left: 300px;
  margin-right: 300px;
  width: 800px;
}
.portfolio-detail-wrapper {
  gap: 250px;
  margin-bottom: -15px;
}
.blog-header-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
.portfolio-text-section {
  width: 634px;
}
.portfolio-info {
  width: 416px;
}
.portfolio-description-body {
  width: fit-content;
  color: var(--base-bodyfont-color);
}
.portfolio-info-label {
  font-size: 20px;
  line-height: 26px;
  color: var(--base-white) !important;
  font-weight: 500;
}
.portfolio-description-text {
  width: fit-content;
}
.portfolio-detail-about-section-description {
  padding-left: 50px;
  width: 1040px;
}
.about-section-description.h5 {
  height: 136px;
}
.blog-view-count {
  font-size: 15px;
  border-right: 1px solid rgba(255,255,255,0.15);
  padding-right: 20px;
  height: 26px;
}
.blog-meta-tags:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.15);
  padding-right: 20px;
  height: 26px;
}
.blog-meta-tags a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.blog-meta-info .blog-meta-tags a {
  height: auto;
  text-align: center;
  font-size: 15px;
  width: auto;
}
.blog-meta-tags a:after {
  content: '/';
  position: absolute;
  right: -20px;
  top: -3px;
  font-size: 22px;
  color: rgba(255,255,255,0.15);
}
.blog-meta-tags a:last-child:after {
  content: '';
}
.blog-meta-tags .icon-linkedin,.icon-instagram{
  font-size: 18px;
}
.icon-eye {
  color: var(--base-skin);
}
.blog-meta-tags {
  font-size: 15px !important;
  line-height: 25px !important;
}
.portfolio-info-value {
  padding-top: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 30px;
}
.portfolio-result-body {
  color: var(--base-bodyfont-color);
}
.portfolio-result {
  margin-top: 100px;
  padding-top: 70px;
  border-top: 1px solid var(--base-border-color);
}
.portfolio-image-gallery {
  position: relative;
}
.portfolio-image-gallery .img {
  object-fit: cover;
  transform-origin: left;
  width: 100%;
  height: 100%;
}
.portfolio-image-gallery .image-reveal {
  visibility: hidden;
  position: relative;
  width: 100% !important;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
#portfolio-image-item1 {
  height: 320px;
  width: 515px;
  object-fit: cover;
 }
#portfolio-image-item2 {
  height: 320px;
  width: 450px;
  max-width: 450px;
  object-fit: cover;
}
.portfolio-image-item2 {
  height: 320px;
  width: 402px;
}
.portfolio-detail-section3 {
  height: fit-content;
}

/* blog detail page css start */
.blog-detail-section {
  margin-top: 150px;
}
.blog-detail-header {
  gap: 50px;
}
.blog-detail-section1-wrapper1 {
  gap: 30px;
}
.blog-detail-image1 img {
  display: block;
  height: 519px;
  max-width: 518px;
  border: 1px solid transparent;
  overflow: hidden;
}
.blog-title {
  margin-top: 30px;
}
.blog-detail-section #blog-title{
  font-size: 69px;
  line-height: 82px;
  font-weight: 500;
}
.blog-category-item {
  margin-left: 20px;
}
.blog-categories-list a {
  border-radius: 0px !important;
  border: 1px solid var(--base-border-color);
  padding: 5px 20px;
}
.blog-categories-list a:hover {
  background-color: var(--base-skin);
  transition: .5s;
}
.blog-date-info {
  padding-top: 30px;
}
.blog-read-times:after{
  position: absolute;
  content: '/';
  left: -15px;
  color: rgba(255,255,255,.15);
}
.blog-meta-info {
  margin-top: 80px;
}
.blog-meta-tags {
  padding: 0 20px;
}
.blog-summary {
  margin-top: 60px;
  padding: 37px 30px 30px 30px;
  border-left: 5px solid var(--base-skin);
  background-color: var(--base-gray);
}
.blog-summary p {
  font-weight: 500 !important;
  position: relative;
  z-index: 12;
  opacity: 1 !important;
  font-size: 26px !important;
  line-height: 36px !important;
  text-align: center;
}
.blog-summary p:before {
  color: var(--base-skin);
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
  right: 0;
  font-size: 80px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  content: "\f139";
  font-family: 'flaticon_ailabflow';
  opacity: 0.3;
  font-weight: 900;
  z-index: -12;
}
.blog-call-to-action {
  padding-top: 60px;
}
.blog-call-to-action-content {
  padding-left: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cta-list {
  padding-top: 15px;
  padding-left: 15px;
}
.cta-item {
  padding-top: 15px;
}
.blog-detail-section1-div5 {
  margin-top: 40px;
}
.blog-summary-text {
  margin-top: 30px;
}
.blog-detail-image2 img {
  height: 364px;
}
.blog-detail-image2 .featured-thumbnail {
  height: 364px;
}
.blog-image-container {
  position: relative;
}
.blog-image-container .img {
  object-fit: cover;
  transform-origin: left;
}
.blog-image-container .image-reveal-block {
  visibility: visible !important;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 634px;
  overflow: hidden;
}

/* pricing page css start  */
.pricing-section {
  display: block;
  height:fit-content;
  margin-bottom: 50px;
}
.accordian {
  margin-top: 100px;
  margin-left: 310px;
  margin-right: 310px;
}
.accordian-content,
.accordian-title {
  padding-top: 30px;
  text-align: left;
}
.accordian-title {
  border-bottom: 1px solid var(--base-gray);
  padding-bottom: 20px;
}
.pricing-toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.pricing-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.pricing-toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 7px;
  background-color: var(--base-dark);
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked+.pricing-toggle-slider {
  background-color: var(--base-white);
}
input:focus+.pricing-toggle-slider {
  box-shadow: 0 0 1px var(--base-white);
}
input:checked+.pricing-toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.pricing-toggle-slider.round {
  border-radius: 34px;
}
.pricing-toggle-slider.round:before {
  border-radius: 50%;
}
.pricing-plan-section{overflow: hidden;}
/* shop page css start */
.shop-heading {
  padding-top: 200px;
  margin-left: 310px;
  margin-right: 310px;
}
.shop-show-reasult-menu {
  background-color: var(--base-gray);
  padding: 10px 20px;
  align-items: center;
}

.shop-items:hover .prt-shop-featured-wrapper {
  background-color: var(--base-skin);
}

.shop-items:hover .featured-imagebox {
  margin-right: 0px;
  margin-left: 0px;
  margin: 0px;
}

.featured-imagebox.featured-imagebox-shop.style1 img:hover{
  border: 1px solid var(--base-skin) !important;
}
.shop-section2-items {
  gap: 30px;
}
.shop-section2-items .shop-items:nth-child(3) {
  padding-right: 0 !important;
}
.shop-section2-items:nth-child(3) {
  padding-right: 0 !important;
}
.prt-shop-featured-wrapper {
  height: auto;
  width: 372px;
  padding: 15px 20px;
  bottom: 20px;
  position: absolute;
  background-color: var(--base-gray);
  margin: 0px 20px;
}
.prt-shop-featured-wrapper h5{
margin-top: -11px;
}
.prt-shop-featured-wrapper .featured-title{
 margin-bottom: 6px;
}
.shop-section2-icons {
  gap: 7px !important;
  font-size: 26px;
}
.shop-section2-icons-heart {
  font-size: 24px;
  padding-left: 8px;
}
.prt-shop-featured-wrapper:hover img {
  display: none;
}
.shop-section-invisible-button {
  color: var(--base-headingfont-color);
  padding: 5px 30px;
  border-radius: 130px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 26px;
  height: 36px;
  width: 138px;
  display: none;
  background: var(--base-gray);
}
.shop-items-images {
  height: 425px;
}
.shop-items .featured-imagebox {
  margin-right: 0px;
}
.shop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.shop-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.shop-pagination .pagination-page-numbers {
  font-size: 16px;
  line-height: 16px;
}
.pagination-page-numbers li:nth-child(1):after {
  content: '/';
  display: inline-flex;
  padding: 0 5px;
}
.pagination-page-numbers li:nth-child(2) {
  margin: 0 6px;
}

/* servie page css start  */
.service-section2-small-image {
  margin-left: 17vw;
}
.service-overview-section .service-1-description {
  width: 629px;
  height: 180px;
  margin-bottom: 80px;
}
.ai-services-overview {
  height: auto;
}
.ai-service-image {
  height: 651px;
  width: 629px;
  max-width: 629px;
}
.service-overview-description-block {
  width: 100%;
}
.service-overview-description{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
#service-bg-image img {
  margin-top: 0px;
}
.imageContainer3 {
  position: relative;
}
.imageContainer3 .img {
  object-fit: cover;
  width: 100%;
}
.imageContainer3 .image-reveal3 {
  visibility: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -10;
}
.testimonial-section .slick-initialized .slick-slide {
  display: flex !important;
  flex-direction: row !important;
}
.testimonial-section{margin: 0px -15px;}
/* About page css start  */
#about-bg-image {
  margin-top: 0px;
}
.gallery-section-image2,
.gallery-section-image3 {
  margin-top: 120px !important;
}
.gallery-section-heading {
  width: 1097px;
  height: 156px;
}
.gallery-section img {
  height: 430px;
  width: 389px;
  object-fit: cover;
}
.gallery-section .gallery-images {
  gap: 30px;
}
.gallery-section .gallery-section-images {
  margin-top: 70px;
}
.gallery-image-thumbnail {
  overflow: hidden;
}
.gallery-images img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
.gallery-images img:hover {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.about-section-title .h5 {
  height: 36px;
  width: 175px;
}
.about-section-title {
  width: 33.33%;
}
.about-section-description {
  padding-left: 0px;
  width: 66.66%;
}
.about-section .about-about-section-title {
  width: 100vw;
}
.about-section .about-about-section-description {
  margin-left: 210px !important;
}
.about-section-stats {
  margin-top: 70px;
}
.about-section-stats .fs-54 {
  margin-top: 20px;
}
.about-stat-unit {
  font-size: 15px;
  margin-left: 15px;
}

/* testimniall slider scss start */
.testimonial-section .card {
  height: auto;
  width:100%;
  padding: 30px;
  border: 1px solid transparent;
}
.testimonial-section .author-image {
  width: 60px;
  height: 60px;
}
.testimonial-section  p{
font-size: 16px;
line-height: 26px;
}
.testimonial-section  .testimonial-author-details .testimonial-author-name{
  font-size: 20px;
  line-height: 30px;
  }
.testimonial-card2,
.testimonial-card4 {
  background-color: var(--base-skin);
  position: relative;
}
.testimonial-card1,
.testimonial-card3 {
  background-color: #101010;
  position: relative;
}

.testimonial-card1:hover {
  z-index: 3 ;
 }
.testimonial-card2:hover {
  z-index: 3;
}
.testimonial-card3:hover {
  z-index: 3;
}
.testimonial-card4:hover {
  z-index: 3;
}
.testimonial-author-details {
  margin-top: 50px;
}
.testimonial-author-details .h6 {
  padding-top: 5px;
}
.testimonial-author-details:nth-child(1) {
  font-size: 16px !important;
  line-height: 26px !important;
}
#nav {
  position: absolute;
  top: 80px;
  left: 330px;
  z-index: 10;
  text-align: center;
}
.slider-wrapper {
  position: relative;
  width: 500px;
  overflow: hidden;
}
.about-slick-slider {
  display: flex !important;
  flex-direction: row !important;
}
.testimonial-section .slick-slider {
  width: 100%;
  overflow: hidden;
}
.testimonial-section .slick-slide {
  display: none;
  min-height: 1px;
  margin:0px 15px
}
.testimonial-section .slick-list {
  overflow: visible;
}
.testimonial-section .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.testimonial-section .slick-active .card{
  opacity: 1 !important;
  animation: fade 0.6s ease;
}

.testimonial-section  .card{
  opacity: 0 !important;
}

 
#product-details {
  width: 1200px;
  border: 1px solid rgba(255,255,255,0.15);
}
#product-details:focus {
  border: 1px solid var(--base-skin);
}
#product-details textarea {
  font-size: 16px;
  line-height: 26px;
  height: 146px;
  font-family: var(--base-bodyfont);
}
#product-details::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: var(--base-bodyfont-color);
  font-family: var(--base-bodyfont);
  font-weight: 500;
}

/* contact us page css start */
.contact-form-container {
  border: 1px solid rgba(255,255,255,0.15);
  height: auto;
}
.contact-section2-cards-sec {
  flex-wrap: wrap;
}
.contact-us-section {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-us-section-wrapper,
.contact-us-cards-wrapper {
  gap: 35px;
}
.contact-section2-cards-sec {
  gap: 20px 35px;
}
.contact-us-section .contact-item {
  padding: 40px 30px 30px;
  height: auto;
  background-color: var(--base-gray);
  border: 1px solid var(--base-gray);
  z-index: 102;
}
.contact-item h6{
  margin-bottom: 26px;
}
.contact-us-section .contact-section2-cards:hover img {
  animation: bounce .8s ease-in-out;
}
.contact-section2-card-second-row {
  margin-top: 50px;
}
.contact-card-icon1,
.contact-section2-card3 {
  margin-right: 35px;
}
.contact-form-field {
  border: 1px solid transparent;
}
#product-details::placeholder {
  color: #727272;
}
.contact-form-field input {
  padding: 20px 30px;
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 15px;
  line-height: 25px;
  color: var(--base-white);
  height: 66px;
  font-family: var(--base-bodyfont);
  font-weight: 400 !important;
}
.contact-form-field .bg-transparent::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #727272 !important;
  font-family: var(--base-bodyfont);
  font-weight: 400;
}
.contact-form textarea {
  padding: 20px 30px;
  font-size: 16px;
  color: var(--base-white);
  height: 146px;
  margin-top: 30px;
}
.contact-section .contact-form-container .contact-form .section-title.style9 .title-header h3 {
  margin-bottom: 50px;
}
.contact-contact-section2-icons {
  margin-bottom: 20px;
  width: 47px;
  height: 43px;
}
.contact-button {
  margin-top: 23px;
  margin-bottom: 9px;
  width: 162px;
}
.landing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50vh;
  box-shadow: 0 32px 32px -8px rgba(0,0,0,0.5);
}
.distortion {
  position: fixed;
  width: 50vw;
  height: 50vh;
}

/* blog pages css start */
.blog-section1 {
  margin-bottom: 0px;
}
.blog-comman-section {
  gap: 30px;
}
.blog-section1 img {
  height: 534px;
  width: 413px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
}
.blog-link2 {
  margin-left: 65px;
}
.blog-description {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 34px !important;
}
.blog-sidebar-container .pagination-controls {
  display: flex;
  justify-content: center;
}
.pagination-controls{
  display: none !important;
}
.blog-sidebar-container .flex {
  gap: 50px;
}
.pagination-controls button {
  cursor: pointer;
  margin: 0 10px;
}
.pagination-controls .next-btn {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-section1 .grid .flex {
  border: 1px solid var(--base-bodyfont);
  border-radius: 50px;
}
.blog-2-col-section1 {
  margin-left: 310px;
  margin-right: 310px;
  margin-top: 150px;
  margin-bottom: 100px;
  gap: 50px;
}
.blog-2-col-section1 img {
  height: 500px;
  width: 400px;
}
.pagination-controls {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pagination-controls button {
  cursor: pointer;
  margin: 0 10px;
}
.blog-2-col-section1 .grid .flex {
  border: 1px solid var(--base-bodyfont);
  border-radius: 50px;
}
.pagination-next-page-btn {
  width: 130px;
  padding: 10px 45px;
}
.blog-sidebar-container {
  margin-bottom: 100px;
  gap: 50px;
}
.blog-sidebar-container img {
  height: 480px;
  width: 730px;
  object-fit: cover;
  object-position: center;
}
.blog-sidebar-container-cards {
  position: relative;
  overflow: hidden;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.hover-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.portfolio-item-card:hover .hover-image {
  transform: scale(1.1);
  opacity: 0.8;
}
.portfolio-item-card .absolute {
  z-index: 2;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
.gallery a {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.gallery a:hover img {
  transform: scale(1.1);
}
.side-menu-container {
  position: relative;
  padding: 33px 5px 34px 20px;
}
.side-menu {
  position: relative;
}
.side-menu a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.side-overlay .side {
  display: inline-block;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0px;
  width: 400px;
  padding: 60px 60px 60px;
  z-index: 9;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translateX(420px);
  -ms-transform: translateX(420px);
  transform: translateX(420px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url(../images/flotingbar-bg1.png) 100% 100%, url(../images/flotingbar-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #000;
}
.side-overlay.on .side {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  -ms-transition: .4s ease-out;
  transition: .4s ease-out;
}
.side-overlay .flotingbar-title h2 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.side .close-side {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 16px;
  color: #fff;
}
.side .prt-detailss ul {
  padding-left: 0;
  padding-top: 30px;
}
.side .prt-detailss ul>li {
  padding-bottom: 12px;
  list-style: none;
}
.side .prt-detailss li {
  color: rgba(255,255,255,0.5);
  font-size: 16px;
  line-height: 26px;
}
.side .prt-detailss li span,
.side .prt-detailss li span a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.side ul.social-icons {
  padding-top: 125px;
}
.side .social-icons li a {
  color: rgba(255,255,255,0.5);
  font-size: 20px;
  line-height: 30px;
}
.side .prt-detailss li span a:hover,
.side .social-icons li a:hover {
  color: var(--base-skin);
}
.side p {
  color: rgba(255,255,255,0.6);
}
.side aside.widget_text {
  margin: 35px 0 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.side aside.widget_text h3 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 4px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input {
  margin-bottom: 15px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input input,
.side aside.widget_text .wrap-form.cta_form span.text-input textarea,
.side aside.widget_text .wrap-form.cta_form span.text-input select {
  border-radius: 5px;
  border: 0;
  background-color: #203d71;
  color: rgba(255,255,255,0.4);
}

/* to top css start */
#totop {
  font-weight: 900;
  color: #fff;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 50px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  line-height: 34px;
  border-radius: 3px;
  transition: .3s ease-in-out;
}
#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
  background-color: var(--base-skin);
}
@keyframes jump {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 20px;
  }
}
#totop.top-visible {
  animation: jump 4s infinite;
}
.prt_floting_customsett {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 3px 0 10px;
  margin: -89px 0 0;
  background-color: var(--base-skin);
  box-shadow: 0 6px 12px #000000;
  z-index: 99999;
}
.tmtheme_fbar_icons {
  display: block;
  position: relative;
  width: 55px;
  height: 45px;
  line-height: 52px;
  text-align: center;
}
.tmtheme_fbar_icons i {
  display: inline-block;
  vertical-align: middle;
  transition: .3s;
  font-size: 21px;
  color: #232323;
}
.tmtheme_fbar_icons>span {
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: var(--base-skin);
  box-shadow: 0 6px 12px #000000;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  color: #232323;
  transform: translateX(-5px);
  transition: 0.5s ease;
  padding: 0 20px;
}
.tmtheme_fbar_icons>span>span {
  padding-left: 5px;
}
.tmtheme_fbar_icons>span:after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -10px;
  right: -15px;
  width: 15px;
  background-color: var(--base-skin);
  height: 55px;
}
.tmtheme_fbar_icons:hover>span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.tm-desctext {
  position: absolute;
  top: 30px;
  background-color: #fff;
  max-width: 400px;
  right: 30px;
  padding: 30px 50px 23px 30px;
  text-align: left;
}
.tm-desctext:before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffb120;
}
.tm-iocnbox-btn {
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}
.gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gallery a {
  margin: 15px;
  border: 2px solid #ddd;
  padding: 5px;
}
.gallery a:hover {
  border-color: #555;
}
@keyframes feedInLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Add to cart css start */
.home-cart.hidden {
  display: none !important;
}
.conatiner {
  position: relative;
  margin: auto;
  text-align: center;
  overflow: hidden;
  animation: feedInLoad 0.5s ease-in-out;
}
.conatiner.hide>header {
  opacity: 0;
}
.container.hide {
  z-index: 1000000;
}

.search-area {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  z-index: 100;
  transition: 0.3s ease-in-out;
}
.conatiner.hide .search-area {
  filter: blur(7px);
}
.search-area h2 {
  color: var(--base-dark);
  font-size: 0px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 0px;
}
.search-area input {
  border: 1px solid var(--base-white);
  outline: none;
  padding: 15px 20px;
  width: 60%;
  transition: 0.3s ease-in-out;
  border-radius: 2px;
  background: transparent;
  color: var(--base-bodyfont-color);
}
.search-area input:focus {
  border-color: var(--base-skin);
}
.search-area input::placeholder {
  font-family: 'Inter', sans-serif;
}
.search-area input::-moz-placeholder {
  font-family: 'Inter', sans-serif;
}
.products-area {
  position: relative;
  justify-content: center;
  transition: 0.5s ease-in;
}
.conatiner.hide .products-area {
  filter: blur(10px);
}
.product-box {
  position: relative;
  width: 230px;
  min-height: 300px;
  background-color: var(--base-white);
  box-shadow: 0 0 30px var(--base-dark);
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding-bottom: 30px;
  margin: 10px;
}
.product-box:hover {
  box-shadow: 0px 18px 26px var(--base-dark);
}
.product-favorite {
  position: relative;
  width: 100%;
  text-align: right;
  z-index: 100;
}
.product-favorite i {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  right: 10px;
  top: 10px;
  color: var(--base-dark);
  transition: 0.3s ease-in-out;
}
.product-box .product-favorite i:hover {
  opacity: 0.7;
}
.product-box .product-favorite i:active {
  opacity: 1;
  transform: scale(0.9);
}
.product-image {
  position: relative;
  width: 100%;
  height: 225px;
  display: flex;
  align-items: center;
}
.product-image img {
  max-width: 150px;
  margin: auto;
}
.action-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.action-box::before {
  content: '';
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--base-skin);
  opacity: 0.7;
  z-index: 1;
}
.product-box:hover .action-box {
  opacity: 1;
}
.action-box button {
  position: absolute;
  top: 45px;
  outline: none;
  background-color: transparent;
  border: 2px solid var(--base-white);
  color: var(--base-white);
  padding: 10px 30px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.4s ease-in-out;
  transform: scale(1.5);
  pointer-events: none;
  z-index: 1000;
}
.action-box button i {
  font-size: 17px;
}
.action-box button:hover {
  background-color: var(--base-white);
  color: var(--base-skin);
}
.product-box:hover .action-box button {
  transform: scale(1);
  pointer-events: all;
  cursor: pointer;
}
.product-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 10px 20px;
  background-color: var(--base-white);
  overflow: hidden;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.product-box:hover .product-info {
  height: 170px;
}
.search-area {
  position: relative;
  text-align: center;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
.conatiner.hide .search-area {
  filter: blur(7px);
}
.search-area input {
  border: 1px solid var(--base-white);
  outline: none;
  padding: 15px 20px;
  width: 60%;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.search-area input:focus {
  border-color: var(--base-skin);
  z-index: 10;
}
.search-area input::placeholder {
  font-family: 'Open Sans', sans-serif;
}
.search-area input::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
}
.info-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 75px;
  align-items: center;
}
.info-head .title {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
}
.info-head .price {
  font-size: 20px;
  font-weight: 600;
  color: var(--base-skin);
}
.desc-info {
  position: relative;
  top: -6px;
  padding: 0 5px 0;
}
.desc-info p {
  font-size: 14px;
  color: var(--base-gray);
}
.deatils-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 0 0;
}
.size-info .size-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  text-align: left;
}
.size-info .size-type {
  font-size: 13px;
  padding: 0 5px;
}
.color-info {
  text-align: center;
}
.color-info .color-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
.color-info .color-type {
  width: 16px;
  height: 16px;
  background-color: var(--base-dark);
  border-radius: 50%;
  display: inline-block;
  transition: 0.3s;
}
.color-info .color-type:hover {
  transform: scale(1.1);
}
.noSearchAlarm {
  display: none !important;
}
.noSearchAlarm.show {
  display: block !important;
}
.conatiner.hide .products-area .noSearchAlarm {
  opacity: 0;
}
.cart-container {
  position: fixed;
  top: -200px;
  right: 0;
  width: 21%;
  height: 100%;
  background-color: var(--base-gray);
  z-index: 1;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.cart-container.open {
  top: 0;
  opacity: 1;
  z-index: 1200;
  transition: 0.3s ease-in-out;
}

.cart-container.open .noProductsInCart {
  animation: feedInLoad 0.6s ease-in-out;
}
.cart-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--base-gray);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}
.cart-header {
  position: relative;
  width: 100%;
  padding: 30px 40px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1200;
}
.cart-header>h2 {
  color: var(--base-white);
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 1s ease-in-out;
  z-index: 101;
  font-family: var(--base-bodyfont);
}
.cart-header .closeCart-btn {
  background: transparent;
  padding: 10px 0px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 26px;
  height: 46px;
  border-radius: 40px;
  color: aliceblue;
}
.cart-container.open .closeCart-btn {
  animation: cmoeFromRight 0.5s;
}
.close-cart-action {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.close-cart-action i {
  font-size: 26px;
  position: relative;
  top: 3px;
}
.close-cart-action span {
  padding: 10px 20px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}
.closeCart-btn:hover {
  opacity: 0.7;
}
.closeCart-btn:active {
  opacity: 1;
}
.noProductsInCart {
  position: absolute;
  top: 30%;
  left: 0%;
  min-width: auto;
  padding: 50px;
  background-color: var(--base-gray);
  transform: translate(-0%,-50%);
  opacity: 0;
  display: none;
  transition: 0.3s ease-in-out;
  z-index: 101;
  border-radius: 30px;
}
.noProductsInCart.show {
  opacity: 1;
  display: block;
}
.noProductsInCart i {
  color: var(--base-white);
  display: block;
  font-size: 55px;
  opacity: 0.5;
}
.noProductsInCart h3 {
  font-size: 15px;
  line-height: 25px;
  color: var(--base-white);
  letter-spacing: 1px;
  font-weight: 400;
  padding: 20px 0;
}
.noProductsInCart button {
  border-radius: 130px;
  outline: none;
  background: var(--base-button-color);
  color: var(--base-white);
  padding: 15px 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
}
.noProductsInCart button:hover {
  background: var(--base-button-color);
}
.noProductsInCart button:active {
  background-color: var(--base-skin);
}
.inCart-area {
  position: relative;
  width: 100%;
  height: 620px;
  text-align: left;
  display: block;
  overflow: auto;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.inCart-product {
  position: relative;
  width: 360px;
  height: 70px;
  background-color: transparent;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid transparent;
  border-right: none !important;
  margin: 30px 20px 10px 20px;
  z-index: 101;
}
.inCart-product:first-child {
  margin: 30px 20px 10px 20px;
}
.inCart-product img {
  width: 80px;
  height: auto;
  object-fit: cover;
  float: left;
  border: 1px solid transparent;
  border-radius: 10px;
}
.inCart-product-info {
  position: relative;
  left: 20px;
  float: left;
  color: var(--base-white);
}
.inCart-product-info span {
  display: block;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
}
.inCart-product-info span:nth-child(2) {
  color: var(--base-bodyfont-color);
}
.inCart-product-info span:first-child {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 8px 0;
}
.quantity-box {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: var(--base-white);
}
.quantity-box span {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.quantity-box .btn {
  cursor: pointer;
}
.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.quantity-box .btn:active {
  transform: scale(0.9);
}
.delete-btn {
  position: absolute;
  right: 20px;
  width: 70px;
  height: 100%;
  background-color: transparent;
  color: var(--base-white);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid transparent;
}
.delete-btn i {
  font-size: 13px;
  line-height: 30px;
  font-weight: 900;
  color: red;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 9px 0px 7px;
}
.delete-btn:hover i {
  opacity: 0.8;
  background-color: red;
  color: var(--base-white);
  border: 1px solid red;
  border-radius: 50%;
  padding: 7px 5px;
}
.delete-btn:active i {
  transform: scale(0.9);
  opacity: 1;
}
.inCart-controls {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 90%;
  height: 150px;
  background-color: transparent;
  transform: translateX(-50%);
  z-index: 1000;
}
.totalPrice-box,
.checkout-btn {
  top: 50%;
  min-width: 100px;
  transform: translateY(-50%);
  z-index: 100;
  padding: 15px 25px;
  color: var(--base-white);
  z-index: 101;
  border-radius: 130px;
  opacity: 1 !important;
}
.totalPrice-box {
  left: 0;
}
.inCart-controls .checkout-btn:nth-of-type(3) a {
  border: 1.5px solid var(--base-white);
  transition: all 0.3s ease;
}
.inCart-controls .checkout-btn:nth-of-type(3) a:hover {
  background-color: black !important;
  background-image: unset !important;
}
.checkout-btn {
  right: 0;
}
.totalPrice-box>span {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}
@keyframes cmoeFromRight {
  from {
    right: -200px;
  }
  to {
    right: 100px;
  }
}
.favorites-container {
  position: fixed;
  top: -200px;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: var(--base-gray);
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.favorites-container.open {
  top: 0;
  opacity: 1;
  display: block;
  transition: 0.3s ease-in-out;
  z-index: 1000;
}
.favorites-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--base-gray);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}
.favorites-header {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: var(--base-bodyfont);
}
.favorites-header>h2 {
  color: var(--base-white);
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  left: -100px;
  transition: 1s ease-in-out;
  z-index: 101;
  font-family: var(--base-bodyfont);
}
.favorites-header .closeFavorites-btn {
  background: transparent;
  padding: 10px 20px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 26px;
  height: 46px;
  border-radius: 40px;
  color: aliceblue;
}
.favorites-container.open .closeFavorites-btn {
  animation: cmoeFromRight 0.8s;
}
.close-Favorites-action {
  width: 190%;
  height: 100%;
  position: relative;
  text-align: center;
}
.close-Favorites-action i {
  font-size: 25px;
  position: relative;
  top: 3px;
}
.close-Favorites-action span {
  padding: 10px 20px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 26px;
  height: 46px;
  text-transform: uppercase;
}
.closeFavorites-btn:hover {
  opacity: 0.7;
}
.closeFavorites-btn:active {
  opacity: 1;
}
.noFavorites {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 400px;
  padding: 20px;
  background-color: var(--base-gray);
  opacity: 0;
  display: none;
  transition: 0.3s ease-in-out;
  z-index: 101;
  border-radius: 30px;
}
.cart-container.open .noFavorites {
  animation: feedInLoad 0.6s ease-in-out;
}
.noFavorites.show {
  opacity: 1;
  display: block;
}
.noFavorites i {
  color: var(--base-white);
  display: block;
  font-size: 100px;
  opacity: 0.5;
}
.noFavorites h3 {
  color: var(--base-white);
  letter-spacing: 1px;
  font-weight: 400;
  padding: 20px 0;
}
.noFavorites a {
  border: none;
  outline: none;
  background: var(--base-button-color);
  color: var(--base-white);
  padding: 15px 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 130px;
}
.noFavorites a:hover {
  background-color: var(--lightBunke-c);
}
.noFavorites a:active {
  background-color: var(--base-skin);
  transform: scale(0.9);
}
.inFavorites-area {
  position: relative;
  width: 100%;
  height: 620px;
  text-align: left;
  display: block;
  overflow: auto;
  padding-bottom: 100px;
  color: var(--base-white);
}
.inFavorites-product {
  position: relative;
  width: 60%;
  height: 150px;
  background-color: var(--base-gray);
  padding: 10px;
  border-radius: 3px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid transparent;
  border-right: none !important;
  margin: 50px auto;
}
.inFavorites-product:first-child {
  margin: 50px auto;
}
.inFavorites-product img {
  width: 130px;
  height: 100%;
  object-fit: cover;
  float: left;
  border-radius: 5px;
}
.inFavorites-product-info {
  position: relative;
  left: 20px;
  float: left;
}
.inFavorites-product-info span {
  display: block;
  line-height: 28px;
}
.inFavorites-product-info span:first-child {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 8px 0;
}
.deleteFave-btn {
  position: absolute;
  top: 0;
  right: -70px;
  width: 70px;
  height: 100%;
  padding: 10px;
  color: var(--base-white);
  display: flex;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid transparent;
  border-left: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.deleteFave-btn i {
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
  color: red;
  cursor: pointer;
}
.deleteFave-btn:hover i {
  opacity: 0.8;
  background-color: red;
  color: var(--base-white);
  border: 1px solid red;
  border-radius: 150px;
  padding: 0px 8px;
}
.deleteFave-btn:active i {
  transform: scale(0.9);
  opacity: 1;
}
.menu-toggle{
  height: 20px;
}
.search-container {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  width: 300px;
}
.search-input {
  border: none;
  outline: none;
  padding: 10px;
  font-size: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  border-color: var(--base-border-color) !important;
  background: transparent !important;
  width: 40vw;
  border-bottom: 1px solid;
}
.search-input button {
  margin-top: 20px !important;
}
.search-input:focus {
  border-color: var(--base-skin) !important;
}
.form-container {
  gap: 15px;
  position: relative;
  transform: translate(-50%,-50%);
  top: 70% !important;
  left: 50%;
  width: 50vw;
}
.form-container a {
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-container a:hover {
  color: var(--base-skin);
}
.form-container a:active {
  transform: scale(0.98);
}

/* Add to cart sidebar css start */
.sidebar .close-btn {
  position: absolute;
  text-align: center;
  transition: transform .5s, opacity .25s;
  opacity: .7;
  cursor: pointer;
  font-size: 25px;
}
.sidebar .close-btn:hover {
  opacity: 1;
  transform: rotate(180deg);
  margin-top: 5px;
}
.top-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: white;
  z-index: 1000;
  transition: top 0.3s ease-in-out;
}
.search-bar-content {
  padding: 20px;
  background-color: var(--base-gray);
  text-align: center;
}
#search-results {
  display: flex;
  padding: 30px;
  display: none;
}
.about-cards-sections {
  display: flex !important;
  flex-direction: row !important;
}
.form-container {
  margin-top: 20%;
}
.search-input {
  padding: 16px;
  margin-right: -50px;
  padding-right: 70px;
}
.icon-search {
  opacity: 1;
}
.close-sidebar {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1100;
}
.icon-close:hover {
  opacity: 0.5;
}
.search-bar-search-icon {
  font-size: 21px !important;
  line-height: 30px !important;
  background: transparent;
  margin-top: 26px;
}
.dot-before::before {
  content: "•";
  margin-left: 2px;
  margin-right: 5px;
  font-size: 15px;
  color: var(--base-bodyfont-color);
  vertical-align: 1.5px;
}
.cart-overview {
  gap: 90px;
  align-items: flex-start;
}
.cart-items-wrapper {
  width: 65%;
}
.cart-with-mask:before{
  background-color: currentColor;
  content: "";
  display: block;
  height: 5em;
  margin:0 auto 2em;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
  mask-position:center;
  mask-repeat: no-repeat;
  mask-size: 5em;
  width: 5em;
}
.order-summary-container {
  height: fit-content;
}
.coupon-section {
  padding-top: 30px;
}
.order-summary-cotent {
  margin-bottom: 20px;
}
.order-summary-subtotal {
  padding-top: 30px;
}
.order-summary-total {
  padding-top: 30px;
  font-size: 1.25em;
  font-weight: 600;
}
.order-summary-total .order-summary-total-price {
  font-size: 1.25em;
  font-weight: 600;
}
.order-summary-btn {
  margin-top: 20px;
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.cart-summary-wrapper{
  width: 35%;
}
#cart-items-summery {
  margin-top: 20px;
}
.coupon-section button {
  margin-top: 20px;
}
#cartTable {
  width: 100%;
}
.cart-table-body {
  display: contents !important;
  border: 1px solid var(--base-border-color);
}
.cart-items-wrapper th {
  white-space: nowrap;
}
.vc-item-block_description {
  font-size: 12px;
  line-height: 22px;
  font-family: var(--base-bodyfont);
}
.vc-item-block_title {
  font-size: 20px;
  line-height: 30px;
}
.product-summary-inner {
  width: 70%;
}
.order-summary-container {
  width: 30%;
}

/* Searching dropdown css start */
.select-wrapper {
  max-width: 100%;
  width: 100%;
}
select {
  display: none !important;
}
.dropdown-select {
  background-repeat: repeat-x;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: var(--base-white);
  font-family: var(--base-bodyfont);
  background-color: var(--base-dark);
}
.dropdown-select:focus {
  background-color: var(--base-dark);
}
.dropdown-select:hover {
  background-color: var(--base-dark);
}
.dropdown-select:active,
.dropdown-select.open {
  background-color: var(--base-dark);
  border-color: var(--base-skin);
}
.dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: '';
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}
.dropdown-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown-select.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.dropdown-select.open .option {
  cursor: pointer;
  color: var(--base-white);
}
.dropdown-select.wide {
  width: 100%;
  text-transform: uppercase;
}
.dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25,0,0.25,1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.09);
  background-color: var(--base-gray);
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid var(--base-border-color);
  color: #000;
}
.dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown-select .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}
.dropdown-select .dd-searchbox {
  width: 90%;
  padding: 0.5rem;
  border: 1px solid #999;
  border-color: black;
  border-radius: 4px;
  outline: none;
  color: white;
  background-color: #000;
}
.dropdown-select .dd-searchbox:focus {
  border-color: var(--base-border-color);
}
.dropdown-select .list ul {
  padding: 0;
}
.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
}
.dropdown-select .option:hover,
.dropdown-select .option:focus {
  background-color: var(--base-border-color) !important;
}
.dropdown-select .option.selected {
  font-weight: 600;
  color: var(--base-skin);
}
.dropdown-select .option.selected:focus {
  background: #f6f6f6;
}
.dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.dropdown-select a:hover {
  color: #666;
}
.main-shop {
  max-width: 100%;
  width: 100%;
}
select {
  display: none !important;
}
.dropdown-select-shop {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: var(--base-white);
  font-family: var(--base-bodyfont);
  border: 1px solid var(--base-border-color);
}
.dropdown-select-shop:hover {
  background-color: #fff;
}
.dropdown-select-shop:after {
  position: absolute;
  right: 10px;
  top: 0px;
  content: '\f106';
  font-family: 'fontello';
}
.dropdown-select-shop.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 5px;
}
.dropdown-select-shop.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.dropdown-select-shop.open .option {
  cursor: pointer;
  color: var(--base-white);
}
.dropdown-select-shop.wide {
  width: 250px;
  background-color: var(--base-gray);
}
.dropdown-select-shop.wide .list {
   right: 0 !important;
  width: 250px;
}
.dropdown-select-shop .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25,0,0.25,1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.09);
  background-color: var(--base-gray);
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid var(--base-border-color);
  color: #000;
}
.dropdown-select-shop .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown-select-shop .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}
.dropdown-select-shop .dd-searchbox {
  width: 90%;
  padding: 0.5rem;
  border: 1px solid #999;
  border-color: black;
  border-radius: 4px;
  outline: none;
  color: white;
  background-color: #000;
}
.dropdown-select-shop .dd-searchbox:focus {
  border-color: var(--base-border-color);
}
.dropdown-select-shop .list ul {
  padding: 0;
}
.dropdown-select-shop .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
  font-family: var(--base-bodyfont);
}
.dropdown-select-shop .option:hover,
.dropdown-select-shop .option:focus {
  background-color: var(--base-border-color) !important;
}
.dropdown-select-shop .option.selected {
  font-weight: 600;
  color: var(--base-skin);
}
.dropdown-select-shop .option.selected:focus {
  background: #f6f6f6;
}
.dropdown-select-shop a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.dropdown-select-shop .pagination-current-page {
  font-family: var(--base-bodyfont);
}
.dropdown-select-shop a:hover {
  color: #666;
}

/* view cart page css start */
.cart-item .absolute {
  align-items: center;
  background: #fff;
  border: 2px solid rgba(18,18,18,0.11);
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 .4em;
  position: absolute;
  left: -20px;
  top: 0;
  transform: translate(50%,-50%);
  white-space: nowrap;
  z-index: 1;
  font-size: 12px;
}
.product-summary-wrapper {
  gap: 80px;
}

.product-summary-wrapper .product-summary-inner form label.peer{
  padding-left:20px;
  padding-right: 20px;
  color: var(--base-white) !important;
}
.product-summary-wrapper .product-summary-inner form input.peer{
  padding: 1.3em 0.8em 0.7em .8em;
}
.product-summary-wrapper .product-summary-inner form label.peer:focus{
  transform: translateY(-0.6rem) !important;
}
.product-summary-wrapper .product-summary-inner .dropdown-select{
  padding: .5em 20px;
}
.product-summary-wrapper #textarea-container textarea::placeholder{
  color: var(--base-white) !important;
}
.product-summary-radio-control__wrapper {
  padding-left: 16px;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-right: .75em;
}
.product-summary-radio-control__wrapper .product-summary-radio-control__option:not(:last-child){
  margin-bottom:1em ;
}
.product-summary-radio-control__wrapper .product-summary-radio-control__option input{
margin-right: 10px;
cursor: pointer;
}
.product-summary-radio-control__wrapper .product-summary-radio-control__option{
  cursor: pointer;
  text-transform: capitalize;
}
.vc-item-block__product-price .h6 {
  width: 100%;
}
.product-summary-wrapper .vc-item-block__product-price {
  width: 10%;
}
.vc-item-block__actual-price {
  margin-left: .5em;
  background: var(--base-skin);
  background-color: var(--base-skin);
  color: var(--base-white);
  padding: .125em .25em;
}
.vc-item-block__product-price-and-description {
  margin-top: 12px;
}
.vc-item-block__sale-price {
  border: 1px solid var(--base-border-color);
  display: block;
  font-size: .75em;
  font-weight: 600;
  padding: 6px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 12px;
  width: fit-content;
}

/* faq page css start */
.faq-item-overlay-text {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 11;
}
.faq-item::after {
  content: '';
  background: linear-gradient(0deg,#000 10%,transparent 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 1;
}
.faq-item:hover::after {
  background: linear-gradient(0deg,#000 0%,transparent 80%);
  transition: .5s;
  top: 70px;
}
.faq-intro-section .faq-item {
  overflow: hidden;
}
.faq-heading {
  padding-top: 165px;
}
.faq-intro-section .faq-item img{
  overflow: hidden !important;
}
/* error page css start */
.error-message-wrapper {
  height: 100vh;
  font-weight: 700;
  font-size: 118px;
  line-height: 128px;
  font-family: var(--base-bodyfont);
}
.error-message-wrapper h1 {
  font-size: 118px;
  line-height: 128px;
  font-weight: 700;
}
.error-user-message {
  padding: 15px;
  border-left: 3px solid var(--base-skin);
  background-color: var(--base-gray);
  margin-bottom: 30px;
  margin-top: 30px;
}
.error-buttons-wrapper {
  gap: 15px;
}
.error-page-background {
  width: 100%;
}
/* shop detail page css start */
.shop-detail__add-whishlist {
  padding-bottom: 20px;
}
#shop-detail-icon-heart:hover .shop-detail__add-whishlist-description {
  color: var(--base-skin) !important;
  transition: .5s;
  position: relative;
  z-index: 100;
}
.shop-detail-addional-info-table {
  width: 100%;
}
.shop-detail-addional-info-table th {
  width: 150px;
  white-space: nowrap;
  padding: 8px;
}
.shop-detail-addional-info-table-body tr {
  white-space: nowrap !important;
}
.shop-detail-review-comments {
  border-radius: 10px;
  margin-left: 25px;
  background-color: var(--base-gray);
  border: unset;
  padding: 30px;
}
.shop-detail-review-image {
  width: 65px;
  height: auto;
  background: var(--base-white);
  padding: 0;
  border: none;
}
.shop-detail-review-comments .flex::before {
  position: absolute;
  top: 17px;
  width: 0;
  height: 0;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent var(--base-gray) transparent var(--base-gray);
  z-index: 1;
  content: "";
  left: 13px;
}
.shop-detail-review-admin-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.shop-detail-review h4 {
  clear: none;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
}
.shop-detail-contact-form {
  padding-top: 50px;
}
.shop-detail-contact-form-rating {
  padding-bottom: 10px;
}
.shop-detail-contact-form-button {
  margin-top: 20px;
}
.shop-detail-contact-form input::placeholder {
  margin-top: 20px;
}
.shop-detail-icon-heart {
 font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  padding-right: 10px;
}
.shop-detail-icon-filter {
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  padding-right: 10px;
}
.shop-detail-addional-info-table td {
  padding-left: 10px;
  font-style: italic;
  color: var(--base-bodyfont-color);
}
.shop-detail-addional-info-table th {
  width: 150px;
  font-weight: 500;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  margin: 0;
  line-height: 1.5;
}
.shop-detail__tags {
  font-weight: 200;
}
.shop-detail-section1{
  margin-bottom: -35px;
}
.shop-detail-section1__item-detail .fs-54 {
  margin-bottom: 8px;
}
.shop-detail-section1__price {
  margin-bottom: 15px;
}
.shop-detail__quantity-box .shop-detail__minus-icon {
  font-size: 10px !important;
}
.shop-detail-section1__detail {
  margin-bottom: 15px;
}
.shop-detail-section1__item-detail form {
  margin-bottom: 30px;
  margin-top: 20px;
  gap: 27px;
}
.shop-detail__quantity-box {
  display: flex;
  text-align: center;
  color: var(--base-white);
}
.shop-detail__quantity-box span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  background-color: transparent;
  height: 53px;
  width: 57px;
  border-width: 1px 0px 1px 0px;
  border-radius: 0;
  padding: 12px;
  border-color: var(--base-border-color);
  font-size: 15px;
  border-right: 1px solid var(--base-border-color);
}
.shop-detail__quantity-box .shop-detail__quantity {
  font-size: 20px !important;
}
.shop-detail__quantity-box .btn {
  cursor: pointer;
}
.shop-detail__quantity-box .disabled {
  pointer-events: none;
  opacity: 0.3;
}
.shop-detail__quantity-box .btn:active {
  transform: none;
}
.shop-detail__tag {
  margin-top: 35px;
  margin-bottom: 7px;
}
.shop-detail__quantity-box .shop-detail__minus-icon {
  border-left: 1px solid var(--base-border-color);
}
.shop-detail__add-whishlist .flaticon-left-and-right-arrows {
  margin-left: 20px;
}
.shop-detail__add-whishlist > div:hover i{
  color: var(--base-skin);
  transition: .5s;
}
.shop-detail-section1-wrapper {
  gap: 50px;
}
.shop-detail__related-products-title {
  margin-top: 70px;
  margin-bottom: 30px;
  font-family: var(--base-bodyfont);
}
.shop-items-sale-btn {
  top:55px;
}
/* .shop-items-hot-btn {
  top: auto;
 } */

/* service page css start */
.ai-services-cards{
  padding-top: 90px;
  margin-bottom: -33px;
}
.ai-services-cards-wrapper {
  gap: 20px;
}
.ai-service-overview-parts:nth-child(1) {
  margin-bottom: clamp(30px,70px,70px);
}
.ai-service-overview-parts {
  gap: 70px;
}
.ai-service-overview-text-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.excellent-support-heading {
  width: 70%;
}
.comment-section {
  padding: 34px 40px 36px;
  margin-top: 50px;
}
.service-stats-container {
  position: absolute;
  z-index: 1;
  left: 30%;
  top: 34%;
max-width: 100%;
max-height: 100%;
}
.stats-box span {
  padding-left: 0;
  text-align: left;
}
.stats-box {
  margin-bottom: 0;
  width: 100%;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  padding-top: 0;
  color: inherit;
  overflow: hidden;
  background-image: linear-gradient(to right,#3188ff 0%,#d34be9 50%,#3188ff 100%) !important;
  z-index: -1;
  background-size: 200% auto;
  transition: .5s;
  border-radius: 0;
  padding: 20px 20px 93px;
}
.stats-box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 200px;
  width: 200px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/shape01.png');
}
.stats-box .service-stats-inner sup {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  width: 100px;
  display: inline-block;
  position: relative;
  top: 105px;
  text-align: left;
  left: -33px;
}
.container.footer-cta-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@keyframes pulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes pulse-back {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.page.sticky-element {
    overflow: unset;
}
.stats-image-block {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
}
 