﻿
/**************************************
                General
**************************************/
*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; 
}
html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
}
ol,ul{
padding: 0;
margin: 0;
list-style-type: none;
}

body{
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  color: #000;
}

a,a:hover,a:focus{
  color: rgb(63, 44, 102);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
}
h1,h2,h3,h4 {
  transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s; 
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
main{
  overflow: hidden;
}
img {
max-width: 100%;
height: auto;
}
iframe{
  width: 100%;
}
/**************************************
      Menu
**************************************/
/* No Copy Content */
body {
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
    .post blockquote,.wp-block-code code {
      -webkit-user-select: text !important;
      -moz-user-select: text !important;
      -ms-user-select: text !important;
      user-select: text !important;
}

.header {
  position: fixed;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  left: 0;
  right: 0;
  z-index: 200;
  margin: 0 auto;
  background-color: #ffffff00;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}

.wrapper {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

header{
position: relative;
transition: all .4s;
}

header.sticky {
  padding-bottom: 4px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0px 6px 17px 0px #0000001f;
}
header.sticky p{
  margin-bottom: 4px;
}
header.sticky .brand img{
  height: 48px;
  width: auto;
}
header.sticky .primary-btn,
header.sticky .secondary-btn{
  padding: 8px 25px;
  font-size: 14px;
}
.get-btn{
  position: relative;
  z-index: 10;
}
 .header p {
  font-size: 16px;
  color: rgb(63, 44, 102);
  line-height: 2.188;
  text-align: center;
  border-bottom: 1px solid rgb(231, 226, 242);
}
.header p a{
  text-decoration: underline;
    position: relative;
    z-index: 1;
    padding: 2px 4px;
}
.header p a::after{
  content: '';
  background-color: rgb(63, 44, 102);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
}
.header p a:hover::after{
  width: 100%;
}
.header p a:hover{
  color: #fff;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: rgb(252, 185, 89);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 40px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgb(252, 185, 89);
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}


.google-ads{
  position: relative;
}
.google-ads .container{
  z-index: 1;
  position: relative;
}
/**************************************
                Helper Class
**************************************/
section {
    padding: 70px 0;
}
p{
    font-size: 16px;
    color: rgb(81, 81, 81);
    line-height: 1.6;
}
.primary-btn{
  border: 1px solid rgb(252, 185, 89);
  padding: 14px 35px;
  background-color: rgb(252, 185, 89);
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 50rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  display: inline-block;
  mix-blend-mode: difference;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.primary-btn:before,
.primary-btn:after,
.secondary-btn::before,
.secondary-btn::after {
    content: "";
    z-index: -1;
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(63, 44, 102);
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
    transition: transform 0.6s;
  }
  .primary-btn:before,.secondary-btn::before {
    left: calc(-100% - 40px);
  }
  .primary-btn:after,.secondary-btn::after {
    left: 100%;
    transform: rotate(180deg);
  }
  .primary-btn:hover:before,
  .secondary-btn:hover:before {
    transform: translateX(100%);
  }
  .primary-btn:hover:after,
  .secondary-btn:hover:after {
    transform: rotate(180deg) translateX(100%);
  }
  .primary-btn:hover{
    color: #fff;
    border-color: rgb(63, 44, 102);
  }
.secondary-btn{
  border: 1px solid rgb(231, 226, 242);
  padding: 14px 35px;
  background-color: #ffffff00;
  font-size: 16px;
  line-height: 24px;
  color: rgb(63, 44, 102);
  border-radius: 50rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  display: inline-block;
  text-transform: capitalize;
  mix-blend-mode: difference;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.secondary-btn::before,
.secondary-btn::after{
  background-color: rgb(63, 44, 102);
}
.secondary-btn:hover{
  color: #fff;
}
.container {
  max-width: 1200px;
}


/*************************************
                Home Page
**************************************/
.hero{
  padding-top: 110px;
}
.banner-slider .slick-list{
  padding-top: 50px;
}
.sale-box{
  border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 57px 0px rgba(63, 44, 102, 0.15);
    width: 390px;
    height: 166px;
    display: flex;
    gap: 12px;
    text-align: left;
    padding: 10px;
    position: relative;
    margin-left: 45%;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 165px;
}
.sale-item{
  position: relative;
}
.sale-item:after {
  content: '';
    border-radius: 50%;
    background-color: rgb(249, 248, 250);
    position: absolute;
    left: 40%;
    top: -45px;
    width: 269px;
    height: 269px;
    z-index: -1;
}

.sale-img{
  border-radius: 20px;
  width: 144px;
  float: left;
  position: absolute;
  left: 10px;
  overflow: hidden;
}
.cart,.tag{
  position: absolute;
  bottom: -25px;
  right: -10px;

}
.cart{
    border-radius: 50%;
    background-color: rgb(63, 44, 102);
    box-shadow: 0px 9px 57px 0px rgba(63, 44, 102, 0.15);
    width: 41px;
    height: 41px;
    right: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 57px 0px rgba(63, 44, 102, 0.15);
  width: 41px;
  height: 41px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.sale-box  p.star{
  color: rgb(252, 185, 89);
  font-style: normal;
  text-align: right;
  margin-bottom: 8px;
}
.sale-box h4 {
  font-size: 24px;
  color: rgb(252, 185, 89);
  font-weight: bold;
  line-height: 1.25;
}
.sale-box p {
  font-size: 15px;
  color: rgb(133, 133, 133);
  font-weight: bold;
  font-style: italic;
  margin-top: 4px;
}
.sale-box a{
  font-size: 13px;
  color: rgb(9, 9, 9);
  line-height: 2.308;
}
.sale-box a span{
  color: rgb(60, 139, 217);
}


.banner-item{
  position: relative;
  text-align: center;
}
.banner-item h1 {
  font-size: 110px;
  font-family: 'Poppins Bold';
  color: rgb(10, 10, 10);
  font-weight: bold;
  line-height: 122px;
  animation: fadeOutDown 1.2s both;
}
.banner-item h1:first-child{
  color: rgb(252, 185, 89);
  animation: fadeOutDown 1s both;
}
.banner-item.slick-active h1 {
  animation: fadeInDown 1s both 1.5s;
}
.banner-item.slick-active h1:first-child {
  animation: fadeInDown .5s both 1s;
}
.banner-item .sale-box {
  animation: fadeOutDown 2s both;
}
.banner-item.slick-active .sale-box {
  animation: fadeInDown 1.5s both 2s;
}

.banner-item a {
  animation: fadeOutDown 2s both;
  z-index: 99;
  position: relative;
}
.banner-item.slick-active a {
  animation: fadeInUp 2s both 2.5s;
}
.banner-item .adsense{
  animation: fadeOut .5s both;
}
.banner-item.slick-active .adsense{
  animation: fadeInRight 1s both 1s;
}
.banner-item .google{
  animation: fadeOut 1.3s both;
}
.banner-item.slick-active .google{
  animation: fadeInLeft 2s both 1.5s;
}

.google,.adsense{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(199, 199, 199);
  border-radius: 50%;
  background-color: rgb(241 244 249 / 0%);
  width: 89px;
  height: 89px;
  position: relative;
  animation: shadow-pulse 1.5s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes shadow-pulse
{
    0% {
      box-shadow: 0 0 0 0px rgba(199, 199, 199, 0.507);
    }
    100% {
      box-shadow: 0 0 7px 25px rgba(199, 199, 199, 0);
    }
}
.google::after,.adsense::after{
  content: '';
  border-style: solid;
  border-width: 1px;
  border-color: rgb(199, 199, 199);
  border-radius: 50%;
}
.google{
  position: absolute;
  top: 50%;
  left: 220px;
}
.adsense{
  position: absolute;
  top: 0;
  right: 50px;
}
@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }
}
/************************************
   Tabs
************************************/
.tab-wrapper span.progressBar {
      /* width: 100%; */
      background-color: rgb(63, 44, 102);
      display: block;
      position: absolute;
      left: 0px;
      bottom: 0px;
      top: 0px;
      right: 0px;
      /* height: 100%; */
      border-radius: 10px;
      z-index: -1;
}

.tab-wrapper span.progressBar .inProgress {
  background-color: rgb(63, 44, 102);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 10px;
}
h2 {
  font-size: 44px;
  font-family: 'Poppins SemiBold';
  color: rgb(10, 10, 10);
  line-height: 1.432;
  text-align: center;
  margin-bottom: 30px;
}

.tab-wrapper {
  margin-bottom: 30px;
}
.tabs {
  display: flex;
  justify-content: center; 
  gap: 15px;
  padding-top: 10px;
}

.tab-link {
  list-style: none;
    padding: 20px 38px;
    color: rgb(9, 9, 9);
    cursor: pointer;
    transition: all ease 0.5s;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    position: relative;
}

.tab-link:hover {
  background-color: rgb(249 249 249);
}

.tab-link.active {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(233, 231, 236);
    background-color: rgb(63, 44, 102);
    box-shadow: 0px 9px 57px 0px rgba(63, 44, 102, 0.15);
 color: #fff;
}
.tab-link.active img{
  filter: brightness(0) invert(1);
}


.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards; }

.tab-content.active {
  display: block; 
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none; } }
.img-box{
  position: relative;
}
h3 {
  font-size: 40px;
  color: rgb(20, 20, 20);
  line-height: 1.525;
  text-align: left;
  margin-bottom: 5px;
}
p {
  font-size: 18px;
  color: rgb(35, 35, 35);
  line-height: 1.611;
  text-align: left;

}
.img-box .google {
  position: absolute;
  top: 11%;
  left: 65px;
}
.img-box .adsense {
  position: absolute;
  top: 83%;
  right: 115px;
}

/************************************
  Achieve
************************************/
.Achieve{
  position: relative;
}
.achieve-bg{
  width: 100%;
  position: absolute;
  bottom: -60px;
  z-index: -1;
}
.achieve-item {
  margin-bottom: 35px;
}
.achieve-item:hover .icon{
  border-color: rgb(63, 44, 102);
}
.icon{
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 57px 0px rgba(63, 44, 102, 0.15);
  width: 88px;
  height: 88px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img{
  transition: all 0.5s ease-out;
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.achieve-item:hover .icon img{
  -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
h4 {
  font-size: 22px;
  color: rgb(19, 19, 19);
  font-weight: bold;
  line-height: 1.591;
  text-align: left;
}

.power .img-box .google {
  position: absolute;
  top: -3%;
  left: 8px;
}
.power .img-box .adsense {
  position: absolute;
  top: 14%;
  right: 76px;
}
.power .img-box.expend .adsense {
  position: absolute;
  top: 14%;
  right: 175px;
}

.pricing-card{
  border-radius: 8px;
  background-color: rgb(250, 249, 252);
}
.pricing-tag{
  text-align: right;
}
.pricing-tag span {
  background-color: rgb(237, 233, 245);
    font-size: 20px;
    color: rgb(63, 44, 102);
    line-height: 2.55;
    text-align: center;
    padding: 7px 30px;
}
.pricing-head{
  padding: 20px;
  padding-top: 0;
}
.pricing-head h1{
  font-size: 44px;
  font-family: 'Poppins Bold';
  color: rgb(10, 10, 10);
  font-weight: bold;
  line-height: 1.432;
  text-align: center;
}
.pricing-head sub,.pricing-head sup {
  font-size: 20px;
  color: rgb(20, 20, 20);
  line-height: 2.55;
}
.pricing-head p {
  font-size: 18px;
  color: rgb(35, 35, 35);
  line-height: 1.611;
  border-bottom: 1px solid rgb(225, 225, 225);
  text-align: center;
  padding-bottom: 14px;
}
.pricing-body{
  padding: 20px;
  padding-top: 0;
}
.pricing-button {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
padding-top: 10px;
}
.pricing-card .primary-btn{
  color: rgb(63, 44, 102);
  background-color: #ffffff00;
  border: 1px solid rgb(63, 44, 102);
}
.pricing-body p{
  position: relative;
  padding-left: 28px;
}
.pricing-body p img{
  position: absolute;
  left: 0;
  top: 8px;
}
.pricing-card:hover{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 57px 0px rgba(63, 44, 102, 0.15);
}
.pricing-card .primary-btn::after,
.pricing-card .primary-btn::before{
  background-color: rgb(252, 185, 89);
}
.pricing-card:hover .primary-btn:before,.pricing-card:hover .secondary-btn:before {
  transform: translateX(100%);
}
.pricing-card:hover .primary-btn{
  border-color: rgb(252, 185, 89);
  color: #fff;
}
.pricing{
  padding-top: 0;
}

.testimonials{
position: relative;
padding-bottom: 130px;
}
.testi-box{
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 57px 0px rgba(63, 44, 102, 0.15);
  overflow: hidden;
  margin: 45px;
}
.testi-bg{
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.client-img{
    border-radius: 20px 0 0 20px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.client-img img{
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.play-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  
}
.play-btn:hover{
  color: #fff;
  letter-spacing: 2px;
}
.play-btn:hover span{
  transform: scale(.9);
}
.play-btn img{
  height: auto;
  width: auto;
}
.play-btn span {
  border-radius: 50%;
    background-color: rgb(255 255 255 / 20%);
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.play-btn span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn span:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -25%;
    left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
.testi-content{
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    padding-bottom: 100px;
}
.testi-content p {
  font-size: 20px;
  font-family: 'Poppins Regular';
  color: rgb(0, 0, 0);
  line-height: 1.625;
  text-align: center;
}

.qut{
  margin-bottom: 20px;
}
.user-info{
  position: absolute;
  bottom: 10px;
  text-align: cinter;

  
}
.user-info h4{
  font-size: 18px;
  color: rgb(19, 19, 19);
  font-weight: bold;
  line-height: inherit;
  text-align: center !important;
}
.user-info p{
  font-size: 16px;
  color: rgb(122, 122, 122);
  line-height: 1.938;
}

.user-info span{
  border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 15px 0px rgba(63, 44, 102, 0.15);
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -13px;
}
.google-ads .content{
  position: relative;
    text-align: center;
    width: 70%;
    margin: auto;
}
.google-ads .content h2,
.google-ads .content p{
  text-align: center;
}
.google-ads .content h2{
  margin-bottom: 5px;
}
.google-ads .content .adsense {
  position: absolute;
  top: -30px;
  right: 220px;
  left: -52px;
}

.google-ads .content .google {
  position: absolute;
  top: 45%;
  left: auto;
  right: 0px;
}
.google-ads .primary-btn{
  background-color: rgb(63, 44, 102);
  color: #fff;
  border-color: rgb(63, 44, 102);
}
.google-ads .primary-btn::after,
.google-ads .primary-btn::before{
  background-color: rgb(252, 185, 89);
}
.google-ads .primary-btn:hover{
  border-color: rgb(252, 185, 89);
}

/* Modal */
.fade {
  transition: opacity .15s linear;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem;
  pointer-events: none;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1.75rem * 2);
  height: 100%;
}
.modal-dialog {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 20px;
  outline: 0;
  overflow: hidden;
}
.enqform .btn-close {
  position: absolute;
  right: 0px;
  top: 0;
  box-shadow: 0px 0px 3px 0px #00000040;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  font-size: 25px;
  color: rgb(252, 185, 89);
  z-index: 10;
  transition: all .4s;
}
.enqform .btn-close:hover{
  background-color: rgb(252, 185, 89);
  color: #000;
}
.leftside {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(249, 248, 250);
  padding: 25px;
}
.leftside img {
  width: 300px;
}
.rightside {
  height: auto;
  display: block;
  background-color: rgb(63, 44, 102);
  position: relative;
}
.form-card {
  box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
  background-color: rgb(63, 44, 102);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px 40px;
  
}
.text-center {
  text-align: center;
  position: relative;
}
.form-btn {
  background-color: rgb(252, 185, 89);
  color: #fff;
  border: 0;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 16px;
}
.form-btn:hover{
  color: #fff;
  background-color: rgb(9, 9, 9);
}
.form-control {
  width: 100%;
  border: 0;
  background-color: rgb(249, 248, 250);
  padding: 12px 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgb(9, 9, 9);
  border-radius: 4px;
  outline: none;
}
.form-card h4{
  text-align: left;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fff;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}


/************************************
    Footer
************************************/
footer {
    position: relative;
    padding-top: 100px;
}
footer a{
  font-size: 18px;
  color: rgb(63, 44, 102);
  line-height: 1.556;
  text-align: left;
}
footer a:hover{
  color: rgb(252, 185, 89);
}
.footer-shape{
  position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 95%;
}
.social{
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.social a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(63, 44, 102);
  border-radius: 50%;
  background-color: rgba(252, 185, 89, 0);
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a:hover{
  background-color: rgb(252, 185, 89);
  border-color: rgb(252, 185, 89);
}
.social a:hover img,
.secondary-btn:hover img{
  filter: brightness(0) invert(1);
}
.secondary-btn img{
  transition: all .4s;
}
.copyright{
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding: 20px 0;
    text-align: center;
}
.copyright p a,.copyright p{
    font-size: 16px;
    color: rgb(28, 28, 28);
    line-height: 1.938;
    text-align: center;
    margin-bottom: 0;
}
.copyright p a:hover{
  color: rgb(252, 185, 89);
  }

.highlight span{
  animation-name: backgroundColorPalette;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
  overflow: hidden; 
}

@keyframes backgroundColorPalette {
	0% {
		background: rgb(237, 233, 245);
    color: rgb(63, 44, 102);
	}
	25% {
		background: rgb(252, 185, 89);
    color: #fff;
	}
	50% {
		background: rgb(237, 233, 245);
    color: rgb(63, 44, 102);
	}
	100% {
		background: rgb(252, 185, 89);
    color: #fff;
	}
}

@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
  }
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px)
  }
}

@keyframes fadeOutDown {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px)
  }
}


/******************************
  Media Box
*******************************/
.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}

@-webkit-keyframes mediabox {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes mediabox {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@keyframes mediaboxhide {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 24px 24px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.mediabox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) {
  .mediabox-content {
      max-width: 90%;
  }
}

@media all and (max-width: 600px) {
  .mediabox-content iframe {
      height: 320px !important;
  }

  .mediabox-close {
      bottom: 362px;
  }
}

@media all and (max-width: 480px) {
  .mediabox-content iframe {
      height: 220px !important;
  }

  .mediabox-close {
      bottom: 262px;
  }
}

.ppc-services{
  h2{
    text-align: left;
    margin-bottom: 5px;
  }
}
.sec-gap{
  padding: 50px 0;
}
.pt-0{
  padding-top: 0;
}
.pay-per-click{
  background: #fffbf5;
}
.bg-blue{
  background: #fbf8fd;
}
.bg-orange{
  background: #fffbf5;
}
.text-center p{
  text-align: center;
}
.mb-30{
  margin-bottom: 30px;
}
.why-choose-ppc{
  h2{
    margin-bottom: 5px;
  }
  .text-center p{
    margin-bottom: 5px;
  }
  h3{
    font-size: 22px;
    color: rgb(19, 19, 19);
    font-weight: bold;
    line-height: 1.591;
    text-align: left;
  }
  .item {
  background: #fff;
    text-align: center;
    padding: 20px 15px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    height: 100%;
    h3,p{
      text-align: center;
    }
    .icon{
      margin-inline: auto;
      margin-bottom: 20px;
    }
}
.item:hover{
    background:rgb(252, 185, 89);
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h3, .item:hover p{
    color:#000000;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
}
.service-list{
  position: relative;
  padding: 15px;
  height: 100%;
  transition: all .5s background .5s;
  &:hover{
    background: rgb(63, 44, 102);
    transform: scale(1.021);
    h3,p{
      color: #fff;
    }
  }
  
  h3,p{
    text-align: center;
  }
  .icon{
    margin: auto;
    margin-bottom: 15px;
  }
  &:hover .icon {
    border-color: rgb(63, 44, 102);
}
&:hover .icon img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
}
.ppc-advertising-agency{
  h2{
    text-align: left;
    margin-bottom: 5px;
  }
  h3{
    text-align: center;
  }
}
.campaigns-list{
  --thm-color: #343D7A;
  border-radius: 15px;
    border: 1px solid var(--thm-color);
    background: #FFF;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    transition: all .5s;
    &:hover{
      transform: translateY(-5px);
      .icon img{
        -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
      }
    }
    .icon{
      background-color: #FDF3F3;
    width: 148px;
    height: 100%;
    padding-right: 20px;
    clip-path: polygon(0% 10.067%, 0% 10.067%, 0.14% 8.434%, 0.547% 6.885%, 1.198% 5.441%, 2.07% 4.122%, 3.142% 2.949%, 4.393% 1.942%, 5.798% 1.124%, 7.338% 0.513%, 8.989% 0.132%, 10.729% 0%, 89.456% 0%, 89.456% 0%, 91.7% 0.217%, 93.765% 0.835%, 95.621% 1.805%, 97.235% 3.079%, 98.573% 4.608%, 99.604% 6.343%, 100.295% 8.234%, 100.612% 10.235%, 100.525% 12.294%, 100% 14.365%, 100% 14.365%, 98.849% 17.588%, 97.698% 20.993%, 96.578% 24.542%, 95.514% 28.193%, 94.537% 31.907%, 93.674% 35.642%, 92.954% 39.359%, 92.404% 43.018%, 92.053% 46.579%, 91.93% 50%, 91.93% 50%, 92.053% 53.421%, 92.404% 56.982%, 92.954% 60.641%, 93.674% 64.358%, 94.537% 68.093%, 95.514% 71.807%, 96.578% 75.458%, 97.698% 79.006%, 98.849% 82.412%, 100% 85.635%, 100% 85.635%, 100.525% 87.705%, 100.612% 89.765%, 100.295% 91.765%, 99.604% 93.657%, 98.573% 95.392%, 97.235% 96.921%, 95.621% 98.195%, 93.765% 99.165%, 91.7% 99.783%, 89.456% 100%, 10.729% 100%, 10.729% 100%, 8.989% 99.868%, 7.338% 99.487%, 5.798% 98.876%, 4.393% 98.058%, 3.142% 97.051%, 2.07% 95.878%, 1.198% 94.559%, 0.547% 93.115%, 0.14% 91.566%, 0% 89.933%, 0% 10.067%);
    transition: all .5s linear;
    margin-bottom: 0;
    border-radius: 0;
    }
    .content{
      padding-block: 0;
      width: 78%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
}
.ppc-advertising{
  .service-list{
    background-color: #e9e9e9;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
  
    &:hover{
      background: rgb(252, 185, 89);
      transform: scale(1.021);
      h3,p{
        color: #000000;
      }
      .icon{
        background-color: #fff;
      }
    }
    h3,p{
      text-align: left;
    }
    .icon{
      margin-left: 0;
      border-radius: 10px;
      background-color: rgb(252, 185, 89);
    }
  }
}
.choose-item{
  background-color: rgb(252, 185, 89);
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  transition: all .5s;
  h3{
    font-size: 22px;
        color: rgb(19, 19, 19);
        font-weight: bold;
        line-height: 1.591;
  }
  h3,p{
    color: #000000;
  }
}
.pb-40{
  padding-bottom: 40px;
}
/*******************************
  Responsive
********************************/
/*************************************
    Home Page
*************************************/
@media (max-width: 1920px) { 
  
}

@media (max-width: 1440px) {
   
}
@media (max-width: 1366px) and (max-width:1440px) {
 
  h2 {
    font-size: 38px;
}
}

@media (max-width: 1199.98px) { }

@media (max-width: 991.98px) { 
  .banner-item h1 {
    font-size: 70px;
    line-height: 80px;
}
.header p {
  font-size: 14px;
}
.adsense {
  position: absolute;
  top: -11px;
  right: 0px;
}
.tabs {
  gap: 10px;
  padding-top: 10px;
  flex-wrap: wrap;
}
h2 {
  font-size: 34px;
}
.img-box {
  position: relative;
  width: 62%;
  margin: auto;
}
.power .img-box.expend .adsense {
  position: absolute;
  top: 14%;
  right: 74px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.google-ads .content .adsense {
  left: -90px;
}
.google-ads .content .google {
  position: absolute;
  top: 68%;
  left: auto;
  right: -90px;
}
footer .col-lg-4{
  text-align: center;
}
.footer-shape {
  height: 370px;
}

}
@media (max-width: 575.98px) { 
  .header p,header.sticky p {
    font-size: 10px;
    line-height: normal;
    padding: 4px 10px;
    margin-bottom: 6px;
}
.secondary-btn span{
  display: none;
}
.header .secondary-btn,
header.sticky .secondary-btn{
  padding: 7px 13px;
}
.header .primary-btn,
header.sticky .primary-btn{
  padding: 7px 20px;
  font-size: 12px;
  margin-left: 6px;
}
.header .brand img,
header.sticky .brand img{
  height: 34px;
  width: auto;
}
.banner-item h1 {
  font-size: 32px;
  line-height: 36px;
}
.sale-box h4 {
  font-size: 18px;
}
.sale-box p {
  font-size: 12px;
}
.sale-img {
  width: 116px;
}
.sale-box {
  width: 310px;
  height: 140px;
  position: relative;
  margin-left: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 9px 17px 0px rgba(63, 44, 102, 0.15);
  padding-left: 140px;
}
.sale-item:after {
  content: '';
  border-radius: 50%;
  background-color: rgb(249, 248, 250);
  position: absolute;
  left: 0%;
  top: -16px;
  width: 180px;
  height: 180px;
  z-index: -1;
}
.google, .adsense {
  width: 50px;
  height: 50px;
  padding: 12px;
}
.adsense {
  position: absolute;
  top: -18px;
  right: 0px;
}
.google {
  position: absolute;
  top: 80%;
  left: 12px;
}
.hero {
  padding-top: 80px;
  padding-bottom: 30px;
}
h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.tab-link {
  padding: 9px 10px;
  font-size: 12px;
  gap: 6px;
  border-radius: 6px;
}
.tab-link img{
  height: 16px;
  width: auto;
}
.tabs {
  gap: 7px;
  padding-top: 0px;
  flex-wrap: wrap;
}
.tab-wrapper span.progressBar .inProgress{
  border-radius: 6px; 
}
h3 {
  font-size: 18px;
}
p {
  font-size: 14px;
  line-height: 1.511;
  text-align: left;
}
.img-box {
  position: relative;
  width: 100%;
  margin: auto;
}
section {
  padding: 30px 0;
}
.achieve-item h4 {
  font-size: 15px;
  line-height: 20px;
  min-height: 44px;
}
.icon {
  width: 70px;
  height: 70px;
  padding: 18px;
  margin-bottom: 10px;
}
.achieve-item {
  margin-bottom: 0px;
}
.achieve-item p{
  line-height: 18px;
}
.testi-box {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 17px 0px rgba(63, 44, 102, 0.15);
  overflow: hidden;
  margin: 15px;
}
.testi-content {
  padding: 15px;
  padding-bottom: 80px;
  padding-top: 25px;
}
.testi-content p {
  font-size: 16px;
  line-height: 22px;
}
.user-info span {
  width: 50px;
  height: 50px;
  padding: 7px;
  top: 0px;
}
.user-info {
  position: absolute;
  bottom: 20px;
  left: 15px;
  padding-left: 60px;
  padding-top: 8px;
}
.user-info h4 {
  font-size: 16px;
}
.user-info p{
  margin-bottom: 0;
  font-size: 12px;
}
.testimonials {
  position: relative;
  padding-bottom: 35px;
}
.google-ads .content {
  width: 80%;
  margin: auto;
}
.google-ads .content .adsense {
  left: -30px;
  top: -53px;
}
.google-ads .content .google {
  position: absolute;
  top: 60%;
  left: auto;
  right: -30px;
}
footer {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.footer-logo {
  height: 45px;
  width: auto;
}
.footer-shape {
  height: 320px;
  width: 98%;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-26px);
}
.form-card {
  padding: 20px 20px;
}
.form-control {
  padding: 12px 12px;
}
.why-choose-ppc {
  h3 {
      font-size: 16px;
  }
}
.campaigns-list{
  .icon {
    width: 80px;
    padding: 0;
  }
  h4 {
    font-size: 16px;
}
}
.choose-item {
  h3 {
      font-size: 18px;
  }
}
.sec-gap {
  padding: 30px 0;
}
}

/* New Section */
.text-center {
  text-align: center;
}
.pt-0{
  padding-top: 0;
}
.clients h3 {
  font-size: 24px;
  color: rgb(22, 22, 22);
  line-height: 2.208;
  text-align: center;
  font-weight: 100;
}
.client-slider .slick-list {
  margin: 0 -10px;
}
.client-slider .slick-slide {
  margin: 0 10px;
  margin-block: 20px;
}
.logo-box {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20.9px 1.1px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
  padding: 10px;
  text-align: center;
}
.logo-box:hover {
  transform: scale(1.1);
}
.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 22px;
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.12));
  z-index: 1;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.slick-next {
  right: -60px;
}
.slick-prev {
  left: -60px;
}
.slick-arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  display: inline-block;
  transform: rotate(135deg);
  margin-right: 5px;
  opacity: 1;
  transition: all .5s;
}
.slick-arrow.slick-prev::before {
  transform: rotate(316deg);
  margin-left: 8px;
}
.slick-arrow:hover::before {
  border-top: 2px solid rgb(255, 142, 0);
  border-left: 2px solid rgb(255, 142, 0);
}
.img img {
  width: auto;
  height: 110px;
}
.img{
  text-align: center;
}
.our-redentials h2 span{
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.our-redentials h2{
  position: relative;
}
.our-redentials h2 span::after{
  content: '';
    position: absolute;
    background: linear-gradient(to right, #000000 0%, #ffffff 100%);
    height: 2px;
    width: 50%;
    top: 50%;
    transform: translateX(5%);
}
.our-redentials h2 span::before{
  content: '';
  position: absolute;
  background: linear-gradient(to right, #fff 0%, #000 100%);
  height: 2px;
  width: 50%;
  top: 50%;
  transform: translateX(-105%);
}
/* .tabs {
  background: linear-gradient(to top, rgb(251 251 251 / 42%), transparent);
} */
.slick-dots li button:before {
  font-size: 40px;
  opacity: 1;
  color: #d6d6d6;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #859791;
}
@media (max-width: 575.98px){
  .slick-dots li {
    margin: 0 0px;
}
.slick-dots li button:before {
  font-size: 35px;
}
}
