:root {
  --text-dark: #20282d;
  --primary-color: #213035;
  --primary-light: #fef5ee;
  --light-gray: #fafafa;
  --black: black;
  --white: white;
  --light-green: #33e0b7;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--text-dark);
  font-family: "Heebo", sans-serif;
  font-size: 20px !important;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
header,
.bg-banner {
  background-color: var(--primary-light);
}
.inner-header {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #21303533;
  padding: 20px 15px 20px;
  align-items: center;
}
.logo-image {
  width: 50px;
}
a {
  color: var(--text-dark);
  text-decoration: none;
}
.top_menu li a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.d-flex {
  display: flex;
  justify-content: space-between;
}
.base-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 104px;
  padding-bottom: 60px;
}
.banner-image img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.primary-button {
  color: var(--white);
  text-align: center;
  text-transform: none;
  background-color: #f0834b;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 18px;
  transition: all 0.3s;
  display: inline-block;
  line-height: 29px;
  font-weight: 600;
  cursor: pointer;
}
.primary-button:hover {
  background-color: #ffa06f !important;
  color: var(--white);
}
.bg-banner {
  padding-top: 93px;
}
.banner-block-item {
  z-index: 3;
  background-color: #ffa475;
  -webkit-backdrop-filter: blur(58px);
  backdrop-filter: blur(58px);
  border-radius: 12px;
  padding: 11px 22px;
}
.banner-content h1 {
  font-size: 63px;
  line-height: 71px;
}
.banner-content h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0;
}
.banner-block-item-holder {
  z-index: 3;
  -webkit-backdrop-filter: blur(58px);
  backdrop-filter: blur(58px);
  background-color: #ffffff80;
  border-radius: 16px;
  padding: 5.5px;
  position: absolute;
  bottom: 65px;
}
.banner-image {
  position: relative;
}
.banner-block-item-holder.year-2 {
  right: 0;
  bottom: 145px;
}
.col_item {
  width: 50%;
  position: relative;
}
.number-item {
  color: var(--white);
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}
.banner-block-item-text {
  color: var(--white);
  font-size: 18px;
}
.partner_text {
  font-size: 74px;
  line-height: 85px;
  margin: 80px 0 60px;
}
.border-bott {
  border-bottom: 1px solid #21303533;
  margin-bottom: 50px;
}
.check-item p {
  font-weight: 500;
}
.check-item {
  margin: 38px 0;
}
.ways_title {
  font-size: 57px;
  max-width: 46%;
  line-height: 60px;
  margin: 28px 0;
}
.service {
  margin-top: 85px;
}
.service_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  margin-top: 73px;
}
.services-line-divider {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.services-wrap {
  padding: 15px;
}
.title_service {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 13px;
  font-weight: 600;
}
.service_column .col-3 {
  transition: transform 0.4s;
}
.col-3.services-wrap:first-child {
  background-color: #f0834b;
  color: #fff;
}
.col-3.services-wrap:first-child:hover {
  background-color: #f0834b;
  color: var(--white);
  transform: translate(0, -10px);
}
.col-3.services-wrap:first-child:hover * {
  color: var(--white);
}
.service_column .col-3:hover {
  background-color: #f0834b;
  color: #fff;
  transform: translate(0, -10px);
}
.service_column .col-3:hover *,
.col-3.services-wrap:first-child * {
  color: var(--white);
}
.service-desc {
  font-size: 17px;
}
.top-content,
.top-content * {
  text-align: center;
  max-width: 100%;
  margin: 20px 0;
}
.icon-holder {
  border: 1px solid var(--primary-light);
  background-color: #d5dede4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  padding: 8px;
  display: flex;
}
.box_work {
  margin-bottom: 50px;
}
.how-work {
  margin-top: 50px;
  gap: 95px;
}
.work_para {
  font-size: 16px;
  margin-top: 10px;
}
.work_title {
  font-size: 32px;
}
.bott-img {
  position: absolute;
  bottom: 0;
  left: 28px;
}
.bott-img {
  border: 1px solid var(--primary-light);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d5dede80;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  inset: auto auto -20px 20px;
  bottom: 39px;
}
.bott-img img {
  max-width: 184px;
}
p.paragraph-client {
  color: #fff;
}
img.member_img {
  height: 640px;
  object-fit: cover;
  width: 100%;
}
.blog_grid {
  width: 70%;
  gap: 30px;
}
.news_wrap {
  width: 30%;
}
.blog-container {
  padding-left: 168px;
  background: var(--light-gray);
  padding-top: 95px;
  margin-top: 61px;
}
.news_wrap h2 {
  max-width: 80%;
}
.title-blog {
  font-size: 23px;
  line-height: 26px;
  margin: 10px 0;
  font-weight: 600;
}
.description-blog {
  font-size: 15px;
  margin-bottom: 15px;
}
.read_more {
  font-size: 18px;
}
.contact-wrapper {
  text-align: center;
  margin: 95px auto;
}
.contact-wrapper h2 {
  max-width: 100%;
}
.text-field-half-width {
  background-color: #0000;
  border: 1px solid #2130354d;
  border-radius: 10px;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}
.footer-form-textarea {
  background-color: #0000;
  border: 1px solid #2130354d;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 100%;
  margin: 30px 0 20px;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 500;
}
.form-text-field-wrapper {
  grid-column-gap: 30px;
  display: flex;
  margin-bottom: 30px;
}
input.primary-button.footer-form-button.w-button {
  width: 100%;
  border: 0;
}
.select-field-wrapper {
  border: 1px solid #2130354d;
  border-radius: 10px;
  width: 100%;
  padding: 15px 25px;
}
.select-field-with-arrow {
  background-color: #0000;
  border: 1px #0000;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  width: 100%;
}
form#email-form {
  max-width: 750px;
  margin: 33px auto;
}
select#field:focus {
  outline: none;
}
form#email-form input::placeholder,
form#email-form textarea::placeholder {
  color: #000;
}
form#email-form input,
form#email-form textarea,
form#email-form select {
  font-size: 17px;
}
.footer-social-link {
  background-color: var(--primary-light);
  border-radius: 50px;
  padding: 10px 30px;
  transition-property: all;
  display: inline-block;
  font-size: 17px;
  margin-right: 10px;
}
footer .footer-social-link {
  color: #000;
  text-decoration: none;
}

