@import url("https://p.typekit.net/p.css?s=1&k=nxs2fch&ht=tk&f=8610.8612.8614.8618&a=60494525&app=typekit&e=css");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@font-face {
  font-family: "ff-good-headline-web-pro";
  src: url("https://use.typekit.net/af/b9011d/00000000000000007735ab39/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/b9011d/00000000000000007735ab39/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
      format("woff"),
    url("https://use.typekit.net/af/b9011d/00000000000000007735ab39/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "ff-good-headline-web-pro";
  src: url("https://use.typekit.net/af/ef7bb0/00000000000000007735ab3f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/ef7bb0/00000000000000007735ab3f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/ef7bb0/00000000000000007735ab3f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "ff-good-headline-web-pro";
  src: url("https://use.typekit.net/af/9feb22/00000000000000007735ab53/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/9feb22/00000000000000007735ab53/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/9feb22/00000000000000007735ab53/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "ff-good-headline-web-pro";
  src: url("https://use.typekit.net/af/6cdb4f/00000000000000007735ab6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/6cdb4f/00000000000000007735ab6a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("woff"),
    url("https://use.typekit.net/af/6cdb4f/00000000000000007735ab6a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.gh-reg {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gh-med {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.gh-b {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.gh-bolder {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.txt-white {
  color: #ffffff;
}

.txt-black {
  color: #000000;
}

.txt-gray {
  color: #f2f2f2;
}

.txt-med-gray {
  color: #777777;
}

.txt-dark-gray {
  color: #292929;
}

.txt-content-gray {
  color: #5a5a5a;
}

.txt-red {
  color: #e40b3e;
}

.txt-blue {
  color: #4e79be;
}

.txt-dark-blue {
  color: #142b4d;
}

.txt-yellow {
  color: #ffd900;
}

.txt-gold {
  color: #d6b422;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-gray {
  background-color: #f2f2f2;
}

.bg-med-gray {
  background-color: #777777;
}

.bg-dark-gray {
  background-color: #292929;
}

.bg-red {
  background-color: #e40b3e;
}

.bg-blue {
  background-color: #4e79be;
}

.bg-dark-blue {
  background-color: #142b4d;
}

.w-1 {
  width: 100%;
}

.w-2 {
  width: 50%;
}

.w-3 {
  width: 33.33%;
}

.w-4 {
  width: 25%;
}

.w-5 {
  width: 20%;
}

.w-6 {
  width: 16.66%;
}

.w-7 {
  width: 14.28%;
}

.w-8 {
  width: 12.5%;
}

.w-9 {
  width: 11.11%;
}

.w-13 {
  width: 66.67%;
}

.w-14 {
  width: 75%;
}

.w-15 {
  width: 80%;
}

.w-16 {
  width: 83.34%;
}

.w-17 {
  width: 85.72%;
}

.w-18 {
  width: 87.5%;
}

.w-19 {
  width: 88.89%;
}

@media screen and (max-width: 768px) {
  .w-1 {
    width: 100%;
  }
  .w-2 {
    width: 100%;
  }
  .w-3 {
    width: 100%;
  }
  .w-4 {
    width: 100%;
  }
  .w-5 {
    width: 100%;
  }
  .w-6 {
    width: 100%;
  }
  .w-7 {
    width: 100%;
  }
  .w-8 {
    width: 100%;
  }
  .w-9 {
    width: 100%;
  }
  .w-13 {
    width: 100%;
  }
  .w-14 {
    width: 100%;
  }
  .w-15 {
    width: 100%;
  }
  .w-16 {
    width: 100%;
  }
  .w-17 {
    width: 100%;
  }
  .w-18 {
    width: 100%;
  }
  .w-19 {
    width: 100%;
  }
}
.partners-section .logos-wrapper {
  overflow: hidden;
}
.container {
  padding: 0 15px;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 1rem;
  }
  .form {
    padding: 3rem 2rem !important;
  }
  body.push .contact-us-body {
    min-height: 195vh !important;
    height: 100% !important;
  }
  .slick-list {
    overflow-x: hidden;
  }
  .slider-container .case_study_slider .slide .number {
    font-size: 40px !important;
  }
  .page-header .content .inner-container .subtitle {
    width: 100% !important;
  }
  .page-header .content .inner-container {
    padding: 2rem 5rem !important;
  }
  .main-navigation {
    overflow: auto;
    justify-content: normal !important;
  }
  .services-under-seo .box .service-name {
    font-size: 32px !important;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 1rem;
  }
  .slider-container {
    width: calc(100% - 4rem) !important;
    margin-left: 4rem !important;
  }
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.j-center {
  justify-content: center;
}

.j-sb {
  justify-content: space-between;
}

.j-sa {
  justify-content: space-around;
}

.j-start {
  justify-content: start;
}

.j-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.fd-row-rev {
  flex-direction: row-reverse;
}

.fd-col {
  flex-direction: column;
}

.fd-col-rev {
  flex-direction: column-reverse;
}

.d-grid {
  display: grid;
}

.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.m-0 {
  margin: 0rem;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

body {
  font-family: "ff-good-headline-web-pro", sans-serif;
}
body.active {
  overflow: hidden;
}

header {
  margin-bottom: 65px;
}

.home header {
  margin-bottom: 0px;
}

.site-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 10px 2px #2d2d2d38;
  z-index: 5;
}
.site-header .menu-icon {
  cursor: pointer;
}
.site-header .menu-icon span {
  width: 30px;
  height: 3px;
  background-color: #e40b3e;
  display: block;
  margin: 4px 0;
}

.main-navigation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: -125%;
  background-color: #292929;
  transition: all 0.3s;
  z-index: 5;
}
.main-navigation.open, .search-navigation.open {
  right: 0;
}
.main-navigation #primary-menu {
  list-style: none;
  padding: 0;
  position: relative;
}
.main-navigation #primary-menu li.current_page_item a {
  border-bottom: 2px solid;
}
.main-navigation #primary-menu li:after {
  content: ".";
  color: #e40b3e;
  font-size: 55px;
  font-weight: 700;
}
.main-navigation #primary-menu li a {
  color: #fff;
  font-size: 55px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
}
.main-navigation #primary-menu li a:hover {
  border-bottom: 2px solid;
}
.main-navigation #primary-menu li.count a {
  position: relative;
}
.main-navigation #primary-menu li.count a:after {
  content: attr(data-text);
  position: absolute;
  background-color: #e40b3e;
  font-size: 17px;
  color: #fff;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  right: -2rem;
}
.main-navigation #primary-menu li .sub-menu {
  list-style: none;
  position: absolute;
  top: 0;
  left: -2000%;
  width: 100%;
  height: 100%;
  background-color: #292929;
  padding: 0;
  margin: 0;
  z-index: 10;
  transition: all 0.3s;
}
.main-navigation #primary-menu li .sub-menu .sub-menu {
  list-style: none;
  position: absolute;
  top: 0;
  left: -1000%;
  width: 100%;
  height: 100%;
  background-color: #292929;
  padding: 0;
  margin: 0;
  z-index: 10;
  transition: all 0.3s;
}
.main-navigation #primary-menu li .sub-menu .sub-menu.active {
  left: 0;
}
.main-navigation #primary-menu li .sub-menu.active {
  left: 0;
}
.main-navigation #primary-menu li .sub-menu .back-btn {
  width: fit-content;
  color: #fff;
  padding: 1rem 0 0.3rem;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e40b3e;
  margin-bottom: 2rem;
}
.main-navigation #primary-menu li .sub-menu .back-btn i {
  font-size: 10px;
  padding: 0.2rem 0.5rem 0;
  padding-left: 0;
}
.main-navigation #primary-menu li .sub-menu .back-btn:hover {
  color: #e40b3e;
}
.main-navigation .menu-brief {
  font-size: 18px;
}
.main-navigation .information-boxes {
  flex-wrap: wrap;
}
.main-navigation .information-boxes .w-2 {
  padding-right: 2rem;
  box-sizing: border-box;
}
.main-navigation .information-boxes .title {
  text-transform: uppercase;
  color: #3294a8;
  font-size: 30px;
  margin-bottom: 1rem;
}
.main-navigation .information-boxes .description {
  color: #fff;
  font-size: 18px;
}
.main-navigation .sm-container {
  padding-top: 3rem;
  justify-content: flex-end;
}
.main-navigation .sm-container .sm-icon {
  color: #fff;
  font-size: 25px;
  padding: 0 1rem;
  transition: all 0.3s;
}
.main-navigation .sm-container .sm-icon:hover {
  color: #e40b3e;
}
.main-navigation .menu-logo {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.main-navigation .close-menu-btn, .search-navigation .close-menu-btn {
  position: absolute;
  top: 2rem;
  right: 4rem;
  cursor: pointer;
}
.main-navigation .close-menu-btn span, .search-navigation .close-menu-btn span {
  width: 30px;
  height: 3px;
  background-color: #e40b3e;
  display: block;
  margin: 3px 0;
}
.main-navigation .close-menu-btn span:nth-child(1), .search-navigation .close-menu-btn span:nth-child(1) {
  transform: rotate(-135deg);
  margin-bottom: -6px;
}
.main-navigation .close-menu-btn span:nth-child(2), .search-navigation .close-menu-btn span:nth-child(2) {
  transform: rotate(135deg);
}
.menu-container{
  display: flex;
}

.search-icon{
  cursor: pointer;
}

.search-navigation{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: -125%;
  background-color: #ffffff;
  transition: all 0.3s;
  z-index: 5;
}

.search-navigation .container.logo{
  position: absolute;
  top: 4rem;
  left: 5%;
}

.search-navigation .search-input-container{
  margin-top: -10rem;
}

.search-navigation input{
  border: none;
  border-bottom: 1px solid #B2B2B2;
  margin: 2.5rem;
  padding: 2rem 0;
  background-color: transparent;
  font-family: 'Roboto', 'Heebo', Arial, sans-serif;
  width: 100%;
  font-size: 300%;
}

.search-navigation input:focus{
  border-bottom: 1px solid;
  outline: none;
}

.search-navigation input::placeholder{
  color: #B2B2B2;
  font-family: 'Roboto', 'Heebo', Arial, sans-serif;
}

@media screen and (max-width: 420px){
  .search-navigation input{
    font-size: 200%;
  }
}

.tags{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag{
  border: 1px solid #707070;
  padding: 0.6rem;
  border-radius: 25px;
}

.tag:hover{
  background-color: #EB0138;
  color: white;
  cursor: pointer;
}

.site-footer {
  margin-top: 7rem;
  width:100%;
}
.site-footer .cta-sec {
  background-color: #292929;
  height: 300px;
}
.site-footer .cta-sec .container {
  height: 100%;
  padding: 0 3rem;
}
.site-footer .cta-sec .cta-content {
  color: #fff;
}
.site-footer .cta-sec .cta-content .title-dot {
  margin: 1rem 0;
}
.site-footer .cta-sec .cta-img {
  height: 100%;
}
.site-footer .cta-sec .cta-img img {
  height: calc(100% + 4rem);
  width: 100%;
  object-fit: cover;
  margin-top: -6rem;
}
.site-footer .site-info .footer-logo {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.site-footer .site-info .footer-brief {
  font-size: 20px;
  letter-spacing: -0.76px;
  color: #292929;
}
.site-footer .site-info .form-title {
  font-size: 25px;
  letter-spacing: -0.95px;
}
.site-footer .site-info .footer-locations h3 {
  font-size: 18px;
  letter-spacing: -0.68px;
  color: #e40b3e;
  font-weight: 700;
  margin-bottom: 0;
}
.site-footer .site-info .footer-locations p {
  font-size: 18px;
  letter-spacing: -0.68px;
  color: #777777;
  font-weight: 700;
  margin: 0.25rem 0;
}
.site-footer .site-info .footer-locations .footer-email {
  text-decoration: none;
  color: #777777;
  font-size: 17px;
  font-weight: 600;
  transition: 0.2s all;
}
.site-footer .site-info .footer-locations .footer-email:hover {
  text-decoration: underline;
  color: #eb244e;
}
.site-footer .site-info .copy-right-text {
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #777777;
  text-transform: uppercase;
}
.site-footer .site-info .sm-footer .sm-icon-footer {
  font-size: 18px;
  letter-spacing: -0.68px;
  color: #777777;
  padding-right: 2rem;
  transition: all 0.3s;
}
.site-footer .site-info .sm-footer .sm-icon-footer:hover {
  color: #e40b3e;
}
.site-footer .site-info .footer-title {
  font-size: 25px;
  letter-spacing: -0.95px;
  color: #292929;
  font-weight: 600;
}
.site-footer .site-info .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .site-info .footer-menu ul li {
  padding: 0.5rem 0;
  margin: 0;
}
.site-footer .site-info .footer-menu ul li a {
  text-decoration: none;
  font-size: 18px;
  letter-spacing: -0.68px;
  color: #777777;
  font-weight: 700;
  transition: all 0.3s;
}
.site-footer .site-info .footer-menu ul li a:hover {
  color: #e40b3e;
}

#backToTopBtn {
  display: none;
  width: 55px;
  height: 55px;
  background-color: #e40b3e;
  background-image: url("assets/images/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: fixed;
  bottom: 1rem;
  right: 5rem;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.2s;
}

#backToTopBtn:hover {
  opacity: 1;
}

.hs-form-field {
  width: 100%;
  padding: 0;
}

footer label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
}

.hs-button {
  font-size: 15px;
  border: none;
  text-decoration: none;

  color: #142b4d;
  border: none;
  border-bottom: 2px solid #142b4d;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.5rem 0.25rem;
  display: block;
  width: fit-content;
  cursor: pointer;
  outline: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e40b3e, #e40b3e 50%, #142b4d 50%);
  background-size: 201% 100%;
  background-position: 100%;
  transition: all 0.5s;
}

.page-header {
  height: 85vh;
  position: relative;
  margin-bottom: 4rem;
}
.page-header:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #0000004d;
  top: 0;
  left: 15px;
}
.page-header .header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
}
.page-header .home-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.page-header .content .inner-container {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.page-header .content .inner-container .page-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.page-header .content .inner-container .subtitle {
  width: 60%;
}
.page-header .content .inner-container .header-box {
  background-color: #fff;
  position: absolute;
  width: calc(100% - 10rem);
  left: 5rem;
  bottom: -56px;
  box-shadow: 0px 1px 14px 2px #3c5f7926;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  box-sizing: border-box;
}
.page-header .content .inner-container .header-box .box {
  width: 20%;
}
.page-header .content .inner-container .header-box .box .title {
  color: #142b4d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.68px;
  margin: 0 0 0.75rem;
}
.page-header .content .inner-container .header-box .box .text {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.68px;
  margin: 0;
}
.page-header .content .inner-container .header-box .box .share-icons-box {
  display: flex;
}
.page-header .content .inner-container .header-box .box .share-icons-box a {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.68px;
  text-decoration: none;
  padding-right: 1rem;
}
.page-header .blog-content p {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.76px;
  margin: 0;
}
.page-header .blog-content p:nth-child(1) {
  text-decoration: underline;
}
.page-header #arr_header {
  display: block;
  width: fit-content;
}
.author-section{
  display: grid;
  grid-template-columns:
  repeat(6,auto);
  
  margin-bottom:10%;
  align-content:start;
}
.author-image{
  width:150px;
  margin-right: 1.5rem;
  height:150px;
}
.author-section .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.author-section .author-info {
  margin-top: 1rem;
}
.author-section .author-info h3 {
  font-size: 28px;
  padding-bottom: 0;
}
.author-section .author-info h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 1.3rem;
}
.author-section .author-info p {
  font-size: 14px;
  color: #777777;
  font-weight: 100;
  letter-spacing: 0.2px;
}

