html, button, input, optgroup, select, textarea,
::placeholder  {
    font-family: 'Poppins', sans-serif;
  }
  
  /* Optional: Use body instead of html */
  body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem; 
  }
.containerw, .containerw-fluid {

    margin-right: auto;
    margin-left: auto;

}
a:focus, a:active
{
  text-decoration: none!important;
  color: #070B12;
}
a:focus, a:hover {
  color: #070B12;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    color: #070B12;
    font-family: 'Poppins', sans-serif;
    
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.2rem;
}
ul li {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #1f1f1f;
  opacity: 1;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
img { 
   max-width: 100%;
  height: auto;
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
.full-lenght
{
  width:100%;
}
.underline
{
  text-decoration: underline!important;
}
.hidden {
  opacity: 0;
}
.pulse:hover,
  .pulse:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 0.3em transparent;
  }  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 #FFCC39;
    }
  }
  .pulse02:hover,
  .pulse02:focus {
    animation: pulse02 1s;
    box-shadow: 0 0 0 0.5em transparent;
  }  
  @keyframes pulse02 {
    0% {
      box-shadow: 0 0 0 0 #000;
    }
  }
  .gradient01:hover,
  .gradient01:focus {
    animation: gradient01 1s;
    box-shadow: 0 0 0 1em transparent;
  }  
  @keyframes gradient01 {
    0% {
      box-shadow: 0 0 0 0 #EE72A3;
    }
  }
  .hover-1 {
    background: radial-gradient(100% 1185.08% at 100% 100%, #EE72A3 0%, #F57D49 57.61%, #FFB200 100%);
    background-size: 200% 200%;
    background-position: 100% 100%;
    transition: background-position 0.6s ease-in-out, transform 0.4s ease, box-shadow 0.4s ease;
  }
  
  .hover-1:hover {
    background-position: 0% 0%;
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  .close-animation
  {
    position: relative;
    transition .2s transform ease-in-out;
    z-index:0;
    overflow: hidden;
  }
  .close-animation:hover:after,
.close-animation:focus {
    animation: close 1s;

}
@keyframes close-animation {
    0% {
       
    }
  }
.close-animation:after
{
    background-color: #FFCC39;
    border-radius: 7px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -1;
}
.close-animation:hover:after
{
    transform: translate(0, 0);
}
@keyframes fade-in {
  from {opacity: 0; transform: scale(.7,.7)}
  to {opacity: 1;}
}
.fade-in-element {
animation: fade-in 1.4s;
}
.space2x
{
  margin:40px 0 0;
}
.max-content
{
  width: max-content!important;
}
.z-index10
{
  position: relative;
  z-index:10;
}
.align-center
{
  align-items: center;
}
.row-flex-end
{
  display: flex;
  justify-content: flex-end;
}
.row-flex-start
{
  display: flex;
  justify-content: flex-start
}
.row-reverse .row
{
flex-direction: row-reverse;
}
.text-xs	{
    font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */}
  .text-sm	{
    font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */}
  .text-base	{
    font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */}
  .text-0lg	{
    font-size: 1.0625rem; /* 17px */
  line-height: 1.625rem; /* 28px */}
  .text-lg	{
    font-size: 1.125rem; /* 18px */
  line-height: 1.35rem; /* 28px */}
  .text-xl	{
    font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */}
  .text-2xl	{
    font-size: 23px;
    line-height: 32px;}
  .text-3ml	{
    font-size: 1.75rem; /* 28px */
  line-height: 2rem; /* 32px */}
  .text-3xl	{
    font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */}
  .text-4xl	{
    font-size: 2rem; /* 32px */
  line-height: 2.5rem; /* 40px */
  font-size: 37px;
  line-height: 48px;
}
.text-36  {
  font-size: 36px;
  line-height: 45px;
}
  .text-3lg	{
  
  font-size: 33px;
  line-height: 48px;
}
  .text-4lg	{
    font-size: 2.5rem; /* 40px */
  line-height: 2.5rem; /* 40px */}
  .text-5lg	{
    font-size: 2.8rem; /* 45px */
  line-height: 3.5rem; /* 56px */}
  .text-5xl	{
    font-size: 3.25rem;/* 52px */
    line-height: 3.9rem;}
  .text-6xl	{
    font-size: 4rem;
    font-size: 2.1vw; /* 64px */
  line-height: 1;}
  .text-7xl	{
    font-size: 4.5rem; /* 72px */
  line-height: 1;}
  .text-8xl	{
    font-size: 6rem; /* 96px */
  line-height: 1;}
  .text-9xl	{
    font-size: 8rem; /* 128px */
  line-height: 1;}
  .max-width800
  {
    max-width:800px;
    margin:20px auto;
  }
  .max-width900
  {
    max-width:900px;
    margin:20px auto;
  }
ul
{
    margin:0;
    padding:0;
    color: #070B12;
}
.border-bottom
{
  position: relative;
  padding: 0 0 40px;
  margin: 0 0 60px;
}
.border-bottom:after
{
  position: absolute;
  content: '';
  left: 72px;
  right: 0;
  margin: 0 auto;
  background: #CBD5E1;
  width: 85%;
  height: 1px;
  bottom: 0;
}
.m-x5
{
    margin-bottom:50px!important;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11
{

    color:#070B12;
}
.text-medium{
  font-weight: 400;
}
.text-bold{
  font-weight: 500;
}
.text-heavy{
  font-weight:600;
}
strong{
  font-weight: 500!important;
  font-weight:normal
}
p
{
    
    color:#070B12;
}
.button-default-01 {
  background: #FFCC39;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  border: none;
  text-align: center;
  color:#070B12;
  transition:all 0.3s;
}
.button-default-01:hover {
  background: #FFBF05;
  color: #070B12;
}
.button02
{
  /* background: #F4F7FF; */
  border:1px solid #E3E7ED;
border-radius: 8px;
  display: block;
  transition: all 0.3s;
}
.button02 span.view-more-btn {
  background: url(images/down-arrow-vector.svg) no-repeat right center;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  border: none;
  display: table;
  text-align: center;
  margin: 0 auto;
  color:#070B12;
}
.button02:hover {
  /* background: linear-gradient(131.01deg,#FFE498 -17.16%,#ffc423 78.26%,#fad46a 101.44%); */
  background: #F8FAFC;
  color:#000;
}
.button-center
{
  display:table;
  margin:0 auto;
}
.height-auto
{
  width: 100%!important;
  height: auto!Important;
}
.bg-abstract02
{
  background: url(images/bg/broken-glass-bgmin.png) no-repeat center 0/cover;
  padding: 106px 0 0;
}
.bg-shape-01.bg-abstract01
{
  background: url(images/bg/customer-left-bg.png) no-repeat left 0px;

}
.bg-abstract01:after
{
  background: url(images/bg/customer-right-bg.png) no-repeat right -57px;
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 549px;
  top: 0;
}
.no-padding
{
  padding:0!important;
}
a
{
    /* color:#070B12; */
    color:#0173FA;
}
a:hover
{
    text-decoration: none;
}
.containerw
{
    max-width:1250px;
    width:100%;
}
.m-auto-0
{
    margin-left:auto;
    margin-right:auto;
}
.button-01
{
  border: 1px solid #FFCC39;
  padding: 12px 15px;
  border-radius: 8px;
  text-align: center;
  color: #070B12;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  background-color: transparent;
  transition: all 0.3s;
}
.button-01:hover{
  border: 1px solid #FFBF05;
  background: #FFFCF5;
}
.button-02
{
    background: #FFCC39;
border-radius: 8px;
padding: 8px 15px;
    text-align: center;
    color:#070B12;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    z-index:10;
    cursor: pointer;
}
.button-02:hover
{
  background: #FFBF05;
  color:#000;
}
.button-04 {
  background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 42.39%, #ee72a3 100%);
  border-radius: 8px;
  padding: 1px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: table; 
  border:none!important;
}
.button-04:hover {
  background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 42.39%, #ee72a3 100%);
  color:#fff;
}
.button-04 span {
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  z-index: 10;
  display: block;
  white-space: nowrap;
}
.button-04::after
{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    border-radius: 8px;
transition: all 0.1s;
z-index:1;
}
.button-04:hover::after
{
    opacity: 0.6;
    background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 42.39%, #ee72a3 100%);
    filter: blur(4px);
    box-shadow:0 0 3px rgba(0,0,0,0.3);
    border:1px solid #e72170;
}
.button-03
{
  background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 42.39%, #EE72A3 100%) ;
border-radius: 8px;
padding: 10px 15px;
    text-align: center;
    color:#fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    z-index:10;
    cursor: pointer;
}
.button-03:active, .button-03:focus, .button-04:active, .button-04:focus
{
  color:#fff;
}
.button-03:hover
{
  background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 42.39%, #EE72A3 100%) ;
  color:#fff;
}
.button-outline
{
    border: 1px solid #FFCC39;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    color:#070B12;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    background-color: #fff;
    display:block;
    margin: 33px 0 0;
    transition: all 0.3s;
}
.button-outline:hover
{
  color:#000;
  background: linear-gradient(131.01deg,#FFE498 -17.16%,#ffc423 78.26%,#fad46a 101.44%);
}
.inline-list
{
    display:flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
}
.inline-list li
{
    padding:0 30px;
}
/***********************m-default-site******************/
.m-default-site
{
    margin:77px 0 0;
}
.margin-0
{
margin-top:0!important;
}
.margin-40
{
margin-top:40px!important;
}
.margin-b0
{
margin-bottom:0!important;
}
.margin-b10
{
margin-bottom:10px!important;
}
.margin-t-b
{
margin-top:0!important;
margin-bottom:0!important;
}
.margin-4t-8b
{
margin-top:40px!important;
margin-bottom:80px!important;
}
.margin-l-r
{
margin-left:0!important;
margin-right:0!important;
}
.margin-40
{
margin-top:40px!important;
margin-bottom:40px!important;
}
.margin-50
{
margin-top:50px!important;
margin-bottom:50px!important;
}
.margin-80
{
margin-top:80px!important;
margin-bottom:80px!important;
}
.margin-y-0
{
margin-bottom:50px!important;
}
.margin-y10
{
margin-bottom:10px!important;
}
.margin-y2
{
margin-bottom:20px!important;
}
.margin-y3
{
margin-bottom:30px!important;
}
.margin-y4
{
margin-bottom:40px!important;
}
.margin-y5
{
margin-bottom:50px!important;
}
.margin-y6
{
margin-bottom:60px!important;
}
.margin-y8
{
margin-bottom:80px!important;
}
.margin-yx4
{
margin-bottom:140px!important;
}
.margin-y-top-bottom
{
  margin: 48px 0 20px;
}
.pt0
{
  padding-top:0!important;
}
.pt-b
{
  padding-top:70px!important;
  padding-bottom:70px!important;
}
.padding-y-5xl
{
padding-bottom:50px!important;
}
.padding-y-8xl
{
padding-bottom:80px!important;
}
.padding-6xl
{
  padding-right: 6%;
}
.padding-4yl
{
  padding-bottom: 4%;
}
.to-center
{
    display:table;
    margin-left: auto;
    margin-right:auto;
}
.inline-block
{
  display:flex;
}
.inline-block *
{
  margin:0 50px 0 0;
}
.flex-item-center
{
  display:flex;
  justify-content: center;
  align-items: center;
}
/* Container margins */
.margin {
  margin:calc(8px + 1.5625vw);
}
.margin-m5
{
  margin-top:50px!important;
}
.m-0
{
	margin:0!important;
}
.p-0
{
	padding:0!important;
}
.p-0 .col-md-6
{
	padding:0!important;
}
.m-b-50
{
    margin-bottom:50px;
}
.padd_edge
{
padding-left: 15px;
    padding-right: 15px;
}
.no-margin {
  margin-top:0!important;
}
.no-margin-sides {
  margin-left:0;
  margin-right:0;
}

/* Column padding */
.padding {
  padding:calc(8px + 1.5625vw);
}
.no-padding {
  padding:0;
}
.no-margin-top-bottom {
  margin-top:0;
  margin-bottom:0;
}
.align-center
{
  margin:30px auto;display:block;
}
.align-center-block
{
  align-items: center;
}
ul.list-type01 {

    background: url(images/ellipse-icon.svg) no-repeat left 1px;
    padding: 0 0 0 38px;
    list-style: none;
    margin: 0 0 30px;
    color:#070B12;
}
@media only screen and (max-width:650px){
  .button-04
  {
    display: block;
  }
  .text-xs	{
    font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */}
  .text-sm	{
    font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */}
  .text-base	{
    font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */}
  .text-0lg	{
    font-size: 1.0625rem; /* 17px */
  line-height: 1.625rem; /* 28px */}
  .text-lg	{
    font-size: 1.125rem; /* 18px */
  line-height: 1.35rem; /* 28px */}
  .text-xl	{
    font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */}
  .text-2xl	{
    font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */}
  .text-3ml	{
    font-size: 1.75rem; /* 28px */
  line-height: 2rem; /* 32px */}
  .text-3xl	{
    font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */}
  .text-4xl	{
    font-size: 2rem; /* 32px */
  line-height: 2.5rem; /* 40px */
 
}
  .text-3lg {
    font-size: 25px;
    line-height: 2rem; /* 32px */
}

  .text-4lg	{
    font-size: 2.5rem; /* 44px */
  line-height: 2.5rem; /* 40px */}
  .text-5xl	{
    font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */}
  .text-6xl	{
    font-size: 4rem;
    font-size: 2.1vw; /* 64px */
  line-height: 1;}
  .text-7xl	{
    font-size: 4.5rem; /* 72px */
  line-height: 1;}
  .text-8xl	{
    font-size: 6rem; /* 96px */
  line-height: 1;}
  .text-9xl	{
    font-size: 8rem; /* 128px */
  line-height: 1;}

.button-02
{
  display: block;
  margin: 0 auto;
}
.button-default-01 
{
  display: block;
}
.text-2xl {
  font-size: 20px;
  line-height: 30px;
}
.margin-yx4 {
  margin-bottom: 40px!important;
}
.margin-y8 {
  margin-bottom: 20px!important;
}
.margin-y5 {
  margin-bottom: 30px!important;
}
.text-3ml {
  font-size: 20px;
  line-height: 32px;
}
ul.accordion-list > li
{
  border:none;
  box-shadow: none;
  padding: 20px 0px 0;
}
ul.accordion-list > li h3
{
  font-size: 19px!important;
}
}
