/*
 Theme Name:   Twenty Sixteen Child
 Description:  A child theme of the Twenty Sixteen theme.
 Author:       Lideum
 Template:     twentysixteen
 Version:      1.0.0
*/

/* Add your custom styles below this line */
/*@font-face {*/
/*  font-family: NotoSerifDisplay-Regular;*/
/*  src: url('/wp-content/themes/twentysixteen-child/assets/fonts/NotoSerifDisplay-Regular.ttf');*/
/*}*/
@font-face {
  font-family: NotoSerifDisplay-Regular;
  src: url("/wp-content/themes/twentysixteen-child/assets/fonts/NotoSerifDisplay-Italic.ttf");
}
@font-face {
  font-family: NotoSerifDisplay-MediumItalic;
  src: url("/wp-content/themes/twentysixteen-child/assets/fonts/NotoSerifDisplay-MediumItalic.ttf");
}
@font-face {
  font-family: NotoSerifDisplay-Medium;
  src: url("/wp-content/themes/twentysixteen-child/assets/fonts/NotoSerifDisplay-Medium.ttf");
}
@font-face {
  font-family: NotoSerif-Regular;
  src: url("/wp-content/themes/twentysixteen-child/assets/fonts/NotoSerif-Regular.ttf");
}
@font-face {
  font-family: Poppins-Medium;
  src: url("/wp-content/themes/twentysixteen-child/assets/fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: Poppins-Regular;
  src: url("/wp-content/themes/twentysixteen-child/assets/fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins-Light;
  src: url("/wp-content/themes/twentysixteen-child/assets/fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("/wp-content/themes/twentysixteen-child/assets/fonts/Poppins-SemiBold.ttf");
}
/* Common Css Start*/

body {
  font-family: Poppins-Medium !important;
  background: #fff;
}
html {
  scroll-behavior: smooth;
}
.site-content {
  padding: 0;
}
body:before,
body:after {
  display: none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.mobile_image,
.mobile_data,
.mobile_content {
  display: none !important;
}
.site {
  margin: 0;
}
.site-inner {
  max-width: 100%;
}
a:focus {
  outline: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h2 {
  font-family: NotoSerifDisplay-Regular;
  font-size: 56px;
  line-height: 76.27px;
  font-weight: normal;
  font-style: italic;
}
.container {
  max-width: 1180px;
  padding-inline: 20px;
  margin: 0 auto;
}
    button.btn {
  font-family: Poppins-Medium;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  border-radius: 37px;
  border: 0;
  cursor: pointer;
}
button.btn {
  letter-spacing: normal;
  font-weight: normal;
}
button.btn.btn_border_white {
  border: 0.5px solid #fff;
  background-color: transparent;
}
button.btn.btn_border_black {
  border: 0.5px solid #000;
  background-color: transparent;
}
button.btn.with_icon {
  display: flex;
  align-items: center;
}
.btn_white {
  background-color: #fff;
}
.color_black {
  color: #000;
}
.color_white {
  color: #fff;
}
.color_red {
  color: #dd2a46;
}
.btn_white:hover {
  color: #fff;
  background: #000;
}
.btn_white:hover a.color_black {
  color: #fff;
}
.btn a.color_white {
    color: #fff;
}
button.btn.btn_border_white:hover {
  background: #000;
  border-color: #000;
}

button.btn.btn_border_white:hover a.color_white {
  color: #fff;
}
img.black_logo {
  display: none;
}
.dark_header img.white_logo {
  display: none;
}
.dark_header img.black_logo {
  display: block;
}
.dark_header .text {
  color: #000;
}
.dark_header .button_conent button {
  color: #000;
  border-color: #000;
}
.dark_header .button_conent button:hover {
  color: #fff;
}
.dark_header .site-header-main .project_text p {
  color: #000;
}

.expert_services .description button:hover {
  border: 1px solid #fff;
}

.right-content button:hover {
  border: 1px solid #fff;
}

button.btn.btn_border_black:hover {
  background: #000;
  color: #fff;
}

button.btn.btn_border_black:hover path {
  fill: #fff;
}

button.btn.btn_border_black:hover a.color_black {
  color: #fff;
}
.site-content {
    min-height: 274px;
}
/* Common Css End*/

/*Header css start*/
.skin_scrolld .header-overlay {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.5s height;
  top: unset;
  height: 0;
  z-index: -1;
  bottom: 0;
  backdrop-filter: blur(16px);
  background: #d6d6d633;
  height: 100%;
}
.site-header-main .header_menu {
  max-width: 244px;
  width: 100%;
}
.site-header-main .header_menu .menu-text .icon {
  display: none;
}
.site-header-main .site-branding {
  margin: 0 auto;
  max-width: 151px;
}

.site-header-main .site-branding img {
  width: 100%;
}

.site-header-main .button_conent {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header-main .project_text p {
  font-size: 14px;
  font-family: "Poppins-Medium";
  line-height: 21px;
  text-align: left;
  color: #fff;
}

.site-header-main button {
  font-size: 14px;
  font-family: "Poppins-Medium";
  line-height: 21px;
  text-align: left;
  padding: 10px 25px;
}

.site-header-main .header_menu .menu-text {
  display: block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 00;
  border: 0;
  cursor: pointer;
  background: transparent;
}

.site-header-main div.site-header-menu {
  margin: 0;
}
.site-header-main .menu_open_content div.close-icon {
  cursor: pointer;
}
.site-header {
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99999999999;
}
.site-header-menu {
  display: block;
}

.site-header-main .menu-container {
  position: relative;
}

.site-header-main .menu-text {
  cursor: pointer;
  font-size: 20px;
  padding: 10px;
}

.site-header-main .menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000fa;
  color: white;
  z-index: 1000;
}

.site-header-main .menu-content ul {
  list-style: none;
  padding: 0;
}
.site-header-main .main-navigation .primary-menu > li {
  float: none;
  margin-top: 0;
  margin-bottom: 16px;
}

.site-header-main .main-navigation li a {
  font-family: NotoSerifDisplay-Regular;
  font-size: 52px;
  font-style: italic;
  line-height: 70.82px;
  text-align: left;
  padding: 0;
  color: #808080;
}

.site-header-main .main-navigation li:hover > a,
.site-header-main .main-navigation li.focus > a {
  color: #fff;
}
.site-header-main .menu_open_content {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  z-index: 999999999999999999;
  left: 50%;
  transform: translatex(-50%);
}
.site-header-main .main-navigation {
  margin: 0;
}
.site-header-main .menu-content.container {
  padding-left: 96px;
  width: 100%;
}
.site-header-main .header_bottm_link .link_data a {
  display: flex;
  max-width: 558px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 0.5px solid #808080;
  padding: 16px 0;
}

.site-header-main .header_bottm_link .link_data:last-child a {
  border: 0;
}

.site-header-main .header_bottm_link {
  max-width: 1180px;
  padding: 20px 20px 54px 96px;
  margin: 0 auto;
  width: 100%;
  /*position: absolute;*/
  /*bottom: 0;*/
  /*transform: translatex(-50%);*/
  /*left: 50%;*/
}
.site-header-main .menu_inner_data {
  position: relative;
  height: 100%;
  padding-top: 151px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 1;
  overflow: auto;
}
.site-header-main .header_bottm_link a .text {
  font-family: "Poppins-Regular";
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #808080;
}
.header_bottm_link .copyright_content {
  border: 0;
  margin: 0;
  padding: 0;
}
.header_bottm_link .social_icons a.social_icon {
  padding: 0;
}
.header_bottm_link .social_icons {
  padding: 0;
}
.header_bottm_link .social_icons a.social_icon svg {
  width: 19px;
}
.header_bottm_link .link_inner {
  margin-bottom: 50px;
}
.text {
}

.skin_scrolld .site-header-main .header_menu .menu-text {
  color: #000;
}

.skin_scrolld img.white_logo {
  display: none;
}

.skin_scrolld img.black_logo {
  display: block;
}

.skin_scrolld .site-header-main .project_text p {
  color: #000;
}

.skin_scrolld .site-header-main button {
  color: #000;
  border-color: #000;
}

.skin_scrolld .site-header-main button:hover {
  color: #fff;
}
/*Header css End*/

/*Footer css start*/
.footer-widget-area .contact_info a {
    color: #FFFFFF;
;
}
.footer_main .contact_info a.wp-block-button__link:hover {
  background-color: #000;
  border: 1px solid #fff;
}

.contact_info a.wp-block-button__link {
  height: 48px;
}
.footer_main .logo_content .wp-block-columns {
  flex-direction: column;
  height: 100%;
  margin: 0;
}

.footer_main .widget {
  border: 0;
  margin: 0;
  padding: 0;
}

.footer_main {
  background: #000;
  color: #fff;
  padding-top: 56px;
}
.footer_main .contact_info {
  display: flex;
  flex-flow: column;
  justify-content: end;
}
.footer_main .shopify_logo img {
    width: 250px;
}
.contact_info p {
  font-size: 14px;
  font-family: "Poppins-Medium";
  line-height: 21px;
  text-align: left;
  margin-bottom: 16px;
}

.contact_info a.wp-block-button__link {
  padding: 16px 34.5px;
  border-radius: 37px;
  background: #fff;
  color: #000;
  font-size: 11px;
  line-height: 16.5px;
  text-align: left;
  font-family: "Poppins-Medium";
}

.menu_content .widget h2 {
  font-family: "Poppins-Medium";
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 13px;
  font-style: normal;
}

.menu_content li a {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 19.5px;
  text-align: left;
  color: #808080;
  margin-bottom: 8px;
  display: block;
}

.menu_content li {
  list-style-type: none;
}

.menu_content ul.menu {
  margin: 0;
}

.menu_content li a:hover {
  color: #fff;
}
.menu_content li.menu-item-has-children > a {
  color: #fff;
  pointer-events: none;
}
.menu_content .quick_links {
  gap: 44px;
  display: flex;
  flex-flow: column;
}
.menu_content .services nav ul.menu {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.menu_content .services ul.sub-menu {
  margin: 0;
}
.footer_site_content figure.wp-block-image.size-full {
  margin: 0;
}

.footer_site_content p {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 46px;
  font-family: "Poppins-Medium";
}
.footer_site_content h5 {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  font-family: "Poppins-Medium" !important;
  margin-bottom: 13px;
  color: #fff !important;
}

.footer_site_content .wp-block-media-text {
  margin-bottom: 8px;
  grid-template-columns: max-content !important;
}

.footer_site_content .wp-block-media-text__content p {
  font-size: 13px;
  font-family: "Poppins-Medium";
  line-height: 19.5px;
  text-align: left;
  color: #808080;
}

.footer_site_content .wp-block-media-text__content {
  padding: 0 8px !important;
}

.footer_site_content figure.wp-block-media-text__media img {
  width: 15px;
}

.footer_site_content figure.wp-block-media-text__media {
  width: 15px;
  align-self: auto;
}

.newsletter_container {
  margin: 46px 0;
  text-align: center;
}

.newsletter_form {
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  border: 0.5px solid #808080;
  max-width: 267px;
}

.newsletter_form input[type="email"] {
  flex: 1;
  border: none;
  padding: 11px;
  background-color: transparent;
  color: #fff;
  outline: none;
  font-family: "Poppins-Regular";
  font-size: 13px;
  line-height: 19.5px;
  text-align: left;
}

.newsletter_form input[type="email"]::placeholder {
  color: #aaa;
}

.newsletter_form button {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 11px;
  cursor: pointer;
  font-family: "Poppins-Medium";
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  font-weight:normal;
}

.newsletter_form button:hover {
  background-color: #ddd;
}
.social_icons {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-top: 5px;
}
.copyright_content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 0.5px solid #808080;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 44px;
}

.copyright_content .footer-nav {
  display: flex;
  margin: 0;
  gap: 26px;
}

.copyright_content .footer-nav li {
  list-style-type: none;
}

.copyright_content .footer-nav li a {
  font-family: "Poppins-Regular";
  font-size: 13px;
  line-height: 19.5px;
  text-align: left;
  color: #808080;
}

.copyright_content .footer-nav li a:hover {
  color: #fff;
}

.copyright_content p {
  font-family: "Poppins-Regular";
  font-size: 13px;
  line-height: 19.5px;
  text-align: left;
  color: #808080;
}

/*Footer css End*/

.page-template-template-case-study .case_study_main {
    padding-bottom: 84px;
}
@media only screen and (max-width: 991px) {
  .desktop_image,
  .mobile_data {
    display: none !important;
  }
  .mobile_image {
    display: block !important;
  }
  .site-header-main .menu-content.container {
    padding-left: 20px;
  }

  .site-header-main .header_bottm_link {
    padding-left: 20px;
  }

  .site-header-main .main-navigation .primary-menu > li {
    border: 0 !important;
  }

  .site-header-main .menu-content ul {
    border: 0;
  }
}
@media only screen and (max-width: 781px) {

  .desktop_content {
    display: none !important;
  }
  .mobile_content {
    display: block !important;
  }
  .footer_main .logo_content .wp-block-columns {
    flex-flow: row;
  }

  .footer_main .site_logo_image {
    max-width: 127px;
    height: auto;
  }

  .footer_main .site_logo_image figure {
    margin: 0;
  }

  .footer_main .contact_info p {
    margin-bottom: 12px;
  }

  .footer_main .contact_info a.wp-block-button__link {
    padding: 12px 31px;
    font-size: 12px;
    line-height: 18px;
  }

  .footer_main .menu_content .wp-block-columns {
    display: flex;
    gap: 20px;
    margin: 0;
  }

  .footer_main
    .menu_content
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    width: 100%;
    flex-basis: 50% !important;
    max-width: 157px;
  }

  .footer_main .mobile_content figure {
    margin: 0;
  }

  .footer_main .mobile_content mark {
    width: 100%;
    display: table;
    font-size: 14px;
    line-height: 21px;
  }

  .footer_main .mobile_content p {
    margin-bottom: 28px;
  }

  .footer_main .mobile_content h5 {
    font-family: "Poppins-Medium";
    font-size: 13px;
    line-height: 19.5px;
    text-align: left;
    margin-bottom: 13px;
    color: #fff !important;
  }

  .footer_main .mobile_content figure.wp-block-media-text__media {
    width: 14px;
    height: auto;
  }

  .footer_main .mobile_content figure.wp-block-media-text__media img {
    width: 100%;
  }

  .footer_main .mobile_content .wp-block-media-text {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  .footer_main .mobile_content .wp-block-media-text p {
    font-family: "Poppins-Medium";
    font-size: 13px;
    line-height: 19.5px;
    text-align: left;
    color: #808080;
    margin: 0;
  }

  .footer_main
    .mobile_content
    .wp-block-media-text
    > .wp-block-media-text__content {
    padding: 0 8px;
  }

  .footer_main .newsletter_container {
    margin: 0 0 42px;
  }

  .footer_main .socials_container h5 {
    display: none;
  }

  .footer_main .social_icons {
    justify-content: center;
  }

  .footer_main .copyright_content {
    flex-flow: column;
    text-align: center;
    padding-bottom: 20px;
  }

  .footer_main .copyright_content p {
    text-align: center;
    margin: auto;
  }
  .footer_main .menu_content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child {
        max-width: 202px;
    }
    .footer_main .mobile_content figure.wp-block-media-text__media {
        max-width: 15px;
        width: 100%;
        align-self: auto;
    }
    .footer_main .mobile_content .wp-block-media-text {
        align-items: baseline;
    }  
}

@media only screen and (max-width: 767px) {
  .dark_header .icon path,
  .skin_scrolld .icon path {
    fill: #000;
  }
  .desktop_content,
  .desktop_data,
  .desktop_image {
    display: none !important;
  }
  .mobile_content,
  .mobile_data,
  .mobile_image {
    display: block !important;
  }
  .site-header {
    padding: 18px 0;
  }
  .site-header-main .header_menu {
    max-width: max-content;
  }
  .site-header-main .header_menu .menu-text .text {
    display: none;
  }

  .site-header-main .header_menu .menu-text .icon {
    display: block;
  }

  .site-header-main .button_conent {
    display: none;
  }

  .site-inner {
    overflow: hidden;
  }
  .custom-logo {
    max-width: 108px;
  }
  button.btn {
    font-size: 12px;
    line-height: 18px;
    text-wrap: nowrap;
  }
  .button_wrap.multi {
    gap: 12px;
  }
  .site-header-main .menu_open_content .menu_text {
    display: none;
  }

  .site-header-main .header_bottm_link {
    padding-bottom: 22px;
  }

  .close-icon svg {
    width: 32px;
    height: 32px;
  }

  .site-header-main .main-navigation li a {
    font-size: 32px;
    line-height: 43px;
  }

  .site-header-main .header_bottm_link .link_data a {
    width: 100%;
    max-width: 100%;
  }

  .site-header-main .header_bottm_link a .text {
    font-size: 18px;
    line-height: 27px;
  }

  .link_data .icon svg {
    width: 18px;
  }

  .header_bottm_link .copyright_content {
    flex-flow: column;
    gap: 32px;
  }

  .header_bottm_link .copyright_content p {
    order: 3;
  }
}

/*home page css start*/
/* Hero section css Start */
.hero_section .hero_main {
  background-image: url("/wp-content/themes/twentysixteen-child/assets/images/home/hero_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 169px;
  padding-bottom: 83px;
}
.hero_section .hero_inner {
  display: flex;
  gap: 83px;
  justify-content: space-between;
  max-width: 1550px;
  margin-right: 0;
  margin-left: auto;
  align-items: center;
  padding-left: 20px;
}
.hero_section h2.title {
  font-family: NotoSerifDisplay-MediumItalic;
  font-size: 64px;
  line-height: 87.17px;
  text-align: left;
  margin-bottom: 41px;
}
.button_wrap.multi {
  display: flex;
  gap: 21px;
}
.hero_section button.btn_white {
  border: 0;
  padding: 17.5px 27.5px;
}

.hero_section button.with_icon {
  gap: 17.75px;
  padding: 15.5px 19.63px;
}
.hero_section .hero_inner .text_wrap {
  max-width: 771px;
}
.hero_section .hero_inner.container {
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}
/* Hero section css End */

/*Shopify Partner Section css Start */
.shopify_partner {
  display: flex;
  padding: 86px 0 84px;
  background: #000;
  color: #fff;
}

.shopify_partner .left-content h2 {
  font-size: 56px;
  line-height: 76.27px;
  text-align: left;
  margin-bottom: 74px;
}

.shopify_partner .left-content img {
  max-width: 100%;
  height: auto;
}

.shopify_partner .right-content {
  max-width: 443px;
}

.shopify_partner .learn-more-btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.shopify_partner .learn-more-btn:hover {
  background-color: #ddd;
}

.shopify_partner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
}

.shopify_partner .desc_title {
  display: flex;
  gap: 7px;
  margin-bottom: 24px;
}

.shopify_partner .desc_title p {
  font-family: "Poppins-Light";
  font-size: 14px;
  line-height: normal;
  text-align: left;
}

.shopify_partner .desc_title p strong {
  font-family: "Poppins-SemiBold";
}

.shopify_partner .desc_title:last-child {
  margin-bottom: 34px;
}

.right-content button {
  padding: 12.5px 32px;
  min-height: 48px;
}
/*Shopify Partner Section css End */

/*Success-Stories section css start*/
.success_stories .image_grid {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  position: relative;
}

.success_stories .image_grid_column {
  row-gap: 29px;
  display: flex;
  flex-flow: column;
}

.success_stories .image_grid_column img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.success_stories .text_wrap {
  background: linear-gradient(0deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 65px 0 36px 36px;
}
.success_stories .imaeg_text {
  position: relative;
}

.success_stories .imaeg_text h4 {
  font-family: "Poppins-Medium";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  margin-bottom: 6px;
}

.success_stories .imaeg_text h3 {
  font-family: "NotoSerifDisplay-Medium";
  font-size: 24px;
  line-height: 32.69px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.main_title {
  text-align: center;
  padding-top: 84px;
  padding-bottom: 52px;
}
.main_title h4 {
  font-family: "Poppins-Medium";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
section.success_stories {
  padding: 84px 0;
  overflow: hidden;
}
.success_stories .image_grid:after {
  content: "";
  position: absolute;
  height: 297px;
  width: 100%;
  background: linear-gradient(
    360deg,
    #ffffff 12.33%,
    rgba(255, 255, 255, 0) 100%
  );
  bottom: 0;
}
.success_stories button {
  margin: 56px auto 0;
  gap: 18px;
  padding: 17px 52px;
  color:#000;
}
.success_stories .image-container .image_wrap {
  max-width: 558px;
}
.success_stories .image-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.success_stories .hover-image {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.cursor_circle.circle {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(221, 42, 70, 0.9);
  border-radius: 50%;
  pointer-events: none;
  display: none;
  /* Initially hidden */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 99999999;
}

.cursor_circle .circle-text {
  color: white;
  font-family: "Poppins-Medium";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
}

.success_stories .image-container:hover .cursor_circle.circle {
  display: flex;
  opacity: 1;
}
/*Success-Stories section css End*/

/*Our clients section css start*/
.our_clients .logo_image_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 0 9px;
  max-width: 1440px;
  margin: 0 auto;
}
.our_clients .logo_image_grid .logo_image_col{
    max-width:210px;
}
.our_clients .testimonial_carousel {
  overflow: hidden;
  padding-bottom: 84px;
}
.our_clients .testimonial_author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.our_clients .testimonial_author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.our_clients .testimonial_card {
  background: rgba(242, 242, 242, 1);
  padding: 23px;
  border-radius: 12px;
  margin: 0 12px;
}
.our_clients .testimonial_content p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #808080;
  margin-bottom: 20px;
  min-height :165px;
}
.our_clients .testimonial_author h5 {
  font-family: "Poppins-Medium";
  font-size: 16px;

  line-height: 20px;
  text-align: left;
  color: #808080;
}
.our_clients .testimonial_author span {
  font-family: "Poppins-Regular";
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #8a8a8a;
}
.testimonial_title h2.title.color_red {
  font-size: 32px;
  font-style: italic;
  line-height: 43.58px;
  margin-bottom: 40px;
  margin-top: 84px;
}

/*Our clients section css End*/

/*e-Commerce expert Services section start*/
.marquee-wrap {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  background-image: url(/wp-content/themes/twentysixteen-child/assets/images/home/hero_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: scrollText 30s infinite linear;
}

.marquee p {
  display: inline-block;
  padding: 0 56px;
  font-family: "NotoSerifDisplay-Regular";
  font-size: 32px;
  font-style: italic;
  line-height: 43.58px;
  text-align: center;
  color: #fff;
}

@keyframes scrollText {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.expert_services .expert_services_inner {
  background: #000;
  color: #fff;
  padding: 84px 0 ;
}
.expert_services .expert_services_inner .text_arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}
.expert_services .expert_services_inner .content_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.expert_services .expert_services_inner .services_list {
  max-width: 365px;
  width: 100%;
}
.expert_services .expert_services_inner .description {
  max-width: 752px;
  width: 100%;
}
.expert_services .expert_services_inner p.subheading {
  font-family: "Poppins-Medium";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #808080;
}

.expert_services .expert_services_inner .services_list p {
  font-family: "Poppins-Light";
  font-size: 36px;
  font-style: italic;
  line-height: 54px;
  text-align: left;
  color: #ffffff80;
  margin-bottom: 27px;
}
.expert_services .expert_services_inner .services_list p.active{
  font-family: "NotoSerifDisplay-Regular";
  font-size: 42px;
  font-style: italic;
  color: #fff;
}
.expert_services_inner .description {
    display: none;
}
.expert_services_inner .description.active {
    display: block;
}
.expert_services .expert_services_inner .services_list p:last-child {
  margin: 0;
}
.expert_services .expert_services_inner .description p {
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 56px;
}
.expert_services .icon_border {
  border: 0.5px solid #808080;
  padding: 19.5px 19px;
  border-radius: 50%;
}
.expert_services .description button {
  padding: 13.5px 32px;
}

/*e-Commerce expert Services section End*/

/*Industries we serve section start*/
.industries_serve .industries-carousel-controls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industries_serve .slick-dots {
  position: unset;
  max-width: max-content;
  margin: 0 32px;
  display: flex;
}

.industries_serve .custom-dot span {
  display: none;
}
.industries_serve .slick-dots li.slick-active {
  width: 28px;
  height: 3px;
  border-radius: 1000px !important;
  background: #000;
  margin: 0;
  top: 0;
}
.industries_serve .slick-dots li {
  height: 3px;
  background: #f2f2f2;
  width: 11px;
  margin: 0;
}
.industries_serve .slick-dots li:first-child {
  border-radius: 1000px 0px 0px 1000px;
}
.industries_serve .slick-dots li:last-child {
  border-radius: 0px 1000px 1000px 0px;
}
.industries_serve button.arrow {
  background: transparent;
  border: 0.5px solid #808080;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.industries_serve button.arrow:focus {
  outline: none;
}

.industries_serve .industry_item h3 {
  font-family: NotoSerif-Regular;
  font-size: 18px;
  font-style: italic;
  line-height: 24.51px;
  text-align: left;
}
.industries_serve .industry_item p {
  max-width: 194px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 19.5px;
  text-align: left;
  color: #808080;
}
.industries_serve .industry_item .icon_text {
  min-height: 71px;
  margin-bottom: 16px;
  display: flex;
  flex-flow: column;
  justify-content: end;
  margin-bottom: 16px;
}
.industries_serve .industries_grid {
  margin-bottom: 42px !important;
}
.industries_serve {
  padding-bottom: 84px;
}
.industries_serve .industry_item {
  cursor: pointer;
}
.industries_serve .industry_item:hover h3 {
  color: #dd2a46;
}
.industries_serve .industry_item:hover .fashion_icon path {
  fill: #dd2a46;
  stroke: #dd2a46;
}
.industries_serve .industry_item:hover path {
  fill: #dd2a46;
}
/*Industries we serve section End*/

/*Blog section css Start*/
.blog .blog_grid .image_block .tag {
  position: absolute;
  padding: 5px 13px;
  margin-top: 27px;
  margin-left: 24px;
  font-family: "Poppins-Medium";
  font-size: 13px;
  line-height: 19.5px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.blog .blog_grid_main > a {
  max-width: 558px;
  width: 100%;
}
.blog_grid_inner > a {
  max-width: 267px;
  width: 100%;
}
.blog .blog_grid.blog_item .image_block {
  max-width: 267px;
  width: 100%;
}
.blog .blog_grid.blog_item .image img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}
.blog .blog_grid.news_item .image_block {
  max-width: 558px;
  width: 100%;
}
.blog .blog_grid.news .image_block .tag {
  background: #dd2a46;
}
.blog .blog_grid.insights .image_block .tag {
  background: #4e8902;
}
.blog .blog_grid.blog .image_block .tag {
  background: #3b67ff;
}
.cursor_circle .circle {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(221, 42, 70, 0.9);
  border-radius: 50%;
  pointer-events: none;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 99999999;
}
.blog .blog_grid .image_block:hover .cursor_circle.circle,
.case_study_wrap .list_item:hover .cursor_circle.circle,
.blog_page .post-image:hover .cursor_circle.circle{
  opacity: 1;
}
.blog .blog_grid .image_block {
  position: relative;
  display: inline-block;
}

.cursor_circle span.circle-text {
  color: white;
  font-family: "Poppins-Medium";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
}
.blog_grid_inner {
  display: flex;
  gap: 24px;
  max-width: 558px;
  width: 100%;
}
.blog .blog_grid_main {
  display: flex;
  gap: 24px;
}
.blog .blog_grid.news_item {
  max-width: 558px;
  width: 100%;
}
.blog .blog_grid.blog_item {
  max-width: 267px;
  width: 100%;
}
.blog .blog_grid.news_item p {
  font-family: "Poppins-Medium";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #808080;
  margin-bottom: 8px;
}

.blog .blog_grid.news_item .image {
  max-width: 558px;
}
.blog .blog_grid.news_item .image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.blog .blog_grid.news_item h3 {
  font-family: "NotoSerif-Regular";
  font-size: 32px;
  font-style: italic;
  line-height: 43.58px;
  text-align: left;
  max-width: 320px;
  color: #000;
}
.blog .image_block {
  margin-bottom: 24px;
}
.blog .blog_grid.blog_item p {
  font-family: "Poppins-Medium";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 8px;
  color: #808080;
}
.blog .blog_grid.blog_item h3 {
  font-family: "NotoSerif-Regular";
  font-size: 18px;
  font-style: italic;
  line-height: 24.51px;
  text-align: left;
  color: #000;
}
section.blog {
  padding-bottom: 72px;
}
/* Blog section css End */

/*contact us section css statrt*/
.contact_us.schedule_call .contact_us_bg {
  background-image: url(/wp-content/themes/twentysixteen-child/assets/images/home/hero_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 84px;
}
.contact_us.schedule_call .desc_bg {
  background: #0000001a;
  max-width: 752px;
  margin: 0 auto;
  border-radius: 32px;
  padding: 84px;
}
.contact_us.schedule_call .text {
  max-width: 440px;
  text-align: center;
  margin: 0 auto 84px;
}
.contact_us.schedule_call p {
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #fff;
}
.contact_us.schedule_call button.btn {
  padding: 17px 65px;
}
.contact_us.schedule_call button.btn.btn_border_white {
  padding: 17px 29px;
}
.contact_us.schedule_call .button_wrap.multi {
  align-items: center;
  justify-content: center;
}
.contact_us.schedule_call p:first-child {
  margin-bottom: 27px;
}
.contact_us.schedule_call .main_title {
  padding-bottom: 52px;
}
.carousel_main .testimonial-carousel-controls {
  display: none;
}
/*contact us section css End*/
@media only screen and (max-width: 1440px) {
  .hero_section .hero_inner {
    display: flex;
    gap: 83px;
    justify-content: space-between;
    max-width: 1310px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1300px) {
  .hero_section h2.title {
    font-size: 46px;
    line-height: normal;
    max-width: 560px;
  }

  button.btn {
    font-size: 12px;
    line-height: normal;
  }

  .shopify_partner .left-content h2 {
    font-size: 42px;
    line-height: normal;
  }

  h2 {
    font-size: 42px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1024px) {
  .our_clients .testimonial_author span {
    text-wrap: nowrap;
  }
  .our_clients .testimonial_content p {
    min-height: 130px;
  }
  .blog .blog_grid.news_item .image img {
    height: auto;
  }

  .blog .blog_grid.blog_item .image img {
    height: 210px;
  }
  .success_stories .image_grid_column img.img_1 {
    height: 450px;
  }

  .success_stories .image_grid_column img.albert_image {
    height: 550px;
  }

  .success_stories .image_grid_column img.ul_img {
    height: 550px;
  }

  .success_stories .image_grid_column .gelblaster_img {
    height: 475px;
  }

  .success_stories .image_grid_column img.micro_img {
    height: 567px;
  }

  .success_stories .image_grid_column img.mili_brown_img {
    height: 350px;
  }
}
@media only screen and (max-width: 991px) {
  /*.our_clients .testimonial_content p {*/
  /*  min-height: 168px;*/
  /*}*/

  .hero_section h2.title {
    font-size: 32px;
  }

  .shopify_partner .left-content h2 {
    font-size: 32px;
  }

  .shopify_partner .left-content .image {
    max-width: 215px;
  }
  .our_clients .testimonial_card {
    margin: 0 6px;
  }
  .blog .blog_grid.blog_item .image img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .desktop_image,
  .desktop_content {
    display: none !important;
  }
  .mobile_image,
  .mobile_content {
    display: block !important;
  }
  /*hero section css start*/
  .hero_section .hero_main {
    padding-top: 153px;
    padding-bottom: 0;
  }
  .hero_section h2.title {
    font-size: 36px;
    line-height: 49.03px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }
  .hero_section .hero_inner {
    display: block;
    overflow: hidden;
  }

  .hero_section button.btn_white {
    padding: 15px;
  }

  .hero_section button.with_icon {
    gap: 8px;
    padding: 15px;
  }

  .hero_section .hero_inner .text_wrap {
    margin-bottom: 60px;
    max-width: 350px;
  }
  .hero_section .hero_inner .image_wrap {
    text-align: right;
    display: flex;
    justify-content: end;
  }
  /*hero section css end*/

  /* Shopify-Partner section start */
  .shopify_partner {
    padding: 48px 0;
  }

  .shopify_partner .container {
    display: block;
  }

  .shopify_partner .left-content h2 {
    font-size: 32px;
    line-height: 43.58px;
    margin-bottom: 34px;
  }
  .shopify_partner .image {
    max-width: 258px;
    margin-bottom: 48px;
  }
  .shopify_partner .right-content button {
    padding: 12px 23px;
    min-height: 42px;
  }
  /* Shopify-Partner section End */

  /**/
  section.success_stories {
    padding: 56px 0;
  }

  .main_title {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .main_title h4 {
    font-size: 12px;
    line-height: 18px;
  }

  h2 {
    font-size: 32px;
    line-height: 43.58px;
  }
  .success_stories .image-container .image_wrap img {
    height: 420px;
    object-fit: cover;
  }

  .success_stories .text_wrap {
    padding: 24px;
    background: linear-gradient(0deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
  }

  .success_stories .imaeg_text h4 {
    font-size: 12px;
    line-height: 18px;
  }

  .success_stories .imaeg_text h3 {
    font-size: 20px;
    line-height: 27.24px;
  }

  .success_stories button {
    margin-top: 32px;
    gap: 11px;
    padding: 14px 39px;
  }

  .success_stories .image_grid {
    overflow: hidden;
  }
  /**/
  /**/
  .our_clients .logo_image_grid .logo_image_col {
    max-width: 150px;
  }

  .our_clients .logo_image_grid {
    gap: 20px;
  }

  .testimonial_title h2.title.color_red {
    margin: 48px 0 33px;
    font-size: 24px;
    line-height: 32px;
  }

  .our_clients .testimonial_card {
    margin: 0 6px;
  }
  .our_clients .testimonial_content p {
    margin-bottom: 20px;
    min-height: 130px;
  }

  .our_clients .testimonial_author span {
    text-wrap: nowrap;
  }
  .carousel_main .testimonial-carousel-controls {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel_main .slick-dots {
    position: unset;
    max-width: max-content;
    margin: 0 32px;
    display: flex;
  }
  .carousel_main .slick-dots li.slick-active {
    width: 28px;
    height: 3px;
    border-radius: 1000px !important;
    background: #000;
    margin: 0;
    top: 0;
  }
  .carousel_main .slick-dots li {
    height: 3px;
    background: #f2f2f2;
    width: 11px;
    margin: 0;
  }
  .carousel_main .slick-dots li:first-child {
    border-radius: 1000px 0px 0px 1000px;
  }
  .carousel_main .slick-dots li:last-child {
    border-radius: 0px 1000px 1000px 0px;
  }
  .carousel_main .custom-dot span {
    display: none;
  }
  .carousel_main .slick-dotted.slick-slider {
    margin-bottom: 24px;
  }

  .our_clients .testimonial_carousel {
    padding-bottom: 48px;
  }

  .marquee p {
    font-size: 24px;
    line-height: 32px;
    padding: 0 20px;
  }

  .marquee svg {
    width: 14px;
    height: auto;
  }

  .marquee-wrap {
    padding: 17px 0;
    background-position: left center;
  }
  /**/
  .expert_services .expert_services_inner {
    padding: 48px 0;
  }

  .expert_services .expert_services_inner .text_arrow {
    display: block;
    margin-bottom: 56px;
  }

  .expert_services .expert_services_inner p.subheading {
    font-size: 12px;
    line-height: 18px;
    max-width: 250px;
  }

  .expert_services .expert_services_inner .text_section {
    margin-bottom: 32px;
  }

  .expert_services .icon_border {
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .expert_services .icon_border svg {
    width: 32px;
    height: 27px;
  }

  .expert_services .expert_services_inner .content_wrapper {
    display: block;
  }

  .expert_services .expert_services_inner .services_list {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  /*.expert_services .expert_services_inner .services_list p span {*/
  /*  font-size: 32px;*/
  /*  line-height: 43px;*/
  /*}*/

  /*.expert_services .expert_services_inner .services_list p {*/
  /*  font-size: 24px;*/
  /*  line-height: 36px;*/
  /*  margin-bottom: 42px;*/
  /*}*/

  /*.expert_services .expert_services_inner .services_list p:nth-child(3),*/
  /*.expert_services .expert_services_inner .services_list p:last-child {*/
  /*  font-size: 18px;*/
  /*  line-height: 27px;*/
  /*}*/
.expert_services .expert_services_inner .services_list p{
    font-size: 18px;
    line-height: 27px;
  }
 .expert_services .expert_services_inner .services_list p.active{
    font-size: 18px;
  }
  
  
  .expert_services .expert_services_inner .description p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 36px;
  }

  .expert_services .description button {
    padding: 12px 23px;
  }
  .industries_serve button.arrow {
    display: none;
  }

  .industries_serve {
    padding-bottom: 48px;
  }

  .industries_serve .industry_item .icon_text {
    justify-content: center;
    align-items: center;
  }

  .industries_serve .industry_item p {
    text-align: center;
    margin: 0 auto;
    max-width: 239px;
  }
  .industries_serve .industries_grid {
    margin-bottom: 24px !important;
  }
  .contact_us.schedule_call .contact_us_bg {
    padding: 48px 0;
  }

  .contact_us.schedule_call .main_title {
    padding: 24px;
  }

  .contact_us.schedule_call .desc_bg {
    padding: 32px;
  }

  .contact_us.schedule_call p {
    font-size: 14px;
    line-height: 21px;
  }

  .contact_us.schedule_call button.btn {
    padding: 12px 17px;
  }

  .contact_us.schedule_call button.btn.btn_border_white {
    padding: 11px 17px;
  }

  .contact_us.schedule_call .text {
    margin-bottom: 64px;
  }

  .blog .blog_grid_main {
    flex-flow: column;
    gap: 36px;
  }

  .blog .image_block {
    margin-bottom: 16px;
  }

  .blog .blog_grid.news_item.news p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
  }

  .blog .blog_grid.news_item.news h3 {
    font-size: 24px;
    line-height: 32px;
    max-width: 250px;
  }

  .blog .blog_grid_main {
    font-size: 14px;
    line-height: 19px;
  }

  .blog_grid_inner {
    gap: 20px;
  }
  .blog .blog_grid.blog_item h3 {
    font-size: 14px;
    line-height: 19px;
  }
  .blog .blog_grid.news_item .image img {
    height: 276px;
  }

  .blog .blog_grid.blog_item .image img {
    height: 158px;
  }
  .blog .blog_grid.blog_item p {
    margin-bottom: 4px;
  }
  .blog .blog_grid .image_block .tag {
    margin: 12px;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 8px;
  }
  .success_stories img.albert_mobile {
    object-position: 70%;
  }
  .success_stories .image_grid:after {
    height: 179px;
  }
}

.success_stories .image_grid_column img.albert_image {
  height: 872px;
  object-position: 70%;
}

.success_stories .image_grid_column img.img_1 {
  height: 682px;
}
.success_stories .image_grid_column img.ul_img {
  height: 847px;
}
.success_stories .image_grid_column .leukens_img {
  height: 492px;
  object-position: left;
}
.success_stories .image_grid_column .gelblaster_img {
  height: 682px;
  object-position: right;
}
.success_stories .image_grid_column img.mili_brown_img {
  height: 517px;
}
.success_stories .image_grid_column img.micro_img {
  height: 682px;
}
/*home page css End*/

/*Contact us css start*/
.custom-contact-page .parallax {
  position: fixed;
  bottom: -50%;
  left: 0;
  height: auto;
  z-index: 0;
  width: 100%;
  height: 883px;
  background-image: url(/wp-content/uploads/2025/01/map.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-contact-page .parallax img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.marquee-wrap {
  position: relative;
  z-index: 99;
}

.footer_main {
  position: relative;
}

.custom-contact-page .top_main {
  margin: unset;
  width: 100%;
  display: flex;
  padding-inline: unset;
  max-width: unset;
  gap: 233px;
  position: relative;
  z-index: 999;
}

.custom-contact-page .left-section {
  position: sticky;
  top: 0;
  /*overflow-y: auto;*/
  height: 100vh;
  max-width: 243px;
  width: 100%;
}

.custom-contact-page .left-section #dynamic-text {
  display: flex;
  height: 100%;
  justify-content: center;
  /*align-items: center;*/
  padding-top: 164px;
}
.custom-contact-page .left-section #dynamic-text h2 {
  max-width: 243px;
  font-size: 64px;
  line-height: 87.17px;
}
.custom-contact-page .right-section1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 665px;
  flex-flow: column;
  height: 100vh;
}
.custom-contact-page .right-section1 .down_arrow {
  padding-top: 20px;
}
.custom-contact-page .right_text_container {
  display: flex;
}

.custom-contact-page .right-section {
  width: 100%;
}

/*.custom-contact-page .right-section1,*/
/*.custom-contact-page .right-section2 {*/
/*  height: 100vh;*/
/*}*/

.custom-contact-page .right-section1 {
  z-index: 1;
}

.custom-contact-page .right-section2 {
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 164px 0;
}
.custom-contact-page .text_red {
  color: #dd2a46;
}
.custom-contact-page .right_text_container .title:hover h4 {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.custom-contact-page .right_text_container {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 50px;
  max-width: 655px;
  width: 100%;
  justify-content: space-between;
}

.right_text_container:last-child {
  padding-bottom: 0;
}

.custom-contact-page .right_text_container p {
  color: #808080;
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.custom-contact-page .right_text_container:first-child p {
  max-width: 195px;
}

.custom-contact-page .right_text_container:nth-child(2) p {
  max-width: 231px;
}

.custom-contact-page .right_text_container h4 {
  font-family: "Poppins-Medium";
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.custom-contact-page .right_text_container .title a {
  display: flex;
  max-width: max-content;
  gap: 12px;
  height: fit-content;
  cursor: pointer;
  align-items: center;
  color: #000;
}
.right-section2 p.talk_tagline {
  font-family: "Poppins-Medium";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #dd2a46;
}
.right-section2 h1.talk_title {
  font-family: "NotoSerifDisplay-Regular";
  font-size: 48px;
  font-style: italic;
  line-height: 65.38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 16px;
}
.right-section2 .talk_container .talk_description p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #808080;
  max-width: 447px;
}
.right-section2 .talk_container {
  border-left: 3px solid #000000;
  padding-left: 16px;
  margin-bottom: 66px;
}
.contact-form input[type="date"],
.contact-form input[type="time"],
.contact-form input[type="datetime-local"],
.contact-form input[type="week"],
.contact-form input[type="month"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form textarea {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 21px 26px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins-Regular";
  color: #000;
  border-radius: 8px;
  margin-bottom: 20px;
}

.contact-form input[type="date"]:focus,
.contact-form input[type="time"]:focus,
.contact-form input[type="datetime-local"]:focus,
.contact-form input[type="week"]:focus,
.contact-form input[type="month"]:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="url"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="search"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form textarea:focus {
  border-color: #ebebeb;
}

.contact-form textarea {
  height: 156px !important;
  width: 100% !important;
}
.contact-form input[type="submit"] {
  font-family: "Poppins-Medium";
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  padding: 17px 52px;
  border-radius: 1000px;
  border: 1px solid #000;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  outline: none;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
@media only screen and (max-width: 1366px) {
  .custom-contact-page .left-section #dynamic-text h2 {
    font-size: 54px;
    line-height: 65px;
    max-width: 224px;
  }

  .custom-contact-page .left-section #dynamic-text {
    justify-content: flex-start;
    padding-top: 130px;
  }

  .custom-contact-page .top_main {
    gap: 133px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-contact-page .right-section1 .down_arrow {
    display: none;
  }
  .custom-contact-page .top_main {
    flex-flow: column;
    gap: 50px;
  }

  .custom-contact-page .left-section {
    position: unset;
    height: auto;
    max-width: 100%;
  }

  .custom-contact-page .right-section1 {
    height: auto;
    max-width: 100%;
    justify-content: flex-start;
    align-items: baseline;
  }

  .custom-contact-page .parallax {
    transform: none !important;
    position: absolute;
    bottom: -23%;
  }

  .top_bar {
    position: relative;
  }

  .custom-contact-page .left-section #dynamic-text h2 {
    max-width: 450px;
    width: 100%;
  }

  .custom-contact-page .left-section #dynamic-text {
    justify-content: flex-start;
  }

  .custom-contact-page .right-section2 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dark_header .icon path,
  .skin_scrolld .icon path {
    fill: #000;
  }

  .custom-contact-page .left-section #dynamic-text {
    padding-top: 105px;
  }

  .custom-contact-page .left-section #dynamic-text h2 {
    font-size: 36px;
    line-height: 49px;
    max-width: 250px;
  }

  .custom-contact-page .top_main {
    gap: 42px;
  }

  .custom-contact-page .right_text_container {
    padding-top: 16px;
    flex-flow: column;
    gap: 16px;
  }

  .custom-contact-page .right_text_container p {
    font-size: 13px;
    line-height: 19px;
  }

  .custom-contact-page .right-section2 {
    padding: 64px 0 180px;
  }

  .right-section2 p.talk_tagline {
    font-size: 12px;
    line-height: 18px;
  }

  .right-section2 h1.talk_title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  .contact-form input[type="date"],
  .contact-form input[type="time"],
  .contact-form input[type="datetime-local"],
  .contact-form input[type="week"],
  .contact-form input[type="month"],
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="url"],
  .contact-form input[type="password"],
  .contact-form input[type="search"],
  .contact-form input[type="tel"],
  .contact-form input[type="number"],
  .contact-form textarea {
    padding: 22px 14px;
    font-size: 13px;
  }

  .contact-form input[type="submit"] {
    width: 100%;
  }

  .custom-contact-page .parallax {
    height: 432px;
    background-position: bottom;
    bottom: -2%;
  }
}
/*Contactus css End*/

/*Team page css start*/

.team_header {
  padding-top: 129px;
  padding-bottom: 42px;
}
.team_header .main_title {
  padding: 0;
}
.team_header h2 {
  font-size: 56px;
  line-height: 76px;
  margin-bottom: 14px;
}
.team_header p.desc {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #808080;
  max-width: 304px;
  margin: auto;
}
.team_main_content {
  padding: 44px 0 106px;
}
.team_main_content .team_main_inner {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  position: relative;
}
.no_data .team_main_inner {
  justify-content: center;
}

.team_main_content .team_grid {
  max-width: 752px;
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.team_main_content.show_gradient .team_grid:after {
  content: "";
  position: absolute;
  height: 297px;
  width: 100%;
  background: linear-gradient(
    360deg,
    #ffffff 12.33%,
    rgba(255, 255, 255, 0) 100%
  );
  bottom: 0;
}
.team_main_content .team_grid p {
  position: relative;
  z-index: 99;
  width: 100%;
  padding-top: 126px;
}
.team_main_content .sticky_side_panel {
  max-width: 364px;
  height: 100vh;
  position: sticky;
  top: 101px;
  right: 0;
  width: 100%;
}
.team_main_content .team_member {
  position: relative;
  /*overflow: hidden;*/
  /*cursor: pointer;*/
  max-width: 170px;
  width: 100%;
}
.team_main_content .team_member img {
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.team_main_content .team_member:hover img {
  filter: grayscale(0%);
}
.team_main_content .team_member:hover .cursor_circle.circle {
  opacity: 1;
}
.team_main_content .team_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team_main_content .team_member:hover .team_overlay {
  opacity: 1;
}
.team_member .cursor_circle.circle {
  width: 80px;
  height: 80px;
  top: 0;
}
.team_main_content .team_wrap {
  text-align: center;
}
.team_main_content .team_wrap button.load_more {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 30px auto 0;
  gap: 17px;
  padding: 12px 23px;
  border-color: #808080;
}
.team_main_content .team_details {
  display: none;
}
.filter-container {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding-bottom: 48PX;
}
.teams_page .filter-container {
  display: flex;
  justify-content: center !important;
  gap: 22px;
}
.filter-container select {
  border-color: #808080;
  padding: 13px 50px 13px 24px;
  border-radius: 1000px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  line-height: 21px;
  position: relative;
  z-index: 9;
  background: transparent;
  appearance: none; /* Remove default arrow */
  /*background-image: url(/wp-content/themes/twentysixteen-child/assets/images/team/down_arrow.svg”););*/
  /*background-repeat: no-repeat;*/
  /*background-size: 6%;*/
  /*background-position: 90%;*/
}
.filter-container .department_filter:after {
  content: url(/wp-content/themes/twentysixteen-child/assets/images/team/down_arrow.svg);
  position: absolute;
  right: 25px;
  top: 20%;
}

.filter-container .department_filter {
  position: relative;
  max-width: 164px;
}

.filter-container .location_filter:after {
  content: url(/wp-content/themes/twentysixteen-child/assets/images/team/down_arrow.svg);
  position: absolute;
  right: 25px;
  top: 20%;
}

.filter-container .location_filter {
  position: relative;
  max-width: 145px;
}
.filter-container select:focus-visible {
  outline: none;
}
.sticky_side_panel img.top_img {
  position: absolute;
  left: 0;
}
.sticky_side_panel .img_main {
  position: relative;
}
.sticky_side_panel h2.member_name {
  font-size: 48px;
  line-height: 65.38px;
  text-align: right;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 233px;
}
.sticky_side_panel .more_details {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #808080;
}
.main_details.form_detail {
  max-width: 752px;
  border-left: 3px solid #000;
  padding-left: 16px;
}
.main_details p.talk_tagline {
  color: #dd2a46;
  font-family: "Poppins-Medium";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
.main_details h1.talk_title {
  font-size: 48px;
  font-style: italic;
  line-height: 65.38px;
  text-align: left;
  font-weight: normal;
  font-family: "NotoSerifDisplay-Regular";
  letter-spacing: -2.05px;
  margin-bottom: 16px;
}
.main_details .talk_description p {
  color: #808080;
  max-width: 656px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.form_section {
  padding-top: 131px;
}
.form_content.contact-form {
  margin-top: 66px;
}
.form_content.contact-form input[type="submit"] {
  margin-top: 20px;
}
.team_main_content .team_grid p{
    padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .team_main_content .team_member {
    max-width: 100%;
    width: 30%;
  }
  .team_main_content .sticky_side_panel {
    max-width: 335px;
  }
  .main_details h1.talk_title {
    font-size: 42px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .team_main_content .team_member {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .team_main_content .sticky_side_panel {
    display: none;
  }

  .team_member.blank {
    display: none;
  }

  .team_header {
    padding-top: 112px;
    padding-bottom: 32px;
  }

  .team_header h2 {
    font-size: 32px;
    line-height: 43.58px;
  }

  .team_header p.desc {
    font-size: 13px;
    line-height: 19px;
  }
  .filter-container select {
    font-size: 12px;
    line-height: 18px;
  }

  .filter-container .department_filter {
    max-width: 139px;
  }

  .filter-container select {
    max-width: 123px;
    padding: 12px 44px 12px 17px;
  }

  .filter-container .department_filter:after {
    right: 17px;
  }

  .team_main_content {
    padding: 33px 0 82px;
  }

  .team_main_content .team_grid {
    column-gap: 20px;
    row-gap: 36px;
    justify-content: center;
  }

  .team_main_content .team_member {
    width: 46%;
    max-width: 165px;
  }

  .team_main_content .team_details {
    display: block;
    margin-top: 12px;
  }

  h3.member_title {
    font-family: "NotoSerifDisplay-Regular";
    font-size: 18px;
    font-style: italic;
    line-height: 24.52px;
    text-align: left;
    letter-spacing: -0.6px;
  }

  .team_main_content .team_grid .member_content p {
    padding: 0;
    font-family: "Poppins-Regular";
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-top: 4px;
    color: #808080;
  }

  .team_main_content .team_member img {
    filter: unset;
  }

  .team_main_content.show_gradient .team_grid:after {
    background: linear-gradient(
      360deg,
      #ffffff 12.33%,
      rgba(255, 255, 255, 0) 100%
    );
    height: 179px;
    z-index: 9999;
    bottom: -17px;
  }

  .team_main_content .team_wrap button.load_more {
    position: relative;
    margin-top: 0;
    z-index: 99999;
  }

  .form_section {
    padding-top: 86px;
  }

  .main_details p.talk_tagline {
    font-size: 12px;
    line-height: 18px;
  }

  .main_details h1.talk_title {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 24px;
  }

  .form_content.contact-form {
    margin-top: 43px;
  }

  .contact-form .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 45%;
  }

  .contact-form p {
    position: relative;
  }
  .team_main_content .team_grid p {
    padding-top: 70px;
}
}
/*Team Page css End*/



    .study_header {
        padding-top: 164px;
        padding-bottom: 56px;
        display: flex;
    }
    
    .study_header .left_title {
        max-width: 364px;
        margin-right: 121px;
    }
    
    .study_header .left_title h2.color_black {
        font-size: 64px;
        line-height: 87px;
    }
    .filter-item {
        border: 0.5px solid #000000;
        border-radius: 37px;
        padding: 4px 18px;
        font-family: 'Poppins-Medium';
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        cursor: pointer;
    }
    
    .filter-container {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
    }
    
    .filter-item.active {
        background-color: #000;
        color: #fff;
    }
    .case_study_contant{
        /* padding-top: 56px; */
        /* padding-bottom: 160px; */
    }
    .case_study_wrap .list_item{
        position: relative;
    }
    
    .case_study_wrap .list_item .text_wrap {
        background: linear-gradient(0deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 65px 0 36px 36px;
    }
    .case_study_wrap .list_item .text_wrap h4 {
        font-family: "Poppins-Medium";
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.1em;
        text-align: left;
        color: #fff;
        margin-bottom: 6px;
    }
    
    .case_study_wrap .list_item .text_wrap h3 {
        font-family: "NotoSerifDisplay-Medium";
        font-size: 24px;
        line-height: 32.69px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
    }
.case-study-list .odd, .case-study-list .even {
    max-width: 558px;
    width: 100%;
    display: flex;
    flex-flow: column;
    gap:29px;
}
.case-study-list {
    display: flex;
    gap:24px;
}
.case_study_wrap .list_item img{
    vertical-align: middle;
    object-fit: cover;    
    width: 100%;
    object-position: center;  
}
.case_study_wrap .list_item.item-1 img, .case_study_wrap .list_item.item-3 img,.case_study_wrap .list_item.item-4 img {
    height: 682px;
}

.case_study_wrap .list_item.item-2 img {
    height: 847px;
}

.case_study_wrap .list_item.item-5 img {
    height: 872px;
    /*object-position: 70%;*/
}

.case_study_wrap .list_item.item-6 img {
    height: 517px;
}

.case_study_wrap .list_item.item-7 img {
    height: 492px;
    /*object-position: 0;*/
}

.case_study_wrap .list_item.item-8 img {
    height: 682px;
}
.show_gradient .case-study-list:after {
    content: "";
    position: absolute;
    height: 292px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(360deg, #FFFFFF 12.33%, rgba(255, 255, 255, 0) 100%);
}
.case-study-list {
    position: relative;
}
.case-study-list.more_study {
    margin-top: 29px;
}
.case_study_contant .load_more {
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 56px auto 0;
}
@media only screen and (max-width:1024px){
    .study_header .left_title h2.color_black {
        font-size: 42px;
        line-height: 56px;
    }
    
    .study_header .left_title {
        max-width: 264px;
        margin: 0;
    }
    .case_study_contant {
        padding-bottom: 0;
  

    }
    .cursor_circle.circle {
        display: none !important;
    }
}

@media only screen and (max-width:767px){
.case_study_wrap .list_item img{
    object-position: top;  
}
.study_header {
    padding-top: 102px;
    padding-bottom: 52px;
    flex-flow: column;
    gap: 52px;
}

.study_header .left_title {
    max-width: 350px;
    font-size: 36px;
    line-height: 49.03px;
}

.case_study_page .main_details h1.talk_title {
    max-width: 297px;
}

/* .case_study_contant {
    padding-top: 52px;
    padding-bottom: 52px;
} */

.case-study-list {
    flex-flow: column;
}

.case_study_wrap .list_item img {
    height: 500px !important;
}

.show_gradient .case-study-list:after {
    height: 197px;
}

.case_study_contant .load_more {
    margin-top: 20px;
    max-width: 127px;
}

.filter-item {
    padding: 3px 16px;
    font-size: 12px;
    line-height: 18px;
}

.case_study_wrap .list_item .text_wrap {
    padding: 24px;
    background: linear-gradient(0deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
}

.case_study_wrap .list_item .text_wrap h4 {
    font-size: 12px;
    line-height: 18px;
}

.case_study_wrap .list_item .text_wrap h3 {
    font-size: 20px;
    line-height: 28px;
}
.cursor_circle.circle {
    display: none !important;
}
}


.blog_page .first-item.full-width {
    padding-top: 42px;
    padding-bottom: 100px;
}
.blog_page .first-item.full-width .post-image {
    max-width: 806px;
    width: 100%;
}
.blog_page .post_details {
    background: #F2F2F2;
    max-width: 635px;
    width:100%;
}
.blog_page .first-item.full-width a {
    display: flex;
    justify-content: center;
}
.blog_page .first-item.full-width .post-image img {
    width: 100%;
}
.post-terms.news {
    background: #DD2A46;
}
.post-terms {
    font-family: 'Poppins-Medium';
    font-size: 13px;
    line-height: 19.5px;
    color: #fff;
    padding: 6px 12px;
    max-width: max-content;
    text-transform: uppercase;
}
.blog_page .post_details .date {
    font-family: 'Poppins-Medium';
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    padding: 24px 0 8px;
}
.blog_page .post_details h3.post_title {
    font-family: 'NotoSerif-Regular';
    font-style: italic;
    font-size: 32px;
    line-height: 43.58px;
    color: #000;
    max-width: 461px;
    margin-bottom: 24px;
}
.blog_page .post_details .post_inner {
    display: flex;
    flex-flow: column;
    justify-content: end;
    padding-left: 60px;
    padding: 10px 0 60px 60px;
    height: 100%;
}
.blog_page .post_details .post_desc p {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 21px;
    max-width: 430px;
    color: #808080;
}

.post-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.post-list-container .item-list {
    max-width: 364px;
}
.post-list-container .post-image img {
    height: 287px;
    object-fit: cover;
}
.post-list-container .item-list .post-terms {
    position: absolute;
    margin: 16px;
}
.post-list-container .post-image {
    position: relative;
    margin-bottom: 24px;
}
.post-list-container .date {
    font-family: 'Poppins-Medium';
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    margin-bottom: 8px;
}
.post_inner_detail h3 {
    font-family: 'NotoSerif-Regular';
    font-size: 24px;
    line-height: 32.68px;
    color: #000;
    font-style: italic;
}
.post-terms.insights {
    background: #4E8902;
}

.post-terms.blog {
    background: #3B67FF;
}

.post-terms.technology {
    background: #DD922A;
}

.post-terms.featured {
    background: #028963;
}

.post-terms.shopify {
    background: #8C0905;
}

.blog_page .blog button {
    display: flex;
    align-items: center;
    margin: 32px auto 0;
    gap: 11px;
    padding: 17px 35px;
    border-color: #808080;
}

.blog_page .blog {
    margin-bottom: 92px;
    margin-top: 56px;
}
@media only screen and (max-width:1200px){
    .post-list-container .item-list {
        max-width: 100%;
        width: 48%;
    }
    
    .post-list-container .post-image img {
        width: 100%;
        height: 300px;
        object-position: top;
    }
    
    .blog_page .post-list-container.fixed-container {
        justify-content: center;
    }
}
@media only screen and (max-width:1024px){
    .blog_page .first-item.full-width a {
        flex-wrap: wrap;
    }
    .blog_page .post_details {
        max-width: 806px;
    }
    .blog_page .post_details .post_inner {
        padding: 20px;
    }
}
@media only screen and (max-width:767px){
    .study_header .left_title h2.color_black {
        font-size: 36px;
        line-height: 49px;
    }   
    .blog_page .first-item.full-width {
        padding-top: 52px;
    }
    .filter-container {
        flex-wrap: nowrap;
        overflow: scroll;
        margin-right: -20px;
        padding-bottom: 32px;
    }
    .page-template-template-case-study .case_study_main {
      padding-bottom: 48px;
    }
    .filter-item {
        width: 100%;
        white-space: nowrap;
    }
    .blog_page .first-item.full-width {
        padding-top: 24px;
        padding-bottom: 52px;
    }
    .post-list-container .item-list {
    width: 100%;
}

.post-list-container .post-image img {
    height: 278px;
}

.post-list-container .item-list .post-terms {
    font-size: 11px;
    line-height: 16px;
    margin: 12px;
}

.blog_page .post-list-container .post-image {
    margin-bottom: 16px;
}

.blog_page .post-list-container .date {
    font-size: 14px;
    line-height: 21px;
}

.post_inner_detail h3 {
    font-size: 16px;
    line-height: 22px;
}

.blog_page .post-list-container.fixed-container {
    gap: 32px;
}

.blog_page .blog button {
    padding: 13px 18px;
    margin-top: 24px;
}

.blog_page .blog {
    margin-bottom: 68px;
    margin-top: 35px;
}
}


.detail_header {
    padding-top: 132px;
}
.detail_header header.entry-header h1 {
    font-family: 'NotoSerifDisplay-Regular';
    font-style: italic;
    font-size: 32px;
    line-height: 43.58px;
    font-weight: normal;
    max-width: 751px;
    margin-bottom: 16px;
    margin-top: 32px;
    margin-inline: auto;
}
.detail_header a.back_btn {
    display: flex;
    align-items: anchor-center;
    gap: 6px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 21px;
    color: #808080;
}
.detail_header header.entry-header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.detail_header .post-terms {
    max-width: max-content;
    padding: 6px 12px;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    line-height: 19.5px;
    color: #fff;
    margin-bottom: 32px;
}
.detail_header .entry-summary p {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 21px;
    color: #808080;
    max-width: 593px;
}
.detail_header .entry-summary {
    width: 100% !important;
    max-width: 751px !important;
    margin: 32px auto 56px !important;
}
.detail_header .blog_header_inner {
    max-width: 751px;
    margin: 0 auto;
}
.detail_header .post-thumbnail {
    max-width: 1440px;
    margin-bottom: 56px;
    margin-inline: auto;
}

.detail_header .post-thumbnail img {
    width: 100%;
}
.blog_detail_content .entry-content {
    width: 100% !important;
    float: unset !important;
    max-width: 750px;
    margin: 0 auto !important;
    display: block;
}
.blog_detail_content .entry-content p {
    /* color: #808080;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; */
    font-family: "Poppins-Light", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}
.blog_detail_content h2{
    font-family: 'NotoSerifDisplay-Regular';
    font-size: 24px;
    line-height: 36px;
    color: #DD2A46;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
}

.blog_detail_content ul{
    /* color: #808080;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; */
    font-family: "Poppins-Light", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    padding-left: 40px;
}
.recent_post_section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 20px 116px;
}

.hading_left_section p {
    font-family: 'Poppins-Medium';
    font-size: 16px;
    line-height: 24px;
    color: #DD2A46;
    text-transform: uppercase;
}

.recent_post_heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 32px;
}
.recent_post_heading a.back_btn {
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
.site-main{
    margin-bottom:0;
}
a.back_btn.mobile {
    display: none;
}
@media only screen and (max-width:1024px){
    .blog_detail_content .entry-content {
        padding: 0 20px;
        max-width: 100%;
    }
    
    .detail_header .blog_header_inner {
        padding: 0 20px;
        max-width: 100%;
    }
    .detail_header header.entry-header h1 {
        margin-left: 0;
    }
    .detail_header .entry-summary {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width:767px){
a.back_btn.mobile {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    padding-top: 24px;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    line-height: 21px;
}
.detail_header header.entry-header h1 {
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
}

.detail_header a.back_btn {
    font-size: 12px;
    line-height: 18px;
}

.detail_header .entry-summary {
    margin: 0px auto !important;
}

.detail_header .post-thumbnail {
    margin-bottom: 32px;
}

.blog_detail_content h2 {
    font-size: 18px;
    line-height: 27px;
}

.recent_post_section {
    padding: 56px 20px;
}

.hading_left_section p {
    font-size: 12px;
    line-height: 18px;
}

.recent_post_heading a.back_btn {display: none;}

.recent_post_heading {
    padding-bottom: 24px;
}
.blog_detail_content ul {
    padding-left: 20px;
}
}


.footer_social_block ul.wp-block-social-links {
    margin-bottom: 0;
}

.footer_social_block {
    margin-top: 30px;
}

.footer_social_block .wp-social-link-instagram svg {
    width: 30px !important;
    height: 30px!important;
}
@media only screen and (max-width: 767px) {
  .footer_social_block {
    margin-top: 0;
  }
}


p.phone_number {
    display: none;
}