/*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;
}
.d-none{
  display: none;
}
a[href=""], a:not([href]) {
  cursor: default;
}
.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;
}
img, svg {
  vertical-align: middle;
}
.ant-center{
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
} 
.ant-start{
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: auto;
} 
.ant-end{
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: 0;
} 
@media (max-width:1024px){
  
  .ant-center{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  } 
  .ant-start{
    left: 0;
    right: auto;
  } 
  .ant-end{
    left: auto;
    right: 0;
  } 
}
@media (max-width:768px){
  
  .ant-center{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  } 
  .ant-start{
    left: 0;
    right: auto;
  } 
  .ant-end{
    left: auto;
    right: 0;
  } 
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*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;}
.caption-start{margin-right: auto; margin-left: 0;}
.caption-center{margin-right: auto; margin-left: auto;}
.caption-end{margin-right: 0; margin-left: auto;}
h1, h2, h3, h4, h5, h6{
  color: #212121;
} 

/* --==============-- Pagination --===========--*/
.anant_slider_wrapper .swiper-button-prev, .anant_slider_wrapper .swiper-button-next {
  width: 45px;
  height: 45px;
  transition: all .3s ease;
  opacity: 0;
  background: #f3eeee;
  color: #0036FF;
  border-radius: 5px;
}
.anant_slider_wrapper .swiper-button-prev:hover, .anant_slider_wrapper .swiper-button-next:hover {
  background: #0036FF;
  color: #f3eeee;
}
.anant_slider_wrapper:hover .swiper-button-prev, .anant_slider_wrapper:hover .swiper-button-next {
  opacity: 1;
}
.swiper-container:hover .swiper-button-prev{
  margin-left: 10px;
  transition: all .3s ease;
}
.swiper-container:hover .swiper-button-next {
  margin-right: 10px;
  transition: all .3s ease;
}
.anant_slider_wrapper .swiper-button-prev:after, .anant_slider_wrapper .swiper-button-next:after {
  font-size: 18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  padding:0 4px;
  margin:0 4px;
}
/* --==============-- 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;
}
.service_one .more svg {
  height: 14px;
  width: 14px;
}
/* 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);
  /* transform: translateY(-76px);
  margin-bottom: -50px; */
  background-color: #fff;
  color: #0036FF;
  transition: all 0.5s;
}
.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;
}

