/*
Theme Name: Planet Media WordPress Theme
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover, button {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pd-100 {
  padding: 100px 0;
}

.grey-text {
  color: #7A7A7A;
}

.pd-60 {
  padding: 60px 0;
}

.pdb-100 {
  padding-bottom: 100px;
}

/* TOP NAV STYLE STARTS */
.menu {
  position: fixed;
  right: 15px;
  top: 18px;
  height: 20px;
  width: 25px;
  z-index: 1100;
  background: 0;
  outline: 0;
  padding: 10px;
  border: 0;
  transition: 0.4s transform linear;
  transition: 0.4s ease;
}

.menu:focus {
  outline: 0;
  box-shadow: none;
}

.bar, .bar::before, .bar::after {
  background-color: #1564DD;
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  margin: auto;
  width: 100%;
  content: "";
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
}

.bar {
  width: 14px;
}

.headerscroll .bar {
  margin-top: 0px;
}

.bar::before {
  top: -8px;
  width: 24px;
}

.bar::after {
  top: 8px;
  width: 24px;
}

.bar::before, .bar::after {
  transform: rotate(0deg);
}

.menu.active .bar {
  background-color: transparent;
}

.active .bar {
  background: 0;
}

.active .bar::before {
  background: #fff;
  transform: rotate(45deg);
}

.active .bar::after {
  background: #fff;
  transform: rotate(-45deg);
}

.active .bar::before, .active .bar::after {
  top: 0;
}

.active .bar, .active .bar::before, .active .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

.navslide {
  width: 220px;
  height: 100%;
  background: linear-gradient(180deg, #00173E 3.77%, #000000 121.31%);
  padding-top: 80px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(220px);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  z-index: 1050;
}

.menu-open nav {
  transform: translateX(0);
}

.navslide ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.navslide ul li {
  margin-bottom: 10px;
}

.navslide ul li a {
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  color: #fff;
}

.navslide ul li a:hover, .navslide ul li a:focus {
  color: #F04923;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.navslide ul li.menu-item.active a {
  color: #000;
  font-weight: 500;
  background-color: #29d386;
}

header button:focus {
  outline: 0;
}

/* TOP NAV STYLE ENDS */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .menu {
    top: 18px;
  }
  .navslide {
    width: 300px;
    height: 100%;
    transform: translateX(1100px);
    padding-top: 100px;
  }
  .navslide ul li {
    margin-bottom: 10px;
  }
  .navslide ul li a {
    padding-left: 50px;
    font-size: 18px;
  }
}
body.menu-open {
  position: relative;
  overflow: hidden;
}

body.menu-open::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body {
  font-family: "Open Sans", serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
body.headerscroll header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(194, 194, 194, 0.4588235294);
}
body.headerscroll header .logo img {
  width: 60px;
}
body.headerscroll header .header-menu ul li a {
  font-size: 14px;
  line-height: 18px;
}

.container {
  max-width: 1120px;
}

header {
  padding: 12px 0;
  transition: all 0.3s ease;
  background-color: #fff;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo img {
  display: block;
  width: 80px;
}
header .header-menu ul {
  display: flex;
  align-items: center;
  gap: 80px;
}
header .header-menu ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #181818;
  line-height: 22px;
  text-transform: uppercase;
}
header .header-menu ul li a:hover {
  color: #0C5ADB;
}