#arrow_id {
  position: absolute;
  bottom: 4rem;
}

#breadcrumbs {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#breadcrumbs a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
#breadcrumbs a:hover {
  color: #e40b3e;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 400;
}

.blue-underline-btn {
  text-decoration: none;
  font-size: 18px;
  padding-top: 4rem;
  color: #142b4d;
  border: none;
  border-bottom: 2px solid #142b4d;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.5rem 0.25rem;
  display: block;
  width: fit-content;
  cursor: pointer;
  outline: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e40b3e, #e40b3e 50%, #142b4d 50%);
  background-size: 201% 100%;
  background-position: 100%;
  transition: all 0.5s;
}
.blue-underline-btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding-left: 2rem;
}
.blue-underline-btn:hover {
  transition: all 0.3s;
  background-position: 0%;
  border-bottom: 2px solid #e40b3e;
}

.white-underline-btn {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.5rem 0.25rem;
  display: block;
  width: fit-content;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e40b3e, #e40b3e 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.5s;
}
.white-underline-btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding-left: 2rem;
}
.white-underline-btn:hover {
  transition: all 0.3s;
  background-position: 0%;
  border-bottom: 2px solid #e40b3e;
}

.red-btn {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #e40b3e;
  padding: 0.75rem 3rem;
  transition: all 0.4s;
  width: fit-content;
  cursor: pointer;
}
.red-btn:hover {
  color: #292929;
  background-color: #ffffff;
}

.full-list-btn {
  text-decoration: none;
  font-size: 20px;
  color: #142b4d;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 2px solid #142b4d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e40b3e, #e40b3e 50%, #142b4d 50%);
  background-size: 200% 100%;
  background-position: 100%;
  padding: 0.5rem 0.25rem;
  display: block;
  width: fit-content;
  cursor: pointer;
}
.full-list-btn:hover {
  transition: all 0.3s;
  background-position: 0%;
  border-bottom: 2px solid #e40b3e;
}

.blue-btn {
  position: relative;
  text-decoration: none;
  font-size: 20px;
  color: #142b4d;
  text-transform: capitalize;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-right: 1.5rem;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
}
.blue-btn:hover {
  text-decoration: underline;
}
.blue-btn::after {
  content: "\f054";
  position: absolute;
  top: 5px;
  right: 1.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}

.decline-btn {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 2px solid #ffffff;
  padding: 0.4rem 1.5rem;
  cursor: pointer;
}

.accept-btn {
  text-decoration: none;
  color: #ffffff;
  background-color: #e40b3e;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #e40b3e;
  padding: 0.4rem 1.5rem !important;
  cursor: pointer;
}

.red-back-btn {
  text-decoration: none;
  font-size: 18px;
  color: #142b4d;
  border-bottom: 2px solid #e40b3e;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #142b4d, #142b4d 50%, #e40b3e 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s;
}
.red-back-btn::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding-right: 1rem;
}
.red-back-btn:hover {
  transition: all 0.3s;
  background-position: 0%;
  border-bottom: 2px solid #142b4d;
}

.btn-red-underline {
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  outline: 0;
  border-bottom: 2px solid;
  padding-bottom: 0.25rem;
  background: transparent;
  transition: all 0.5s;
}
.btn-red-underline:hover,
.btn-red-underline.active {
  color: #e40b3e;
}