.footer-social-link-wrapper {
  border-top: 1px solid #ddd;
  padding: 50px 0;
}
.social_link a:hover {
  background: var(--text-dark);
  color: var(--white);
}
.work-wrapper {
  margin-top: 75px;
}
.blog_item:hover img {
  transform: scale(0.98);
}
.blog_item img {
  transition: transform 0.3s;
}
/************ brand page ************/
.inner_page {
  background-color: var(--white);
  box-shadow: 0 0 2px #2d3e5005, 0 2px 8px #2d3e5014;
  position: relative;
  z-index: 9;
}
.video-text h1.title_main {
  font-size: 30px;
  font-family: "Poppins", serif;
  font-weight: 700;
  line-height: 31px;
  margin: 15px 0;
}
header.inner_page .inner-header {
  border: 0;
}
.new-container {
  max-width: 1350px;
}
.bg-body {
  background-color: var(--primary-light);
}
.banner-content h1 {
  font-size: 50px;
  line-height: 53px;
  font-weight: 500;
}
section.bg-banner.video-sec {
  background-color: var(--primary-light);
  padding-top: 45px;
}
section.bg-banner.video-sec .banner-wrapper {
  padding-bottom: 30px;
}
.video-text * {
  font-family: "Nunito Sans", serif;
}
.video-text p {
  color: rgb(240, 131, 75);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.primary-button.start {
  background: #f0834b;
  color: #fff;
  width: 74%;
  margin: 0px 0;
  font-size: 24px;
  font-family: "Nunito Sans", serif;
  font-weight: 500;
}
.bottom_btn {
  background: #fff;
  border-radius: 100px;
  border: 1px solid #fef5ee;
  padding: 12px 32px 12px 16px;
  box-sizing: border-box;
}
span.over_text {
  padding-left: 20px;
  font-family: "Nunito Sans", serif;
}
.banner-content.video-sec h4 {
  font-size: 17px;
  font-weight: 400;
  margin: 16px 0 29px;
  line-height: 28px;
}
.video-sec .banner-wrapper {
  gap: 40px;
}
.brand-section {
  background: green;
  color: #fff;
  padding: 52px 0;
  text-align: center;
  margin: 85px 0;
}
.brand-section p {
  margin: 18px 0 56px;
}
.video-sec .banner-content h4 {
  margin: 20px 0 32px;
}
ul.list-video li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
ul.list-video img {
  width: 19px;
  position: absolute;
  top: 3px;
  margin-right: 5px;
  left: 0;
}
.slide-hiden {
  overflow: hidden;
  margin: 20px auto 38px;
  max-width: 715px;
}
.marquee img {
  height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
}
.marquee:hover {
  animation-play-state: paused;
  cursor: pointer;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.marquee {
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  display: inline-block;
}

img.logo-image.launch {
  position: relative;
  top: -6px;
}

@media screen and (min-width: 992px) {
  .desk-hide {
    display: none;
  }
  #toggle-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .service {
    margin-top: 50px;
  }
  .blog-container {
    padding-left: 15px;
    padding-top: 59px;
    margin-top: 19px;
  }
  .ways_title {
    font-size: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .logo.desk-hide {
    margin-bottom: 50px;
  }
  .video-sec .col_item.banner-image {
    width: 100%;
  }
  .mob-hide,
  .top_menu {
    display: none;
  }
  .desk-hide,
  #toggle-menu {
    display: block;
  }
  .top_menu {
    position: absolute;
    background: var(--white);
    left: 0;
    height: 100vh;
    bottom: 0;
    width: 320px;
    padding: 15px;
    z-index: 9;
  }
  .top_menu ul {
    margin: 25px 10px 30px;
  }
  .primary-button {
    padding: 13px 25px;
    font-size: 18px;
  }
  #close_btn {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .banner-wrapper.base-container {
    flex-flow: column;
    gap: 56px;
  }
  .banner-wrapper .col_item {
    width: 100%;
    text-align: center;
  }
  .col_item.banner-image {
    width: 65%;
    margin: 0 auto;
  }
  .bg-banner {
    padding-top: 45px;
  }
  .service_top {
    text-align: center;
  }
  .how-work {
    gap: 39px;
  }
  img.member_img {
    height: 808px;
  }
  .title-blog {
    font-size: 17px;
    line-height: 22px;
  }
  .description-blog {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slide-hiden {
    max-width: 95%;
  }
  a.primary-button.start {
    width: 100%;
    margin-bottom: 13px;
  }
  .box-logo {
    margin-bottom: 22px;
  }
  .black-light-bg {
    background: #242833 !important;
  }
  .service_column {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .news_wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .d-flex {
    flex-flow: column;
  }
  .col_item {
    width: 100%;
  }
  .news_wrap h2 {
    max-width: 100%;
  }
  .ways_title {
    font-size: 36px;
    margin-top: 0;
    line-height: 37px;
  }
  .blog_grid {
    width: 96%;
  }
  .check-item img {
    max-width: 36px;
  }
  .check-item.d-flex {
    flex-flow: row;
    justify-content: center;
    margin: 5px 0;
  }
  .footer-social-link {
    padding: 10px 14px;
    margin-bottom: 16px;
  }
  .partner_text {
    font-size: 36px;
    line-height: 39px;
    margin: 45px 0 40px;
    text-align: center;
  }
  .contact-wrapper {
    margin: 95px auto 55px;
  }
  .banner-content h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .text-info-wrapper-left {
    text-align: center;
  }
  .service_top p {
    margin-bottom: 20px;
  }
}
/*=============================================*/
.syb .btn-padding {
  padding: 0.7rem 3rem !important;
}
.syb a.brand-text-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.syb a.brand-text-link span {
  color: #fff;
  /*font-size: 5vw;*/
  font-size: 11vh;
  text-transform: uppercase;
  font-weight: bold;
}
.syb .multibox-outer ul {
  display: flex;
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.syb .multibox-outer ul li {
  max-width: 50%;
  padding: 2rem;
}
.syb .box--content * {
  /*font-weight: 500;*/
  color: #fff;
}
.syb .box--content h5 {
  font-weight: 400;
  color: #fff;
  padding: 10px 0 5px 0;
}
.syb .gradient {
  background: rgb(255, 140, 117);
  background: #ff8c75;
  background-attachment: fixed;
}
.syb .dot-img {
  background-image: url("../images/brand-imgs/halftoneOverlay-L-to-right.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.syb .dot-img-right {
  background-image: url("../images/brand-imgs/halftoneOverlay-round-R-to-Left.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.syb .section-height {
  min-height: 38rem;
}
.syb .orange-btn {
  background: rgb(255 92 60);
  color: #fff;
  padding: 0.5rem 3rem;
  margin-top: 3rem;
}
.syb .rich-img-outer {
  max-width: 53rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.syb .rich-img-outer .img_outer > span {
  margin: 0 8px 5px 8px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  border: 2px solid #000;
  max-width: 270px;
}
.syb .rich-img-outer img {
  max-width: 100%;
  height: auto;
  border: 2px solid #fff;
  border-radius: 10px;
}
.syb .multibox-outer span.iconClass i {
  font-size: 2rem;
}
.syb .img_outer {
  display: flex;
  justify-content: center;
}
.syb span.product-img {
  display: block;
  max-width: 90%;
}
.light-gray {
  background-color: #f2f2f2;
}
.black-light-bg {
  background-color: #242833;
  background-image: url(../images/brand-imgs/start-now-bg_copy-png.png);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: top left;
  background-size: 100%;
}
.disabled {
  background-color: #929499 !important;
}
.font-15 {
  font-size: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
  .syb .dot-img {
    background-repeat: repeat !important;
  }
  .syb span.product-img {
    display: block;
    max-width: 100%;
    padding: 0 !important;
  }
}

/***************** shopify partner page css **************/
section.bg-bott-mar {
  background: var(--primary-light);
  padding: 2px 0;
}

.shopify-page {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.justify-flex {
  display: flex;
  justify-content: center;
}
section.main-banner {
  background: #f6f6f6;
  text-align: center;
  padding: 96px 0;
  position: relative;
}
.banner_content {
  position: relative;
  padding: 0 15px;
}

.hvr-shutter-in-horizontal, .button a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #1d0254;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before, .button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffd500;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 51px;
}
.inner-header .button a {
  position: relative;
  margin: 0;
  color: #000 !important;
  border: 0;
}
a.sucess_btn.hvr-shutter-in-horizontal, .button a {
  color: #000;
  border: 0;
}
a.sucess_btn.hvr-shutter-in-horizontal:hover, .inner-header .button a:hover {
  color: #fff !important;
}
a.start_btn.hvr-shutter-in-horizontal:before {
  background: #7500e3;
}
.hvr-shutter-in-horizontal:hover:before, .inner-header .button a:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
section#why .bg_grid img {
  max-width: 75px;
}
.button a,
.btn-submit, section#success a {
  /* background: #000; */
  color: #fff;
  text-decoration: none;
  padding: 17px 12px;
  margin: 26px 12px;
  max-width: 229px;
  width: 100%;
  border: 1px solid;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 51px;
  transition: 0.5s ease-in-out;
  font-size: 16px;
}
.inner-header.d-flex a.sucess_btn {
  margin: 0;
}
.title_banner {
  font-size: 44px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
}
.para_banner {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 18px 0 4px;
  line-height: 26px;
  padding: 0 162px;
}
.banner_content h4 {
  margin: 12px 0 0;
}
.text-center {
  text-align: center;
}
.row-grid {
  display: flex;
  flex-flow: wrap;
}
.row-grid.grid-2 .grid-item {
  flex: 0 0 50%;
}
.grid-item {
  padding: 0 15px;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
h2.text-4xl {
  font-size: 63px;
  margin: 70px 0 45px;
}
button.btn_sub:hover {
  cursor: pointer;
  background: #1d0254;
}
.bg_grid {
  /* background: #fbf1f1; */
  min-height: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 36px;
  border-radius: 85px 0px 85px 0px;
}
.hvr-rectangle-out {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #f6f6f6;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffd500;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 85px 0px 85px 0px;
}
.hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
h3.text-xl.font-semibold {
  font-size: 25px;
  margin-bottom: 10px;
}
.bg-test {
  padding: 0px 0 30px;
  margin: 35px 0;
}
.bg-test2 {
  /* background-image: url(../images/cement-texture.jpg); */
  background-color: #f6f6f6;
  background-size: cover;
  padding: 5px 0 61px;
  margin: 0px 0 35px;
}
section.bg-test p {
  font-size: 18px;
  line-height: 30px;
  padding: 0 28px;
}
.inner_box {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 25px 0px 80px 0px;
  min-height: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.bg-test2 .bg_grid {
  background-color: #e6e6e6;
  padding: 0 15px;
}
input.form-control {
  width: 100%;
  height: 47px;
  margin: 0 0 15px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid;
  text-align: center;
}
button.bg-black.btn-submit.hvr-shutter-in-horizontal {
  margin-top: 0;
  font-size: 16px;
  cursor: pointer;
}
.form_box {
  max-width: 500px;
  margin: 0 auto;
}
button.bg-black.btn-submit {
  max-width: 250px;
}
section#contact {
  background-color: #1d0254;
  padding: 50px 0 50px;
  color: #fff;
}
footer a:hover {
  color: orange;
  transition: 0.5s ease-in-out;
}
footer.shopify-foot {
  background: #2c2c2c;
  padding: 30px 0px 18px;
  color: #fff;
  letter-spacing: 0.5px;
}
footer.shopify-foot li a {
  font-size: 14px;
}
section#contact h2.text-4xl {
  margin-bottom: 15px;
}
p.mt-4 {
  margin-bottom: 27px;
}
footer.shopify-foot h3 {
  margin: 12px 0 23px;
}
section#contact h2 {
  margin-top: 0;
}
.swiper {
  width: 100%;
  margin: auto;
  padding: 20px 0 60px;
}
p.bor-bott {
  border-top: 1px solid #3d3d3d;
  padding: 18px 0 0;
  font-size: 14px;
  margin-top: 31px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  height: 230px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  flex-flow: column;
  padding: 0 15px;
  box-sizing: border-box;
}
.logo-box .swiper-slide img {
  max-width: 154px;
}
.logo-box .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  height: 152px;
  border-radius: 10px;
  /* font-size: 20px; */
  font-weight: bold;
  color: #333;
  flex-flow: column;
  padding: 0;
  box-sizing: border-box;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 16px;
  color: #000;
}
.swiper-slide img {
  max-width: 60px;
}
footer li {
  list-style: none;
}
footer li img {
  max-width: 30px;
}
.row-grid.grid-3 .grid-item {
  flex: 0 0 33.333%;
  box-sizing: border-box;
}
ul {
  padding: 0;
}
footer a {
  color: #fff;
  margin: 0 0 12px;
  display: inline-block;
  text-decoration: none;
}
.color-red {
  background-image: linear-gradient(to right, #145df7, #a25aec);
  color: transparent;
  background-clip: text;
}
.why_text {
  font-size: 63px;
}
#value_sec {
  margin: 0px 0 74px;
  background: #f4f7fe;
  padding: 67px 0;
}
.what_title {
  margin: 16px 0 17px;
  font-size: 35px;
}
.value_text ul li {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
}
.value_text button {
  background: #fff;
  border: 0;
  padding: 5px;
}
div#calendar td,
div#calendar th {
  padding: 10px;
}
div#calendar th {
  font-size: 13px;
}
div#calendar {
  font-size: 15px;
}
.box-date {
  background: #fff;
  padding: 0px 0px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.box-date h4 {
  margin: 12px 0 40px;
  font-size: 17px;
}
select#timezone-select {
  border: 0;
  margin: 10px 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.time {
  text-align: left;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
}
.top-date button {
  cursor: pointer;
}
div#timezones * {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    margin: 0 0 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.faq-wrap {
    max-width: 840px;
    margin: 0 auto;
}
.grid-item.discovery_text {
    display: flex;
    justify-content: left;
    flex-flow: column;
    align-items: flex-start;
}
.grid-item.discovery_text div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: self-start;
    flex-flow: column;
}
section#agency {
    margin: 80px 0;
}
section#agency h3 {
    font-weight: 500;
    font-size: 25px;
    margin: 0 0 22px;
}
#agency p {
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 25px;
    font-weight: 500;
    padding-right: 7px;
}
section#shopfy_sec {
    background: linear-gradient(to right, #1d0254, #a25aec);
    padding: 106px 0 100px;
    color: #fff;
}
#shopfy_sec h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    padding-right: 79px;
    margin: 23px 0 0px;
}
.logo-flex {
    display: flex;
}
.lgog-boxes {
    background: rgba(255,255,255,0.04);
    margin: 0 14px;
    padding: 24px 16px;
}
.logo-box {
    margin: 50px 0 35px;
}
.logo-box .slide-hiden {
  max-width: 1200px;
}
.logo-box {
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 77px;
}
.logo-box .swiper-slide:hover {
  cursor: pointer;
}
.logo-flex.mover-1 img {
  max-height: 58px;
  width: auto;
  padding: 0 52px;
}
.services-area ul {
    display: flex;
    flex-flow: wrap;
}
.services-area ul li {
    flex: 0 0 50%;
}
.services-area li a {
    color: #fff;
}
.services-area li a, .services-area li {
    color: #fff;
    font-size: 18px;
    line-height: 49px;
}
span.bg_span {
    padding: 5px;
    background: #fff;
    font-size: 14px;
    border-radius: 3px;
}
.active,
.accordion:hover {
  background-color: #ccc;
}
button.accordion:after {
    content: "\002B";
    color: #777;
    font-weight: 500;
    float: right;
    margin-left: 5px;
    font-size: 29px;
    background: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_faq h2.text-4xl {
    margin: 9px 0 13px;
}
.text_faq {
    margin-bottom: 26px;
}
button.accordion.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
section#faq {
  background: #f4f7fe;
  padding: 73px 0 5px;
}
.form-control2 input {
  text-align: left;
}
p.footer_para {
  font-size: 14px;
  margin: 0 0 19px;
}
button.bg-black.btn-submit.hvr-shutter-in-horizontal:hover {
  color: #fff !important;
}
button.bg-black.btn-submit.hvr-shutter-in-horizontal {
  color: #000 !important;
}
button.btn_sub {
  position: absolute;
  height: 46px;
  background: #ffd500;
  color: #fff;
  padding: 0px 14px;
  font-size: 41px;
  right: 0px;
  border: 2px solid #fff;
  top: 0px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
input.form-control:focus {
  outline: navajowhite;
}
button.btn_sub span {
  position: relative;
  top: -3px;
}
.form-control2 {
  position: relative;
  margin-bottom: 5px;
}
ul.d-flex {
  justify-content: flex-start;
}
footer.shopify-foot ul li {
  margin-right: 15px;
}
.faq-wrap .panel p {
  font-size: 15px;
  line-height: 28px;
  padding: 20px 0;
}
section#blog-section {
  margin: 75px 0 0;
  background: #e8d6fe;
  padding: 8px 20px 80px;
}
.blog-slide {
  background: linear-gradient(to right, #145df7, #a25aec);
  color: #fff;
  text-align: center;
  padding: 101px 10px 0;
  min-height: 280px !important;
}
.paragraph p {
  font-size: 15px;
  margin-top: 10px;
}
section#blog-section h6 {
  margin-bottom: 30px;
}
div#blog_slider .owl-nav img {
  width: 38px;
  border: 1px solid #000;
  padding: 6px 6px;
  border-radius: 3px;
}
div#blog_slider button.owl-prev, div#blog_slider button.owl-next {
  position: absolute;
  top: -80px;
}
#blog_slider button.owl-prev {
right:81px;
}
#blog_slider button.owl-next {
  right:31px;
  }
  div#blog_slider button.owl-prev:hover, div#blog_slider button.owl-next:hover {
    background: none;
}
/********** media css ***************************/