.home-banner {
  background-image: url("images/banner-bg.png");
  background-position: bottom;
  background-size: contain;
  height: 740px;
  padding-top: 200px;
  background-repeat: no-repeat;
  background-color: #F6FBFF;
}
.home-banner .row {
  display: flex;
  align-items: flex-start;
  align-items: start;
}
.home-banner p {
  color: #4D5068;
  margin: 24px 0;
  line-height: 24px;
}
.home-banner p.small-ft {
  color: #536DFD;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 18px 0;
}
.home-banner h1 {
  font-size: 64px;
  line-height: 60px;
  font-weight: 900;
  margin: 0;
  font-family: "Lato", serif;
  color: #4D5068;
}
@media (max-width: 767px) {
  .home-banner h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .home-banner h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (min-width: 1081px) and (max-width: 1370px) {
  .home-banner h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

.btn-style1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  background-color: #0C5ADB;
  border-radius: 30px;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  padding: 0 30px;
  font-family: "Lato", serif;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #0C5ADB;
}
.btn-style1:hover {
  background-color: transparent;
  color: #0C5ADB;
}
@media (max-width: 767px) {
  .btn-style1 {
    height: 40px;
    font-size: 16px;
  }
}

.seo-platform h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  font-family: "Lato", serif;
  margin: 0 auto;
  color: #0C0C0C;
}
@media (max-width: 767px) {
  .seo-platform h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .seo-platform h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .seo-platform h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.seo-platform h2 b {
  font-weight: inherit;
  color: #0C5ADB;
}
.seo-platform .seo-practices {
  margin-top: 60px;
}
.seo-platform .seo-practices .content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 50px 30px;
  height: 100%;
  box-shadow: 0px 12px 32px 0px rgba(94, 94, 94, 0.1019607843);
  transition: all 0.3s ease;
}
.seo-platform .seo-practices .content-block:hover {
  cursor: pointer;
  box-shadow: 0px 12px 32px 0px rgba(94, 94, 94, 0.25);
}
.seo-platform .seo-practices .content-block h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Lato", serif;
  color: #00173E;
}
@media (max-width: 575.98px) {
  .seo-platform .seo-practices .content-block h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .seo-platform .seo-practices .content-block h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .seo-platform .seo-practices .content-block h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.seo-platform .seo-practices .content-block p {
  line-height: 30px;
  color: #00173E;
}

.increase-client .increase-client-sec-img {
  width: 480px;
}
.increase-client p {
  margin-bottom: 15px;
  color: #7A7A7A;
}
.increase-client ul {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
.increase-client ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #7A7A7A;
  width: 48%;
  position: relative;
  padding-left: 30px;
}
.increase-client ul li:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("images/list-icon.svg");
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.our-case-studies {
  text-align: center;
}
.our-case-studies h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #00173E;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .our-case-studies h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .our-case-studies h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .our-case-studies h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.our-case-studies p.small-ft {
  color: #536DFD;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .our-case-studies p.small-ft {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .our-case-studies p.small-ft {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .our-case-studies p.small-ft {
    font-size: 18px;
    line-height: 20px;
  }
}
.our-case-studies .seo-services {
  margin: 60px 0;
}
.our-case-studies .seo-services .case-study-img {
  display: block;
}
.our-case-studies .seo-services .content {
  background-color: #fff;
  padding: 30px;
}
.our-case-studies .seo-services .content h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #00173E;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .our-case-studies .seo-services .content h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .our-case-studies .seo-services .content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .our-case-studies .seo-services .content h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.our-case-studies .seo-services .content p {
  color: #7A7A7A;
}
.our-case-studies .tns-outer {
  position: relative;
}
.our-case-studies .tns-outer .tns-nav {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: absolute;
  width: 100%;
}
.our-case-studies .tns-outer .tns-nav button {
  width: 6px;
  height: 6px;
  background-color: #536DFD;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  opacity: 0.6;
  border: 0;
}
.our-case-studies .tns-outer .tns-nav button.tns-nav-active {
  width: 8px;
  height: 8px;
  background-color: #0C5ADB;
  opacity: 1;
}
.our-case-studies .client-review {
  margin: 60px 0;
}
.our-case-studies .client-review .tns-item {
  opacity: 0.5;
}
.our-case-studies .client-review .tns-item.opacity-main {
  opacity: 1;
}
.our-case-studies .client-review .tns-item p {
  font-size: 24px;
  line-height: 32px;
  color: #7A7A7A;
}

.bg-grey {
  background-color: #F5F5F5;
}

.get-in-touch h2 {
  margin-bottom: 30px;
  color: #00173E;
}
.get-in-touch p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  color: #7A7A7A;
}

footer {
  background-color: #00173E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
footer p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-family: "Nunito", serif;
}

.category-lisitng .row {
  margin-bottom: -40px;
}
.category-lisitng .col-md-4 {
  margin-bottom: 40px;
}
.category-lisitng .item {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.0509803922);
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}
.category-lisitng .item:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);
}
.category-lisitng .item a {
  display: block;
}
.category-lisitng .item .content {
  background-color: #fff;
  padding: 24px 0;
  text-align: center;
}
.category-lisitng .item .content span {
  color: #00173E;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .category-lisitng .item .content span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .category-lisitng .item .content span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .category-lisitng .item .content span {
    font-size: 18px;
    line-height: 28px;
  }
}
.category-lisitng .item .content p {
  color: #7A7A7A;
}
.category-lisitng .cat-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
.category-lisitng .cat-list li a {
  color: #292225;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid transparent;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.category-lisitng .cat-list li a:hover, .category-lisitng .cat-list li a.active {
  border-color: #0C5ADB;
  color: #0C5ADB;
}