.form {
  width: 50%;
  padding: 3rem 0;
}
.form .fields-group {
  width: 100%;
}
.form .fields-group .field-group {
  width: 48%;
  padding: 1rem 0;
}
.form .fields-group .field-group label {
  display: block;
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
}
.form .fields-group .field-group input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #777777;
  font-size: 18px;
  color: #777777;
  outline: 0;
  width: 100%;
  padding: 0.5rem 0;
}
.form .fields-group .field-group .custom-file {
  background: transparent;
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #777777;
  display: flex;
}
.form .fields-group .field-group .custom-file .file-name {
  position: absolute;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0.5rem;
  left: 0;
}
.form .fields-group .field-group .custom-file input.custom-file-input {
  font-size: 14px;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.form .fields-group .field-group .custom-file .btn {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  font-size: 14px;
  padding: 0 0 0.1rem;
  border: none;
}

.intro-section {
  padding-bottom: 3rem;
}
.intro-section.left {
  flex-direction: row-reverse;
}
.intro-section.left .intro-img img {
  padding-right: 0;
  padding-left: 4rem;
}
.intro-section .intro-content {
  width: 60%;
}
.intro-section .intro-content .intro-text {
  width: 90%;
}
.intro-section .intro-content .intro-text p {
  font-size: 18px;
  letter-spacing: -0.7px;
  line-height: 1.4;
}
.intro-section .intro-img img {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  object-fit: cover;
  padding-right: 4rem;
  box-sizing: border-box;
}

.clients-slider-section {
  padding-bottom: 5rem;
  overflow: hidden;
}
.clients-slider-section .arr-container {
  width: 100%;
}
.clients-slider-section .arr-container .prev,
.clients-slider-section .arr-container .next {
  color: #292929;
  font-size: 30px;
  padding: 2rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.clients-slider-section .arr-container .prev:hover,
.clients-slider-section .arr-container .next:hover {
  color: #e40b3e;
}

.clients-slider .slick-track {
  display: flex;
}

.clients-slider .slider-item {
  display: flex;
  width: 12rem;
  height: 12rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 2rem 1rem;
  box-sizing: border-box;
  outline: 0;
}
.clients-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-text {
  font-size: 20px;
  letter-spacing: -0.76px;
  line-height: 1.4;
}

.title-block,
.h2-title-wrapper,
.intro-title,
.awards-title .w-2,
.partners-title,
.title-container {
  overflow: hidden;
}

.title-dot {
  font-size: 55px;
  letter-spacing: -2px;
  line-height: 0.8;
  opacity: 0;
}
.title-dot.text-animation {
  opacity: 1;
  animation-name: title_animation;
  animation-duration: 1s;
}
.title-dot span {
  color: #e40b3e;
}

@keyframes title_animation {
  from {
    transform: translateY(150%);
  }
  to {
    transform: translateY(0);
  }
}

.partners-section {
  padding-bottom: 3rem;
}
.partners-section .logos-wrapper {
  position: relative;
  width: 40%;
  padding: 2rem 0;
}
.partners-section .logos-wrapper::before {
  content: "e055";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.partners-section .logos-wrapper .slider {
  z-index: 0;
}
.partners-section .logos-wrapper .slider .slick-track {
  display: flex;
}
.partners-section .logos-wrapper .logo {
  width: 200px;
  height: 150px;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  display: block;
}
.partners-section .logos-wrapper .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partners-section .partners-content {
  width: 50%;
}
.partners-section .partners-content .partners-text p {
  font-size: 20px;
  width: 80%;
}

.awards-section {
}
.awards-section .awards-title p {
  font-size: 20px;
}
.awards-section .awards-boxes .box {
  width: 49%;
  height: 14rem;
  background-size: 40%;
}
.awards-section .awards-boxes .box h3 {
  font-size: 40px;
  line-height: 0.9;
  padding: 3rem 0 0 2rem;
  width: 60%;
}
.awards-section .awards-boxes .box.search-awards {
  background-color: #fb0667;
  background-image: url(assets/images/Winner-blue.png);
}
.awards-section .awards-boxes .box.golden-awards {
  background-color: #292929;
  background-image: url(assets/images/Winner.png);
}
.awards-section .awards-list {
  display: none;
  padding: 2rem;
  padding-bottom: 1rem;
  transition: all 1s;
}
.awards-section .awards-list .list-row {
  grid-template-columns: 25% 25% 25% 25%;
  border-bottom: 0.1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
}
.awards-section .awards-list .list-row:last-child {
  border-bottom: none;
}
.awards-section .awards-list p {
  opacity: 75%;
  font-size: 16px;
  letter-spacing: 0;
}
.awards-section .awards-list p.awards-year {
  font-size: 18px;
}
.awards-section .awards-list.show {
  display: block;
}

.services-sec {
  padding-bottom: 3rem;
}
.services-sec .box .title {
  font-size: 40px;
  color: #292929;
  margin: 2rem 0 1rem;
}
.services-sec .box .content {
  font-size: 20px;
  color: #5a5a5a;
  padding-right: 3rem;
}

.single-image-block {
  width: 100%;
  height: 55vh;
  padding: 2rem 0;
}
.single-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxes-with-number.blue .box {
  width: 25%;
  padding: 2rem 3rem 2rem 0;
  box-sizing: border-box;
}
.boxes-with-number.blue .box .number {
  font-size: 100px;
  letter-spacing: -3.76px;
  background: linear-gradient(to top, transparent 0%, #3294a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  opacity: 0.2;
  font-weight: 700;
  margin: 0;
}
.boxes-with-number.blue .box .title {
  font-size: 40px;
  letter-spacing: -1.52px;
  color: #292929;
  font-weight: 600;
  margin: -2.5rem 0 1rem;
}
.boxes-with-number.blue .box .content {
  font-size: 20px;
  color: #5a5a5a;
  font-weight: 600;
  letter-spacing: -1.34px;
  margin: 0;
}

.boxes-with-number.black .box {
  padding: 2rem 5rem 2rem 0;
  box-sizing: border-box;
}
.boxes-with-number.black .box .number {
  font-size: 55px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -2.09px;
  color: #292929;
  text-transform: uppercase;
}
.boxes-with-number.black .box .title {
  font-size: 40px;
  font-weight: 600;
  margin: 1rem 0;
  letter-spacing: -1.52px;
  color: #292929;
}
.boxes-with-number.black .box .content {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -1.34px;
  color: #5a5a5a;
}

.case-study-sec .box {
  padding: 2rem 0.5rem;
  box-sizing: border-box;
}
.case-study-sec .box .img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.case-study-sec .box .title {
  letter-spacing: -0.76px;
  color: #777777;
  font-size: 20px;
}
.case-study-sec .box .desc {
  font-size: 40px;
  letter-spacing: -1.52px;
  color: #292929;
  margin: 0;
}

.testimonials-section {
  position: relative;
  margin-bottom: 5rem;
  padding-top: 2rem;
  width: 100vw;
  cursor: grab;
  overflow: hidden;
}

.testimonials-section:focus {
  cursor: grabbing;
}

.testimonials-section .single-testimonial {
  width: 40vw;
  outline: 0;
  padding: 3rem;
  box-sizing: border-box;
}
.testimonials-section .single-testimonial .person-img-info .person-img {
  width: 4rem;
  height: 4rem;
}
.testimonials-section .single-testimonial .person-img-info .person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-section .single-testimonial .person-img-info .person-info h4 {
  font-size: 22px;
  margin: 0;
}
.testimonials-section .single-testimonial .person-img-info .person-info p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 1px;
}
.testimonials-section .single-testimonial .logo {
  width: auto;
  height: 70px;
  display: block;
  padding: 1rem 0;
  box-sizing: border-box;
}
.testimonials-section .single-testimonial .content {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.testimonials-section .testimonials-slider .slick-track {
  display: flex;
}
.testimonials-section .testimonials-slider .slick-slide {
  opacity: 0.5;
  transition: all 0.3s;
}
.testimonials-section .testimonials-slider .slick-slide.slick-active {
  opacity: 1;
  border-bottom: 3px solid #e40b3e;
}
.testimonials-section .overlay-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.testimonials-section .overlay-div .left-arrow-div {
  width: 30vw;
  height: 100%;
  cursor: url(assets/images/a-left.svg), auto;
}
.testimonials-section .overlay-div .right-arrow-div {
  width: 30vw;
  height: 100%;
  cursor: url(assets/images/a-right.svg), auto;
}

.single-testimonials-section .single-testimonial {
  margin: auto;
  border-bottom: 3px solid #e40b3e;
}

.services-boxes-section {
  display: flex;
  flex-wrap: wrap;
}
.services-boxes-section .box {
  padding-right: 3rem;
  box-sizing: border-box;
}
.services-boxes-section .box .title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.52px;
  color: #292929;
  text-transform: capitalize;
}
.services-boxes-section .box .desc {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1.34px;
  color: #5a5a5a;
}
.services-boxes-section .box .links {
  padding-right: 4rem;
}
.services-boxes-section .box .links a {
  display: block;
  margin: 0.25rem 0;
}

.services-under-seo {
  padding: 3rem 0;
}
.services-under-seo .box {
  padding: 5rem 3rem;
  position: relative;
}
.services-under-seo .box .service-iamge {
  width: 80px;
  height: auto;
}
.services-under-seo .box .service-name {
  font-size: 50px;
  letter-spacing: -1.9px;
  color: #292929;
  font-weight: 600;
  margin: 1rem 0 0;
}
.services-under-seo .box .service-description {
  letter-spacing: -0.76px;
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.services-under-seo .box .btn {
  font-size: 1.25rem;
  padding: 2rem 0;
  text-decoration: none;
  display: block;
  color: #dbdbdb;
  transition: all 0.3s;
  position: relative;
  padding-left: 1rem;
  width: fit-content;
}
.services-under-seo .box .btn:hover {
  color: #e40b3e;
}
.services-under-seo .box .btn:before {
  content: "__";
  font-size: 30px;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 900;
  left: 0;
  top: 0;
  position: absolute;
  padding-top: 13px;
  letter-spacing: -1px;
}
.services-under-seo .box:after {
  content: "";
  position: absolute;
  border: 2px solid #292929;
  width: 70px;
  top: 0;
}

.seo-audit-section {
  background-color: #292929;
}
.seo-audit-section .seo-audit-form {
  padding: 3rem;
}
.seo-audit-section .seo-audit-form .wpforms-title {
  color: #fff;
  font-size: 55px !important;
  letter-spacing: -2px;
  line-height: 0.8;
  padding: 0rem 0 3rem;
  text-transform: uppercase !important;
  font-weight: 700;
}
.seo-audit-section .seo-audit-form .wpforms-field-container {
  display: flex;
}
.seo-audit-section .seo-audit-form .wpforms-field-container .form-field {
  width: 50% !important;
}
.seo-audit-section .seo-audit-form .wpforms-field-container .form-field label {
  padding-left: 1.5rem !important;
  color: #fff !important;
}
.seo-audit-section .seo-audit-form .wpforms-field-container .form-field input {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #5a5a5a !important;
  max-width: 97% !important;
  color: #fff !important;
}
.seo-audit-section .seo-audit-form .wpforms-submit-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem !important;
}
.seo-audit-section .seo-audit-form .wpforms-submit-container .wpforms-submit {
  padding: 1rem 3rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #e40b3e !important;
  border: none;
  width: 250px;
  font-weight: 700;
  font-size: 18px;
}
.seo-audit-section .seo-audit-form .wpforms-submit-container .wpforms-submit:hover {
  border: none;
  color: #292929 !important;
  background-color: #ffffff !important;
}
.seo-audit-section .wpforms-confirmation-container-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000cc !important;
  border: none !important;
  box-sizing: border-box;
}
.seo-audit-section .wpforms-confirmation-container-full .thank-you-box {
  width: 500px;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
}
.seo-audit-section .wpforms-confirmation-container-full .thank-you-box .title {
  text-transform: uppercase;
  color: #292929;
  margin: 0 0 1.5rem;
}
.seo-audit-section .wpforms-confirmation-container-full .thank-you-box .text {
  font-size: 20px;
  letter-spacing: -0.76px;
  color: #5a5a5a;
  text-align: center;
}
.seo-audit-section .wpforms-confirmation-container-full .thank-you-box .done-btn {
  color: #fff;
  margin-top: 2rem;
  padding: 0.75rem 2.5rem;
  background-color: #e40b3e;
  border: navajowhite;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
}
.seo-audit-section .wpforms-confirmation-container-full .thank-you-box .img {
  width: 50px;
  height: 50px;
}

.process-slider-section {
  margin-top: 5rem;
  position: relative;
}

.process-slider-section .process-slider-arrows {
  display: flex;
  justify-content: space-between;
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: calc((100% - 1340px) / 2);
  width: 1340px;
  cursor: pointer;
}
.process-slider-section .process-slider-arrows .prev {
  margin-right: 3rem;
}
.process-slider-section .process-slider-arrows .process-arrow {
  color: #5a5a5a;
  transition: all 0.3s;
}
.process-slider-section .process-slider-arrows .process-arrow:hover {
  color: #e40b3e;
}

.process-slider-section .process-slider {
  overflow-x: hidden;
}
.process-slider-section .process-slider .slick-list {
  overflow: hidden;
}
.process-slider-section .process-slider .slick-track {
  display: flex;
}
.process-slider-section .process-slider .slider-item {
  margin: 4rem 0;
  width: 33%;
  outline: 0;
}
.process-slider-section .process-slider .slider-item:nth-child(even) {
  background-image: url("assets/images/a1.svg");
  background-repeat: no-repeat;
  background-position: 11rem 3rem;
}
.process-slider-section .process-slider .slider-item:nth-child(odd) {
  background-image: url("assets/images/a2.svg");
  background-repeat: no-repeat;
  background-position: 9rem 1rem;
}
.process-slider-section .process-slider .slider-item:last-child {
  background-image: none;
}
.process-slider-section .process-slider .slider-item h3 {
  font-size: 40px;
}
.process-slider-section .process-slider .slider-item p {
  font-size: 20px;
  padding-right: 2rem;
}

.error404 {
  height: calc(100vh - 65px);
}
.error404 .site {
  width: 100%;
  height: 100%;
}
.error404 .site-main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.error404 .site-main .img-404 {
  width: 40%;
}
.error404 .title-dot {
  margin: 0;
}
.error404 footer {
  display: none;
}
.error404 .red-btn {
  display: block;
  margin: auto;
  padding: 0.8rem 6rem;
}
.error404 .red-btn:hover {
  border: 1px solid #292929;
}

.title-text-towCol-section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.title-text-towCol-section .title-col {
  padding-right: 2rem;
  padding-left: 4rem;
  box-sizing: border-box;
}
.title-text-towCol-section .title-col .title-dot {
  margin-top: 0;
}
.title-text-towCol-section .title-col .img-logo {
  width: 100%;
}
.title-text-towCol-section .content-text {
  padding-left: 4.5rem;
  box-sizing: border-box;
}
.title-text-towCol-section .content-text > p {
  margin-top: 0;
}

.num-title-section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.num-title-section .title-dot {
  margin-top: 0;
}
.num-title-section .content {
  flex-wrap: wrap;
}
.num-title-section .content .box {
  padding-right: 3rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}
.num-title-section .content .box .number {
  margin: 0;
  font-size: 30px;
  letter-spacing: -1.14px;
  color: #292929;
  text-transform: uppercase;
  font-weight: 800;
}
.num-title-section .content .box .text {
  margin: 0.5rem 0 2rem;
  font-size: 20px;
  letter-spacing: -1.34px;
  color: #5a5a5a;
  font-weight: 600;
}

.single-our-work .site-footer .cta-sec {
  display: none;
}

.single-careers .site-footer .cta-sec,
.page-template-archive-careers .site-footer .cta-sec {
  display: none;
}

.single-our-work-sta {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  text-decoration: none;
}
.single-our-work-sta:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #292929;
  transition: all 0.5s;
}
.single-our-work-sta:hover::after {
  opacity: 0.5;
}
.single-our-work-sta .container {
  position: relative;
  z-index: 1;
}
.single-our-work-sta .small-text {
  letter-spacing: -0.68px;
  font-size: 18px;
  font-weight: 600;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000bd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  display: none;
}
.video-popup .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  background-color: #000;
  border-radius: 5px;
}
.video-popup .video-container .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.video-popup .video-container iframe {
  width: 100%;
  height: 100%;
}

