@font-face {
  font-family: "Gotham";
  src: url("../fonts/fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Ultra.eot");
  src: url("../fonts/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Ultra.woff2") format("woff2"), url("../fonts/Gotham-Ultra.woff") format("woff"), url("../fonts/Gotham-Ultra.ttf") format("truetype"), url("../fonts/Gotham-Ultra.svg#Gotham-Ultra") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gotham", sans-serif;
  background: #fff;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

a:focus {
  outline: none;
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

.Global_heading {
  font-weight: 800;
  font-size: 80px;
  font-family: "Gotham";
  line-height: 96px;
  color: #0ACE59;
  padding-bottom: 15px;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 1400px) {
  .Global_heading {
    font-size: 50px;
    line-height: 65px;
  }
}
@media screen and (max-width: 991px) {
  .Global_heading {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Global_heading {
    font-size: 32px;
    line-height: 45px;
  }
}

.Sub_heading {
  font-family: Gotham;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #FFFFFF;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .Sub_heading {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .Sub_heading {
    font-size: 30px;
    line-height: 44px;
  }
}
@media screen and (max-width: 576px) {
  .Sub_heading {
    font-size: 25px;
    line-height: 38px;
  }
}

.sub_heading_2 {
  font-family: Gotham;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}

.Sub_heading_black {
  font-family: Gotham;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .Sub_heading_black {
    font-size: 30px;
    line-height: 40px;
  }
}

.subTitle2 {
  font-family: Gotham;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
}

.text_content {
  margin-bottom: 50px;
}
.text_content p {
  font-family: Gotham;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #CFD1D7;
  margin-bottom: 35px;
}

.text_content_2 p {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #CFD1D7;
  margin-bottom: 40px;
}

.col {
  display: inline-block;
  width: auto;
  text-align: center;
  height: auto;
  position: relative;
}

.form-group {
  position: relative;
  padding: 0 !important;
}

#gtbutton {
  position: fixed;
  bottom: 90px;
  right: 100px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #gtbutton {
    bottom: 20px;
    right: 20px;
  }
}

#gtbutton.show {
  opacity: 1;
  visibility: visible;
}

.text_green {
  color: #0ACE59 !important;
}

.text_grey_2 {
  color: #68696F !important;
}

.dark_text {
  color: #131313 !important;
}

.section_subHeading {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #131313;
}

.Global_section_two {
  background: #131313;
  margin-top: -3px;
  padding: 100px 0 180px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
}
@media screen and (max-width: 767px) {
  .Global_section_two {
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);
  }
}

.black-bg-crical {
  position: relative;
}
.black-bg-crical:before, .black-bg-crical:after {
  content: "";
  background-size: contain;
  width: 190px;
  height: 100%;
  background-position: left 50%;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0px;
  opacity: 0.1;
}
.black-bg-crical :before {
  background-image: url(./assets/images/seo-sectio-vector-left.png);
}
.black-bg-crical :after {
  background-image: url(./assets/images/seo-sectio-vector-righ.png);
  right: 0px;
  top: 0px;
  background-position: top;
  width: 250px;
}

.attention_col {
  padding: 47px;
  position: relative;
}
.attention_col:before {
  content: "";
  background: url(../images/SEO_page/border_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/SEO_page/border_before.png") center no-repeat !important;
}
.attention_col:after {
  content: "";
  background: url(../images/SEO_page/border_after.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/SEO_page/border_after.png") center no-repeat !important;
}

@media screen and (max-width: 991px) {
  .common_mobile_layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
  }
}

.bg-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.headquarters {
  padding: 100px 0px;
  background: #131313;
}
@media screen and (max-width: 768px) {
  .headquarters {
    padding: 80px 0px;
  }
}
.headquarters h3 {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .headquarters h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 425px) {
  .headquarters h3 {
    padding-bottom: 3rem;
  }
}
.headquarters img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-contact-us {
  background-color: #131313;
}

header.header_404 {
  background-color: #131313;
  color: #fff;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  header.header_404 {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  header.header_404 .common_mobile_layout {
    height: auto;
  }
}
header.header_404 .center {
  text-align: center;
}
header.header_404 .image_404 {
  object-fit: cover;
  max-width: 35rem;
  max-height: 25rem;
}
@media screen and (max-width: 425px) {
  header.header_404 .image_404 {
    width: 18rem;
  }
}
header.header_404 h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
}
header.header_404 p {
  margin: 0 auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .layout-policy {
    height: auto;
  }
}

.your-privacy {
  background-color: #131313;
  color: #fff;
  padding-bottom: 4rem;
}
.your-privacy div.title-your-privacy {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
}
.your-privacy ul, .your-privacy ol {
  margin-bottom: 0rem;
  padding: 0px 20px;
}
.your-privacy ol li, .your-privacy ul li, .your-privacy ul li p, .your-privacy p {
  font-weight: 325;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
}
.your-privacy .our-policy-item .title-our-policy-item {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
}
.your-privacy .our-policy-item lo li, .your-privacy .our-policy-item ul li, .your-privacy .our-policy-item ul li p, .your-privacy .our-policy-item p {
  font-weight: 325;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
}
.your-privacy .content-our-policy-item h1, .your-privacy .content-our-policy-item h2, .your-privacy .content-our-policy-item h3, .your-privacy .content-our-policy-item h4, .your-privacy .content-our-policy-item h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.teams_condition {
  background-color: #131313;
  color: #fff;
  padding: 4rem 0rem;
}
.teams_condition h1,
.teams_condition h2,
.teams_condition h3,
.teams_condition h4,
.teams_condition h5 {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 22px;
  line-height: 48px;
  color: #FFFFFF;
}
.teams_condition p {
  font-weight: 325;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
}

