/*body*/
body{font-family: 'Josefin Sans'; font-size: 1rem;}
.space-module{padding-top: 60px;padding-bottom: 60px;}
.mb-40{margin-bottom: 40px;}
/*all section space*/
.space_all{padding: 80px 0;}
.mb-40{margin-bottom: 40px;}
a {
  color: #0036FF;
}
p{
  font-size: 1rem;
  margin-bottom: 1rem;
}
svg{
  width: 1rem;
  height: 1rem;
}
.p-0{
  padding: 0 !important;
}
.line-th a:not([href]), .line-th i{
  text-decoration: line-through;
  opacity: 0.5;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  font-family: "Josefin Sans", Sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.3;
  margin: 0 0 0.5rem;
  color:#212121;
}
/*service-heading*/
.service_heading{margin-bottom: 40px;}
.service_heading .title{font-size: 35px; font-weight: 800; color: #000;}
/*btn*/
.btn-default{
  padding: 8px 15px;
  background-color: #000;
  color: #fff;
  border-radius: 0;
}
.btn-default:hover{color: #ff5316;}
.bg-pink{background-color: #f8125e;}
.bg-pink:hover, .sky-blue:hover {color: #fff;}
.sky-blue{background-color: #008f80;color: #fff;}
.btn-simple {
  color: #1ca8f8;
  text-decoration: none;
  font-weight: 600;
}
.btn-simple {color: #000;}
.round-5{border-radius: 5px;}
/*====================== Heading ======================*/
.heading_one {
  text-align: center;
}
.heading_one .title{
  font-size: 55px;
  color: #212121;
  text-transform: capitalize ;
}
.heading_one .title a{
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.heading_one .title span{
  background-color: #0036FF;
  background-repeat: repeat;
  -webkit-background-clip : text;
  -webkit-text-fill-color: transparent;
  vertical-align: initial;
}
/* heading-five*/
.heading_five {
  text-align: center;
}
.heading_five .title{
  font-size: 55px;
  color: #212121;
  text-transform: capitalize;
}
.heading_five .title a{
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.heading_five .title span {
  background-color: #0036FF;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  vertical-align: initial;
}
/*=-=-=-=-=-=-=ant-creative-Circle-text=-=-=-=-=-=*/
.ant-circle {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 30px;
  bottom: 30px;
  background: #000;
  border: 1px solid #fff;
}
.ant-circle:hover .icon i.fa-quote-right {
  transform: rotate(0deg);
}
.ant-circle .icon {
  position: absolute;
  width: 105px;
  height: 105px;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.ant-circle .icon i {
  font-size: 30px;
  color: var(--primary-color);
  transition: all 300ms linear 0ms;
}
.ant-circle .icon i.fa-quote-right {
  transform: rotate(315deg);
}
.ant-circle .teee {
  position: absolute;
  width: 97%;
  height: 98%;
  color: #fff;
  font-size: 14px;
  animation: textRotation 8s linear infinite;
}
.ant-circle .teee span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 77px;
}
/*=-=-=-=-=-=-=ant-creative-icon=-=-=-=-=-=*/
.ant-creative-icon a {
  display: inline-flex; 
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  position: relative;
  font-size: 32px;
  transition: none;
}
.ant-creative-icon svg,
.ant-creative-icon i { 
  transition: all 0.2s ease 0s;
}
/*====================== Number ======================*/
.number-one {
  padding: 45px 30px;
  border-radius: 8px;
  border: 2px solid #0036FF; 
  background: #00000010;
  transition: all 0.5s;
}
.number-one .inner {
  display: flex;
  flex-direction: column;
}
.number-one .number {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  background-color: #0036FF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  align-self: center;
}
.number-one .title{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  transition:  all 0.5s;
}
.number-one a {
  transition:  all 0.5s;
}
.number-one .text{
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  transition:  all 0.5s;
}
/***************
  price menu
*****************/  
/*=-=-=-=-=-=-=price-design=-=-=-=-=-=*/
.price_menu_one{
  padding: 30px;
  background-color: #efefef;
  border-radius: 6px ; 
  transition: all 0.5s;
}
.price_menu_one .image img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 6px;
  transition: all 0.5s;
}
.price_menu_one .heading h3{ 
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  transition: all 0.5s;
}
.price_menu_one .heading a{
  color: #212121;
  transition: all 0.5s;
}
.price_menu_one .content li{
  color: #212121;
  display: flex;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.price_menu_one .list_separator{
 align-self: center;
 flex-grow: 1;
}
.price_menu_one .list_border{
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: dotted;
  border-bottom-width: 1px;
  border-color: #8c8c8c;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
/***************
  Price List
*****************/  
/*=-=-=-=-=-=-=price-design=-=-=-=-=-=*/
.price_list_one{
  padding: 30px;
  background-color: #fff;
  transition: all 0.5s;
  box-shadow: 0px 0px 10px 0 #dbdbdb;
  border-radius: 6px;
}

.price_list_one .image {
  width: 32% ;
  height: 100px ;
  margin-right: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.price_list_one .image img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  max-width: 100%;
}
.price_list_one .inner{
  display: flex;
}
.price_list_one .content{
  width: 60%;
  display: flex;
  flex-direction: column;
}
.price_list_one .list_content{
  display: flex;
  color: #212121;
}
.price_list_one .separator{
  align-self: center;
  flex-grow: 1;
}
.price_list_one .list_border{
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: dotted;
  border-bottom-width: 1px;
  border-color: #8c8c8c;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/***************
  Business Hours
*****************/  
/*=-=-=-=-=-=-=Business-Hours-one=-=-=-=-=-=*/
.business_hours_one{
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden; 
  transition: all 0.5s;
}
.business_hours_one .header_content{
  padding: 25px 20px ;
  background-color: #0036FF;
  border-radius: 0px;
  transition: all 0.5s;
}
.business_hours_one .title{
  color: #fff;
  text-align: center;
  font-size: 30px;
  transition: all 0.5s;
  line-height: 36px;
}
.business_hours_one .header_text{
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.5s;
}
.business_hours_one .feature_content{
  padding: 25px 20px 5px;
  color: #777;
  transition: all 0.5s;
}
.business_hours_one .feature_list{
  display: flex;
  justify-content: space-between;
}
.business_hours_one .separator{
  align-self: center;
  flex-grow: 1;
}
.business_hours_one .list_separator{
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-color: #d8d8d8;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.business_hours_one .footer_content{
  padding: 25px 20px ;
  background-color: #ccc;
  border-radius: 0px;
  transition: all 0.5s;
}
.business_hours_one .footer_text{
  color: #212121;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.5s;
}
/* -------------flip-card------------- */
.flip-card {
  background-color: transparent;
  height: 400px;
  perspective: 1000px;

}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card-front, .flip-card-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
} 
.flip-card-front .ant-heading, .flip-card-back .ant-heading{
  width: 100%;
  display: flex;
  justify-content: center;
}
.flip-card-front {
  background-color: #fff;
  color: black;
  z-index: 1;
  perspective: 1000px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flip-card-front::before{
  content: '';
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  border-radius: 6px;
}
.flip-card .ant-icon {
  font-size: 40px;
  font-weight: 600;
  color: #fff; 
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-card .ant-icon svg{
  width: 40px;
  height: 40px;
  z-index: 1;
  fill: #fff;
}
.flip-card .title{
  font-size: 24px;
  font-weight: 600;
  color: #fff; 
  margin-bottom: 15px;
}
.flip-card .description{
  font-size: 17px;
  color: #F9F9F9;
  line-height: 32px; 
}
.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back a.ant-btn{
  transition: all 0.8s; 
  background-color: #0036FF;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 23px;
  border: 2px solid #0036FF;
  border-radius: 5px; 
  display: inline-block; 
}
.flip-card-back a.ant-btn svg{
  fill: #fff;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin-bottom: 3px; 
}
.flip-card-back a.ant-btn i{
  margin-bottom: 3px; 
}
/* enable 3d */
.anant-flip-box-3d .flip-card-front{
  transform-style: preserve-3d;
}
.anant-flip-box-3d .flip-card-back{
  transform-style: preserve-3d;
  perspective: 1000px;
}
.anant-flip-box-effect-flip .anant-flip-box-3d .flip-card-back a.ant-btn{  
  transform:translateX(-100px); 
}
.anant-flip-box-effect-flip .anant-flip-box-3d:hover .flip-card-back a.ant-btn{
  transform: translateZ(40px) translateX(0px);
}
.anant-flip-box-3d .ant-icon{
  transform: translateZ(40px);
}
.anant-flip-box-3d .ant-heading{
  transform: translateZ(40px);
}
.anant-flip-box-3d .ant-description{
  transform: translateZ(40px);
}
/* right direction */
.anant-flip-box-direction-right .flip-card:hover .flip-card-inner {
  transform: rotateX(0) rotateY(180deg);
}
.anant-flip-box-direction-right .flip-card-back { 
  transform: rotateY(180deg);
}
/* left direction */
.anant-flip-box-direction-left .flip-card:hover .flip-card-inner {
  transform: rotateX(0) rotateY(-180deg);
}
.anant-flip-box-direction-left .flip-card-back { 
  transform: rotateY(180deg);
}
/* up direction */
.anant-flip-box-direction-up .flip-card:hover .flip-card-inner {
  transform: rotateY(0) rotateX(180deg);
}
.anant-flip-box-direction-up .flip-card-back { 
  transform: rotateX(180deg);
}
/* down direction */
.anant-flip-box-direction-down .flip-card:hover .flip-card-inner {
  transform: rotateY(0) rotateX(-180deg);
}
.anant-flip-box-direction-down .flip-card-back { 
  transform: rotateX(180deg);
}
/* -------------flip-card slide------------- */
.anant-flip-box-effect-slide .flip-card:hover .flip-card-inner{
  transform: rotate(0);
}
.anant-flip-box-effect-slide .flip-card-inner{
  overflow: hidden;
}
.anant-flip-box-effect-slide .flip-card-back{ 
  z-index: 1;
  backface-visibility: unset;
  transform:rotate(0);
  transition: all 0.5s;
}
.anant-flip-box-effect-slide .flip-card-front{
  padding: 35px;
  color: #fff;
  backface-visibility: unset;
}
/* right direction */
.anant-flip-box-direction-right.anant-flip-box-effect-slide .flip-card-back { 
  right: 100%;
}
.anant-flip-box-direction-right.anant-flip-box-effect-slide .flip-card:hover .flip-card-back{
  right: 0;
}
/* left direction */
.anant-flip-box-direction-left.anant-flip-box-effect-slide .flip-card-back { 
  left: 100%;
}
.anant-flip-box-direction-left.anant-flip-box-effect-slide .flip-card:hover .flip-card-back{
  left: 0;
}
/* up direction */
.anant-flip-box-direction-up.anant-flip-box-effect-slide .flip-card-back { 
  top: 100%;
}
.anant-flip-box-direction-up.anant-flip-box-effect-slide .flip-card:hover .flip-card-back{
  top: 0;
}
/* down direction */
.anant-flip-box-direction-down.anant-flip-box-effect-slide .flip-card-back { 
  bottom: 100%;
  top: unset;
}
.anant-flip-box-direction-down.anant-flip-box-effect-slide .flip-card:hover .flip-card-back{
  bottom: 0;
}
/* ---image--comparison--- */
.image-comparison .images-container {
  position: relative;
  display: flex;  
}
.image-comparison img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.image-comparison .images-container .before-image {
  position: absolute;
  top: 0;
  width: 50%;
}
.image-comparison .jx-knightlab{
  display: none;
}
.image-comparison .jx-controller{
  background-color: transparent;
}
.image-comparison .jx-arrow{
  background-color: #fff;
  border-radius: 1px;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #0036FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-comparison .jx-arrow.jx-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  border: 0;
  left: 52%;
}
.image-comparison:hover .jx-arrow.jx-left {
  left: 60%;
}
.image-comparison .jx-arrow.jx-left::before{
  content: '\f105';
  display: block;
  font-size: 22px;
}
.image-comparison div.jx-handle:hover div.jx-arrow.jx-left, div.jx-handle:active div.jx-arrow.jx-left {
  left: 52%;
}
.image-comparison .jx-arrow.jx-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  border: 0;
  right: 52%;
}
.image-comparison .jx-arrow.jx-right::before{
  content: '\f104';
  display: block;
  font-size: 22px;
  z-index: 2;
  transform: rotate(180deg);
}
.image-comparison:hover .jx-arrow.jx-right {
  right: 60%;
}
.image-comparison .jx-handle:hover div.jx-arrow.jx-right, div.jx-handle:active div.jx-arrow.jx-right {
 right: 52%; 
}
/* ---- progress-bar -------- */
.ant-progress {
  height: 5px;
  background: #eee;
}
.ant-progress-bar{
  height: 100%;
  position: relative;
  animation-name: leftToRight;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes leftToRight {
  0%{
    max-width: 0%;
  }
  100%{
    max-width: 100%;
  }
}
.ant-progress-item{
  margin-bottom: 30px;
}
.ant-progress-item .ant-pro-title{
  margin-bottom: 15px;
  font-size: 18px;
}
 .ant-pro-percentage{
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  color: #212121;
  font-weight: 600  ;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-progress-bar::after{
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  color: #fff;
  border: 7px solid;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-progress-item.one .ant-progress-bar::after{
  box-shadow: 0px 0px 20px 4px rgba(33, 33, 33, 0.3);
  border-color: #0036ff;
}
.ant-pro-primary{
  background-color: #0036FF;
}
.ant-pro-danger{
  background-color: #c0392b;
}
.ant-pro-succes{
  background-color:  #27ae60;
}
.ant-pro-striped{
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
  transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
/* ---- progress-bar Two-------- */
.ant-progress-item.two .ant-progress{
  height: 10px;
}
.ant-progress-item.two  .ant-pro-percentage{
  position: absolute;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0px;
  top: -35px;
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #000;
  color: #fff;
}
.ant-progress-item.two .ant-progress-bar::after{
  display: none;
}
.ant-progress-item.two .ant-pro-percentage::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
  background-color: #000;
}
/* --==============-- SERVICES --===========--*/
.service_one .title, .service_two .title, .service_three .title, .service_six .title, .service_seven .title, .service_eight .title, .service_nine .title, .service_ten .title{
  font-size: 22px;
  font-weight: 700; 
  font-family: "Fira Sans", sans-serif;
  color: #212121;
  margin-bottom: 0.5rem;
}
/*=================service one==================*/
.service_one .our-service{position: relative;}
.service_one{
  transition: all 0.5s;
}
.service_one .icon {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  padding: 8px;
  font-size: 30px;
  background: #0036FF;
  color: #fff;
  transition-duration: 0.5s;
  margin-bottom: 30px;
}
.service_one .icon i{
  line-height: 50px;
}
.service_one .title{
  font-size: 20px;
  font-weight: 600;
  transition-duration: 0.8s;
}
.service_one {
  padding: 45px 30px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service_one::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  z-index: -1;
}
.service_one:hover::before{
  left: 0;
}
.service_one a {
  text-decoration: none;
  font-weight: 600;
  color: #1ca8f8;
}
.service_one .text{
  font-size: 15px;
  line-height: 26px;
  transition-duration: 0.8s;
}
.service_one .more {
  font-size: 14px;
  color: #212121;
  transition-duration: 0.8s;
  text-decoration: none; 
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
}
.service_one .more i {
  visibility: hidden;
  margin-left: -12px;
  font-size: 14px;
  margin-top: 0px;
}
/* hover-effect */
.service_one:hover .icon {
  background-color: #fff;
  color: #0036FF;
}
.service_one:hover h3, .service_one:hover .text{
  transition-duration: 0.5s;
  color: #fff;
}
.service_one:hover .more {
  color: #fff;
}
.service_one .more i{
  transition-duration: 0.5s;
  opacity: 0;
}
.service_one .more:hover i {
  visibility: visible;
  margin-left: 5px;
  color: #fff;
  opacity: 1;
}
/* --==============---service-two --===========--*/
.service_two { 
  padding: 15px;
  box-shadow: 0px 8px 40px rgba(33, 33, 33, 0.14);
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.5s;
}
.service_two .ser-img {
  transform: translateY(-40px);
  margin-bottom: -40px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.8s;
}
.service_two:hover .ser-img{
  transform: translateY(-35px);
}
.service_two .ser-img::before{
  content: '';
  display: block;
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: 0.8s;
}
.service_two:hover .ser-img::before{
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.service_two .ser-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_two .title {
  font-size: 22px;
}
.service_two .content {
  text-align: center;
  padding: 20px 20px 5px;
}
.service_two .icon {
  width: 54px;
  height: 54px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.8s;
  background-color: #ffffff;
  color: #0036FF;
  position: absolute;
  bottom: 0; 
  margin: 15px; 
} 
.service_two .more {
  text-decoration: none;
  color: #0036FF; 
}
.service_two:hover .icon{
  background-color: #0036FF;
  color: #ffffff;
  animation-name: filpBox;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}
@keyframes filpBox {
  0%{
    transform: rotateY(0)  ;
  }
  100%{
    transform: rotateY(360deg)  ;
  }
}
.swiper-slide .service_two{
  margin-top: 25px;
}
.service_two .more i {
  margin-bottom: 4px;
}
/* --==============---service-three --===========--*/
.service_three {
  border-radius: 8px;
  box-shadow: 0px 4px 50px rgba(33, 33, 33, 0.14); 
  /* color: #fff; */
  transition: all 0.5s;
  padding: 30px;
}
.service_three a {
  font-weight: 600;
}
.service_three .more {
  color: #212121;
  text-decoration: none; 
}
.service_three .more.anant-no-flex{
  margin-left: -5px;
}
.service_three .more.anant-no-flex i {
  visibility: hidden;
  margin-left: 0px;
  width: 0;
}
.service_three .more i { 
  margin-left: -20px;
  transition: all 0.8s;
  opacity: 0;
}
.service_nine .more:hover i {
  visibility: visible;
  margin-left: 5px;
  opacity: 1;
}
.service_three .icon {
  width: 70px;
  height: 70px;
  border-radius: 8px 8px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 40px;
  padding-left: 2px;
  box-shadow: 0px 0px 30px rgba(33, 33, 33, 0.14);
  background-color: #fff;
  color: #0036FF;
}
.service_three .icon i{
  line-height: 50px;
}
.service_three:hover .icon {
  background-color: #0036FF;
  color: #fff;
}
.service_three:hover .more {
  color: #0036FF;
}
.service_three .title{
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.service_three .text {
  line-height: 30px;
}
.service_three .more:hover i {
  visibility: visible;
  width: 15px;
  opacity: 1;
  margin-left: 0;
  transition: all 0.5s;
}
/*====================== TEAM ======================*/
/*=-=-=-=-=-=-= team five =-=-=-=-=-=*/
.team_five{
  position: relative;
  box-shadow: 0px 4px 10px rgba(33, 33, 33, 0.12);
  padding: 12px;
  transition: all 0.5s;
}
.team_five .top_img {
  width:100%;
  height: 100%;
  position: relative;
}
.team_five:hover .top_img::before {
  opacity: 0.4;  
  content: '';
  display: block;
  background-color:  #0036FF ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team_five .top_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_five .overlay {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  opacity: 0;
  width: 100%;
}
.team_five:hover .overlay {
  opacity: 1;
  top: 50%;
}
.team_five .social-icon {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
.team_five .social-icon a{
  display: block;
  list-style: none;
  width: 40px; 
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  background-color: #fff; 
  color: #0036FF;
  transition: 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_five:hover .social-icon a{ 
  opacity: 1;
}
.team_five .social-icon a:hover{
  background-color: #0036FF;
}
.team_five .social-icon a a{
  color: #212121;
}
.team_five .social-icon a:hover {
  color: #fff;
}
.team_five .bottom-content {
  padding: 20px;
  text-align: center;
}
.team_five .heading p{
  margin-bottom: 0;
}
.team_five .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.team_five .category{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
/*=-=-=-=-=-=-= team seven =-=-=-=-=-=*/
.team_seven{
  position: relative;
  transition: all 0.5s;
}
.team_seven .top_img {
  width:100%;
  height: 100%;
  position: relative;
}
.team_seven .top_img img {
  border: none !important;
  box-shadow: 0px 4px 10px rgb(33 33 33 / 12%);
}
.team_seven .top_img::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
  width: 0%;
  height: 0%;
  background-color: #212121;
  opacity: 0;
  transition: all 0.5s;
}
.team_seven .top_img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 12px solid #eee;
}
.team_seven:hover .top_img::before{
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.team_seven .top_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_seven .overlay {
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  margin: 0 12px;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}
.team_seven:hover .overlay {
  opacity: 1;
  right: 0;
}
.team_seven .social-icon {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  flex-direction: column;
}
.team_seven .social-icon a{
  display: block;
  list-style: none;
  width: 40px; 
  height: 40px;
  line-height: 42px; 
  border-radius: 50%;
  text-align: center;
  margin-bottom: 2px;
  background-color: #fff; 
  color: #212121;
  transition: 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_seven:hover .social-icon a{
  opacity: 1;
}
.team_seven .social-icon a:hover{
  background-color: #0036FF;
}
.team_seven .social-icon i{
  transition: 0.5s;
} 
.team_seven .social-icon a:hover {
  color: #fff;
}
.team_seven .bottom-content {
  padding: 20px;
  text-align: center;
}
.team_seven .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.team_seven .category{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
/*=-=-=-=-=-=-= team nine =-=-=-=-=-=*/
.team_nine {
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.12);
  transition: 0.5s;
}
.team_nine:hover{
  background-color: #0036FF;
}
.team_nine .top_img {
  overflow: hidden;
}
.team_nine .top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.team_nine .bottom-content {
  text-align: center;
}
.team_nine .heading{
  padding: 15px;
}
.team_nine .heading .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.team_nine .heading .category {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.team_nine .social-icon {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.team_nine .social-icon a{
  display: block;
  list-style: none;
  width: 40px;
  height: 40px;
  line-height: 42px; 
  text-align: center;
  margin: 0px 2px;
  transition: 0.5s;
  color: #0036FF; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_nine .social-icon a:hover {
  animation: icon-bounce 0.8s cubic-bezier(.21,.41,.09,1.52)   both 1;
}
@keyframes icon-bounce{
  100%, 0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-5px);
}
80% {
    transform: translateY(5px);
}
}
.team_nine:hover .heading .title {
  color: #fff;
}
.team_nine:hover .heading .category {
 color: #fff;
}
.team_nine:hover .social-icon a{
  color: #fff; 
}
/***************
  feature 
*****************/  
.feature_two .feature-inner, .feature_five .feature-inner, .feature_eight .feature-inner{
  display: flex;
  flex-direction: column;
}
/*=-=-=-=-=-=-=feature-design=-=-=-=-=-=*/
.feature_one {
  padding: 45px 40px;
  background-color: #fff;
  box-shadow: 0px 8px 30px rgba(33, 33, 33, 0.12);
  border-radius: 100px 100px 0px 100px;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid transparent;
  transition: all 0.8s;
}
.feature_one .feature-inner{
  display: flex;
}
.feature_one:hover{
  border-color: #616161;
}
.feature_one .icon{
  width: 70px;
  height: 70px;
  background: #0036FF;
  margin-right: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 40px 0px 40px;
}
.feature_one .icon i{
  font-size: 40px;
  color: #fff;
}
.feature_one .icon svg{
  fill: #fff;
  width: 40px;
  height: 40px;
}
.feature_one .image{
  width: 120px ;
  height: 120px;  
  background: #0036FF;
  margin-right: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 40px 0px 40px;
  overflow: hidden;
}
.feature_one .image img {
  object-fit: cover;
  width: 80px;
  height: auto;
}
.feature_one .content .title{
  font-size: 24px;
  font-weight: 600;
}
.feature_one .content .title a{
  color: #212121;
}
.feature_one .content .text {
  margin-bottom: 0;
}
/*=-=-=-=-=-=-=feature-two=-=-=-=-=-=*/
.feature_two {
  padding: 40px 45px;
  background-color: #fff;
  box-shadow: 0px 0px 45px rgba(33, 33, 33, 0.1);
  text-align: center;
  border-radius: 15px;
  transition: all 0.8s;
  position: relative;
  z-index: 1;
  overflow: hidden; 
}
.feature_two::before{
  content: '';
  display: block;
  background: url(//glamdigital.online/wp-content/plugins/anant-addons-for-elementor/assets/css/images/background1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; 
  z-index: -1;
  transition: all 0.8s;
} 
.feature_two:hover::before{
  opacity: 0.3;
  transform: scale(1.2);
}
.feature_two:hover {
  background:#0036FF;
}
.feature_two .icon {
  width: 90px;
  height: 90px;
  border: 2px solid #0036FF;
  border-width: 1px 2px 4px 2px;
  border-radius: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #0036FF;
}
.feature_two:hover .icon{
  background-color: #fff;
  border-color: #fff;
  color: #0036FF;
}
.feature_two .icon svg{
  fill: #0036FF;
  width: 50px;
  height: 50px;
}
.feature_two:hover .icon{
  background-color: #fff;
  border-color: #fff;
  color: #0036FF;
}
.feature_two .image{
  width: 150px ;
  height: 150px;  
  border: 2px solid #0036FF;
  border-width: 1px 2px 4px 2px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.feature_two .image img {
  object-fit: cover;
  width: 80px;
  height: auto;
} 
.feature_two .content .title{
  font-size: 24px;
  font-weight: 600;
}
.feature_two .title a{
  color: #212121;
}
.feature_two:hover .title a{
  color: #fff;
}
.feature_two .icon i{
  font-size: 50px;
  line-height: 28px;
}
.feature_two .text{
  line-height: 30px;
  color: #616161;
}
.feature_two:hover .text{
  color: #fff;
}
/*=-=-=-=-=-=-=feature-three=-=-=-=-=-=*/
.feature_three {
  padding: 45px 40px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 6px 20px rgba(33, 33, 33, 0.15);
  overflow: hidden  ;
}
.feature_three .feature-inner{
  display: flex;
}
.feature_three::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  z-index: -1;
}
.feature_three:hover::before{
  left: 0;
}
.feature_three .icon{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0036FF;
  transition: all 0.8s;
}
.feature_three:hover .icon{
  background-color: #fff;
}
.feature_three .icon i{
  font-size: 40px;
  color: #fff;
}
.feature_three:hover .icon i{
  color: #0036ff;
}
.feature_three .icon svg{
  fill: #fff;
  width: 40px;
  height: 40px;
}
.feature_three:hover .icon svg{
  fill: #0036ff;
}
.feature_three .image{
  width: 120px ;
  height: 120px;  
  border-radius: 50%;
  margin-right: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0036FF;
  transition: all 0.8s;
  overflow: hidden;
}
.feature_three:hover .image{
  background-color: #fff;
}
.feature_three .image img {
  object-fit: cover;
  width: 80px;
  height: auto;
}
.feature_three .content .title{
  font-size: 24px;
  font-weight: 600;
  transition: all 0.8s;
}
.feature_three .title a{
  color: #212121;
  transition: all 0.8s;
}
.feature_three .content .text{
  transition: all 0.8s;
}
.feature_three:hover .content .title a{
  color: #fff;
}
.feature_three:hover .content .text{
  color: #fff;
}

/*====================== PORTFOLIO ======================*/
/*gallery subtitle*/
.anant-gallery-wrapper .tag-line .text {
  display: block;
}
/*=-=-=-=-=-=-=portfolio-first=-=-=-=-=-=*/
.portfolio_first {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 35px rgba(33, 33, 33, 0.2);
  transition: all 0.5s;
}
.portfolio_first:hover{
  box-shadow: 0px 10px 45px rgba(33, 33, 33, 0.3);
}
.portfolio_first .port-img { 
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio_first .port-img::before{
  content: '';
  background-color: #0036ff;
  position: absolute;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.5s;
} 
.portfolio_first:hover .port-img::before{
  top: 0;
}
.portfolio_first .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.portfolio_first .port-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.2s;
}
.portfolio_first:hover .port-icon {
  opacity: 1;
}
.portfolio_first .port-icon a{
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 0%;
  text-decoration: none;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition:all 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  z-index: 1;
}
.portfolio_first .port-icon a:hover{
  border-color: #0036FF;
}
.portfolio_first .port-icon a::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: all 0.5s;
}
.portfolio_first .port-icon a:hover::before{
  height: 100%;
}
.portfolio_first .port-icon a:first-child{
  margin-right: 10px;
  transform: rotate(-180deg) translateX(-50px);
}
.portfolio_first .port-icon a:last-child{
  transform: rotate(180deg) translateX(50px);
}
.portfolio_first:hover .port-icon a{
  transform: rotate(0deg) translateX(0px);
}
.portfolio_first .tag-line {
  padding: 28px 40px;
  text-align: center;
  transition: 0.5s;
}
.portfolio_first .tag-line {
  background-color: #fff;
}
.portfolio_first .tag-line span{
  font-size: 16px;
  font-weight: 500;
  color: #616161;
  display: block; 
}
.portfolio_first .tag-line .title{
  font-size: 24px;
  font-weight: 600;
}
.portfolio_first .title a{
  color: #212121;
}
/*=-=-=-=-=-=-=portfolio-two=-=-=-=-=-=*/
.portfolio_two {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.portfolio_two .port-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio_two .port-img::before{
  content: '';
  background-color: #0036ff;
  position: absolute;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.5s;
} 
.portfolio_two:hover .port-img::before{
  top: 0;
}
.portfolio_two .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  vertical-align: middle;
}
.portfolio_two .port-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.portfolio_two:hover .port-icon {
  opacity: 1;
}
.portfolio_two .port-icon a{
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.8s;
  overflow: hidden;
  position: relative;
}
.portfolio_two .port-icon a:hover{
  border-color: #0036FF;
}
.portfolio_two .port-icon a:hover i{
  z-index: 1;
}
.portfolio_two .port-icon a::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  width: 105%;
  height: 105%;
  border-radius: 50%;
  transition: 0.5s;
  z-index: 1;
}
.portfolio_two .port-icon a:hover::before{
  transform: translate(-50%,-50%) scale(1);
}
.portfolio_two .port-icon a:first-child{
  margin-right: 50px;
  transition: 0.5s;
}
.portfolio_two .port-icon a:last-child{
  margin-left: 50px;
  transition: 0.5s;
}
.portfolio_two:hover .port-icon a:first-child{
  margin-right: 10px;
}
.portfolio_two:hover .port-icon a:last-child{
  margin-left: 10px;
}
.portfolio_two .tag-line {
  padding: 28px 40px;
  background-color: #fff;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  transition: 0.5s;
  box-shadow: 0px 4px 35px rgba(33, 33, 33,0.2);
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.portfolio_two .tag-line:hover {
  background-color: unset !important;
}
.portfolio_two .tag-line::before{
  content: '';
  display: block;
  position: absolute;
  bottom:-200%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0036FF;
  transition: all 0.5s;
}
.portfolio_two:hover .tag-line::before{
  bottom: 0%;
}
.portfolio_two .tag-line span{
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  display: block;
  transition: all 0.5s;
}
.portfolio_two:hover .tag-line span{
  color: #fff;
}
.portfolio_two .tag-line .title{
  font-size: 24px;
  font-weight: 600;
}
.portfolio_two:hover .title a{
  color: #fff;
}
.portfolio_two .title a{
  color: #212121;
  transition: all 0.5s;
}
/*=-=-=-=-=-=-=portfolio-ten=-=-=-=-=-=*/
.portfolio_ten {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s;
}
.portfolio_ten .port-img::before{
  content: '';
  display: block;
  background-color: rgba(33, 33, 33, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0% !important;
  z-index: 2;
  transition: all 0.5s;
}
.portfolio_ten:hover .port-img::before{
  height: 100% !important;
}
.portfolio_ten .port-img {
  position: relative;
}
.portfolio_ten:hover .port-img::before{
  /* top: 0; */
}
.portfolio_ten .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.portfolio_ten .tag-line {
  padding: 22px 35px;
  background-color: rgba(33, 33, 33, 0.8);
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  z-index: 1;
  transition: 0.2s;
}
.portfolio_ten:hover .tag-line{
  background-color: transparent;
  bottom: -10%;
  opacity: 0;
}
.portfolio_ten .tag-line span{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
  display: block;
}
.portfolio_ten .port-icon{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  transition: all 0.5s;
  z-index: 2;
  opacity: 0;
}
.portfolio_ten:hover .port-icon {
  opacity: 1;
  top: 50%;
}
.portfolio_ten .port-icon a{
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.portfolio_ten .port-icon a::before {
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
  transition: all 0.5s;
}
.portfolio_ten .port-icon a:hover i {
  z-index: 1;
  transition: all 0.5s;
}
.portfolio_ten .port-icon a:hover::before {
  height: 100%;
}
.portfolio_ten .tag-line .title{
  font-size: 24px;
  font-weight: 600;
  transition: 0.5s;
}
.portfolio_ten .title a{
  color: #fff;
}
.portfolio_ten .more {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 1;
  background-color: #0036ff;
  color: #fff;
  opacity: 0;
  margin: 0 auto;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.portfolio_ten:hover .more{
  opacity: 1;
}
/***************
  testimonial 
*****************/  
/*=-=-=-=-=-=-=testimonial-design=-=-=-=-=-=*/
.testimonial_one {
  padding: 35px 45px 35px 45px;
  border-radius: 30px 0px 30px 30px;
  box-shadow: 0px 0px 4px rgba(33, 33, 33, 0.12);
  transition: all 0.5s;
}
.elementor-widget-anant-testimonial-carousel .anant-product-item {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.testimonial_one h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
}
.testimonial_one .discription {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 1rem;
}
.testimonial_one .testi-icon {
  font-size: 40px;
  padding-right: 20px;
  height: 60px;
  color: #0036FF;
}
.testimonial_one .sub-qute {
  display: flex; 
  margin-top: 15px;
}
.testimonial_one .testi-img {
  display: flex;
  position: relative;
}
.testimonial_one img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial_one .testi-star {
  font-size: 16px;
  color: #FFC704;
}
.testimonial_one .testi-content .heading { 
  padding-bottom: 8px;
}
.testimonial_one .user-title{
  font-size: 20px;
  font-weight: 500; 
  margin-bottom: 0;
}
.testimonial_one .user-title a{
  color: #212121;
}
.testimonial_one .details {
  color: #0036FF;
  margin-bottom: 0;
}
.testimonial_one.active, .swiper-slide-next .testimonial_one{
  box-shadow: 0px 0px 55px rgba(33, 33, 33, 0.12);
}
.testi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
} 
/*==testimonial-two=-*/
.testimonial_two{
  padding: 30px 40px;
  box-shadow: 10px 15px 0px 0px #f8bc9f;
  position: relative;
  background: #fff;
  transition: all 0.5s;
  margin-bottom: 15px;
}
.testimonial_two:hover {
  box-shadow: 10px 15px 0px 0px #0036FF;
}
.testimonial_two .testi-star {
  font-size: 16px;
  padding: 8px 0;
  color: #FFC704;
  transition: all 0.5s;
}
.testimonial_two .testi-content {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.testimonial_two .user-title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_two .user-title a{
  color: #212121;
  transition: all 0.5s;
}
.testimonial_two .testi-img{
  margin-right: 15px;
}
.testimonial_two .testi-img img{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.5s;
}
.testimonial_two .discription {
  line-height: 30px;
  transition: all 0.5s;
  color: #616161;
}
.testimonial_two .details {
  margin-bottom: 0;
  color: #0036FF;
  transition: all 0.5s;
}
.testimonial_two h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
/*==testimonial-three=-*/
.testimonial_three {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  text-align: center;
  transition: all 0.5s;
}
.testimonial_three h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
.testimonial_three .sub-qute{
  padding: 10px 0;
  display: flex;
  justify-content:center;
}
.testimonial_three .discription {
  line-height: 30px;
}
.testimonial_three .testi-img{
  margin: 2px 0px  25px;
  position: relative;
}

.testimonial_three .testi-img img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: all 0.5s;
}
.testimonial_three .testi-img .testi-icon{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  line-height: 49px;
  background-color: #0036FF;
  color: #fff;
  transition: all 0.5s;
  display: flex;
  justify-content:center;
  align-items: center;
}
.testimonial_three .testi-star {
  font-size: 16px;
  padding: 8px 0;
  color: #FFC704;
}
.testimonial_three .user-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.5s;
}
.testimonial_three .user-title a{
  color: #212121;
  transition: all 0.5s;
}
.testimonial_three .details {
  margin-bottom: 0;
  color: #616161;
  transition: all 0.5s;
}
/***************
  price
*****************/  
/*=-=-=-=-=-=-=price-ribbon-one=-=-=-=-=-=*/
.ant-price .ant-price-ribbon{
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0 ; 
}
.ant-price .ant-price-ribbon span{
  border-radius: 0px 20px 20px 0px;
  padding:8px 20px 8px 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Roboto',sans-serif;
  color: #fff;
  background: #0036FF;
  box-shadow: 0px 0px 15px rgba(33, 33, 33, 0.12);
  display: block;
  letter-spacing: 0.5px;
  text-transform: uppercase ;
}
.ant-price.active .ant-price-ribbon.one span{ 
  color: #0036FF;
  background: #fff; 
}  
/*=-=-=-=-=-=-=price-ribbon-two=-=-=-=-=-=*/
.ant-price .ant-price-ribbon.two{
  left: unset;
  right: 0;
}
.ant-price .ant-price-ribbon.two span{
  color: #0036FF;
  background: #FFF;
  margin: 0;
  border-radius: 20px 0px 0px 20px;
} 
/*=-=-=-=-=-=-=price-ribbon-three=-=-=-=-=-=*/
.ant-price .ant-price-ribbon.three { 
  right: 0%;
  left: unset;
  text-align: center;
  padding: 15px 0 ;
}
.ant-price .ant-price-ribbon.three span{
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0;
  background-color: #0036FF;
  color: #fff;
  position: relative;
  box-shadow: none;
}
.ant-price.one.active .ant-price-ribbon.three span{
  background-color: #fff;
  color: #0036FF;
}
.ant-price.one.active .ant-price-ribbon.three span::after{
  background-color: #fff;
}
.ant-price .ant-price-ribbon.three span::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 20px;
  bottom: 0;
  right: 99%;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 35% 51%, 0% 0%);
  background: #0036ff;
  z-index: 1;
}
/*=-=-=-=-=-=-=price-ribbon-four=-=-=-=-=-=*/
.ant-price .ant-price-ribbon.four{
  padding: 15px 0 ;
}
.ant-price .ant-price-ribbon.four span{
  position: relative;
  border-radius: 0;
  background-color: #0036FF;
  color: #fff;
  box-shadow: none;
}
.ant-price.one.active .ant-price-ribbon.four span{
  background-color: #fff;
  color: #0036FF;
}
.ant-price.one.active .ant-price-ribbon.four span::before{
  background-color: #fff;
}
.ant-price .ant-price-ribbon.four span::before {
  content: '';
  display: block;
  background-color: #0036ff;
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
  height: 100%;
  clip-path: polygon(100% 0%, 36% 50%, 100% 100%, 0 100%, 0% 50%, 0 1%);
}
/*=-=-=-=-=-=-=price-ribbon-five=-=-=-=-=-=*/
.ant-price .ant-price-ribbon.five{
  border-radius: 0; 
  padding-top: 45px;
  width: 100px;
  height: 100px;
}
.ant-price .ant-price-ribbon.five span{
  border-radius: 0; 
  transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg); 
  font-size: 13px;
  font-weight: 500;
  width: 200%;
  text-align: center;
} 
/*=-=-=-=-=-=-=price-ribbon-six=-=-=-=-=-=*/
.ant-price .ant-price-ribbon.six{
  border-radius: 0; 
  right: 0;
  left: auto;
  width: 100px;
  height: 100px;
  transform: rotate(90deg); 
  padding-top: 45px;
}
.ant-price .ant-price-ribbon.six span{
  border-radius: 0; 
  transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg); 
  font-size: 13px;
  font-weight: 500;
  width: 200%;
  text-align: center;
} 
/*=-=-=-=-=-=-=price-design=-=-=-=-=-=*/
.ant-price{
  padding: 30px 40px;
  border: 1px solid;
  border-color: #E0E0E0;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
.ant-currency {
  color: #212121;
}
.ant-price.one.active{
  background-color: #0036FF;
}
.ant-price .ant-price-header{
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  border-color: #E0E0E0;
  padding-top: 1rem;
}
.ant-price .ant-price-heading .title{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.625rem;
  font-family: 'Roboto', sans-serif;
}
.ant-price.active .ant-price-heading .title{
  color: #fff;
}
.ant-price .ant-price-header .ant-currency-value{
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}
.ant-price.one.active  .ant-currency span{
  color: #fff;
}
.ant-price .ant-price-header .ant-currency-sign{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  vertical-align: middle;
}
.ant-price .ant-price-header .ant-currency-sale{
  font-size: 20px;
  font-weight: 500; 

}
.ant-price .ant-price-header .ant-duration {
  display: block;
}
.ant-price .ant-price-header .ant-icon {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.ant-price .ant-icon .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #EAF3FF;
  color: #0036FF;
  border-radius: 60px;
  font-size: 50px;
  transition: all 0.5s;
}
.ant-price .ant-icon .icon svg{
  fill: #0036FF;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.ant-price.active .ant-icon .icon{
  background: #FFF;
}
.ant-price .ant-price-lists{
  padding: 15px 0 25px 0;
  margin: 0;
}
.ant-price .ant-price-lists li{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}
.ant-price.one.active .ant-price-lists a{
  color: #fff;
}
.ant-price.one.active .ant-price-lists li a{
  color: #fff;
}
.ant-price.one.active .ant-price-lists li i{
  color: #fff;
}
.ant-price .ant-price-lists li i{
  color: #0036FF; 
  margin-right: 1rem;
  font-size: 16px;
}
.ant-price .ant-price-lists li a + i{ 
  margin-right: 0;
  margin-left: 1rem;
}
.ant-price .ant-price-lists a{
  font-weight: 400;
  font-size: 15px;
  color: #616161;
}
.ant-price .ant-price-btn{
  padding: 14px 40px;
  background-color: #212121;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  border: 1px solid #212121;
}
.ant-price .ant-price-btn i{
  margin-bottom: 5px;
}
.ant-price .ant-price-btn svg{
  margin-left: 0.5rem;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.ant-price.active .ant-price-btn{
background-color: #0036ff;
border-color: #0036ff;
}
.ant-price .ant-price-btn:hover{
  background-color: #0036FF;
  border-color: #0036FF;
}
.ant-price.one .ant-price-btn{
  background-color: #0036FF;
  border-radius: 25px;
  border-color: #0036ff;
} 
.ant-price.one .ant-price-btn:hover{
  background-color: #fff;
  border-color: #0036FF;
  color: #0036FF;
}
.ant-price.one.active .ant-price-footer .ant-price-btn{
  background: #fff;
  border-color: #FFF;
  color: #0036FF;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=price-two=-=-=-=-=-=-=-=-=-=*/
.ant-price.two{
  padding: 60px 0;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.ant-price.two.active{
  transform: translateY(-20px);
}
.ant-price.two .ant-currency {
  padding: 22px;
  background-color: #EAF3FF;
}
.ant-price.two.active .ant-currency{
  background-color: #0036FF;
}
.ant-price.two.active .ant-price-heading .title{
  background-color: #FFF;
  color: #0036FF;
}
.ant-price.two .ant-price-header{
  border-bottom: 0;
  padding: 0;
}
.ant-price.two.active  .ant-currency span {
  color: #fff;
}
.ant-price.two .ant-price-lists{
  margin: 0;
}
.ant-price.two .ant-price-lists li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px;
  margin: 0 50px;
  border-bottom: 1px solid #E0E0E0;
}
.ant-price.two .ant-price-lists li:last-child{
  border: none;
}
.ant-price.two .ant-price-lists span{
  font-size: 16px;
}
/***************
  price-list
*****************/
.ant-price-list .img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-price-list {
  margin-bottom: 30px;
}
.ant-price-list:last-child {
  margin-bottom: 0px;
}
.ant-price-content {
  flex: 1;
}
/* -----price-list one----- */
.ant-price-list .ant-inner {
  display: flex;
  justify-content: flex-start;
}
.ant-price-list .ant-list-image {
  width: 130px;
  height: 100px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(173, 162, 162, 0.45);
}
.ant-price-list .ant-price-content {
  padding: 0 0 0 1rem;
}
.ant-price-list .ant-title{
  font-size: 24px;
  font-weight: 700;
  color: #212121;
}
.ant-price-list .ant-title-connector{
  border-bottom: 1px dashed #B17F3D;
  flex: 1;
  align-self: center;
  margin: 0 10px;
}
.ant-price-list.one .ant-list, .ant-price-list.three .ant-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ant-price-list .ant-list{
  margin-bottom: 15px;
}
.ant-price-list .amount{
  font-size: 20px;
  font-weight: 600;
  color: #B17F3D;
}
/*=======================================-button=======================================*/
.animate_button{
  background-color: blue;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 400px;
}
.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #BFC0C0;
  margin: 20px 20px 20px 20px;
  color: #BFC0C0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.button a {
  color: #BFC0C0;
  text-decoration: none;
  letter-spacing: 1px;
}
.button a {
  position: relative;
  transition: all .35s ease-Out;
}
/*button-left--1*/
.slide_left {
  width: 100%;
  height: 100%;
  left: -200px;
  background: #BFC0C0;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}
.button:hover .slide_left {
  left: 0;
}
.button:hover a {
  color: #2D3142;
}
/*button-right---2*/
.slide_right {
  width: 100%;
  height: 100%;
  right: -200px;
  background: #BFC0C0;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}
.button:hover .slide_right {
  right: 0;
}
.button:hover a {
  color: #2D3142;
  font-weight: 600;
}
/*button-down---3*/
.slide_down {
  width: 100%;
  height: 100%;
  top: -200px;
  background: #BFC0C0;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}
.button:hover .slide_down {
  top: 0;
}
.button:hover a {
  color: #2D3142;
}
/*button-up----4*/
.slide_up {
  width: 100%;
  height: 100%;
  background: #BFC0C0;
  position: absolute;
  transition: all .35s ease-Out;
  top: 200px;
}
.button:hover .slide_up {
  top: 0;
}
.button:hover a {
  color: #2D3142;
}
/* Button----5*/
.circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #BFC0C0;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}
.button:hover .circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button:hover a {
  color: #2D3142;
}

/*Button-----6*/
.translate {
  transform: rotate(50deg);
  width: 100%;
  height: 250%;
  left: -200px;
  top: -30px;
  background: #BFC0C0;
  position: absolute;
  transition: all .3s ease-Out;
}
.button:hover .translate {
  left: 0;
}
.button:hover a {
  color: #2D3142;
}

/*Button-----7 */
.spin {
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  transform: rotate(0deg);
  background: none;
  position: absolute;
  transition: all .5s ease-Out;
}

.button:hover .spin {
  width: 200%;
  height: 500%;
  opacity: 1;
  left: -70px;
  top: -70px;
  background: #BFC0C0;
  transform: rotate(80deg);
}

.button:hover a {
  color: #2D3142;
}
/*=================== Image-Hotspot ===================*/ 
.ant-hotspot-item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ant-hotspot-item {
  left: 75%;
  top: 60%;
  position: absolute;
}
.ant-hotspot-content a{
  color: #FFFFFF;
  fill: #fff;
  border-color: #E8E8E8;
  width: 35px;
  height: 35px;
  border-style: none;
  border-radius: 50px 50px 50px 50px;
  background-color: #0036FF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.ant-hotspot-content a:hover, .ant-hotspot-content a:focus{
  color: #FFFFFF;
  background-color: #0036FF;
  border-color: #E8E8E8;
}
.ant-hotspot-content a svg{
  width: 16px;
  height: 16px;
  z-index: 1;
}
.ant-hotspot-content {
  position: relative;
  z-index: 15;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ant-hotspot-content::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  animation: zoomUp 1.5s ease  infinite ;
}
@keyframes zoomUp {
  0%{
    width: 0;
    height: 0;
    opacity: 1;
  }
  100%{
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.ant-hotspot-item .ant-hotspot-tooltip {
  padding: 8px 10px;
  background-color: #FFF;
  visibility: visible;
  position: absolute;
  left: 40%;
  bottom: 100%;
  transform: translateX(-50%);
  min-width: 130px;
  text-align: center;
  opacity: 0;
  border-radius: 8px;
  margin-bottom: 13px;
  transition: all 0.8s;
}
.ant-hotspot-tooltip:before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #FFF;
  z-index: -1;
}
.ant-hotspot-tooltip p{
  margin: 0;
  color: #212121;
}
.ant-image-hotspots[tigger*="by_hover"] .ant-hotspot-item:hover .ant-hotspot-tooltip{
  visibility: visible;
  bottom: 110%;
  opacity: 1;
}
.ant-image-hotspots[tigger*="by_default"] .ant-hotspot-item .ant-hotspot-tooltip{
  visibility: visible;
  bottom: 110%;
  opacity: 1;
}
.ant-image-hotspots[tigger*="by_click"] .ant-hotspot-item .ant-hotspot-tooltip.ant-tooltip-trigger{
  visibility: visible;
  bottom: 110%;
  opacity: 1;
}
/*=================== Header-Navbar ===================*/ 
.main-nav {
  position: relative; 
  /* padding: 8px 16px; */
  transition: all 0.5s;
}
.main-nav .mobile-menu-toggle {
  display:none;
} 
.main-nav .mobile-menu-toggle .close{
  display:none;
}
.main-nav .toggle-icon{
  color:#000;
  opacity: 1;
  font-size: 16px;
  padding: 8px 10px;
  border:2px solid #000; 
  transition:all 0.5s;
  background-color: #fff;
  border-radius: 4px;
}
.main-nav .toggle-icon:hover{ 
  opacity: 0.75;
}
.main-nav .anant-collapse{
  display: flex;
}
.main-nav .navbar-nav { 
  display: flex; 
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
}
.sub-link {
  display: block;
  padding: 8px 16px;
}
.dropdown {
  position: relative;
}
.dropdown-item span {
  transform: rotate(270deg);
}
.sm-vertical .has-submenu span {
  transform: rotate(270deg);
}
.dropdown-item .fa-caret-down{
  margin-left: 100px;
}
.remove{
  display: none;
}
.on_display{
  display: block;
  position: absolute;
  transition: all 0.3s ease-in;
  top: 50px;
  left: 0px;
}
.woo-menu {
  z-index: 99999;
}
.main-nav .toggle-icon a {
  text-decoration: none!important;
}
.head-is-stuck{
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  z-index: 999999;
}
@media (max-width:1023px) {
  .main-nav .mobile-menu-toggle.none{
    display: none;
  }
  .main-nav .anant-collapse.none {
    overflow-y: auto;
    height: calc(100vh - 50px);
    top: 0px;
  }
  .main-nav .mobile-menu-toggle {
    display:block;
    padding: 0;
    border: 0;
  }
  .main-nav .navbar-nav { 
    flex-direction: column;
  } 
  .main-nav .anant-collapse{
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .main-nav .responsiv_nav{
    overflow-y: auto;
    height: calc(100vh - 50px);
  }
  .main-nav.open-nav button.mobile-menu-toggle span:before {
    content: '\f00d ';
  }
  .main-nav .open-nav .toggle-icon.open{
    display:none;
  }
  .main-nav {
    display: flex;  
    align-items: center; 
  }
  .main-nav .mobile-nav {
    padding: 10px;
  }
  .dropdown-item span {
    transform: rotate(0);
  }
  .main-nav  .sub-link  {
    display: flex;
    justify-content: space-between;
  }
  .main-nav .dropdown-item {
    display: flex;
    justify-content: space-between;

  }
  .on_display{
    top:0px;
  }
  .main-nav .toggle-icon .woocat_title {
    display:none;
  }
  .main-nav .toggle-icon .woocat_title{
  padding-right: 0!important;
  }
}
/* Search Box CSS */
.anant-search-wrapper {
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: right;
}
.anant_search_container {
  display: flex;
  overflow: hidden;
  box-shadow: none ;
}
.anant_search_input {
  flex-basis: 100%;
  box-shadow: none ;
}
.anant-search-icon-toggle i.fa-search {
  display: inline-block;
  position: absolute;
  width: 20px;
  box-sizing: content-box;
  padding: 10px;
}
.anant-search-icon-toggle i:before {
  vertical-align: middle;
}
/*search icon toggle css*/
.anant-search-wrapper input[type=search] {
  border: 0;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
  transition: all .5s;
  box-sizing: border-box;
  outline: none;
}
.anant-search-wrapper button {
  border: none;
  border-radius: 0;
  padding: 0;
}
.anant-search-wrapper input[type=search]:focus {
  cursor: auto;
  border: none;
  box-shadow: none;
}
.anant-search-icon-toggle input:-moz-placeholder,
.anant-search-icon-toggle input::-webkit-input-placeholder {
  color: transparent;
}
.anant-search-layout-icon .anant-search-icon-toggle .anant_search_input {
  background-color: unset;
  height: 100%;
}
.anant_search_container .anant-search-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3%;
  position:relative;
}
.anant_search_container button#clear,
.anant-search-icon-toggle button#clear {
  visibility: hidden;
  position: absolute;
  right:0; 
  top:0;
  padding: 0 8px;
  font-style: normal;
  user-select: none;
  cursor: pointer;
  bottom:0;
  margin-right:10px;
  background-color: transparent;
}
.anant-search-wrapper input[type="search"]::-webkit-search-decoration,
.anant-search-wrapper input[type="search"]::-webkit-search-cancel-button,
.anant-search-wrapper input[type="search"]::-webkit-search-results-button,
.anant-search-wrapper input[type="search"]::-webkit-search-results-decoration { 
  display: none; 
}
.anant_search_container button#clear-with-button{
  visibility: hidden;
  position: absolute;
  line-height: 0;
  top: 0;
  padding: 0 8px;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
  bottom:0;
  background-color: transparent;
  box-shadow: none;
}
.anant-search-wrapper, 
.anant_search_container,
.anant-search-icon-toggle,
.anant-search-wrapper .anant-search-icon-toggle i,
.anant-search-wrapper .anant-search-icon-toggle i:before {
  position: relative;
}
.anant-search-wrapper .anant-search-icon-toggle .anant_search_input {
  position: absolute;
  width: 0;
  right: 0;
  background-color: transparent;
}
.anant-search-icon-toggle {
  width: 100%!important;
}
.anant-search-wrapper.anant-input-focus .anant-search-icon-toggle .anant_search_input{
  position: absolute;
  width: 250px;
  right: 0;
}
.anant-search-layout-text .anant_search_container,
.anant-search-layout-icon_text .anant_search_container,
.anant-search-layout-text .anant_search_container .anant_search_input,
.anant-search-layout-icon_text .anant_search_container .anant_search_input {
  width: 100%;
}
.anant-search-icon-toggle {
  line-height: 1.5;
}
.search-btn {
  color: #1abc9c;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}
.search-box:hover .search-btn {
  background: #fff;   
}
/* Product Suggestion  */
#ant-suggestions-container {
  display: none;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 9999;
}
.product-suggestion {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.search-suggestion {
  padding: 2px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.ant-no-results {
  padding: 10px;
  text-align: center;
} 
.ant-no-results P {
  margin: 0;
  padding: 0;
} 
.search-suggestion p {
  margin: 0;
  padding: 0;
}
/*=================== Search Icon ===================*/ 
.anant-input-focus .anant_search_input:focus {
  background-color: #ffffff;
  border-color: #001aff;
  box-shadow: 0 0 0 5px rgba(0, 17, 255, 0.4);
}
.anant-search-wrapper, .anant-search-icon-toggle .anant_search_input, .anant-input-focus .anant-search-icon-toggle .anant_search_input{
  border-radius: 4px;
}
.anant_search_input{
  color:#7a7a7a;
}
.anant_search_input::placeholder{
  color:#7A7A7A6B;
}
/*=================== Search-with-title ===================*/ 
.anant_search_container .title_btn{
  padding: 8px 20px ;
  background-color:#000;
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.anant_search_input, .anant-input-focus .anant-search-icon-toggle .anant_search_input {
  background-color: #ededed;
}
/*=================== Search-with-Icon ===================*/ 
[type=submit].anant-search-submit{
  background-color: #000;
  color: #fff;
}
/************** Copyright ***************/
.ant-copyright-wrapper .ant-main-wrapper span{
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
/**************
  Call-To-Action
***************/
.ant-cta{
  transition: all .8s ease-in-out;
}
.ant-cta-overlay { 
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ant-cta-overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0036FF;
  z-index: -1;
}
.ant-cta .ant-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 95px 50px;
}
.ant-cta .ant_title {
  width: 75%;
}
.ant-cta .subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
}
.ant-cta .title{
  font-family: 'josefin sans';
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 20px;
}
.ant-cta .ant_title .text{
  color: #fff;
  display: block;
}
.ant-cta.one .ant-call-button{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 25%;
}
.ant-call-button .ant_cta_btn {
  padding: 14px 30px;
  background-color: #fff;
  color: #212121;
  fill: #212121;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  transition: 0.5s;
}
.ant-call-button .ant_cta_btn i {
  margin-bottom: 5px;
  font-size: 16px;
}
.ant-call-button .ant_cta_btn svg {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  vertical-align: middle;
  margin-left: 5px
}
.ant-call-button .ant_cta_btn:hover{
  background: #0036FF;
  color: #fff;
  fill: #fff;
} 
/* -----cta--Two--*/
.ant-cta.two .ant-cta-overlay::before{
  background: rgba(4, 5, 36, 0.85);
}
.ant-cta.two .ant-content{
  flex-direction: column;
  text-align: center;
}
.ant-cta.two .ant_title {
  margin-bottom: 20px;
}
.ant-cta.two .ant-call-button {
  display: flex;
  width: 75%;
  justify-content: center;
} 
.ant-cta.two .ant-call-button .ant_cta_btn{
  border: 1px solid #fff;
}
.ant-cta.two .ant-call-button .ant_cta_btn:hover{
  border: 1px solid #0036FF;
}
.ant-cta .anant-cta-card-read-more + .anant-cta-card-read-two-more{
  margin-left: 10px;
}
.ant-cta .ant_cta_btn.tran{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  fill: #fff;
  transition: 0.5s;
}
.ant-cta .ant_cta_btn.tran:hover{
  background-color: #fff;
  color: #212121;
  fill: #212121;
}
/* -----------cta Responsive ----  */
@media (max-width: 767.98px ) {
  .ant-cta .ant_title{
    width: 100%;
    text-align: center;
  }
  .ant-cta .ant-content{
    flex-wrap: wrap;
  }
  .one .ant-call-button .ant_cta_btn{
    margin-top: 1.5rem;
  }
  .ant-cta.one .ant-call-button{
    width: 100%;
    justify-content: center;
  }
  .ant-cta.two .ant-call-button, .ant-cta.three .ant-call-button{
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .ant-cta .anant-cta-card-read-more + .anant-cta-card-read-two-more{
    margin-top: 20px;
    margin-left: unset;
  }
}
/**************
anant-Author 
***************/
.anant-author-item {
  padding: 20px;
  box-shadow: 0px 7px 15px rgba(18, 18, 18, 0.15);
  background-color: #fff;
  transition: all 0.5s;
}
.anant-author-thumbnail {
  position: relative;
}
.anant-author-thumbnail .anant-img {
  display: block;
}
.anant-author-item .anant-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anant-label-left .anant-label{
  left: 0;
  right: unset;
}
.anant-author-item .anant-label{
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
}
.anant-author-item .anant-label span {
  padding: 4px 8px;
  background-color: #0036FF;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.anant-author-item .anant-content {
  padding: 35px 10px 10px;
}
.anant-author-item .anant-author-title { 
  text-transform: capitalize;
}
.anant-author-title .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}
.anant-author-title .title a{
  color: #212121;
}
.anant-author-title span{
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #616161;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.anant-author-item .anant-social-icons {
  text-align: center;
  justify-content: center;
  display: flex;
}
.anant-author-item .anant-social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #EBE7E7;
  line-height: 40px;
  color: #212121;
  transition: all 0.5s;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anant-author-item .anant-social-icons a svg{
  width: 16px;
  height: 16px;
  fill: #212121;
  z-index: 1;
}
.anant-author-item .anant-social-icons a:hover svg{ 
  fill: #fff; 
}
.anant-author-item .anant-social-icons a:hover{
  background-color: #0036FF;
  color:#fff ;
}
/**************
Author List
***************/
/* -----author List One --- */
.ant-author-list {
  display: flex;
  border:1px solid transparent;
  padding:20px;
  align-items:center;
  box-shadow: 0px 7px 15px rgba(18, 18, 18, 0.15);
  background-color: #fff;
  transition: all 0.5s;
}
.ant-author-list.one:hover{
  border:1px solid #616161;
}
.ant-author-list .ant-author-thumbnail .ant-img {
  display: block;
  width:240px;
  height: 210px;
}
.ant-author-list .ant-label {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
}
.ant-author-list .ant-label span {
  padding: 4px 8px;
  background-color: #0036FF;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.ant-author-list .ant-content {
  padding: 0 0 0 1.5rem;
}
.ant-author-list .ant-author-title{
  /* margin-bottom: 15px; */
}
.ant-author-list .ant-author-title .title{
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}
.ant-author-list .ant-author-title span {
  text-align: left;
  margin-bottom: 5px;
}
.ant-author-list .description {
  margin-bottom: 16px;
}
.ant-author-list .ant-img img{
  width:100%;
  height:100%;
  object-fit:cover;
} 
.ant-author-list .ant-social-icons { 
  display: flex;
}
.ant-author-list .ant-social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #EBE7E7;
  line-height: 40px;
  color: #212121;
  transition: all 0.5s;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-author-list .ant-social-icons a:hover {
  background-color: #0036FF;
  color: #fff;
}
.ant-author-list .ant-social-icons i{
  font-size: 14px;
}

.ant-author-list .ant-social-icons a svg{
	fill: #212121;
	width: 14px;
	height: 14px;
	z-index: 1;
	transition: all 0.5s;
}
.ant-author-list .ant-social-icons a:hover svg{
	fill: #fff;
}
/**********
Dual Button
************/
/*=-=-=-=-=-=-=anant-dual-button_one=-=-=-=-=-=*/
.anant-dual-button .anant-btn {
  padding: 14px 30px;
  background-color: #0036FF;
  color: #FFF;
  fill: #FFF;
  border: 1px solid #0036FF;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden; 
  transition: all 0.8s;
}
.anant-dual-button .anant-btn i{
  margin-right: 5px;
  margin-bottom: 3px;
  font-size: 16px;
}
.anant-dual-button .anant-btn span + i{
  margin-left: 5px;
  margin-right: auto;
}
.anant-dual-button .anant-btn svg{
  margin-right: 5px;
  widows: 16px;
  height: 16px;
}
.anant-dual-button .anant-btn span + svg{
  margin-left: 5px;
  width: 16px;
  height: 16px;
  margin-right: auto;
}
.anant-dual-button .anant-btn:nth-child(2) {
  margin-left: 5px;
}
.anant-dual-button .one a{
text-decoration: none;
}
.anant-dual-button.one .anant-btn.two{
  background-color: transparent;
  border-color: #0036FF;
  color: #0036FF;
  fill: #0036FF;
}
/***************
 Creative Buttons
*****************/  
/*=-=-=-=-=-=-=anant-creative-button-one=-=-=-=-=-=*/
.more-primary{
  background-color: #0036FF;
  color: #ffffff;
}
.more-primary-outline{
  background-color: transparent;
  border: 1px solid #0036FF;
  color: #0036FF;
}
.more-primary span{
  color: #fff;
}
.more.none span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ant-creative-button .more {
  padding: 14px 30px;
  background-color: #0036FF;
  color: #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.more.one {
  padding: 0;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more.one::after {
  content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.more.one span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.more.one::after ,.more.one span{
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more.one::after ,.more.one{
  padding: 14px 30px;
}
.more.one:hover {
	background-color: #0036FF;
}
.more.one:hover span {
  opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.more.one:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*=-=-=-=-=-=-=hover_button_two=-=-=-=-=-=*/
.more.two{ 
  -webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
  z-index: 1;
}
.more.two span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.more.two::before{ 
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 5px;
}
.more.two::before,
.more.two {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more.two:hover {
	color: #fff;
}
.more.two:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*=-=-=-=-=-=-=anant-animated-button-three=-=-=-=-=-=*/
.more.three a{
  text-decoration: none;
}
.more.three{ 
  background-color: transparent;
  color: #212121;
  border-radius: 4px;  
  transition: all 0.2s; 
  border-width: 3px ;
  border-style: solid;
  border-color: #212121;
  padding: 15px 30px; 
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.more.three:hover{ 
  background-image: unset !important;
}
.more.three span{ 
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.more.three span::before{
  content: '';
  width: 0%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #0036ff;
  transform: translate(-50%, -50%) rotate(45deg); 
  transition: all 0.5s;
  display: block;
  z-index: -1;
}
.more.three:hover span::before{
  width: 125%;
  transition: 0.75s;
} 
.more.three:hover {
  color: #fff;
  fill: #fff;
  border-color: #0036ff;
}

/* -------------marquee stripe------------- */

.anant-marquee-stripe {
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  transform: rotate(var(--rotale));
}
.anant-marquee-stripe .overlay {
  padding: 20px 0;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.anant-marquee-stripe .anant-marquee-main .js-marquee-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.anant-marquee-stripe .anant-marquee-main {
  overflow: hidden;
}
.anant-marquee-stripe .anant-marquee-main .js-marquee {
  display: flex;
  gap: 30px;
}
.anant-marquee-stripe .anant-marquee-main .anant-marquee-item {
  display: inline-flex;
  align-items: center;
}
.anant-marquee-stripe .anant-marquee-main .anant-marquee-item .title {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 36px;
  font-family: var(--Fontheading);
  position: relative;
  z-index: 2;
  display: inline-flex;
  font-display: swap;
}

.anant-marquee-stripe .anant-marquee-main .anant-marquee-item .title::before {
  content: attr(data-title);
}.anant-outer-wrapper > div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
.anant-outer-wrapper > article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
.anant-outer-wrapper > ol,
ul {
	list-style: none;
}
.anant-outer-wrapper > blockquote,
q {
	quotes: none;
}
.anant-outer-wrapper > blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
.anant-outer-wrapper > table {
	border-collapse: collapse;
	border-spacing: 0;
}
.anant-outer-wrapper a {
	text-decoration: none !important;
}
.anant-outer-wrapper .swiper-container {
	width: 100%;
	height: 100%;
}
.anant-outer-wrapper .swiper-slide {
	height: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.anant_cartbtn {
	width: 100%;
}
.anant-outer-wrapper .swiper-button-prev,
.anant-outer-wrapper .swiper-button-next {
	background-image: none;
}
.anant-outer-wrapper * {
	transition: 0.3s all ease;
}
.anant-outer-wrapper .anant_title {
	width: 100%;
}
.anant-outer-wrapper .anant_title a {
	display: inline-block;
}
.anant-outer-wrapper .anant_price .woocommerce-Price-amount.amount {
	display: inline-block;
}
.anant-outer-wrapper .anant-add-to-cart a {
	display: inline-block;
}
/* category css */
.anant-outer-wrapper .swiper-slide.anant-no-category-image {
	justify-content: center;
}
.anant-category-name {
	width: 100%;
}
.anant-category-name-absolute {
	position: absolute;
	bottom: 0;
}
.anant-category-name a {
	display: inline-block;
}
.anant-product-category-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.anant-product-category-grid-wrapper .anant-single-category {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
/** Product Category Grid Responsive Styles **/
@media (max-width:1023px) {
	.anant-product-category-grid-wrapper {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width:768px) {
	.anant-product-category-grid-wrapper {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width:576px) {
	.anant-product-category-grid-wrapper {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
/* tabs */
.anant-category-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.anant-category-list li {
	padding: 0.2em 0.5em;
}
.cool-link {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.cool-link::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	transition: width 0.3s;
}

.cool-link:hover::after {
	width: 100%;
}
.category-active {
	display: block;
}
.category-hide {
	display: none;
}
/* slider */
.anant-outer-wrapper .swiper-container .anant-slide {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.anant-outer-wrapper .swiper-container .anant-img-wrap {
	height: 100%;
}
.anant-outer-wrapper .swiper-container .anant-img-wrap img {
	width: 100%;
	height: 100%;
}
.anant-outer-wrapper .swiper-container .anant-slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.anant-outer-wrapper
	.swiper-container
	.anant-slide-content
	.anant-slide-subtitle {
		color: #fff;
	     display: inline-block; 
		padding: 0 10px;
}
.anant-outer-wrapper
	.swiper-container
	.anant-slide-content
	.anant-slide-description {
	display: block;
    padding: 0;
    margin: 0;
}
.anant-outer-wrapper
	.swiper-container
	.anant-slide-content
	.anant-slide-description span {
	display: inline-block; 
}
.anant-outer-wrapper
	.swiper-container
	.anant-slide-content
	.anant-slide-title {
	font-size: 45px;
	color: #fff;
	font-weight: 600;
	display: block;
}
.anant-outer-wrapper
	.swiper-container
	.anant-slide-content
	.anant-slide-title span{
	display: inline-block;
}
.anant-outer-wrapper
	.swiper-container
	.anant-slide.anant-slider-overlay::after {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
}
.anant-product-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.anant-product-tabs-grid .anant-product-grid-wrapper {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.anant-product-grid-wrapper .anant-single-grid-product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.anant-slide-content {
	z-index: 100;
}
.anant-slide-btn {
	display: inline-block;
}
/** Product Grid Responsive Styles **/
@media (max-width:1023px) {
	.anant-product-grid-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.anant-product-tabs-grid .anant-product-grid-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width:768px) {
	.anant-product-grid-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width:568px) {
	.anant-product-grid-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.anant-product-tabs-grid .anant-product-grid-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
/** Product Tabs Grid Styles **/
.anant-product-tabs-grid .product .product-image {
	position: relative;
}
.anant-product-tabs-grid .product .product-image .onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #d9534f;
	color: #fff;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 5px;
}
.anant-product-tabs-grid .product .content {
	padding: 10px;
	position: relative;
}
.anant-product-tabs-grid .product h3 {
	margin: 8px 0px;
	font-size: 18px;
	font-weight: 600;
}
.anant-product-tabs-grid .product .content h3 a {
	color: inherit;
	color: #252525;
}
.anant-product-tabs-grid .product .content span.price {
	font-weight: 600;
	font-size: 14px;
	color: #5f5f5f;
}
.anant-product-tabs-grid .product .anant-star-rating span:before {
	color: #76b95a;
}
.anant-product-tabs-grid .product-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	padding: 10px;
	transition: all 0.5s ease;
	visibility: hidden;
	opacity: 0;
}
.anant-product-tabs-grid .product:hover .product-btns {
	visibility: visible;
	bottom: 0;
	opacity: 1;
}
.anant-product-tabs-grid .product-btns a {
	color: inherit;
}
.anant-product-tabs-grid .product-btns .yith-wcwl-add-to-wishlist,
.anant-product-tabs-grid .product-btns .yith-wcqv-button,
.anant-product-tabs-grid .product-btns .add_to_cart_button {
	display: inline-block;
	margin: 0;
}
.anant-product-tabs-grid .product-btns .add_to_cart_button {
	font-weight: 600;
}
.anant-product-tabs-grid .header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0;
}
.anant-product-tabs-grid.left .header {
	justify-content: flex-start;
}
.anant-product-tabs-grid.center .header {
	justify-content: center;
}
.anant-product-tabs-grid.right .header {
	justify-content: flex-end;
}
.anant-product-tabs-grid .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}
.anant-product-tabs-grid .tabs li {
	text-transform: uppercase;
	margin: 0;
	position: relative;
	cursor: pointer;
	color: #787878;
	transition: all 0.3s ease;
}
.anant-product-tabs-grid .tabs li:last-child {
	margin-right: 0;
}
.anant-product-tabs-grid .tabs li:after {
	content: "";
	position: absolute;
	bottom: -5px;
	width: 0px;
	height: 2px;
	left: 50%;
	background: #515151;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}
.anant-product-tabs-grid .tabs li.active,
.anant-product-tabs-grid .tabs li:hover {
	color: #000;
}
.anant-product-tabs-grid .tabs li:hover:after,
.anant-product-tabs-grid .tabs li.active:after {
	width: 100%;
}
.anant-product-tabs-grid .product-type-wrap {
	display: none;
}
.anant-product-tabs-grid .product-type-wrap.active {
	display: flex;
}
.anant_hide {
	display: none !important;
}
.anant_block {
	display: block !important;
}
.anant-service-card-read-more .anant-service-btn {
	display: flex;
	align-items: center;
}
.anant-service-card-icon {
	display: flex;
}
.anant-service-card-icon .service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.anant-service-card-read-more .anant-service-btn.anant-no-flex {
	display: unset !important;
}
.anant-service-card-description{
	margin-bottom: 1rem;
}
.anant-service-wrapper .more{
	display: inline-block;
	white-space: nowrap;
}
.anant-service-wrapper .more svg{ 
	vertical-align: bottom;
}
.anant-service-wrapper.service_six .more {
	display: block;
}
.anant-service-wrapper.service_seven .more {
	display: flex;
}
.anant-service-wrapper.service_eight .more {
	display: flex;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
}
.anant-team-carousel .social-icon a{
	transition: 0.1s all ease !important;
}
.anant-gallery-wrapper .port-icon a svg{
	fill: #fff;
	width: 16px;
	height: 16px;
	z-index: 1;
	transition: all 0.5s;
}
.anant-portfolio-wrapper .port-icon a svg{
	fill: #fff;
	width: 16px;
	height: 16px;
	z-index: 1;
	transition: all 0.5s;
}
.ant-creative-button a.more{
	fill: #333;
	transition: all 0.5s;
}
.ant-creative-button a.more svg{ 
	width: 16px;
	height: 16px; 
}
.anant-team-wrapper .social-icon a svg{
	fill: #212121;
	width: 16px;
	height: 16px;
	z-index: 1;
	transition: all 0.5s;
}
.anant-team-wrapper .social-icon a:hover svg{
	fill: #fff;
}
.team_five .social-icon a svg{
	fill: #0036FF;
}
.team_nine .social-icon a svg{
	fill: #0036FF;
}
.team_nine:hover .social-icon a svg{
	fill: #fff;
}
.anant-service-wrapper .icon svg{
	fill: #fff;
	width: 30px;
	height: 30px;
	z-index: 1;
	transition: all 0.5s;
}
.service_one:hover .icon svg{
	fill: #0036FF;
}
.service_two .icon svg{
	fill: #0036FF;
}
.service_two:hover .icon svg{
	fill: #fff;
}
.service_three .icon svg{
	fill: #0036FF;
	width: 40px;
	height: 40px;
}
.service_three:hover .icon svg{
	fill: #fff;
}
/* Site Logo */
.ant-site-logo-header a{
	display: inline-block;
}div.juxtapose {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}
div.jx-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #f3f3f3;
}
div.jx-handle {
	position: absolute;
	height: 100%;
	width: 40px;
	cursor: col-resize;
	z-index: 15;
	margin-left: -20px;
}
.vertical div.jx-handle {
	height: 40px;
	width: 100%;
	cursor: row-resize;
	margin-top: -20px;
	margin-left: 0;
}
div.jx-control {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 3px;
	background-color: currentColor;
}
.vertical div.jx-control {
	height: 3px;
	width: 100%;
	background-color: currentColor;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
div.jx-controller {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 60px;
	width: 9px;
	margin-left: -3px;
	background-color: currentColor;
}
.vertical div.jx-controller {
	height: 9px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: -3px;
	position: relative;
}
div.jx-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}
.vertical div.jx-arrow {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}
div.jx-arrow.jx-left {
	left: 2px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent currentColor transparent transparent;
}
div.jx-arrow.jx-right {
	right: 2px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent currentColor;
}
.vertical div.jx-arrow.jx-left {
	left: 0px;
	top: 2px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color: transparent transparent currentColor transparent;
}
.vertical div.jx-arrow.jx-right {
	right: 0px;
	top: auto;
	bottom: 2px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: currentColor transparent transparent transparent;
}
div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
	left: -1px;
}
div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
	right: -1px;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
	left: 0px;
	top: 0px;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
	right: 0px;
	bottom: 0px;
}
div.jx-image {
	position: absolute;
	height: 100%;
	display: inline-block;
	top: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.vertical div.jx-image {
	width: 100%;
	left: 0;
	top: auto;
}
div.jx-image img {
	height: 100%;
	width: auto;
	z-index: 5;
	position: absolute;
	margin-bottom: 0;

	max-height: none;
	max-width: none;
	max-height: initial;
	max-width: initial;
}
.vertical div.jx-image img {
	height: auto;
	width: 100%;
}
div.jx-image.jx-left {
	left: 0;
	background-position: left;
}
div.jx-image.jx-left img {
	left: 0;
}
div.jx-image.jx-right {
	right: 0;
	background-position: right;
}
div.jx-image.jx-right img {
	right: 0;
	bottom: 0;
}
.veritcal div.jx-image.jx-left {
	top: 0;
	background-position: top;
}
.veritcal div.jx-image.jx-left img {
	top: 0;
}
.vertical div.jx-image.jx-right {
	bottom: 0;
	background-position: bottom;
}
.veritcal div.jx-image.jx-right img {
	bottom: 0;
}
div.jx-image div.jx-label {
	font-size: 1em;
	padding: .25em .75em;
	position: relative;
	display: inline-block;
	top: 0;
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.7);
	color: white;
	z-index: 10;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle;
}
div.jx-image.jx-left div.jx-label {
	float: left;
	left: 0;
}
div.jx-image.jx-right div.jx-label {
	float: right;
	right: 0;
}
.vertical div.jx-image div.jx-label {
	display: table;
	position: absolute;
}
.vertical div.jx-image.jx-right div.jx-label {
	left: 0;
	bottom: 0;
	top: auto;
}
div.jx-credit {
	line-height: 1.1;
	font-size: 0.75em;
}
div.jx-credit em {
	font-weight: bold;
	font-style: normal;
}
/* Animation */
/* div.jx-image.transition {
	transition: width .5s ease;
} */
/* div.jx-handle.transition {
	transition: left .5s ease;
} */
/* .vertical div.jx-image.transition {
	transition: height .5s ease;
} */
/* .vertical div.jx-handle.transition {
	transition: top .5s ease;
} */
/* Knight Lab Credit */
a.jx-knightlab {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	display: table;
	height: 14px;
	line-height: 14px;
	padding: 1px 4px 1px 5px;
	position: absolute;
	right: 0;
	text-decoration: none;
	z-index: 10;
}
a.jx-knightlab div.knightlab-logo {
	display: inline-block;
	vertical-align: middle;
	height: 8px;
	width: 8px;
	background-color: #c34528;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -1.25px;
	position: relative;
	cursor: pointer;
}
a.jx-knightlab:hover {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.35);
}
a.jx-knightlab:hover div.knightlab-logo {
	background-color: #ce4d28;
}
a.jx-knightlab span.juxtapose-name {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: white;
	font-size: 10px;
	padding-left: 0.375em;
	vertical-align: middle;
	line-height: normal;
	text-shadow: none;
}
/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
	background: #eae34a;
	color: #000;
}
a.jx-knightlab:focus span.juxtapose-name{
	color: #000;
	border: none;
}.anant-fg-projects {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.5rem;
}
.anant-fg-filters {
	margin: 20px 20px 0 ;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.anant-fg-filter {
	padding: 10px 15px 8px;
	color: #0036ff;
	border-width: 2px;
	border-color: #0036ff;
	border-style: solid;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 20px;
}
.anant-fg-filter:hover {
	background-color: #0036ff;
	color: #fff;
}
.anant-fg-filter.active {
	background-color: #0036ff;
	color: #fff;
}
.anant-fg-filter:first-child {
	margin-left: 0;
}
.anant-fg-filter:last-child {
	margin-right: 0;
}
.anant-icons-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.anant-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.anant-icon-wrapper i {
	display: flex;
	align-items: center;
	justify-content: center;
}
.anant-fg-project.anant-fg-show .portfolio_first {
	margin: 0;
}
.anant-fg-project.anant-fg-show .portfolio_first .anant-fg-img {
	margin: 22px 0;
	transition: all 0.5s;
}
.anant-fg-project.anant-fg-show .portfolio_first .tag-line {
	width: 100%;
	padding: 1rem;
}
.anant-fg-project.anant-fg-show .portfolio_first:hover .anant-fg-img {
	transform: scale(1.2);
}
.anant-fg-hide {
	display: none;
}
/* Responsive */
@media (max-width:1023px) {
	.anant-fg-projects { 
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:768px) {
	.anant-fg-projects { 
		grid-template-columns: repeat(1, 1fr);
	}
}.ant-more-link {
	display: block;
	text-align: left;
}
.ant-more-link a {
	display: inline-block;
}
.ant-more-link a svg {
    margin-left: 0.5rem;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.list-blog.ant-blog-post {
    display: flex;
    align-items: center;
    text-align: left;
} 
.list-blog .small {
    padding: 20px 20px;
    font-size: 17px;
    max-width: 66.666667%;
}
.anant_hide {
	display: none !important;
}
.anant_block {
	display: block !important;
}
.ant-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
}
.elementor-widget-anant-post-blog .ant-blog-category.one a{
    margin: 0;
}
.ant-grid {
    display: grid;
    grid-column-gap: 1.5rem;
}
.col-grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.col-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
/*----- ant-small-post -----*/
.ant-post-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 1.5rem;
}
.ant-small-post {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 10px 35px rgba(33, 33, 33, 0.1);
    font-family: "Roboto", sans-serif;
    background: #fff;
    border-radius: 6px;
	transition:all 0.5s;
}
.ant-small-post.one:hover{
	box-shadow: 0px 12px 35px rgba(33, 33, 33, 0.2);
}
.ant-small-post a{
    text-decoration: none;
}
/*----- ant-blog-category -----*/
.ant-blog-category a { 
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: relative;
    padding-left: 10px; 
    line-height: 1.2;
    color: #0036FF;
    margin: 0 5px;
    letter-spacing: 0.0055em;
}
.ant-blog-category.one a {  
    font-size: 13px; 
    padding-left: 10px;
    border-width: 0 0 0 4px;
    border-style: solid;
    display: inline-block;
    border-color: #0036ff; 
}
.ant-blog-category.two a {
    padding: 4px 8px;
    background-color: #0036ff;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
}
.ant-small-post .ant-img-small-post{
    width: 240px;
    height: 170px;
}
.ant-small-post .title{
    font-weight: 700;
    font-size: 22px;
    font-family: 'josefin sans';
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.ant-small-post .title a {
    color: #212121;
}
.ant-small-post .title a:hover {
    color: #0036FF;
}
.ant-small-post .ant-img-small-post {
    overflow: hidden;
    position: relative;
    border-radius: 0;
    transition: all .3s ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.ant-small-post-content {
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 25px;
}
.ant-small-post .ant-blog-meta span{
    padding-right: 10px;
}
.ant-small-post .ant-blog-date a{
    color: #616161;
    font-size: 13px;
} 
.ant-small-post .ant-blog-date i {
    padding-right: 5px;
    color: #616161;
    font-size: 13px;
}
/*----- ant-small-post-2 one-----*/
.ant-small-post.one .ant-img-small-post{
	display:flex;
	align-items:flex-end;
}
.ant-img-small-post .ant-blog-date {
    margin: 0;
    padding: 8px 16px;
	background-color:#0036FF;
	display:inline-block;
	color: #fff;
	text-align: center;
	border-radius: 6px 6px 6px 0px;
	font-weight: 600;
	font-size: 20px;
    transition: all 0.5s;
}
.ant-img-small-post .ant-blog-date a{
	color: #fff;
	font-size: 20px;
}
.ant-small-post.one .ant-img-small-post .ant-blog-date{
    margin-left: -100%;
}
.ant-small-post.one:hover .ant-blog-date{
    margin-left: 0;
}
.ant-img-small-post .ant-blog-date span{
	display:block;
	font-weight: 400;
	font-size: 14px;
    line-height: 1.3;
}
.ant-small-post .discription {
    line-height: 1.3;
    color: #616161;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    font-size: 1rem;
}
.ant-small-post .ant-blog-meta {
    display: flex;
}
/*---------------------------------------
	blogs
-----------------------------------------*/
.ant-blog-post {
    position: relative;
	box-shadow:0px 6px 15px rgba(33, 33, 33, 0.12);
	overflow: hidden;
    background: #fff;
    grid-column: span 1 / span 1;
    font-family: 'Roboto', sans-serif;
    padding: 16px;
    transition: 0.5s;
    z-index: 1;
}
.ant-blog-post .small {
    padding: 20px 10px;
    font-size: 16px;
    position: relative;
}
.ant-blog-post.text-start .ant-blog-category {
    justify-content: flex-start;
}
.ant-blog-post.text-center .ant-blog-category {
    justify-content: center;
}
.ant-blog-post.text-end .ant-blog-category {
    justify-content: flex-end;
}
.ant-blog-post:hover {
    box-shadow: 0px 18px 50px rgba(33, 33, 33, 0.2);
}
.ant-blog-thumb {
	position: relative;
    min-height: 20px;
    overflow: hidden;
    max-width: 100%;
}
.ant-back-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    transition: 0.5s;
    background-color: #333;
}
.ant-blog-post .ant-link-div{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.ant-blog-post:hover .ant-back-img {
    transform-origin: 50% 50%;
    transform: perspective(900px) scale(1.1);
}
.ant-blog-post.lg {
	height: 425px;
}
.ant-blog-post.sm {
	height: 185px;
}
.ant-blog-post.min {
	height: 200px;
}
.ant-blog-thumb.lg {
	height: 400px;
}
.ant-blog-thumb.md {
	height: 300px;
}
.ant-blog-thumb.md img{
	height: 100%;
}
/*----- ant-blog-category -----*/
.ant-blog-category {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
.ant-blog-category a { 
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: relative;
    padding-left: 10px; 
    line-height: 1.2;
    color: #0036FF;
    margin: 0 5px;
    letter-spacing: 0.0055em;
}
.ant-blog-category.one a {  
    font-size: 13px; 
    padding-left: 10px;
    /* margin: 0; */
    border-width: 0 0 0 4px;
    border-style: solid;
    display: inline-block;
    border-color: #0036ff; 
}
.ant-blog-category.two a {
    padding: 4px 8px;
    background-color: #0036ff;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin: 0 1px;
}
/*----- blog-post title -----*/
.ant-blog-post .title {
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
    margin-top: 0;
	margin-bottom: 20px;
	text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}
.ant-blog-post .title a{
    text-decoration:none;
    color: #212121;
}
.ant-blog-post .title a:hover{
    color: #0036FF;
}
/*----- blog-post meta -----*/
.ant-blog-post .ant-blog-meta {
	margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ant-post-meta a {
    display: inline-block;
}
.ant-blog-meta span {
	padding-right: 15px;
	font-size: 15px;
    font-weight: normal;
    display: inline-flex;
}
.ant-blog-meta span:not(.ant-single-author) {
    gap: 0.5rem;
}
.ant-blog-meta span a{
    display: flex;
    align-items: center;
    color: #616161;
    text-decoration: none;
}
.ant-blog-meta span a:hover{
    color: #0036FF;
}
.ant-blog-meta span a i{
    color: #0036FF;
    font-size: 14px;
    margin-right: 0.5rem;
}
.ant-blog-meta .ant-author img {
	border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-left: 1px;
    display: unset;  
    box-shadow:0 0 10px 0 #00000010;
}
.ant-blog-date:before, .comments-link:before, .cat-links:before, .tag-links:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    display: inline-block;
    padding-right: 8px;
    padding-left: 1px;
    text-decoration: inherit;
    vertical-align: baseline;
    opacity: 0.8;
}
.ant-author-pic img {
	width: 80px;
	height: 80px;
}
.ant-blog-post .discription {
    line-height: 30px;
    color: #616161;
    margin-bottom: 1.5rem;
}
.ant-blog-post .ant-more-link a{
    font-family: 'Roboto';
    color: #212121;
    font-weight: 500;
}
.ant-blog-post .ant-more-link a:hover{
    color: #0036FF;
}
.ant-blog-post .ant-more-link i{
    margin-left: 0.5rem;
} 
.ant-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
}
.ant-blog-post:hover .ant-blog-thumb img{
    transform: scale(1.2);
}
/*----- blog-post overlay-----*/
.ant-blog-post.ant-overlay{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.ant-blog-post.ant-overlay:hover .ant-back-img {
    transform-origin: 50% 50%;
    transform: none;
}
.ant-blog-post.ant-overlay .three {
    border: none;
}
.ant-overlay .three .ant-blog-meta { 
    border-bottom: none;
}
/*----- blog-post overlay  six-----*/
.ant-blog-post.bshre .title a {
    text-transform: capitalize;
}
.ant-blog-post.six {
	position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 3px 3px 6px rgba(117, 117, 117, 0.3);
}
.ant-blog-post.six .ant-blog-meta{
    padding-bottom: 0;
    border: none;
}
.ant-blog-post.six .ant-blog-meta span a {
    color: #fff;
}
.ant-blog-post.six .ant-blog-meta span a i {
    color: #fff;
}
.ant-blog-post.six .ant-blog-category {
    position: absolute;
    top: 20px;
    z-index: 5;
    padding: 0 30px;
    width: 100%;
    left: 0;
}
.ant-blog-post.six .ant-blog-category a{
    color: #fff; 
}
.ant-blog-post.six .title {
	z-index: 5;
}
.ant-blog-post.six .title a {
    color: #fff;
}
.ant-blog-post.six .title.sm {
	font-size: 18px;
	margin-bottom: 0;
}
.ant-blog-post.six .bs-blog-meta {
    margin-bottom: 0;
    z-index: 5;
}
.ant-blog-post.six .inner {
	position: absolute;
	bottom: 0;
	padding: 30px;
	z-index: 5;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.ant-blog-post.six .inner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 53.53%, rgba(0, 0, 0, 0.8) 100%);
}
/*----- Responsive -----*/
@media (max-width: 1023px) {
    .ant-blog-grid { 
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
    }
    .ant-post-list { 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
    }
}
@media (max-width: 767px) {
    .ant-blog-grid { 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
    }
}
@media (max-width: 575px) {
    .ant-post-list .ant-small-post {
        flex-direction: column; 
        align-items: flex-start;
    }
    .ant-post-list .ant-small-post .ant-img-small-post { 
        width: 100%;
    }
    .ant-small-post-content { 
        padding: 25px 0 0 ;
    }
}
/*----- Post Timeline -----*/
/*====================== TIMELINE ======================*/ 
/* ---timeline one--- */
.ant-timeline-items{
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.timeline-line, .timeline-inner-line{
    content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: #d7d7d7;
	left: calc(50% - 2px);
}
.timeline-inner-line{
    height: 0px;
    background-color: #0036FF;
}
.ant-timeline-item{
	width: 100%;
	position: relative;
}
.ant-timeline-item:last-child{
	margin-bottom: 0;
}
.ant-timeline-item:nth-child(odd){
    padding-right: calc(50% + 30px);
	text-align: right;
}
.ant-timeline-item:nth-child(even){
    padding-left: calc(50% + 30px);
}
.timeline-dot{
	height: 16px;
	width: 16px;
	background-color: #eaa023;
	position: absolute;
	left: calc(50% - 8px);
	border-radius: 50%;
	top:10px;
    z-index: 1;
}
.timeline-dot.highlighted-dot{
    background-color: #0036ff;
}
.timeline-date{
	font-size: 18px;
	color: #eaa023;
	margin:6px 10px 15px;
}
.ant-timeline-content{
    background-color: #0036FF;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 40px;
    transition: all 0.5s;
    overflow: hidden;
}
.ant-timeline-content .title{
    font-size: 20px;
	margin:0 0 10px;
	text-transform: capitalize;
	font-weight: 500;
}
.ant-timeline-content .title a{
	color: #ffffff;
}
.ant-timeline-content .description{
    color: #f5f5f5;
	font-size: 16px; 
	line-height: 22px;
}
.ant-timeline-content .ant-subtitle span {
    color: #fff;
}
/* ---timeline  2--- */
.ant-timeline-items.two{
	overflow: unset;
    margin-left: 7px;
}
.ant-line-left .ant-timeline-items .timeline-line, .ant-line-left .ant-timeline-items .timeline-inner-line{
    left: -1px;
    width: 5px; 
}
.two .ant-timeline-item:nth-child(odd){
    padding-right:0 ;
}
.two .ant-timeline-item{
    text-align: left;
    padding-left: 20px;
}
.two .ant-timeline-item .timeline-dot{
    left: -7px;
    background-color: #fff;
    border: 2px solid #eaa023;
}
.two .timeline-dot.highlighted-dot{ 
    border: 2px solid #0036FF;
}
.two .ant-timeline-item:nth-child(even){
    text-align: left;
}
.two .ant-timeline-item .ant-timeline-content{
    background-color: #fff;
    box-shadow: 0px 22px 60px 0px rgb(47 43 140 / 12%);
}
.ant-timeline-items.two .ant-timeline-content .ant-subtitle{
    margin-bottom: 10px;
}
.ant-timeline-items.two .ant-timeline-content .ant-subtitle span {
    padding: 4px 8px;
    background-color: #0036FF;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}
.two .ant-timeline-content .title a{
    color: #212121;
}
.two .ant-timeline-content .description{
    color: #777;
}
/* right */
.ant-line-right .two{
    margin-right: 7px;
    margin-left: 0;
}
.ant-line-right .two .timeline-dot{
    right: -7px; 
    left: auto;
}
.ant-line-right .two .ant-timeline-item {
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
}
.ant-line-right .ant-timeline-items .timeline-line, .ant-line-right .ant-timeline-items .timeline-inner-line {
    right: -1px;
    width: 5px;
    left: auto;
}
/* ---timeline  3--- */
.three .ant-timeline-item .timeline-date a{
    padding: 10px;
    background-color: #212121;
    border-radius: 8px;
}
.three .ant-timeline-item .ant-timeline-img{
    margin-bottom: 20px;
}
.three .ant-timeline-item .timeline-dot{
    width: 25px;
    height: 25px;
    text-align: center;
    left: calc(50% - 12px);
}
.three .ant-timeline-item .ant-timeline-img img{
    object-fit: unset;
    width: 110px;
    height: 100px;
    display: inline-flex;
} 
.three .ant-timeline-item .ant-timeline-content{
    background-color: transparent;
    box-shadow: 0px 22px 60px 0px rgb(47 43 140 / 12%)
}
.three .ant-timeline-item .ant-timeline-content h3 a{
    color: #212121;
}
.ant-timeline-items.three .ant-timeline-content .ant-subtitle{
    margin-bottom: 10px;
}
.ant-timeline-items.three .ant-timeline-content .ant-subtitle span {
    color: #000;
}
.three .ant-timeline-content .description{
    color: #777;
}
.three .ant-timeline-item:nth-child(odd) .timeline-date{
    position: absolute;
    left: 50%;
    margin-left: 20px;
}
.three .ant-timeline-item:nth-child(odd) .ant-timeline-img{
    width: 100%;
    text-align: right;
} 
.three .ant-timeline-item:nth-child(even) .timeline-date{
    position: absolute;
    right: 50%;
    margin-right: 20px;
}
/*----- Post Timeline -----*/
.ant-post-timeline-items .ant-blog-timeline-item:nth-child(odd){
    text-align: start;
}
.ant-blog-timeline-item .ant-timeline-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #00000020;
    padding: 30px 20px;
}
.ant-blog-timeline-item .ant-timeline-content .ant-img-post{
    width: 200px;
    height: 170px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
}
.ant-blog-timeline-item .ant-timeline-content .title {
    font-weight: 700;
}
.ant-blog-timeline-item .ant-timeline-content .title a {
    color: #212121;
}
.ant-blog-timeline-item .ant-timeline-content .title a:hover {
    color: #0036FF;
}
.ant-blog-timeline-item .ant-timeline-content .small{
    flex: 1;
    padding: 0 0 0 15px;
}
.ant-blog-timeline-item .ant-timeline-content .description{
    color: #777;
}
/* responsive */
@media(max-width: 1023px) and (min-width: 767px){
    .ant-blog-timeline-item .ant-timeline-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .ant-blog-timeline-item .ant-timeline-content .ant-img-post{
        width: 100%;
    }
    .ant-blog-timeline-item .ant-timeline-content .small{
        flex: 1;
        padding: 15px 0 0;
    }
}
@media(max-width: 767px){
	.timeline-line, .timeline-inner-line{
		left: 7px;
	}
	.ant-timeline-item:nth-child(odd){
		padding-right: 0;
		text-align: left;
	}
	.ant-timeline-item:nth-child(odd),
	.ant-timeline-item:nth-child(even){
		padding-left: 37px;
	}
	.timeline-dot{
		left:1px;
	}
    .ant-timeline-item.two {
        padding-right: 0;
        text-align: left;
        padding-left: 10px;
    }
    .three .ant-timeline-item .timeline-dot {
        left: -4px;
    }
    .three .ant-timeline-item:nth-child(odd) .timeline-date,.three .ant-timeline-item:nth-child(even) .timeline-date{
        position: unset;
        display: inline-block;
    }
    .three .ant-timeline-item:nth-child(odd) .ant-timeline-img {
        margin-left: unset;
    }
    @media(max-width: 576px){
        .ant-blog-timeline-item .ant-timeline-content {
            flex-direction: column;
            align-items: flex-start;
        }
        .ant-blog-timeline-item .ant-timeline-content .ant-img-post{
            width: 100%;
        }
        .ant-blog-timeline-item .ant-timeline-content .small{
            flex: 1;
            padding: 15px 0 0;
        }
    }
}
/*----- navigation -----*/
.navigation {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-top: 1rem;
}
.navigation.start {
	justify-content: flex-start;
}
.navigation.end {
	justify-content: flex-end;
}
.navigation ul {
	padding: 0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
.navigation .page-numbers.current {
	color: #fff;
	text-decoration: none;
}
.navigation li {
	display: inline;
}
.anant-navigation .page-numbers span.page-numbers,
.anant-navigation .page-numbers a.page-numbers {
	display: inline-block;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
.navigation .page-numbers.current {
	background-color: #fff;
    color: #0036FF; 
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 3px 10px;
    padding: 12px 19px; 
    vertical-align: baseline;
    white-space: nowrap; 
    text-decoration: none;
    position: relative; 
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15); 
}
.navigation li a:hover,
.navigation li.active a,
.navigation .page-numbers.current {
	background-color: #0036FF;
    color: #fff;
}
.navigation.anant-pagi-p-n .anant-pagi-pre-btn {
	margin-right: 0.5rem;
}
.anant-swiper-slide-blog .ant-blog-post {
	width: 100%;
}
.woocommerce-pagination .page-numbers {
	display: flex;
}
.elementor-widget-anant-product-grid-with-nav .anant-navigation {
	margin: 2rem 0rem;
}
.elementor-widget-anant-product-grid-with-nav
	.woocommerce-pagination
	.page-numbers
	li {
	margin: unset;
}
/*category list*/
.custom-cate-list ul {
    list-style: none;
}
.custom-cate-list ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-bottom: 15px;
}
.custom-cate-list ul li a{
	min-height: 100px;
	background-position: center center; 
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 20px;
	color: #fff;
	font-weight: 600;
}
.custom-cate-list ul li a span{
	color: #fff;
	position: relative;
}
.custom-cate-list ul li a span.badge {
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-cate-list ul li a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	content: "";
	background: rgba(0,0,0,0.3);
}
.ant-category-widget .ant-wid-title .title{
	display: flex;
	flex-wrap: wrap;
}
/*double cate*/
.ant-doublecate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 1.5rem;
}
/*author*/
.author-wrapper{
    padding: 25px 25px 25px 25px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}
.author-wrapper.author-style-1{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.author-wrapper.author-style-2{
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.author-wrapper.author-style-3{
    background-color: #1E1F24;
    display: flex;
    align-items: center;
}
.author-wrapper.author-style-4{
    background-color: #1E1F24;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
}
.author-wrapper.author-style-5{
    background-color: #FF5722;
    position: relative;
    padding-left: 80px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 68px;
}
.author-wrapper.author-style-1 .img-area img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.author-wrapper.author-style-2 .img-area img{
    width: 150px;
    height: 150px;
    border-radius: 0;
}
.author-wrapper.author-style-3 .img-area img,.author-wrapper.author-style-4 .img-area img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.author-wrapper.author-style-5 .img-area img{
    height: 120px;
    width: 120px;
    min-width: 120px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -68px;
    border-radius: 0;
}
.author-wrapper.author-style-3 .img-area img{
    margin-right: 15px;
}
.author-wrapper.author-style-4 .img-area img{
    margin-left: 15px;
}
.social-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.author-wrapper.author-style-3 .social-links,.author-wrapper.author-style-5 .social-links{
    justify-content: flex-start;
}
.author-wrapper.author-style-4 .social-links{
    justify-content: flex-end;
}
.social-links a{
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-wrapper.author-style-1 .social-links a,.author-wrapper.author-style-2 .social-links a{
    margin: 0 2px;
}
.author-wrapper.author-style-3 .social-links a,.author-wrapper.author-style-5 .social-links a{
    margin-right: 4px;
}
.author-wrapper.author-style-4 .social-links a{
    margin-left: 4px;
}
.author-wrapper.author-style-1 .social-links a,.author-wrapper.author-style-3 .social-links a,.author-wrapper.author-style-3 .social-links a,.author-wrapper.author-style-4 .social-links a{
    border-radius: 50%;
}
.author-wrapper.author-style-2 .social-links a,.author-wrapper.author-style-5 .social-links a{
    border-radius: 0;
}
.social-links a{
    background-color: #3b5999;
    color: #fff;
}

/* ---Single Blog Widgets--- */

/* Title */
.single-post-title.title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}
.single-post-title.title a {
    text-decoration: none;
    color: #212121;
}

/* Tags */
.anant-single-post-tags, .anant-single-post-tags a {
    color: #718096;
}
.anant-single-post-tags {
    padding-right: 8px;
    font-size: 14px;
    font-weight: 500;
}
.anant-single-post-tags.ant-blog-tag:before {
    content: "\f02c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.anant-single-post-tags a {
    color: #718096;
    display: inline-block;
}

/* Description and Content */
.single-post-content.content {
    font-size: 17px;
    color: #718096;
}

/* Meta */
.ant-blog-meta{
    color: #718096;
}
.anant-single-blog-meta {
    box-shadow: inherit;
    margin: 0;
    padding: 0;
    border: none;
}
.anant-single-blog-meta .ant-blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.anant-single-blog-meta .ant-blog-meta span {
    align-items: center;
}
a.ant-single-author-pic img {
    width: 45px;
    height: auto;
}
a.ant-single-author-pic img {
    margin: 0 15px 0 0;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    max-width: unset !important;
    border-width: 2px;
    border-style: solid;
}
.anant-single-blog-meta .ant-blog-meta span.ant-comments-link {
   margin-left: 5px;
}
.anant-single-blog-meta .ant-blog-meta span i {
    color: #0036FF;
}

/* Featured Image  */
.anant-post-image {
    display: flex;
}
.single-post-image {
    position: relative;
    min-height: 20px;
    /* overflow: hidden; */
    max-width: 100%;
}
.single-post-image img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.elementor-widget-container:has(.anant-post-image.single-post-image){
    height: auto !important;
}

/* Post Pagination  */
.anant-single-post-pagination .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.anant-single-post-pagination.only-next .nav-links {
  justify-content: end !important;
}
.anant-single-post-pagination .post-navigation {
    padding: 2rem;
    border-radius: 4px;
    background: #e2e8f0;
    margin: 0;
}
.anant-single-post-pagination .post-navigation .nav-previous { 
    text-align: start;
    margin-right: 10px;
}
.anant-single-post-pagination .post-navigation .nav-next { 
    text-align: end;
    margin-left: 10px;
}
.anant-single-post-pagination .nav-links a, .anant-single-post-pagination .single-nav-links a {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
}
.anant-single-post-pagination .nav-links a:hover, .anant-single-post-pagination .single-nav-links a:hover {
    color: #0036FF;
}

/* Post Social Icons */
.anant-single-post-social-icons .ant-post-share-icons {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 5px;
}
.anant-single-post-social-icons .ant-post-share-icons a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s;
}
.anant-single-post-social-icons .ant-post-share-icons a {
    color: #fff;
}
.anant-single-post-social-icons .ant-post-share-icons a.facebook {
    background: #135CB6;
}
.anant-single-post-social-icons .ant-post-share-icons a.x-twitter {
    background: #333;
}
.anant-single-post-social-icons .ant-post-share-icons a.envelope {
    background: #0025ff;
}
.anant-single-post-social-icons .ant-post-share-icons a.linkedin {
    background: #0078ca;
}
.anant-single-post-social-icons .ant-post-share-icons a.telegram {
    background: #0088cc;
}
.anant-single-post-social-icons .ant-post-share-icons a.whatsapp {
    background: #1FB381;
}
.anant-single-post-social-icons .ant-post-share-icons a.reddit {
    background: #ff4500;
}
.anant-single-post-social-icons .ant-post-share-icons a.pinterest {
    background: #bd081c;
}
.anant-single-post-social-icons .ant-post-share-icons a.print-r {
    background: #000;
}

/* Post Category */
.ant-blog-category.anant-single-blog-category {
    margin: 0px;
}

/* Post Comments */
.anant-single-post-comments {
    background: #fff;
    color: #718096;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 20px;
}
[data-widget_type="anant-post-comments.default"] .anant-single-post-comments.comments-area::before {
    background: unset;
}

.anant-single-post-comments .comment-metadata a {
    text-decoration: none;
}

.anant-single-post-comments #respond {
    padding: unset;
    border: 0;
}

.anant-single-post-comments .comment-meta .comment-author.vcard {
    margin: unset;
}

.anant-single-post-comments .comment-body .comment-content p {
    border: none;
}
.anant-single-post-comments .ant-heading-bor-bt {
    display: flex;
}
.ant-heading-bor-bt h5, .anant-single-post-comments #reply-title{
    font-weight: 800;
    font-size: 20px;
    color: #212121;
    letter-spacing: 0;
    text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
    margin-bottom: 8px;
}
.anant-single-post-comments #reply-title{
    font-size: 28px;
    line-height: 1.3;
}
.anant-single-post-comments#comments ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: unset;
}
.anant-single-post-comments.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 70px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(225,225,225,0.9);
}
.anant-single-post-comments.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}
.anant-single-post-comments.comments-area img.avatar {
    border-radius: 60%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 28px;
    width: 60px;
    height: auto;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-width: 3px;
    border-style: solid;
}
.anant-single-post-comments.comments-area a {
    color: #212121;
}
.anant-single-post-comments .comment-meta .comment-metadata {
    margin: 0 0 0 5px;
}
.anant-single-post-comments .comment-content {
    border: none;
    margin-top: unset;
    position: relative;
    z-index: 0;
    padding: 16px 40px 16px 0;
}
.anant-single-post-comments .comment-body .reply {
    text-align: right;
}
.anant-single-post-comments.comments-area .reply a {
    color: #fff;
    background: #005aff;
    border-color: #005aff;
    font-size: 14px;
    padding: 5px 17px;
    font-weight: bold;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
}
.anant-single-post-comments form p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.anant-single-post-comments b, strong {
    font-weight: bolder;
}
.anant-single-post-comments .form-submit input[type="button"], .anant-single-post-comments .form-submit input[type="submit"] {
    padding: 0px 10px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    transition: all 0.4s ease-in-out 0s;
    background: #005aff;
    border-color: #005aff;
    color: #fff;
}
.anant-single-post-comments .form-submit input[type="button"]:hover, .anant-single-post-comments .form-submit input[type="submit"]:hover {
    background: #0f1012;
    border-color: #0f1012;
    color: #fff;
}

/* Post Author  */
.anant-single-blog-author-box {
    display: flex;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}
.anant-single-blog-author-box .ant-author-pic img {
    margin: 0;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    width: 80px;
    height: auto;
    max-width: unset !important;
}
.anant-single-blog-author-box .title {
    font-size: 29px;
    text-align: center;
    font-weight: 800;
    color: #212121;
}
.anant-single-blog-author-box .title a {
    color: #212121;
}
.anant-single-blog-author-box .title a:hover {
    color: #0028bf;
}

/* ---Archive Blog Widgets--- */

/* ---title--- */
.anant-archive-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}/**********
ee-product
************/
div[data-widget_type*='anant-product-grid-with-nav.default'] ul.products{
  padding-left: 0;
  clear: both;
}
div[data-widget_type*='anant-product-grid-with-nav.default'] p.woocommerce-result-count {
  float: left;
  line-height: 46px;
  margin: 20px 0 16px;
}
div[data-widget_type*='anant-product-grid-with-nav.default'] form.woocommerce-ordering {
  float: right;
  margin-top: 20px;
  margin-bottom: 16px;
}
.anant-product-item{
  border-radius: 4px;
  background: #fff; 
  border-width: 0 0 1px;
  border-style:solid;
  border-color: #0000001a ;
  margin-bottom: 30px;
  transition: .3s ease;
  padding: 15px;
  box-shadow: 0px 8px 20px rgba(33, 33, 33, 0.12);
  line-height: 1;
  width: 100%;
}
/* .anant-product-item {
	margin-bottom: 0;
} */
.anant-product-item a{
  text-decoration: none;
}
.anant-product-item .anant_thumbnail{
  position: relative;
  overflow: hidden;
}
.anant-product-item .anant_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anant-product-item .anant_thumbnail .anant_img {
  height: 100%;
  display: block;
}
.anant-product-item .anant_thumbnail .ant-tag {
  position: absolute;
  top: 0;
  left: 0;
}
.anant-product-item .anant_thumbnail .ant-tag span {
  display: inline-block;
  background-color: #f10;
  padding: 3px 8px;
  margin: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.anant-product-item.first .ant-product-buttons {
  position: absolute;
  top: 0;
  right: -40%;
  padding: 10px;
  opacity: 0;
  transition: all 0.5s;
}
.anant-product-item.first:hover .ant-product-buttons{
  right: 0%;
  opacity: 1;
}
.anant-product-item .ant-product-buttons a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius:50%;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(33, 33, 33, 0.25);
  margin-bottom: 8px;
  color: #212121;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.anant-product-item .ant-product-buttons a:hover{
  color: #fff;
}
.anant-product-item .ant-product-buttons a:before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  background-color:#f10;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}
.anant-product-item .ant-product-buttons a:hover:before{
  width: 103%;
  height: 103%;
}
.anant-product-item.first .ant-product-buttons a .ant-tooltip{
  position: absolute;
  top: 50%;
  right: 95%;
  background-color: #ffbcb7;
  color: #f10;
  transform: translateY(-50%);
  padding: 6px 10px;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.5s ease;
}
.anant-product-item.first .ant-product-buttons a:hover .ant-tooltip{
  opacity: 1;
  right: 110%;
}
.anant-product-item.first .ant-product-buttons a .ant-tooltip::after{
  content: '';
  display: block;
  background-color: #ffbcb7;
  width: 6px;
  height: 6px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.anant-product-item .anant_title span{
  margin: 10px 0;
  display: block;
  line-height: 1;
  font-size: 13px;
  color: #616161;
  text-transform: uppercase;
}
.anant-product-item .anant_title .title{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.anant-product-item .anant_title .title a{
  color: #212121;
}
.anant-product-item .anant_price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #FF1100;
}
.anant-product-item .anant-rating {
  display: flex;
}
.anant-product-item .reveiw span {
  font-size: 13px;
  color: #616161;
}
.anant-product-item .anant-star-rating {
  margin-bottom: 24px;
  margin-right: 10px;
}
.anant-product-item .anant-rating-icons i{
  font-size: 13px;
  color: #F9C300;
}
.woocommerce .anant-rating-icons  .star-rating::before {
  content: " ";
}
.anant-product-item.first:hover .anant_thumbnail a.ee-hover-img {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.anant-product-item.first:hover .ee-hover-button {
  opacity: 1;
  visibility: visible;
}
.anant-product-item  .anant_add_to_cart_btn, .woocommerce .anant-product-item  .anant_add_to_cart_btn {
  display: inline-block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 0px;
  margin: 10px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  background-color: #FFBCB7;
  color: #FF1100;
  position: relative;
  text-transform: none;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
}
.anant-product-item a.added_to_cart.wc-forward {
  display: inline-block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 0px;
  margin: 10px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  background-color: #FFBCB7;
  color: #FF1100;
  position: relative;
  text-transform: none;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
  margin-top: 20px;
}
.anant-add-to-cart .button{
  width: unset;
  height: unset;
}
.anant-product-item.first  a.anant_add_to_cart_btn:hover{
  color: #fff;
  background-color: #FF1100;
}
.anant-product-item.first  a.anant_add_to_cart_btn:before,
.anant-product-item.first  a.anant_add_to_cart_btn:after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-color: #FF1100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: -1;
}
.anant-product-item.first  a.anant_add_to_cart_btn:before{
  left: -20px;
  transform: translate(-50%, -50%);
}
.anant-product-item.first  a.anant_add_to_cart_btn:after {
  right: -20px;
  transform: translate(50%, -50%);
}
/* .anant-product-item.first  a.anant_add_to_cart_btn:hover:before{
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.anant-product-item.first  a.anant_add_to_cart_btn:hover:after{
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
} */
.popup-content .ant_product_title {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
}
.popup-content  form.cart{
  display: block;
  margin-top: 0em;
}

.popup-content  form.cart div.quantity .qty,
.popup-content  form.cart div.quantity > a,
.popup-content  form.cart div.quantity > .button {
  color: #000;
  background-color: #fff;
  border-color: #f6f6f6;
}
.popup-content  form.cart div.quantity .qty{
  line-height: 25px;
}
.popup-content form.cart div.quantity {
  margin-right: 15px;
  width: auto;
}
.popup-content .product_meta {
  font-size: 14px;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  padding: 1em 0 0;
  margin: 0 0 .8em;
}
.popup-content .product_meta>span {
  display: block;
  padding: 5px 0;
  color: #212121;
  margin: 0.5rem;
  font-weight: 600;
}
.popup-content .product_meta>span .sku,
.popup-content .product_meta>span a {
  font-weight: 400;
  color: #545454;
  display: inline-block;
  margin: 0 1px;
  vertical-align: initial;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
    height: 150%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 150%;
    height: 150%;
  }
}
.anant-product-item .anant_product_content {
  padding: 20px 15px;
  border-top: 0;
}
.anant-product-item .anant_title a.ant-category{
  margin: 10px 0;
  line-height: 1;
  font-size: 13px;
  color: #616161;
  text-transform: uppercase;
  margin-right: 4px;
}
del .woocommerce-Price-amount.amount bdi {
    text-decoration: line-through;
    color: #616161;
  }
/* ------popup--one-- */
.anant_thumbnail .anant-popup{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.on_Pup .anant-popup{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);  
  z-index: 99999;
}
.on_Pup .anant-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anant_thumbnail.popup  .anant-popup{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
}
.anant-popup .popup-content{
  text-align: start;
}
.anant-popup .overlay {
  display: flex;
  width: 60%;
  background: #fff;
  position: relative;
  padding: 20px 25px;
}
.anant-popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
}
.anant-popup .popup-img{
  margin-right: 20px;
  flex: 0 0 45%;
}
.anant-popup button.single_add_to_cart_button {
  width: unset;
  height: unset;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  font-family: 'Josefin Sans', sans-serif;
  padding: 12px 20px;
  line-height: 20px;
  font-weight: 600;
}
.anant-popup button.single_add_to_cart_button:hover,
.anant-popup .woocommerce button.button:hover,
.anant-popup .woocommerce .cart .button:hover,
.anant-popup .woocommerce button.button.alt:hover{
  background-color: #0036FF;
  color: #fff;
}
.anant-popup .value select {
  border-width: 1px;
  border-color: #eee;
}
.anant-popup  .variations tr {
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
}
.anant-popup .variations th.label {
  margin-bottom: 10px;
  display: block;
}
.anant-popup .woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: 25px;
  color: #212121;
}
.anant-popup table.variations {
  width: 100%;
}
.anant-popup a.reset_variations {
  display: none;
}
/* /------popup--one-- */
/* ------popup--two-- */
.anant_thumbnail .anant-popup_two{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100vh;
  z-index: 9999;
} 
.anant_thumbnail.compareOn .anant-popup_two{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  padding: 20px;
}
.anant-popup_two .overlay {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 15px 20px 0px;
  background-color: #fff;
  min-height: 500px;
}
@media screen and (max-width: 1200px) {
  .anant-popup_two .overlay{
    overflow-x: scroll;
  }
}
.anant-popup_two .cmr-close-btn {
  position: fixed;
  right: 0;
  top: -5px;
  padding: 2px;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
}
.compare-table{
  display: flex;
  justify-content: end;
  min-width: 1180px;
  width: 100%;
  height: 530px;
  overflow-y: scroll;
}
.compare-table::-webkit-scrollbar{
  width: 8px;
}
.compare-table::-webkit-scrollbar-track {
  background: transparent;
}
.compare-table::-webkit-scrollbar-thumb {
  background: #cfcdcd;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .compare-table{
    overflow-x: scroll;
  }
}
/* compare choice */
 .compare-products-choice {
  flex: 1;
  background-color: #fff;
  height: 600px;
  overflow-y: scroll;
  border-right: 1px solid #eeee;
}
.compare-products-choice::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.compare-products-choice::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.compare-products-choice::-webkit-scrollbar-thumb {
  background: #cfcdcd;
  border-radius: 8px;
}

/* Handle on hover */
.compare-products-choice::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.compare-product-list{
  display: flex;
  padding: 5px 10px;
}
.compare-list-img{
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.compare-list-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-product-list .compare-product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.compare-product-item h4 {
  font-size: 16px;
}
.compare-btn {
  background-color: #0036FF;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.compare-btn:hover{
  color: #fff;
} 
/* compare selected */
 .compare-product-selected{
  display: flex;
  align-items: end;
  background-color: #fff;
  flex: 0  0 70%;
  height: 650px;
}
.compare-product-selected ul{
  padding: 0;
  margin: 0;
}
.compare-product-selected ul li{
  list-style: none;
  padding: 14px 16px;
  border-width:1px;
  border-style: solid;
  border-color: #eee;
}
.compare-product-selected  .compare-title .com-title h6{
  font-weight: 600;
}
.compare-product-selected  .com-title {
  height: 80px;
  overflow-y: scroll;
}
.compare-product-selected .compare-product .com-title h6 {
  font-weight: 600;
}
.compare-product-selected .com-title::-webkit-scrollbar {
  width: 5px;
}
.compare-product-selected .com-title::-webkit-scrollbar-track {
  background: transparent;
}
.compare-product-selected .com-title::-webkit-scrollbar-thumb {
  background-color: #EEE;
}
.compare-product-selected .com-title h6{
  margin-bottom: 0;
}
.compare-product-selected .discription {
  height: 100px;
  overflow-y: scroll;
}
.compare-product-selected .discription p {
  max-width: 650px;
  word-wrap: break-word;
}
/* width */
.compare-product-selected .discription::-webkit-scrollbar {
  width: 5px;
}
.compare-product-selected .discription::-webkit-scrollbar-track {
  background: transparent;
}
.compare-product-selected .discription::-webkit-scrollbar-thumb {
  background-color: #EEE;
}
.compare-product-selected .compare-title {
  flex: 0 0 20%;
  position: relative;
  text-align: start;
}
.compare-product-selected .compare-title ul li{
  font-weight: 600;
}
.compare-product-selected .compare-product {
  flex: 1;
}
.compare-product-selected .compare-img {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.compare-rating i{
  font-size: 13px;
  color: #F9C300;
}
/* ---/---popup--two-- */
/*ee-product*/
/*--- ant-product six ---*/
.anant-product-item.six {
  position: relative;
}
.anant-product-item.six .anant_thumbnail::before{
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.04) 32.81%, rgba(33, 33, 33, 0.8) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anant-product-item.six .ant-product-buttons {
  position: absolute;
  top: 0;
  right: -20%;
  padding: 10px;
  opacity: 0;
  transition: all 0.5s;
}
.anant-product-item.six:hover .ant-product-buttons{
  right: 0;
  opacity: 1;
}
.anant-product-item.six .ant-product-buttons a .ant-tooltip{
  position: absolute;
  top: 50%;
  right: 95%;
  background-color: #ffbcb7;
  color: #0036FF;
  transform: translateY(-50%);
  padding: 6px 10px;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.5s ease;
}
.anant-product-item.six .ant-product-buttons a:hover .ant-tooltip{
  opacity: 1;
  right: 110%;
}
.anant-product-item.six .ant-product-buttons a .ant-tooltip::after{
  content: '';
  display: block;
  background-color:#ffbcb7;
  width: 6px;
  height: 6px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.anant-product-item.six .anant_thumbnail .ant-tag span {
  margin: 15px 20px;
}
.anant-product-item.six .anant_thumbnail .anant_img {
  min-height: 200px;
}
.anant-product-item.six .anant_title .anant-product-grid-category {
  margin: 10px 0;
  display: block;
  line-height: 1;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 4px;
}
.anant-product-item.six .anant_title .title a {
  color: #ffffff;
} 
.anant-product-item.six .anant_product_content{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  overflow: hidden;
}
.anant-product-item.six del .woocommerce-Price-amount.amount bdi {
  text-decoration: line-through;
  color: #ffffff;
}
.anant-product-item.six .anant-rating {
  transition: all 0.5s;
}
.anant-product-item.six:hover .anant-rating{
  opacity: 0;
}
.anant-product-item.six .anant-rating-icons {
  margin-bottom: 10px;
  transition: all 0.5s;
}
.anant-product-item.six:hover .anant-rating-icons{
  margin-bottom: 0px;
}
.anant-product-item.six .reveiw span {
  color: #FFFFFF;
}
.anant-product-item.six .anant_price {
  color: #FFFFFF;
  transition: all 0.5s;
}
.anant-product-item.six:hover .anant_price{
  opacity: 0;
  margin-bottom: 0px;
}
.anant-product-item.six .anant_cartbtn {
  position: absolute;
  bottom: -100%;
  transition: all 0.5s;
}
.anant-product-item.six:hover .anant_cartbtn {
  position: absolute;
  bottom: 0;
  padding-bottom: 35px;
  /* left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% - 80px); */
}
.anant-product-item.six .anant_product_content a.anant_add_to_cart_btn::before {
  content: '';
  display: block;
  background-color:  #FF1100;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
}
/* .anant-product-item.six .anant_product_content a.anant_add_to_cart_btn:hover::before {
  left: 0;
} */
.anant-product-item.six .anant_product_content a.anant_add_to_cart_btn:hover{
  color: #fff;  
}
/**************
  product-cate
***************/
.ant-product-cate.one{
  position: relative;
}
.ant-product-cate .ant_img {
  display: block; 
  overflow: hidden; 
}
.ant-product-cate.one .ant_img { 
  width: 190px;
  height: 190px;
  border-radius: 50%; 
  position: relative;
  margin: 0 auto;
}
.ant-product-cate.one .ant_img::before{
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.05) 0%, #212121 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ant-product-cate .ant_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ant-product-cate.one:hover .ant_img img {
  transform: scale(1.1);
}
.ant-product-cate.one .ant_title {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 22px 15px;
  color: #fff;
  z-index: 1;
  margin-bottom: 0;
  transition: all 0.5s;
}
.ant-product-cate.one:hover .ant_title {
  margin-bottom: 15px;
}
.ant-product-cate .ant_title .title{
  font-weight: 700;
  font-size: 16px;
  font-family: 'josefin sans';
  text-transform: capitalize;
  margin-bottom: 0.2rem;
}
.ant-product-cate.one .ant_title .title a{
  color: #FFFFFF;
}
.ant-product-cate.one .ant_title .title a:hover{
  color: #0d6efd;
}
.ant-product-cate .ant_title span{
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1;
  display: block;
}
/* --product-cate-two-- */
.ant-product-cate.two {
  background: #FFE7E5;
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.ant-product-cate.two:hover{
  border-color: #FFC7C2;
  box-shadow: 0px 5px 15px rgba(33, 33, 33, 0.2);
} 
.ant-product-cate.two .ant_title {
  text-align: center;
  color: #616161;
}
.ant-product-cate.two .ant_title .title{
  margin-bottom: 0rem;
}
.ant-product-cate.two .ant_title .title a{
  color: #212121;
}
/* --product-cate-three-- */
.anant-product-category-grid-wrapper .ant-product-cate.three , .anant-outer-wrapper .swiper-slide.ant-product-cate.three { 
  display: block;
}
.ant-product-cate.three{
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
} 
.ant-product-cate.three:hover{
  transform: translateY(-10px);
}
.ant-product-cate.three .ant_title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.ant-product-cate.three .title a {
  padding: 12px 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.ant-product-cate.three .ant_img{
  display: block;
  height: 220px;
  position: relative;
}
.ant-product-cate.three .ant_img::before {
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.05) 0%, #212121 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ant-product-cate.three .ant_title .title a{
  color: #212121;
}
/* --product-cate-four-- */
.ant-product-cate.four .ant_img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  transition: all 0.3s;
  border-color: #ffe7e5;
}
.ant-product-cate.four:hover .ant_img{
  padding: 10px;
  border: 2px solid #ffe7e5;
}
.ant-product-cate.four .ant-product-thumb{
  margin-bottom: 20px;
}
.ant-product-cate.four .ant_img img {
  background-color: #ffe7e5;
  border-radius: 50%;
}
.ant-product-cate.four .ant_title{
  text-align: center;
}
.ant-product-cate.four .ant_title a{
  color: #212121;
}
/* ---product-cate -five --- */
.anant-product-category-grid-wrapper .ant-product-cate.five { 
  display: block;
}
.ant-product-cate.five{
  position: relative;
  z-index: 1;
}
.ant-product-cate.five .ant_img {
  display: block;
  height: 220px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.ant-product-cate.five .ant_img img{
  transition: all 0.5s;
} 
.ant-product-cate.five:hover .ant_img img {
  transform: scale(1.1);
}
.ant-product-cate.five .ant_img::before{
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.05) 0%, #212121 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ant-product-cate.five .ant_title {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 22px 15px;
  color: #fff;
  z-index: 1;
  margin-bottom: 0;
  transition: all 0.5s;
}
.ant-product-cate.five:hover .ant_title{
  margin-bottom: 15px;
}
.ant-product-cate.five .ant_title .title a{
  color: #FFFFFF;
}
/* -----------Add-banner---------- */
.ant-banner .overlay{
  padding: 45px 40px;
  border-radius: 6px;
  background-color: #FA4309;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.overlay.anant-ads-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ant-banner:hover .img-mover{
  transform: translate(calc(var(--x)/50), calc(var(--y)/50));
}
.ant-banner .ant-banner-img {
  transition: all 0.8s;
  width: 40%;
  z-index: 1;
}
.ant-banner .ant-content{
  width: 60%;
  z-index: 1;
}
.ant-banner:hover .ant-banner-img {
  transform: scale(1.2);
}
.ant-banner  .title{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.ant-banner .ant-banner-subtitle{
  display: block;
}
.ant-banner .subtitle {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.ant-banner .more{
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  color: #212121;
  padding: 8px 15px;
  box-shadow: 0px 4px 10px rgba(33, 33, 33, 0.15);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition:  0.8s;
}
/* .ant-banner .more::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: scale(1) translateX(-50%);
  width: 20px;
  height: 20px;
  z-index: -1;
  border-radius: 50%;
  transition:  0.8s;
} */
.ant-banner .more:hover{
  color: #fff;
  background-color: #000000;
}
.ant-banner .more:hover::before{
  width: 250%;
  height: 250%;
}
/** Product Banner Responsive Styles **/
@media (max-width:575px) {
  .ant-banner .ant-banner-img{
    width: 100%;
    margin-top: 20px;
    text-align: -webkit-center;
  }
  .ant-banner .ant-content{
    width: 100%;
  }
  .ant-banner .overlay{
    flex-direction: column-reverse;
  }
  .ant-banner .ant-banner-subtitle{
    text-align: center;
  }
  .ant-banner .title {
    text-align: center;
  }
  .ant-banner .ant-banner-button {
    text-align: center;
  }
}
/*  Mini Cart  */
.anant-cart .counter  {
  width: 17px;
  height: 17px;
  font-size: 13px;
  color: #fff;
  line-height: 17px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(253, 82, 82);
  transform: translate(0, -5px);
}
.anant-cart .cart{
  font-size: 25px;
  color: #333;
  fill: #333;
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 15px;
} 
.anant-cart .cart span.woocommerce-Price-currencySymbol {
  vertical-align: baseline;
}
.anant-cart .cart-total{
  font-size: 20px;
  font-weight: 700;
  color: black;
  line-height: 30px;
}
.anant-cart .cart-icon{
  line-height: 0;
  margin-left: 8px;
}   
/* .anant-cart .cart-icon i{
  margin-left: 8px;
}      */
/* .anant-cart .cart-icon svg{
  margin-left: 8px;
} */
.anant-cart .cart-icon svg{
  width: 25px;
  height: 25px;
}  
.cart-icon.anant-cart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-icon.anant-wishlist-icon {
  display: flex;
  justify-content: center;
  align-items: center;
} 
.ant-offcanvas.slide {
  position: fixed;
  height: 100%;
  width: 350px;
  right: -350px;
  left: auto;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
  padding: 40px 30px;
  z-index: 999999;
  display: flex;
  transform: translateY(0px);
  flex-direction: column;
}
.ant-offcanvas .ant-offcanvas-close {
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-block;
  right: 10px;
  top: 10px;
  align-self: flex-end;
}
.ant-offcanvas-close .times {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #555;
  right: 0px;
  top: 10px;
  transform: rotate(45deg);
}
.ant-offcanvas-close .times:nth-child(2) {
  transform: rotate(-45deg);
}
.ant-offcanvas-close .times {
  width: 25px;
}
.ant-offcanvas.show-slide {
  right: 0px;
  box-shadow: 0 0 0px 101vw rgba(0,0,0,0.4);
}   
.ant-offcanvas.mini_cart {
  padding: 20px 25px;
  background-color: #fff;
  position: absolute;
  width: 300px;
  transition: height 0.75s cubic-bezier(0.6, 0.4, 0.25, 0.75), background-color 2s;
  box-shadow: 0 0 20px 0 #00000020; 
  flex-direction: column;
  display: flex;
  visibility: hidden;
  transform: translateY(-10px);
  z-index: 999999;
}   
.ant-offcanvas.slide.on_click.show-slide::before {
  content: '';
  transform: scale(1); 
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 100%;
  height: 100%;
  width: calc(100vw - 351px);
  background-color: rgba(0,0,0,0.2);
  transition: background-color .4s,transform 0s;
  text-align: left;
  display: block; 
}
.ant-offcanvas.show-drop {  
  visibility: visible;
  transform: translateY(0px); 
  transition: .3s; 
}
.ant-offcanvas .ant-shopping-cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ant-offcanvas .ant-cart-items {
  flex: 0 0 80%;
  overflow-y: scroll;
}
.ant-offcanvas .ant-cart-items::-webkit-scrollbar {
  width: 8px;
}
.ant-offcanvas .ant-cart-items::-webkit-scrollbar-track {
  background-color: transparent;
}
.ant-offcanvas .ant-cart-items::-webkit-scrollbar-thumb {
  background-color: #eee;
}
.ant-offcanvas.show-slide {
  right: 0px;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-image {
  width: 100px;
  height: auto;
  margin-right: 8px;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-image img {
  width: 100%;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-details {
  margin-right: auto;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-title {
  color: #212121;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-quantity {
  display: inline-flex;
  align-items: center;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-quantity span {
  font-size: 16px;
  color: #555;
  border: 1px solid #555;
  border-radius: 50%;
  padding: 2px 4px;
  cursor: pointer;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-quantity .item-count {
  border: none;
  margin: 0 3px;
  cursor: default;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-price {
  display: inline-flex;
  font-weight: 700;
  color: rgb(38, 0, 255);
}
.ant-offcanvas .ant-shopping-cart .ant-cart-item .item-remove {
  border: 2px solid #0036ff;
  cursor: pointer;
  padding: 4px 7px;
  color: #777;
  border-radius: 50%;
  line-height: 1;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-more {
  position: unset;
  bottom: 5px;
}
.ant-offcanvas .ant-shopping-cart .ant-sub-total-price {
  display: flex;
  justify-content: space-between;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  margin: 0.5rem 0 0.8rem 0;
  padding: 0.5rem 0;
}
.ant-offcanvas .ant-shopping-cart .ant-sub-total-price .sub-title {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #212121;
  margin-bottom: 0;
}
.ant-offcanvas .ant-shopping-cart .ant-sub-total-price .sub-price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 10px;
  color: #0036FF;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-btn {
  display: inline-flex;
  justify-content: space-between;
}
.ant-offcanvas .ant-shopping-cart .ant-cart-btn a {
  padding: 15px 35px;
  background-color: #0036FF;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  margin-right: 5px;
}

/* Cart Page */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  height: 45px;
  width: 220px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #eef0ff;
  color: #212121;
  background-clip: padding-box;
  border: 1px solid #d5d4ff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  margin-right: 0.625rem;
}
.woocommerce-cart-form__contents button.button.wp-element-button, 
.anant-woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button , 
.woocommerce .return-to-shop a.wc-backward, 
.anant-woocommerce-cart .back-to-shop {
  padding: 12px 15px;
  display: none;
  background-color: #0036FF;
  border: 1px solid #0036FF;
  color: #fff;
  transition: all 0.5s;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  text-transform: capitalize;
  line-height: 1.3;
  cursor: pointer;
  width: auto;
  height: auto;
}
.anant-woocommerce-cart .cart-collaterals table.shop_table, .anant-woocommerce-cart .shop_table.shop_table.woocommerce-cart-form__contents {
  border-collapse: collapse;
}
.anant-woocommerce-cart .woocommerce {
  position: relative;
}
.anant-woocommerce-cart .back-to-shop {
  position: absolute;
  bottom: 5%;
}
.anant-woocommerce-cart .back-to-shop:hover {
  background-color: #002954;
  color: #fff;
  box-shadow: 0 0 010px 0 #0000001a;
  border-color: #002954;
}
.anant-woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  display: none;
}
.woocommerce-cart-form__contents button.button.wp-element-button:hover , .woocommerce .wc-proceed-to-checkout a.checkout-button:hover , .woocommerce .return-to-shop a.wc-backward:hover {
  border-color: #002954;
}
.wc-proceed-to-checkout a {
  width: 100%;
}
.woocommerce-info::before {
  color: #0036FF;
}
.woocommerce-info {
  border-top-color: #0036FF;
}
.anant-woocommerce-cart table.shop_table td, .anant-woocommerce-cart table.shop_table th {
  border: 1px solid #D7D8E3;
}
.anant-woocommerce-cart .product-remove{
  text-align: center;
}
.anant-woocommerce-cart a.remove{
  font-weight: 500;
  border-radius: 50%;
  background-color: #F3EEFF;
  color: #0036FF !important;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 1px 3px 8px rgba(97, 97, 97, 0.4);
}
.anant-woocommerce-cart a.remove:hover {
  background-color: #0036FF;
  color: #F3EEFF !important;
}
.anant-woocommerce-cart a .attachment-woocommerce_thumbnail{
  width: 100px;
  height: 70px;
}
.anant-woocommerce-cart a{
  color: #777;
}
.anant-woocommerce-cart a:hover{
  color: #0036FF;
}
.anant-woocommerce-cart bdi {
  color: #121212;
  font-weight: 400;
}
.anant-woocommerce-cart .quantity input:hover, .anant-woocommerce-cart .quantity input:focus{
  border-color: #0036FF;
}
.anant-woocommerce-cart .quantity input{
  margin: 0;
}
.anant-woocommerce-cart .cart_totals h2 {
  color: #121212;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}
.anant-woocommerce-cart th {
  background: transparent;
  color: #212121;
}
.anant-woocommerce-cart .coupon{
  display: none;
}
.ant-woo-cart-update-yes .woocommerce-cart-form__contents button.button.wp-element-button, .ant-woo-coupon-form-yes .woocommerce-cart-form__contents button.button.wp-element-button {
  display: inline-block;
}
.ant-woo-back-to-shop-yes .anant-woocommerce-cart .back-to-shop, .ant-woo-cart-total-yes .woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
}
.ant-woo-coupon-form-yes .anant-woocommerce-cart .coupon , .ant-woo-cart-total-yes .anant-woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  display: block;
}
/* Checkout Page */
.anant-woocommerce-checkout th {
  background: transparent;
  color: #212121;
}
.anant-woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
  border: none !important;
}
.anant-woocommerce-checkout .woocommerce table.shop_table { 
  border: none;
  border-collapse: collapse;
}
.anant-woocommerce-checkout table.shop_table td, .anant-woocommerce-checkout table.shop_table th, .anant-woocommerce-checkout .woocommerce table.shop_table tfoot th {
  border: 2px double #D7D8E3;
}
.anant-woocommerce-checkout .woocommerce-info {
  color: #000000;
  background-color: #d1ecf1;
  border-radius: 5px 5px 5px 5px;
}
.anant-woocommerce-checkout .woo-checkout-coupon {
  border-radius: 5px 5px 5px 5px;
  padding: 20px 20px 20px 20px;
}
.anant-woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .button.wp-element-button[name="apply_coupon"] , .anant-woocommerce-checkout #place_order{
  padding: 12px 15px;
  display: inline-block;
  background-color: #0036FF;
  border: 1px solid #0036FF;
  color: #fff;
  transition: all 0.5s;
  font-weight: 700;
  font-size: 16px;
  width: auto;
  height: auto;
  border-radius: 4px;
  cursor: pointer;
}
.anant-woocommerce-checkout .checkout_coupon.woocommerce-form-coupon #coupon_code{
  height: 42px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #e9edfb;
  color: #212121;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  margin-right: 0.625rem;
}
.anant-woocommerce-checkout .woocommerce form .form-row input.input-text, 
.anant-woocommerce-checkout .woocommerce form .form-row textarea, 
.anant-woocommerce-checkout .woocommerce form .form-row select{
  border: 2px double #D7D8E3;
  border-radius: 6px;
  color: #555;
  background-color: #e9edfb;
}

/* -------- Checkout Page End --------*/

/* ------------- Wishlist page ------------- */
.anant-wishlist-main {
  width: 100%;
  overflow-x: auto;
}
.anant-wishlist-table {
  margin-bottom: 0;
  overflow-x: auto;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-button:hover:start:decrement,
::-webkit-scrollbar-button:hover:end:increment {
  display: block;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
  height: 10px;
  width: 100%;
}

::-webkit-scrollbar-button:vertical:increment {
  background-color: #fff;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #ccc;
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #ccc;
  -webkit-border-radius: 0px;
}

.anant-wishlist-main table {
  width: 100%;
  border-collapse: collapse;
}

table.anant-wishlist-table td,
table.anant-wishlist-table th {
  padding: 1em;
  vertical-align: middle;
  border: 1px solid #D7D8E3;
}

.anant-wishlist-main thead tr {
  background: #FFFFFF;
}

.anant-wishlist-main thead {
  background: #F5F5F5;
}

.anant-wishlist-main thead .product-remove,
.anant-wishlist-main thead .product-thumbnail {
  width: 0;
}

.anant-wishlist-main tbody {
  background: #FFFFFF;
}

/* .anant-wishlist-main .product-remover {
border-radius: 50%;
background-color: #fff;
color: red;
border: 0;
} */

.anant-wishlist-main .product-remover {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1em;
  padding: unset;
  width: 25px;
  height: 25px;
  line-height: 1;
  border-radius: 100%;
  color: red;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.anant-wishlist-main .no-wish-id {
  text-align: center;
}

.anant-wishlist-main [type=button].product-remover:hover {
  background-color: #c3c3c3;
  color: #fff;
  transition: none;
}

.anant-wishlist-main tbody td {
  padding: 20px 10px;
}

.anant-wishlist-main tbody td {
  font-size: 15px;
}

.anant-wishlist-main .product-thumbnail a {
  display: inline-block;
  border: none;
}

.anant-wishlist-main .product-thumbnail a {
  width: 50px;
  height: 50px;
}

.anant-wishlist-table thead th {
  border-bottom: 0.0625rem solid #D7D8E3;
  color: #212121;
  text-transform: capitalize;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.0313rem;
  border-color: #D7D8E3;
  text-align: left;
}

a.anant-wishlist-button {
  text-decoration: none;
}

/* -------- Wishlist Page End --------*/

/* -------- Login / Signup Page --------*/

#anant-account-page .woocommerce .col2-set .col-1, #anant-account-page .woocommerce .col2-set .col-2 {
  float: unset;
  width: unset;
  margin: 0 auto;
}

#anant-account-page .woocommerce .col2-set .col-2:not(.woocommerce-Address) {
  display: none;
}

#anant-account-page .woocommerce .col2-set .col-1, #anant-account-page .woocommerce .col2-set .col-2  {
  text-align: left;
}

#anant-account-page .woocommerce .col2-set .col-1 h2, #anant-account-page .woocommerce .col2-set .col-2 h2  {
  margin: 25px 0 10px 0;
}
#anant-account-page .woocommerce form.checkout_coupon, #anant-account-page .woocommerce form.login, #anant-account-page .woocommerce form.register {
  border: 0;
  margin: 0;
  padding: 0;
}

#anant-account-page .form-row:has(.woocommerce-form-login__submit){
  margin: 15px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#anant-account-page .form-row:has(.woocommerce-form-login__submit)::after, #anant-account-page .form-row:has(.woocommerce-form-login__submit)::before, #anant-account-page .form-row:has(.woocommerce-form-login__submit)::after, #anant-account-page .form-row:has(.woocommerce-form-login__submit)::before{
  display: none;
}
.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox{
  vertical-align: middle;
}

.anant-account-wrapper.anant-border-collapse table{
  border-collapse: collapse;
}
.anant-woocommerce-account .anant-account-wrapper {
  padding: 25px;
  margin: auto !important;
  border: 1px solid #cfc8d8;
  border-radius: 15px;
}
.anant-account-wrapper .woocommerce-MyAccount-content p a {
  color: #2649f9;
}

.anant-woocommerce-account  .addresses .title h3 ,.anant-woocommerce-account .addresses .title .edit {
  float: none;
}
div.anant-account-wrapper .woocommerce-MyAccount-content table .button {
  background: transparent !important;
  color: #2649f9;
  padding: 0;
  text-align: center;
  line-height: normal;
  border-radius: 50px;
  height: unset;
  width: unset;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
}
div.anant-account-wrapper .woocommerce-MyAccount-content .button.pay, div.anant-account-wrapper .woocommerce-MyAccount-content .button.pay + .view, div.anant-account-wrapper .woocommerce-MyAccount-content .button.cancel {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
div.anant-account-wrapper .woocommerce-MyAccount-content .woocommerce-Button--previous,div.anant-account-wrapper .woocommerce-MyAccount-content .woocommerce-Button--next, .anant-account-wrapper .woocommerce p button.button, .anant-account-wrapper .woocommerce-order-details .order-again a {
    background: #2649f9;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: normal;  
    width: unset;
    height: unset;
    padding: 10px 20px;
    display: inline-block;
}
div.anant-account-wrapper .woocommerce-MyAccount-content .woocommerce-Button--previous{
  margin-right: 10px;
}
div.anant-account-wrapper .woocommerce-MyAccount-content .woocommerce-Button--previous:hover,div.anant-account-wrapper .woocommerce-MyAccount-content .woocommerce-Button--next:hover, div.anant-account-wrapper .woocommerce-MyAccount-content .button:hover, .anant-account-wrapper .woocommerce-order-details .order-again a:hover {
  background: #000;
  color: #fff;
}
div.anant-account-wrapper .woocommerce-MyAccount-content table .button:hover {
  color: #000000;
}
.anant-account-wrapper .woocommerce-MyAccount-content table{
  border: none;
}
.anant-account-wrapper .woocommerce-MyAccount-content table th a,
.anant-account-wrapper .woocommerce-MyAccount-content table td a{
  color: #2649f9;
}
.anant-account-wrapper .woocommerce-MyAccount-content table tr:nth-child(even){
  background-color: #eee;
}
table th,table td{
  border: 1px solid rgba(0, 0, 0, .1);
}
.anant-account-wrapper .slide-btn {
  display: flex;
  position: relative;
  background-color: #fff;
  border-radius: 99px;
  box-shadow: 0px 3px 8px rgba(3, 16, 54, 0.24);
  padding: 0;
  margin: auto;
  z-index: 1;
}

.anant-account-wrapper .slide-btn input[type="radio"] {
	display: none;
}

.slide-btn .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50%;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 99px; 
	cursor: pointer;
	transition: color 0.15s ease-in;
}
.slide-btn .glider {
	position: absolute;
	display: flex;
	height: 50px;
	width: 50%;
	background-color:#2649F9;
	z-index: -1;
	border-radius: 99px;
	transition: 0.25s ease-out;
}
.slide-btn input[type="radio"]:checked + label {
	color: #fff;
}
.slide-btn input[id="login-id"]:checked ~ .glider {
    transform: translateX(0);
}
.slide-btn input[id="signup-id"]:checked  ~ .glider {
  transform: translateX(100%);
}
/*================================================== style  latest ================================================*/
.anant-woocommerce-account .anant-account-wrapper {
  background: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.anant-woocommerce-account .logout.anant-account-wrapper {
  max-width: 500px;
  width: 100%;
}
.anant-woocommerce-account .woocommerce form .form-row{
  padding: 0;
}
.anant-woocommerce-account .woocommerce form .form-row label{
  color: #666;
}
.anant-woocommerce-account .woocommerce-MyAccount-navigation {
  width: 17%;
}
.anant-woocommerce-account .woocommerce-MyAccount-content {
  width: 81%;
}
.anant-woocommerce-account .woocommerce form .form-row input.input-text, .anant-woocommerce-account .woocommerce form .form-row textarea{
  border: 1px solid #c9c9c9;
  height: 45px;
  border-radius: 50px;
  box-shadow: none;
  background: transparent;
}
.anant-woocommerce-account .woocommerce form .form-row .button{
  background: #2649f9;
  color: #fff;
  border-radius: 50px;
  padding: 11px 51px;
  /* min-height: 45px;
  min-width: 190px; */
  margin-left: 0;
  margin-bottom: 0;
}
.anant-woocommerce-account .woocommerce form .lost_password{
  font-weight: 600;
  margin-bottom: 0;
}
.woocommerce-form .woocommerce-privacy-policy-text p{
  color: #666666;
}
.anant-woocommerce-account .woocommerce form .password-input, .anant-woocommerce-account .woocommerce-page form .password-input {
  gap: 15px;
}
.anant-woocommerce-account .woocommerce-password-strength.strong {
  border-radius: 50px;
}
.anant-woocommerce-account .woocommerce-notices-wrapper .woocommerce-error{
  margin-bottom: 0;
}
/* dashboard myaccount*/
.woocommerce-MyAccount-navigation ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link{
  background-color: #eee;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 40px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a{
  color: #111;
  display: block;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active {
  background-color: #2649f9;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a{
  color: #fff;
}
.woocommerce-account .ant_horizontal_account .anant-account-wrapper.loggedin .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-account .ant_horizontal_account .anant-account-wrapper.loggedin .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account .ant_horizontal_account .anant-account-wrapper.loggedin .woocommerce-MyAccount-navigation ul{
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce-account .anant-woocommerce-account .anant-account-wrapper .col2-set#customer_login,
.woocommerce-account .anant-woocommerce-account .anant-account-wrapper .col2-set.addresses {
  float: none;
}
.woocommerce-account .anant-woocommerce-account .anant-account-wrapper .col2-set.addresses::before,
.woocommerce-account .anant-woocommerce-account .anant-account-wrapper .col2-set.addresses::after{
  display: none;
}
.woocommerce-account .anant-woocommerce-account .anant-account-wrapper .woocommerce-Addresses{
  display: flex;
  gap: 30px;
}
.woocommerce-account .anant-woocommerce-account .anant-account-wrapper .woocommerce-Addresses .woocommerce-Address{
  border: 1px solid #c9c9c9;
  padding: 20px 15px;
  border-radius: 15px;
  margin-bottom: 25px;
  flex: 1;
}
.woocommerce-account .anant-woocommerce-account .anant-account-wrapper .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3{
  font-size: 20px;
}
.anant-account-wrapper .woocommerce p:has(button.button){
  margin-bottom: 0;
}
.anant-account-wrapper .woocommerce-address-fields .select2-container--default .select2-selection--single{
    border: 1px solid #c9c9c9;
    min-height: 45px;
    border-radius: 50px;
    box-shadow: none;
    background: transparent;
}
.anant-account-wrapper .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 2.5;
}
.anant-account-wrapper .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.anant-account-wrapper form{
  margin-bottom: 0;
}
.anant-account-wrapper .woocommerce .edit-account fieldset{
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  padding: 15px;
  margin: 25px 0;
}
/* notice style  */
.anant-woocommerce-account .anant-account-wrapper .woocommerce-info{
  background-color: #eee;
  color: #000;
}
.anant-woocommerce-account .anant-account-wrapper .woocommerce-info .wc-forward{
  background: #2649f9;
  color: #fff;
  width: inherit;
  height: inherit;
  padding: 10px 15px;
  border-radius: 40px;
  font-size: 16px;
  text-transform: capitalize;
}
/* -------- Login / Signup Page End --------*/
/* -------- single-product-page -------- */

.product-single-img {
  display: flex;
  flex-wrap: wrap;
  padding:  15px 0 ;
}
.ant-product-img{
  width: 90px;
  height: 90px;
  margin-right:15px;
  margin-bottom: 15px;
  padding: 0px;
  border: 1px solid transparent ;
  transition: all 0.8s;
}
.ant-product-img:hover{
  padding: 5px;
  border-color: #0036FF;
}
 /* .title{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
} */
 .anant-discount-tag{
  display: inline-block;
  padding: 3px 10px;
  background-color: #FF1100;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
 .ask-price{
  font-weight: 700;
  font-size: 22px;
  color: #f10;
  margin-right: 10px;
}
 .discount-price{
  font-weight: 400;
  font-size: 16px;
  color: #616161;
  text-decoration: line-through;
}
 /* .anant-single-price {
  display: flex;
} */
 .anant-single-rating {
  display: flex;
}
 .ant-rating-icons {
  margin-right: 10px;
}
 .ant-rating-icons i{
  color: #FFC107;
  font-size: 15px;
}
 .reveiw{
  font-size: 15px;
  color: #616161;
}
 .ant-product-size {
  margin-bottom: 25px;
}
.ant-price-amount {
  margin-right: 15px;
}
.anant-single-price bdi {
  display: inline-block;
}
.ant-btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.ant-btn-size{
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #616161;
  display: block;
  transition: all 0.2s;
  color: #616161;
}
.ant-toggle-btn {
  margin-right: 10px;
}
.ant-btn-group {
  display: flex;
}
.ant-btn-check:checked + .ant-btn-size {
  background-color: #FF1100;
  border-color: #FF1100;
  color: #fff;
  transform: scale(1.15);
}
.ant-product-color {
  margin-bottom: 30px;
}
 .detail{
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  color: #212121;
}
 .ant-color-content {
  display: flex;
}
 .ant-color-box {
  width: 24px;
  height: 24px;
  border: 1px solid #C2B8B8;
  margin-right: 8px; 
  padding: 3px; 
}
 .ant-color-box:focus,
 .ant-color-box:hover{
  border-color: #0036FF;
} 
 .ant-color-box span{
  display: block;
  width: 100%;
  height: 100%;
}
 .ant-color-box.blue span{
  background-color: #673AB7;
}
 .ant-color-box.yellow span{
  background-color: #FFEB3B;
}
 .ant-color-box.red span{
  background-color: #FF1100;
}
 .ant-input-group {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.anant-product-stock .stock{
  background-color: #0036FF;
  color: #fff;
  border: 0;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 600;
}

/* -------- Product Quantity -------- */
.ant-quantity-group .quantity-idicator {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  line-height: 0;
  padding: 5px 10px;
  width: 35px;
  height: 35px;
  border: 1px solid #C2B8B8;
  background-color: #f8f9fa;
  color: #616161;
  box-shadow: none;
}
.ant-quantity-group .quantity-idicator:hover{
  background-color: #e2e6ea;
}
.ant-quantity-group .quantity-idicator:focus{
  background-color: #e2e6ea;
  box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
  outline: none;
}
.ant-quantity-group .ant-form-control {
  text-align: center;
  border: 1px solid #C2B8B8;
  color: #616161;
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 0;
  box-shadow: none;
}
.ant-quantity-group .ant-form-control:focus-visible {
  outline: #E1D4FF auto 1px;
  outline: none;
}
.ant-quantity-group .ant-form-control:focus {
  border: 1px solid #C2B8B8;
}
.ant-quantity-group .ant-form-control:hover {
  text-align: center;
  border: 1px solid #C2B8B8;
  color: #616161;
  background-color: #fff;
}
.ant-quantity-group .ant-quantity-control{
  max-width: 80px;
}
.ant-quantity-group .ant-icon-minus{
  margin-right: -1px;
}
.ant-quantity-group .ant-icon-plus{
  margin-left: -1px;
}

 .ant-select-color {
  color: #616161;
}
 input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
 /* .anant-product-stock {
   margin-bottom: 35px; 
} */
 .ant-cartbtn{
  margin-bottom: 25px;
}
 .ant-cart {
  height: 45px;
  display: inline-block;
  width: 45px;
  text-align: center;
  background-color: #FFE7E5;
  border: 2px solid #FFE7E5;
  color: #f10;
  line-height: 43px;
}

.ant-add-to-cart a{
  margin-right: 10px;

}
.ant-cart:hover{
  background-color: #0036FF;
  border-color: #0036FF;
  color: #fff;
}
.anant-wishlist-main .anant_add_to_cart_btn {
  padding: 12px 30px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #0036FF;
  color: #0036FF;
  transition: all 0.5s;
  font-weight: 700;
  font-size: 16px;
  min-width: 150px;
} 
.anant-wishlist-main .anant_add_to_cart_btn:hover{
  background-color: #0036FF;
  color: #fff;
}
.anant-product-cate{
  display: flex;
}
.anant-product-tags{
  display: flex;
}
.anant-product-sku {
  display: flex;
}
.anant-product-cate .ant-info-list{
  color :#212121;
}
.anant-product-cate a.single-cat{
  color: #616161;
  margin-right: 5px;
}
.anant-product-cate a.single-tag{
  color: #616161;
  margin-right: 5px;
}
.ant-info-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.ant-info-box {
  text-align: center;
  background-color: #FFE7E5;
  padding: 20px;  
}
.ant-info-box p{
  color: #616161;
  font-size: 15px;
  line-height: 1.5;
}
.ant-info-icon{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.ant-info-icon i {
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.3);
  color: #0036FF;
}

/* -------- Product Details -------- */

.anant-product-details .tabs.wc-tabs{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2rem;
}
.anant-product-details .tabs.wc-tabs li{
  list-style: none;
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.anant-product-details .tabs.wc-tabs li a{
  color: unset;
}
.anant-product-details.woocommerce table td, .anant-product-details.woocommerce table th {
  padding: 10px 20px;
  /* border: 1px solid rgba(0,0,0,.1); */
  border: 0;
  vertical-align: middle;
}
.anant-product-details.woocommerce table.shop_attributes {
  width: 100%;
  border: 0;
  display: flex;
  /* border-collapse: unset; */
}
/* .anant-product-details.woocommerce table.shop_attributes tbody {
  border: 1px solid rgba(0,0,0,.1);
}
.anant-product-details.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item:first-child {
  border-top: 0;
} */
.anant-product-details.woocommerce table.shop_attributes tbody .woocommerce-product-attributes-item__value, .anant-product-details.woocommerce table.shop_attributes tbody .woocommerce-product-attributes-item__label {
  border: 1px solid black;
}
.anant-product-details.woocommerce table.shop_attributes tbody .woocommerce-product-attributes-item__value {
  /* border-left: 1px solid rgba(0,0,0,.1); */
  color: #212529;
  font-weight: 600;
}
.anant-product-details.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(odd) {
  background: #ffffff;
}
.anant-product-details.woocommerce table.shop_attributes th.woocommerce-product-attributes-item__label {
  color: #000000;
}

.anant-product-details.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even) {
  background: #EEEEEE;
}
.anant-product-details.woocommerce #reviews #comments ol.commentlist{
  width: unset;
  padding: unset;
}
.anant-product-details.woocommerce #reviews #comments .woocommerce-Reviews-title {
  font-size: 25px;
  margin-bottom: 25px;
  /* padding-bottom: 10px; */
  /* border-bottom: 1px solid #e1e1e1; */
}
.anant-product-details.woocommerce #reviews #comments .woocommerce-review__author{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  color: #212121;
  text-transform: capitalize;
}
.anant-product-details.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background: #ffffff;
  margin: 0;
  width: 100%;
}
.anant-product-details.woocommerce #reviews #comments ol.commentlist li img.avatar {
  margin-right: 15px;
  margin-top: -50px;
  position: unset;
  float: unset;
  padding: 0;
  width: 45px;
  height: auto;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
}
.anant-product-details.woocommerce #reviews #comments ol.commentlist .comment_container {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.anant-product-details.woocommerce #reply-title {
  font-size: 25px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #eee; */
  font-weight: 900;
}
.anant-product-details.woocommerce #review_form #respond textarea {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  background: #fff;
  width: 100%;
  min-height: 200px;
}
.anant-product-details.woocommerce #review_form #respond .form-submit input {
  padding: 12px 30px;
  border: 0;
  background-color: #595959;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s;
}
.anant-product-details.woocommerce #review_form #respond .form-submit input:hover {
  background-color: #0036FF;
  color: #fff;
}
.anant-product-details .tabs.wc-tabs li.active a ,.anant-product-details .tabs.wc-tabs li:hover a{
  color: #0036FF;
}
.anant-product-details .products .star-rating, .anant-product-details .star-rating span, .anant-product-details .stars span a {
  color: #ffc107;
  box-shadow: unset;
}
/* .anant-product-details #tab-title-description {
  display: none;
}
.anant-product-details .woocommerce-Tabs-panel--description{
  display: none!important;
} */
.ant-tab-lists {
  display: flex;
  padding-left: 0;
  margin: 0;  
}
.ant-tab-lists li{
  list-style: none;
  padding-right:  25px;
  font-size: 18px;
  font-weight: 500;
}
.ant-tab-lists li a{
  cursor: pointer;
}
.ant-tab-lists li.active a{
  color: #0036FF;
}

.ant-tab-lists li:hover a{
  color: #0036FF;
}
.ant-tab-lists li a i{
  margin-right: 8px;
}

.ant-admin-tabs-area {
  margin-bottom: 1.5rem;
  padding: 20px 20px 20px 20px;
  background: white;
}
.ant-admin-tabs-area p{
  line-height: 1.5;
}
.ant-admin-tabs{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px
}
.ant-admin-tab-content{
  display: none;
}
.ant-admin-tab-content.active{
  display: block;
}
table td, table th {
  padding: 10px 20px;
  border: 1px solid #eee;
  vertical-align: middle;
}
.ant-form-group{
  margin-bottom: 20px;
}
.ant-client-review {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.client-review-info {
  flex: 1;
} 
.client-review-img {
  margin-right: 15px; 
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.client-review-info .user-info {
  font-size: 16px;
  margin-bottom: 10px;
}
.client-review-info .ant-rating-icons{
  margin-bottom: 1rem;  
} 
.client-review-info p{
  font-size: 14px;
  color: #616161;
}
.ant-comment-form .ant-rating-icons i{
  color: #FFC107;
}
.ant-comment-form .ant-add-review {
  margin-bottom: 20px;
}
.ant-add-review .add-review-title {
  font-size: 25px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.ant-add-review .ant-rating-icons i{
  font-size: 22px;
  color: #616161;
  cursor: pointer;
  transition: 0.5s;
}
.ant-add-review .ant-rating-icons i.active {
  color: #ffb851;
  transform: scale(1.2);
}

.ant-add-review .ant-rating-icons span{
  display: block;
  margin-bottom: 1rem;
  color: #616161;
}
.ant-notes {
  margin-bottom: 18px;
}
.ant-notes span{
  color: #616161;
}
.required {
  color: #0036FF;
}
.ant-form-group label {
  display: block;
  margin-bottom: 15px;
  color: #616161;
}
.ant-form-group textarea{
  border: 1px solid #eee;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  background: #fff;
  width: 100%;
  min-height: 200px;
}
.ant-form-group input {
  border: 1px solid #eee;
  border-radius: 10px;
  height: 64px;
  box-shadow: none;
  padding: 0 20px;
  font-size: 16px;
  background: #fff;
  width: 100%;
}
#ant-cookies-consent {
  margin-right: 10px;
}
.ant-form-cookies-consent label {
  color: #616161;
}
.ant-form-cookies-consent {
  margin-bottom: 30px;
}
.ant-form-submit .submit{
  padding: 12px 30px;
  border: 0;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s;
}
.ant-form-submit .submit:hover{
  background-color: #0036FF;
  color: #fff;
}

/* -------- Product Image -------- */

/* .ant-single-imageBox{
  position: relative;
} */

.ant-single-imageBox .swiper-button-prev:after, .ant-single-imageBox .swiper-button-next:after {
  font-size: 16px; 
}
.ant-single-imageBox:hover .swiper-button-prev, .ant-single-imageBox:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  margin: 0 20px;
}
.ant-single-imageBox .swiper-button-prev, .ant-single-imageBox .swiper-button-next {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  box-shadow: 0 0 10px #00000020;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
/* Horizontal slide navigation  */
.ant-single-imageBox.horizontal_slide .swiper-button-prev, .ant-single-imageBox.horizontal_slide .swiper-button-next{
  bottom: 7%;
  top: unset;
  width: 35px;
  height: 35px;
  background-color: #FFE7E5;
  color: #0036FF;
  border-radius: 2px;
  box-shadow: 0 0 10px #00000020;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.ant-single-imageBox.horizontal_slide:hover .swiper-button-prev, .ant-single-imageBox.horizontal_slide:hover .swiper-button-next{
  opacity: 1;
  visibility: visible;
  margin: 0 20px;
}
.ant-single-imageBox.horizontal_slide .swiper-button-next.swiper-button-disabled, .ant-single-imageBox.horizontal_slide .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.ant-single-imageBox.horizontal_slide .swiper-button-prev:hover, .ant-single-imageBox.horizontal_slide .swiper-button-next:hover{
  background-color: #0036FF;
  color: #FFE7E5;
}
.ant-single-imageBox.horizontal_slide .swiper-button-prev:after, .ant-single-imageBox.horizontal_slide .swiper-button-next:after{
  font-size: 16px;
}

.ant-container {
  padding: 40px 45px;
  max-width: 1400px;
  margin: auto;
}
.ant-big-single-img.swiper-slide {
  max-width: 100%;
  overflow: hidden;
}
.ant-single-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}
.anant-product-image-main-img.swiper-container {
  /* width: 100%;
  max-width: 600px; */
}
.anant-product-image-gallery-img.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  /* height: 100%; */ 
  overflow: hidden; 
}
.anant-product-image-gallery-img.swiper-container {
  width: 100%;
  /* max-width: 600px; */
}
.anant-product-image-gallery-img{
  margin-top: 15px;
}
/* .anant-product-image{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem; 
} */
.anant-product-image.ant-single-detail.two{
  position: relative;
}
.product-single-img {
  display: flex;
  flex-wrap: wrap;
  padding:  15px 0 ;
}
.ant-small-single-img.swiper-slide{
  width: 90px;
  height: 120px;
  /* margin-right:15px; */
  /* margin-bottom: 15px; */
  padding: 0px;
  border: 1px solid transparent ;
  transition: all 0.8s;
}
/* .ant-small-single-img{
  filter: grayscale(100%);
} */
.ant-small-single-img:hover, .ant-small-single-img.swiper-slide-thumb-active{
  padding: 5px;
  border-color: #0036FF;
  filter: grayscale(0%);
}
.ant-small-single-img .ant-single-gallery-img{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.anant-product-image .ant-single-detail.outer {
  position: relative;
}

.ant-single-detail.outer .drift-zoom-pane img {
  height: unset;
  max-width: unset;
}

/* ------- Layout 2 ---- */

.ant-single-imageBox.vertical_slide {
  display: flex;
}
.ant-single-imageBox.vertical_slide .product-single-img {
  display: unset; 
  flex-wrap: wrap;
  padding: 0 15px;
}
.ant-single-imageBox.vertical_slide .ant-small-single-img {
  border-radius: 4px;
  overflow: hidden;
  margin-right: 0;
}
.ant-single-imageBox.vertical_slide .anant-product-image-gallery-img{
  margin-top: 0;
  margin-right: 15px;
}
.ant-single-imageBox.vertical_slide .anant-product-image-main-img.swiper-container {
  flex: 0 0 79%;
}
.ant-single-imageBox.vertical_slide .anant-product-image-gallery-img.swiper-container {
  /* width: 100%;
  height: 100%;
  max-width: 100;
  max-height: 600px; */
  height: 540px;
  flex: 0 0 18%;
}
.ant-single-imageBox.vertical_slide .ant-big-single-img {
  height: 540px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.ant-single-imageBox.vertical_slide .swiper-button-prev, .ant-single-imageBox.vertical_slide .swiper-button-next {
  bottom: unset;
  top: 50%;
  margin-top: 0;
  background-color: #f3eeff;
  color: #6839cc;
}
.ant-single-imageBox.vertical_slide .swiper-button-prev:hover, .ant-single-imageBox.vertical_slide .swiper-button-next:hover {
  background-color: #6839cc;
  color: #f3eeff;
}
/* .ant-single-imageBox.vertical_slide .ant-single-main-img{
  height: auto;
} */
.drift-zoom-pane {
  border-radius: 10px;
}

/* Verticals slide navigation  */
.ant-single-imageBox.four {
  display: flex;
}
.ant-single-imageBox.four .anant-product-image-gallery-img.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 90px;
  max-height: 600px;
}
.ant-single-imageBox.four .anant-product-image-gallery-img {
  margin-top: 0;
  margin-right: 15px;
} 
.ant-single-imageBox.four .swiper-button-prev, .ant-single-imageBox.four .swiper-button-next {
  bottom: unset;
  top: 50%;
  margin-top: 0;
  background-color: #f3eeff;
  color: #6839cc;
}

/* -------- Product Image End --------*/

/* -------- Product Description  --------*/

.single-product-description {
  margin: unset;
}

/* -------- Product Description End -------- */

/* -------- Product buttons -------- */

.anant-product-button-card .anant-product-button-one, .anant-product-button-card .anant-product-button-two {
  text-decoration: none;
  cursor: pointer;
}

/* -------- Product buttons End -------- */

/* -------- Sale Time Counter --------*/

.offer-timer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.offer-timer .timer {
  display: flex;
  gap: 10px;
  /* align-items: center; */
}
.offer-timer .timer span > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #001A22;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}
span.timer-counter-sep-text {
  font-size: 40px;
  line-height: 0.8;
}
span.timer-counter-sep-icon {
  font-size: 20px;
  line-height: 0;
}

/* -------- Sale Time Counter End -------- */

/* Add to cart button message */
.ant-add-card-massage {
  position: fixed;
  visibility: hidden;
  bottom: 10px;
  right: 10px;
  padding: 20px;
  background-color: #ffe7e5;
  z-index: 99;
  width: 20%;
  border-radius: 2px;
  box-shadow: 0 0 50px 0 #00000054;
  transition: all 0.8s;
  transform: translateY(130%);
}
.ant-add-card-massage.show-massage {
  visibility: visible;
  transform: translateY(0);
}
.ant-add-card-massage .massage-text {
  display: flex;
}
.ant-add-card-massage .massage-text i {
  color: #f10;
  margin-right: 10px;
}
.ant-add-card-massage h6{
  color: #212121;
}
.ant-add-card-massage .to-cart {
  background-color: #ffe7e5;
  color: #f10;
  padding: 10px 30px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-flex;
  border: 2px solid;
  transition: all 0.3s;
}
.ant-add-card-massage .to-cart:hover {
  background-color: #f10;
  color: #ffe7e5;
}

@media screen and (max-width: 1200px) {
  .compare-table{
    overflow-x: scroll;
  }
  .anant-popup_two .overlay{
    overflow-x: scroll;
  }
}
@media (max-width:767px) {
  div[data-widget_type*='anant-product-grid-with-nav.default'] p.woocommerce-result-count {
    float: unset;
    line-height: 46px;
    margin: 20px 0 16px;
    text-align: center;
  }
  div[data-widget_type*='anant-product-grid-with-nav.default'] form.woocommerce-ordering {
    float: unset;
    margin-top: 20px;
    margin-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }
  /* .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
  } */
}
@media(min-width: 576px) and (max-width: 991px){
  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
  }
  .anant-woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    margin-right: 20px;
  }
  /* .anant-woocommerce-account .woocommerce-MyAccount-navigation {
    width: 23%;
    margin-right: 20px;
  }*/
  .anant-woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
  } 
}
@media(min-width: 576px) and (max-width: 767){
  .anant-woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    margin-right: 20px;
  }
  .anant-woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
  }
}
/** Product Banner Responsive Styles **/
@media (max-width:575px) {
  .ant-banner .ant-banner-img {
    width: 100%;
    margin-top: 20px;
    text-align: -webkit-center;
  }
  .ant-banner .ant-content,
  .ant-banner.two .ant-content {
    width: 100%;
  }
  .ant-banner .overlay{
    flex-direction: column-reverse;
  }
  .ant-banner .ant-banner-subtitle {
    text-align: center;
  }
  .ant-banner .title {
    text-align: center;
  }
  .ant-banner .ant-banner-button {
    text-align: center;
  }
  .anant-woocommerce-account .woocommerce-MyAccount-navigation{
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .anant-woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .anant-woocommerce-account .woocommerce-MyAccount-navigation ul{
    flex-wrap: wrap;
    flex-direction: row;
  }

  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    position: unset;
  }
}
/*  */
/* vietnamese */
@font-face {
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJRIizoYV0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJRIyzoYV0.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJRLSzo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUAnx4RHw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/* -----------------------------------------------
  start Menu
----------------------------------------------- */
.ant-main-menu {
  list-style: none;
}
.ant-main-menu ul {
  border: none;
  border-radius: 0px !important;
}
.show {
  /* display: block !important; */
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.5s;
}
.ant-mm-mobile-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}
.ant-main-menu .menu-item.has-megamenu {
  position: static;
}
.ant-main-menu .menu-item.has-megamenu.menu-start .sb-menu {
  margin-right: auto;
  margin-left: unset;
}
.ant-main-menu .menu-item.has-megamenu.menu-center .sb-menu {
  margin-right: auto;
  margin-left: auto;
}
.ant-main-menu .menu-item.has-megamenu.menu-end .sb-menu {
  margin-right: unset;
  margin-left: auto;
}
.ant-main-menu .menu-item.has-megamenu .sb-menu {
  background: #fff;
  padding: 20px;
}
.ant-main-menu .menu-item {
  position: relative;
}
.ant-main-menu .menu-item .ant-sub-item {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  display: block;
}
.ant-main-menu .menu-item .sb-menu .ant-sub-item {
  font-size: 16px;
}
.ant-main-menu .menu-item.has-children>a.ant-sub-item {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 5px;
}
.ant-main-menu .menu-item.has-children>a.ant-sub-item::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.3s;
}
.ant-main-menu .menu-item.has-children .arrow-sb {
  display: none;
}
.ant-main-menu .menu-item.has-children .arrow-sb::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  transition: 0.3s;
}
.ant-main-menu .menu-item.has-children .sb-menu li.has-children:hover>a.ant-sub-item::after {
  transform: rotate(-90deg);
}
.anant-vertical-menu-wrap {
  position: relative;
}
.anant-vertical-menu-wrap .title.btn-cate {
  background-color: #2B4EFF;
  padding: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anant-vertical-menu-wrap .vertical-menu-inner {
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
}
.anant-vertical-menu-wrap .vertical-menu-inner.slide-down {
 height: 100%;
 overflow: visible;
}
.anant-vertical-menu-wrap .vertical-menu-inner.fixed-menus{
  display: block;
  visibility: visible;
  overflow: visible;
  position: relative;
}
.anant-vertical-menu-wrap .menu-vertical{
  display: flex;
  background-color: #fff;
  flex-direction: column;
}
.anant-vertical-menu-wrap .menu-vertical li {
  float: none;
}
.anant-vertical-menu-wrap .menu-vertical .anant-mega-menu-pos-relative.has-megamenu {
  position: relative;
}

.anant-vertical-menu-wrap .menu-vertical .sb-menu {
  left: 100%;
  border: none;
  top: 0;
}
.ant-main-menu>li:hover>.sb-menu,
.ant-main-menu>li>.sb-menu li:hover>.sb-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: 0.35s;
}
.ant-main-menu>li>.sb-menu li .sb-menu {
  left: 100%;
  top: 0;
}
.ant-main-menu .menu-item.has-children .sb-menu li.has-children.sb-left:hover>a::after {
  transform: rotate(90deg);
}
/*-----menu---*/
.header-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.header-menu .ant-nav-wp {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-menu .ant-nav-wp.menu-start {
  justify-content: flex-start;
}
.header-menu .ant-nav-wp.menu-start .has-megamenu .sb-menu {
  margin-right: auto;
  margin-left: unset;
}
.header-menu .ant-nav-wp.menu-center {
  margin-left: auto;
  margin-right: auto;
}
.header-menu .ant-nav-wp.menu-end {
  justify-content: flex-end;
}
.header-menu .ant-nav-wp.menu-end .has-megamenu .sb-menu {
  margin-right: unset;
  margin-left: auto;
}
.ant-menu-btn {
  display: none;
}

.elementor-element:has(.elementor-widget.elementor-widget-anant-mega-menu) {
  position: unset;
}
.elementor-widget.elementor-widget-anant-mega-menu {
  position: unset;
}
.ant-main-menu .has-megamenu .sb-menu {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .anant-vertical-menu-wrap .menu-vertical .has-megamenu .sb-menu {
    min-width: 670px;
  }
}
@media (max-width: 991px) {
  .ant-menu-btn {
    display: flex;
    width: 3.125rem;
    height: 3.125rem;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #2B4EFF;
    border-radius: 4px;
    border: 2px solid #2B4EFF;
    padding: 0;
  }
  .ant-menu-btn:hover, .ant-menu-btn:focus {
    background: #2B4EFF;
    color: #fff;
  }
  /* relative */
  .header-menu.anant-mega-menu {
    position: relative;
  }
  /* full Width menu */
  .anant-mobile-menu-full-width .header-menu .ant-nav-wp {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 999;
    background-color: #fff;
    overflow-y: auto;
    height: calc(100vh - 50px);
  }
  /* default menu */
  .header-menu .ant-nav-wp:not(.anant-mobile-menu-full-width .header-menu .ant-nav-wp) {
    position: absolute;
    width: 100%;
    top: 50px;
    right: 0;
    background: gray;
    z-index: 9;
    background-color: #fff;
    overflow-y: auto;
    /* height: calc(100vh - 50px); */
  }
  .ant-main-menu .menu-item.has-megamenu .sb-menu {
    width: 100% !important;
  }
  .header-menu .ant-nav-wp {
    flex-basis: 100%;
    flex-grow: 1;
    visibility: hidden;
    opacity: 0;
    display: unset;
  }
  .ant-main-menu .menu-item.has-children .arrow-sb {
    display: block;
  }
  .ant-main-menu .menu-item.has-children>a.ant-sub-item::after {
    display: none;
  }
  .ant-main-menu .menu-item.has-children .arrow-sb {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    text-align: center;
    border-radius: 40px;
    color: #555555;
    font-size: 14px;
    cursor: pointer;
  }
  .ant-main-menu .menu-item.has-children>a.ant-sub-item::after {
    display: none;
  }
  .ant-main-menu .menu-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
  }
  .ant-main-menu .sb-menu {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .ant-main-menu {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* .ant-main-menu .menu-item a.ant-sub-item,
  .main-menu a.ant-sub-item:hover,
  .main-menu a.ant-sub-item:focus,
  .main-menu a.ant-sub-item:active,
  .main-menu a.ant-sub-item.highlighted {
    padding-top: 1rem;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    padding-left: 0 !important;
  } */
}
@media (min-width: 992px) {
  .ant-main-menu .sb-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0);
  }
  .ant-main-menu .sb-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    padding: 0;
    width: 12em;
  }
  .ant-main-menu .sb-menu .sb-menu{
    margin-top: -5px;
  }
  .anant-vertical-menu-wrap .menu-vertical .has-megamenu .sb-menu {
    min-width: 800px;
  }
}
@media (min-width: 576px) {
  .ant-main-menu .menu-item.has-megamenu .sb-menu {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .ant-main-menu .menu-item.has-megamenu .sb-menu {
    max-width: 1920px;
    width: 100%;
  }
  .anant-vertical-menu-wrap li.has-children:hover>a.ant-sub-item::after {
    transform: rotate(-90deg);
  }
}
@media (min-width: 1200px) {
  .ant-main-menu .menu-item.anant-mega-menu-width-full.has-megamenu .sb-menu {
    max-width: 1920px;
  }
}
.ant-main-menu a.ant-sub-item {
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  text-decoration: none;
}
.ant-main-menu a.ant-sub-item.current {
  color: #D23600;
}
.ant-main-menu a.ant-sub-item.disabled {
  color: #bbbbbb;
}
.ant-main-menu a.ant-sub-item .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.ant-main-menu a.ant-sub-item .sub-arrow::before {
  content: "+";
}
.ant-main-menu a.ant-sub-item.highlighted .sub-arrow::before {
  content: "-";
}
.ant-main-menu .menu-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.ant-main-menu>li:first-child {
  border-top: 0;
}
.ant-main-menu ul a.ant-sub-item,
.ant-main-menu ul a.ant-sub-item:hover,
.ant-main-menu ul a.ant-sub-item:focus,
.ant-main-menu ul a.ant-sub-item:active {
  font-size: 16px;
}
@media (min-width: 991px) {
  /* Switch to desktop layout
  -----------------------------------------------
    These transform the menu tree from
    collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  #ant-main-nav>#ant-main-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .ant-main-menu ul li,
  .ant-main-menu.sm-rtl ul li,
  .ant-main-menu.sm-vertical li {
    float: none;
  }
  .ant-main-menu a.ant-sub-item {
    white-space: nowrap;
  }
  .ant-main-menu.menu-vertical a.ant-sub-item {
    white-space: wrap;
  }
  .ant-main-menu ul a.ant-sub-item,
  .ant-main-menu.sm-vertical a.ant-sub-item {
    white-space: normal;
  }
  .ant-main-menu .sm-nowrap>li>a.ant-sub-item,
  .ant-main-menu .sm-nowrap>li> :not(ul) a.ant-sub-item {
    white-space: nowrap;
  }
  /* ...end */
  .ant-main-menu a.ant-sub-item,
  .ant-main-menu > .menu-item > a.ant-sub-item:hover,
  .ant-main-menu > .menu-item > a.ant-sub-item:focus,
  .ant-main-menu > .menu-item > a.ant-sub-item:active,
  .ant-main-menu > .menu-item > a.ant-sub-item.highlighted {
    padding: 1rem 0.8rem;
    border-radius: 0;
  }
  .ant-main-menu a.ant-sub-item.current {
    cursor: inherit;
  }
  .ant-main-menu a.ant-sub-item.disabled {
    color: #bbbbbb;
  }
  .ant-main-menu a.ant-sub-item.has-submenu {
    padding-right: 24px;
  }
  .ant-main-menu a.ant-sub-item .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .ant-main-menu a.ant-sub-item .sub-arrow::before {
    display: none;
  }
  .ant-main-menu .menu-item {
    border-top: 0;
  }
  .ant-main-menu:not(.menu-vertical)>li>ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .ant-main-menu .has-children.has-megamenu ul.sb-menu {
    padding: 0;
    background: #fff;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  .ant-main-menu .menu-item .sb-menu .menu-item {
    background: #2B4EFF;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  .ant-main-menu .menu-item .dropdown-item {
    color:#fff;
  }
  .ant-main-menu .menu-item .dropdown-item:hover {
    color:#fff;
  }
  .ant-main-menu ul a.ant-sub-item,
  .ant-main-menu ul a.ant-sub-item.highlighted {
    border: 0;
    padding: 10px 20px;
    color: #555555;
  }
  .ant-main-menu ul a.ant-sub-item.highlighted {
    background: #eeeeee;
    color: #2B4EFF;
  }
  .ant-main-menu ul a.ant-sub-item.current {
    color: #2B4EFF;
  }
  .ant-main-menu ul a.ant-sub-item.disabled {
    background: #fff;
    color: #cccccc;
  }
  .ant-main-menu ul a.ant-sub-item.has-submenu {
    padding-right: 20px;
  }
  .ant-main-menu ul a.ant-sub-item .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .ant-main-menu .scroll-up,
  .ant-main-menu .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .ant-main-menu .scroll-up:hover,
  .ant-main-menu .scroll-down:hover {
    background: #eeeeee;
  }
  .ant-main-menu .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .ant-main-menu .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .ant-main-menu .scroll-up-arrow,
  .ant-main-menu .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .ant-main-menu .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .ant-main-menu.sm-rtl a.ant-sub-item.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .ant-main-menu.sm-rtl a.ant-sub-item .sub-arrow {
    right: auto;
    left: 12px;
  }
  .ant-main-menu.sm-rtl.sm-vertical a.ant-sub-item.has-submenu {
    padding: 10px 20px;
  }
  .ant-main-menu.sm-rtl.sm-vertical a.ant-sub-item .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .ant-main-menu.sm-rtl>li>ul::before {
    left: auto;
    right: 30px;
  }
  .ant-main-menu.sm-rtl>li>ul::after {
    left: auto;
    right: 31px;
  }
  .ant-main-menu.sm-rtl ul a.ant-sub-item.has-submenu {
    padding: 10px 20px !important;
  }
  .ant-main-menu.sm-rtl ul a.ant-sub-item .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .ant-main-menu.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .ant-main-menu.sm-vertical a.ant-sub-item {
    padding: 10px 20px;
  }
  .ant-main-menu.sm-vertical a.ant-sub-item:hover,
  .ant-main-menu.sm-vertical a.ant-sub-item:focus,
  .ant-main-menu.sm-vertical a.ant-sub-item:active,
  .ant-main-menu.sm-vertical a.ant-sub-item.highlighted {
    background: #fff;
  }
  .ant-main-menu.sm-vertical a.ant-sub-item.disabled {
    background: #eeeeee;
  }
  .ant-main-menu.sm-vertical a.ant-sub-item .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .ant-main-menu.sm-vertical>li>ul::before,
  .ant-main-menu.sm-vertical>li>ul::after {
    display: none;
  }
  .ant-main-menu.sm-vertical ul a.ant-sub-item {
    padding: 10px 20px;
  }
  .ant-main-menu.sm-vertical ul a.ant-sub-item:hover,
  .ant-main-menu.sm-vertical ul a.ant-sub-item:focus,
  .ant-main-menu.sm-vertical ul a.ant-sub-item:active,
  .ant-main-menu.sm-vertical ul a.ant-sub-item.highlighted {
    background: #eeeeee;
  }
  .ant-main-menu.sm-vertical ul a.ant-sub-item.disabled {
    background: #fff;
  }
}
/* -----------------------------------------------
  End Menu
----------------------------------------------- */
/* width */
::-webkit-scrollbar {
  width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #999;
}
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #666;
}

@media(min-width: 768px) and (max-width: 991px) {
  .nav-menu-dropdown-mobile .ant-menu-btn {
    display: none;
  }
  .header-menu.nav-menu-dropdown-mobile .ant-nav-wp:not(.anant-mobile-menu-full-width .header-menu .ant-nav-wp) {
    visibility: visible !important;
    opacity: 1 !important;
    overflow-y: visible;
    position: relative;
    height: auto;
    inset: unset;
    background-color: transparent;
  }
  .header-menu.nav-menu-dropdown-mobile .ant-main-menu .menu-item.has-children .arrow-sb{
    background-color: transparent;
    
  }
  .nav-menu-dropdown-mobile .ant-main-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-menu-dropdown-mobile .ant-main-menu .sb-menu{
    position: absolute;
    min-width: 12rem;
    background-color: #fff;
    top: 50px;
    left: 0;
    z-index: 9;
  }
  
}
@media(max-width: 991px) {
  .nav-menu-dropdown-none .ant-menu-btn {
    display: none;
  }
  .header-menu.nav-menu-dropdown-none .ant-nav-wp:not(.anant-mobile-menu-full-width .header-menu .ant-nav-wp) {
    visibility: visible !important;
    opacity: 1 !important;
    overflow-y: visible;
    position: relative;
    height: auto;
    inset: unset;
    background-color: transparent;
  }
  .header-menu.nav-menu-dropdown-none .ant-main-menu .menu-item.has-children .arrow-sb{
    background-color: transparent;

  }
  .nav-menu-dropdown-none .ant-main-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-menu-dropdown-none .ant-main-menu .sb-menu{
    position: absolute;
    min-width: 12rem;
    background-color: #fff;
    top: 50px;
    left: 0;
    z-index: 9;
  }
  
}/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//glamdigital.online/wp-content/plugins/anant-addons-for-elementor/assets/css/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//glamdigital.online/wp-content/plugins/anant-addons-for-elementor/assets/css/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(//glamdigital.online/wp-content/plugins/anant-addons-for-elementor/assets/css/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(//glamdigital.online/wp-content/plugins/anant-addons-for-elementor/assets/css/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(//glamdigital.online/wp-content/plugins/anant-addons-for-elementor/assets/css/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//glamdigital.online/wp-content/plugins/anant-addons-for-elementor/assets/css/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(//glamdigital.online/wp-content/plugins/anant-addons-for-elementor/assets/css/images/ui-icons_777777_256x240.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//glamdigital.online/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//glamdigital.online/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//glamdigital.online/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//glamdigital.online/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//glamdigital.online/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//glamdigital.online/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}