.productions-result .box .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.productions-result .box .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  top: 0;
  left: 0;
  border-radius: var(--main-radius);
}
.productions-result .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productions-result .box .img .play-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  width: auto;
  height: auto;
  object-fit: none;
  cursor: pointer;
  z-index: 1;
}

.case-study-slider-sec {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 4rem 0;
}

.slider-container {
  margin-top: 3rem;
  width: calc(100% - 15rem);
  margin-left: 15rem;
}
.slider-container .case_study_slider {
  overflow: hidden;
}
.slider-container .case_study_slider .slick-track {
  display: flex;
}
.slider-container .case_study_slider .slide {
  padding: 2rem 1.5rem;
  outline: 0;
  background-color: #fff;
  margin: 1rem;
  box-sizing: border-box;
}
.slider-container .case_study_slider .slide .number {
  font-size: 60px;
  letter-spacing: -2.28px;
  margin: 0;
}
.slider-container .arrows-container {
  margin: 1rem;
}
.slider-container .arrows-container .next {
  font-size: 26px;
  padding-left: 0.5rem;
  cursor: pointer;
}
.slider-container .arrows-container .prev {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
}

.single-video-block {
  height: 85vh;
  width: 100%;
  padding: 2rem 0;
}
.single-video-block .single-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.filter-wrapper {
  font-size: 20px;
}
.filter-wrapper .txt {
  margin: 0;
  padding: 0 1rem;
}
.filter-wrapper .search-wrapper {
  border-bottom: 3px solid #777777;
  z-index: 1;
}
.filter-wrapper .search-wrapper .proinput {
  padding: 0 !important;
  margin: 0 !important;
}
.filter-wrapper .search-wrapper .orig {
  font-size: 20px !important;
  font-family: "ff-good-headline-web-pro", sans-serif !important;
  font-weight: 700 !important;
}
.filter-wrapper .search-wrapper .orig::placeholder {
  color: #777777 !important;
  font-size: 20px !important;
  font-family: "ff-good-headline-web-pro", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.filter-wrapper .select-wrapper .links {
  cursor: pointer;
  color: #e40b3e;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  outline: 0;
  border-bottom: 2px solid;
  padding-bottom: 0.25rem;
  background: transparent;
}

.blog-sec .blog-item {
  padding: 1rem 0.5rem 0.5rem;
  box-sizing: border-box;
}
.blog-sec .blog-item .blog-img {
  width: 100%;
  height: 350px;
}
.blog-sec .blog-item .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-sec .blog-item .blog-content {
  padding: 2rem 0 1rem;
}
.blog-sec .blog-item .blog-content .blog-cat {
  font-size: 20px;
  display: block;
}
.blog-sec .blog-item .blog-content .blog-date {
  font-size: 20px;
  color: #777777;
  margin: 0;
}
.blog-sec .blog-item .blog-title {
  display: block;
  text-decoration: none;
  font-size: 40px;
  color: #292929;
  letter-spacing: -2px;
  line-height: 1;
  min-height: 80px;
  width: 90%;
}
.blog-sec .blog-item .blog-btn {
  font-size: 1.25rem;
  padding: 2rem 0;
  text-decoration: none;
  display: block;
  color: #dbdbdb;
  transition: all 0.3s;
  position: relative;
  padding-left: 1rem;
  width: fit-content;
}
.blog-sec .blog-item .blog-btn:hover {
  color: #e40b3e;
}
.blog-sec .blog-item .blog-btn:before {
  content: "__";
  font-size: 30px;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 900;
  left: 0;
  top: 0;
  position: absolute;
  padding-top: 13px;
  letter-spacing: -1px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .page-numbers {
  text-decoration: none;
  font-size: 18px;
  color: #777777;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  transition: all 0.3s;
}
.pagination .page-numbers:hover {
  color: #e40b3e;
  text-decoration: underline;
}
.pagination .page-numbers.current {
  background-color: #e40b3e;
  color: #fff;
}
.pagination .page-numbers.current:hover {
  color: #fff;
}
.pagination .page-numbers.dots:hover {
  color: #777777;
  text-decoration: none;
}

.single-blog-content {
  padding: 3rem;
  letter-spacing: 0;
  color: #292929;
  font-size: 20px;
  font-weight: 500;
}
.single-blog-content h2 {
  font-size: 30px;
  color: #3c4c69;
  letter-spacing: -1.14px;
  padding: 2rem 0;
  font-weight: 700;
  margin: 0;
}
.single-blog-content h3 {
  font-size: 25px;
  color: #3c4c69;
  letter-spacing: -1.14px;
  padding: 2rem 0;
  font-weight: 700;
  margin: 0;
}
.single-blog-content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  padding: 2rem;
}
.single-blog-content a {
  color: #0084da;
  font-weight: bold;
  transition: all 0.3s;
}
.single-blog-content a:hover {
  color: #e40b3e;
}

.post-template-default.single.single-post #breadcrumbs {
  color: #142b4d;
}
.post-template-default.single.single-post #breadcrumbs a {
  color: #142b4d;
}
.post-template-default.single.single-post #breadcrumbs a:hover {
  color: #e40b3e;
}

.post-template-default.single.single-post.dark-mode {
  background: #313131;
  transition: all 1s;
}
.post-template-default.single.single-post.dark-mode #breadcrumbs {
  color: #fff;
}
.post-template-default.single.single-post.dark-mode #breadcrumbs a {
  color: #fff;
}
.post-template-default.single.single-post.dark-mode #breadcrumbs a:hover {
  color: #e40b3e;
}
.post-template-default.single.single-post.dark-mode header .site-header {
  background: #313131c5 !important;
  box-shadow: 0px 2px 10px 2px #ffffff1c;
}
.post-template-default.single.single-post.dark-mode header .site-header .custom-logo {
  filter: brightness(0) invert(1);
}
.post-template-default.single.single-post.dark-mode header .site-header .menu-icon:hover span {
  background-color: #e40b3e;
}
.post-template-default.single.single-post.dark-mode header .site-header .menu-icon span {
  background-color: #fff;
  transition: all 0.3s;
}
.post-template-default.single.single-post.dark-mode .single-blog-content,
.post-template-default.single.single-post.dark-mode h2,
.post-template-default.single.single-post.dark-mode h3,
.post-template-default.single.single-post.dark-mode p {
  color: #fff;
}
.post-template-default.single.single-post.dark-mode h2,
.post-template-default.single.single-post.dark-mode h3,
.post-template-default.single.single-post.dark-mode h2 span,
.post-template-default.single.single-post.dark-mode h3 span {
  font-weight: 700 !important;
}
.post-template-default.single.single-post.dark-mode a,
.post-template-default.single.single-post.dark-mode .site-footer .site-info .footer-menu ul li a,
.post-template-default.single.single-post.dark-mode .site-footer .site-info .sm-footer .sm-icon-footer {
  color: #fff;
  transition: all 0.3s;
}
.post-template-default.single.single-post.dark-mode a:hover,
.post-template-default.single.single-post.dark-mode .site-footer .site-info .footer-menu ul li a:hover,
.post-template-default.single.single-post.dark-mode .site-footer .site-info .sm-footer .sm-icon-footer:hover {
  color: #e40b3e;
}
.post-template-default.single.single-post.dark-mode .blog-cat,
.post-template-default.single.single-post.dark-mode .site-footer .site-info .footer-locations h3 {
  color: #e40b3e;
}
.post-template-default.single.single-post.dark-mode .share-icons .box a {
  color: #292929;
  transition: all 0.3s;
}
.post-template-default.single.single-post.dark-mode .share-icons .box a:hover {
  color: #e40b3e;
}
.post-template-default.single.single-post.dark-mode .share-icons.fix-share-box .box .icon:hover {
  color: #fff;
}
.post-template-default.single.single-post.dark-mode #newsletter_form .fields-group .blue-underline-btn {
  background-image: linear-gradient(to right, #e40b3e, #e40b3e 50%, #f6f7f9 50%);
}
.post-template-default.single.single-post.dark-mode #newsletter_form .fields-group .field-group {
  border-bottom: 1px solid #fff;
}
.post-template-default.single.single-post.dark-mode #newsletter_form label,
.post-template-default.single.single-post.dark-mode #newsletter_form input {
  color: #fff;
}

.mode-btn {
  position: fixed;
  left: 0rem;
  top: 70vh;
  transform: rotate(270deg);
}

.checkbox {
  display: none;
}

.switch {
  align-items: center;
  background-color: #e3e3e3;
  border-radius: 500px;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: space-between;
  padding: 0 1rem;
  position: relative;
  user-select: none;
  width: 100px;
}

.checkbox:checked ~ .switch {
  background-color: #e3e3e3;
}

.checkbox:not(:checked) ~ .switch {
  background-color: #e3e3e3;
}

.switch__left,
.switch__right {
  color: #292929;
  font-weight: 700;
}

.switch__circle {
  height: 20px;
  padding: 5px;
  position: absolute;
  transition: all 0.1s linear;
  width: 60px;
}

.checkbox:checked ~ .switch .switch__circle {
  left: 0;
  right: calc(100% - 30px);
}

.checkbox:not(:checked) ~ .switch .switch__circle {
  left: calc(100% - 70px);
  right: 0;
}

.switch__circle-inner {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 70px;
  display: block;
  height: 100%;
  width: 100%;
}

.employees-section .employees-row {
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: space-between;
}

.employees-section .employee-wrapper {
  padding: 2rem 0 0;
}
.employees-section .employee-wrapper .employee-img {
  height: 200px;
  width: 100%;
}
.employees-section .employee-wrapper .employee-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.employees-section .employee-wrapper .employee-name {
  font-size: 20px;
  margin: 10px auto 0;
}
.employees-section .employee-wrapper .position-name {
  font-size: 16px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .employees-section .employee-wrapper {
    padding: 2rem 0.25rem 0;
  }
  .employees-section .employee-wrapper .employee-img {
    height: 200px;
    width: 100%;
  }
}

body.push {
  position: relative;
  left: 0;
  overflow-x: hidden;
}
body.push header {
  margin-bottom: 0;
}
body.push header .site-header {
  position: absolute !important;
  background: transparent !important;
}
body.push header .site-header .custom-logo {
  filter: brightness(0) invert(1);
}
body.push header .site-header .menu-icon span {
  background-color: #fff;
}
body.push .contact-us-body {
  position: relative;
  width: 100vw;
  height: 100vh;
}
body.push .contact-us-body .map-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 1s;
}
body.push .contact-us-body .map-div.active {
  display: initial;
}
body.push .contact-us-body .map-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.push .contact-us-body .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.push .contact-us-body .content-wrapper .content-container {
  height: 100%;
  padding: 4rem 5rem 2rem;
}

body.push .contact-us-body .content-wrapper .locations {
  grid-template-columns: 25% 25% 25% 25%;
}
body.push .contact-us-body .content-wrapper .locations .location {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s;
  padding-right: 2rem;
  box-sizing: border-box;
}
body.push .contact-us-body .content-wrapper .locations .location.active {
  opacity: 1;
}
body.push .contact-us-body .content-wrapper .locations h3 {
  font-size: 40px;
  margin-bottom: 0;
}
body.push .contact-us-body .content-wrapper .locations p {
  font-size: 18px;
}

.push {
  transition: all 1s;
}

.backBtn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: fit-content;
  padding: 2rem;
}
form#hsForm_cd19ff8c-52a1-4aac-8be2-6253bc2bd6c9 {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}

.contact-us-menu {
  background-color: #f2f2f2;
  transition: all 0.8s;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 60%;
  height: 100vh;
  padding: 3rem 0;
  padding-left: 15rem;
  box-sizing: border-box;
  overflow: scroll;
}

.contact-us-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  width: 60% !important;
}
.contact-us-form form {
  width: 100% !important;
}
.contact-us-form form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
}

.wpforms-field {
  position: relative !important;
  text-transform: uppercase !important;
  margin: 0 16px !important;
  width: calc(50% - 32px) !important;
  height: 80px !important;
  margin-right: 0 !important;
}

.wpforms-field-textarea {
  width: calc(100% - 32px) !important;
  height: 170px !important;
}
.wpforms-field-textarea textarea {
  height: 100px !important;
  resize: none !important;
}
.wpforms-field-textarea .wpforms-field-label::after {
  width: 98% !important;
}

.wpforms-field-medium {
  position: absolute !important;
  margin: 48px 17px !important;
  width: 100% !important;
  border: none !important;
  font-family: "ff-good-headline-web-pro", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  font-style: normal !important;
  color: #292929 !important;
  background-color: transparent !important;
  text-transform: capitalize !important;
}
.wpforms-field-medium:focus {
  outline: none;
}
.wpforms-field-medium:focus + .wpforms-field-label .input-label-content {
  transform: translate3d(0, -90%, 0);
}

.wpforms-field-label {
  position: absolute !important;
  padding: 0 16px !important;
  margin: 35px 0 !important;
  width: 100% !important;
  height: calc(100% - 38px) !important;
  color: #777777 !important;
  font-family: "ff-good-headline-web-pro", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  font-style: normal !important;
}
.wpforms-field-label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #777777;
  transition: all 0.3s;
}

.input-label-content {
  position: relative;
  display: block;
  padding: 4px 0;
  width: 100%;
  transition: all 0.3s;
}

.input--filled .input-label-content {
  transform: translate3d(0, -90%, 0);
}

.wpforms-field-container .blue-underline-btn,
.contact-us-form .blue-underline-btn {
  margin: 2rem 1rem !important;
  text-decoration: none !important;
  font-size: 18px !important;
  color: #142b4d !important;
  border: none !important;
  border-bottom: 2px solid #142b4d !important;
  text-transform: uppercase !important;
  font-family: "ff-good-headline-web-pro", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  padding: 0.5rem 0.25rem !important;
  display: block !important;
  width: fit-content !important;
  cursor: pointer !important;
  outline: 0 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-image: linear-gradient(to right, #e40b3e, #e40b3e 50%, #142b4d 50%) !important;
  background-size: 201% 100% !important;
  background-position: 100% !important;
  transition: all 0.5s !important;
}
.wpforms-field-container .blue-underline-btn::after,
.contact-us-form .blue-underline-btn::after {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  padding-left: 2rem !important;
}
.wpforms-field-container .blue-underline-btn:hover,
.contact-us-form .blue-underline-btn:hover {
  transition: all 0.3s !important;
  background-position: 0% !important;
  border-bottom: 2px solid #e40b3e !important;
}

.wpforms-form label.wpforms-error {
  position: absolute;
  bottom: -2rem;
}

div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
  text-transform: uppercase !important;
}

.push-left {
  left: -60%;
}
.push-left.pushleft-open {
  left: 0;
}

.push-toleft {
  left: 60% !important;
}

#wpforms-form-10058 .wpforms-field-label {
  color: #292929 !important;
  font-size: 18px !important;
}
#wpforms-form-10058 .wpforms-field-label .input-label-content {
  color: #292929 !important;
  font-size: 18px !important;
}

#wpforms-form-10058 .wpforms-field-checkbox,
#wpforms-form-10058 .wpforms-field-radio {
  height: auto !important;
  width: 100% !important;
}
#wpforms-form-10058 .wpforms-field-checkbox ul .depth-1,
#wpforms-form-10058 .wpforms-field-radio ul .depth-1 {
  display: flex !important;
  margin-left: 2rem !important;
}
#wpforms-form-10058 .wpforms-field-checkbox .wpforms-field-label,
#wpforms-form-10058 .wpforms-field-radio .wpforms-field-label {
  height: auto !important;
  position: initial !important;
}
#wpforms-form-10058 .wpforms-field-checkbox .wpforms-field-label:after,
#wpforms-form-10058 .wpforms-field-radio .wpforms-field-label:after {
  display: none !important;
}
#wpforms-form-10058 .wpforms-field-checkbox .wpforms-field-label .input-label-content,
#wpforms-form-10058 .wpforms-field-radio .wpforms-field-label .input-label-content {
  color: #292929 !important;
  font-size: 18px !important;
}
@media (max-width: 1280px) {
  .share-icons {
    padding-bottom: 1rem !important;
  }
  .container {
    width: 100%;
    padding: 0 1rem;
  }
}

.careers-section {
  padding: 6rem;
}
.careers-section .box {
  padding-right: 3rem;
  box-sizing: border-box;
}
.careers-section .box .position-name {
  font-size: 40px;
  text-transform: capitalize;
  letter-spacing: -1.52px;
  color: #292929;
  margin: 0;
  margin-bottom: 1rem;
}
.careers-section .box .desc {
  font-size: 20px;
  letter-spacing: -1.34px;
  color: #5a5a5a;
}

.single-careers .html-editor {
  letter-spacing: -0.76px;
  color: #292929;
  font-size: 20px;
  font-weight: 600;
}
.single-careers .html-editor h2 {
  font-size: 30px;
  color: #3c4c69;
  letter-spacing: -1.14px;
  padding: 2rem 0;
  font-weight: 700;
  margin: 0;
}
.single-careers .html-editor h3 {
  font-size: 25px;
  color: #3c4c69;
  letter-spacing: -1.14px;
  padding: 2rem 0;
  font-weight: 700;
  margin: 0;
}
.single-careers .html-editor img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  padding: 2rem;
}
.single-careers .html-editor a {
  color: #292929;
  font-weight: bold;
  transition: all 0.3s;
}
.single-careers .html-editor a:hover {
  color: #e40b3e;
}

.share-icons {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-icons .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem;
  border-radius: 4px;
  background-color: #fffc;
  transition: all 0.3s;
}
.share-icons .box .icon {
  font-size: 18px;
  letter-spacing: -0.68px;
  color: #292929;
  margin: 0.5rem 0;
  transition: all 0.3s;
}
.share-icons .box .icon:hover {
  color: #e40b3e;
}
.share-icons.fix-share-box .box {
  background-color: #e40b3e;
}
.share-icons.fix-share-box .box .icon {
  color: #fff;
}
.share-icons.fix-share-box .box .icon:hover {
  color: #292929;
}

.careers-coontent {
  padding: 3rem 0;
}
.careers-coontent .images {
  display: flex;
  height: 55vh;
}
.careers-coontent .images .large {
  width: 80%;
}
.careers-coontent .images .large .large-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-coontent .images .small {
  width: calc(30% + 4rem);
  height: 100%;
  margin-top: 4rem;
  margin-left: -4rem;
}
.careers-coontent .images .small .small-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-coontent .images-text {
  padding: 3rem 0;
  font-size: 20px;
  font-weight: 600;
  width: 60%;
}

.seo-results-section .arrows-wrapper {
  margin-bottom: 3rem;
}
.seo-results-section .arrows-wrapper img {
  width: 15px;
}
.seo-results-section .arrows-wrapper .arrows-text {
  font-size: 18px;
}
.seo-results-section .arrows-wrapper .seo-results-btn {
  margin: 0 4rem;
}

.seo-results-section .all-boxes-wrapper {
  max-height: calc(250px + 3rem);
  overflow: hidden;
  transition: all 0.5s;
}
.seo-results-section .all-boxes-wrapper.active {
  max-height: 35rem;
}
.seo-results-section .all-boxes-wrapper.active .before-seo-boxes {
  transform: translateY(100%);
  transition: all 1s;
}
.seo-results-section .all-boxes-wrapper.active .after-seo-boxes {
  transform: translateY(-100%);
  transition: all 1s;
}
.seo-results-section .all-boxes-wrapper .seo-boxes .box {
  position: relative;
  width: 250px;
  height: 235px;
  background-color: #ffffff;
  margin: 1.5rem 1rem;
}
.seo-results-section .all-boxes-wrapper .seo-boxes .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo-results-section .all-boxes-wrapper .seo-boxes .box .box-content {
  position: absolute;
  padding: 0 1rem;
  box-sizing: border-box;
}
.seo-results-section .all-boxes-wrapper .seo-boxes .box .box-content .box-number {
  font-size: 30px;
  margin-bottom: 0;
}
.seo-results-section .all-boxes-wrapper .seo-boxes .box .box-content .box-text {
  font-size: 20px;
  margin-top: 0;
}
.seo-results-section .all-boxes-wrapper .before-seo-boxes {
  transform: translateY(0);
  transition: all 1s;
}
.seo-results-section .all-boxes-wrapper .after-seo-boxes {
  transform: translateY(0);
  transition: all 1s;
}

.seo-results-section .switch {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 25px;
  border-radius: 20px;
  background: #e40b3e;
  transition: all 0.3s;
  cursor: pointer;
}
.seo-results-section .switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}

.seo-results-section input:checked + .switch {
  background: #3294a8;
}
.seo-results-section input:checked + .switch::before {
  left: calc(100% - 23px);
}

.the-result-seo .all-boxes-wrapper {
  overflow: initial;
  max-height: 100% !important;
  width: 100% !important;
}
.the-result-seo .all-boxes-wrapper .seo-boxes .box {
  width: 22%;
}

.boxes {
  display: flex;
  justify-content: space-between;
}

.boxes .item {
  color: #8b8b8b;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 12px;
  margin: 0.25rem;
}

.boxes .item.active,
.boxes .item:hover {
  background-color: #ff214f;
  color: #fff;
}

.boxes .item .img {
  transition: all 0.3s;
}

.boxes .item.active .img,
.boxes .item:hover .img {
  filter: contrast(10.5);
}

.boxes .item .title {
  margin: 0;
}

.header .content {
  width: 55%;
  padding: 1rem;
  box-sizing: border-box;
}

.header .img {
  width: 45%;
  padding: 1rem;
  box-sizing: border-box;
}

.header .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .boxes {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem;
  }
  .boxes .item {
    width: 50%;
  }
  .header {
    flex-wrap: wrap;
  }
  .header .content {
    width: 100%;
    order: 2;
    padding: 2rem;
  }
  .header .img {
    width: 100%;
    order: 1;
    padding: 2rem;
  }
  .process-slider-section .d-flex {
    flex-wrap: wrap;
  }
  label.wpforms-error {
    position: absolute !important;
    bottom: 0 !important;
  }
  .content-text img {
    width: 100%;
    object-fit: contain;
    height: 30vh;
  }
  div.wpforms-container-full
    .wpforms-form
    .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
    overflow-x: visible !important;
  }
  #wpforms-10058 {
    width: 100% !important;
  }
  #wpforms-10058 .wpforms-field {
    width: 100% !important;
    margin: 0 !important;
  }
  #wpforms-10058 .wpforms-field-text,
  #wpforms-10058 .wpforms-field-textarea {
    height: 100px !important;
  }
  #wpforms-10058 .wpforms-field-medium {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #wpforms-10058 .wpforms-field-label {
    height: calc(100% - 55px) !important;
  }

  .process-slider-section .process-slider-arrows {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0 1rem;
  }
}

@media (min-width: 1600px) {
  .page-header {
    height: 60vh;
  }
  .intro-section .intro-img img {
    min-height: 45vh;
  }
  .slider-container {
    margin-top: 9rem;
    width: calc(100% - 24rem);
    margin-left: 24rem;
  }
  .case-study-slider-sec .title-block {
    margin-bottom: -6rem;
    margin-top: 6rem;
  }
  .case-study-slider-sec {
    background-size: auto 100%;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .container {
    box-sizing: border-box;
    width: 100%;
  }
  .title-dot {
    font-size: 42px;
    margin: 2rem 0 1rem;
  }
  .site-header {
    width: 100vw;
  }
  .site-header .container {
    width: 100%;
  }
  .main-navigation {
    justify-content: flex-start;
    padding: 5rem 2rem 2rem;
    box-sizing: border-box;
  }
  .main-navigation .close-menu-btn {
    top: 2.5rem;
    right: 2rem;
  }
  .main-navigation .container {
    width: 100%;
  }
  .main-navigation .container.d-flex {
    flex-wrap: wrap;
  }
  .main-navigation .information-boxes {
    display: none;
  }
  .main-navigation .menu-brief {
    display: none;
  }
  .main-navigation .sm-container {
    display: none;
  }
  .main-navigation #primary-menu li a {
    font-size: 28px;
  }
  .main-navigation #primary-menu li:after {
    line-height: 0.8;
  }
  .main-navigation #primary-menu li .sub-menu .back-btn {
    margin-bottom: 0;
  }
  .page-header {
    width: 100%;
    min-height: 60vh;
    padding: 0;
  }
  .page-header:after {
    width: 100%;
    left: 0;
  }
  .page-header .content {
    height: auto;
  }
  .page-header .content .p-5 {
    padding: 2rem;
  }
  .page-header .content .h2-title-wrapper {
    overflow: visible;
  }
  .page-header .content .inner-container .subtitle {
    width: 100%;
    font-size: 45px;
    word-break: keep-all;
  }
  h1.subtitle{
    word-break: break-word;
  }
  .page-header .content .inner-container .header-box {
    display: none;
  }
  .page-header .white-underline-btn {
    margin-top: 3rem;
  }
  .site-footer .cta-sec {
    height: auto;
  }
  .site-footer .cta-sec .container {
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-footer .cta-sec .container .cta-content {
    order: 2;
    padding-top: 2rem;
  }
  .site-footer .cta-sec .container .cta-content .red-btn {
    margin-top: 2rem;
  }
  .site-footer .cta-sec .container .cta-img {
    order: 1;
  }
  .site-footer .cta-sec .container .cta-img img {
    height: 300px;
    margin-top: -5rem;
  }
  .site-footer .site-info .d-flex {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .site-footer .site-info .d-flex .w-3 {
    padding: 0;
    text-align: center;
  }
  .site-footer .site-info .sm-footer .sm-icon-footer:last-child {
    padding-right: 0;
  }
  #newsletter_form {
    padding: 2rem;
    box-sizing: border-box;
    text-align: left;
  }
  #newsletter_form .fields-group .blue-underline-btn {
    right: 2rem;
  }
  .blog-sec {
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 2rem;
  }
  .blog-sec .blog-item .blog-img {
    height: 250px;
  }
  .blog-sec .blog-item .blog-title {
    width: 100%;
  }
  .case-study-sec .box .img {
    height: 250px;
  }
  .employees-section {
    padding: 2rem;
  }
  .employees-section .employees-row {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
  .testimonials-section {
    padding: 2rem;
    box-sizing: border-box;
  }
  .testimonials-section .single-testimonial {
    width: 100%;
    padding: 1rem;
  }
  .boxes-with-number {
    flex-wrap: wrap;
    padding: 2rem;
  }
  .boxes-with-number.blue .box,
  .boxes-with-number.black .box {
    width: 100%;
    padding: 1rem 0;
  }
  .multi-columns {
    padding: 2rem;
  }
  .multi-columns .content-text {
    padding: 0;
  }
  .services-sec {
    padding: 0 2rem;
  }
  .services-sec .box {
    padding: 1rem 0 0;
  }
  .services-sec .box .d-flex {
    flex-wrap: wrap;
  }
  .services-sec .box .d-flex .content {
    padding: 1rem 0;
  }
  .services-sec .box .d-flex .blue-btn {
    padding: 0.25rem 0;
  }
  .title-block {
    padding: 0 2rem;
  }
  .intro-section {
    flex-wrap: wrap;
    padding: 2rem;
  }
  .intro-section .intro-content {
    order: 2;
    width: 100%;
  }
  .intro-section .intro-content .intro-text {
    width: 100%;
    margin-top: 2rem;
  }
  .intro-section .intro-img {
    order: 1;
    margin-bottom: 1rem;
  }
  .intro-section .intro-img img {
    padding: 0;
    min-height: 45vh;
  }
  .intro-section.left .intro-img img {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .content-text {
    padding: 0 1rem;
  }
  .clients-slider-section,
  .testimonials-section .testimonials-slider {
    overflow: hidden;
  }
  .partners-section {
    margin-top: 0;
  }
  .partners-section .d-flex {
    flex-wrap: wrap;
    padding: 0 2rem 2rem;
  }
  .partners-section .d-flex .logos-wrapper {
    width: 100%;
    order: 2;
    padding: 0;
  }
  .partners-section .d-flex .logos-wrapper::before {
    display: none;
  }
  .partners-section .d-flex .logos-wrapper .d-flex {
    padding: 1rem;
  }
  .partners-section .d-flex .logos-wrapper .slider {
    width: 50%;
    overflow: hidden;
  }
  .partners-section .d-flex .logos-wrapper .slider .logo {
    padding: 1rem;
  }
  .partners-section .d-flex .partners-content {
    width: 100%;
    order: 1;
    padding: 1rem 0;
  }
  .awards-section {
    padding: 1rem;
  }
  .awards-section .awards-title {
    flex-wrap: wrap;
  }
  .awards-section .awards-boxes {
    flex-wrap: wrap;
  }
  .awards-section .awards-boxes .box {
    width: 100%;
    margin-top: 1rem;
  }
  .awards-section .awards-boxes .box h3 {
    padding: 3rem 2rem;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .awards-section .awards-list .list-row {
    grid-template-columns: 100%;
  }
  .share-icons {
    padding: 0rem;
  }
  .mode-btn {
    left: -2.9rem;
  }
  .filter-wrapper {
    flex-wrap: wrap;
    padding: 2rem;
  }
  .filter-wrapper .search-wrapper {
    width: 100%;
    margin: 1rem 0;
  }
  .filter-wrapper .select-wrapper {
    flex-wrap: wrap;
  }
  .filter-wrapper .select-wrapper .links {
    margin: 0 0 1rem;
    width: 100%;
  }
  .filter-wrapper .select-wrapper .txt {
    padding: 1rem 0;
  }
  body.push .contact-us-body .content-wrapper .content-container {
    padding: 2rem;
    display: block;
  }
  body.push .contact-us-body .content-wrapper .content-container .contact-us-text {
    width: 100%;
  }
  body.push .contact-us-body .content-wrapper .content-container .locations {
    grid-template-columns: 100%;
  }
  .contact-us-menu {
    width: 100vw;
    height: 100%;
    padding: 2rem;
    box-sizing: border-box;
    justify-content: end;
  }
  .contact-us-menu .wpforms-field-label {
    margin: 0 !important;
  }
  .contact-us-menu .contact-us-form {
    margin: 0;
    width: 100% !important;
  }
  .contact-us-menu .wpforms-field {
    width: 100% !important;
    margin: 0 !important;
  }
  .contact-us-menu .wpforms-field-medium {
    margin: 0 !important;
  }
  .push-left {
    left: -100%;
  }
  .backBtn {
    width: 100%;
  }
  .careers-section {
    padding: 0 2rem;
  }
  .careers-section .box {
    padding: 0rem 0 2rem;
  }
  .career-filter {
    flex-wrap: wrap;
    padding: 2rem;
  }
  .career-filter .filter-wrapper {
    padding: 0;
  }
  .career-filter .filter-wrapper form {
    width: 100%;
  }
  .careers-coontent .images .large {
    width: 100%;
  }
  .careers-coontent .images .small {
    display: none;
  }
  .careers-coontent .images-text {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
  }
  .services-under-seo .box {
    flex-wrap: wrap;
    padding: 3rem 2rem;
  }
  .seo-audit-section .seo-audit-form {
    padding: 3rem 2rem;
  }
  .seo-audit-section .seo-audit-form .wpforms-field-container {
    flex-wrap: wrap;
  }
  .seo-audit-section .seo-audit-form .wpforms-field-container .form-field {
    width: 100% !important;
  }
  .services-boxes-section {
    padding: 2rem;
  }
  .services-boxes-section .box {
    padding-right: 0;
  }
  .services-boxes-section .box .links {
    padding-right: 0;
  }
  .services-boxes-section .box .links .blue-btn {
    padding: 0.25rem 0;
  }
  #custom_form_apply_job {
    width: 100% !important;
    padding: 2rem 1rem;
    box-sizing: border-box;
  }
  #custom_form_apply_job .fields-group {
    flex-wrap: wrap;
  }
  #custom_form_apply_job .fields-group .field-group {
    width: 100% !important;
  }
  .single-careers .html-editor .container {
    padding: 0 2rem;
  }
  .single-careers .html-editor h2 {
    padding: 2rem 0 0;
  }
  .seo-results-section {
    width: 100%;
    overflow-x: hidden;
  }
  .seo-results-section .switch {
    width: 2rem;
  }
  .seo-results-section .arrows-wrapper .seo-results-btn {
    margin: 0 2rem;
  }
  .seo-results-section .all-boxes-wrapper {
    max-height: calc((235px + 3rem) * 3);
    flex-direction: row;
    width: 200%;
  }
  .seo-results-section .all-boxes-wrapper.active {
    max-height: calc((235px + 3rem) * 3);
  }
  .seo-results-section .all-boxes-wrapper.active .before-seo-boxes {
    transform: translateX(100%);
  }
  .seo-results-section .all-boxes-wrapper.active .after-seo-boxes {
    transform: translateX(-100%);
  }
  .seo-results-section .all-boxes-wrapper .before-seo-boxes {
    flex-direction: column;
    align-items: center;
    transform: translateX(0);
    width: 50%;
  }
  .seo-results-section .all-boxes-wrapper .after-seo-boxes {
    flex-direction: column;
    align-items: center;
    transform: translateX(100%);
    width: 50%;
  }
  .the-result-seo .all-boxes-wrapper .seo-boxes .box {
    width: 100%;
  }
  .btn-container {
    padding: 1rem 2rem;
  }
  .process-slider-section .container {
    padding: 2rem;
  }
  .post-template-default.single.single-post #breadcrumbs {
    padding: 0 3rem;
  }
  .error404 .site-main .img-404 {
    width: 100%;
  }
  .title-text-towCol-section {
    padding: 3rem 1rem 2rem;
  }
  .title-text-towCol-section .title-col {
    padding-right: 0;
    padding-left: 0;
  }
  .title-text-towCol-section .title-col .img-logo {
    margin-top: 2rem;
    width: 80%;
  }
  .title-text-towCol-section .title-col .title-block {
    padding: 0;
  }
  .title-text-towCol-section .content-text {
    padding: 2rem 0 0;
  }
  .title-text-towCol-section .d-flex {
    flex-wrap: wrap;
  }
  .case-study-slider-sec {
    background-size: cover;
    padding: 4rem 1rem !important;
  }
  .case-study-slider-sec .title-block {
    padding: 0;
    margin: 0;
  }
  .slider-container {
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
  }
  .num-title-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
  }
  .num-title-section .d-flex {
    flex-wrap: wrap;
  }
  .num-title-section .title-block {
    padding: 2rem 0;
  }
}

@media (max-width: 500px) {
  .employees-section {
    padding: 2rem;
  }
  .employees-section .employees-row {
    grid-template-columns: 50% 50%;
  }

  body.push .contact-us-body .content-wrapper .content-container .contact-us-text {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 350px) {
  .employees-section .employees-row {
    grid-template-columns: 100%;
  }
}

.seo-audit-section .seo-audit-form .wpforms-field-label:after {
  display: none !important;
}

.site-tel {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  margin-top: 3rem;
  display: block;
}
.on-mobile {
  display: none;
}

@media (max-width: 768px) {
  .on-mobile {
    display: flex !important;
  }
  .site-tel {
    margin-top: 6rem;
  }
  .main-navigation { 
    padding: 2rem 2rem 2rem;
  }
  .main-navigation .on-mobile.sm-container {
    justify-content: flex-start;
  }
}

.contact-us-form .wpforms-field input {
  max-width: 100% !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.wpforms-error.mailcheck-error {
  display: none !important;
}
label.wpforms-error {
  position: absolute !important;
  bottom: -2rem !important;
}
.contact-us-form .wpforms-field input {
  margin: 2rem 0 !important;
}
.service-footer {
  text-decoration: none;
  color: #777777;
  font-size: 17px;
  font-weight: 700;
  transition: 0.2s all;
  cursor: pointer;
}
.service-footer:hover {
  color: #eb244e;
}
.address-footer {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -0.68px;
  color: #777777;
  font-weight: 600;
  margin: 0.25rem 0;
  line-height: 1.2;
}

.address-footer:hover,
.contact-us-address:hover,
.careers-section ul li .parent:hover {
  text-decoration: underline;
  color: #eb244e;
}

.contact-us-address {
  text-decoration: none;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  opacity: 0.8;
}

.sitemap-url {
  letter-spacing: -0.68px;
  color: #777777;
  font-weight: 500;
  margin: 0.25rem 0;
  text-decoration: none;
  font-size: 2rem;
  padding-left: 2rem;
}

.careers-section ul li {
  margin-bottom: 5px;
  list-style: none;
}

.careers-section ul li .parent {
  font-size: 2.5rem;
  font-weight: 600;
  padding-left: 0 !important;
}

.careers-section ul li .child::before {
  content: "-";
  color: #eb244e;
  margin-right: 5px;
}

.careers-section ul li .child:hover {
  color: #eb244e;
}

@media (max-width: 576px) {
  .author-section {
    /* gap: 3rem; */
    /* max-width: calc(100% - 40px); */
  }

  .author-section .author-image img {
    object-fit: cover;
    border-radius: 50%;
    max-width: 100%;
  }

  .container {
    width: 100%;
  }
  form#hsForm_cd19ff8c-52a1-4aac-8be2-6253bc2bd6c9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 458px) {
  .author-section {
    gap: -11px;
    /* max-width: 100%; */
  }
  .author-section .author-image img {
    object-fit: cover;
    border-radius: 50%;
    max-width: 100%;
    margin-left: -1.5rem;
  }

  .author-section .author-info h3 {
    font-size: 22px;
  }
  .author-section .author-info h4 {
    font-size: 14px;
  }
  .author-section .author-info p {
    font-size: 12px;
  }
}
.single-post.postid-11305 .author-section,
.single-post.postid-11305 .mejs-controls,
.single-post.postid-11380 .author-section,
.single-post.postid-11380 .mejs-controls,
.single-post.postid-11389 .author-section,
.single-post.postid-11389 .mejs-controls {
  display: none;
}
.postid-11305.post-template-default.single.single-post.dark-mode .w-2 p {
  color: #000;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .d-flex-mb {
    display: block !important;
  }
  .postid-11380 .single-blog-content img,
  .postid-11389 .single-blog-content img {
    padding: 0;
    text-align: center;
  }
}
.contact-us-menu .button {
  text-decoration: none;
  font-size: 18px;
  color: #142b4d;
  border: none;
  border-bottom: 2px solid #142b4d;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.5rem 0.25rem;
  display: block;
  width: fit-content;
  cursor: pointer;
  outline: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e40b3e, #e40b3e 50%, #142b4d 50%);
  background-size: 201% 100%;
  background-position: 100%;
  transition: all 0.5s;
}

.hbspt-form .input {
  margin: 0;
}
.hbspt-form input[type="submit"] {
  text-decoration: none;
  font-size: 18px;
  color: #e40b3e;
  border: none;
  border-bottom: 2px solid #e40b3e;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.5rem 0.25rem;
  display: block;
  width: fit-content;
  cursor: pointer;
  outline: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #e40b3e 0%, #e40b3e 50%, #e40b3e 50%, #e40b3e 100%); 
  background-image: -moz-linear-gradient(left, #e40b3e 0%, #e40b3e 50%, #e40b3e 50%, #e40b3e 100%); 
  background-image: linear-gradient(to right, #e40b3e 0%, #e40b3e 50%, #e40b3e 50%, #e40b3e 100%);
  background-size: 201% 100%;
  background-position: 100%;
  transition: all 0.5s;
  margin: 2rem 0;
  float: left;
}

.hbspt-form label {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}

.social-box a {
  width: 48px;
  height: 48px;
  color: #152744;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}


.social-box a:hover {
  color: #000;
}


.hbspt-form input[type="text"] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #777777;
  color: #777777;
  outline: 0;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0.5rem 0;
}

.hbspt-form input[type="tel"] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #777777;
  color: #777777;
  outline: 0;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0.5rem 0;
}
ol,
ul,
.hbspt-form ol,
ul {
  overflow-wrap: break-word;
  list-style-type: none;
  padding-left: 10px;
}

.hbspt-form input[type="email"] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #777777;
  color: #777777;
  outline: 0;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0.5rem 0;
}

.hbspt-form input[type="number"] {
  border: none;
  border-bottom: 1px solid #777777;
  background-color: transparent;
  font-size: 16px;
  color: #777777;
  outline: 0;
  width: 100%;
  padding: 0.5rem 0;
}

.hbspt-form input[type="file"] {
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #777777;
  outline: 0;
  width: 100%;
  padding: 0.5rem 0;
}

.hbspt-form ul {
  list-style-type: none;
  padding-left: 3px;
}

.hbspt-form textarea {
  background-color: transparent;
  border: none;
  outline: 0;
  margin-right: 5px;
}

#gt-country-filter-form select {
  text-transform: capitalize;
  min-height: 30px;
  padding: 10px 20px;
  color: #848484;
  border: 0;
  border-bottom: 2px solid #848484;
  background: none;
}