.find_more_btn a {
  align-items: center;
  padding: 17px 50px;
  margin-top: 55px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Gotham";
  text-decoration: none;
  background-image: linear-gradient(to right, #0ace59 0%, #0ace59 51%, #0ace59 100%);
  background-size: 200% auto;
  transition: 0.5s;
  cursor: pointer;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .find_more_btn a {
    padding: 17px 28px;
  }
}
@media screen and (max-width: 767px) {
  .find_more_btn a {
    padding: 17px 30px;
  }
}
.find_more_btn a i {
  margin-left: 20px;
}
.find_more_btn a:hover {
  text-decoration: none;
  background-position: right center;
  background-image: linear-gradient(to right, #027731 0%, #0ace59 51%, #027731 100%);
}

.find_more_white a {
  background-image: linear-gradient(to right, #fff 0%, #fff 51%, #fff 100%);
  color: #0ace59;
}
.find_more_white a:hover {
  background-image: linear-gradient(to right, #464646 0%, #131313 51%, #464646 100%);
  color: #fff;
}

.explore_more {
  padding: 80px 0 30px;
}
@media screen and (max-width: 991px) {
  .explore_more {
    padding: 70px 0 30px;
  }
}
.explore_more a {
  font-family: "Jost", sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.explore_more a:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  color: #0ace59;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.expert_team_col .find_more_btn a,
.relevant_traffic .find_more_btn a,
.expert_team_conversion_page .find_more_btn a,
.top_ranking_section .find_more_btn a {
  background-image: linear-gradient(to right, #131313 0%, #131313 51%, #131313 100%);
  padding: 34px 42px;
  font-size: 26px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .expert_team_col .find_more_btn a,
.relevant_traffic .find_more_btn a,
.expert_team_conversion_page .find_more_btn a,
.top_ranking_section .find_more_btn a {
    padding: 34px 26px;
  }
}
@media screen and (max-width: 576px) {
  .expert_team_col .find_more_btn a,
.relevant_traffic .find_more_btn a,
.expert_team_conversion_page .find_more_btn a,
.top_ranking_section .find_more_btn a {
    padding: 34px 15px;
    font-size: 20px;
  }
}

.con {
  width: auto;
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 999;
}
.con:hover .bar {
  background-color: #0ace59;
}
.con:hover .arrow-top {
  -webkit-transform: rotateZ(50deg) translateY(7px);
  -moz-transform: rotateZ(50deg) translateY(7px);
  -ms-transform: rotateZ(50deg) translateY(7px);
  -o-transform: rotateZ(50deg) translateY(7px);
  transform: rotateZ(50deg) translateY(7px);
  width: 25px;
}
.con:hover .arrow-middle {
  -webkit-transform: translateX(-18px);
  -moz-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  -o-transform: translateX(-18px);
  transform: translateX(-18px);
}
.con:hover .arrow-bottom {
  -webkit-transform: rotateZ(-50deg) translateY(-7px);
  -moz-transform: rotateZ(-50deg) translateY(-7px);
  -ms-transform: rotateZ(-50deg) translateY(-7px);
  -o-transform: rotateZ(-50deg) translateY(-7px);
  transform: rotateZ(-50deg) translateY(-7px);
  width: 25px;
}

.middle {
  margin: 0 auto;
}

.bar {
  display: block;
  height: 3px;
  width: 29px;
  background: #fff;
  margin: 10px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bar.arrow-bottom,
.bar.arrow-top {
  width: 22px;
  margin: 0 0 0 auto;
}

.Overlay_Menu {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #131313;
  overflow-x: hidden;
  transition: 0.5s;
}
.Overlay_Menu .reduceSpace {
  margin-top: -2px;
}
.Overlay_Menu .closebtn {
  position: absolute;
  top: 20px;
  right: 35px;
  line-height: normal;
  font-size: 60px;
  transform-origin: center;
  color: #fff;
  text-decoration: none;
  z-index: 999;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 991px) {
  .Overlay_Menu .closebtn {
    font-size: 50px;
    right: 10px;
  }
}
.Overlay_Menu .closebtn:hover {
  color: #131313;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-decoration: none;
}
.Overlay_Menu .Overlay_Menu_Content {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0 80px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .Overlay_Menu .Overlay_Menu_Content {
    padding: 30px;
    height: 85vh;
    overflow-y: auto;
  }
}
.Overlay_Menu .Overlay_Menu_Content .LeftNavMenu {
  margin: 0;
  padding: 0;
}
.Overlay_Menu .Overlay_Menu_Content .LeftNavMenu li {
  display: none;
  list-style: none;
}
.Overlay_Menu .Overlay_Menu_Content .LeftNavMenu li:first-child {
  margin: 45px 0;
}
@media screen and (max-width: 991px) {
  .Overlay_Menu .Overlay_Menu_Content .LeftNavMenu li:first-child {
    margin: 0 0 45px;
  }
}
.Overlay_Menu .Overlay_Menu_Content .LeftNavMenu li a {
  font-family: Gotham;
  font-weight: bold;
  font-size: 40px;
  line-height: 64px;
  color: #cfd1d7;
  display: inline-block;
  position: relative;
  text-decoration: none;
  background: #131313;
}
@media screen and (max-width: 991px) {
  .Overlay_Menu .Overlay_Menu_Content .LeftNavMenu li a {
    font-size: 30px;
    line-height: 55px;
  }
}
.Overlay_Menu .Overlay_Menu_Content .LeftNavMenu li a:hover:after {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  width: 70px;
}
.Overlay_Menu .Overlay_Menu_Content .LeftNavMenu li a:after {
  content: "";
  width: 0px;
  height: 3px;
  background: #0ace59;
  position: absolute;
  top: 55%;
  left: 110%;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.Overlay_Menu .Overlay_Menu_Content .LeftNavMenu li a.active:after {
  content: "";
  height: 3px;
  background: #0ace59;
  position: absolute;
  top: 55%;
  left: 110%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 1;
  text-decoration: none;
  color: #fff;
  width: 70px;
}
.Overlay_Menu .Overlay_Menu_Content .mail_outer {
  position: sticky;
  bottom: 0;
  left: 0;
  background: #131313;
}
.Overlay_Menu .Overlay_Menu_Content .mail_outer .Menu_mail_col {
  position: relative;
  padding: 0 0 50px 100px;
  display: none;
}
@media screen and (max-width: 991px) {
  .Overlay_Menu .Overlay_Menu_Content .mail_outer .Menu_mail_col {
    padding-left: 0;
  }
}
.Overlay_Menu .Overlay_Menu_Content .mail_outer .Menu_mail_col:before {
  content: "";
  width: 70px;
  height: 2px;
  background: #0ace59;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .Overlay_Menu .Overlay_Menu_Content .mail_outer .Menu_mail_col:before {
    display: none;
  }
}
.Overlay_Menu .Overlay_Menu_Content .mail_outer .Menu_mail_col h6 {
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #68696f;
  margin-bottom: 0;
}
.Overlay_Menu .Overlay_Menu_Content .mail_outer .Menu_mail_col a {
  font-family: Gotham;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #68696f;
  transition: 0.3s linear;
}

@media screen and (max-width: 991px) {
  a.navbar-brand {
    max-width: 95px;
    height: auto;
  }
}

.custom_fullHeight {
  height: 100vh;
}

.bg_greenMenu {
  background: #0ace59;
  overflow-y: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.bg_greenMenu .Green_Menu {
  background: #0ace59;
  padding: 130px 50px 50px;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .bg_greenMenu .Green_Menu {
    padding-top: 50px;
  }
}
.bg_greenMenu .Green_Menu h6 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 40px;
  display: block;
}
.bg_greenMenu .Green_Menu .NavMenuOptions {
  margin: 0;
  padding: 0;
}
.bg_greenMenu .Green_Menu .NavMenuOptions li {
  display: block;
}
.bg_greenMenu .Green_Menu .NavMenuOptions li a {
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s linear;
  position: relative;
  padding: 0 0 0 45px;
  margin-bottom: 20px;
  display: inline-block;
  overflow: hidden;
  word-break: break-word;
}
.bg_greenMenu .Green_Menu .NavMenuOptions li a:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 0px;
  left: 0;
  line-height: normal;
  color: #fff;
  font-size: 24px;
  transition: 0.5s linear;
}
.bg_greenMenu .Green_Menu .NavMenuOptions li a:hover {
  color: #131313;
  text-decoration: none;
}
.bg_greenMenu .Green_Menu .NavMenuOptions li a:hover:before {
  color: #131313;
}
.bg_greenMenu .Green_Menu .Social_Menu ul {
  margin: 0;
  padding: 0;
}
.bg_greenMenu .Green_Menu .Social_Menu ul li {
  display: inline-block;
  margin-right: 33px;
}
.bg_greenMenu .Green_Menu .Social_Menu ul li a {
  color: #fff;
  font-size: 30px;
  transition: 0.5s linear;
}
.bg_greenMenu .Green_Menu .Social_Menu ul li a:hover {
  color: #131313;
}
.bg_greenMenu .Green_Menu .Social_Menu ul li:last-child {
  margin-right: 0;
}

.box-shadow {
  box-shadow: inset 0 -80px 60px -20px #131313 !important;
}

.bg_banner {
  background: #131313;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #383838;
}
.bg_banner .navbar-brand {
  max-width: 155px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .bg_banner .navbar-brand {
    max-width: 95px;
    height: auto;
  }
}

.navbar.navbar-expand-lg span img {
  cursor: pointer;
}

.navbar-expand-lg {
  justify-content: space-between;
  cursor: default;
  margin-top: 15px;
}

.banner_text {
  min-height: 520px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banner_text {
    min-height: 250px;
  }
}
.banner_text h1, .banner_text h2 {
  color: #fff;
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: 112px;
  line-height: 112px;
  letter-spacing: 0.08em;
  font-weight: 800;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 1200px) {
  .banner_text h1, .banner_text h2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .banner_text h1, .banner_text h2 {
    font-size: 72px;
    line-height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .banner_text h1, .banner_text h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .banner_text h1, .banner_text h2 {
    font-size: 33px;
    line-height: 44px;
  }
}
.banner_text h2 .Sub_heading {
  font-size: 50px;
}
@media screen and (max-width: 1200px) {
  .banner_text h2 .Sub_heading {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .banner_text h2 .Sub_heading {
    font-size: 36px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .banner_text h2 .Sub_heading {
    font-size: 24px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .banner_text h2 .Sub_heading {
    font-size: 20px;
    line-height: 22px;
  }
}

.content-in-banner .left {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: absolute;
  left: -8rem;
  bottom: 14rem;
}

.seo-content-in-banner .left {
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: absolute;
  left: -20rem;
  bottom: 22rem;
}
.seo-content-in-banner .left .line-straight {
  width: 4.375rem;
  height: 1px;
  background: #fff;
}
.seo-content-in-banner .left-services {
  left: -15rem;
}

.bg_conversion_banner {
  background: #131313 url(./assets/images/conversion_optimization/bg_conversion.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #383838;
}

.bg_email_banner {
  background: #131313 url(./assets/images/email_marketing/email_market_banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #383838;
}

.bg_lead_banner {
  background: #131313 url(./assets/images/lead_page/lead_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #383838;
}

.bg_paidAd_banner {
  background: #131313 url(./assets/images/paid_ads/paid_ads_banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #383838;
}

.bg_seo_banner {
  background: #131313 url(./assets/images/SEO_page/SEO_banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #383838;
}

.social_media_banner {
  background: #131313 url(./assets/images/social_media/social_media_banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #383838;
}

.bg_speed_banner {
  background: #131313 url(./assets/images/speed_optimisation/bg_speed.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #383838;
}

a.menu-right.active {
  color: #131313 !important;
  text-decoration: none !important;
}

.SEO_Outer {
  background: #131313;
  padding: 120px 0 140px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
}
@media screen and (max-width: 991px) {
  .SEO_Outer {
    padding-bottom: 130px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 84%);
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 84%);
  }
}
@media screen and (max-width: 767px) {
  .SEO_Outer {
    margin-top: -3px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 96%, 0 90%);
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0 90%);
  }
}

.reasons_outer {
  padding: 70px 0 90px;
}
@media screen and (max-width: 1400px) {
  .reasons_outer {
    padding: 30px 0 50px;
  }
}
.reasons_outer .reasons_to_choose {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.reasons_outer .reasons_to_choose .features_img {
  border: 15px solid rgba(10, 206, 89, 0.1);
  opacity: 1.1;
  border-radius: 50%;
  padding: 23px;
  width: 111px;
  height: 111px;
  margin: 0 auto 35px;
}
.reasons_outer .reasons_to_choose p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Gotham";
  text-align: center;
  color: #68696f;
}

.conversion {
  background-color: #131313;
  background-image: url("../../assets/images/ConversionOptimisationbg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  padding: 194px 0px 135px;
  margin-bottom: -118px;
}
@media screen and (max-width: 767px) {
  .conversion {
    -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 94%);
    clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 94%);
    margin-bottom: -120px;
  }
}
.conversion .sub_heading {
  font-family: Gotham;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  max-width: 783px;
  margin: 30px auto 51px;
  width: 100%;
}
.conversion .text_content {
  padding-left: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .conversion .text_content {
    padding-left: 5px;
  }
}
.conversion .find_more_btn a {
  margin-top: 10px;
}

.help-sections {
  background-image: url("./assets/images/help/help_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 92%);
  padding: 221px 0px 185px;
  position: relative;
  z-index: 1;
  background-color: #008937;
  mix-blend-mode: multiply;
  margin-bottom: 70px;
}
.help-sections:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #008937;
  opacity: 0.6;
  z-index: -1;
}
.help-sections p.Sub_heading {
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .help-sections p.Sub_heading {
    padding-right: 0;
  }
}
.help-sections .text_content p {
  color: #fff;
}
.help-sections .highlight {
  font-family: Gotham;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 55px;
  text-transform: uppercase;
  color: #131313;
  display: table;
  background: #FFFFFF;
  clear: both;
  padding: 0px 14px;
  margin-bottom: 20px;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 576px) {
  .help-sections .highlight {
    font-size: 24px;
    line-height: 40px;
  }
}
.help-sections .Global_heading {
  color: #ffffff;
  padding-bottom: 60px;
}

.strategic-services {
  display: inline-block;
  width: 100%;
  background: url(./assets/images/SEO_page/bg_circle_fade.png) no-repeat;
  background-position: 100%;
  background-size: contain;
  padding: 110px 0 50px;
}
@media screen and (max-width: 767px) {
  .strategic-services {
    padding: 0 0 50px;
  }
}
.strategic-services .container-fluid {
  max-width: 1700px;
}
.strategic-services .Global_heading {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .strategic-services .Global_heading {
    padding-bottom: 50px;
  }
}
.strategic-services .services-list .col {
  text-align: center;
  padding: 0px 34px;
}
.strategic-services .services-list .block {
  border: 4px solid #131313;
  text-align: left;
  margin: auto;
  height: 330px;
  margin-bottom: 70px;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  position: relative;
  flex-wrap: wrap;
  width: 270px;
}
@media screen and (max-width: 576px) {
  .strategic-services .services-list .block {
    width: 250px;
  }
}
.strategic-services .services-list .block:hover {
  border-color: #0ace59;
}
.strategic-services .services-list .block:hover .title {
  order: unset;
  color: #fff;
  position: relative;
}
.strategic-services .services-list .block:hover .icon {
  opacity: 1;
  visibility: visible;
  max-height: none;
}
.strategic-services .services-list .block:hover .content {
  max-height: 100%;
  opacity: 1;
  color: #fff;
  position: relative;
}
.strategic-services .services-list .block:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.strategic-services .services-list .block:before {
  content: "";
  background: #0ace59;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 0;
}
.strategic-services .services-list .block .title {
  width: 100%;
  order: 2;
  color: #000;
  font-family: Gotham;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 991) {
  .strategic-services .services-list .block .title {
    order: 1;
    margin-bottom: 15px;
    font-size: 29px;
  }
}
.strategic-services .services-list .block .content {
  opacity: 0;
  max-height: 0px;
  width: 100%;
  transition: all 0.5s ease;
  font-family: Gotham;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .strategic-services .services-list .block .content {
    opacity: 1;
    order: 2;
    max-height: 100%;
  }
}

.lead_gen_journey {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .lead_gen_journey {
    margin-top: -70px;
  }
}
@media screen and (max-width: 576px) {
  .lead_gen_journey {
    padding-bottom: 0;
  }
}

.conversion_steps1 .sub_heading_2 {
  color: #131313;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .conversion_steps1 .sub_heading_2 {
    font-size: 27px;
  }
}
.conversion_steps1 .Global_heading {
  color: #583fbb;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .conversion_steps1 .Global_heading {
    font-size: 55px;
  }
}

.conversion_steps2 .sub_heading_2 {
  color: #131313;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .conversion_steps2 .sub_heading_2 {
    font-size: 27px;
  }
}
.conversion_steps2 .Global_heading {
  color: #c556c0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .conversion_steps2 .Global_heading {
    font-size: 55px;
  }
}

.conversion_steps3 .sub_heading_2 {
  color: #131313;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .conversion_steps3 .sub_heading_2 {
    font-size: 27px;
  }
}
.conversion_steps3 .Global_heading {
  color: #5edd22;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .conversion_steps3 .Global_heading {
    font-size: 55px;
  }
}

