:root {
  --primary-clr: #2e3280;
  --secondary-clr: #2a2f36;
  --thirdly__clr: #ffb100;
  --fourthly__clr: #48020dfa;

  --gray-clr: #959595;
  --light-clr: rgb(149 149 149 / 25%);
  --lightest-clr: #f7f7f7;

  --h-clr: #46484b;
  --p-clr: #46484b;
  --box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.1);
  --box-shadow2: 1px 1px 7px 0px rgb(255 255 255 / 30%);
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: var(--p-clr) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--h-clr) !important;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin-bottom: 0 !important;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

main {
  width: 100%;
  float: left;
  min-height: 500px;
  /* margin-top: 46px; */
}



/* spin content */

.service-label {
  background-color: #000;
  color: #fff;
  margin-bottom: 10px;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 7px;
  display: inline-block;
}

.service-benefit {
  box-shadow: 0 8px 12px 0 hsla(0deg, 0%, 48%, 20%);
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 12px !important;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12) !important;
}

.service-benefit ul.list  {
  list-style: disc;
  list-style-position: inside;
}
.service-benefit ul.list li  {
  padding-left: 0px;
  font-weight: 500;
}

.service-benefit li {
  font-size: 14px;
  font-weight: bold;
}

.service-benefit h4 {
  font-size: 20px;
}

.service-benefit p {
  font-size: 14px;
}

.service-benefit img {
  width: 100px;
  /* margin-bottom: 20px;
  margin: 0 0 20px auto; */
  display: flex;
}


ul.list.theme-color li svg {
  color: #20c5d5;
  margin-right: 5px;
}


.do-dont .section-title h6,
.do-dont .section-title h2,
.column-headers h3 {
  color: #fff !important;
}

.do-dont .subheading {
  color: #fff !important;
}


.text-center .button.button-border {
  color: #FFF !important;
}