/* --==============---service-four --===========--*/
.service_four {
  padding: 35px 30px;
  border-radius: 8px; 
  border: 1px solid #E0E0E0;
  transition: border 0.5s;
  background-image: linear-gradient(140.08deg, #00C2FF 0%, #0036FF 96.82%);
  transition: all 0.8s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service_four::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
  transition: all 0.5s;
}
.service_four .inner {
  display: flex;
}
.service_four .icon{
  font-size: 35px;
  margin-bottom: 20px;   
  margin-right: 18px;
  transition: 0.8s;
  
}
.service_four .icon{
 position: relative;
 z-index: 1;
 background: linear-gradient(90deg, #0036FF 0%, #00C2FF 100%);
 color: #fff;
 width: 70px;
 height: 70px;
 display: flex;
 align-items: center;
 justify-content: center;
 box-shadow: 0px 5px 8px 1px rgba(0, 54, 255, 0.7);
}
.service_four .icon::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: 100%;
  z-index: -1; 
  transition: all 0.5s;
}
.service_four:hover .icon{
  animation-name: upInDown;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.service_four .title{
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
.service_four .text {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.service_four .more {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #fff; 
}
.service_four .more i{
  visibility: hidden;
  margin-left: -20px;
  opacity: 0;
  transition-duration: 0.8s;
}
.service_four .more:hover i {
  visibility: visible;
  margin-left: 5px;
  opacity: 1;
}
.service_four:hover{
  box-shadow: 0px 0px 60px rgba(33, 33, 33, 0.15);
  border-color: transparent ;
}
@keyframes upInDown {
  100%, 0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(-10px);
  }
}
/* --==============---service-five --===========--*/
.service_five {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.service_five::before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.65%, rgba(33, 33, 33, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service_five .ser-img {
  height: 410px;
}
.service_five .ser-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_five .content {
  position: absolute;
  top: 30%;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  transition: all 0.8s;
}
.service_five .content::before{
 content: '';
 display: block;
 position: absolute; 
 top: 100%;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0.8;
 z-index: -1;
 transition: all 0.8s;
}
.service_five .title{
  font-size: 24px;
  font-weight: 600;
  padding-left: 10px;
  border-left: 3px solid #0036FF;
  color: #fff;
}
.service_five .text {
  line-height: 30px;
}
.service_five .icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: #0036FF;
  color: #fff;
  transition: all 0.5s;
}
.service_five .more{
  text-decoration: none;
}
.service_five .more i{
  visibility: hidden;
  margin-left: -20px;
  opacity: 0;
  transition-duration: 0.8s;
}
.service_five .more:hover i {
  visibility: visible;
  margin-left: 5px;
  opacity: 1;
}
.service_five .text,
.service_five .more{
  opacity: 0;
  color: #fff;
}
.service_five:hover .text,
.service_five:hover .more{
  opacity: 1;
  transition: all 0.8s;
}
.service_five:hover .content::before{
  top: 0;
  background-color: #212121;
}
.service_five:hover .content{
  top: 0;
}
/* --==============---service-six --===========--*/
.service_six {
  padding: 45px 30px;
  border-radius: 8px; 
  text-align: center;
  box-shadow: 0px 0px 20px rgba(33, 33, 33, 0.08);
  background-color: #fff; 
  position: relative;
  transition: all 0.5s;
}
.service_six::after{
  content: '';
  background-color: #0036FF;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  height: 3px;
  width: 0;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}
.service_six .anant-service-card-icon{
  justify-content: center;
}
.service_six .icon {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 40px;
  padding-left: 2px;
  margin: 0;
  position: relative;
  background-color: #EAF3FF;
  color: #0036FF;
}
.service_six .icon i{
  line-height: 50px;
  border-radius: 15px;
}

.service_six .title{
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
}
.service_six a {
  text-decoration: none;
  font-weight: 600;
}
.service_six .text{
  font-size: 15px;  
  line-height: 26px;
}
.service_six .more {
  font-size: 14px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  position: absolute;
  text-decoration: none;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  margin-bottom: 20px;
  background-color: #0036FF;
  color: #fff;
  z-index: 1;
}
/* hover-effect */
.service_six:hover{
  transition-duration: 0.5s;
}
.service_six:hover h3, .service_one:hover .text{
  transition-duration: 0.5s;
}
.service_six:hover .more  {
  visibility: visible;
  transition-duration: 0.5s;
  margin-bottom : 0px;
}
.service_six:hover::after{
  width: 100%;
}
.swiper-slide .service_six {
  margin-bottom: 20px;
}
/* --==============---service-seven --===========--*/
.service_seven  {
  transition: all 0.5s;
}
.service_seven .ser-img {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.service_seven .ser-img::before{
  content: '';
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  height: 0%;
  opacity: 0.5;
  transition: all 0.8s;
}
.service_seven:hover .ser-img::before{
  height: 100%;
}
.service_seven .ser-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_seven .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.service_seven .content{
  padding: 30px 15px 15px;
  width: 90%;
  transform: translateY(-20px);
  border-radius: 0px 8px 8px 0px;
  transition: all 500ms;
  background-color: #fff;
}
.service_seven .text {
  font-size: 15px;
}
.service_seven .more {
  width: 40px;
  height: 40px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  background: #212121;
  color: #fff;
  position: absolute;
  left: 80%;
  top: -10%;
  text-decoration: none;
  border-radius: 4px;
  transition: all 500ms;
  box-shadow: 0px 15px 25px 0 rgb(33 33 33 / 30%); 
}
.service_seven:hover .more {
  background: #0036FF;
}
.service_seven:hover .content{
  transform: translateY(-30px);
  box-shadow: 0px 8px 40px rgba(33, 33, 33, 0.14);
}
/* --==============---service-eight --===========--*/
.service_eight{
  box-shadow: 0px 0px 15px rgba(33, 33, 33, 0.1);
  border-radius: 40px;
  position: relative;
  background-color: #fff;
  overflow: hidden;  
  z-index: 1;
  transition: all 0.5s; 
  padding: 40px 30px;

}
.service_eight::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  z-index: -1;
}
.service_eight:hover::before{
  top: 0;
}
.service_eight .icon {
  font-size: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0036FF;
  transition: all 0.8s;
}
.service_eight .anant-service-card-icon{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_eight .anant-service-carousel-icon{
  justify-content: space-between;
  align-items: center;
}
.service_eight:hover .icon{
  color: #fff;
}
.service_eight .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  transition: all 0.8s;
}
.service_eight:hover .title {
  color: #fff;
}
.service_eight .text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
  transition: all 0.8s;
}
.service_eight:hover .text {
  color: #fff;
}
.service_eight .more {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background-color: #0036ff;
  transition: all 0.8s;
}
.service_eight .more i{
  color: #fff;
  transition: all 0.8s;
}
.service_eight .more:hover{
  background-color: #0036ff;
  color: #fff;
  transition: all 0.8s;
}
.service_eight:hover .more i{
  color: #0036ff;
}
.service_eight:hover .more{
  background-color: #fff;
  color: #0036FF;
} 
/* --==============---service-nine --===========--*/
.service_nine{
  overflow: hidden;
  box-shadow: 0px 8px 40px rgba(33, 33, 33, 0.12);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
  padding: 20px;
}
.service_nine .ser-img {
  width: 100%;
  height: 290px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.service_nine .ser-img::before {
  content: '';
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0.5;
  transition: all 0.8s;
}
.service_nine:hover .ser-img::before {
  height: 100%;
}
.service_nine .title{
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}
.service_nine .ser-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_nine .content {
  padding: 30px 10px;
  padding-bottom: 10px;
}
.service_nine .icon {
  width: 70px;
  height: 70px; 
  border-radius: 50%;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0deg) translateY(-95%);
  margin-bottom: -55px;
  background-color: #0036FF;
  color: #fff;
  box-shadow: 0px 8px 40px rgb(33 33 33 / 14%);
  transition: all 0.8s;
}
.service_nine .anant-service-card-icon{ 
  justify-content: flex-end; 
}
.service_nine:hover .icon{
  transform: rotateY(360deg) translateY(-95%);
}
.service_nine .text{
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.service_nine .more {
  text-decoration: none;
  color: #212121;
}
.service_nine .more:hover {
  color: #0036FF;
}
.service_nine .more i {
  visibility: hidden;
  margin-left: -20px;
  transition: all 0.8s;
  opacity: 0;
}
.service_nine .more svg {
  height: 15px;
  width: 15px;
}
.service_nine .more:hover i {
  visibility: visible;
  margin-left: 5px;
  opacity: 1;
}

/* --==============---service-Ten --===========--*/
.service_ten {
  padding: 30px;
  box-shadow: 0px 4px 50px rgba(33, 33, 33, 0.14); 
  background-color: #fff;
  transition: all 0.5s;
}
.service_ten:hover {
  transform: translateY(-20px);
}
.service_ten a {
  text-decoration: none;
  font-weight: 600;
}
.service_ten .top-content {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.service_ten .icon {
  width: 70px;
  height: 70px;
  border-radius: 0px ;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 70px;
  padding-left: 2px;
  background-color: #EAF3FF;
  color: #0036FF;
}
.service_ten .title{
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  padding: 0px 20px 10px;
}
.service_ten .subtitle{
  padding: 10px 20px 0px;
}
.service_ten .text {
  line-height: 30px;
}
.service_ten .more {
  font-size: 15px;
  color: #212121;
  text-decoration: none;
}
.service_ten .more i{
  font-size: 12px;
  visibility: hidden;
  margin-left: -15px;
  opacity: 0;
  transition: all 0.8s;
}
.service_ten .more svg{
  height: 12px;
  width: 12px;
}
.service_ten .more:hover i {
  visibility: visible;
  margin-left: 5px;
  opacity: 1;
}
.service_ten .more:hover {
  color: #0036FF;
}
/*====================== TEAM ======================*/
/*=-=-=-=-=-=-= team one =-=-=-=-=-=*/
.team_one {
  text-align: center;
  transition: 0.5s;
  /* overflow: hidden; */
}
.team_one .top_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.team_one .top_img::before {
  content: '';
  display: block;
  background-image: linear-gradient(to bottom, transparent 33%, #212121 86%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: all 0.5s;
}

.team_one .top_img{
  text-align: start;
}
.team_one .top_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 5px;
}
.team_one .overlay {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition-duration: 1s;
}
.team_one:hover .overlay {
  bottom: 0;
  transition-duration: .7s;
}
.team_one .social-icon {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0%;
  left:0;
  padding: 10px;
}
.team_one .social-icon a {
  display: block;
  list-style: none;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50px;
  background-color: #fff;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
 margin-bottom: 5px;
}
.team_one .social-icon a:hover {
  background-color: #0036ff;
  color: #fff;
  transition: all 0.5s;
}
.team_one .bottom-content {
  padding: 20px 20px;
  border-radius: 50px;
  /* transform: translateY(-50px); */
  margin-top: -50px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 10%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team_one .bottom-content:before {
  content: '';
  display: block;
  background-color: #0036ff;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}

.team_one:hover .bottom-content::before{
  bottom: 0;
} 
.team_one .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  transition: all 0.5s;
}
.team_one:hover .bottom-content .title{
  color: #fff;
 }
.team_one .bottom-content .category {
  color: #555;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.5s;
}
.team_one:hover .bottom-content .category{
  color: #fff;
 }
/*=-=-=-=-=-=-= team two =-=-=-=-=-=*/
.team_two {
  position: relative;
  transition: 0.5s;
}
.team_two .top_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.team_two .top_img{
  height: auto;
  max-height: 100%;
}
.team_two .top_img::before {
  content: '';
  display: block;
  background-image: linear-gradient(to bottom, transparent 33%, #212121 86%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 40px;
  transition: all 0.5s;
}
.team_two:hover .top_img::before {
  opacity: 0.8;
}
.team_two .top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  transition: all 0.5s;
}
.team_two:hover .overlay {
  opacity: 1;
  top: 65%;
}
.team_two .overlay {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  opacity: 0;
  width: 100%;
}
.team_two .social-icon {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
.team_two .social-icon a {
  display: block;
  list-style: none;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  margin: 5px;
  background-color: #fff;
  transition: 0.5s;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;

}
.team_two .social-icon a:hover {
  background-color: #0036FF;
  color: #fff;
}
.team_two .bottom-content {
  padding: 20px;
  text-align: center;
}
.team_two:hover .bottom-content {
  transition: all 0.5s;
}
.team_two .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team_two .category {
  font-size: 16px;
  line-height: 19px;
  color: #555;
}
/*=-=-=-=-=-=-= team three =-=-=-=-=-=*/
.team_three {
  position: relative;
  transition: all 0.5s;
}
.team_three .top_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.team_three .top_img::before{
  content: '';
  display: block;
  background-image: linear-gradient(to bottom, transparent , #212121);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team_three .top_img  img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.team_three .heading {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 15px;
}
.team_three .heading .title{
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 5px;
  transition: all 0.5s;
}
.team_three .heading .category{
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.5s;
}
.team_three .bottom-content {
  position: absolute;
  bottom: 0;
  padding: 10px 20px 20px;
}
.team_three .social-icon {
  display: flex;
  padding-left: 0;
  margin-bottom: -35px;
  transition: all 0.5s;
}
.team_three:hover .social-icon{
  margin-bottom: 0px;
}
.team_three .social-icon a{
  display: flex;
  list-style: none;
  width: 40px; 
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 0%;
  margin-right:5px;
  background-color: rgba(255,255,255,0.3); 
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.team_three .social-icon a:hover{
  background-color: #0036FF;
}
.team_three:hover .social-icon a{
  opacity: 1;
}
.team_three .social-icon a {
  color: #fff;
}

/*=-=-=-=-=-=-= team four =-=-=-=-=-=*/
.team_four {
  transition: all 0.5s;
  position: relative;
}
.team_four .top_img img {
  width: 100%;
}
.team_four .bottom-content {
  padding: 20px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  transition: all 0.5s;
}
.team_four .bottom-content::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 0;
  left: 20px; 
  width: 50px;
  height: 4px;
  transition: all 0.5s;
}
.team_four:hover .bottom-content{
  bottom: 0;
  box-shadow: 0px 8px 30px rgba(33, 33, 33, 0.15);
 
}
.team_four .heading {
  margin-bottom: 0px;
}
.team_four .heading .title{
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.team_four .heading .category{
  font-size: 16px;
  line-height: 19px;
}
.team_four .social-icon {
  display: flex;
  padding-left: 0;
  margin-bottom: -50px;
  margin-top: 5px;
  transition: all 0.5s;
}
.team_four:hover .social-icon{ 
  margin-bottom: 0px;
}
.team_four .social-icon a{
  display: block;
  list-style: none;
  width: 40px;  
  height: 40px;
  line-height: 42px;
  border-radius: 0%;
  text-align: center;
  margin: 0 2px;
  background-color: #EAF3FF; 
  transition: 0.5s;
  opacity: 0;
  color: #0036FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_four:hover .social-icon a{
  height: 40px; 
  opacity: 1;
}
.team_four .social-icon a:hover{
  background-color: #0036FF;
}
.team_four .social-icon a:hover{
  color: #fff;
}
/*=-=-=-=-=-=-= 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:hover {
  box-shadow: 0px 4px 50px rgba(33, 33, 33, 0.12);
}
.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 i{
  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 six =-=-=-=-=-=*/
.team_six .top_img img {
  transition: all 0.5s; 
  height: 350px;
  width: 100%;
}
.team_six .team-inner{
  position: relative;
}
.team_six .bottom-content {
  padding: 20px;
  background-color: #fff;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 0px 8px 30px rgba(33, 33, 33, 0.15);
}
.team_six .bottom-content::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  transform: rotate(45deg) translateX(-50%);
}
.team_six:hover .bottom-content::after {
  background: #0036FF;
}
.team_six:hover .bottom-content{
  background-color: #0036FF;
  transform: translateY(0px);
}
.team_six .heading {
  margin-bottom: 0px;
}
.team_six:hover .heading {
  margin-bottom: 15px;
}
.team_six .heading .title{
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-top: 5px;
  margin-bottom: 0;
}
.team_six:hover .heading .title{
  color: #fff;
}
.team_six .heading .category{
  font-size: 16px;
  line-height: 19px;
}
.team_six:hover .heading .category{
  color: #fff;
}
.team_six .social-icon {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: -35px; 
  transition: 0.5s;
}
.team_six:hover .social-icon{
  margin-bottom: 0px;
}
.team_six .social-icon a{
  list-style: none;
  width: 40px;  
  height: 40px;
  line-height: 42px;
  border-radius: 0%;
  text-align: center;
  margin: 0 2px;
  border: 1px solid #fff;
  opacity: 0; 
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_six:hover .social-icon a{
  height: 40px;
  opacity: 1;
}
.team_six .social-icon a{
  color: #fff;
}
.team_six .social-icon a:hover{
  background-color: #fff;
  color: #0036FF;
}
/*=-=-=-=-=-=-= team seven =-=-=-=-=-=*/
.team_seven{
  position: relative;
  transition: all 0.5s;
}
.team_seven .top_img {
  width:100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
.team_seven .top_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:hover .top_img::before{
  opacity: 0.5;
  width: 99%;
  height: 99%;
}
.team_seven .top_img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 12px solid #eee;
}
.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 i{
  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 eight =-=-=-=-=-=*/
.team_eight {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.team_eight .top_img {
  width:  100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.team_eight .top_img::before{
  content: '';
  display: block;
  border-radius: 40px 0px 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-image: linear-gradient(to bottom, transparent , #212121);
}
.team_eight:hover .top_img::before{
  background-image: linear-gradient(to bottom, transparent , #0036FF); 
}
.team_eight .top_img  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px 0px 40px 40px;
}
.team_eight .heading {
  padding: 15px 20px;
  margin-bottom: 15px;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}
.team_eight:hover .heading {
  opacity: 1;
  height: 100%;
}
.team_eight .heading .title{
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
.team_eight .heading p{
  margin-bottom: 0;
}
.team_eight .heading .category{
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
.team_eight .overlay {
  position: absolute;
  top: 0%;
  right: 0;
  margin: 10px;
}
.team_eight .bottom-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.team_eight .social-icon {
  display: flex;
  padding-left: 0;
  flex-direction: column;
  margin-top: -20px;
  transition: 0.5s;
}
.team_eight:hover .social-icon{
  margin-top: 0px;
}
.team_eight .social-icon a{
  display: block;
  list-style: none;
  width: 40px; 
  height: 40px;
  max-height: 0;
  line-height: 42px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 3px ;
  background-color: #fff;
  opacity: 0; 
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_eight .social-icon a:hover{
  background-color: #0036FF;
}
.team_eight:hover .social-icon a{
  max-height: 100%;
  opacity: 1;
}
.team_eight .social-icon a{
  color: #212121;
}
.team_eight .social-icon a:hover i{
  color: #fff;
}
 
/*=-=-=-=-=-=-= 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; 
}

/*=-=-=-=-=-=-= team ten =-=-=-=-=-=*/
.team_ten{
  transition: all 0.5s;
}
.team_ten .bottom-content{
  padding: 20px 20px;
  text-align: center;
  transform: translateY(-30px);
  background-color: #fff;
  color: #000; 
  margin: 0 30px;
  transition: all 0.5s;
}
.team_ten:hover .bottom-content{
  background-color: #0036FF;
}
.team_ten .top_img{
  position: relative;
  overflow: hidden;
}
.team_ten .top_img::before{
  content: '';
  display: block;
  background-color:  #212121;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0px;
  transition: 0.5s;
}
.team_ten:hover .top_img::before{
  top: 0;
  opacity: 0.5;
}
.team_ten .top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  transition: all 0.5s;
}
.team_ten .overlay{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition-duration: 1s;
}
.team_ten:hover .overlay{
  top: 0;
  transition-duration: .8s;
}
.team_ten .social-icon{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0%;
  right: 0%;
  margin: 10px;
  text-align: center;
 
}
.team_ten .social-icon a{
  display: block;
  list-style: none;
  width: 40px; 
  height: 40px;
  line-height: 42px;
  margin-bottom: 3px;
  border-radius: 0px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_ten .social-icon  a{
  color: #212121;
}
.team_ten .social-icon a:hover{
  background-color: #0036FF;
  color: #000;
}
.team_ten:hover .bottom-content{
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 10%);
}
.team_ten .title{
  font-size: 24px; 
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team_ten .bottom-content .category{
  color: #555;
  font-size: 16px;
  line-height: 19px;
}
.team_ten:hover .title{
  color: #fff;
}
.team_ten:hover .bottom-content .category{
  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('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;
}
/*=-=-=-=-=-=-=feature-four=-=-=-=-=-=*/
.feature_four {
  padding: 40px 35px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(33, 33, 33, 0.15);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
}
.feature_four .feature-inner{
  display: flex;
}
.feature_four:hover{
  background-color: #0036ff;
} 
.feature_four::before{
  content: '';
  background: url('images/background1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
.feature_four:hover::before{
  opacity: 0.25;
}
.feature_four .icon{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px dashed #0036FF;
  margin-right: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature_four:hover .icon{
  border-color: #fff;
}
.feature_four .icon i{
  font-size: 40px;
  color: #0036ff;
} 
.feature_four:hover .icon i{
  color: #fff;
}
.feature_four .icon svg{
  fill: #0036ff;
  width: 40px;
  height: 40px;
}
.feature_four:hover .icon svg{
  fill: #fff;
}
.feature_four .image{
  width: 120px ;
  height: 120px;  
  border-radius: 50%;
  border: 2px dashed #0036FF;
  margin-right: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.feature_four .image img {
  object-fit: cover;
  width: 80px;
  height: auto;
}
.feature_four .content .title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
}
.feature_four .content .title a{
  color: #212121;
}
.feature_four:hover .content .title a{
  color: #fff;
}

.feature_four:hover .content .text {
  color: #fff;
}
/*=-=-=-=-=-=-=feature-five=-=-=-=-=-=*/
.feature_five {
  background-color: transparent;
  text-align: center;
  border-radius: unset !important;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  padding: unset !important;
  border: unset !important;
  box-shadow: unset !important;
  margin: unset !important;
}
.feature_five .content{
  padding: 50px 35px 30px;
  box-shadow: 0px 0px 45px rgba(33, 33, 33, 0.1);
  background-color: #fff;
  position: relative;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 15px;
}
.feature_five:hover .content{
  background-color: #0036FF;
  box-shadow: none;
}
.feature_five .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #0036FF;
  border-radius: 45px;
  margin: 0 auto; 
  transform: translateY(40px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0036FF;
  transition: 0.5s;
}
.feature_five:hover .icon{
  background-color: #fff;
  border-color: #fff; 
  box-shadow: 0 0 10px 0 #00000040;
  transform: translateY(40px) scale(1.1);
}
.feature_five:hover .icon i{ 
  color: #0036FF;
}
.feature_five .icon i{ 
  font-size: 40px; 
  color: #fff;
  transition: 0.5s;
}
.feature_five .icon svg{
  fill: #fff;
  width: 40px;
  height: 40px;
}
.feature_five:hover .icon svg{
  fill: #0036ff;
}
.feature_five .image{
  width: 100px ;
  height: 100px; 
  border: 1px solid #0036FF;
  border-radius: 50%;
  margin: 0 auto; 
  transform: translateY(40px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0036FF;
  transition: 0.5s;
  overflow: hidden;
}
.feature_five:hover .image{
  background-color: #fff;
  border-color: #fff; 
  box-shadow: 0 0 10px 0 #00000040;
  transform: translateY(40px) scale(1.1);
}
.feature_five .image img {
  object-fit: cover;
  width: 60px;
  height: auto;
}
.feature_five .title{
  font-size: 24px;
}
.feature_five .title a{
  color: #212121;
}
.feature_five:hover .title a{
  color: #fff;
}
.feature_five .text{
  line-height: 30px;
  color: #616161;
}
.feature_five:hover .text{
  color: #fff;
}

/*=-=-=-=-=-=-=feature-six=-=-=-=-=-=*/
.feature_six {
  padding: 40px 35px;
  background-color: #E5EBFF;
  box-shadow: 0px 8px 30px rgba(33, 33, 33, 0.12);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.feature_six .feature-inner{
  display: flex;
  flex-direction: row-reverse;
}
.feature_six::before{
  content: '';
  background-color: #0036FF;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
}
.feature_six:hover::before{
  left: 0;
}
.feature_six .icon{
  width: 70px;
  height: 70px;
  background: #0036FF;
  border-radius: 4px;
  margin-left: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.feature_six:hover .icon{
  background-color: #fff;
}
.feature_six .icon i{
  font-size: 40px;
  color: #fff;
} 
.feature_six:hover .icon i{
  color: #0036FF;
}
.feature_six .icon svg{
  fill: #fff;
  width: 40px;
  height: 40px;
}
.feature_six:hover .icon svg{
  fill: #0036ff;
}
.feature_six .image{
  width: 120px ;
  height: 120px;  
  background: #0036FF;
  border-radius: 4px;
  margin-left: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  overflow: hidden;
}
.feature_six:hover .image{
  background-color: #fff;
}
.feature_six .image img {
  object-fit: cover;
  width: 80px;
  height: auto;
}
.feature_six .content .title{
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s;
}
.feature_six .title a{
  color: #212121;
}
.feature_six:hover .content .title a{
  color: #fff;
}
.feature_six .text{
  margin-bottom: 0;
}
.feature_six:hover .text{
  color: #FFF ;
}
/*=-=-=-=-=-=-=feature-seven=-=-=-=-=-=*/
.feature_seven {
  position: relative;
  overflow: hidden;
  height: 350px;
  background-size: cover;
  padding: 0 !important;
  border-radius: 0 !important ;
}
.feature_seven p {
  color: #fff;
}
.feature_seven  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature_seven .icon {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;  
  height: 50px;
}
.feature_seven .icon i{
  font-size: 50px;
  color: #fff;
}
.feature_seven .icon svg{
  width: 50px;
  height: 50px;
  fill: #fff;
}
.feature_seven .image {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;  
  height: 60px;
}
.feature_seven .image img {
  object-fit: cover;
  width: 60px;
  height: auto;
}
.feature_seven .title {
  font-size: 20px;
  font-weight: 600;
}
.feature_seven .title a{
  color: #fff;
}
.feature_seven .content {
  padding: 25px;
  background-color: rgba(33, 33, 33, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -12px);
  width: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.5s;
}
/*=-=-=-=-=-=-=feature-eight=-=-=-=-=-=*/
.feature_eight {
  padding: 40px 45px;
  background-color: #fff;
  box-shadow: 0px 0px 45px rgba(33, 33, 33, 0.1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden; 
  transition: all 0.8s;
}
.feature_eight .content .title a{
  color: #212121;
}
.feature_eight:hover .content .title a{
  color: #fff;
}
.feature_eight::before{
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0%;
  height: 100%;
  z-index: -1;
  transform-origin: left;
  transition: all 0.8s;
}
.feature_eight:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
}
.feature_eight span{
  content: '';
  display: block;
  background: linear-gradient(140.08deg, #00C2FF 0%, #0036FF 96.82%);
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0%;
  height: 100%;
  z-index: -2;
  transform-origin: left;
  transition: all 0.8s;
}
.feature_eight:hover span {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
}
.feature_eight .icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, #0036FF 0%, #00C2FF 100%);
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  color: #fff;
}
.feature_eight .icon::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature_eight .icon i{
  font-size: 40px;
  line-height: 28px;
}
.feature_eight .icon svg{
  width: 40px;
  height: 40px;
  fill: #fff;
}
.feature_eight .image {
  width: 120px ;
  height: 120px;  
  background: linear-gradient(90deg, #0036FF 0%, #00C2FF 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
}
.feature_eight .image::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature_eight .image img {
  object-fit: cover;
  width: 80px;
  height: auto;
}
.feature_eight .title {
  font-size: 20px;
  font-weight: 600;
}
.feature_eight .title a{
  transition: all 0.6s;
}
.feature_eight:hover .title a{
  color: #fff;
}
.feature_eight p{
  line-height: 30px;
  color: #616161;
  transition: all 0.8s;
}
.feature_eight:hover p{
  color: #fff;
}
/*=-=-=-=-=-=-=feature-nine=-=-=-=-=-=*/
.feature_nine {
  padding: 35px 25px;
  background-color: #E5EBFF ;
  border-radius: 4px;
  transition: 0.5s;
  position: relative;
}
.feature_nine .feature-inner{
  display: flex;
}
.feature_nine:hover{
  box-shadow: 3px 3px 0px 5px   #616161;
}
.feature_nine .icon{
  width: 80px;
  height: 80px;
  background: #0036FF;
  border-radius: 8px;
  margin-right: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature_nine .icon svg{
  fill: #fff;
  width: 40px;
  height: 40px;
}
.feature_nine .icon i{
  font-size: 40px;
  color: #fff;
}
.feature_nine .image{
  width: 120px ;
  height: 120px;  
  background: #0036FF;
  border-radius: 8px;
  margin-right: 15px ; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.feature_nine .image img {
  object-fit: cover;
  width: 80px;
  height: auto;
}
.feature_nine .content .title{
  font-size: 24px;
  font-weight: 600;
}
.feature_nine .content .title a{
  color: #212121;
}
.feature_nine .text{
  line-height: 30px;
}
/*=-=-=-=-=-=-=feature-ten=-=-=-=-=-=*/
.feature_ten {
  padding: 45px 40px;
  background-color: #E5EBFF;
  border-radius: 8px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.feature_ten .feature-inner{
  display: flex;
}
.feature_ten:hover{
  background-color: #fff;
  box-shadow: 0px 15px 40px rgba(33, 33, 33, 0.15);
  transform: translateY(-10px);
}
.feature_ten .icon:hover{
  box-shadow: 0px 20px 20px 1px rgba(0, 54, 255, 0.15);
}
.feature_ten .icon{
  width: 76px;
  height: 76px;
  position: relative;
  z-index: 1;
  margin-right: 25px; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #0036FF 0%, #00C2FF 100%);
  box-shadow: 0px 20px 20px 1px rgba(0, 54, 255, 0.15);
}
.feature_ten .icon::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature_ten .icon i{
  font-size: 40px;
  color: #fff;
} 
.feature_ten .icon svg{
  width: 40px;
  height: 40px;
  fill: #fff;
}
.feature_ten .image{
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 1;
  margin-right: 25px; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #0036FF 0%, #00C2FF 100%);
  box-shadow: 0px 20px 20px 1px rgba(0, 54, 255, 0.15);
}
.feature_ten .image::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature_ten .image img {
  object-fit: cover;
  width: 80px;
  height: auto;
}
.feature_ten .content {
  flex: 1;
}
.feature_ten .content .title{
  font-size: 24px;
  font-weight: 600;
}
.feature_ten .content .title a{
  color: #212121;
}
.feature_ten .text{
  line-height: 30px;
  margin-bottom: 0;
}

/*====================== PORTFOLIO ======================*/
/*gallery subtitle*/
.anant-gallery-wrapper .tag-line .text {
  display: block;
}
/*gallery label*/
.anant-gallery-wrapper .ant-label {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
}
.anant-gallery-wrapper .ant-label span {
  display: block;
  padding: 4px 8px;
  background-color: #0036FF;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
}
/*=-=-=-=-=-=-=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;
}
.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%;
  border-radius: 8px;
  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;
}
.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-three=-=-=-=-=-=*/
.portfolio_three {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 35px rgba(33, 33, 33, 0.2);
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.5s;
}
.portfolio_three:hover{
  box-shadow: 0px 10px 45px rgba(33, 33, 33, 0.3);
}
.portfolio_three .port-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio_three .port-img::before{
  content: '';
  background-color: #0036ff;
  position: absolute;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.5s;
  border-radius: 8px;
} 
.portfolio_three:hover .port-img::before{
  top: 0;
}
.portfolio_three .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.portfolio_three .port-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.portfolio_three:hover .port-icon {
  top: 50%;
  opacity: 1;
}
.portfolio_three .port-icon a{
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 0%;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #212121;
  border-radius: 4px;
  transition: all 0.5s;
}
.portfolio_three .port-icon a:hover{
  background-color: #0036FF;
  border-color: #0036FF;
  color: #fff;
}
.portfolio_three .port-icon a:first-child{
  margin-right: 10px;
}
.portfolio_three .tag-line {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #fff;
  text-align: left;
  transition: 0.5s;
}
.portfolio_three .tag-line span{
  font-size: 16px;
  font-weight: 500;
  color: #616161;
  display: block;
}
.portfolio_three .tag-line .title{
  font-size: 24px;
  font-weight: 600;
}
.portfolio_three .title a{
  color: #212121;
}
/*=-=-=-=-=-=-=portfolio-four=-=-=-=-=-=*/
.portfolio_four {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 35px rgba(33, 33, 33, 0.2);
  background: #fff;
  border-radius: 15px;
  transition: all 0.5s;
}
.portfolio_four:hover{
  box-shadow: 0px 10px 45px rgba(33, 33, 33, 0.3);
}
.portfolio_four .port-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio_four .port-img img{
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.portfolio_four .port-img::before{
  content: '';
  background-color: #0036ff;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.5s;
  border-radius: 15px;
} 
.portfolio_four:hover .port-img::before{
  bottom: 0;
}
.portfolio_four .port-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.portfolio_four:hover .port-icon {
  top: 50%;
  opacity: 1;
}
.portfolio_four .port-icon a{
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #212121;
  transition: 0.5s;
}
.portfolio_four .port-icon a:hover{
  background-color: #0036FF;
  border-color: #0036FF;
  color: #fff;
}
.portfolio_four .port-icon a:first-child{
  margin-right: 10px;
}
.portfolio_four .tag-line {
  padding: 25px 30px;
  background-color: #fff;
  text-align: left;
  transition: 0.5s;
}
.portfolio_four .tag-line span{
  font-size: 16px;
  font-weight: 500;
  color: #616161;
  display: block;
}
.portfolio_four .tag-line .title{
  font-size: 24px;
  font-weight: 600;
}
.portfolio_four .title a{
  color: #212121;
}
/*=-=-=-=-=-=-=portfolio-five=-=-=-=-=-=*/
.portfolio_five {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.portfolio_five .port-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio_five .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_five:hover .port-img::before{
  top: 0;
}
.portfolio_five .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio_five .port-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.portfolio_five:hover .port-icon {
  top: 50%;
  opacity: 1;
}
.portfolio_five .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;
  position: relative;
  z-index: 1;
  color: #fff;
}
.portfolio_five .port-icon a::before {
  content: '';
  display: block;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: all 0.5s;
}
.portfolio_five .port-icon a:hover::before{
  height: 100%;
}
.portfolio_five .port-icon a:hover{
  color: #0036FF;
}
.portfolio_five .port-icon a:first-child{
  margin-right: 10px;
}
.portfolio_five .tag-line {
  padding: 28px 40px;
  background-color: #fff;
  width: 90%;
  text-align: center;
  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;
  overflow: hidden;
}
.portfolio_five .tag-line:hover {
  background-color: unset !important;
}
.portfolio_five .tag-line::before{
  content: '';
  display: block;
  position: absolute;
  bottom:-100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0036FF;
  transition: all 0.5s;
}
.portfolio_five:hover .tag-line::before{
  bottom: 0%;
}
.portfolio_five .tag-line span{
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  display: block;
}
.portfolio_five:hover .tag-line span{
  color: #fff;
  transition: all 0.5s;
}
.portfolio_five .tag-line .title{
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s;
}
.portfolio_five:hover .tag-line .title{
  color: #fff;
}
.portfolio_five .title a{
  color: #212121;
  transition: all 0.5s;
}
.portfolio_five:hover .title a {
  color: #fff;
}
/*=-=-=-=-=-=-=portfolio-six=-=-=-=-=-=*/
.portfolio_six {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.portfolio_six .port-icon{
  position: absolute;
  top: 40%;
  left: 75%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.6s;
}
.portfolio_six .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_six .port-icon a:hover {
  border-color: #0036FF;
}
.portfolio_six .port-icon a:hover::before {
  height: 100%;
}
.portfolio_six:hover .port-icon{
  left: 50%;
  opacity: 1;
}
.portfolio_six .port-icon a {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 0%;
  text-decoration: none;
  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_six .port-icon a:first-child{
  margin-right: 10px;
}
.portfolio_six .port-img {
  position: relative;
  z-index: 1;
}
.portfolio_six .port-img::before{
  content: '';
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 90%;
  opacity: 0;
  transition: all 0.5s;
} 
.portfolio_six:hover .port-img::before{
 opacity: 0.8;
}
.portfolio_six .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
.portfolio_six .tag-line {
  padding: 6% 8%;
  position: absolute;
  bottom: 0%;
  left: -50%;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.5s;
}
.portfolio_six:hover .tag-line{
  left: 0;
  opacity: 1;
}
.portfolio_six .tag-line span{
  font-size: 16px;
  font-weight: 500;
  color:  #fff;
  text-align: center;
  display: block;
}
.portfolio_six .tag-line .title{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.portfolio_six .title a{
  color: #fff;
}
.portfolio_six .more {
  display: block;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #0036ff;
  color: #fff;
}
/*=-=-=-=-=-=-=portfolio-seven=-=-=-=-=-=*/
.portfolio_seven {
  position: relative;
  transition: all 0.5s;
}
.portfolio_seven .port-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 350px;
}
.portfolio_seven .port-img::before {
  content: '';
  background-color: #212121;
  position: absolute;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 8px;
  transition: all 0.5s;
}
.portfolio_seven:hover .port-img::before{
  top: 0;
}
.portfolio_seven .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.portfolio_seven .tag-line {
  padding: 20px 40px;
  background-color: #fff;
  width: 80%;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 25px;
  z-index: 2;
  box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.1);
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 6px;
  /* cubic-bezier(.29,.59,.85,.67); */
  /* cubic-bezier(.13,-0.35,1,1.32); */
}
.portfolio_seven:hover .tag-line{
  bottom: 0%;
} 
.portfolio_seven .tag-line span{
  font-size: 16px;
  font-weight: 500;
  color: #0036FF;
  display: block;
}
.portfolio_seven .tag-line .title{
  font-size: 24px;
  font-weight: 600;
}
.portfolio_seven .more {
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #0036ff;
  color: #fff;
}
.portfolio_seven .port-icon{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  opacity: 0;
}
.portfolio_seven:hover .port-icon{
  top: 30%;
  opacity: 1;
}
.portfolio_seven .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_seven .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_seven .port-icon a:hover i{
  z-index: 1;
}
.portfolio_seven .port-icon a:hover::before {
  height: 100%;
}
.portfolio_seven .port-icon a:hover {
  border-color: #0036FF;
}
.portfolio_seven .port-icon a:first-child{
  margin-right: 10px;
}
.portfolio_seven .title a{
  color: #212121;
}
/*=-=-=-=-=-=-=portfolio-eight=-=-=-=-=-=*/
.portfolio_eight {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 35px rgba(33, 33, 33, 0.1);
  transition: all 0.5s;
}
.portfolio_eight .port-img {
  position: relative;
  z-index: 1;
}
.portfolio_eight .port-img::before{
  content: '';
  background-color: #212121;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.5s;
} 
.portfolio_eight .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio_eight .port-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.portfolio_eight:hover .port-icon {
  top: 70%;
  opacity: 1;
}
.portfolio_eight .port-icon a{
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.portfolio_eight .port-icon a::before {
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
  transition: all 0.5s;
}
.portfolio_eight .port-icon a:hover i {
  z-index: 1;
  transition: all 0.5s;
}
.portfolio_eight .port-icon a:hover::before {
  height: 100%;
}
.portfolio_eight .tag-line {
  padding: 20px 40px;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  justify-content: flex-end;
  text-align: center;
  transition: 0.5s;
}
.portfolio_eight:hover .tag-line {
  margin-bottom: 0;
  bottom: 30%;
}
.portfolio_eight .tag-line span{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
}
.portfolio_eight .tag-line .title{
  font-size: 24px;
  font-weight: 600; 
}
.portfolio_eight .title a{
  color: #fff;
}
.portfolio_eight .more {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  background-color: #0036FF;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}
.portfolio_eight:hover .more{
  opacity: 1;
}
/*=-=-=-=-=-=-=portfolio-nine=-=-=-=-=-=*/
.portfolio_nine {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.portfolio_nine .port-icon{
  position: absolute;
  top: 40%;
  left: 75%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.6s;
}
.portfolio_nine:hover .port-icon{
  left: 50%;
  opacity: 1;
}
.portfolio_nine .port-icon a {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 0%;
  text-decoration: none;
  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_nine .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_nine .port-icon a:hover i {
  z-index: 1;
  transition: all 0.5s;
}
.portfolio_nine .port-icon a:hover::before {
  height: 100%;
}
.portfolio_nine .port-icon a:first-child{
  margin-right: 10px;
}
.portfolio_nine .port-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio_nine .port-img::before{
  content: '';
  background-color: #0036FF;
  opacity: 0.8;
  filter: blur(25px);
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 30% !important;
  transition: all 0.5s;
}
.portfolio_nine:hover .port-img::before{
  height: 100% !important;
} 
.portfolio_nine .port-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio_nine .tag-line {
  padding: 6% 8%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  transition: 0.5s;
}
.portfolio_nine .tag-line span{
  font-size: 16px;
  font-weight: 500;
  color:  #fff;
  display: block;
}
.portfolio_nine .tag-line .title{
  font-size: 24px;
  font-weight: 600;
}
.portfolio_nine .title a{
  color: #fff;
}
.portfolio_nine .more {
  display: block;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #0036ff;
  color: #fff;
}
/*=-=-=-=-=-=-=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;
}
.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;
}
/***************
  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;
  transition: all 0.5s;
}
.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;
  /* margin-top: 1rem; */
}
.ant-price .ant-price-btn i{
  margin-bottom: 5px;
}
.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 .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{
  /* padding: 15px 50px 25px; */
  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-three=-=-=-=-=-=-=-=-=-=*/
.ant-price.three{
  overflow: hidden;
  transition: all 0.5s;
}
.ant-price.three .ant-price-header{
  border-bottom: 0;
}
.ant-price.three.active .ant-price-heading .title{
  color: #0036FF;
}
.ant-price.three .ant-price-lists li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid #E0E0E0;
}
.ant-price.three .ant-price-lists li:last-child {
  border: none;
}
.ant-price.three .ant-icon .icon{
  box-shadow: 0px 6px 0px rgb(33 33 33 / 12%);
}
.ant-price.three.active .ant-icon i{
  background-color: #0036FF;
  color: #fff;
}
.ant-price.three .ant-price-btn{
  border-radius: 25px;
}
/*=-=-=-=-=-=-=price-four=-=-=-=-=-=*/
.ant-price.four{
  text-align: start;
  border: 0;
}
.ant-price.four.active{
  box-shadow: 0px 4px 20px rgba(33, 33, 33, 0.08);
}
.ant-price.four .ant-price-heading{
  position: unset;
  padding: 0;
}
.ant-price.four .ant-price-header{
  border: 0;
}
.ant-price.four .ant-price-heading .title{
  background-color: transparent;
  color: #212121;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.ant-price.four .ant-currency{
  margin-bottom: 2rem;
}
.ant-price.four .ant-price-lists li{
  justify-content: flex-start;
  padding: 12px 0;
}
.ant-price.four .ant-price-lists span{
  font-size: 16px;
}
.ant-price.four .ant-price-lists li i{
  margin-right: 1rem;
  color: #212121;
}
.ant-price.four .ant-price-lists li a + i{
  margin-right: 0rem;
  margin-left: 1rem; 
}
.ant-price.four .ant-price-btn{
  background-color: transparent;
  border: 2px solid #E0E0E0;
  color: #212121;
  border-radius: 5px;
}
.ant-price.four.active .ant-price-btn{
  background-color: #0036FF;
  border-color: #0036FF;
  color: #fff;
}
.ant-price.four .ant-price-btn i{
  margin-right: 0.625rem;
}
.ant-price.four.active .ant-price-btn:hover{
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}
.ant-price.four .ant-price-btn:hover{
  background-color: #0036FF;
  border-color: #0036FF;
  color: #fff;
}
.ant-price.four .ant-price-header .ant-duration {
  display: inline-block;
  vertical-align: bottom;
}
.ant-price.four .ant-price-lists { 
  padding-bottom: 0;
}
/*=-=-=-=-=-=-=price-five=-=-=-=-=-=*/
.ant-price.five{
  text-align: start;
}
.ant-price.five.active{
  border: 0;
  box-shadow: 0px 10px 55px rgba(33, 33, 33, 0.12);
}

.ant-price.five .ant-price-heading{
  position: relative;
  padding: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0;
}
.ant-price.five.active .ant-price-heading .title{
  box-shadow: unset;
}
.ant-price.five .ant-price-header .ant-icon{
  margin: 0;
}
.ant-price.five .ant-currency {
  padding: 25px 0;
}
.ant-price.five .ant-price-header .ant-duration{
  display: inline-block;
  vertical-align: bottom;
}
.ant-price.five .ant-icon .icon{
  background-color: transparent;
  width: unset;
  height: unset;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.ant-price.five .ant-price-heading .title{
  background-color: transparent;
  color: #212121;
  font-size: 24px;
  padding: 0;
}
.ant-price.five .ant-price-header{
  padding: 0;
  border: 0;
}
.ant-price.five .ant-price-lists li{
  justify-content: flex-start;
}
.ant-price.five .ant-price-lists li i{
  margin-right: 1rem;
  color: #616161 ;
}
.ant-price.five .ant-price-lists li a + i{
  margin-right: 0rem;
  margin-left: 1rem; 
}
.ant-price.five .ant-price-header .ant-icon{
  justify-content: flex-start;
}
/*=-=-=-=-=-=-=price-six=-=-=-=-=-=*/
.ant-price.six{
  padding: 45px 40px;
  border: 0;
  box-shadow: 0px 10px 55px rgba(33, 33, 33, 0.12);
}
.ant-price.six .ant-price-heading .title{
  position: relative;
  display: block;
  border-radius: 0;
}
.ant-price.six.active .ant-price-heading .title{
  color: #0036FF;  
}
.ant-price.six.active .ant-price-heading .title::before{
  background-color: #0036FF;
}
.ant-price.six .ant-price-lists {
  padding: 15px 0 30px;
}
.ant-price.six .ant-price-lists li{
  justify-content: center;
  padding: 10px 0;
}
.ant-price.six .ant-price-lists li i {
  margin-right: 1rem;
  color: #616161;
}
.ant-price.six .ant-price-lists li a + i{
  margin-right: 0rem;
  margin-left: 1rem; 
}
.ant-price.six .ant-price-header {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.ant-price.six .ant-price-btn i{
  margin-left: 0.5rem;
}
/*=-=-=-=-=-=-=price-seven=-=-=-=-=-=*/
.ant-price.seven{
  text-align: start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 45px 40px;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  background-color: #212121;
}
.ant-price.seven.active::before {
  content: '';
  display: block;
  background: #212121;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
  transition: all 0.5s;
}
.ant-price.seven .ant-currency{
  color: #fff;
}
.ant-price.seven .ant-price-heading{
  position: relative;
  padding-top: 0;
}
.ant-price.seven .ant-price-header{
  border: 0;
}
.ant-price.seven .ant-price-heading .title{
  background-color: transparent;
  color: #fff;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
}
.ant-price.seven.active .ant-price-heading .title{
  box-shadow: unset;
}
.ant-price.seven .ant-price-lists li{
  justify-content: start;
  padding: 11px 0;
}
.ant-price.seven .ant-price-lists a{
  color: #fff;
}
.ant-price.seven .ant-price-lists li i {
  margin-right: 1rem;
  color: #fff;
}
.ant-price.seven .ant-price-lists li a + i {
  margin-right: 0rem;
  margin-left: 1rem;
}
.ant-price.seven .ant-price-header .ant-duration{
  display: inline-block;
  vertical-align: bottom;
}
.ant-price.seven .ant-price-btn{
  background-color: #fff;
  border-color: #fff;
  color: #212121 ;
}
.ant-price.seven .ant-price-btn:hover{
  background-color: #0036FF;
  color: #fff;
  border-color: #0036FF;
}
/*=-=-=-=-=-=-=price-eight=-=-=-=-=-=*/
.ant-price.eight{
  border-radius: 0;
}
.ant-price.eight .ant-price-header .ant-icon{
  margin-top: 0;
}
.ant-price.eight .ant-icon .icon{
  background: transparent;
  height: auto;
  font-size: 60px;
}
.ant-price.eight .ant-price-heading {
  position: unset;
  padding: 0;
}
.ant-price.eight .ant-price-heading .title{
  background-color: transparent;
  color: #212121;
  font-size: 24px;
  box-shadow: unset;
}
.ant-price.eight .ant-price-lists li{
  justify-content: center;
  padding: 10px 0 ;
}
.ant-price.eight .ant-price-lists li i {
  margin-right: 1rem;
}
.ant-price.eight .ant-price-lists li a + i {
  margin-right: 0rem;
  margin-left: 1rem;
}
.ant-price.eight .ant-currency{
  margin-bottom: 2rem;
}
.ant-price.eight .ant-currency-sign{
  font-size: 24px;
  color: #0036FF;
}
.ant-price.eight .ant-currency-value{
  font-size: 60px;
  font-weight: 600;
  color: #0036FF;
} 
.ant-price.eight .ant-duration{
  color: #212121  ;
}
/***************
  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 {
  margin-right: 1rem;
  width: 130px;
  height: 100px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(173, 162, 162, 0.45);
}
.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;
}
/* -----price-list two----- */
.ant-price-list.two .ant-list{
  justify-content:  flex-start;
  display: flex;
}
.ant-price-list.two .ant-title-connector{
  flex: 0 0 40%;  
}
.ant-price-list.two .amount{
  padding: 4px 8px;
  background-color: #B17F3D;
  color: #fff;
  font-size: 16px;

}
.ant-price-list.two .ant-list-image{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
/* -----price-list three----- */
.ant-price-list.three .ant-list{
  position: relative;
}

.ant-price-list.three .ant-title-connector {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  border-color: #ADA2A2;
}
.ant-price-list.three .ant-list-image{
  width: 130px;
  height: 130px;
  border-radius: 4px;
  overflow: hidden;
}
.ant-price-list.three .amount{
  padding: 4px 8px;
  background: #FFE7C7;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 10px;
}
/* -----price-list four----- */

.ant-price-list.four {
  padding: 30px;
  box-shadow: 0px 7px 20px rgba(173, 162, 162, 0.35);
}
.ant-price-list.four .ant-list-image{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ant-price-list.four .amount{
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #B17F3D;
  color: #fff;
  text-align: center;
  padding: 15px;
  transition: all 0.8s;
}
.ant-price-list.four:hover .amount{
  bottom: -60%;
}
.ant-price-list.four .ant-list{
  position: relative;
  padding-bottom: 10px;
}
.ant-price-list.four .ant-title-connector{
  position: absolute;
  bottom: 0;
  width: 50%;
  border-width: 2px;
  margin: 0;
}

/* -----price-list five----- */
.ant-price-list.five .ant-inner {
  display: flex;
  justify-content: space-between;
}
.ant-price-list.five {
  padding: 30px;
  box-shadow: 0px 7px 20px rgba(173, 162, 162, 0.35);
}
.ant-price-list.five .ant-inner{
  flex-direction: row-reverse;
}
.ant-price-list.five .ant-list-image{
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.ant-price-list.five .amount{
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 0%;
  background-color: #B17F3D;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  opacity: 0;
  transition: all 0.8s;
}
.ant-price-list.five:hover .amount{
  top: 50%;
  opacity: 0.8;
}
.ant-price-list.five .ant-list{
  position: relative;
  padding-bottom: 10px;
}
.ant-price-list.five .ant-title-connector{
  position: absolute;
  bottom: 0;
  width: 50%;
  border-width: 2px;
  margin: 0;
}
.ant-price-content.five{
  max-width: 70%;
}

/*--------------- price-menu ------------- */
.ant-price-menu .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-price-menu{
  border: 1px solid #EBE7E7;
  box-shadow: 0px 7px 20px rgba(173, 162, 162, 0.35);
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.8s;
}
.ant-price-menu:hover{
  box-shadow: 0px 25px 45px rgba(173, 162, 162, 0.4);
}
.ant-price-menu .ant-inner {
  position: relative;
  text-align: center; 
}
/* .ant-price-menu .ant-menu-image {
  height: 300px;
} */
.ant-price-menu .ant-menu-image img{
  border-radius: 15px;
}
.ant-price-menu .tag{
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #fff;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 18px;
  color: #B17F3D;
  margin-top: 15px;
  border-radius: 0px 4px 4px 0px;
  line-height: 1;
}
.ant-price-menu .amount{
  background: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0px 15px 25px rgba(177, 127, 61, 0.4);
  border-radius: 4px;
  color: #B17F3D;
  padding: 5px 15px;
  display: inline-block;
  transform: translateY(-14px);
}
.ant-price-menu .ant-title{
  font-size: 22px;
  font-weight: 700;
}
.ant-price-menu .ant-title a{
  text-decoration: none;
  color: #212121;
}
.ant-price-menu .ant-price-content {
  padding: 30px ;
  padding-top: 0 ;
}
.ant-price-menu .ant-price-content ul{
  padding-left: 0rem;
  margin-bottom: 0;
}
.ant-price-menu .ant-price-content ul li{
  list-style: none;
  padding: 12px 0;
  border-style: solid;
  border-color: #EBE7E7;
  border-width: 0px 0px 1px 0px;
  color: #616161;
}
.ant-price-menu .ant-price-content ul li:last-child{
  border: 0;
  padding-bottom: 0;
}
/* ----------price-menu  two--------- */
.ant-price-menu.two{
  background-color: #FFEBD0;
  transition: all 0.8s;
  padding: 0 0 30px 0;
  border-radius: 0 ;
  box-shadow: unset;
}
.ant-price-menu.two:hover{
  background-color: #B17F3D;
}
.ant-price-menu.two .ant-menu-image{
  padding: 30px 30px 0 30px;
}
.ant-price-menu.two .ant-menu-image img{
  border-radius: 0;
}
.ant-price-menu.two .tag{
  margin-left: 30px;
  margin-top: 30px;
  border-radius: 0;
}
.ant-price-menu.two .ant-price-content{
  padding: 0;
}
.ant-price-menu.two .ant-price-content ul li{
  border: 0;
  transition: all 0.8s;
}
.ant-price-menu.two:hover .ant-price-content ul li{
  color: #fff;
}
.ant-price-menu.two .amount{
  border-radius: 0;
}
.ant-price-menu.two .ant-title{
  transition: all 0.8s;
}
.ant-price-menu.two:hover .ant-title{
  color: #fff;
}
.ant-price-menu.three .ant-inner{
  padding: 30px;
}
/* ----------price-menu  three--------- */
.ant-price-menu.three{
  border: 1px solid #D6CFCF;
  box-shadow: unset;
}
.ant-price-menu.three:hover{
  box-shadow: 0px 25px 45px rgba(173, 162, 162, 0.4);
}
.ant-price-menu.three .ant-menu-image img{
  border-radius: 50%;
}
.ant-price-menu.three .tag{
  background-color: #b17f3d;
  color: #fff;
  border-radius: 0px 15px 15px 0px;
}
.ant-price-menu.three .ant-price-content {
  padding: 0px;
  padding-top: 0;
}
/* ----------price-menu  four--------- */
.ant-price-menu.four {
  box-shadow: unset;
  border: 0;
  overflow: unset;
}
.ant-price-menu.four .ant-menu-image {
  overflow: hidden;
  margin: 0 auto;
  position: relative; 
  z-index: 2;
}
.ant-price-menu.four .ant-menu-image img {
  border-radius: 50%;
}
.ant-price-menu.four .ant-menu-image::before{
  content: '';
  display: block;
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0%;
  height: 0%;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.ant-price-menu.four:hover .ant-menu-image::before{
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.ant-price-menu.four .ant-price-content{
  padding-top: 180px;
  box-shadow: 0px 7px 20px rgb(173 162 162 / 35%);
  transform: translateY(-150px);
  margin-bottom: -150px ;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ant-price-menu.four .ant-price-content::before{
  content: '';
  display: block;
  background-color: #B17F3D;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}
.ant-price-menu.four:hover .ant-price-content::before{
  top: 0;
}
.ant-price-menu.four .ant-price-content ul .ant-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  transition: all 0.5s;
}
.ant-price-menu.four:hover  .ant-menu{
  color: #fff;
}
.ant-price-menu.four .ant-title{
  transition: all 0.5s;
}
.ant-price-menu.four:hover .ant-title a{
  color: #fff;
}
.ant-price-menu.four .ant-title-connector {
  border-bottom: 1px dashed #ADA2A2;
  flex: 1;
  align-self: center;
  margin: 0 10px;
}
.ant-price-menu.four:hover  .ant-title-connector{
  border-color: #fff;
}
.ant-price-menu.four .amount{
  transform: translateY(0);
  box-shadow: unset ;
  padding: 0;
  background-color: transparent;
}
.ant-price-menu.four:hover .amount{
  color: #fff;
}

/* ----------price-menu  five--------- */
.ant-price-menu.five{
  box-shadow: unset;
}
.ant-price-menu.five .ant-menu-image{
  padding: 30px;
}
.ant-price-menu.five .ant-price-content ul .ant-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
}
.ant-price-menu.five .ant-title-connector {
  border-bottom: 1px dashed #B17F3D;
  flex: 1;
  align-self: center;
  margin: 0 10px;
}
.ant-price-menu.five .amount{
transform: translateY(0);
box-shadow: unset ;
background-color: #FFE7C7;
border-radius: 4px;
padding: 4px 8px;
font-size: 16px;
}
/* ----------price-menu  six--------- */
.ant-price-menu.six{
  overflow: unset;
  border-radius:0 ;
}
.ant-price-menu.six .ant-menu-image img{
  border-radius: 0;
}
.ant-price-menu.six .amount{
  transform: translateY(0);
  box-shadow: unset ;
  background-color: #B17F3D;
  border-radius: 0px;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
}
.ant-price-menu.six .ant-price-content{
  padding-top: 30px ;
}
.ant-price-menu.six .ant-price-content ul .ant-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  position: relative;
}
.ant-price-menu.six .ant-menu:last-child .ant-title-connector{
  border: 0 ;
} 
.ant-price-menu.six .ant-title-connector{
  border-bottom: 1px dashed #ADA2A2;
  flex: 1;
  align-self: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;   
}
/* ----------price-menu seven--------- */
.ant-price-menu.seven {
  overflow: unset;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
}
.ant-price-menu.seven .ant-inner {
  text-align: start;
}
.ant-price-menu.seven .ant-menu-image{
  position: relative;
}
.ant-price-menu.seven .ant-menu-image img {
  border-radius: 20px 20px 4px 4px;
}
.ant-price-menu.seven .tag {
  bottom: -4%;
  top: unset;
  left: 10%;
  margin: 0;
  border-radius: 15px;
  background-color: #0036FF;
  color: #fff;
  padding: 5px 12px;
  line-height: 1.1;
  box-shadow: 0px 15px 25px rgb(0 54 255 / 38%);
}
.ant-price-menu.seven .ant-price-content {
  padding-top: 30px;
}
.ant-price-menu.seven .description{
  margin-bottom: 1rem;
}
.ant-price-menu.seven .anant-star-rating {
  margin-bottom: 1rem;
  color: #FFC704;
  font-size: 1.063rem;
}
.ant-price-menu.seven .ant-price-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ant-price-menu-btn .more {
  margin-top: 1rem;
  background-color: #121212;
  color: #fff;
  padding: 15px 30px;
  line-height: 1.25;
  border-radius: 0.5rem;
  display: inline-block;
}
.ant-price-menu.seven .amount {
  transform: translateY(0);
  color: #0036ff;
  box-shadow: none;
  background-color: #e5ebff;
}
/***************
  Number
*****************/  
/*====================== 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;
}
/* ---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%; 
}
/* ---image--comparison -two-- */
.image-comparison.two .vertical .jx-arrow{
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
}
.image-comparison.two .vertical .jx-arrow.jx-right {
  border: 0;
  box-shadow: unset;
  top: 21px; 
}
.image-comparison.two .vertical .jx-arrow.jx-right::before{
  content: '\f078';
  font-size: 22px;
  transform: rotate(90deg);
}
.image-comparison.two:hover .vertical .jx-arrow.jx-right{
  top: 30px;
}
.image-comparison.two .vertical .jx-arrow.jx-left {
  border: 0;
  box-shadow: unset;
  bottom: 21px;
  top: unset;
  z-index: 1;
}
.image-comparison.two:hover .vertical .jx-arrow.jx-left{
  bottom: 30px;
}
.image-comparison.two .vertical .jx-arrow.jx-left::before{
  content: '\f077';
  font-size: 22px;
  transform: rotate(-90deg);
} 
.image-comparison.two .vertical div.jx-handle:hover div.jx-arrow.jx-left,
.image-comparison.two .vertical div.jx-handle:active div.jx-arrow.jx-left {
   left: 50%; 
   top: unset;
}
.image-comparison.two .vertical div.jx-handle:hover div.jx-arrow.jx-right, 
.image-comparison.two   .vertical div.jx-handle:active div.jx-arrow.jx-right {
  right: unset;
  bottom: unset;
}
/* ---- 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;
} 
/* ---- progress-bar Three-------- */
.ant-progress-item.three .ant-progress{
  position: relative;
  height: 8px;
}
.ant-progress-item.three .ant-progress .ant-progress-bar{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) ;
  height: 200%;
}
.ant-progress-item.three .ant-progress .ant-progress-bar:after{
  content: '';
  display: none;
}
/* ---- progress-bar Four-------- */
.ant-progress-item.four {
  position: relative;
}
.ant-progress-item.four .ant-pro-title {
  margin-bottom: 0px;
  font-size: 16px;
  height: 100%;
  padding:  10px 0;
  color: #212121;
}
.ant-progress-item.four .ant-progress{
  height: 20px;
  position: relative;
  padding: 5px 6px;
  border-radius: 2px;
  border: 1px solid #0036FF;
  background-color: transparent;
}
.ant-progress-item.four .ant-progress-bar {
  position: relative;
  border-radius: 2px;
}
.ant-progress-item.four .ant-progress-bar::after{
  content: '';
  display: none;
}
.ant-progress-item.four .ant-pro-percentage{
  background-color: #212121;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0px;
  top: -40px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.ant-progress-item.four .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;
}

/* ---- progress-bar Five-------- */
.ant-progress-item.five .ant-progress{
  height: 25px;
  position: relative;
}
.ant-progress-item.five .ant-progress-bar::after{
  display: none;
}
/*-=-=-=-=-=-latest-blog-=-=-=-=-=-*/
@media(max-width: 768px){
  .post , .post2 , .post3 {
    margin-bottom: 30px;
  }
}
.post .post_img {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.post .date {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background-color: #c77e10;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 5px;
  line-height: 1;
}
.post .date .month {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.post .date .day {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.post .post_title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.post .post_content{background-color: #fff;padding: 10px;}
.post .post_info{margin-bottom: 15px;}
.post .post_info .author a{
  color: #666;
  text-decoration: none;
}
.post .author + .author:before{
  display: inline-block;
  content: "/";
  vertical-align: top;
  margin: 0 5px;
}
.post .post_img:hover .post_overlay{
  background-color: rgba(199 126 16 / 70%);
  transition: all 1s;
  visibility: visible;
}
.post .post_overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.post .post_link{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  line-height: 2;
  color: #000;
  font-size: 20px;
}

.post-btn{
  margin-top: 50px;
}


/*=-=-=-=-=-=-=-blog-second-=-=-=-=-=-=-=-=*/
.post2 .post_img{
  margin: 0;
  overflow: hidden;
}
.post2 .post_content .post_info{
  padding: 10px 0;
}
.post2 .post_content .date a {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  text-decoration: none;
}
.post2 .post_content .date a i{
  color: #ff5316;
  margin-right: 5px;
}
.post2 .post_content .post_title {
  font-size: 24px;
  margin-bottom: 15px;
}
.post2 .effect{transition: all 1s;}
.post2:hover .effect{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s;
}


/*=-=-=-=-=-=-=-blog-three-=-=-=-=-=-=-=-=*/
.post3 .post_img{
  margin: 0;
  overflow: hidden;
  position: relative;
}
.post3:hover .img_iffect{
  background-color: rgba(0 0 0 / 60%);
  transition: all 1s;
}
.img_iffect{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s;
}
.post3 .post_content {
  padding: 20px;
  background-color: #fff;
}
.post3 .post_content .post_info{
  padding: 10px 0;
}
.post3 .post_content .date a, .post3 .post_content .author a {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}
.post3 .post_content .date a i, .post3 .post_content .author a i{
  color: #ff5316;
  margin-right: 5px;
}
.post3 .post_content .post_title {
  font-size: 24px;
  margin-bottom: 15px;
}
.post3 .effect{transition: all 1s;}
.post3:hover .effect{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s;
}

/*-=-=-=-=-=-=-=-shop-=-=-=-=-=-=-=*/
.product_one .zooming {transition: all 1s;}
.product_one:hover .zooming {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s;
}
.product_one{margin-bottom: 30px;}
.product_one .item_img{
  overflow: hidden;
  margin: 0;
}
.product_one .product-title .product_price{
  float: right;
  font-size: 18px;
  font-weight: 600;
}
.product-title {
  background-color: #fff;
  padding: 10px;
}
.product_one .product-title h3{
  font-size: 22px;
  font-weight: 700;
}
.product_one .product-title .category{
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
}

/*=======================================-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-content i {
  font-size: 16px;
} 
.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;
}
/***************
  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;
  color: #FFC704;
  padding: 8px 0;
  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;
}

/*==testimonial-four=-*/
.testimonial_four{
  padding: 35px 40px;
  position: relative;
  background: #EAF3FF;
  transition: all 0.5s;
}
.testimonial_four.active {
  background: #0036FF;
}
.testimonial_four h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
.testimonial_four .testi-star {
  font-size: 16px;
  padding-bottom: 15px;
  color: #FFC704;
}
.testimonial_four .testi-content {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.testimonial_four .user-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_four .user-title a{
  color: #121212;
}
.testimonial_four .testi-img img{
  margin-right: 15px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial_four .discription {
  line-height: 30px;
  color: #616161;
}
.testimonial_four .details {
  margin-bottom: 0;
  color: #616161;
}
.testimonial_four.active .title {
  color: #fff;
}
.testimonial_four.active .discription {
  color: #fff;
}
.testimonial_four.active .user-title a{
  color: #fff;
}
.testimonial_four.active .details {
  color: #fff;
}
/*==testimonial-five=-*/
.testimonial_five{
  position: relative;
  transition: all 0.5s;
  margin-top: 20px;
}
.testimonial_five h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
.testimonial_five .testi-icon {
  font-size: 50px; 
  position: absolute;
  right: 5%;
  top: -8%;
  color: #0036FF;
  z-index: 1;
}
.testimonial_five .sub-qute {
  padding: 30px;
  box-shadow: 0px 4px 35px rgba(33, 33, 33, 0.1);
  position: relative;
  background-color: #fff;
}
.testimonial_five .sub-qute::before{
  content: '';
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 10%;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;    
  box-shadow: 0px 4px 35px rgb(33 33 33 / 10%)
} 
.testimonial_five .testi-content{
  padding: 20px;
  display: flex;
  align-items: center;
}
.testimonial_five .testi-img img {
  border: 2px solid #0036FF;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 20px;
}
.testimonial_five .testi-star {
  font-size: 16px;
  padding: 15px 0;
  color: #FFC704;
}
.testimonial_five .discription {
  line-height: 30px;
  color: #616161;
}
.testimonial_five .user-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_five .user-title a{
  color: #121212;
}
.testimonial_five .details {
  margin-bottom: 0;
  color: #616161;
}
/*==testimonial-six=-*/
.testimonial_six {
  padding: 30px;
  border: 1px solid #E0E0E0;
  text-align: center;
  box-shadow: 0px 4px 0px 5px rgba(33, 33, 33, 0.12);
  transition: all 0.5s;
}
.testimonial_six:hover{
  box-shadow: 0px 4px 0px 5px #0036FF;
}
.testimonial_six h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
.testimonial_six .sub-qute{
  position: relative;
  margin-bottom: 20px;
}
.testimonial_six .discription {
  line-height: 30px;
}
.testimonial_six .testi-img{ 
  position: relative;
}
.testimonial_six .testi-img{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 2px auto 25px;
}

.testimonial_six .testi-img img{
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.testimonial_six  .testi-icon{
  font-size: 55px;
  color: #0036ff;
}
.testimonial_six .testi-star {
  font-size: 16px;
  padding: 15px 0;
  color: #FFC704;
}
.testimonial_six .user-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_six .user-title a{
  color: #212121;
}
.testimonial_six .details {
  margin-bottom: 0;
  color: #616161;
}
/*==testimonial-seven=-*/
.testimonial_seven{
  position: relative;
  transition: all 0.5s;
}
.testimonial_seven h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
.testimonial_seven .testi-icon {
  font-size: 50px; 
  position: absolute;
  right: 5%;
  top: -40px;
  color: #0036FF;
}
.testimonial_seven .sub-qute {
  padding: 30px;
  box-shadow: 0px 4px 35px rgba(33, 33, 33, 0.1);
  position: relative;
  background-color: #EAF3FF;
}
.testimonial_seven .testi-content{
  padding: 15px;
  display: flex;
  align-items: center;
  margin: 0 35px;
  background-color: #0036ff;
  transform: translateY(-35px);
}
.testimonial_seven .testi-img img{
  width: 100%;
  height: 100%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 20px;
  border: 2px solid #0036FF;
}
.testimonial_seven .testi-star {
  font-size: 16px;
  padding-bottom: 15px;
  color: #FFC704;
}
.testimonial_seven .discription {
  line-height: 30px;
  color: #616161;
}
.testimonial_seven .user-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_seven .user-title a{
  color: #fff;
}
.testimonial_seven .details {
  margin-bottom: 0;
  color: #fff;
}
.testimonial_seven.active .sub-qute{
  background-color: #fff;

}

/*==testimonial-eight=-*/
.testimonial_eight{
  padding: 30px 40px;
  box-shadow: -4px 0px 30px -20px rgba(33, 33, 33, 0.4);
  position: relative;
  background: #fff;
  transition: all 0.5s;
}
.testimonial_eight h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
.testimonial_eight .testi-icon {
  font-size: 50px;
  position: absolute;
  top: 10%;
  left: 75%;
  color: #eaf3ff;
}
.testimonial_eight .testi-star {
  font-size: 16px;
  padding-bottom: 10px;
  color: #FFC704;
}
.testimonial_eight .testi-content {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.testimonial_eight .user-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_eight .user-title a{
  color: #121212;
}
.testimonial_eight .testi-img{
  margin-right: 10px;
  border-radius: 0%;
}
.testimonial_eight .testi-img img{
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-bottom: 4px solid #0036ff;
}
.testimonial_eight .discription {
  line-height: 30px;
  color: #616161;
  margin-bottom: 5px;
}
.testimonial_eight .details {
  margin-bottom: 0;
  color: #616161;
}

/*==testimonial-nine=-*/
.testimonial_nine{
  padding: 45px 40px 30px;
  box-shadow: 0px 0px 55px rgba(33, 33, 33, 0.12);
  position: relative;
  background: #fff;
  transition: all 0.5s;
}
.testimonial_nine h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
.testimonial_nine .anant-testimonial-card-description {
  border-bottom: 1px solid #efefef;
}
.testimonial_nine .testi-icon {
  font-size: 16px;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0%;
  right: 0;
  background-color: #0036ff;
  color: #fff;
  border-radius: 10px 0px 10px 10px;
  line-height: 45px;
  text-align: center;
}
.testimonial_nine .testi-star {
  font-size: 16px;
  padding-bottom: 15px;
  color: #FFC704;
}
.testimonial_nine .testi-content {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.testimonial_nine .user-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_nine .user-title a{
  color: #121212;
}
.testimonial_nine .testi-img{
  margin-right: 15px;
}
.testimonial_nine .testi-img img{
  object-fit: cover;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.testimonial_nine .discription {
  line-height: 30px;
  color: #616161;
}
.testimonial_nine .details {
  margin-bottom: 0;
  color: #616161;
}
/*==testimonial-ten=-*/
.testimonial_ten{
  padding: 60px 40px 30px;
  box-shadow: 0px 0px 55px rgba(33, 33, 33, 0.12);
  position: relative;
  background: #fff;
  transition: all 0.5s;
  margin-top: 35px;
}
.testimonial_ten h3.title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  transition: all 0.5s;
}
.testimonial_ten .testi-star {
  font-size: 16px;
  padding-bottom: 15px;
  color: #FFC704;
}
.testimonial_ten .testi-content {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.testimonial_ten .user-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_ten .user-title a{
  color: #121212;
}
.testimonial_ten .testi-img{
  margin-right: 15px;
  border-radius: 0%;
  position: absolute;
  top: -35px;
  left: 75%;
}
.testimonial_ten .testi-img img{
  width: 75px;
  height: 75px;
  object-fit: cover;
  border: 2px solid #0036ff;
}
.testimonial_ten .discription {
  line-height: 30px;
  color: #616161;
}
.testimonial_ten .details {
  margin-bottom: 0;
  color: #0036ff;
}
/**************
  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 {
	padding: 95px 10px;
	display: grid;
	grid-template-columns: auto auto auto auto;
	align-items: center;
	width: 100%;
}
.ant-cta .ant-content .ant_title {
	grid-area: 1 / 1 / span 1 / span 2;
}
.ant-cta .ant-content .ant-call-button {
	grid-area: 1 /3 / span 1 / span 4;
}
.ant-cta .ant_title {
}
.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;
  justify-content: end;
}
.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;
}
.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{
  text-align: center;
  display: block;
}
.ant-cta.two .ant_title {
  margin-bottom: 20px;
}
.ant-cta.two .ant-call-button {
  display: flex;
  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 -three ----  */
.ant-cta.three .ant_title span{
  display: block;
  margin-bottom: 20px;
} 
.ant-cta.three .ant_title {
  margin-right: 15px;
} 
.ant-cta.three .ant-content .ant-img {
  grid-area: 1 / 3 / span 1 / span 4;
}
.ant-cta.three .ant-call-button {
  display: flex;
} 
.ant-cta.three .ant-call-button .ant_cta_btn{
  border: 1px solid #fff;
}
.ant-cta.three .ant-call-button .ant_cta_btn:hover{
  border: 1px solid #0036FF;
}
/* -----------cta Responsive ----  */
@media (max-width: 767.98px ) {
  .ant-cta .ant_title{
    width: 100%;
    text-align: center;
  }
  .ant-cta.three .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{
    justify-content: center;
  }
 .ant-cta.three .ant-call-button {
    justify-content: center;
  }
  .ant-cta .ant-content .ant_title {
    grid-area: 1 / 1 / span 1 / span 4;
  }
  .ant-cta .ant-content .ant-call-button {
    grid-area: 2 / 1 / span 2 / span 4;
  }
  .ant-cta.three .ant-content .ant-img {
    grid-area: 2 / 1 / span 2 / span 4;
    margin: 20px auto 0;
  }
  .ant-cta .subtitle{
    text-align: center;
  }
  .ant-cta .title{
    text-align: center;
  }
  .ant-cta .text{
    text-align: center;
  }
}
@media (max-width: 575.98px ) {
  .ant-cta .anant-cta-card-read-more + .anant-cta-card-read-two-more{
    margin-top: 20px;
    margin-left: unset;
  }
  .ant-cta.two .ant-call-button, .ant-cta.three .ant-call-button{
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.ant-cta .ant_title
/**************
ant-Author 
***************/
.ant-author-item {
  padding: 20px;
  box-shadow: 0px 7px 15px rgba(18, 18, 18, 0.15);
  background-color: #fff;
  transition: all 0.5s;
}
.ant-author-thumbnail {
  position: relative;
}
.ant-author-thumbnail .ant-img {
  display: block;
}

.ant-author-item .ant-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-label-left .ant-label{
  left: 0;
  right: unset;
}
.ant-author-item .ant-label{
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
}
.ant-author-item .ant-label span {
  padding: 4px 8px;
  background-color: #0036FF;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.ant-author-item .ant-content {
  padding: 35px 10px 10px;
}
.ant-author-item .ant-author-title { 
  text-transform: capitalize;
}
.ant-author-title .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}
.ant-author-title .title a{
  color: #212121;
}
.ant-author-title span{
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #616161;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.ant-author-item .ant-social-icons {
  text-align: center;
  justify-content: center;
  display: flex;
}
.ant-author-item .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-item .ant-social-icons a svg{
	fill: #212121;
	width: 16px;
	height: 16px;
	z-index: 1;
	transition: all 0.5s;
}
.ant-author-item .ant-social-icons a:hover svg{
	fill: #fff;
}
.ant-author-item .ant-social-icons a:hover{
  background-color: #0036FF;
  color:#fff ;
} 

/* ----author two ---- */
.ant-author-item.two {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.ant-author-item.two .ant-img{
  position: relative;
}
.ant-author-item.two .ant-img::before{
  content: '';
  display: block;
  background:linear-gradient(180deg, rgba(33, 33, 33, 0.05) 0%, #212121 100%); ;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.ant-author-item.two .ant-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
.ant-author-item.two .ant-label span{
  border-radius: 4px;
}
.ant-author-item.two .ant-content { 
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ant-author-item.two .title a{
  color: #fff;
}
.ant-author-item.two .ant-author-title span{
  color: #fff;
}
.ant-author-item.two .ant-social-icons {
  text-align: center;
  opacity: 0;
  margin-bottom: -45px;
  transition: all 0.5s;
}
.ant-author-item.two:hover .ant-social-icons{
  margin-bottom: 20px;
  opacity: 1;
}
.ant-author-item.two .ant-social-icons a {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}
.ant-author-item.two .ant-social-icons a svg{
	fill: #fff;
}
.ant-author-item.two .ant-social-icons a:hover{
  transform: translateY(-5px);
}
.ant-author-item.two .ant-social-icons a:hover{
  background-color: #0036FF;
  border-color: #0036FF;
} 
/* ------ author three-- */
.ant-author-item.three {
  padding: 0px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  /* box-shadow: 0px 7px 15px rgba(18, 18, 18, 0.15); */
}
.ant-author-item.three .ant-author-thumbnail .ant-img {
  display: block;
  height: 370px;
}
.ant-author-item.three .ant-img::before {
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.05) 0%, #212121 100%);
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.ant-author-item.three .ant-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  left: unset;
}
.ant-author-item.three .ant-content {
  padding: 0px !important;
}
.three .ant-author-title span { 
  margin-bottom: 0px; 
}
.ant-author-item.three .ant-label span {
  border-radius: 4px;
}
.ant-author-item.three .ant-author-title{
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}
.ant-author-item.three .ant-social-icons {
  position: absolute;
  top: 5%;
  left: -30%;
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  transition: all 0.5s;
}
.ant-author-item.three:hover .ant-social-icons{
  left: 0%;
}
.ant-author-item.three .ant-social-icons a {
  background: transparent;
  color: #fff;
  transition: all 0.5s;
  margin-right: 5px;
  border: 1px solid #D6CFCF;
  margin-bottom: 8px;
  border-radius: 4px;
} 
.ant-author-item.three .ant-social-icons a svg{
	fill: #fff;
}
.ant-author-item.three .ant-social-icons a:hover{
  background-color: #0036FF;
  border-color: #0036FF;
  color: #fff;
} 
/* -----author five --- */
.ant-author-item.five {
  border-radius: 8px;
  transition: all 0.5s;
  border-bottom: 3px solid transparent;
  padding: 20px;
}
.ant-author-item.five:hover{
  border-bottom: 3px solid #0036ff;
}
.ant-author-item.five .ant-author-thumbnail .ant-img {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s;
}
.ant-author-item.five .ant-author-thumbnail .ant-img img{
  transition: all 0.5s;
  transform: scale(1);
}
.ant-author-item.five:hover .ant-author-thumbnail .ant-img img{
  transform: scale(1.2);
}
.ant-author-item.five .ant-social-icons a {
  display: inline-flex;
  background-color: transparent;
  border: 1px solid #616161; 
  border-radius: 4px;
}
.ant-author-item.five .ant-social-icons a:hover{
  background-color: #0036FF;
  border-color: #0036FF;
  color: #fff;
}
.ant-author-item.five .ant-content{
  padding-bottom: 0;
}
/* -----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 .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;
}
/* -----author List two --- */
.ant-author-list.two{
  padding:0;
  box-shadow:unset;
} 
.ant-author-list.two .ant-author-thumbnail .ant-img {
  display: block;
  width: 240px;
  height: 250px;
  margin-right: 0px;
  border-radius: 6px;
  overflow:hidden;
}
.ant-author-list.two .ant-label {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0px;
  padding:10px;
}
.ant-author-list.two .ant-label span{
  border-radius: 3px;
}
.ant-author-list.two .ant-content{
  padding: 20px 30px;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
}
.ant-author-list.two .ant-social-icons a{
  border-radius:50%;
  background:#fff;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #616161;
}
.ant-author-list.two .ant-social-icons a:hover{
  background: #0036FF;
  border-color: #0036FF;
}
/* -----author List three --- */
.ant-author-list.three{
  padding:0;
  box-shadow:unset;
  border-radius: 130px;
  background-color:#E5EBFF;
  border-width: 0px 4px 1px 0px;
  border-style: solid;
  border-color: #616161;
}
.ant-author-list.three .ant-author-thumbnail .ant-img {
  display: block;
  width: 240px;
  height: 240px;
  margin-right: 30px;
  border-radius:50%;
  overflow:hidden;
}
.ant-author-list.three .ant-label{
  padding:10px;
}
.ant-author-list.three .ant-label span{
  border-radius:18px;
}
.ant-author-list.three .ant-social-icons a{
  border-radius:50%;
  background:#fff;
}
.ant-author-list.three .ant-social-icons a:hover{
  background:#0036ff;
}
/* -----author List four --- */
.ant-author-list.four {
  padding:0;
  border: 0;
}
.ant-author-list.four .ant-author-thumbnail .ant-img {
  height: 240px;
}
.ant-author-list.four .ant-social-icons a{
  background:#fff;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #616161;
}
.ant-author-list.four .ant-social-icons a:hover{
  background:#0036ff;
  border-color:#0036ff;
}
/* -----author List five --- */
.ant-author-list.five {
  border-radius:5px;
}
.ant-author-list.five .ant-label{
  padding: 10px;
}
.ant-author-list.five .ant-label span{
  border-radius: 3px;
}
.ant-author-list.five .ant-author-thumbnail .ant-img{
  height: 240px;
  border: 1px solid #616161;
  border-radius: 5px;
  overflow: hidden;
}
.ant-author-list.five .ant-social-icons a{
  border-radius:50%;
  box-shadow: 4px 4px 4px rgba(33, 33, 33, 0.3);
}

/**********
Dual Button
************/
/*=-=-=-=-=-=-=ant-dual-button_one=-=-=-=-=-=*/
.ant-dual-button .ant-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: 0;
  overflow: hidden; 
  transition: all 0.8s;
}
.ant-dual-button .ant-btn i{
  margin-right: 5px;
}
.ant-dual-button .ant-btn span + i{
  margin-left: 5px;
  margin-right: auto;
}
.ant-dual-button .ant-btn:nth-child(2) {
  margin-left: 5px;
}
.ant-dual-button .one a{
text-decoration: none;
}
.ant-dual-button.one .ant-btn.one:hover{ 
  color: #0036FF; 
  z-index: 1;
  background: transparent !important;
}
.ant-dual-button.one .ant-btn::before{    
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: -50px;
  transform: translateX(-120%) skewX(30deg);  
  z-index: -1; 
  height: 110%;
  transition: all 0.8s;
}
.ant-dual-button.one .ant-btn:hover:before{ 
  transform: translateX(0) skewX(30deg);
}
.ant-dual-button.one .ant-btn.one::before{  
  background-color: #fff;
}
.ant-dual-button.one .ant-btn.two{ 
  background-color: #fff;  
  color: #0036FF; 
}
.ant-dual-button.one .ant-btn.two:hover{ 
  color: #fff; 
  z-index: 1;
  background: transparent !important;
}
.ant-dual-button.one .ant-btn.two::before{  
  background-color: #0036FF;
}

/*=-=-=-=-=-=-=ant-dual-button.two=-=-=-=-=-=*/
.ant-dual-button.two .ant-btn{
  background-color: transparent;
  color: #0036ff;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: 0.2s;
}
.ant-dual-button.two .ant-btn.one{
  background-color: #0036ff;
  color: #fff;
}
.ant-dual-button.two .ant-btn.one:hover{
  color: #0036FF;
}
.ant-dual-button.two .ant-btn.two:hover{
  color: #fff;
}
.ant-dual-button.two .ant-btn::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 210%;
  left: 0;
  width: 25%;
  height: 150%;
  transform: translateY(-50%) scale(1.4);
  border-radius: 40% 40% 0 0 !important;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.ant-dual-button.two .ant-btn.one::before{
  background-color: #fff;
}
.ant-dual-button.two .ant-btn::after{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 210%;
  left: 25%;
  width: 25%;
  height: 150%;
  border-radius: 40% 40% 0 0 !important;
  transform: translateY(-50%) scale(1.4);
  z-index: -1;
  transition: all 0.5s ease-in-out 0.08s;
}
.ant-dual-button.two .ant-btn.one::after{
  background-color: #fff;
}
.ant-dual-button.two .ant-btn span::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 210%;
  left: 50%;
  width: 25%;
  height: 150%;
  transform: translateY(-50%) scale(1.4);
  border-radius: 40% 40% 0 0 !important;
  z-index: -1;
  transition: all 0.5s ease-in-out 0.16s;
}
.ant-dual-button.two .ant-btn.one span::before{
  background-color: #fff;
  
}
.ant-dual-button.two .ant-btn span::after{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 210%;
  left: 75%;
  width: 25%;
  height: 150%;
  transform: translateY(-50%) scale(1.4);
  border-radius: 40% 40% 0 0 !important;
  z-index: -1;
  transition: all 0.5s ease-in-out 0.24s;
}
.ant-dual-button.two .ant-btn.one span::after{
  background-color: #fff;
}
.ant-dual-button.two .ant-btn:hover::before{
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}
.ant-dual-button.two .ant-btn:hover::after{
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}
.ant-dual-button.two .ant-btn:hover span::before{
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}
.ant-dual-button.two .ant-btn:hover span::after{
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}
/*=-=-=-=-=-=-=ant-dual-button three=-=-=-=-=-=*/
.ant-dual-button.three .ant-btn{
  background-color: #212121;
  color: #FFF;
  border-radius: 60px;
  position: relative;
  z-index: 1;
  transition: 0.2s;
}
.ant-dual-button.three .ant-btn.two{
  background-color: #0036FF;
}
.ant-dual-button.three .ant-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002bcc;
  border-radius: 60px;
  z-index: -1;
  transition: transform 500ms ease;
}
.ant-dual-button.three .ant-btn:hover::after {
  transform: translateX(65%);
}
.ant-dual-button.three .ant-btn.two::after{
  background-color: #212121;
}
.ant-dual-button.three .icon-container {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  transition: transform 500ms ease;
  align-self: flex-start;
}

.three span + .icon-container i{
  margin-left: 5px;
  margin-right: unset;
}
.ant-dual-button.three .ant-btn .icon-container .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  transition: transform 500ms ease, opacity 250ms ease;
}
.ant-dual-button.three .ant-btn .icon-container .icon--left {
  transform: translateX(-200%);
  opacity: 0;
}
.ant-dual-button.three .ant-btn:hover .icon-container .icon--left {
  transform: translateX(0);
  margin-left: 10px;
  opacity: 1;
}
.ant-dual-button.three .ant-btn:hover .icon-container .icon--right {
  transform: translateX(200%);
  opacity: 0;
}
.ant-dual-button.three .ant-btn.anant-no-flex .icon-container {
  margin-right: 15px;
  margin-left: 0;
}
.ant-dual-button.three .ant-btn.anant-no-flex:hover::after {
  transform: translateX(-65%);
}

.ant-dual-button.three .ant-btn.anant-no-flex .icon-container .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px; 
  transition: transform 500ms ease, opacity 250ms ease;
}
.ant-dual-button.three .ant-btn.anant-no-flex .icon-container .icon--left {
  transform: translateX(200%);
  opacity: 0;
}
.ant-dual-button.three .ant-btn.anant-no-flex:hover .icon-container .icon--left {
  transform: translateX(-12px);
  margin-left: 0px;
  margin-right: 10px;
  opacity: 1;
}
.ant-dual-button.three .ant-btn.anant-no-flex:hover .icon-container .icon--right {
  transform: translateX(-200%);
  opacity: 0;
}
/*=-=-=-=-=-=-=ant-dual-button four=-=-=-=-=-=*/
.ant-dual-button.four .ant-btn .layer{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #212121;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ant-dual-button.four .ant-btn:hover .layer{
  width: 225%;
  height: 562.5px;
}
/*=-=-=-=-=-=-=ant-dual-button five=-=-=-=-=-=*/

.ant-dual-button.five .ant-btn{
  background-color: #0036ff26;
  color: #fff;
  transition: 0.4s;
  border: 0;
  overflow: hidden;
}
.ant-dual-button.five .ant-btn::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width: 200%;
  height:200%;
  transition: all 0.5s;
  z-index: -1;
}
.ant-dual-button.five .ant-btn:hover::before{
  width: 0%;
  height:0%;
}
.ant-dual-button.five .ant-btn:hover{
  color: #0036FF;
}
.ant-dual-button.five .ant-btn.two{
  color:#0036FF;
}
.ant-dual-button.five .ant-btn.two::before{
  width: 0%;
  height:0%;
  border-radius: 50%;
}
.ant-dual-button.five .ant-btn.two:hover::before{
  width: 200%;
  height:200%;
}
.ant-dual-button.five .ant-btn.two:hover {
  color: #fff;
  background-color: unset !important;
}
.ant-dual-button.six .ant-btn.two{
  background-color: transparent;
  border-color: #0036FF;
  color: #0036FF;
}
/***************
  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;
}
/*=-=-=-=-=-=-=Business-Hours-Two=-=-=-=-=-=*/
.business_hours_two{
  position: relative;
  padding: 30px 35px;
  border: 8px double #000;
  border-radius: 8px;
  text-align: center;
  overflow: hidden; 
}
.business_hours_two .title {
  color: #0036FF;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.8;
}
.business_hours_two .header_content {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.business_hours_two .feature_content {
  padding: 20px 0;
}
.business_hours_two .feature_list {
  display: flex;
  justify-content: space-between;
}
.business_hours_two .separator {
  align-self: center;
  flex-grow: 1;
}
.business_hours_two .list_separator {
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #d8d8d8;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.business_hours_two .footer_text {
  color:#0036FF ;
  text-align: center;
  font-weight: 600;
  line-height: 22px; 
  font-style: italic;
}
/*=-=-=-=-=-=-=Business-Hours-Three=-=-=-=-=-=*/
.business_hours_three{
  text-align: center;
  overflow: hidden; 
  background-size: cover;
  background-position: center center; 
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  transition: all 0.5s;
}
.business_hours_three .overlay{
  position: relative;
  padding: 30px 35px;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} 
.business_hours_three .overlay::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: -1;
}
.business_hours_three .header_content { 
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}
.business_hours_three .title { 
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.business_hours_three .feature_list {
  display: flex;
  justify-content: space-between;
}
.business_hours_three .feature_content {
  padding: 25px 20px; 
  transition: all 0.5s;
  background-color: #fff;
}
.business_hours_three .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-Four=-=-=-=-=-=*/
.business_hours_four{
  text-align: center;
  overflow: hidden;  
  position: relative;
  border-radius: 0px;
  transition: all 0.5s; 
  padding: 30px 35px;
  border: 10px groove #0036FF;
} 
.business_hours_four .header_content { 
  border-bottom: 1px solid #222;
  margin-bottom: 1rem;
}
.business_hours_four .title { 
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.business_hours_four .feature_title {
  text-transform: uppercase;
  font-weight: 500;
}
.business_hours_four .feature_hours {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.business_hours_four .feature_content { 
  transition: all 0.5s; 
}
.business_hours_four .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_four .footer_content {
  border-top: 1px solid #222; 
}
.business_hours_four .footer_text  { 
  margin-top: 1rem;
  font-weight: 500;
}
/* -------------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-color: #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{
	fill: #fff;
	width: 40px;
	height: 40px;
	z-index: 1;
	transition: all 0.5s;
}
.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(0); 
}
.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);
}
.anant-flip-box-3d .flip-img{
  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;
}
/* -------------flip-card push------------- */
.anant-flip-box-effect-push .flip-card {
  overflow: hidden;
}
.anant-flip-box-effect-push .flip-card:hover .flip-card-inner{
  transform: rotate(0);
}
.anant-flip-box-effect-push .flip-card .flip-card-front,
.anant-flip-box-effect-push .flip-card .flip-card-back{
  backface-visibility: unset;
  transition: all 0.8s;
} 
.anant-flip-box-effect-push .flip-card:hover .flip-card-front{ 
  z-index: -1;
}
.anant-flip-box-effect-push .flip-card .flip-card-back{ 
  transform: rotateY(0deg);
}
/* right direction */
.anant-flip-box-direction-right.anant-flip-box-effect-push .flip-card-back { 
  right: 100%;
}
.anant-flip-box-direction-right.anant-flip-box-effect-push .flip-card:hover .flip-card-back{
  right: 0;
}
.anant-flip-box-direction-right.anant-flip-box-effect-push .flip-card:hover .flip-card-front{
  transform: translateX(100%); 
}
/* left direction */
.anant-flip-box-direction-left.anant-flip-box-effect-push .flip-card-back { 
  left: 100%;
}
.anant-flip-box-direction-left.anant-flip-box-effect-push .flip-card:hover .flip-card-back{
  left: 0;
}
.anant-flip-box-direction-left.anant-flip-box-effect-push .flip-card:hover .flip-card-front{
  transform: translateX(-100%); 
}
/* up direction */
.anant-flip-box-direction-up.anant-flip-box-effect-push .flip-card-back { 
  top: 100%;
}
.anant-flip-box-direction-up.anant-flip-box-effect-push .flip-card:hover .flip-card-back{
  top: 0;
}
.anant-flip-box-direction-up.anant-flip-box-effect-push .flip-card:hover .flip-card-front{
  transform: translateY(-100%); 
}
/* down direction */
.anant-flip-box-direction-down.anant-flip-box-effect-push .flip-card-back { 
  bottom: 100%;
  top: unset;
}
.anant-flip-box-direction-down.anant-flip-box-effect-push .flip-card:hover .flip-card-back{
  bottom: 0;
}
.anant-flip-box-direction-down.anant-flip-box-effect-push .flip-card:hover .flip-card-front{
  transform: translateY(100%); 
}

/* -------------flip-card zoom in------------- */
.anant-flip-box-effect-zoom-in .flip-card:hover .flip-card-inner{
  transform: rotate(0);
}
.anant-flip-box-effect-zoom-in .flip-card .flip-card-front,
.anant-flip-box-effect-zoom-in .flip-card .flip-card-back{
  backface-visibility: unset;
  transition: all 0.8s;
}
.anant-flip-box-effect-zoom-in .flip-card:hover .flip-card-front{
  z-index: -1;
}
.anant-flip-box-effect-zoom-in .flip-card .title{
  transform: translateZ(0px);
}
.anant-flip-box-effect-zoom-in .flip-card p {
  transform: translateZ(0px);
}
.anant-flip-box-effect-zoom-in .flip-card .flip-card-back{
  transform: scale(0.1) rotateY(0deg);
  opacity: 0;
}
.anant-flip-box-effect-zoom-in .flip-card:hover .flip-card-back{
  transform: scale(1) rotateY(0deg);
  opacity: 1;
}
/* -------------flip-card zoom out------------- */
.anant-flip-box-effect-zoom-out .flip-card:hover .flip-card-inner{
  transform: rotate(0);
}
.anant-flip-box-effect-zoom-out .flip-card .flip-card-front,
.anant-flip-box-effect-zoom-out .flip-card .flip-card-back{
  backface-visibility: unset;
}
.anant-flip-box-effect-zoom-out .flip-card .flip-card-front{
  z-index: 1;
  transform: scale(1) rotateY(0deg);
  transition: z-index 0.8s, transform 0.8s;
}
.anant-flip-box-effect-zoom-out .flip-card:hover .flip-card-front{
  z-index: -1;
  transform: scale(0.1) rotateY(0deg);
  opacity: 0;
  transition: z-index 2s, transform 0.8s, opacity 0.3s;
}
.anant-flip-box-effect-zoom-out .flip-card .title{
  transform: translateZ(0px);
}
.anant-flip-box-effect-zoom-out .flip-card p {
  transform: translateZ(0px);
}
.anant-flip-box-effect-zoom-out .flip-card .flip-card-back{
  transform: scale(1) rotateY(0deg);
} 
/* -------------flip-card fade in------------- */
.anant-flip-box-effect-fade .flip-card:hover .flip-card-inner{
  transform: rotate(0);
}
.anant-flip-box-effect-fade .flip-card .flip-card-front,
.anant-flip-box-effect-fade .flip-card .flip-card-back{
  backface-visibility: unset;
  transition: all 0.8s;
}
.anant-flip-box-effect-fade .flip-card:hover .flip-card-front{
  z-index: -1;
}
.anant-flip-box-effect-fade .flip-card .title{
  transform: translateZ(0px);
}
.anant-flip-box-effect-fade .flip-card p {
  transform: translateZ(0px);
}
.anant-flip-box-effect-fade .flip-card .flip-card-back{
  transform: scale(1) rotateY(0deg);
  opacity: 0;
}
.anant-flip-box-effect-fade .flip-card:hover .flip-card-back{
  opacity: 1;
}

/* -------------flip-card two------------- */

.flip-card.two{
  height: unset;
}
.flip-card.two .ant-icon{
  color: #212121; 
}
.flip-card.two .title{
  color: #212121; 
  margin-bottom: 5px;
}
.flip-card.two p{
  color: #666; 
  margin-bottom: 16px;
}
.flip-card.two .flip-card-front{
  position: relative;
}
.flip-card.two .flip-card-front::before{
  content: '';
  display: none;
}
.flip-card.two .flip-card-front, .flip-card.two .flip-card-back {
  padding: 20px;
  box-shadow: 0px 10px 30px rgba(33, 33, 33, 0.1);
  border-radius: 12px;
}
.flip-card.two .flip-card-back{
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
} 
.flip-card-back::before{
  content: '';
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.flip-card.two .flip-img img{
  margin-bottom: 15px;
}
.flip-card.two .img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  background-color: #FFE8C9;
}

/* -------------flip-card two------------- */
.flip-card .flip-card-back .description {
  margin-bottom: 16px;
}
/* ------popup--one-- */
.anant-popup{
  position: relative;
    z-index: 1105;
    margin-block: auto;
    width: 100%;
}
.anant_thumbnail.popup  .anant-popup{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.anant-popup .popup-content{
  text-align: start;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* max-height: 50vh; */
}
.anant-popup .overlay {
  display: flex;
  width: 95%;
  max-width: 915px;
  background: #fff;
  position: relative;
  padding: 20px 25px;
  border-radius: 10px;
  gap: 25px;
}


.anant-popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
}

/* /------popup--one-- */
/* ------popup--two-- */
.anant-popup_two{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100vh;
  z-index: 9999999;
} 
.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;
}
.on_Pup .anant-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.on_Pup-compare  .anant-popup_two{
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-table{
  display: flex;
  justify-content: end;
  min-width: 1180px;
  width: 100%;
  height: 530px;
  overflow-y: scroll;
}
.compare-table::-webkit-scrollbar{
  width: 5px;
}
.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: 8px;
}
/* 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;
}

.compare-product li {
  text-align: center;
}
.compare-product .com-rev a {
  color: #0036FF;
}
span.blank-place {
  content: '';
  display: inline-block;
  width: 100%;
  height: 8px;
  background-color: #eeeeee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* ---/---popup--two-- */
.navbar-brand{
  margin-right: 0px;
}
/*====================== 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% - 13px);
}
.three .ant-timeline-item .ant-timeline-img img{
  object-fit: unset;
  width: 110px;
  height: 100px;
} 
.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;
}
/* responsive */
@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;
  }
}
/*====================== Heading ======================*/
.heading_one .title{
  font-size: 55px;
  text-transform: capitalize;
  text-align: center;
}
.heading_one .text {
  text-align: center;
}
.heading_one .title a{
  color: #212121;
}
.heading_one .title span{
  background-color: #0036FF;
  background-repeat: repeat;
  -webkit-background-clip : text;
  -webkit-text-fill-color: transparent;
  vertical-align: initial;
}
.heading_one span.title{
  display: block;
}
/* heading two */
.heading_two .title{
  font-size: 55px;
  text-transform: capitalize;
  text-align: center;
}
.heading_two .text {
  text-align: center;
}
.heading_two .title a{
  color: #212121;
}
.heading_two .title span{
  background-repeat: no-repeat;
  -webkit-background-clip : text;
  -webkit-text-fill-color: transparent;
  vertical-align: initial;
  background-position: center;
  background-size: cover;
}
.heading_two span.title{
  display: block;
}
/* heading-three */
.heading_three .title{
  font-size: 55px;
  text-transform: capitalize;
  text-align: center;
}
.heading_three .text {
  text-align: center;
}
.heading_three .title a{
  color: #212121;
}
.heading_three .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: thin;
  vertical-align: initial;
}
.heading_three span.title{
  display: block;
}
/* heading-five*/
.heading_five .title{
  font-size: 55px;
  text-transform: capitalize;
  line-height: 1.3;
  text-align: center;
}
.heading_five .text {
  text-align: center;
}
.heading_five .title a{
  color: #212121;
}
.heading_five .title span {
  background-color: #0036FF;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  vertical-align: initial;
}
.heading_five span.title{
  display: block;
}
/*=-=-=-=-=-=-=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;
  transition: all 0.2s ease 0s;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  position: relative;
  font-size: 32px;
  transition: all 0.2s ease 0s;
}
.ant-creative-icon svg,
.ant-creative-icon i { 
  transition: all 0.2s ease 0s;
}
/***************
  Hover Button
*****************/  
/*=-=-=-=-=-=-=ant-creative-button-one=-=-=-=-=-=*/
.ant-creative-button.none{
  display: flex;
}
.more-primary{
  background-color: #0036FF;
  color: #ffffff;
}
.more-primary-outline{
  background-color: transparent;
  border: 1px solid #0036FF;
  color: #0036FF;
}
.more-primary span{
  color: #fff;
}
.ant-creative-button.one{
  text-align: center;
}
.ant-creative-button.one a{
  text-decoration: none;
}
.ant-creative-button.one .more{
  padding: 14px 40px;
  background-color: #0036FF;
  color: #FFF;
  fill: #FFF;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.ant-creative-button.one .more span{
  transform-origin: center center;
  display: block;
  transition: all 0.5s;
  font-weight: 600;
}
.ant-creative-button.one .more:hover span{
  transform: translateX( -200% );
}
.ant-creative-button.one .more i{
  margin-right: 5px;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  padding: 15px; 
}
.ant-creative-button.one .more svg{
  margin-right: 5px;
  transition: all 0.5s;
  position: absolute;
  right: 0;
}.ant-creative-button.one .more:hover i, .ant-creative-button.one .more:hover svg{
  right: 50%;
  transform: translateX(50%) rotate(-360deg);
}
.ant-creative-button.one .more i, .ant-creative-button.one .more svg{
  text-align: center;
  opacity: 0;
}
.ant-creative-button.one .more:hover i, .ant-creative-button.one .more:hover svg{
  opacity: 1;
}
.ant-creative-button.one .more.anant-no-flex i, .ant-creative-button.one .more.anant-no-flex svg{
  right: unset;
  left: 0;
}
.ant-creative-button.one .more.anant-no-flex:hover i, .ant-creative-button.one .more.anant-no-flex:hover svg{
  left: 50%;
  transform: translateX(-50%) rotate(360deg);
}
.ant-creative-button .more i{
  margin-right: 5px;
}
.ant-creative-button .more span + i{
  margin-right: unset;
  margin-left: 5px;
}
/*=-=-=-=-=-=-=hover_button_two=-=-=-=-=-=*/
.ant-creative-button.two{
  text-align: center;
  position: relative;
}
.ant-creative-button.two a{
  text-decoration: none;
}
.ant-creative-button.two .more{ 
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  padding:12px 30px;
  position: relative; 
  min-height: 45px;
  box-shadow: 2px 2px 0px 0px #333;
  border: 1px solid #333;
  transform: translate(-2px,-2px);
  transition: all 0.3s  cubic-bezier(.5,2.5,.7,.7);
}
.ant-creative-button.two .more span{
  display: inline-block;
  border-radius: 100px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
}
.ant-creative-button .more i, .ant-creative-button .more svg{
  margin-left: 5px;
}
.ant-creative-button .more.anant-no-flex i, .ant-creative-button .more.anant-no-flex svg{
  margin-right: 5px;
}
.ant-creative-button.two .more:hover span::before{
  width: 100%;
}
.ant-creative-button.two .more:hover {
  box-shadow: none ;
  transform: none;
}
.ant-creative-button.two .more:hover i{
  transition: all 0.5s; 
}
/*=-=-=-=-=-=-=ant-creative-button-three=-=-=-=-=-=*/
.ant-creative-button.three{
  text-align: center;
}
.ant-creative-button.three a{
  text-decoration: none;
}
.ant-creative-button.three .more{ 
  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: 0;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ant-creative-button.three .more:hover{ 
  background-image: unset !important;
}
.ant-creative-button.three .more span{ 
  transition: all 0.3s;
  font-weight: 600;
}
.ant-creative-button.three .more 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;
}
.ant-creative-button.three .more:hover span::before{
  width: 100%;
} 
.ant-creative-button.three .more:hover {
  color: #fff;
  fill: #fff;
  border-color: #0036ff;
}
/*=-=-=-=-=-=-=ant-creative-button-four=-=-=-=-=-=*/
.ant-creative-button.four {
  text-align: center;
}
.ant-creative-button.four .more {
  display: inline-flex;
  align-items: center;
  padding: .95rem 1.25rem;
  border-radius: 2rem;
  color: #fff;
  fill: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  background-color: #0036FF;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.ant-creative-button.four .more::before { 
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  transition: all .3s;
  border-radius: 2rem;
  z-index: -1;
  transform-origin: left; 
}
.ant-creative-button.four .more:hover::before{
  width: 100%;
  left: 0;
  right: unset;
  transform-origin: right;
}
/*=-=-=-=-=-=-=ant-creative-button.five=-=-=-=-=-=*/
.ant-creative-button.five{
  text-align: center;
}
.ant-creative-button.five .more span{
  padding: 10px 10px 10px 15px;
  display: inline-block;
  position: relative;
  transition: all 0.8s; 
}
.ant-creative-button.five .more{ 
  background-color: #0036FF;
  color: #ffffff;
  fill: #fff;
  display: inline-flex;
  overflow: hidden;
}
.ant-creative-button.five .more:hover{
  color: #fff;
  background-color:#002bcc;
}
.ant-creative-button.five .more i { 
  padding:10px 15px ;
  background-color: #002bcc;
  line-height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/*=-=-=-=-=-=-=ant-creative-button.six=-=-=-=-=-=*/
.ant-creative-button.six .more{ 
  padding: 15px 35px;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #91C9FF;
  outline: none;
  position: relative; 
}
.ant-creative-button.six .more:hover{
  color:#fff
}
.ant-creative-button.six .more span{
  z-index: 2;
}
.ant-creative-button.six .more i{
  margin-left: 5px;
  z-index: 0;
}
.ant-creative-button.six .more.anant-no-flex i{
  margin-right: 5px;
  margin-left: unset;
}
.ant-creative-button.six .more:hover i{
  color:#fff
}
.ant-creative-button.six .more::before{
  content:'';
  display: block;
  background-color: #0036ff;
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
  box-sizing: content-box;
  z-index: 0;
  transform: scale(1.3);
  transition: transform 0.2s, opacity 0.3s;
  opacity: 0;
}
.ant-creative-button.six .more:hover::before{
  transform: scale(1);
  transition: transform 0s, opacity 0.3s;
  opacity: 1;
}
/*=-=-=-=-=-=-=ant-creative-button.seven=-=-=-=-=-=*/
.ant-creative-button.seven .more {
  padding: 10px 25px;
  display: inline-flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #0036FF;
  color: #ffffff;
  fill: #fff;
  align-items: center;
}
.ant-creative-button.seven .more:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}
.ant-creative-button.seven .more:hover::after {
  left: 120%;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
/*=-=-=-=-=-=-=ant-creative-button.eight=-=-=-=-=-=*/
.ant-creative-button.eight .more {
  padding: 10px 25px;
  display: inline-flex;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
  overflow: hidden;
  border: 2px solid #0036FF;
  align-items: center;
}
.ant-creative-button.eight .more::before{
  content: '';
  display: inline-block;
  background-color: #0036FF;
  position: absolute;
  bottom: 100%;
  left : 0%;
  width: 25%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}
.ant-creative-button.eight .more.more:hover::before{
  bottom: 0;
}
.ant-creative-button.eight .more::after{
  content: '';
  display: inline-block;
  background-color: #0036FF;
  position: absolute;
  bottom: 100%;
  left : 50%;
  width: 25%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}
.ant-creative-button.eight .more:hover::after{
  bottom: 0;
}
.ant-creative-button.eight .more:hover{
  color: #fff;
  fill: #fff;
}
.ant-creative-button.eight .more span::before{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 100%;
  left: 25%;
  width: 25%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}
.ant-creative-button.eight .more:hover span::before{
  top: 0;
}
.ant-creative-button.eight .more span::after{
  content: '';
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 100%;
  left: 75%;
  width: 25%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}
.ant-creative-button.eight .more:hover span::after{
  top: 0;
}

/*=-=-=-=-=-=-=ant-creative-button.nine=-=-=-=-=-=*/
.ant-creative-button.nine .more{
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.8s;
  border: 2px solid #0036FF;
}
.ant-creative-button.nine .more:hover{
  color: #fff;
  fill: #fff;
  background: transparent !important;
}
.ant-creative-button.nine .more::before,
.ant-creative-button.nine .more::after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-color: #0036FF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50% !important;
  z-index: -1;
}
.ant-creative-button.nine .more::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.ant-creative-button.nine .more:hover::before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.ant-creative-button.nine .more::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.ant-creative-button.nine .more:hover::after{
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
/*=-=-=-=-=-=-=ant-creative-button.ten=-=-=-=-=-=*/
.ant-creative-button.ten .more {
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  color: #002bcc;
}
.ant-creative-button.ten .more i{
  margin-left: -0.625rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.ant-creative-button.ten .more:hover i {
  visibility: visible;
  margin-left: 5px;
  opacity: 1;
}

.anant-particle-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
} 

/* -------------Conditional Button------------- */
.ant-condition-button.none{
  display: flex;
}
.anant-condition-button.more{
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  transition: none;
} 

/* -------------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-tag {
  display: inline-flex;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 36px;
  margin: 0;
  z-index: 2;
}
.anant-marquee-stripe .anant-marquee-main .anant-marquee-item .title {
  margin: 0;
}
.anant-marquee-stripe .anant-marquee-main .anant-marquee-item .title::before {
  content: attr(data-title);
}

/* -------------interactive heading------------- */

h2.anant-interactive-heading-inner {
  display: flex;
  color: #000000;
  line-height: 80px;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

h2.anant-interactive-heading-inner {
  font-size: 70px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.anant-interactive-heading-inner .int-head-img {
  display: inline-block;
  background-size: cover;
  width: 120px;
  height: 55px;
  border-radius: 120px;
}

/* -------------advance tab------------- */

.anant-product-tabs-grid.vertical {
  display: flex;
}

.anant-product-tabs-grid.vertical .header {
  flex-direction: column;
  width: 25%;
}

.anant-product-tabs-grid.vertical .anant_advance_tab_wrapper {
  width: 75%;
}

.anant-advance-tab-class {
  display: flex;
  align-items: center;
}