.conversion_steps4 .sub_heading_2 {
  color: #131313;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .conversion_steps4 .sub_heading_2 {
    font-size: 27px;
  }
}
.conversion_steps4 .Global_heading {
  color: #dd2222;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .conversion_steps4 .Global_heading {
    font-size: 55px;
  }
}

.lead_generation_col {
  background: #131313;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
  padding: 194px 0px 135px;
}
@media screen and (max-width: 767px) {
  .lead_generation_col {
    -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);
    padding-top: 140px;
    padding-bottom: 0;
  }
}
.lead_generation_col .conversionInfographic {
  margin-bottom: 115px;
}
.lead_generation_col .about_lead_generation {
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.lead_generation_col .about_lead {
  font-family: Gotham;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #cfd1d7;
}
.lead_generation_col .lead_categories a {
  text-decoration: none;
  display: block;
  background: #242020;
  padding: 7px 12px;
  text-align: center;
  font-family: Gotham;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 576px) {
  .lead_generation_col .lead_categories a {
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lead_generation_col .lead_categories a {
    padding: 7px 3px;
  }
}
.lead_generation_col .lead_categories h5 {
  letter-spacing: 0.225em;
  text-transform: uppercase;
}
.lead_generation_col .lead_categories label {
  font-family: Gotham;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
.lead_generation_col .col_TOFU h5,
.lead_generation_col .col_TOFU label {
  color: #f38230;
}
.lead_generation_col .col_MOFU h5,
.lead_generation_col .col_MOFU label {
  color: #09af4c;
}
.lead_generation_col .col_BOFU h5,
.lead_generation_col .col_BOFU label {
  color: #765da5;
}

.conversion_stepsCol {
  padding: 300px 0 100px;
  position: relative;
  background: #fff url(./assets/images/SEO_page/bg_circle_fade.png) no-repeat;
  background-position: 100%;
  background-size: contain;
  margin-bottom: -90px;
}
.conversion_stepsCol:before {
  content: "";
  background: url("/assets/images/SEO_page/arrow_bg.svg") center no-repeat !important;
  background-size: auto;
  background-position: center;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 180px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 99;
  margin: 0 auto;
}
.conversion_stepsCol .media {
  margin-bottom: 80px;
}
.conversion_stepsCol .media .media-body h5 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0ace59;
  margin-bottom: 5px;
}
.conversion_stepsCol .media .media-body p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #68696f;
  margin: 15px 0 0 0;
}

.expert_team_conversion_page {
  background: #0ace59;
  padding: 187px 0px 200px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  margin-top: 43px;
  margin-bottom: -150px;
}
.expert_team_conversion_page .text_content p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .conversion_infographics {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .conversion_infographics .text_content p {
    margin-bottom: 0;
  }
}

.marketing_stats_section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .marketing_stats_section {
    padding-bottom: 0;
  }
}
.marketing_stats_section .marketing_stats_card {
  margin-bottom: 80px;
}
.marketing_stats_section .marketing_stats_card .icon_img {
  width: 60px;
  height: 60px;
  background: #f3f3f3;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.marketing_stats_section .marketing_stats_card h4 {
  font-family: Gotham;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #131313;
  margin-bottom: 20px;
}
.marketing_stats_section .marketing_stats_card p {
  font-family: Gotham;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #68696f;
}

.card2 {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .card2 {
    margin-top: 0;
  }
}

.card3 {
  margin-top: -135px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card3 {
    margin-top: -180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card3 {
    margin-top: -120px;
  }
}
@media screen and (min-width: 1600px) {
  .card3 {
    margin-top: -125px;
  }
}

.expert_team_col {
  position: relative;
  background: #0ace59;
  padding: 187px 0px 210px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  margin-top: 43px;
  margin-bottom: -100px;
}
@media screen and (max-width: 991px) {
  .expert_team_col {
    margin-bottom: -120px;
    padding-top: 120px;
    padding-bottom: 300px;
  }
}
.expert_team_col:after {
  content: "";
  background: url(./assets/images/lead_page/Mail_sent.webp) no-repeat;
  background-position: right bottom;
  background-size: auto;
  position: absolute;
  bottom: -7px;
  right: 10%;
  width: 500px;
  display: block;
  height: 425px;
}
@media screen and (max-width: 767px) {
  .expert_team_col:after {
    height: 250px;
    width: 100%;
    background-size: contain;
    bottom: 30px;
    right: 0;
  }
}
.expert_team_col .speak_to_ceo p {
  font-family: Gotham;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .expert_team_col .speak_to_ceo p {
    font-size: 26px;
    line-height: 40px;
    margin-top: 30px;
  }
}

.is_website_col {
  background: #212225;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  padding: 194px 0px 160px;
  margin-bottom: -107px;
}
@media screen and (max-width: 991px) {
  .is_website_col {
    -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 93%);
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 93%);
    margin-bottom: -132px;
  }
}

.business_strategy_col {
  background: #131313 url(../images/SEO_page/bg_circle.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding: 197px 0px;
  -webkit-clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 93%);
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 93%);
  margin-bottom: -110px;
}
@media screen and (max-width: 991px) {
  .business_strategy_col {
    -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);
    margin-bottom: -150px;
  }
}
.business_strategy_col .business_strategy_ideas p {
  font-family: Gotham;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #cfd1d7;
  margin-bottom: 2rem;
}
.business_strategy_col .business_strategy_List ul {
  margin: 0;
  padding: 0;
}
.business_strategy_col .business_strategy_List ul li {
  display: block;
  padding: 0 0 30px 55px;
  position: relative;
}
.business_strategy_col .business_strategy_List ul li p {
  font-family: Gotham;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #cfd1d7;
  margin-bottom: 0;
}
.business_strategy_col .business_strategy_List ul li:before {
  content: "\f270";
  font-family: bootstrap-icons !important;
  color: #0ace59;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
}

.lead_gen_options_col {
  padding: 300px 0 0;
  position: relative;
  background: #fff url(./assets/images/SEO_page/bg_circle_fade.png) no-repeat;
  background-position: 100%;
  background-size: contain;
  margin-bottom: -90px;
}
.lead_gen_options_col:before {
  content: "";
  background: url("/assets/images/SEO_page/arrow_bg.svg") center no-repeat !important;
  background-size: auto;
  background-position: center;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 180px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 99;
  margin: 0 auto;
}
.lead_gen_options_col .leadOptions {
  margin-bottom: 130px;
}
.lead_gen_options_col .leadOptions img {
  max-height: 130px;
  max-width: 130px;
  min-height: 130px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.lead_gen_options_col .leadOptions h5 {
  font-family: Gotham;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #131313;
  margin-top: 40px;
}

.journey_steps {
  margin-bottom: 50px;
}
.journey_steps .media-body h5 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #131313;
  margin: 0 0 20px 0px;
}
.journey_steps .media-body p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #68696f;
}

.fade.show {
  background: rgba(10, 206, 89, 0.91);
  padding-right: 0 !important;
}

.free_guide_popup .modal-content {
  padding: 60px 60px 25px;
  border: 0;
  box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .free_guide_popup .modal-content {
    padding: 40px 30px 25px;
  }
}
.free_guide_popup .modal-content .modal-header .modal-title {
  font-family: Gotham;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 52px;
  color: #131313;
}
@media screen and (max-width: 991px) {
  .free_guide_popup .modal-content .modal-header .modal-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.free_guide_popup .modal-content .modal-header button {
  color: #cfd1d7;
  font-size: 35px;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 34px;
  opacity: 1;
}
.free_guide_popup .modal-content .modal-body p {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #68696f;
  margin: 24px 0 50px;
}
.free_guide_popup .modal-content .modal-body form input {
  border: 2px solid #68696f;
  box-sizing: border-box;
  border-radius: 5px;
  height: 47px;
  font-family: Gotham;
  margin-top: 36px;
}
.free_guide_popup .modal-content .modal-body form input:first-child {
  margin-top: 0;
}
.free_guide_popup .modal-content .modal-footer small {
  color: #68696f;
  font-family: Gotham;
}
.free_guide_popup .modal-content .modal-footer small a {
  color: #0ace59;
}

.Paid_info_outer {
  background: #131313;
  padding: 120px 0 140px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .Paid_info_outer {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 94%);
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 94%);
  }
}

.ad_process_outer {
  min-height: 420px;
  display: flex;
  align-items: center;
  margin: 70px auto 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer {
    padding-bottom: 60px;
  }
}
.ad_process_outer .ad_process_inner {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner {
    max-width: 19px;
    margin: auto;
    display: inline-block;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_up {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 270px;
  max-width: 150px;
  margin: 0 auto;
  overflow: hidden;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .ad_process_step_up {
    max-width: 92px;
    min-height: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .ad_process_step_up {
    max-width: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .ad_process_step_up {
    max-width: 130px;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_up label {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #cfd1d7;
  margin: 0 auto;
  max-width: 95%;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .ad_process_step_up label {
    margin: 0;
    max-width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .ad_process_step_up label {
    margin: 0;
    max-width: 110px;
    padding: 0 5px;
    font-size: 14px;
    line-height: normal;
    word-break: normal;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_up {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_up {
    width: 75px;
    height: 75px;
  }
  .ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_up img {
    width: 45px;
    height: 45px;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_up:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -100%;
  z-index: 9;
  right: unset;
  left: unset;
  top: unset;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_up:before {
    bottom: 46%;
    left: -60px;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_up:after {
  content: "";
  width: 4px;
  height: 100px;
  position: absolute;
  bottom: -100%;
  right: unset;
  left: unset;
  top: unset;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_up:after {
    width: 65px;
    height: 4px;
    bottom: 50%;
    left: -58px;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_2 {
  background: #c25252;
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_2:before, .ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_2:after {
  background: #c25252;
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_4 {
  background: #1a7fdd;
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_4:before, .ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_4:after {
  background: #1a7fdd;
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_6 {
  background: #a959ce;
}
.ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_6:before, .ad_process_outer .ad_process_inner .ad_process_step_up .stepImg_6:after {
  background: #a959ce;
}
.ad_process_outer .ad_process_inner .stepImg_1,
.ad_process_outer .ad_process_inner .stepImg_8 {
  background: #fff;
  border-radius: 50%;
  width: 102px;
  height: 102px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .stepImg_1,
.ad_process_outer .ad_process_inner .stepImg_8 {
    width: 85px;
    height: 85px;
    margin: 0 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .stepImg_1,
.ad_process_outer .ad_process_inner .stepImg_8 {
    width: 68px;
    height: 68px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .stepImg_1,
.ad_process_outer .ad_process_inner .stepImg_8 {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .stepImg_1 img,
.ad_process_outer .ad_process_inner .stepImg_8 img {
    max-width: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .stepImg_1 img,
.ad_process_outer .ad_process_inner .stepImg_8 img {
    max-width: 50px;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_down {
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  min-height: 270px;
  max-width: 150px;
  margin: 0 auto;
  overflow: hidden;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .ad_process_step_down {
    max-width: 92px;
    min-height: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .ad_process_step_down {
    max-width: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .ad_process_step_down {
    max-width: 130px;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_down label {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #cfd1d7;
  margin: 0 auto;
  max-width: 95%;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .ad_process_step_down label {
    margin: 0;
    max-width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .ad_process_step_down label {
    margin: 0;
    max-width: 110px;
    padding: 0 5px;
    font-size: 14px;
    line-height: normal;
    word-break: normal;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_down {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_down {
    width: 75px;
    height: 75px;
  }
  .ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_down img {
    width: 45px;
    height: 45px;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_down:before {
  content: "";
  width: 4px;
  height: 100px;
  position: absolute;
  top: -100%;
  right: unset;
  left: unset;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_down:before {
    bottom: unset;
    right: -60px;
    width: 70px;
    height: 4px;
    top: 50%;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_down:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -100%;
  z-index: 9;
  right: unset;
  left: unset;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_down:after {
    top: 46%;
    right: -60px;
  }
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_3 {
  background: #e4b63f;
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_3:before, .ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_3:after {
  background: #e4b63f;
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_5 {
  background: #36bc64;
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_5:before, .ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_5:after {
  background: #36bc64;
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_7 {
  background: #7221d9;
}
.ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_7:before, .ad_process_outer .ad_process_inner .ad_process_step_down .stepImg_7:after {
  background: #7221d9;
}
.ad_process_outer .ad_process_inner .steps_box1 {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -44px;
  left: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box1 {
    position: absolute;
    top: 20px;
    right: unset;
    bottom: unset;
    left: -145px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box1 {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -50px;
    left: -4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .steps_box1 {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -75px;
    left: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .steps_box1 {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -52px;
    left: 20px;
  }
}
.ad_process_outer .ad_process_inner .steps_box1 label {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #cfd1d7;
  margin: 0 auto;
  max-width: 95%;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box1 label {
    margin: 0;
    max-width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box1 label {
    margin: 0;
    max-width: 110px;
    padding: 0 5px;
    font-size: 14px;
    line-height: normal;
    word-break: normal;
  }
}
.ad_process_outer .ad_process_inner .steps_box2 {
  position: absolute;
  top: -133px;
  right: unset;
  bottom: unset;
  left: 183px;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box2 {
    flex-direction: row-reverse;
    width: 300px;
    justify-content: space-between;
    max-width: 400px;
    min-height: unset;
    left: -142px;
    top: 210px;
    bottom: unset;
    right: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box2 {
    position: absolute;
    top: -120px;
    right: unset;
    bottom: unset;
    left: 83px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .steps_box2 {
    position: absolute;
    top: -150px;
    right: unset;
    bottom: unset;
    left: 119px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .steps_box2 {
    position: absolute;
    top: -143px;
    right: unset;
    bottom: unset;
    left: 142px;
  }
}
.ad_process_outer .ad_process_inner .steps_box3 {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -133px;
  left: 375px;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box3 {
    flex-direction: row;
    width: 300px;
    justify-content: space-between;
    max-width: 400px;
    min-height: unset;
    left: -142px;
    top: 380px;
    bottom: unset;
    right: unset;
    bottom: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box3 {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -120px;
    left: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .steps_box3 {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -150px;
    left: 238px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .steps_box3 {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -143px;
    left: 295px;
  }
}
.ad_process_outer .ad_process_inner .steps_box4 {
  position: absolute;
  top: -133px;
  right: unset;
  bottom: unset;
  left: 528px;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box4 {
    flex-direction: row-reverse;
    width: 300px;
    justify-content: space-between;
    max-width: 400px;
    min-height: unset;
    left: -142px;
    top: 550px;
    bottom: unset;
    right: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box4 {
    position: absolute;
    top: -120px;
    right: unset;
    bottom: unset;
    left: 256px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .steps_box4 {
    position: absolute;
    top: -150px;
    right: unset;
    bottom: unset;
    left: 351px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .steps_box4 {
    position: absolute;
    top: -143px;
    right: unset;
    bottom: unset;
    left: 421px;
  }
}
.ad_process_outer .ad_process_inner .steps_box5 {
  position: absolute;
  top: unset;
  right: 524px;
  bottom: -133px;
  left: unset;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box5 {
    flex-direction: row;
    width: 300px;
    justify-content: space-between;
    max-width: 400px;
    min-height: unset;
    left: -142px;
    top: unset;
    bottom: 550px;
    right: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box5 {
    position: absolute;
    top: unset;
    right: 256px;
    bottom: -120px;
    left: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .steps_box5 {
    position: absolute;
    top: unset;
    right: 351px;
    bottom: -150px;
    left: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .steps_box5 {
    position: absolute;
    top: unset;
    right: 421px;
    bottom: -143px;
    left: unset;
  }
}
.ad_process_outer .ad_process_inner .steps_box6 {
  position: absolute;
  top: -133px;
  right: 353px;
  bottom: unset;
  left: unset;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box6 {
    flex-direction: row-reverse;
    width: 300px;
    justify-content: space-between;
    max-width: 400px;
    min-height: unset;
    left: -142px;
    top: 890px;
    bottom: unset;
    right: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box6 {
    position: absolute;
    top: -120px;
    right: 170px;
    bottom: unset;
    left: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .steps_box6 {
    position: absolute;
    top: -150px;
    right: 236px;
    bottom: unset;
    left: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .steps_box6 {
    position: absolute;
    top: -143px;
    right: 281px;
    bottom: unset;
    left: unset;
  }
}
.ad_process_outer .ad_process_inner .steps_box7 {
  position: absolute;
  top: unset;
  right: 176px;
  bottom: -133px;
  left: unset;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box7 {
    flex-direction: row;
    width: 300px;
    justify-content: space-between;
    max-width: 400px;
    min-height: unset;
    left: -142px;
    top: unset;
    bottom: 200px;
    right: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box7 {
    position: absolute;
    top: unset;
    right: 83px;
    bottom: -120px;
    left: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .steps_box7 {
    position: absolute;
    top: unset;
    right: 120px;
    bottom: -150px;
    left: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .steps_box7 {
    position: absolute;
    top: unset;
    right: 143px;
    bottom: -143px;
    left: unset;
  }
}
.ad_process_outer .ad_process_inner .steps_box8 {
  position: absolute;
  top: unset;
  right: -10px;
  bottom: -70px;
  left: unset;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box8 {
    position: absolute;
    top: unset;
    right: -38px;
    bottom: 20px;
    left: unset;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box8 {
    position: absolute;
    top: unset;
    right: -10px;
    bottom: -60px;
    left: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ad_process_outer .ad_process_inner .steps_box8 {
    position: absolute;
    top: unset;
    right: -40px;
    bottom: -75px;
    left: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ad_process_outer .ad_process_inner .steps_box8 {
    position: absolute;
    top: unset;
    right: -28px;
    bottom: -75px;
    left: unset;
  }
}
.ad_process_outer .ad_process_inner .steps_box8 label {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #cfd1d7;
  margin: 0 auto;
  max-width: 95%;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .ad_process_outer .ad_process_inner .steps_box8 label {
    margin: 0;
    max-width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_process_outer .ad_process_inner .steps_box8 label {
    margin: 0;
    max-width: 110px;
    padding: 0 5px;
    font-size: 14px;
    line-height: normal;
    word-break: normal;
  }
}

.google_keyword_outer {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .google_keyword_outer {
    padding: 20px 0 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .google_keyword_outer {
    padding: 50px 0 0px;
  }
}
.google_keyword_outer .left_green_column {
  background: #0ace59;
  padding: 60px;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .google_keyword_outer .left_green_column {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .google_keyword_outer .left_green_column .sub_heading_2 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 500;
  }
}
.google_keyword_outer .media-body p {
  font-family: Gotham;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #68696f;
}

.PaidAds_container {
  background: #131313 url(./assets/images/SEO_page/bg_circle.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding: 210px 0px 410px;
  -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 96%);
  clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 96%);
}
@media screen and (max-width: 991px) {
  .PaidAds_container {
    padding: 160px 0px 50px;
    -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);
  }
}

.paid_ads_infographics {
  width: 100%;
  height: 1200px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics {
    height: auto;
  }
}
.paid_ads_infographics .start_badge {
  background: #ffffff;
  border-radius: 58px;
  color: #131313;
  padding: 4px 28px;
}
@media screen and (max-width: 767px) {
  .paid_ads_infographics .start_badge {
    margin-bottom: 35px;
  }
}
.paid_ads_infographics .start_badge label {
  font-family: Gotham;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #131313;
  margin-bottom: 0;
  text-transform: capitalize;
}
.paid_ads_infographics .center_path {
  width: 7px;
  height: 100%;
  background: #353535;
  position: relative;
}
.paid_ads_infographics .infographic_step_left h5 {
  font-family: Jost;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 15px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographic_step_left h5 {
    display: none;
  }
}
.paid_ads_infographics .infographic_step_right h5 {
  font-family: Jost;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographic_step_right h5 {
    display: none;
  }
}
.paid_ads_infographics .stepDot1:before {
  background: #c25252;
}
.paid_ads_infographics .stepDot2:before {
  background: #0bbeca;
}
.paid_ads_infographics .stepDot3:before {
  background: #ffc107;
}
.paid_ads_infographics .stepDot4:before {
  background: #36bc64;
}
.paid_ads_infographics .stepDot5:before {
  background: #a959ce;
}
.paid_ads_infographics .stepDot6:before {
  background: #35a1de;
}
.paid_ads_infographics .infographicStep_RightInner {
  background: #353535;
  padding: 30px;
  word-break: break-word;
  min-width: 400px;
  position: relative;
}
.paid_ads_infographics .infographicStep_RightInner h2 {
  font-family: Gotham;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #0ace59;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.paid_ads_infographics .infographicStep_RightInner ul {
  margin: 0;
  padding: 0;
}
.paid_ads_infographics .infographicStep_RightInner ul li {
  display: block;
  position: relative;
  padding: 0 0 4px 35px;
}
.paid_ads_infographics .infographicStep_RightInner ul li p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #cfd1d7;
  margin-bottom: 0;
}
.paid_ads_infographics .infographicStep_RightInner ul li p:after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographicStep_RightInner {
    max-width: 100%;
    min-width: unset;
    padding: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .paid_ads_infographics .infographicStep_RightInner {
    min-width: unset;
    padding: 25px;
  }
}
.paid_ads_infographics .infographicStep_RightInner img {
  position: absolute;
  right: -54px;
  top: -77px;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographicStep_RightInner img {
    position: unset;
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .infographicStep_RightInner img {
    right: -20px;
    top: -51px;
    max-width: 90px;
  }
}
.paid_ads_infographics .infographicStep_RightInner:before {
  content: "";
  position: absolute;
  top: 70px;
  left: -100px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographicStep_RightInner:before {
    display: none;
  }
}
.paid_ads_infographics .infographicStep_RightInner:after {
  content: "";
  position: absolute;
  top: 85px;
  left: -90px;
  background: #353535;
  width: 100px;
  height: 8px;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographicStep_RightInner:after {
    left: 50%;
    width: 8px;
    height: 100px;
    top: -60px;
    z-index: -9;
  }
}
.paid_ads_infographics .infographicStep_LeftInner {
  background: #353535;
  padding: 30px;
  word-break: break-word;
  min-width: 400px;
  position: relative;
}
.paid_ads_infographics .infographicStep_LeftInner h2 {
  font-family: Gotham;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #0ace59;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.paid_ads_infographics .infographicStep_LeftInner ul {
  margin: 0;
  padding: 0;
}
.paid_ads_infographics .infographicStep_LeftInner ul li {
  display: block;
  position: relative;
  padding: 0 0 4px 35px;
}
.paid_ads_infographics .infographicStep_LeftInner ul li p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #cfd1d7;
  margin-bottom: 0;
}
.paid_ads_infographics .infographicStep_LeftInner ul li p:after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographicStep_LeftInner {
    max-width: 100%;
    min-width: unset;
    padding: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .paid_ads_infographics .infographicStep_LeftInner {
    min-width: unset;
    padding: 25px;
  }
}
.paid_ads_infographics .infographicStep_LeftInner img {
  position: absolute;
  left: -46px;
  top: -74px;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographicStep_LeftInner img {
    position: unset;
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .infographicStep_LeftInner img {
    left: -20px;
    top: -51px;
    max-width: 90px;
  }
}
.paid_ads_infographics .infographicStep_LeftInner:before {
  content: "";
  position: absolute;
  top: 70px;
  right: -100px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographicStep_LeftInner:before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .infographicStep_LeftInner:before {
    top: 80px;
  }
}
.paid_ads_infographics .infographicStep_LeftInner:after {
  content: "";
  position: absolute;
  top: 85px;
  right: -90px;
  background: #353535;
  width: 100px;
  height: 8px;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .infographicStep_LeftInner:after {
    left: 50%;
    width: 8px;
    height: 100px;
    top: -60px;
    z-index: -9;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .infographicStep_LeftInner:after {
    top: 95px;
  }
}
.paid_ads_infographics .Step1 {
  position: absolute;
  top: 150px;
  right: 50px;
  bottom: unset;
  left: unset;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .Step1 {
    position: unset;
    right: 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .Step1 {
    position: absolute;
    top: 150px;
    right: 13px;
    bottom: unset;
    left: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .paid_ads_infographics .Step1 {
    position: absolute;
    top: 150px;
    right: 25px;
    bottom: unset;
    left: unset;
  }
}
.paid_ads_infographics .Step2 {
  position: absolute;
  top: 313px;
  right: unset;
  bottom: unset;
  left: 50px;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .Step2 {
    position: unset;
    left: 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .Step2 {
    position: absolute;
    top: 313px;
    right: unset;
    bottom: unset;
    left: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .paid_ads_infographics .Step2 {
    position: absolute;
    top: 313px;
    right: unset;
    bottom: unset;
    left: 25px;
  }
}
.paid_ads_infographics .Step3 {
  position: absolute;
  top: 560px;
  right: 50px;
  bottom: unset;
  left: unset;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .Step3 {
    position: unset;
    right: 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .Step3 {
    position: absolute;
    top: 560px;
    right: 13px;
    bottom: unset;
    left: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .paid_ads_infographics .Step3 {
    position: absolute;
    top: 560px;
    right: 25px;
    bottom: unset;
    left: unset;
  }
}
.paid_ads_infographics .Step4 {
  position: absolute;
  top: 723px;
  right: unset;
  bottom: unset;
  left: 50px;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .Step4 {
    position: unset;
    left: 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .Step4 {
    position: absolute;
    top: 723px;
    right: unset;
    bottom: unset;
    left: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .paid_ads_infographics .Step4 {
    position: absolute;
    top: 723px;
    right: unset;
    bottom: unset;
    left: 25px;
  }
}
.paid_ads_infographics .Step5 {
  position: absolute;
  top: unset;
  right: 50px;
  bottom: 8px;
  left: unset;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .Step5 {
    position: unset;
    right: 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .Step5 {
    position: absolute;
    top: unset;
    right: 13px;
    bottom: 8px;
    left: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .paid_ads_infographics .Step5 {
    position: absolute;
    top: unset;
    right: 25px;
    bottom: 8px;
    left: unset;
  }
}
.paid_ads_infographics .Step6 {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -125px;
  left: 50px;
}
@media screen and (max-width: 991px) {
  .paid_ads_infographics .Step6 {
    position: unset;
    left: 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paid_ads_infographics .Step6 {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -125px;
    left: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .paid_ads_infographics .Step6 {
    position: absolute;
    top: unset;
    right: unset;
    bottom: -142px;
    left: 25px;
  }
}

.co_paid_strategy_column {
  padding: 130px 0 25px;
}
@media screen and (max-width: 767px) {
  .co_paid_strategy_column {
    padding: 60px 0 25px;
  }
}
.co_paid_strategy_column .media {
  margin-bottom: 5rem;
}
@media screen and (max-width: 576px) {
  .co_paid_strategy_column .media {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .co_paid_strategy_column .media-body {
    text-align: center;
  }
}
.co_paid_strategy_column .media-body h5 {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #131313;
}
.co_paid_strategy_column .media-body p {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #68696f;
  margin-bottom: 0;
}

.top_ranking_section.ranking_section_2 {
  background: #0ace59;
  padding: 187px 0px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  margin: 43px 0 -110px;
}

.agency-sections {
  background: #212225;
  padding: 257px 0px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  margin-bottom: -100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .agency-sections {
    padding: 187px 0;
  }
}
@media screen and (max-width: 576px) {
  .agency-sections {
    padding: 140px 0;
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 94%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 94%);
  }
}
.agency-sections .Global_heading {
  padding-right: 30px;
}
.agency-sections .text_content {
  margin-top: 20px;
}
.agency-sections .text_content p {
  color: #fff;
}
.agency-sections .highlight {
  font-family: Gotham;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 55px;
  text-transform: uppercase;
  color: #050505;
  display: table;
  background: #ffffff;
  clear: both;
  padding: 0px 14px;
  margin-bottom: 20px;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .agency-sections .highlight {
    font-size: 25px;
    line-height: 33px;
    padding: 10px;
  }
}

.online-enquiry {
  background: #050505;
  padding: 170px 0px 80px;
}
.online-enquiry .google-map {
  margin-left: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .online-enquiry .google-map {
    margin-left: 0;
  }
}
.online-enquiry .google-map iframe {
  border: 3px solid #ffffff !important;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.online-enquiry form {
  margin-top: 58px;
}
.online-enquiry form .form-control {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #cfd1d7;
  background: none;
  padding: 12px 0px;
  border-radius: 0px;
}
.online-enquiry form .form-control::-webkit-input-placeholder, .online-enquiry form .form-control::-moz-placeholder, .online-enquiry form .form-control::-ms-input-placeholder, .online-enquiry form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.online-enquiry form .form-group {
  padding: 0px 20px;
  margin-bottom: 66px;
}
.online-enquiry .find_more_btn a {
  font-family: Gotham;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 15px;
}
.online-enquiry .contact-list {
  margin-top: 50px;
}
.online-enquiry .contact-list li {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #cfd1d7;
  list-style: none;
  position: relative;
  margin-bottom: 27px;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .online-enquiry .contact-list li {
    display: flex;
    flex-direction: column;
  }
}
.online-enquiry .contact-list li:before {
  content: "";
  width: 30px;
  display: inline-block;
  height: 2px;
  background: #0acd5a;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  left: 0;
}
.online-enquiry .contact-list li a {
  font-family: Gotham;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 48px;
  color: #fff;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .online-enquiry .contact-list li a {
    margin-left: 0;
    font-size: 26px;
    white-space: normal;
  }
}

.online-enquiry form .form-group {
  padding: 0px 20px;
  margin-bottom: 66px;
}
.online-enquiry .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #cfd1d7;
  font-family: "Gotham";
  font-size: 18px;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.online-enquiry .form-input {
  position: relative;
  padding: 12px 0px;
  width: 100%;
  outline: 0;
  color: #fff;
  background: transparent !important;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  -webkit-box-shadow: 0 1px 0 0 #e5e5e5;
  -moz-box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  -webkit-appearance: none;
}

.serviceprovider-slider {
  text-align: center;
  margin-top: 125px;
}
.serviceprovider-slider .contant {
  position: relative;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 92px;
}
.serviceprovider-slider .contant p {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #68696f;
}
.serviceprovider-slider .contant:before {
  content: "";
  width: 61px;
  height: 5px;
  background: #0ace59;
  display: table;
  margin: auto;
  margin-bottom: 28px;
}
.serviceprovider-slider .sub_heading {
  font-family: Gotham;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #cfd1d7;
  padding-bottom: 32px;
  max-width: 880px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .serviceprovider-slider .sub_heading {
    font-size: 30px;
    line-height: 42px;
  }
}
.serviceprovider-slider .owl-dots button {
  background: #68696f;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 0px 10px;
}
.serviceprovider-slider .owl-dots button.active {
  border: 1px solid #ffffff;
  background: transparent;
}

footer {
  background: #212225;
  padding: 26px 0px;
}
@media screen and (max-width: 375px) {
  footer .col-list {
    padding-top: 2rem;
  }
}
footer .title-menu-footer {
  font-family: "Gotham";
  font-weight: 450;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 375px) {
  footer .title-menu-footer {
    text-align: left;
  }
}
footer ul {
  list-style: none;
  padding: 1rem 0px;
  columns: 2;
}
@media screen and (max-width: 375px) {
  footer ul {
    columns: 1;
    text-align: left;
    padding: 0px;
  }
}
footer ul li {
  padding: 3px 0px;
}
footer ul li a {
  font-family: "Gotham";
  font-weight: 325;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  text-decoration: none !important;
}
footer ul li a:hover {
  color: #0ACE59;
}
footer .content {
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 375px) {
  footer .content {
    display: block;
    justify-content: center;
    text-align: center;
  }
}
footer .content p, footer .content a {
  font-family: Gotham;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #cfd1d7;
}

.Thankyou_popup.fade.show {
  background: #000002;
}

@media screen and (max-width: 991px) {
  .Thankyou_popup .modal-dialog {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .Thankyou_popup .modal-lg {
    max-width: 1366px;
  }
}
.Thankyou_popup .modal-content {
  background: #131313 url(./assets/images/thankyou_page/bg_thankyou.webp) no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -80px 60px -20px #131313;
}
.Thankyou_popup .modal-content .modal-header .close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: white;
  font-size: 40px;
  font-weight: 300;
  opacity: 1;
  cursor: pointer;
  z-index: 99;
}
.Thankyou_popup .modal-content .modal-body .custom_spacing {
  padding: 114px 72px;
}
@media screen and (max-width: 991px) {
  .Thankyou_popup .modal-content .modal-body .custom_spacing {
    padding: 94px 32px;
  }
}
.Thankyou_popup .modal-content .modal-body .thankyou_content ul {
  margin: 0;
  padding: 0;
}
.Thankyou_popup .modal-content .modal-body .thankyou_content ul li {
  display: block;
  margin-bottom: 30px;
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  word-break: break-word;
}
.Thankyou_popup .modal-content .modal-body .thankyou_content ul li p {
  margin-bottom: 0;
}
.Thankyou_popup .modal-content .modal-body .thankyou_content ul li a {
  color: #0ACE59;
  text-decoration: none;
}
.Thankyou_popup .modal-content .modal-body .thankyou_content ul li:first-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .steps_counter {
    display: flex;
    flex-direction: column-reverse;
  }
}

.seo_steps_infographic_outer {
  display: block;
  width: 100%;
  position: relative;
  margin: 150px 0;
}
.seo_steps_infographic_outer .step_path_line {
  position: relative;
}
.seo_steps_infographic_outer .step_path_line img {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .step_path_line img {
    display: none;
  }
}
.seo_steps_infographic_outer .step_path_line .steps_width {
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .step_path_line .steps_width {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .seo_steps_infographic_outer .step_path_line .steps_width {
    max-width: 260px;
  }
}
.seo_steps_infographic_outer .step_path_line .steps_width h5 {
  font-family: Gotham;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.39em;
  text-transform: uppercase;
  color: #68696f;
  white-space: nowrap;
}
.seo_steps_infographic_outer .step_path_line .steps_width h1 {
  font-family: Gotham;
  font-weight: 800;
  font-size: 112px;
  line-height: 112px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0ace59;
}
.seo_steps_infographic_outer .Seo_step_1 {
  position: absolute;
  top: 50px;
  right: unset;
  bottom: unset;
  left: 20px;
  overflow: hidden;
  word-break: break-word;
}
.seo_steps_infographic_outer .Seo_step_1 p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #d7cfd5;
  margin: 0 4px 20px;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_1 p {
    text-align: right;
    max-width: 100%;
  }
}
.seo_steps_infographic_outer .Seo_step_1 h3 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  color: #0ace59;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_1 h3 {
    text-align: right;
    max-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .seo_steps_infographic_outer .Seo_step_1 {
    left: 160px;
  }
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    position: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .seo_steps_infographic_outer .Seo_step_1 {
    position: absolute;
    top: 40px;
    right: unset;
    bottom: unset;
    left: 17px;
    overflow: hidden;
    word-break: break-word;
  }
}
.seo_steps_infographic_outer .Seo_step_2 {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 50px;
  left: 270px;
  overflow: hidden;
  word-break: break-word;
}
.seo_steps_infographic_outer .Seo_step_2 p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #d7cfd5;
  margin: 0 4px 20px;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_2 p {
    text-align: left;
    max-width: 100%;
  }
}
.seo_steps_infographic_outer .Seo_step_2 h3 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  color: #0ace59;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_2 h3 {
    text-align: left;
    max-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .seo_steps_infographic_outer .Seo_step_2 {
    left: 404px;
  }
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    position: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .seo_steps_infographic_outer .Seo_step_2 {
    position: absolute;
    top: -132px;
    right: unset;
    bottom: 50px;
    left: 233px;
    overflow: hidden;
    word-break: break-word;
  }
}
.seo_steps_infographic_outer .Seo_step_3 {
  position: absolute;
  top: 50px;
  right: 280px;
  bottom: unset;
  left: unset;
  overflow: hidden;
  word-break: break-word;
}
.seo_steps_infographic_outer .Seo_step_3 p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #d7cfd5;
  margin: 0 4px 20px;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_3 p {
    text-align: right;
    max-width: 100%;
  }
}
.seo_steps_infographic_outer .Seo_step_3 h3 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  color: #0ace59;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_3 h3 {
    text-align: right;
    max-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .seo_steps_infographic_outer .Seo_step_3 {
    right: 410px;
  }
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    position: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .seo_steps_infographic_outer .Seo_step_3 {
    position: absolute;
    top: 40px;
    right: 228px;
    bottom: unset;
    left: unset;
    overflow: hidden;
    word-break: break-word;
  }
}
.seo_steps_infographic_outer .Seo_step_4 {
  position: absolute;
  top: unset;
  right: 20px;
  bottom: 50px;
  left: unset;
  overflow: hidden;
  word-break: break-word;
}
.seo_steps_infographic_outer .Seo_step_4 p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #d7cfd5;
  margin: 0 4px 20px;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_4 p {
    text-align: left;
    max-width: 100%;
  }
}
.seo_steps_infographic_outer .Seo_step_4 h3 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  color: #0ace59;
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_4 h3 {
    text-align: left;
    max-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .seo_steps_infographic_outer .Seo_step_4 {
    right: 140px;
  }
}
@media screen and (max-width: 991px) {
  .seo_steps_infographic_outer .Seo_step_4 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    position: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .seo_steps_infographic_outer .Seo_step_4 {
    position: absolute;
    top: -132px;
    right: 4px;
    bottom: 50px;
    left: unset;
    overflow: hidden;
    word-break: break-word;
  }
}

.divider {
  width: 144px;
  height: 0px;
  display: block;
  border: 1px solid #ffffff;
  margin: 7px auto 16px;
}
@media screen and (max-width: 991px) {
  .divider {
    width: 0;
    height: 144px;
    margin: 0 25px;
  }
}

.stats_graph_outer {
  padding: 140px 0;
}
@media screen and (max-width: 576px) {
  .stats_graph_outer {
    padding: 0;
    margin-top: 0;
  }
}
.stats_graph_outer .seo_stats_col .icon_img {
  width: 60px;
  height: 60px;
  background: #f3f3f3;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 1401px) {
  .stats_graph_outer .seo_stats_col .Global_heading {
    font-size: 75px;
  }
}
@media screen and (min-width: 1600px) {
  .stats_graph_outer .seo_stats_col .Global_heading {
    font-size: 80px;
  }
}
.stats_graph_outer .seo_stats_col p {
  font-family: Gotham;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #68696f;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.google_ad_graph_col .media-body h5 {
  font-family: Gotham;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #68696f;
}
.google_ad_graph_col .graph_img img {
  display: block;
  margin: 98px auto 0;
}
@media screen and (max-width: 767px) {
  .google_ad_graph_col .graph_img img {
    margin-bottom: 100px;
  }
}

.seo_strategy_col {
  background: #131313 url(../images/SEO_page/bg_circle.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding: 197px 0px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
}
@media screen and (max-width: 991px) {
  .seo_strategy_col {
    -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 99%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 5%, 100% 99%, 0% 100%);
    padding-bottom: 140px;
  }
}
.seo_strategy_col .phase_tabs {
  display: block;
  text-align: center;
  margin: 10px auto 26px;
}
.seo_strategy_col .phase_tabs ul {
  margin: 0;
  padding: 0;
}
.seo_strategy_col .phase_tabs ul li {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .seo_strategy_col .phase_tabs ul li {
    padding: 0 10px;
  }
}
.seo_strategy_col .phase_tabs ul li a {
  font-family: Gotham;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
}
.seo_strategy_col .phase_tabs ul li a:focus {
  color: #0ace59;
}
.seo_strategy_col .phase_tabs ul li a.active {
  background-color: #0ace59 !important;
  padding: 10px;
  border-radius: 5px;
}
.seo_strategy_col .phase_tabs ul li:first-child {
  color: #0ace59;
}
@media screen and (max-width: 991px) {
  .seo_strategy_col .research_options {
    margin-bottom: 50px;
  }
}
.seo_strategy_col .research_options img {
  max-width: 31px;
  max-height: 31px;
  margin-left: 12px;
}
.seo_strategy_col .research_options h6 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 36px 0 18px;
}
.seo_strategy_col .research_options p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
}
@media screen and (max-width: 991px) {
  .seo_strategy_col .research_options p {
    text-align: justify;
  }
}

.top_ranking_section {
  background: #0ace59;
  padding: 187px 0px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  margin: -110px 0;
}

.social_media_banner .banner_text h1 {
  text-transform: unset;
  font-size: 80px;
  line-height: 96px;
  letter-spacing: normal;
}
@media screen and (max-width: 991px) {
  .social_media_banner .banner_text h1 {
    font-size: 72px;
    line-height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .social_media_banner .banner_text h1 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media screen and (max-width: 567px) {
  .social_media_banner .banner_text h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.social_media_strategy_outer {
  background: #212225;
  -webkit-clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 92%);
  padding: 194px 0px;
  margin-top: -80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social_media_strategy_outer {
    -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 92%);
    padding: 194px 0;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .social_media_strategy_outer {
    -webkit-clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 97%);
    clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 97%);
    padding: 115px 0px 135px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 567px) {
  .social_media_strategy_outer {
    -webkit-clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 96%);
    clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 96%);
    padding: 114px 0px 135px;
    margin-top: -150px;
  }
}

.social_media_steps {
  border-left: 4px solid #0ace59;
  padding: 20px 20px 0;
  position: relative;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.social_media_steps h5 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.social_media_steps p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 40px;
}
.social_media_steps .step_bottom_ribbon_outer {
  background: #0ace59;
  padding: 4px;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  text-align: center;
  margin-left: -24px;
  max-width: 270px;
  width: 100%;
}
.social_media_steps .step_bottom_ribbon_outer .step_bottom_ribbon_inner {
  background: #fff;
  padding: 13px;
  -webkit-clip-path: polygon(0% 0%, 91% 0%, 100% 48%, 91% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 91% 0%, 100% 48%, 91% 100%, 0% 100%);
  text-align: center;
  max-width: 260px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social_media_steps .step_bottom_ribbon_outer .step_bottom_ribbon_inner h4 {
    font-size: 19px;
  }
}
.social_media_steps:after {
  content: "";
  border-bottom: 4px dashed #0ace59;
  position: absolute;
  width: 100%;
  left: -4px;
  bottom: 29px;
  z-index: -1;
}

.choose_agency_col {
  padding: 74px 0 100px;
}
.choose_agency_col .brands_logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 567px) {
  .choose_agency_col .brands_logos {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose_agency_col .brands_logos {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 12px;
  }
}
.choose_agency_col .text_content_2 p {
  color: #68696f;
}

.social_media_strategy_col {
  background: #131313 url(./assets/images/SEO_page/bg_circle.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding: 197px 0px;
  -webkit-clip-path: polygon(0% 2%, 100% 4%, 100% 100%, 0% 96%);
  clip-path: polygon(0% 2%, 100% 4%, 100% 100%, 0% 96%);
  margin-top: -145px;
  margin-bottom: -150px;
}
@media screen and (max-width: 767px) {
  .social_media_strategy_col {
    -webkit-clip-path: polygon(0% 1%, 100% 4%, 100% 100%, 0% 98%);
    clip-path: polygon(0% 1%, 100% 4%, 100% 100%, 0% 98%);
    margin-top: -152px;
  }
}
@media screen and (max-width: 567px) {
  .social_media_strategy_col {
    -webkit-clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 98%);
    padding: 120px 0;
  }
}
.social_media_strategy_col .business_strategy_ideas p {
  font-family: Gotham;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #cfd1d7;
  margin-bottom: 2rem;
}
.social_media_strategy_col .business_strategy_List ul {
  margin: 0;
  padding: 0;
}
.social_media_strategy_col .business_strategy_List ul li {
  display: block;
  padding: 0 0 30px 55px;
  position: relative;
}
.social_media_strategy_col .business_strategy_List ul li p {
  font-family: Gotham;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #cfd1d7;
  margin-bottom: 0;
}
.social_media_strategy_col .business_strategy_List ul li:before {
  content: "\f270";
  font-family: bootstrap-icons !important;
  color: #0ace59;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
}

.social_strategy_col {
  margin-top: 200px;
}
.social_strategy_col .phase_tabs {
  display: block;
  text-align: center;
  margin: 10px auto 26px;
}
.social_strategy_col .phase_tabs ul {
  margin: 0;
  padding: 0;
}
.social_strategy_col .phase_tabs ul li {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .social_strategy_col .phase_tabs ul li {
    padding: 0 10px;
  }
}
.social_strategy_col .phase_tabs ul li a {
  font-family: Gotham;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
}
.social_strategy_col .phase_tabs ul li a:focus {
  color: #0ace59;
}
.social_strategy_col .phase_tabs ul li:first-child {
  color: #0ace59;
}
.social_strategy_col .research_options img {
  max-width: 31px;
  max-height: 31px;
  margin-left: 12px;
}
.social_strategy_col .research_options h6 {
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 36px 0 18px;
}
.social_strategy_col .research_options p {
  font-family: Gotham;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
}
@media screen and (max-width: 991px) {
  .social_strategy_col .research_options p {
    text-align: justify;
  }
}

.relevant_traffic {
  background: #0ace59;
  padding: 187px 0px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  margin-bottom: -100px;
}

@media screen and (max-width: 767px) {
  .attention_col {
    padding: 30px;
  }
}
.attention_col a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  line-height: normal;
  transition: 0.3s linear;
}

.optimization_stats_section {
  padding: 100px 0 0;
}
.optimization_stats_section .subTitle {
  font-family: Gotham;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #68696f;
}

.competition_outer_col {
  background: #131313;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
  padding: 230px 0px;
  margin-bottom: -90px;
}
@media screen and (max-width: 767px) {
  .competition_outer_col {
    -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 567px) {
  .competition_outer_col {
    -webkit-clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 100%);
    padding: 150px 0px;
    margin-top: -60px;
    margin-bottom: -110px;
  }
}
.competition_outer_col .competition_options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  margin-top: 72px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .competition_outer_col .competition_options {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .competition_outer_col .competition_options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.competition_outer_col .competition_options .option_box {
  background: #212225;
  padding: 34px;
  color: #cfd1d7;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 567px) {
  .competition_outer_col .competition_options .option_box {
    padding: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .competition_outer_col .competition_options .option_box {
    padding: 26px;
  }
}
.competition_outer_col .competition_options .option_box .media {
  align-items: center;
}
.competition_outer_col .competition_options .option_box .media .media-body h2 {
  font-family: Gotham;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 567px) {
  .competition_outer_col .competition_options .option_box .media .media-body h2 {
    font-size: 22px;
  }
}
.competition_outer_col .competition_options .option_box:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 8px solid #0ace59;
  border-left: 8px solid #0ace59;
  width: 50px;
  height: 50px;
}

header.header_404 {
  background-color: #131313;
  color: #fff;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  header.header_404 {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  header.header_404 .common_mobile_layout {
    height: auto;
  }
}
header.header_404 .center {
  text-align: center;
}
header.header_404 .image_404 {
  object-fit: cover;
  max-width: 35rem;
  max-height: 25rem;
}
@media screen and (max-width: 425px) {
  header.header_404 .image_404 {
    width: 18rem;
  }
}
header.header_404 h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
}
header.header_404 p {
  margin: 0 auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .layout-policy {
    height: auto;
  }
}

.your-privacy {
  background-color: #131313;
  color: #fff;
  padding-bottom: 4rem;
}
.your-privacy div.title-your-privacy {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
}
.your-privacy ul, .your-privacy ol {
  margin-bottom: 0rem;
  padding: 0px 20px;
}
.your-privacy ol li, .your-privacy ul li, .your-privacy ul li p, .your-privacy p {
  font-weight: 325;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
}
.your-privacy .our-policy-item .title-our-policy-item {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
}
.your-privacy .our-policy-item lo li, .your-privacy .our-policy-item ul li, .your-privacy .our-policy-item ul li p, .your-privacy .our-policy-item p {
  font-weight: 325;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
}
.your-privacy .content-our-policy-item h1, .your-privacy .content-our-policy-item h2, .your-privacy .content-our-policy-item h3, .your-privacy .content-our-policy-item h4, .your-privacy .content-our-policy-item h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.teams_condition {
  background-color: #131313;
  color: #fff;
  padding: 4rem 0rem;
}
.teams_condition h1,
.teams_condition h2,
.teams_condition h3,
.teams_condition h4,
.teams_condition h5 {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 22px;
  line-height: 48px;
  color: #FFFFFF;
}
.teams_condition p {
  font-weight: 325;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
}

.founder_section {
  padding-bottom: 100px;
}
@media screen and (max-width: 425px) {
  .founder_section {
    padding-top: 50px;
  }
}
.founder_section .title-founder {
  padding-bottom: 5rem;
}
@media screen and (max-width: 425px) {
  .founder_section .title-founder {
    padding-bottom: 0rem;
  }
}
.founder_section .content-text p {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #9A9CA2;
}
.founder_section .image {
  object-fit: cover;
  max-width: 460px;
  max-height: 570px;
  margin: 0 auto;
}
.founder_section .position {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #9A9CA2;
}

.scroll-show-content {
  padding: 100px 0px;
  overflow: hidden;
  padding-bottom: 0px;
}
@media screen and (max-width: 425px) {
  .scroll-show-content {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.scroll-show-content .since-year {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #9A9CA2;
}

.horizontal {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.horizontal:nth-of-type(odd) {
  background-color: #f0f0f0;
}

.horizontal:nth-of-type(even) {
  background-color: #ffffff;
}

section.horizontal .pin-wrap,
section.horizontal .animation-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
}

section.horizontal .item {
  position: relative;
  flex: 0 0 400px;
  align-items: center;
  line-height: 1.7;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

section.horizontal .item img {
  padding: 1rem 2rem;
}
@media screen and (max-width: 1440px) {
  section.horizontal .item img {
    padding: 0rem;
  }
}

section.horizontal .animation-wrap.to-right {
  counter-reset: item;
  float: left;
}

section.horizontal .animation-wrap.to-left {
  counter-reset: item 11;
  float: right;
}

section.horizontal .animation-wrap .item:nth-child(2n+2) {
  align-items: flex-start;
}

section.horizontal .animation-wrap .item:nth-child(4n+4) {
  align-items: flex-end;
}

@media screen and (max-width: 425px) {
  .horizontal .text-center img {
    width: 246px;
    height: 106px;
  }
}

.case-studies-listing {
  background-color: #131313;
  padding: 120px 0px;
  padding-bottom: 90px;
  margin-bottom: -105px;
  /*@media screen and (max-width: 425px) {
      margin-bottom: -85px;
  }*/
}
@media screen and (max-width: 768px) {
  .case-studies-listing {
    margin-bottom: -100px;
    padding-bottom: 80px;
  }
}
.case-studies-listing .card {
  background-color: transparent;
  padding: 0.5rem;
  padding-bottom: 1rem;
}
.case-studies-listing .card .card-header {
  position: relative;
  width: 650px;
  height: 489px;
  border-radius: 0px;
  padding: 0px;
}
@media screen and (max-width: 1440px) {
  .case-studies-listing .card .card-header {
    width: 100%;
    height: 389px;
  }
}
@media screen and (max-width: 1024px) {
  .case-studies-listing .card .card-header {
    height: 309px;
  }
}
@media screen and (max-width: 768px) {
  .case-studies-listing .card .card-header {
    height: 390px;
  }
}
@media screen and (max-width: 425px) {
  .case-studies-listing .card .card-header {
    height: 285px;
  }
}
@media screen and (max-width: 375) {
  .case-studies-listing .card .card-header {
    height: 246px;
  }
}
.case-studies-listing .card .card-header .hover-blue {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(10, 206, 89, 0.81), rgba(10, 206, 89, 0.81));
  opacity: 0;
  transition: opacity 0.3s linear;
}
.case-studies-listing .card .card-header .hover-blue img {
  width: 50px;
  height: 60px;
}
.case-studies-listing .card .card-header .card-img {
  cursor: pointer;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s linear;
  top: 0;
  bottom: 0;
  position: absolute;
}
.case-studies-listing .card .card-header:hover .hover-blue {
  opacity: 1;
}
.case-studies-listing .card .card-header:hover .card-img {
  opacity: 0.2;
}
.case-studies-listing .card .card-title {
  color: #fff;
  cursor: pointer;
}
.case-studies-listing .card .card-title:hover {
  color: #0ACE59;
}
.case-studies-listing .card .card-body {
  padding: 1.25rem 0rem;
}
.case-studies-listing .card .card-body .blog-date {
  opacity: 0.5;
}
.case-studies-listing .card .card-body a {
  cursor: pointer;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: white;
}
.case-studies-listing .card .card-body a:hover {
  text-decoration: none;
}
.case-studies-listing .card p {
  cursor: pointer;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.case-studies-listing .card .case-studies-btn a {
  background: #232323;
}
.case-studies-listing .card .case-studies-btn a:hover {
  background: #0ACE59;
}
@media screen and (max-width: 768px) {
  .case-studies-listing .card .case-studies-btn a {
    margin-top: 10px;
  }
}
.case-studies-listing .card .min-height-200 {
  min-height: 200px;
}
.case-studies-listing .card .sub_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}
.case-studies-listing .card .blog-tag {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.case-studies-listing ul.pagination li.page-item a {
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding: 0.2rem 0.5rem;
  margin: 0px 0.8rem;
}
.case-studies-listing ul.pagination li.active a {
  color: #0ACE59;
  border-bottom: 3px solid #0ACE59;
}
.case-studies-listing ul.pagination li.disable a {
  opacity: 0.5;
}

.seo_strategy_col_custom {
  margin-bottom: -110px;
}
@media screen and (max-width: 425px) {
  .seo_strategy_col_custom {
    padding-top: 90px !important;
  }
}

.min-height-200 {
  min-height: 200px;
}

@media screen and (max-width: 991px) {
  .custom-banner {
    height: auto;
  }
}

.bn_content_case-study-detail {
  text-align: center;
}
.bn_content_case-study-detail h1 {
  font-size: 80px;
  line-height: 96px;
}
@media screen and (max-width: 768px) {
  .bn_content_case-study-detail h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 425px) {
  .bn_content_case-study-detail h1 {
    font-size: 50px;
    line-height: 67px;
  }
}

@media screen and (max-width: 768px) {
  .case-study-detail-layout {
    height: auto;
  }
}

.case-study-detail-about {
  padding: 130px 0px;
  background: #131313 url(../images/SEO_page/bg_circle.png) no-repeat;
  margin-bottom: -125px;
}
.case-study-detail-about h2 {
  font-size: 32px;
  line-height: 48px;
}
.case-study-detail-about h2.about-content {
  margin-bottom: 5rem;
}
.case-study-detail-about p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.case-study-detail-about ul {
  list-style-image: url("../images/case-studies/icon-checked.svg");
  margin-left: 27px;
}
.case-study-detail-about ul li {
  font-weight: 400;
  font-size: 24px;
  line-height: 58px;
  color: #CFD1D7;
}

.color-gray {
  color: #CFD1D7 !important;
}

.section-result {
  padding: 100px 0px !important;
}
.section-result .item-result {
  padding-top: 20px;
}
.section-result .item-result h2.item-result-title {
  font-size: 40px;
  line-height: 60px;
  color: #0ACE59;
  font-weight: bold;
}
.section-result .item-result p {
  font-size: 20px;
  line-height: 30px;
  color: #050505;
  font-weight: 500;
}
.section-result .item-result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 3rem 0rem;
}

.banner-content-detail-blog h1 {
  text-transform: unset;
  font-size: 80px;
  line-height: 96px;
  letter-spacing: normal;
}
.banner-content-detail-blog p {
  cursor: pointer;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.banner-content-detail-blog .author-blog {
  display: flex;
  margin: 5rem 0rem;
}
@media screen and (max-width: 425px) {
  .banner-content-detail-blog .author-blog {
    display: block;
    margin: 3rem 0rem;
  }
}
.banner-content-detail-blog .author-blog div {
  margin-left: 5rem;
}
@media screen and (max-width: 425px) {
  .banner-content-detail-blog .author-blog div {
    margin-left: 0rem;
  }
}

.blog-detail {
  background-color: #050505;
  padding: 60px 0px;
  margin-bottom: -105px;
  color: #fff;
}
.blog-detail .blog-detail-content {
  padding: 0 10rem;
}
@media screen and (max-width: 1024px) {
  .blog-detail .blog-detail-content {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-detail .blog-detail-content {
    padding: 0 0rem;
  }
}
.blog-detail .blog-detail-content a {
  color: #0ACE59 !important;
}
.blog-detail .blog-detail-content p {
  font-family: "Gotham";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 3rem;
}
.blog-detail .blog-detail-content .img-quote {
  margin-right: 3rem;
}
.blog-detail .blog-detail-content .quote {
  margin-bottom: 3rem;
}
.blog-detail .blog-detail-content .quote p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 1rem;
}
.blog-detail .blog-detail-content .quote ul li {
  margin-left: 20px;
}
.blog-detail .blog-detail-content h2,
.blog-detail .blog-detail-content h1,
.blog-detail .blog-detail-content h3,
.blog-detail .blog-detail-content h4 {
  margin-bottom: 2rem;
}
.blog-detail div.image-credit {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #CFD1D7;
  text-align: end;
}

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

.directions {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}
.directions a {
  width: 30%;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .directions a {
    width: 40%;
  }
}
@media screen and (max-width: 425px) {
  .directions a {
    width: 45%;
  }
}
.directions a svg {
  color: #0ACE59;
}
.directions a p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.directions a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
}

.tag {
  display: flex;
  padding: 30px 0px;
  justify-content: space-between;
  border-bottom: 1px solid #CFD1D7;
  border-top: 1px dashed #CFD1D7;
}
@media screen and (max-width: 425px) {
  .tag {
    display: block;
  }
}
.tag p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
  padding: 0px 12px;
  margin-bottom: 0px;
}
.tag p.border-left {
  border-left: 2px solid #dee2e6 !important;
}
@media screen and (max-width: 425px) {
  .tag .tag-right {
    padding-top: 1rem;
  }
}
.tag .tag-right a {
  padding: 0px 1.3rem;
}

.comment {
  padding: 30px 0px;
  border-bottom: 1px solid #CFD1D7;
}
.comment img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 25px;
}
@media screen and (max-width: 425px) {
  .comment img {
    margin-right: 0px;
  }
}
.comment h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.comment p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #CFD1D7;
  width: 75%;
}
@media screen and (max-width: 425px) {
  .comment p {
    width: 100%;
  }
}

.next-page {
  padding-bottom: 150px;
}

.service-list {
  background: #050505 url(../images/SEO_page/bg_circle.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding: 100px 0px;
  padding-top: 200px;
  margin-bottom: -100px;
}
@media screen and (max-width: 425px) {
  .service-list {
    padding-top: 40px;
  }
}
.service-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 555px;
  max-height: 450px;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .service-list img {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.service-list .content {
  padding-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .service-list .content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .service-list .content {
    margin-bottom: 3rem;
  }
}
.service-list .content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #9A9CA2;
}
.service-list .content .find_more_btn a {
  margin: 0px;
}
.service-list .pading-left {
  padding-left: 5rem;
}
@media screen and (max-width: 1024px) {
  .service-list .pading-left {
    padding-left: 1rem;
  }
}
.service-list .pading-right {
  padding-right: 5rem;
}
@media screen and (max-width: 1024px) {
  .service-list .pading-right {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-blog-detail {
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .banner-blog-detail h1 {
    font-size: 56px;
    line-height: 66px;
  }
}

.services-brisbane {
  background-color: #131313;
  padding-top: 115px;
  padding-bottom: 100px;
  clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 98%);
  margin: -240px 0px;
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  .services-brisbane {
    margin-top: -190px;
  }
}
@media screen and (max-width: 425px) {
  .services-brisbane {
    margin-top: -130px;
    clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 0% 100%);
  }
}
.services-brisbane .services-brisbane-content {
  margin-bottom: 2rem;
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #CFD1D7;
}
.services-brisbane ul {
  list-style-image: url("../images/case-studies/icons8-checked 1.svg");
}
.services-brisbane ul li {
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #CFD1D7;
  margin-bottom: 12px;
  margin-left: 30px;
  line-height: 45px;
}
/*# sourceMappingURL=main.css.map */