.inner-banner {
  height: 230px;
  background-color: #1564DD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner h1 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  font-family: "Lato", serif;
}
.inner-banner ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 15px;
}
.inner-banner ul li {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  font-family: "Nunito", serif;
}
.inner-banner ul li:hover {
  border-bottom: 1px solid #fff;
}
.inner-banner ul li:after {
  content: "/";
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: -18px;
  top: 2px;
  font-weight: 300;
  font-family: "Nunito", serif;
}
.inner-banner ul li a {
  color: #fff;
}
.inner-banner ul li:last-child:after {
  display: none;
}

.pos-section {
  color: #7A7A7A;
}
.pos-section h2 {
  color: #181818;
  margin-bottom: 40px;
  font-family: "Lato", serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
.pos-section .row {
  align-items: center;
}
.pos-section ul {
  margin-top: 10px;
}
.pos-section ul.list-style-1 li {
  color: #54595F;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.pos-section ul.list-style-1 li strong {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  width: 110px;
}
.pos-section p {
  margin-bottom: 15px;
}
.pos-section.list-style-2 ul {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.pos-section.list-style-2 ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 32%;
  position: relative;
  padding-left: 20px;
}
.pos-section.list-style-2 ul li:after {
  width: 16px;
  height: 16px;
  background-image: url("images/list-icon-2.svg");
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
}

/* Form */
.form {
  margin-top: 40px;
}
.form ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
  gap: 20px 30px;
}
.form ul li {
  width: 100%;
}
.form ul li p {
  margin: 0;
  width: 100%;
}
.form ul li textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 16px 30px;
  color: #6C757D;
  font-size: 16px;
  line-height: 22px;
}
.form ul li.half {
  width: 47%;
}
.form ul li.half input {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e7e7;
  color: #6C757D;
  font-size: 16px;
  line-height: 22px;
}
.form ::-moz-placeholder {
  color: #6C757D !important;
  opacity: 1 !important;
}
.form ::placeholder {
  color: #6C757D !important;
  opacity: 1 !important;
}
.form .wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
  bottom: -20px;
}
.form input[type=submit] {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  background-color: #0C5ADB;
  border-radius: 30px;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  padding: 0 30px;
  font-family: "Lato", serif;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #0C5ADB;
  width: 180px;
}
.form input[type=submit]:hover {
  background-color: transparent;
  color: #0C5ADB;
}
@media (max-width: 767px) {
  .form input[type=submit] {
    height: 40px;
    font-size: 16px;
  }
}

/* Media query */
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  header {
    padding: 10px 0;
  }
  header .header-right {
    padding-right: 60px;
  }
  header .logo img {
    width: 80px;
  }
  body p {
    font-size: 16px;
    line-height: 18px;
  }
  .home-banner {
    height: 400px;
    padding-top: 40px;
  }
  .home-banner p {
    width: 70%;
  }
  .pd-100 {
    padding: 40px 0;
  }
  .pd-60 {
    padding: 30px 0;
  }
  .pdb-100 {
    padding-bottom: 40px;
  }
  .seo-platform .seo-practices {
    margin-top: 30px;
  }
  .seo-platform .seo-practices .content-block {
    padding: 30px;
    margin-bottom: 30px;
  }
  .our-case-studies .seo-services {
    margin: 30px 0;
  }
  .increase-client p:nth-child(1) {
    margin-top: 15px;
  }
  .increase-client ul li {
    width: 100%;
  }
  .our-case-studies .client-review .tns-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .get-in-touch p {
    width: 100%;
  }
  .inner-banner {
    height: 150px;
  }
  .inner-banner h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .category-lisitng .cat-list {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .category-lisitng .cat-list li a {
    font-size: 16px;
    line-height: 20px;
  }
  .form ul {
    width: 100%;
  }
  .form ul li.half {
    width: 100%;
  }
  .form ul li.half input {
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .header-menu ul {
    gap: 30px;
  }
  header .logo img {
    width: 60px;
  }
  .home-banner {
    height: 500px;
    padding-top: 50px;
  }
  .seo-platform .seo-practices .content-block {
    padding: 30px 15px;
  }
  .pd-100 {
    padding: 50px 0;
  }
  .increase-client ul li {
    width: 100%;
  }
  .form ul {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */