/* CSS Document */

/* 
    Theme Name   : HeySERP - We Help Companies Dominate the Search Engine Results
    Version      : 1.0.
    Developed by : (https://heyserp.com)
   
*/
/**
* Importing necessary  Styles.
**/
/*----- Fonts ----*/ 
@import url('https://static.heyserp.com/fonts/recoleta/stylesheet.css');
@import url('https://static.heyserp.com/fonts/gordita/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');
/*----Bootstrap css ----- */
@import url('https://static.heyserp.com/vendor/bootstrap/css/bootstrap.min.css');
/*---- Navbar Css------*/
@import url('https://static.heyserp.com/navbar.css');
/*----Framework css-----*/
@import url('https://static.heyserp.com/framework.css');
/*----- Bootstrap Icons ----------*/
@import url('https://static.heyserp.com/fonts/bootstrap-icons/font-css.css');
/*---- Font Awesome Icons -------*/
@import url('https://static.heyserp.com/fonts/font-awesome/css/all.min.css');
/*----------- Slick Slider -------*/
@import url('https://static.heyserp.com/vendor/slick/slick.css');
/*----Animate css----*/
@import url('https://static.heyserp.com/vendor/wow/animate.css');
@import url('https://static.heyserp.com/custom-animation.css');
/*----- Animated Headline ------*/
@import url('https://static.heyserp.com/vendor/animated-headline-master/style.css');



/*========================================================================================

*************************** Start Styling Your theme from here ***************************

==========================================================================================*/
/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  text-align: center;
}
.ctn-preloader .animation-preloader .icon {display: inline-block; position: relative;}
.ctn-preloader .animation-preloader .icon span {
  animation: spinner 1.5s infinite linear;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ctn-preloader .animation-preloader .icon span:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 12px;
  left: 0;
  box-shadow: 0 0 10px var(--red-two);
  border-radius: 50%;
  background: var(--red-one);
}
.ctn-preloader .animation-preloader .txt-loading {user-select: none;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--heading);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  line-height: 70px;
  position: absolute;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Recoleta';
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  color: rgb(0 0 0 / 14%);
  position: relative;
  font-size: 70px;
  line-height: 70px;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
.bi-icons-bold:before{
    font-weight: bold!important;
}
/*^^^^^^^^^^^^^^^^^^^^ Scroll Top ^^^^^^^^^^^^^^^^^^^^^*/
.scroll-top {
  width:35px;
  height:35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--red-one);
  display: none;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*^^^^^^^^^^^^^^^^^^^^ Global Prefix ^^^^^^^^^^^^^^^^^^^^^*/
::-webkit-scrollbar{ width: 5px; }
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb { background: #2a2a2a;border-radius: 0;}
:root {
  --text-color   : #292929;
  --heading      : #000;
  --red-one      : #FF2759;
  --red-two      : #FB1B1D;
  --light-blue   : #f5faff;
  --deep-blue    : #EBF6FF;
}
::selection {
  background-color: #2a2a2a;
  color: #fff;
}
body {
  font-family: 'gorditaregular';
  font-weight: normal;
  font-size: 18px;
  position: relative;
  line-height: 1.66em;
  color: var(--text-color);
}
.main-page-wrapper {overflow-x:hidden;}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: var(--heading); font-weight: normal;}
.h1,h1 {font-size: 75px;}
.h2,h2 {font-size: 52px;}
.h3,h3 {font-size: 36px;}
.h4,h4 {font-size: 24px; font-family: 'gorditamedium';}
.h5,h5 {font-size: 20px;}
.h6,h6 {font-size: 15px;}
strong {font-family: 'gorditamedium';}
::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.6);}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.6);}
::placeholder {color: rgba(0, 0, 0, 0.6);}
.dark-bg ::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.dark-bg :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
.dark-bg ::placeholder {color: rgba(255, 255, 255, 0.5);}
.dark-style ::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.dark-style :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
.dark-style ::placeholder {color: rgba(255, 255, 255, 0.5);}
/*^^^^^^^^^^^^^^^^^^^^ Prefix Classes ^^^^^^^^^^^^^^^^^^^^^*/
.tran3s,.svg path {transition: all 0.3s ease-in-out;}
.tran4s {transition: all 0.4s ease-in-out;}
.tran5s {transition: all 0.5s ease-in-out;}
.tran6s {transition: all 0.6s ease-in-out;}
.style-none {list-style: none; padding-left: 0; margin-bottom: 0; justify-content: center;}
.text-lg {font-size: 24px; line-height: 1.7em;}
.cs-screen {position: absolute;}
.shapes {position: absolute; z-index: -1;}
.font-recoleta {font-family: 'Recoleta';}
.font-zen {font-family: 'Zen Dots', cursive;}
.light-bg {background-color: #FFFBF9;}
.dark-bg {background-color: #121212;}
.hero-spacing {margin: 135px 65px 0;}
.box-layout {padding-left: 65px; padding-right: 65px;}
.slick-dots {padding-left: 0; margin-bottom: 0;}
.border-bottom {border-bottom: 1px solid rgba(0, 0, 0, 0.08)!important;}
.border-top {border-top: 1px solid rgba(0, 0, 0, 0.08)!important;}
.border-left {border-left: 1px solid rgba(0, 0, 0, 0.08)!important;}
.dark-bg .border-bottom,.dark-bg.border-bottom {border-bottom: 1px solid rgba(255, 255, 255, 0.08)!important;}
.dark-bg .border-top,.dark-bg.border-top {border-top: 1px solid rgba(255, 255, 255, 0.08)!important;}
.dark-bg .border-left,.dark-bg.border-left {border-left: 1px solid rgba(255, 255, 255, 0.08)!important;}
.dark-footer.border-top {border-top: 1px solid rgba(255, 255, 255, 0.08)!important;}
/*^^^^^^^^^^^^^^^^^^^^ Section Title ^^^^^^^^^^^^^^^^^^^^^^*/
.title-style-one .upper-title {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.title-style-one .title {
  font-family: 'Recoleta';
  font-weight: normal;
  font-size: 65px;
  line-height: 1.16em;
  margin-bottom: 0;
}
.title-style-one.white-vr .title {color: #fff;}
.title-style-one.white-vr .upper-title {color: rgba(255, 255, 255, 0.5);}
.title-style-one .title span {
  color: var(--red-one); 
  position: relative;
  display: inline-block;
}
.title-style-one .title span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--red-one);
  left: 0;
  bottom: 2px;
}
.title-style-two .title {
  font-family: 'Recoleta';
  font-weight: normal;
  font-size: 68px;
  line-height: 1.25em;
  margin-bottom: 0;
}
.title-style-two.white-vr .title {color: #fff;}
.title-style-two .title span {
  color: var(--red-one); 
  position: relative;
  display: inline-block;
}
.title-style-two .title span:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 3px;
  background: var(--red-one);
  left: 2px;
  bottom: 4px;
}
.title-style-three .title {
  font-family: 'Recoleta';
  font-weight: normal;
  font-size: 52px;
  margin-bottom: 0;
}
.title-style-three.white-vr .title {color: #fff;}
.title-style-three .title span {
  color: var(--red-one); 
  position: relative;
  display: inline-block;
}
.title-style-three .title span:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 3px;
  background: var(--red-one);
  left: 2px;
  bottom: 4px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Button ^^^^^^^^^^^^^^^^^^^^^^*/
.ripple-btn {position: relative;}
.ripple-btn:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.ripple-btn:hover:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.ripple-btn.theme-btn-one:hover {background: #161616;}
body .theme-btn-one {
  font-family: 'gorditamedium';
  font-size: 17px;
  color: #fff;
  padding: 0 42px;
  text-align: center;
  line-height: 55px;
  background: #161616;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-one.border0 {border-radius: 0;}
body .theme-btn-one.xs {font-size: 14px; text-transform: uppercase;}
body .theme-btn-one img {vertical-align: 0; margin-left: 10px; display: inline-block;}
body .theme-btn-one:active,body .theme-btn-one:hover {background: var(--red-one);}
body .theme-btn-two {
  font-family: 'gorditamedium';
  font-size: 17px;
  color: var(--heading);
  padding: 0 40px;
  text-align: center;
  line-height: 51px;
  border: 2px solid var(--heading);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-two:hover {background:var(--red-one); border-color: var(--red-one); color: #fff;}
body .theme-btn-three {
  font-family: 'gorditamedium';
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-three.white-vr {color: #fff;}
body .theme-btn-three.btn-color {color: var(--red-one);}
body .theme-btn-three i {margin-left: 3px; font-size: 17px; vertical-align: -1px;}
body .theme-btn-three:hover,body .theme-btn-three.white-vr:hover {color: var(--red-one); text-decoration: underline;}
body .theme-btn-four {
  font-family: 'gorditamedium';
  font-size: 18px;
  color: #fff;
  padding: 0 28px;
  min-width: 180px;
  text-align: center;
  line-height: 51px;
  border: 2px solid var(--red-one);
  background: var(--red-one);
  transition: all 0.3s ease-in-out;
}
body .theme-btn-four:hover {background: transparent; color: var(--red-one);}
/*^^^^^^^^^^^^^^^^^^^^^^^ Pagination ^^^^^^^^^^^^^^^^^^^^^^*/
.page-pagination-one ul li {
  font-family: 'gorditamedium';
  font-size: 20px;
  color: #3E3E3E;
  margin-right: 20px;
}
.page-pagination-one ul li a {transition: all 0.3s ease;}
.page-pagination-one ul li:hover a,
.page-pagination-one ul li.active a {color: var(--red-one);}
.page-pagination-one ul li.arrow {font-size: 28px; color: #000;}
.page-pagination-one ul li:nth-child(6) a {font-size: 18px;}
.page-pagination-one ul li a span {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
}
.page-pagination-one ul li a:hover span,
.page-pagination-one ul li.active a span {
  background: #232323;
  color: #fff;
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-main-menu {
  position: fixed;
  z-index: 99;
  top:0;
  left:0;
  right: 0;
  padding: 30px 40px;
  transition: all 0.4s ease-out;
}
.theme-main-menu .inner-content {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 10px 35px;
  transition: all 0.3s ease-in-out;
}
.theme-main-menu.sticky-menu.fixed {
  z-index: 990;
  padding-top: 8px; 
  padding-bottom: 8px;
  background: #fff;
  box-shadow: 0 13px 40px -10px rgba(35,35,35,0.08);
}
.theme-main-menu.fixed .inner-content {padding: 0;}
.theme-main-menu .navbar,.theme-main-menu .mega-dropdown {position: static;}
.theme-main-menu .right-widget .contact-btn {
  font-family: 'gorditamedium';
  width: 160px;
  line-height: 44px;
  font-size: 17px;
  text-align: center;
  border: 2px solid var(--heading);
  border-radius: 8px;
  margin-left: 22px;
  color: var(--heading);
}
.theme-main-menu .right-widget .menu-search-btn {
  width: 45px;
  height: 45px;
  border: 2px solid var(--heading);
  border-radius: 50%;
  font-size: 18px;
  color: var(--heading);
}
.theme-main-menu .right-widget .contact-btn:hover,
.theme-main-menu .right-widget .menu-search-btn:hover {background: var(--red-one); color: #fff; border-color: var(--red-one);}
.theme-search-form {
  background: rgba(23,22,26, 0.96);
  border: none;
  height: 50vh;
  min-height: 450px;
  padding: 0 12px;
}
.theme-search-form .close-btn {
  position: absolute;
  right: 40px;
  top: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  box-shadow: none;
}
.theme-search-form .close-btn:hover,.theme-search-form .close-btn:focus {color: var(--red-one);}
.theme-search-form form {
  height: 60px;
  max-width: 540px;
  margin: 0 auto;
  position: relative; 
}
.theme-search-form form input {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  border-radius: 8px;
  padding: 0 60px 0 20px;
  background: rgb(255 255 255 / 3%);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.theme-search-form form ::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.theme-search-form form :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
.theme-search-form form ::placeholder {color: rgba(255, 255, 255, 0.5);}
.theme-search-form form button {
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 5px;
  bottom: 5px;
  width: 50px;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  transition: all 0.3s ease;
}
.theme-search-form form button:hover {color: var(--red-one);}
.theme-main-menu .mobile-content .search-form {
  margin: 40px auto 40px; 
  width: 100%;
  position: relative;
}
.theme-main-menu .mobile-content .search-form input {
  width: 100%;
  height: 50px;
  border: 2px solid var(--heading);
  border-radius: 6px;
  font-size: 16px;
  padding: 0 50px 0 15px;
}
.theme-main-menu .mobile-content .search-form button {
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  color: var(--heading);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.theme-main-menu .mobile-content .search-form button:hover {color: var(--red-one);}
.theme-main-menu .mobile-content .address-block .title {
  font-family: 'gorditamedium';
  font-size: 18px;
  margin-bottom: 15px;
}
.theme-main-menu .mobile-content .address-block p {
  font-size: 15px;
  line-height: 1.6em;
  color: var(--heading);
  margin-bottom: 20px;
}
.theme-main-menu .mobile-content .address-block p a {font-size: 20px; color: var(--red-one); margin-top: 3px;}
.theme-main-menu .mobile-content .address-block p a:hover {text-decoration: underline;}
.home-sub-menu > a > img {filter: brightness(0.5);}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-one {
  background: var(--light-blue);
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 200px 0 140px;
}
.hero-banner-one .hero-heading {line-height: 1.16em;}
.hero-banner-one .hero-heading span.ionic:before,
.hero-banner-one .hero-heading span.ionic:after {
  content: '';
  width: 49%;
  height: 4px;
  position: absolute;
  bottom: 2px;
  left: 13px;
  background: var(--heading);
}
.hero-banner-one .hero-heading span.ionic:after {background: var(--red-one); left: auto; right: 8px;}
.hero-banner-one .hero-heading span.ionic em {font-style: normal; color: var(--red-one);}
.hero-banner-one .hero-sub-heading {
  color: var(--heading);
  padding: 35px 0 50px;
  line-height: 1.9em;
}
.hero-banner-one .illustration-holder {
  position: absolute;
  right: 5%;
  top: 28%;
  max-width: 46%;
}
/*^^^^^^^^^^^^^^^^^^^^^ Service Section ^^^^^^^^^^^^^^^^^^^^^^^^*/
.card-style-one {
  padding: 0 30px 50px;
  position: relative;
}
.card-style-one:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80%;
  background: linear-gradient(0deg, rgb(241 247 253 / 38%) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.card-style-one:hover:before {opacity: 1; height: 100%;}
.card-style-one .icon {height: 65px;}
.card-style-one .icon img {max-height: 100%;}
/*.card-style-one:hover .icon img {transform: translateY(-8px);}*/
.card-style-one .title {
  font-family: 'gorditamedium';
  color: var(--heading);
  font-size: 24px;
  margin: 35px 0 20px;
  transition: all 0.3s ease-in-out;
}
.card-style-one p {
  font-size: 17px; 
  line-height: 1.76em; 
  color: #4F4F4F; 
  margin-bottom: 0;
}
.card-style-one:hover .title {color: var(--red-one);}
/*------------------- HeySERP Text block One ----------------*/
.HeySERP-text-block-one {
  position: relative;
  z-index: 3;
  /*background: linear-gradient(45deg, #FFFBF2, #EDFFFD);*/
  background: var(--light-blue);
  padding: 130px 0 115px;
}
.HeySERP-text-block-one .quote-wrapper p {
  font-size: 25px;
  line-height: 1.8em;
  color: var(--heading);
  position: relative;
  padding-bottom: 12px;
}
.HeySERP-text-block-one .quote-wrapper h6 {
  font-size: 20px; 
  font-family: 'gorditamedium';
}
.HeySERP-text-block-one .quote-wrapper h6 span {
  font-family: 'gorditaregular'; 
  color: #9C9C9C; 
  font-size: 17px;
}
.HeySERP-text-block-one .img-meta {height: 100%;}
.HeySERP-text-block-one .img-meta .main-img {border-radius: 10px;}
.HeySERP-text-block-one .img-meta .main-img2 {
  border-radius: 10px;
  width: 70%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.HeySERP-text-block-one .shape-one {
  right: 0;
  top: 10%;
  z-index: 0;
  animation: jumpThree 4s infinite linear;
}
.HeySERP-text-block-one .shape-three {
  left: 9%;
  bottom: 6%;
  animation: fade-in 1.5s infinite linear;
}
.HeySERP-text-block-one .shape-two {
  right: 3%;
  top: -57px;
  z-index: 0;
  max-width: 100px;
  animation: jumpTwo 4s infinite linear;
}
/*------------------- HeySERP Text block Two ----------------*/
.HeySERP-text-block-two {
  background: var(--light-blue);
  padding: 130px 0 115px;
}
.HeySERP-text-block-two .feature h6 {
  font-family: 'gorditamedium';
  font-size: 18px;
}
.HeySERP-text-block-two .img-meta .card-one {
  position: absolute;
  width: 375px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(14, 36, 58, 0.06);
  padding: 25px 20px 25px 45px;
  left: -7%;
  bottom: 0;
}
.HeySERP-text-block-two .img-meta .card-one P{font-size: 17px; margin-bottom: 20px;}
.HeySERP-text-block-two .img-meta .card-one .name {
  font-family: 'gorditamedium';
  color: #000;
  font-size: 18px;
}
.HeySERP-text-block-two .img-meta .card-one .name span {
  font-family: 'gorditaregular';
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.HeySERP-text-block-two .img-meta .card-one .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--red-one);
  box-shadow: 0px 15px 30px rgba(11, 13, 36, 0.08);
  z-index: 1;
  top: -22px;
  left: -22px;
}
.HeySERP-text-block-two  .shape-one {
  left: -5%;
  top: -9%;
  z-index: 0;
  animation: jumpThree 4s infinite linear;
}
/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Section ^^^^^^^^^^^^^^^^^^^^^^^^*/
.portfolio-gallery-one {min-height: 100px;}
.portfolio-gallery-one .controls {
  padding: 10px 15px;
  background: var(--light-blue);
  border-radius: 30px;
  display: inline-block;
}
.portfolio-gallery-one .controls button {
  display: inline-block;
  font-family: 'gorditamedium';
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 25px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.portfolio-gallery-one .controls button.mixitup-control-active {color: var(--red-one);}
.portfolio-gallery-one .controls button:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--red-one);
  border-radius: 50%;
  position: absolute;
  right: -27px;
  top: 40%;
  filter: blur(1px);
}
.portfolio-gallery-one .controls button:last-child:after {display: none;}
.portfolio-gallery-one .mixitUp-container {margin: 0 -15px; display: flex; flex-wrap: wrap;}
.portfolio-gallery-one .mix {width: 33.3333%; padding: 0 15px; flex-basis: auto;}
.portfolio-gallery-one .gallery-item {
  box-shadow: 0 20px 40px -10px #f1f5f7;
  border-radius: 25px;
  overflow: hidden;
}
.portfolio-gallery-one .img-holder {
  position: relative; 
  overflow: hidden;
  z-index: 5; 
  border-radius: 25px 25px 0 0;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.portfolio-gallery-one .img-holder .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 2;
}
.portfolio-gallery-one  .caption {padding: 30px 30px;}
.portfolio-gallery-one  .caption .tag {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.6);
}
.portfolio-gallery-one  .caption .pj-title {
  font-family: 'gorditamedium';
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio-gallery-one .img-holder .zoom-icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #000;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio-gallery-one .img-holder .zoom-icon:hover {background: var(--red-one); color: #fff;}
.portfolio-gallery-one .gallery-item:hover .pj-title {color: var(--red-one);}
.portfolio-gallery-one .gallery-item:hover .zoom-icon {opacity: 1;}
.portfolio-gallery-one .gallery-item:hover .img-holder .img-meta {opacity: 0.5;}

.portfolio-gallery-one .shape-one {
  top: 40px;
  right: 4%;
}
.portfolio-gallery-one .shape-two {
  top: 200px;
  left: 2%;
}
.portfolio-gallery-one img {
    filter: saturate(0.4);
}
.portfolio-gallery-one img:hover {
    filter: none;
}
/*^^^^^^^^^^^^^^^^^^^^^ Feedback Slider Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-one .image-container {
  position: relative;
  padding: 0 0 90px 70px;
}
.feedback-section-one .image-container:before {
  content: '';
  position: absolute;
  width: 75%;
  height: 83%;
  left: 5%;
  bottom: 11%;
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: var(--red-one);
  transform: rotate(-5.5deg);
}
.feedback-section-one .feedback-wrapper {padding: 0 25px 0 90px;}
.feedback-section-one .feedback-wrapper .icon {
  width: 62px;
  height: 62px;
  padding: 15px;
  background: var(--heading);
  border-radius: 50%;
  margin-bottom: 35px;
}
.feedback-section-one .feedback-wrapper blockquote {
  font-size: 42px;
  line-height: 1.54em;
  color: var(--heading);
  padding-bottom: 30px;
}
.feedback-section-one .feedback-wrapper blockquote span {
  color: var(--red-one); 
  position: relative;
  display: inline-block;
}
.feedback-section-one .feedback-wrapper blockquote span:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 2px;
  background: var(--red-one);
  left: 2px;
  bottom: 14px;
}
.feedback-section-one .feedback-wrapper .name {
  font-family: 'gorditamedium';
  font-size: 20px;
  color: #1B1B1B;
  padding-left: 35px;
  position: relative;
  line-height: 1.55em;
}
.feedback-section-one .feedback-wrapper .name span {
  font-size: 18px;
  font-family: 'gorditaregular';
  color: #818181;
}
.feedback-section-one .feedback-wrapper .name:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 2px;
  background: var(--heading);
  left: 0;
  top: 14px;
}
.feedback_slider_one .slick-dots {
  position: absolute;
  left: 0;
  width: 492px;
  bottom: 2%;
  text-align: right;
}
.feedback_slider_one .slick-dots li {display: inline-block;}
.feedback_slider_one .slick-dots li button {
  text-indent: -50000px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--heading);
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
}
.feedback_slider_one .slick-dots li.slick-active button {background: var(--heading);}
/*^^^^^^^^^^^^^^^^^^^^^ Blog ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-meta-one .img-meta {border-radius: 10px 10px 0 0; overflow: hidden;}
.blog-meta-one .post-meta {
  position: relative;
  margin: -45px 12px 0;
  border-radius: 10px;
  background: #fff;
  min-height: 250px;
  padding: 20px 25px 30px;
  box-shadow: 0 20px 40px -10px #f1f5f7;
}
.blog-meta-one .date {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(42, 42, 42, 0.7);
}
.blog-meta-one .title {
  font-family: 'gorditamedium';
  font-size: 22px;
  line-height: 1.45em;
  color: var(--heading);
  display: block;
  margin: 12px 0 20px;
  transition: all 0.2s ease-in-out;
}
.blog-meta-one .title:hover {color: var(--red-one);}
.blog-meta-one .post-meta .theme-btn-three {font-size: 16px;}
.blog-meta-one .post-meta .theme-btn-three i {font-size: 15px; vertical-align: -2px;}
.blog-section .theme-btn-one {position: absolute; right: 0; top: 9px;}
/*^^^^^^^^^^^^^^^^^^^^^ Contact Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact-section-one .bg-wrapper {
  padding: 85px 0 80px;
  background: var(--light-blue);
  position: relative;
  z-index: 5;
}
.contact-meta-one p {padding: 36px 35px 45px 0;}
.contact-meta-one .help-text {color: rgba(0, 0, 0, 0.5); padding-bottom: 12px;}
.contact-meta-one .help-text span {font-family: 'gorditamedium'; color: var(--red-one);}
.contact-meta-one .call-button {
  font-size: 26px;
  color: var(--heading);
  transition: all 0.3s ease;
}
.contact-meta-one .call-button:hover {color: var(--red-one); text-decoration: underline;}
.form-style-one {
  background: #fff;
  border-radius: 15px;
  padding: 65px 55px 80px;
  margin-right: 45px;
  position: relative;
  z-index: 1;
}
.form-style-one.with-border {box-shadow: 5px 5px 0px #000; margin-right: 103px;}
.contact-section-four .form-style-one {
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
  padding: 115px 0 0;
  margin: 80px 0 0;
}
.contact-section-four .form-style-one.border0 {border: none;}
.form-style-one .shape-one {
  right: -103px;
  bottom: -84px;
  animation: jumpThree 5s infinite linear;
}
.form-style-one label {font-size: 14px; color: rgba(0, 0, 0, 0.5); margin-bottom: 5px;}
.form-style-one .input-group-meta input,
.form-style-one .input-group-meta textarea {
  width: 100%;
  border: 2px solid var(--heading);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
}
.form-style-one .input-group-meta input {height: 60px;}
.form-style-one .input-group-meta textarea {min-height: 140px; max-height: 140px; max-width: 100%; padding: 15px 20px;}
#contact-form .input-group-meta {position: relative;}
#contact-form .form-group .help-block {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 12px;
  line-height: 22px;
  color: var(--red-one);
}
#contact-form .form-group .help-block ul {margin-bottom: 0;}
.address-block-one .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}
.address-block-one .title {
  font-family: 'gorditamedium';
  font-size: 24px;
  padding: 20px 0 14px;
  margin-bottom: 0;
}
.address-block-one p {
  font-size: 19px;
  line-height: 1.65em;
  color: #878787;
  margin-bottom: 0;
}
.address-block-one p .call {font-size: 22px; color: var(--red-one);}
.address-block-one p .call:hover {text-decoration: underline;}
.address-block-one p .webaddress {color: var(--heading); text-decoration: underline;}
/*^^^^^^^^^^^^^^^^^^^^^ Footer ^^^^^^^^^^^^^^^^^^^^^^^^*/
.HeySERP-basic-footer {
  background: #141416;
  padding-top: 140px;
  color: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
.HeySERP-basic-footer p {font-size: 17px;}
.HeySERP-basic-footer .footer-title {
  font-family: 'gorditamedium';
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
  color: var(--red-one);
}
.HeySERP-basic-footer .footer-nav-link a {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
.HeySERP-basic-footer .footer-nav-link a:hover {text-decoration: underline; color: rgba(255, 255, 255, 1);}
.HeySERP-basic-footer .email:hover {color: var(--red-one);}
.HeySERP-basic-footer .social-icon a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  text-align: center;
  line-height: 33px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.HeySERP-basic-footer .social-icon a:hover {background: var(--red-one); color: #fff;}
.HeySERP-basic-footer .bottom-footer {margin-top: 40px; padding: 25px 0; border-top: 1px solid rgba(255, 255, 255, 0.07);}
.HeySERP-basic-footer .bottom-footer p {font-size: 15px;}
/*^^^^^^^^^^^^^^^^^^^^^ Inside Banner One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.inside-banner-one {
  background: var(--light-blue);
  position: relative;
  z-index: 1;
  padding: 230px 0 100px;
}
.inside-banner-one .shape-one {
  bottom: -60px;
  right: 5%;
  animation: jumpTwo 5s infinite linear;
}
.inside-banner-one.pb-xl {padding-bottom: 300px;}
.inside-banner-one h2 {
  font-size: 65px;
  font-weight: 500;
}
.inside-banner-one p {font-size: 20px; padding-top: 10px; margin-bottom: 0;}
.inside-banner-one .bg-round {
  font-family: 'gorditamedium';
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 20px 40px -10px #f1f5f7;
  margin: auto;
}
.inside-banner-one .bg-round .tg-text {font-size: 20px; padding-bottom: 15px;}
.inside-banner-one .bg-round .price {
  font-weight: 500;
  font-size: 45px;
  color: var(--red-one);
}
/*------------------- HeySERP Text block Three ----------------*/
.HeySERP-text-block-three {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.HeySERP-text-block-three .bg-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 80px 12px 80px;
  box-shadow: 0 20px 40px -10px #f1f5f7;
}
.HeySERP-text-block-three .title {
  font-size: 50px;
}
/*^^^^^^^^^^^^^^^^^^^^^ Counter Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.counter-block-one .main-count {
  font-size: 60px;
  line-height: initial;
  margin: 0 0 -8px;
}
/*------------------- HeySERP Text block Four ----------------*/
.HeySERP-text-block-four {background: var(--light-blue); height: 100%;}
.HeySERP-text-block-four .shape-one {
  right: 3%;
  top: -57px;
  z-index: 0;
  max-width: 100px;
  animation: jumpTwo 4s infinite linear;
}
.card-style-two {
  background: #fff;
  padding: 40px 50px 30px;
  border-radius: 5px;
  width: 100%;
}
.card-style-two h3 {
  font-family: 'gorditamedium';
  font-size: 24px;
  margin: 22px 0 20px;
}
/*^^^^^^^^^^^^^^^^^^^^^ HeySERP Fancy Banner One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-banner-one {background: var(--light-blue);}
.fancy-banner-one .inner-content {padding: 75px 60px;}
.fancy-banner-one h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fancy-banner-one p {font-size: 19px; margin-bottom: 0;}
.fancy-banner-one p a {
  font-family: 'gorditamedium';
  text-decoration: underline;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.fancy-banner-one p a:hover {color: var(--red-one);}
.fancy-banner-one .theme-btn-four {border-radius: 8px; padding: 0 35px;}
/*------------------- HeySERP Text block Five ----------------*/
.HeySERP-text-block-five {
  position: relative;
  z-index: 5;
  background: var(--light-blue);
}
.HeySERP-text-block-five .shape-one {
  top: -100px;
  left: 0;
  animation: fade-in 1.1s infinite linear;
}
.HeySERP-text-block-five .shape-two {
  bottom: -60px;
  right: 10%;
  animation: jumpTwo 5s infinite linear;
}
.card-style-three {
  background: #fff;
  border-radius: 8px;
  padding: 40px 30px 38px 40px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.card-style-three:hover {transform: translateY(-5px);}
.card-style-three .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--red-one);
  margin-bottom: 30px;
}
.card-style-three h4 a {font-size: 24px; margin-bottom: 24px;}
.card-style-three h4 a:hover {color: var(--red-one);}
.card-style-three p {line-height: 34px;}
.card-style-three p span {
  font-family: 'gorditamedium';
  text-decoration: underline;
  display: inline-block;
}
/*------------------- HeySERP Text block Six ----------------*/
.card-style-four .main-pr-text {
  font-size: 19px;
  line-height: 2em;
}
.card-style-four .time-line {
  position: relative;
  padding-left: 40px;
}
.card-style-four .time-line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
}
.card-style-four .time-line h3 {
  font-family: 'gorditamedium';
  font-size: 20px;
  text-transform: uppercase;
  margin: 65px 0 18px;
  letter-spacing: 0.5px;
  position: relative;
}
.card-style-four .time-line h3 span {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  border-radius: 50%;
  background: var(--red-one);
  color: #fff;
  left: -53px;
  top: -2px;
}
.card-style-four .time-line p {
  max-width: 900px;
  font-size: 17px;
  line-height: 1.85em;
  margin-bottom: 0;
}
.card-style-four .time-line .list-item-one {margin-top: 25px;}
.card-style-four .time-line .list-item-one li {
  font-family: 'gorditamedium';
  font-size: 16px;
  padding-left: 22px;
  position: relative;
}
.card-style-four .time-line .list-item-one li + li {margin-top: 22px;}
.card-style-four .time-line .list-item-one li:before {
  content: url(https://static.heyserp.com/images/icon/icon_24.svg);
  position: absolute;
  left: 0;
  top: -1px;
}

@media only screen and (min-width: 961px) {
    .card-style-four .time-line .list-item-one {
        width: 60%;
    }
}

/*------------------- HeySERP Text block Seven ----------------*/
.HeySERP-text-block-seven {
  background: var(--light-blue);
  position: relative;
  z-index: 1;
}
.HeySERP-text-block-seven .shape-one {
  top: -60px;
  left: 2%;
  animation: jumpTwo 5s infinite linear;
}
.card-style-five {
  position: relative;
  background: #fff;
  padding: 0 80px 40px;
  text-align: center;
  border-radius: 20px;
}
.card-style-five .numb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  background: var(--red-one);
  margin: 0 auto;
  transform: translateY(-25px);
}
.card-style-five h3 {
  font-family: 'gorditamedium';
  font-size: 26px;
  margin: 15px 0 25px;
}
/*------------------- Case Study Details ----------------*/
.case-details-one .top-banner {
  background: var(--light-blue);
  padding: 230px 0 80px;
  position: relative; 
  z-index: 1;
  text-align: center;
  margin-bottom: 150px;
}
.case-details-one .top-banner h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 0;
}
.case-details-one .top-banner .page-title {
  font-size: 50px;
  line-height: 1.25em;
  padding: 10px 0 25px;
  margin-bottom: 0;
}
.case-details-one .top-banner .page-title span,
.case-details-one .top-banner .page-title a {
  position: relative;
  display: inline-block;
  color: var(--red-one);
}
.case-details-one .top-banner .page-title span:before,
.case-details-one .top-banner .page-title a:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: var(--red-one);
}
.case-details-one .top-banner p {
  font-size: 20px;
  line-height: 1.83em;
  margin-bottom: 0;
  padding: 0;
}
.case-details-one .top-banner p a {
  color: var(--red-one);
  text-decoration: underline;
}
.case-details-one .sub-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.case-details-one .title {
  font-size: 55px;
  line-height: 1.24em;
  font-weight: 500;
  padding-bottom: 38px;
  margin-bottom: 0;
}
.case-details-one p {
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 18px;
}
.case-details-one .border-block {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 80px 0 60px;
  margin: 60px 0 80px;
}
.case-details-one .img-meta {margin: 35px 0 80px;}
.ui-list-item-one li {
  font-size: 18px;
  color: #000;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}
.ui-list-item-one li:before {
  content: url(https://static.heyserp.com/images/icon/icon_23.svg);
  position: absolute;
  left: 0;
  top: -1px;
}
/*------------------- Sidebar ----------------*/
.HeySERP-sidebar-widget .sidebar-search {height: 65px;position: relative;}
.HeySERP-sidebar-widget .sidebar-search input {
  width: 100%;
  height: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding: 0 60px 0 20px;
}
.HeySERP-sidebar-widget .sidebar-search button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 50px;
  color: rgba(74, 74, 74, 0.4);
  font-size: 20px;
}
.HeySERP-sidebar-widget .sidebar-title {
  font-family: 'gorditamedium';
  font-size: 22px;
  padding-bottom: 22px;
}
.HeySERP-sidebar-widget .list-item li {
  position: relative;
  padding-left: 22px;
}
.HeySERP-sidebar-widget .list-item li + li {margin-top: 19px;}
.HeySERP-sidebar-widget .list-item li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red-one);
  left: 0;
  top: 12px;
}
.HeySERP-sidebar-widget .list-item li a {
  font-size: 17px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.HeySERP-sidebar-widget .recent-news-item .rn-title {
  font-family: 'gorditamedium';
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}
.HeySERP-sidebar-widget .recent-news-item .rn-title a {color: #000; transition: all 0.3s ease-in-out;}
.HeySERP-sidebar-widget .recent-news-item .date {font-size: 16px;color: #b5b5b5;}
.HeySERP-sidebar-widget .recent-news-item li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.HeySERP-sidebar-widget .recent-news-item li:last-child {margin-bottom: 0;}
.HeySERP-sidebar-widget .list-item li a:hover,
.HeySERP-sidebar-widget .recent-news-item .rn-title a:hover {color: var(--red-one);}
.HeySERP-sidebar-widget .keywords-tag {margin: 0 -5px;}
.HeySERP-sidebar-widget .keywords-tag li {float: left;padding: 0 5px;margin-bottom: 15px;}
.HeySERP-sidebar-widget .keywords-tag li a {
  font-family: 'gorditamedium';
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  padding: 0 18px;
  line-height: 35px;
  border-radius: 5px;
  background: #f9f9f9;
  transition: all 0.3s ease-in-out;
}
.HeySERP-sidebar-widget .keywords-tag li a:hover {color: #fff; background: var(--red-one);}
/*------------------- Blog Details ----------------*/
.blog-details-page .top-hero {
  background: var(--light-blue);
  padding: 230px 0 250px;
  text-align: center;
}
.blog-details-page .top-hero .post-title {
  font-family: 'gorditamedium';
  font-size: 32px;
  line-height: 1.35em;
  letter-spacing: -0.7px;
  margin-bottom: 10px;
}
.blog-details-page .top-hero .post-info li {
  margin: 8px 10px 0 0;
  font-size: 16px;
}
.blog-details-page .top-hero .post-info li a {
  font-family: 'gorditamedium';
  color: #000;
}
.blog-details-page .bg-wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  padding: 50px 45px 80px;
  box-shadow: 0 20px 40px -10px #f1f5f7;
  margin-top: -150px;
}
.blog-details-page .post-meta p {
  font-size: 17px;
  line-height: 2em;
}
.blog-details-page .post-meta blockquote {
  font-size: 26px;
  line-height: 1.8em;
  margin: 50px 0;
  color: #000;
  position: relative;
  padding-left: 65px;
}
.blog-details-page .post-meta blockquote:before {
  content: '';
  width: 40px;
  height: 3px;
  background: #000;
  position: absolute;
  top:20px;
  left:0;
}
.blog-details-page .post-meta h3 {
  font-family: 'gorditamedium';
  font-size: 28px;
  letter-spacing: -0.5px;
  padding: 15px 0 15px;
}
.blog-details-page .post-meta .img-meta {margin: 45px 0;}
.blog-details-page .post-meta .mark-text {
  padding: 20px 15px 20px 35px;
  margin: 45px 0;
  border-left: 3px solid var(--red-one);
  background: #f9f9f9;
}
.blog-details-page .post-meta h4 {
  font-family: 'gorditamedium';
  font-size: 20px;
  letter-spacing: -0.5px;
  padding: 20px 0 15px;
}
.blog-details-page .post-meta h4 span {color: var(--red-one);}
.blog-details-page .list-item-one {margin: 35px 0;}
.blog-details-page .list-item-one li {
  font-family: 'gorditamedium';
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
}
.blog-details-page .list-item-one li:before {
  content: url(https://static.heyserp.com/images/icon/icon_24.svg);
  position: absolute;
  left: 0;
  top: -1px;
}

/*------------------- Lead Form ----------------*/
.lead-form {
  width:350px;
  line-height: 35px;
  bottom: 60px;
  position: fixed;
  right: 15px;
  z-index: 100;
  border-radius: 10px;
  font-size: 25px;
  background: #fff;
  padding: 30px 25px 25px;
  display: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 20px 40px -10px #f1f5f7;
}
.lead-form.fade {opacity: 0; visibility: hidden;}
.lead-form h3 {
  font-family: 'gorditamedium';
  font-size: 20px;
  margin-bottom: 25px;
}
.lead-form input {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  font-size: 15px;
  padding: 0 15px;
  border-radius: 5px;
}
.lead-form .theme-btn-one {
  width: 100%;
  line-height: 45px;
  font-size: 15px;
}
.lead-form p {
  font-family: 'gorditamedium';
  font-size: 16px;
  margin: 20px 0 -8px;
}
.lead-form a {
  font-size: 17px; 
  color: var(--red-one); 
  text-decoration: underline;
  line-height: initial;
}
.lead-form .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  opacity: 0.8;
}
.lead-form .close-btn:hover {opacity: 1;}

/*------------------- HeySERP Text block Eight ----------------*/
.card-style-six {
  background: #fff;
  padding: 35px 25px 15px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.card-style-six h4 {
  font-family: 'gorditamedium';
  font-size: 18px;
  line-height: 1.62em;
  margin-bottom: 18px;
  position: relative;
  padding-left: 28px;
}
.card-style-six h4:before {
  content: 'Q.';
  font-family: 'Recoleta';
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red-one);
}
.card-style-six p {
  font-size: 17px;
  line-height: 30px;
  padding-left: 28px;
}
/*------------------- Our Team ----------------*/
.team-block-one {
  border-radius: 15px;
  overflow: hidden;
}
.team-block-one .team-img {border-radius: 15px;transition: all 0.5s ease-in-out;}
.team-block-one:hover .team-img {transform: scale3d(1.1, 1.1, 1.1);}
.team-block-one .overlay-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0 0 30px 35px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.team-block-one:hover .overlay-bg {background: rgba(0, 0, 0, 0.5);}
.team-block-one .name {
  font-family: 'gorditamedium';
  margin-bottom: 0;
  font-size: 24px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateY(5px);
  opacity: 0;
}
.team-block-one .position {
  color: #fff;
  font-size: 16px;
  padding: 5px 0 25px;
  transition: all 0.3s ease-in-out;
  transform: translateY(5px);
  opacity: 0;
  transition-delay: 0.1s;
}
.team-block-one .social-icon li {
  transition: all 0.3s ease-in-out;
  transform: translateY(5px);
  opacity: 0;
  transition-delay: 0.25s;
}
.team-block-one .social-icon a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.team-block-one .social-icon a:hover {background: var(--red-two); border-color: var(--red-two);}
.team-block-one:hover .hover-content,
.team-block-one:hover .name,
.team-block-one:hover .position,
.team-block-one:hover .social-icon li {transform: translateY(0); opacity: 1;}

/*------------------- Error Page ----------------*/
.error-creative-content {
  background: url(https://static.heyserp.com/images/assets/error-bg.svg) no-repeat left center;
  background-size: cover;
  height: 100vh;
}
.error-creative-content .inner-wrapper {
  text-align: center;
  padding: 35px 15px 50px;
  position: relative;
  top:50%;
  transform: translateY(-50%);
}
.error-creative-content .inner-wrapper h2 {
  font-size: 65px;
  font-weight: 500;
}
.error-creative-content .inner-wrapper p {
  font-size: 20px;
  line-height: 35px;
  max-width: 600px;
  margin: 35px auto 45px;
}
.error-creative-content .inner-wrapper .solid-button-one:hover {background: transparent;}
#hubspot-messages-iframe-container {
    bottom: 5%!important;
}
/*----------------------- Theme Hero Banner --------------------*/
.hero-banner-two {
  position: relative;
  z-index: 1;
  padding: 280px 0 130px;
  background: var(--light-blue);
}
.hero-banner-two .hero-heading span.ionic:before,
.hero-banner-two .hero-heading span.ionic:after {
  content: '';
  width: 49%;
  height: 4px;
  position: absolute;
  bottom: 2px;
  left: 13px;
  background: var(--heading);
}
.hero-banner-two .hero-heading span.ionic:after {background: var(--red-one); left: auto; right: 8px;}
.hero-banner-two .hero-heading span.ionic em {font-style: normal; color: var(--red-one);}
.hero-banner-two .hero-sub-heading {
  color: var(--heading);
  padding: 30px 0 50px;
  line-height: 2em;
}
.hero-banner-two .illustration-holder {
  position: absolute;
  right:2%;
  top: 26%;
  width: 39%;
  max-width: 800px;
}
/*----------------------- Pricing Section --------------------*/
.pricing-section {
  background: var(--light-blue);
}
.pricing-block-one {
  text-align: center;
  padding: 40px 30px 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 15px 50px 5px #f6f9fb;
  width: 100%;
}
.pricing-block-one:hover {transform: translateY(-10px);}
.pricing-block-one .pack-name {
  font-family: 'gorditabold';
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  color: var(--red-one);
}
.pricing-block-one .price {
  font-weight: 600;
  font-size: 36px;
  color: var(--heading);
  padding: 30px 0 10px;
}
.pricing-block-one .pack-duration {
  font-size: 15px;
  color: #A1A5B5;
  padding-bottom: 20px;
}
.pricing-block-one .theme-btn-three {font-size: 16px;}
/*------------------- HeySERP Text block Nine ----------------*/
.HeySERP-text-block-nine p {
  font-size: 17px;
  line-height: 2em;
}
.counter-section-two {
  background: url(https://static.heyserp.com/images/media/img_10.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.counter-section-two:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: var(--red-one);
  opacity: 0.8;
  z-index: -1;
}
.counter-section-two .img-meta {
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
}
.counter-block-two {width: 100%;}
.counter-block-two .main-count {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  line-height: initial;
}
.counter-block-two p {
  color: #fdfdfd; 
  font-size: 17px; 
  line-height: 1.4em; 
  margin-bottom: 0;
}
/*------------------- HeySERP Text block Ten ----------------*/
.HeySERP-text-block-ten p {font-size: 17px; line-height: 1.9em;}
.card-style-seven {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 40px 35px 25px;
  position: relative;
  width: 100%;
  height: 100%;
}
.card-style-seven:hover {
  box-shadow: 0px 10px 50px 0px rgba(88, 88, 88, 0.07);
  border-color: #fff;
}
.card-style-seven .icon {width: 80px;}
.card-style-seven:hover .icon-meta {transform: scale(1.05);}
.card-style-seven .numb {
  font-size: 55px;
  font-weight: 500;
  color: #f1f1f1;
  margin-top: 50px;
}
.card-style-seven .text {width: calc(100% - 80px);}
.card-style-seven h4 {
  font-family: 'gorditamedium';
  font-size: 26px;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
/*^^^^^^^^^^^^^^^^^^^^^ Partner Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.partner-section-two {
  background: var(--light-blue);
}
.partner-section-two .partent-logos {
  max-width: 1170px;
  margin: 50px auto 0;
}
.partner-section-two .partent-logos .item {padding: 30px 12px 0;}
.partner-section-two .partent-logos .logo {
  height: 90px;
  border-radius: 12px;
  background: #fff;
  padding: 0 40px;
  box-shadow: 0px 25px 60px rgb(0 106 204 / 5%);
  transition: all 0.3s ease-in-out;
}
.partner-section-two .partent-logos .logo:hover img {transform: scale(1.1);}
/*------------------- HeySERP Text block Eleven ----------------*/
.card-style-eight {
  padding: 35px 30px 35px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.card-style-eight:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
  transform: translateY(-5px);
}
.card-style-eight .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #161616;
  padding: 15px;
  margin: 0 auto;
}
.card-style-eight:hover .icon {background: var(--red-one);}
.card-style-eight h4 {
  font-family: 'gorditamedium';
  font-size: 22px;
  letter-spacing: -0.4px;
  margin: 30px 0 25px;
}
.card-style-eight {font-size: 17px; line-height: 1.85em;}
/*------------------- HeySERP Text block Twelve ----------------*/
.HeySERP-text-block-twelve p {
  font-size: 17px;
  line-height: 1.9em;
}
.card-style-nine {
  background: #FFFFFF;
  box-shadow: 0px 5px 50px rgb(0 73 171 / 4%);
  border-radius: 15px;
  text-align: center;
  padding: 50px 30px 55px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.card-style-nine .icon {height: 65px;}
.card-style-nine .icon img {max-height: 100%;}
.card-style-nine h3 {
  font-family: 'gorditamedium';
  font-size: 24px;
  margin: 45px 0 30px;
}
.card-style-nine p {font-size: 16px; line-height: 2em;}

/*-------------------- Button -------------------*/
body .theme-btn-five {
  font-family: 'gorditamedium';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.1px;
  color: #fff;
  padding: 0 28px;
  min-width: 180px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-five .arrow {font-size: 18px;}
body .theme-btn-five:hover {background: var(--red-one);}
/*------------------- Case Study Details ----------------*/
.case-details-two .top-banner {
  background: var(--light-blue);
  padding: 230px 0 0;
  position: relative; 
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}
.case-details-two .top-banner h6 {
  font-family: 'gorditamedium';
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 15px;
  background: #d9ecff;
}
.case-details-two .page-title {
  font-size: 48px;
  line-height: 1.29em;
  padding: 0 0 30px;
  margin-bottom: 0;
}
.case-details-two .page-title span,
.case-details-two .page-title a {
  position: relative;
  display: inline-block;
  color: var(--red-one);
}
.case-details-two .page-title span:before,
.case-details-two .page-title a:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: var(--red-one);
}
.case-details-two .case-info-data li {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 10px;
}
.case-details-two .case-info-data li span {font-family: 'gorditamedium'; color: #000;}
.case-details-two .sub-heading {
  font-family: 'gorditamedium';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #262626;
  margin-bottom: 20px;
}
.case-details-two p a {
  color: var(--red-one);
  text-decoration: underline;
}
.case-details-two .title {
  font-size: 38px;
  line-height: 1.24em;
  padding: 40px 0 22px;
}
.case-details-two p {
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 18px;
}
.case-details-two .border-block {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 30px 0 40px;
  margin: 40px 0 0;
}
.case-details-two .img-meta {margin: 0 0 60px;}
.case-details-two .work-process-block h5 {
  font-family: 'gorditamedium';
  font-size: 20px;
  margin-bottom: 15px;
}
.case-details-two .work-process-block p {
  font-size: 17px;
  line-height: 1.75em;
}
.case-details-two .work-process-block:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  left: 0;
  top: 0;
  background: var(--red-one);
  border: 3px solid #ffc0cf;
}
.case-details-two .work-process-block:after {
  content: '';
  position: absolute;
  width: calc(85% - 25px);
  left: 25px;
  top: 10px;
  height: 1px;
  border-top: 1px dashed var(--red-one);
}
.ui-list-item-two li {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}
.ui-list-item-two li:before {
  content: url(https://static.heyserp.com/images/icon/icon_42.svg);
  position: absolute;
  left: 0;
  top: -3px;
}
.ui-list-item-two li a {color: var(--red-one); word-break: break-all;}
.card-style-ten {
  background: #FFFFFF;
  box-shadow: 0px 5px 50px rgb(0 73 171 / 4%);
  border-radius: 0 0 15px 15px;
  text-align: center;
  padding: 40px 15px 20px;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.card-style-ten .numb {
  font-size: 40px;
  color: var(--red-one);
}
.card-style-ten h5 {
  font-family: 'gorditamedium';
  font-size: 21px;
  margin: 30px 0 20px;
}
.card-style-ten p {font-size: 17px; line-height: 1.75em;}
.case-details-two .image-bg {
  background: #F1F1F1; 
  border-radius: 10px; 
  padding: 40px;
}
/*------------------- Portfolio Details ----------------*/
.portfolio-details .top-banner {
  background: var(--light-blue);
  padding: 230px 0 80px;
  position: relative; 
  z-index: 1;
  text-align: center;
  margin-bottom: 100px;
}
.portfolio-details .page-title {
  font-size: 70px;
  line-height: 1.29em;
  font-weight: 500;
  margin: 15px 0 0;
}
.portfolio-details .top-banner .tag-line li {
  font-size: 13px;
  color: #6f6f6f;
  margin: 0 14px;
  position: relative;
  text-transform: uppercase;
}
.portfolio-details .top-banner .tag-line li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red-one);
  left: -14px;
  top: calc(50% - 2px);
}
.portfolio-details .top-banner .tag-line li:first-child:before {display: none;}
.portfolio-details .top-banner .tag-line::before,
.portfolio-details .top-banner .tag-line::after {
  content: '';
  position: absolute;
  left: auto;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 35px;
  top: 50%;
}
.portfolio-details .top-banner .tag-line::before {right: -35px; }
.portfolio-details .top-banner .tag-line::after {left: -35px; }
.portfolio-details .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.24em;
  padding: 0 0 10px;
}
.portfolio-details p {line-height: 2em;margin-bottom: 30px;}
.portfolio-details p a {color: var(--red-one);}
.portfolio-details .pt-title {
  font-family: 'gorditamedium';
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.8px;
}
.portfolio-details .pt-text {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
}
.portfolio-details .pt-text a:hover {color: var(--red-one);}
.portfolio-details .sub-heading {
  font-size: 18px;
  color: var(--red-one);
  padding-bottom: 5px;
}
.portfolio-details .sub-title {font-size: 26px; line-height: 1.45em; padding-bottom: 10px;}
.card-style-eleven .icon {
  font-family: 'gorditamedium';
  font-size: 16px;
  width: 50px;
  height: 50px;
  border: 3px solid #ffc0cf;
  background: var(--red-one);
  color: #fff;
}
.card-style-eleven .text {
  width: calc(100% - 50px);
  padding-left: 25px;
}
.card-style-eleven .text h5 {font-family: 'gorditamedium'; font-size: 20px;}
.card-style-eleven .text p {font-size: 17px; line-height: 1.75em;}

.HeySERP-text-block-eight .bg-wrapper {
  background: var(--light-blue);
  padding: 50px 70px 35px;
}
.accordion-style-one .accordion-item {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
}
.accordion-style-one .accordion-item .accordion-button {
  font-family: 'gorditamedium';
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 30px 60px 30px 35px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.accordion-style-one .accordion-item  .accordion-button:not(.collapsed) {padding-bottom: 20px;}
.accordion-style-one .accordion-item .accordion-body {padding: 0 100px 20px 35px;}
.accordion-style-one .accordion-item .accordion-body p {font-size: 17px; line-height: 1.8em; margin-bottom: 12px;}
.accordion-style-one .accordion-button::after {
  content: "\f282";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 15px;
  width: 30px;
  height: 30px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  right: 20px;
  top: 29px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.accordion-style-one .accordion-button:not(.collapsed)::after {
  background: var(--red-one);
  border-color: var(--red-one);
  color: #fff;
}
.HeySERP-text-block-eight .bg-wrapper .shape-one {top: -64px; right: -64px;}

@media (min-width: 1200px) and (max-width: 1399px) {
  .case-details-two .page-title {font-size: 45px;}
  .case-details-two .title {font-size: 36px;}
  .portfolio-details .page-title {font-size: 65px;}
}

@media (max-width: 1199px) {
  .case-details-two .page-title span:before, .case-details-two .page-title a:before {height: 2px;}
  .case-details-two .case-info-data li {font-size: 16px; margin-bottom: 5px;}
  .case-details-two .title {font-size: 30px; padding: 30px 0 15px;}
  .case-details-two p {font-size: 17px; line-height: 1.85em; padding-bottom: 8px;}
  .ui-list-item-two li {font-size: 17px;}
  .card-style-ten h5 {font-size: 20px;}
  .card-style-ten .numb {font-size: 35px;}
  .case-details-two .top-banner {margin-bottom: 25px;}
  .ui-list-item-two li:before {top: -1px;}
  .portfolio-details .top-banner .tag-line li {font-size: 12px; letter-spacing: 1.2px;}
  .portfolio-details .title {font-size: 28px; padding-bottom: 5px; line-height: 1.35em;}
  .portfolio-details p {margin-bottom: 25px;}
  .HeySERP-text-block-eight .bg-wrapper {padding: 25px 15px 10px;}
  .HeySERP-text-block-eight h3 {font-size: 30px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .case-details-two .page-title {font-size: 35px;} 
  .portfolio-details .page-title {font-size: 55px;}
  .accordion-style-one .accordion-item .accordion-body {padding-right: 50px;}
}
@media (max-width: 991px) {
  .case-details-two .page-title {font-size: 30px; line-height: 1.35em; padding-bottom: 20px;}
  .case-details-two .top-banner {padding-top: 190px;}
  .portfolio-details .top-banner {padding: 180px 0 50px; margin-bottom: 60px;}
  .portfolio-details .page-title {font-size: 42px; margin-top: 8px;}
  .card-style-eleven .icon {width: 45px; height: 45px; font-size: 15px;}
  .card-style-eleven .text {width: calc(100% - 45px); padding-left: 20px;}
  .accordion-style-one .accordion-item .accordion-button {font-size: 18px; padding: 25px 50px 25px 20px;}
  .accordion-style-one .accordion-button::after {right: 15px; top: 24px;}
  .accordion-style-one .accordion-item .accordion-body {padding: 0 40px 10px 20px;}
}
@media (max-width: 575px) {
  .case-details-two .img-meta {margin-bottom: 40px;}
  .case-details-two .case-info-data li {font-size: 15px;}
  .case-details-two .title,.portfolio-details .title {font-size: 26px;}
}

 #hubspot-messages-iframe-container {
    bottom: 5%!important;
}
.m-bottom-2 > small, .cOMpXr {
    display: none!important;
}