.do-dont {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* end spin content */



/*----------- Begin: title ---------*/
.primary__title,
.secondary__title,
.thirdly__title {
  font-weight: 600;
  color: var(--primary-clr) !important;
  margin-bottom: 20px;
}

.primary__title {
  font-size: 40px;
}

.secondary__title {
  font-size: 30px;
}

.thirdly__title {
  font-size: 20px;
}

.primary__title.primary__clr {
  color: var(--h-clr) !important;
}

.primary__clr span {
  /* color: var(--primary-clr) !important; */
  color: #7D08B9;
}

/*----------- End: title ---------*/

/* common clases */
.section-title p{
  width: 70%;
  margin: 0 auto;
  display: flex;
}

/*----------- Begin: btn ---------*/
.btn {
  color: white !important;
  border-radius: 30px !important;
  padding: 15px 40px !important;
}

.btn1,
.btn2:hover {
  background: var(--primary-clr) !important;
  border: 1px solid var(--primary-clr) !important;
  color: white !important;
}

.btn1:hover,
.btn2 {
  background: #fff !important;
  color: var(--primary-clr) !important;
}

.btn2 {
  border: 1px solid var(--primary-clr) !important;
}

.btn3 {
  background: #3D96F4 !important;
  /* border: 2px solid var(--thirdly__clr) !important;
  color: #000 !important; */
  font-size: 17px !important;
  font-weight: 500 !important;
  border: 2px solid #3D96F4 !important;
}

.btn3:hover {
  /* color: var(--thirdly__clr) !important; */
  background: transparent !important;
  border: 2px solid #3D96F4;
}

.footerCta .btn3:hover{
  
  background-color: #3D96F4 !important;
}
.footerCta .arrowright{
  width: auto;
}
/*----------- End: btn ---------*/



/*----------- Begin: breadcrumb__area ---------*/
.breadcrumb__area {
  width: 100%;
  float: left;
  background-position: 50% 50%;
  background: url(../images/breadcrumb-bg.jpg)no-repeat center center;

  margin-top: 115px;
  padding: 60px 0;
}


/*----------- End: breadcrumb__area ---------*/


/*----------- Begin: inside__content ---------*/
.inside__content {
  width: 100%;
  float: left;
  margin-bottom: 100px !important;
}

.inside__content ul {
  margin-left: 35px;
  list-style: disc;
}

/*----------- End: inside__content ---------*/


/*----------- Begin: cont  ---------*/
.cont {
  width: 100%;
  float: left;
}

.cont ul {
  float: right;
}

.cont li {
  float: left;
  padding: 0 5px;
}

.cont li:first-child {}

.cont li:last-child {
  padding-right: 0;
}

.cont li span {
  margin-right: 2px;
  color: #a4da66;
}

.cont a {
  color: var(--p-clr);
}

/*----------- End: cont  ---------*/



/*----------- Begin: header ---------*/
header {
  width: 100%;
  float: left;
  box-shadow: var(--box-shadow);

}

.header__fixed {
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.header__top {
  width: 100%;
  float: left;
  padding: 3px 0;
}

.header__top_logo img {
  width: 115px;
}

.header__top .btn {
  padding: 9px 15px !important;
  font-size: 14px;
  font-weight: 400;
}

.header__top ul li {
  float: left;
  color: var(--secondary-clr);

}

.header__top ul li a {
  color: var(--h-clr);
}

.header__top ul li a:hover {
  color: var(--primary-clr);
}

.header__top ul li:not(:last-child) {
  margin-right: 20px;
}




.header {
  background-color: var(--primary-clr);
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header .logo {
  padding: 12px 0 12px 20px;
}

.header .logo a img {
  width: 150px;
}

.header .menu ul {
  margin: 0;
  padding: 0;
}

.header .menu ul li {
  display: inline-block;
  list-style: none;
}

.header .menu ul li a {
  color: #fff;
  text-decoration: none;
  /* display: block; */
  padding: 6px 15px;
  display: inline-block;
  /* text-transform: uppercase;
  letter-spacing: 1.5px; */
  font-size: 13px;
  font-weight: 500;
}

.header .menu ul li ul.submenu {
  background-color: white;
  display: none;
  position: absolute;
  width: auto;
  box-shadow: var(--box-shadow);
}

.header .menu ul li ul.submenu li {
  display: block;
  width: 100%;
}

.header .menu ul li ul.submenu li:not(:last-child) {
  border-bottom: 1px solid var(--gray-clr);
}

.header .menu ul li ul.submenu li a {
  color: var(--p-clr);
  line-height: 25px;
  padding: 5px 15px;
  display: block;

}

.header .menu ul li ul.submenu li a:hover {
  color: var(--primary-clr);
  background: var(--light-clr);
}

.header .menu ul li:hover {
  color: #fff;
  /* background: var(--h-clr); */
}

.header .menu ul li:hover ul.submenu {
  display: block;
}

.header .menu ul li i.icon-arrow {
  display: none;
}




.header .icon-arrows {
  width: 10px;
  margin-left: 5px;
  display: inherit;
}

.header {
  display: none;
}

@media screen and (max-width: 992px) {

  .header {
    display: block;
  }

  .header .logo a img {
    width: 100px;
  }

  .icon-arrows,
  .header__top {
    display: none !important;
  }

  .header {
    background: white;
    border-bottom: 2px solid var(--primary-clr);
  }

  .header .menu ul li {
    display: inherit;
  }

  .header nav.menu ul {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    margin-left: -1000px;
    z-index: 1;
    background-color: var(--gray-clr);
    -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
  }

  .header nav.menu.active {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }

  .header nav.menu.active ul {
    margin-left: 0;
    -moz-transition: margin-left 0.25s;
    -o-transition: margin-left 0.25s;
    -webkit-transition: margin-left 0.25s;
    transition: margin-left 0.25s;
    width: 80vw;
    overflow-y: scroll;
  }

  .header nav.menu.active ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header nav.menu.active ul li:hover .submenu {
    display: none;
  }

  .header nav.menu.active ul li a {
    width: 100%;
  }

  .header nav.menu.active ul li a:hover {
    background: #5aaed5;
  }

  .header nav.menu.active ul li .flexbox-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .header nav.menu.active ul li .flexbox-container a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header nav.menu.active ul li .flexbox-container i.icon-arrow {
    display: inline-block;
    height: 100%;
    width: 76px;
    padding: 3px 29px;
    text-align: center;
    cursor: pointer;
  }

  .header nav.menu.active ul li .flexbox-container i.icon-arrow:hover {
    background: var(--primary-clr);
  }

  .header nav.menu.active ul li .flexbox-container i.icon-arrow svg {
    height: 18px;
    width: 15px;
  }

  .header nav.menu.active ul li .submenu {
    max-height: 0;
    overflow: hidden;
    box-shadow: none;
  }

  .header nav.menu.active ul li.showSubmenu .submenu {
    max-height: 1000px;
    width: 100%;
    position: relative;
    display: block;
    overflow: inherit;
    background-color: #fff;
  }

  .header nav.menu.active ul li.showSubmenu .submenu .subOption {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }

  .header nav.menu.active ul li.showSubmenu .submenu .subOption a {
    padding: 5px 40px;
    line-height: 1.7;
    border-bottom: 1px solid var(--gray-clr);
  }

  .header nav.menu.active ul li.showSubmenu .submenu .subOption a:hover {
    background: #65c2ed;
  }

  .header nav.menu.active ul li.showSubmenu i.icon-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header nav.menu .hamburger {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 10px;
    padding: 12px 25px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
  }

  .header nav.menu .hamburger span,
  .header nav.menu .hamburger span:before,
  .header nav.menu .hamburger span:after {
    left: 0;
    border-radius: 2px;
    height: 6px;
    width: 40px;
    background: var(--primary-clr);
    position: absolute;
    display: block;
    content: '';
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .header nav.menu .hamburger span:before {
    top: -14px;
  }

  .header nav.menu .hamburger span:after {
    bottom: -14px;
  }

  .header nav.menu .hamburger.active span {
    background-color: transparent;
  }

  .header nav.menu .hamburger.active span:before,
  .header nav.menu .hamburger.active.active span:after {
    top: 0;
  }

  .header nav.menu .hamburger.active span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header nav.menu .hamburger.active span:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.dimmer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.dimmer.active {
  display: block;
}

.no-scrolling {
  overflow: hidden;
  position: fixed;
}

/*----------- End: header ---------*/




/*----------- Begin: footer ---------*/
footer {
  width: 100%;
  float: left;
  padding: 80px 0 0px 0;
  background: var(--secondary-clr);

  font-size: 15px !important;
  /* background: #24234082; */
}

footer img {
  width: 150px;
  margin-bottom: 20px;
}

footer p {
  margin-bottom: 0;
}

footer a,
footer p,
footer svg,
footer .secondary__title,
footer li {
  color: white !important;
}

footer li a:hover {
  color: var(--primary-clr) !important;
}

footer .secondary__title {
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
}

footer .secondary__title:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--primary-clr);
}

footer li {
  margin-bottom: 10px;
}

footer li svg {
  margin-right: 10px;
}

.social {
  width: 100%;
  float: left;
}

.social ul,
.social li {
  float: left;
}

.social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  box-shadow: var(--box-shadow);
  background: var(--primary-clr);
  border-radius: 50%;
  margin-right: 20px;
}

.social a svg {
  margin-right: 0;
}

.quote .secondary__title {
  margin-bottom: 10px
}

.quote .secondary__title:before {
  display: none;
}

.quote .secondary__title span {
  /* position: relative; */
  display: inline-block;
  z-index: 1;
  background: var(--primary-clr);
  /* color: #fdb713 !important; */

}

/* .quote .secondary__title span:before {
position: absolute;
content: '';
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: #fdb713;
background: var(--primary-clr);

z-index: -1;
}
.quote .secondary__title:before { 
display: none;
} */

.madebyBee {
  width: 100%;
  float: left;
  padding: 10px 0;
  margin-top: 40px;
  background: #fff;
}

.madebyBee p,
.madebyBee p span {
  color: var(--h-clr) !important;
}


.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;

}

.scrollTop a,
.scrollTop a:hover {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: var(--primary-clr);
  box-shadow: var(--box-shadow);
  font-size: 24px;
  color: white;
}


.talk__experts {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.talk__btn {
  background: var(--primary-clr);
  color: #fff;
  padding: 25px 15px;
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
  box-shadow: var(--box-shadow);
}

.talk__btn:hover {
  background: var(--fourthly__clr);
  color: #fff;
  box-shadow: var(--box-shadow2);
}



/*----------- End: footer ---------*/






/*----------- Begin:banner  ---------*/
.banner__area {
  width: 100%;
  float: left;
  padding: 20px 0 100px;
  background: linear-gradient(128deg, #131313 28.12%, #028BA6 253.41%);
  position: relative;
  /* background: url(../images/banner-bg.png); */

}

.bannerContainer {
  padding-left: 50px;
  padding-right: 50px;
}

.banner__area p {
  font-size: 18px;
}

.banner__area p,
.banner__area .primary__title {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.banner__area .primary__title {
  font-size: 40px;
  font-weight: 500;
  color: white !important;
  margin-top: 40px !important;
}

.banner__area .primary__title span {
  color: var(--thirdly__clr) !important;
  font-size: 35px;
  font-weight: 500;
}

.banner__area .text-left h2 {
  margin-bottom: 40px;
}

.banner__area .text-left h2 {
  font-size: 28px;
  font-weight: 500;
}

.banner__area .text-left .planBox {
  padding: 20px 15px 15px;
  border-radius: 8px;
  background: #2F264A;
  height: 135px;
  margin-bottom: 25px;
}

.banner__area .text-left .planBox img {
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
}

.banner__area .text-left {
  position: relative;
}

.banner__area .bannerLeftBg {
  position: absolute;
  bottom: 0px;
  content: "";
  left: -35px;
  width: 65%;

}

.banner__area .rightBanner .bannerRightAfterImg {
  height: 600px;
  object-fit: contain;
}

.banner__area .bannerRightAfter {
  position: absolute;
  content: "";
  right: -35px;
  width: 100%;
  height: 100%;
}

.banner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-around;
}

.banner__list p {
  font-size: 14px;

}

.awards-img {
  width: 36px;
  height: 75px;
}

.banner__area .arrowright{
  width: auto;
}
/* .wrapper {
  padding: 0px 100px;
} */

@media (max-width: 3000px) {
  .banner__area .bannerLeftBg {
    width: 45%;
  }
}

@media (max-width: 1920px) {
  .banner__area .bannerLeftBg {
    width: 50%;
  }
}

@media (max-width: 1600px) {
  .banner__area .bannerLeftBg {
    width: 65%;
  }
}

@media (max-width: 1400px) {
  .banner__area {
    padding: 15px 0px 50px;
  }

  .banner__area .primary__title {
    font-size: 30px;
    margin-top: 25px !important;
  }

  .banner__area .primary__title span {
    font-size: 20px;
  }

  .banner__area p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .banner__area .text-left .planBox {
    padding: 15px 10px 15px;
    height: 100px;
    margin-bottom: 15px;
  }

  .banner__area .text-left .planBox img {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }

  .banner__area .text-left .planBox p {
    font-size: 13px;
  }

  .banner__area .bannerLeftBg {
    width: 50%;
  }

  .btn3 {
    font-size: 12px !important;
    padding: 10px 20px !important;
  }

  .banner__area .rightBanner .bannerRightAfterImg {
    height: 400px;
  }
}

@media (max-width: 1050px) {
  .banner__area {
    padding: 10px 0px 35px;
  }

  .banner__area .primary__title {
    font-size: 20px;
    margin-top: 15px !important;
    margin-bottom: 10px;
  }

  .banner__area .primary__title span {
    font-size: 16px;
  }

  .banner__area p {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .banner__area .text-left .planBox {
    padding: 8px 8px 8px;
    height: 85px;
    margin-bottom: 10px;
  }

  .banner__area .text-left .planBox img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }

  .banner__area .text-left .planBox p {
    font-size: 11px;
  }

  .banner__area .bannerLeftBg {
    width: 60%;
  }
}

@media (max-width: 920px) {
  .banner__area .primary__title {
    font-size: 30px;
    margin-top: 20px !important;
  }

  .banner__area .primary__title span {
    font-size: 20px;
  }

  .banner__area p {
    font-size: 14px;
  }

  .banner__area .text-left .planBox {
    padding: 10px 10px 10px;
    height: 85px;
  }

  .btn3 {
    padding: 7px 15px !important;
  }

  .banner__area .bannerLeftBg {
    width: 50%;
  }

  .banner__area .rightBanner .bannerRightAfterImg {
    margin-top: 45px;
  }
}

@media (max-width: 575px) {
  .bannerContainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner__area .bannerLeftBg {
    width: 100%;
  }

  .btn3 {
    padding: 5px 10px !important;
  }
}

/*----------- End: banner ---------*/




/*----------- Begin: card__area ---------*/
.card__area {
  width: 100%;
  float: left;
  /* background: linear-gradient(90deg, #344abf 0%, #6578dc 100%);
  margin-top: -5px; */
}

.card__content {
  width: 100%;
  background: white;
  padding: 30px 45px;
  border-radius: 5px;

  box-shadow: var(--box-shadow);
}

/*----------- End: card__area ---------*/



/*----------- Begin: expect__area seo__box__area ---------*/
.expect__area {
  padding: 70px 0;
}

.seo__box__area {
  width: 100%;
  float: left;
  background: linear-gradient(90deg, #faf6fd 0%, #f3e5fa 100%);
}

.seo__box {
  width: 100%;
  float: left;
  border-radius: 5px;
  padding: 30px 30px;
  box-shadow: var(--box-shadow);
}

.seo__box:hover {
  background: var(--primary-clr);
}

.seo__box:hover .secondary__title,
.seo__box:hover .thirdly__title,
.seo__box:hover p {
  color: #fff !important;
}

.seo__box:hover img {
  filter: brightness(0) invert(1);
}

.seo__box:hover .btn {
  background: #fff !important;
  color: var(--primary-clr) !important;
}

.seo__box__icon img {
  width: 80px;
  height: 80px;
}

/*----------- End: seo__box__area ---------*/



/*----------- Begin: client__logo__area ---------*/
.client__logo__area {
  width: 100%;
  float: left;
  padding: 80px 0 50px 0;
  margin-bottom: 70px;
  background: #FFF;
  overflow: hidden;
}

/* .client__logo__slider {
  width: 100%;
  float: left;
  overflow: hidden;
} */
.client__logo__card {
  width: 100%;
  float: left;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  background: white;
}

.client__logo__card img {
  width: auto;
  height: 80px;
  /* filter: grayscale(1); */
}

.client__logo__card:hover img {
  filter: none;
}

.client__logo__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0px 25px;
}



/*----------- End: client__logo__area ---------*/



/*----------- Begin: client__area ---------*/
.client__area {
  width: 100%;
  float: left;
  margin: 70px 0;
  background: linear-gradient(90deg, #faf6fd 0%, #f3e5fa 100%);
  padding: 70px 0;
}

.client__area .primary__title {
  color: var(--h-clr) !important;
}




.client__slider,
.review__slider {
  overflow: hidden;
}

.client__box,
.review__box {
  width: 100%;
  float: left;

  display: grid;
  grid-template-columns: 1fr 2fr;
}



.client__slider .slick-next {
  right: 36%;
}

.client__slider .slick-prev {
  left: 55%;
}

.client__slider .slick-next,
.client__slider .slick-next:hover,
.client__slider .slick-next:focus {
  background: url(../images/next.png) center center no-repeat;
}

.client__slider .slick-prev,
.client__slider .slick-prev:hover,
.client__slider .slick-prev:focus {
  background: url(../images/prev.png) center center no-repeat;
}

.client__slider .slick-prev,
.client__slider .slick-next {
  z-index: 2;
  width: 51px;
  height: 40px;
  text-align: center;
  top: inherit;
  bottom: 10px;
}

.client__slider .slick-next {
  border-left: 5px solid var(--primary-clr);
}

.client__slider .slick-prev:before,
.client__slider .slick-next:before {
  content: '';
}



/*----------- End: client__area ---------*/


/*Begin performance area  */

/* end performace area */


/*----------- Begin: review__area ---------*/
.review__area {
  width: 100%;
  float: left;
  padding: 100px 0 100px 0;
  background: #f7f7f7;
}

.review__area .primary__title {
  color: var(--h-clr) !important;
}

.review__area .primary__title span {
  color: var(--primary-clr) !important;
}

/* .review__slider {
  overflow: hidden;
}

.review__box {
  width: 100%;
  float: left;

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
} */
.review__box .order-lg-1,
.review__box .order-lg-2 {
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}

.review__slider .slick-next {
  right: 50px;
}

.review__slider .slick-prev {
  left: 50px;
}

.review__slider .slick-prev,
.review__slider .slick-next,
.review__slider .slick-prev:hover,
.review__slider .slick-prev:focus,
.review__slider .slick-next:hover,
.review__slider .slick-next:focus {
  background: #fff;
  border: 1px solid var(--h-clr);
  box-shadow: var(--box-shadow);
}

.review__slider .slick-prev,
.review__slider .slick-next {
  z-index: 2;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
}

.review__slider .slick-prev:before,
.review__slider .slick-next:before {
  color: var(--h-clr) !important;
}


/*----------- End: review__area ---------*/




/*----------- Begin: faq's  ---------*/
.faq__area {
  width: 100%;
  float: left;
  padding: 70px 0;
}

.faq__area h5 {
  font-size: 1.1rem;
}

.faq__area .accordion svg:not(:root).svg-inline--fa {
  float: right;
}

.faq__area .accordion>.card {
  background: white;
  margin-bottom: 30px;
  border-radius: 5px !important;
  border: none;
  /* border: 1px solid var(--light-clr) !important; */
  box-shadow: var(--box-shadow);
}

.faq__area .accordion>.card>.card-header {
  background: none;
  padding: 0;
  border-color: var(--primary-clr) !important;
}

.faq__area .accordion>.card>.card-header a {
  display: block;
  padding: 20px;
}




/*----------- End:  faq's ---------*/




/*----------- Begin:   ---------*/

/*----------- End:   ---------*/










/*----------- Begin: responsive  ---------*/

/* max-width: 1824px */
@media(max-width: 1824px) {}

/* max-width:1600px */
@media(max-width:1600px) {}

/* max-width:1440px */
@media(max-width:1440px) {}

/* max-width:1360px */
@media(max-width:1360px) {}

/* max-width:1240px */
@media(max-width:1240px) {}


/* max-width:1180px */
@media(max-width:1180px) {

  .client__slider .slick-prev {
    left: 53%;
  }

}

/* max-width:1024px */
@media(max-width:1024px) {}

/* max-width:992px */
@media(max-width:992px) {


  .client__slider .slick-prev {
    left: 50%;
  }

  .review__box {
    grid-template-columns: 1fr;
  }

  .client__logo__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }



}

/* max-width:768px */
@media(max-width:768px) {

  .rightBanner{display: none;}

  .client__box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .client__box img {
    height: 250px;
    width: auto;
  }

  .client__slider .slick-prev,
  .client__slider .slick-next {
    display: none !important;
  }

  .client__slider .pl-5,
  .client__slider .pr-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .review__box .order-lg-1,
  .review__box .order-lg-2 {
    box-shadow: none;
  }


}

/* max-width:600px */
@media(max-width:600px) {


  .banner__area .primary__title,
  .primary__title {
    font-size: 34px;
  }

  .secondary__title {
    font-size: 26px;
  }

  .client__slider .pl-5,
  .client__slider .pr-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .review__slider .slick-prev,
  .review__slider .slick-next {
    width: 40px;
    height: 40px;
  }

  .review__slider .slick-next {
    right: 0;
  }

  .review__slider .slick-prev {
    left: 0;
  }

  .review__box .secondary__title,
  .review__box p {
    text-align: center;
  }

  .client__logo__list,
  .banner__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .banner__list {
    grid-gap: 30px;
  }

  .madebyBee {
    text-align: center;
  }
}

/* max-width:480px */
@media(max-width:480px) {


  .banner__area .primary__title,
  .primary__title {
    font-size: 28px;
  }

  .secondary__title {
    font-size: 24px;
  }

  .banner__list p {
    font-size: 12px;
  }

  .client__slider .pl-5.pr-5 {
    margin-top: 20px;

  }

  .talk__btn {
    padding: 25px 10px;
  }

  .card__content {
    padding: 30px 0px;
  }




}

/* max-width:400px */
@media(max-width:400px) {

  .banner__list {
    grid-template-columns: 1fr;
  }

  ._5fofeIDsGl._2OSMUFwlVJ._1Jevao1ijN {
    padding-right: 4px;
    padding-left: 5px;
  }



}

/* max-width:360px */
@media(max-width:360px) {
  .card__content {
    padding: 30px 15px !important;
  }

  .talk__btn {
    padding: 25px 6px;
    font-size: 12px;
  }



}

/* max-width:320px */
@media(max-width:320px) {
  .card__box {
    transform: scale(0.8);
  }

  .btn3 {
    padding: 15px 20px !important;
  }


}



/*----------- End: responsive  ---------*/