#gt-country-filter-form select:focus-visible {
  border: 0;
  border-bottom: 2px solid #e40b3e;
}

/* GOOGLE REVIEW STYLE FORM */
.form-content-review {
  padding: 1rem;
  box-shadow: none;
  border: none;
}

.form-review-function {
  padding-left: 1rem;
  padding-bottom: 2rem;
}

.google-form-group {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;

}

.google-form-group>label {
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
}

.display-grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  text-transform: uppercase;
  font-size: small;
}

@media screen and (max-width:600px) {
  .display-grid-container{
    grid-template-columns: auto;
  }
}

.display-grid-review-google-calc {
  margin-left: 2rem;
  display: grid;
  grid-template-columns: auto;
}

.display-grid-reviw{
  display: grid;
  grid-template-columns: auto;
}

.google-form-group:last-child {
  text-align: center;
  padding: 4rem;
  background: #c3c3c3;
}

.google-form-group:last-child label {
  color: #fff;
  font-size: 2rem;
}

.google-calculator-form-group {
  margin-top: 2rem;
}

.google-calculator-form-group p label{
  font-size: 17px;
  color:#5A5A5A;
  font-weight: 500;
}

input.review-input-google-calc, input.review-input {
  padding: 0.6rem 0 !important;
  border: 1px solid #d2cdcd;
  background: transparent;
  text-align: center;
  outline: 0;
  width: 100%;
  border-radius: 5px;

  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
}

.google-form-group:last-child .review-input-google-calc, .review-input {
  border: none;
  font-size: 2rem;
  color: #2d2d2d;
}

.display-grid-review-google-calc #rs-range-line #revalue,
.display-grid-review-google-calc #rs-range-line #avg_value{
  padding: 15px;
}

input.review-input-google-calc:focus, input.review-input:focus {
  outline: none;
}

.error-valid {
  color: #ff1c1cc7;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.4s ease;
}

.error-valid.active {
  opacity: 1;
}

.error-valid::before {
  content: '*';
  color: #777777;
  padding-right: 3px;
}

@media (max-width: 768px) {
	.google-form-group{
		align-items:unset;
	}
	input.review-input{
		width:80%;
	}
}

@media (max-width: 576px) {
	.display-grid-reviw{
		display:block;
	}
	.display-grid-review-google-calc{
		display:block;
	}
	.google-form-group:last-child{
		padding: 2rem;
	}
}

@media (min-width: 1024px) {
	.author-image{
      margin-right:-5.5rem;
    }
}

.support{
  margin-top: 1rem;
}

.support .icon-question{
  background: #3C4C69;
  margin-right: 8px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  width: 12px;
  border-radius: 50%;
  color: #fff;
  height: 12px;
}

.dark-mode .support .icon-question{
  color: #3C4C69;
  background: #fff;
}

.dark-mode input.review-input-google-calc{
  color: #FFFFFF;
}

.support span{
  font-size: small;
}

.box-minmax {
  margin-top: 30px;
  width: 608px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: black;
}

.box-minmax span:first-child {
  margin-left: 10px;
}

.range-slider {
  width: 100%;
}

.rs-range {
  width: 100%;
  -webkit-appearance: none;
}

.rs-range:focus {
  outline: none;
}

.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: black;
  border-radius: 0px;
  border: 0px solid #010101;
}

.rs-range::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0px;
  border: 0px solid #010101;
}

.rs-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 10px;
  width: 10px;
  background: #3c4c69;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}

.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}

.rs-range::-moz-focus-outer {
  border: 0;
}

.rs-label {
  position: relative;
  transform-origin: center center;
  display: block;
  width: 90px;
  color: white;
  background: #3C4C69;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border: 2px solid;
  margin-top: 20px;
  margin-left: -35px;
  left: attr(value);
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  padding: 5px;
  font-size: small;
}

.rs-label #minus,
.rs-label #plus,
.rs-label #avg_minus,
.rs-label #avg_plus{
  cursor: pointer;
}

.rs-label::after {
  content: "";
  width: 10px;
  height: 20px;
  background-color: #3c4c69;
  display: block;
  letter-spacing: 0.07em;
  position: absolute;
  top: 55%;
  left: 45%;
  transform: rotate(45deg);
  z-index: -2222;
}

.result-grid,
.result-container {
  display: grid;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.progress-circle {
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 15rem;
  margin: 4rem 2rem 0;
  position: relative;
  width: 15rem;
}

.progress-circle:before {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  content: 'result: \A ' attr(value);
  white-space: pre;
  display: flex;
  font-size: 3rem;
  justify-content: center;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  transition: transform 0.2s ease;
  font-weight: bold;
  color: #3C4C69;
  text-align: center;
  overflow: hidden;
  font-size: 130%;
}

.dark-mode .progress-circle:before{
	color:#fff
}

.dark-mode .progress-circle:before{
	background-color:#313131
}

.progress-circle:after {
  background-color: #E40B3E;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
}

#calculate {
  padding: 0.6rem;
  background-color: #d2cdcd;
  color: white;
  border: none;
  width: 50%;
  cursor: pointer;
}


.progress-circle[data-progress="0"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #E40B3E 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="100"]:after {
  background-image: linear-gradient(90deg, #E40B3E 50%, transparent 50%, transparent), linear-gradient(270deg, #E40B3E 50%, #ddd 50%, #ddd);
}

.faq {
  padding: 60px 0px;
}

.accordion {
  width: 100%;
  margin: 5px auto;
  color: #292929;
  background-color: transparent; 
}

.accordion .faq-container {
  position: relative;
  margin: 10px 10px;
}

.accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: 30px;
  color: #292929;
  cursor: pointer;
}

.accordion .label::before {
  content: '';
  background-image: url(assets/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #292929;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 30px;
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #292929;
  border-radius: 50px;
  transition: content 1s ease-in-out;
  -webkit-transition: content 1s ease-in-out;
  -moz-transition: content 1s ease-in-out;
  -ms-transition: content 1s ease-in-out;
  -o-transition: content 1s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.accordion .content {
  position: relative;
  background: transparent;
  height: 0;
  font-size: 20px;
  text-align: justify;
  width: 780px;
  overflow: hidden; 
  font-size: 1rem;
  font-weight: 300;
  color: #828384; 
}


.accordion h1 {
  width: 100;
  margin-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe1e3;
}

.accordion .faq-container.active .label::before {
  content: '';
  background-image: url(assets/images/minus.svg);
  background-position: center;
  background-repeat: no-repeat;   
  position: absolute;
  top: 50%;
  right: 5px; 
  transform: translateY(-50%); 
  text-align: center;
  width: 20px;
  height: 20px;
}

.accordion-body {
  margin: 0 auto;
  font-family: Arial;
}

.accordion-title h1 {
  font-family: Arial;
  color: #707070;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: normal;
  font-size: 60px;
}

.faq-container .label {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0rem 1rem 0rem;
  color: #292929;
  font-size: 18px;
  font-weight: 900;
  border-bottom: 1px solid #dfe1e3;
  text-decoration: none;
  cursor: pointer;

}

.faq-container .label:hover {
  color: #000000;
}

.accordion .faq-container.active .content {
  overflow: hidden;
  opacity: 1;
  max-height: 100%; 
  font-size: 15px;
  font-weight: 300;
  color: #828384;
  width: 100%;
  height: 100%;
  padding: 5px 2rem 1rem 0rem;  
  border-bottom: 1px solid #dfe1e3;
}

.faq-container.active .label {
  border-bottom: none;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.faq br {
  display: contents;
}
@media (max-width: 768px) {
  .faq-container .label { 
    padding: 1rem 0rem 1rem 0rem; 
    font-size:14px;
}

.faq-container .label p{
  width: 94%;
}

  .accordion .faq-container.active .content {  
    padding: 1rem 1rem 0rem 0rem;
    padding-bottom: 2rem;
    padding-top: 5px; 
}

}

/* for safari scroll overflow-x issue */
.slick-slider {
  -webkit-overflow-scrolling: touch;
}

.slick-list {
  -webkit-overflow-scrolling: touch;
}
/* Additional styles specific to Safari */
@supports (-webkit-touch-callout: none) {
  .slick-list {
    overflow: hidden;
  }
}
/* Fix Slick carousel overflow in Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .slick-list {
    overflow: hidden;
  }
}
#primary{
  overflow:hidden;
}