@media screen and (max-width: 991px) {
  div#blog_slider button.owl-prev, div#blog_slider button.owl-next {
    top: -56px;
}
#blog_slider button.owl-prev {
  right: inherit;
  margin-left: -44px;
}
#blog_slider button.owl-next {
  right: inherit;
  margin-left: 5px;
}
div#blog_slider {
  margin-top: 69px;
}
  .logo-box .slide-hiden {
    max-width: 100%;
}
    #shopfy_sec h3 {
        font-size: 21px;
         line-height: 32px;
        padding-right: 0;
     }
     .services-area li a, .services-area li {
        font-size: 13px;
        line-height: 30px;
    }
    #agency p {
        font-size: 14px;
         padding-right: 0px;
    }
    .box-date {
        padding: 20px 15px;
        width: 100%;
    }
    .value_text .row-grid.grid-2 .grid-item {
        flex: 0 0 48%;
    }
    section#shopfy_sec {
        padding: 57px 0 50px;
    }
  .banner_content {
    padding: 0 15px;
  }
  .row-grid.grid-2 .grid-item {
    flex: 0 0 50%;
  }
  .bg_grid {
    padding: 0 15px;
  }
  section#success {
    margin: 0;
    padding-bottom: 0;
  }
  section.bg-test.text-center h2 {
    margin: 0 0 35px;
  }
  .para_banner {
    padding: 0 6px;
  }
  .why_text {
    font-size: 38px;
}
button.btn_sub {
  height: 43px;
  top: 2px;
  right: 2px;
}
}
@media screen and (max-width: 767px) {
  section#blog-section {
    padding: 8px 20px 35px;
}
  section#contact iframe {
    height: 570px !important;
}
  section#blog-section {
    margin: 36px 0 0;
}
  .inner-header .button a {
    font-size: 13px;
}
  .grid-item.discovery_text {
    margin-bottom: 20px;
}
 .logo-box .marquee img {
    height: 32px;
    padding: 0 10px;
}
.logo-box {
  margin: 0px 0 8px;
}
  #value_sec {
    margin: 0px 0 0px;
}
  ul.d-flex {
    flex-flow: row;
}
.value_text .discovery_text {
  padding-bottom: 38px;
}
  .box-date {
    padding: 20px 0px;
}
    .value_text .row-grid.grid-2 .grid-item {
        flex: 0 0 100%;
    }
    .d-flex.top-date {
      flex-flow: row;
  }
    button.accordion:after {
          position: absolute;
        right: 9px;
        top: 17px;
    }
    button.accordion {
        padding-right: 39px;
        position: relative;
    }
    section#agency {
        margin: 40px 0;
    }
    .services-area {
        margin-top: 30px;
    }
  section.main-banner {
    padding: 40px 0;
  }
  .row-grid.grid-3 .grid-item {
    flex: 0 0 100%;
  }
  .swiper {
    padding: 20px 15px 60px;
    box-sizing: border-box;
  }
  .row-grid.grid-2 .grid-item {
    flex: 0 0 100%;
    box-sizing: border-box;
  }
  h2.text-4xl {
    font-size: 30px;
    margin: 26px 0 35px;
  }
  section#contact {
    padding: 50px 15px 50px;
  }
  .inner_box {
    margin-bottom: 25px;
  }
  .bg-test {
    padding: 0px 0 0px;
  }
  .title_banner {
    font-size: 24px;
  }
  .para_banner {
    padding: 0 0px;
    font-size: 14px;
  }
  .inner-header.d-flex a.sucess_btn {
    margin: 0;
    font-size: 13px;
  }
  .inner-header.d-flex {
    flex-flow: row;
  }
  a.start_btn.hvr-shutter-in-horizontal {
    margin-top: 15px;
  }
  .button a,
  .btn-submit {
    margin: 5px auto 12px;
  }
  .button.justify-flex {
    flex-flow: column;
  }
}
