/*
Theme Name: Ascend Digital Experts
Theme URI: https://ascendigitalexperts.com/
Author: DIGITAL AGENCY
Author URI: https://rogue-move.com/
Description: This custom WordPress theme was developed by Rogue Move Media for Mike Stearns at Ascend Digital Experts, a US-based marketing agency specializing in lead generation for home improvement contractors. Built for performance and scalability, this theme supports custom service pages, SEO-optimized layouts, conversion-driven landing sections, and dynamic content modules to showcase results and case studies. Designed to elevate the digital presence of roofing, siding, and other contractor-focused clients, the theme also integrates seamlessly with analytics tools, CRMs, and lead tracking systems.
Requires at least: 6.4
Requires PHP: 7.4
Version: 1.0
Text Domain: AscendTheme
Tags: Digital Marketing, Contractor Leads, SEO Agency, US Marketing Agency, DIGIDEL Solutions, Custom WordPress Theme
*/
* {
  padding: 0;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-button {
  background: #fff;
  width: 0;
  height: 0;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #eb2626;
  height: 0;
}

body {
  font-family: Helvetica, Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #262626;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
section,
span,
textarea,
ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Sans-Serif;
}

h1 {
  font-size: 55px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 1.3;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #eb2626 !important;
}

img {
  width: 100%;
}

.main-btn {
  border: 1px solid #eb2626;
  background: #eb2626;
  color: #fff;
  padding: 12px 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-btn:hover {
  background: #fff;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.cursor,
.cursor-outer {
  mix-blend-mode: difference;
  width: 20px;
  height: 20px;
}

.cursor-outer {
  position: fixed;
  top: -20px;
  left: -20px;
  z-index: 5000;
  pointer-events: none !important;
}

.cursor {
  position: absolute;
  background-color: #eb2626;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.coloring .cursor,
.dark_page .cursor {
  background-color: #fff;
}

.zooming.cursor {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

section {
  background: #fff;
  position: relative;
  z-index: 2;
}

.mobile-img {
  display: none;
}

section.main-section {
  overflow: hidden;
}

h2.main-heading {
  padding-bottom: 10px;
  position: relative;
}

h2.main-heading:after {
  content: "";
  position: absolute;
  left: 47%;
  right: 47%;
  bottom: 0;
  height: 4px;
  background: #eb2626;
}

.mobile-schedule-btn {
  display: none;
}

header {
  padding: 7px 0;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  width: 120px;
  line-height: 0;
}

.logo a {
  display: block;
}

.logo .white-logo,
body.header-fixed .logo .white-logo {
  display: none;
}

body.header-fixed .logo .black-logo {
  display: block;
}

body.page-template-page-contact .logo img.black-logo,
body.single-post .logo img.black-logo {
  display: block;
}

body.home.page-template .logo img.black-logo,
body.home.page-template.header-fixed .logo img.white-logo,
body.page-template-page-contact .logo img.white-logo,
body.single-post .logo img.white-logo {
  display: none;
}

body.home.page-template .logo img.white-logo,
body.home.page-template.header-fixed .logo img.black-logo {
  display: block;
}

body.home.page-template header {
  position: absolute;
}

body.home.page-template header.header-option2 .menu-icon ul > li.menuIcon > span,
body.home.page-template header.header-option2 .menu-icon ul > li.menuIcon > span:after,
body.home.page-template header.header-option2 .menu-icon ul > li.menuIcon > span:before {
  background: #fff;
}

body.home.page-template.header-fixed header.header-option2 .menu-icon ul > li.menuIcon > span,
body.home.page-template.header-fixed header.header-option2 .menu-icon ul > li.menuIcon > span:after,
body.home.page-template.header-fixed header.header-option2 .menu-icon ul > li.menuIcon > span:before {
  background: #262626;
}

.navigation-fixed {
  width: calc(100% - 220px);
  display: none;
}

body.header-fixed .navigation-fixed {
  display: block;
}

.navigation-fixed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
}

.navigation-fixed ul li {
  margin-left: 4%;
}

.navigation-fixed ul li:first-child {
  margin-left: 0;
}

.navigation-fixed ul li:hover:last-child a {
  color: #eb2626;
}

.navigation-fixed ul li:last-child a {
  color: #fff;
  font-weight: 600;
}

.navigation-fixed ul li:last-child a:after {
  display: none;
}

.navigation-fixed ul li.main-btn {
  padding: 9px 25px;
  border-radius: 25px 0 25px 0;
}

.navigation-fixed ul li.main-btn:hover {
  color: #eb2626;
}

.navigation-fixed ul li a {
  color: #262626;
  font-weight: 500;
  position: relative;
}

.navigation-fixed ul li.current-menu-item a,
body.header-fixed .navigation-fixed ul li.current-menu-item a {
  color: #eb2626;
}

.navigation-fixed ul li a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #eb2626;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navigation-fixed ul li a:hover:after,
.navigation-fixed ul li.current-menu-item a:after {
  width: 30px;
}

body.header-fixed .menu-icon {
  display: none;
}

.navigation ul li.current_page_item > a {
  color: #eb2626;
}

.menu-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.menu-icon ul li {
  margin-left: 20px;
}

.menu-icon ul li.main-btn {
  padding: 9px 25px;
  position: relative;
  border-radius: 25px 0 25px 0;
}

.menu-icon ul li.main-btn:hover {
  color: #eb2626;
}

.menu-icon ul li.main-btn:hover:after {
  border-color: #eb2626;
}

.menu-icon ul > li.menuIcon {
  position: relative;
  top: 5px;
  width: 32px;
}

.menu-icon ul > li.menuIcon > span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
  top: 16px;
}

.menu-icon ul > li.menuIcon > span:after,
.menu-icon ul > li.menuIcon > span:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  left: 17%;
  height: 2px;
  background: #fff;
}

.menu-icon ul > li.menuIcon > span:before {
  bottom: -8px;
  top: auto;
  left: 34%;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navigation.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

i.navi-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  height: 100%;
  padding-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
}

ul.sub-menu {
  overflow: hidden;
}

.navigation ul li.consultation-btn {
  display: none;
}

.navigation ul li a {
  color: #262626;
  font-size: 20px;
  display: block;
  font-weight: 700;
  padding: 10px 0;
}

.navigation ul li.menu-item-has-children {
  position: relative;
  width: 100%;
}

.navigation ul li.menu-item-has-children a {
  position: relative;
  display: inline-block;
}

.navigation ul li.menu-item-has-children:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 20px;
  top: 0;
  width: 70%;
  text-align: right;
  padding: 10px 0px;
  font-size: 32px;
}

.navigation ul li.active a {
  color: #eb2626;
}

body.header-fixed header,
body.header-fixed header.header-option2 {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
  -webkit-animation: headerFixed 0.3s linear;
  animation: headerFixed 0.3s linear;
}

@-webkit-keyframes headerFixed {
  from {
    -webkit-transform: translateY(-61.5px);
    transform: translateY(-61.5px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes headerFixed {
  from {
    -webkit-transform: translateY(-61.5px);
    transform: translateY(-61.5px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

body.header-fixed header .logo {
  width: 110px;
  line-height: 0;
}

body.header-fixed .menu-icon ul > li.menuIcon > span,
body.header-fixed .menu-icon ul > li.menuIcon > span:after,
body.header-fixed .menu-icon ul > li.menuIcon > span:before {
  background: #262626;
}

header.header-option2 {
  position: static;
}

header.header-option2 .menu-icon ul > li.menuIcon > span,
header.header-option2 .menu-icon ul > li.menuIcon > span:after,
header.header-option2 .menu-icon ul > li.menuIcon > span:before {
  background: #262626;
}

section.banner-section {
  line-height: 0;
  position: relative;
}

section.banner-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner-section video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000;
}

.banner-content {
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.banner-content-inner {
  max-width: 70%;
  -webkit-transform: translateY(7%);
  -ms-transform: translateY(7%);
  transform: translateY(7%);
  margin: 0 auto;
  text-align: center;
}

.banner-content-inner h1 {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-animation: bannerAnimation 1s ease-in-out 0.2s;
  animation: bannerAnimation 1s ease-in-out 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.banner-content-inner p {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  margin-top: 11px;
  padding: 0 10%;
  line-height: 1.5;
  -webkit-animation: bannerAnimation 1s ease-in-out 0.4s;
  animation: bannerAnimation 1s ease-in-out 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.banner-content-inner .main-btn {
  opacity: 0;
  width: 169px;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  margin: 40px 10px 0;
  -webkit-animation: bannerAnimation 1s ease-in-out 0.5s;
  animation: bannerAnimation 1s ease-in-out 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.banner-content-inner .main-btn.main-btn2 {
  background: 0 0;
  border-color: #ffff;
}

.banner-content-inner .main-btn.main-btn2:hover {
  background: #fff;
}

@-webkit-keyframes bannerAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bannerAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.scroll_down {
  position: absolute;
  width: 100%;
  bottom: 3%;
  z-index: 2;
}

.scroll_down > span {
  width: 24px;
  height: 42px;
  border: 1px solid #eb2626;
  border-radius: 30px;
  position: relative;
  display: block;
  color: #eb2626;
  text-align: center;
  margin: 0 auto;
}

.scroll_down > span:after {
  content: "";
  position: absolute;
  top: 3px;
  padding: 2px;
  left: 39%;
  background: #eb2626;
  border-radius: 100px;
  -webkit-animation: 1.1s cubic-bezier(0.35, 0.18, 0.52, 0.76) bannertrigger infinite;
  animation: 1.1s cubic-bezier(0.35, 0.18, 0.52, 0.76) bannertrigger infinite;
}

@-webkit-keyframes bannertrigger {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    opacity: 1;
    -webkit-box-shadow: 0 0 42px 0 #ab201d;
    box-shadow: 0 0 42px 0 #ab201d;
    -webkit-transform: translate(0, 24px);
    transform: translate(0, 24px);
  }
}

@keyframes bannertrigger {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    opacity: 1;
    -webkit-box-shadow: 0 0 42px 0 #ab201d;
    box-shadow: 0 0 42px 0 #ab201d;
    -webkit-transform: translate(0, 24px);
    transform: translate(0, 24px);
  }
}

section.client-section {
  text-align: center;
  padding: 60px 0 0;
}

section.client-section h2 {
  text-transform: capitalize;
}

section.client-section h2 > span {
  display: block;
  color: #eb2626;
}

section.client-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.client-section .slick-slide {
  outline: 0;
}

section.client-section img {
  width: 70% !important;
  margin: 10px auto;
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

section.client-section img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

section.home-about-section {
  background: #000;
  color: #fff;
  position: relative;
}

.home-about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-about-inner > div {
  width: 48%;
}

.home-about-left {
  padding: 18% 0;
  position: relative;
}

.home-about-left img,
.home-about-left video {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-about-right {
  padding: 60px 0;
}

.home-about-right > i {
  color: #eb2626;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.2px;
}

.home-about-right h2 {
  margin-top: 10px;
}

.home-about-right p {
  color: #fff;
  margin-top: 20px;
}

.home-about-right p > span {
  display: block;
  margin-top: 10px;
}

.home-about-right .main-btn {
  margin-top: 30px;
}

section.home-services-section {
  padding: 60px 0;
  position: relative;
}

section.home-services-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  background: #eb2626;
  height: 45%;
  width: 29%;
}

section.home-services-section h2 {
  text-align: center;
}

.services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-top: 40px;
}

.services-left {
  width: 50%;
  position: relative;
}

.services-left:after {
  content: "";
  position: absolute;
  right: 16%;
  top: 36%;
  height: 0%;
  width: 5px;
  background: #eb2626;
  z-index: 2;
  -webkit-animation: lineAnimation 2s ease-in-out infinite;
  animation: lineAnimation 2s ease-in-out infinite;
}

@-webkit-keyframes lineAnimation {
  0% {
    height: 0;
  }

  100% {
    height: 30%;
  }
}

@keyframes lineAnimation {
  0% {
    height: 0;
  }

  100% {
    height: 30%;
  }
}

.services-left span.services-img1 {
  padding: 26% 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 90%;
  -webkit-box-shadow: 8px 10px 22px rgba(0, 0, 0, 0.27);
  box-shadow: 8px 10px 22px rgba(0, 0, 0, 0.27);
  margin: 6px auto 0;
}

.services-left span.services-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-left .services-img2 {
  width: 50%;
  margin-top: -13%;
  position: relative;
  padding: 25% 0;
  display: block;
}

.services-left .services-img2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-left-content {
  position: absolute;
  right: 0;
  width: 43%;
  z-index: 9;
  bottom: 4%;
  text-align: left;
}

section.home-services-section .services-left-content h2 {
  text-align: left;
}

.services-left-content h2 > span {
  font-size: 25px;
  display: block;
}

.services-left-content p {
  font-weight: 700;
  font-size: 19px;
}

.services-right {
  width: 45%;
}

.services-right > p {
  position: relative;
  top: -30px;
}

.services-right > p > span {
  display: inline-block;
  position: absolute;
  top: -14px;
  right: 3px;
  font-size: 14px;
  color: #101010;
  font-weight: 700;
  width: 42px;
  height: 40px;
  border: 1px solid #101010;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

svg.why_circle_ani {
  position: absolute;
  top: -19px;
  right: 0;
  overflow: visible;
  z-index: 2;
}

svg.why_circle_ani.active2 .circle {
  stroke-dasharray: 125px;
  -webkit-animation: featuresstroke 4s ease-out infinite;
  animation: featuresstroke 4s ease-out infinite;
}

@-webkit-keyframes featuresstroke {
  from {
    stroke-dashoffset: 125px;
  }

  ,
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes featuresstroke {
  from {
    stroke-dashoffset: 125px;
  }

  ,
  to {
    stroke-dashoffset: 0;
  }
}

.services-right ul li {
  list-style: none;
  text-transform: uppercase;
  color: #262626;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.services-right ul li i {
  width: 30px;
  position: relative;
  top: 4px;
}

.services-right ul li i img {
  width: auto;
  height: 30px;
}

.services-right ul li i img.active-img,
.services-right ul li.active i img.inactive-img {
  display: none;
}

.services-right ul li.active i img.active-img {
  display: block;
}

.services-right ul li b {
  width: calc(100% - 50px);
  font-size: 20px;
}

.services-right ul li > span {
  display: none;
  color: #262626;
  font-size: 14px;
  text-transform: initial;
  padding-left: 51px;
  width: 100%;
  font-weight: 400;
}

.services-right ul li.active {
  color: #eb2626;
}

.services-right ul li.active > span {
  display: block;
}

section.company-section {
  background: #eb2626;
  color: #fff;
  text-align: center;
  padding: 60px 0;
  position: relative;
}

img.pattern {
  position: absolute;
  top: 60%;
  left: 0;
  width: 120px;
}

section.company-section p {
  margin-top: 8px;
}

section.company-section .main-btn {
  background: #fff;
  color: #eb2626;
  margin-top: 30px;
}

section.company-section .main-btn:hover {
  border-color: #fff;
  background: 0 0;
  color: #fff !important;
}

section.testimonials-section {
  position: relative;
  padding: 60px 0;
  background: #eb2626;
  color: #fff;
  text-align: center;
}

section.testimonials-section h2.main-heading:after {
  background: #fff;
}

.testimonials-carousel {
  margin-top: 2%;
  padding: 0 5%;
}

.testimonials-carousel .item p {
  font-size: 18px;
  position: relative;
  padding-top: 40px;
}

i.fa.fa-quote-left,
i.fa.fa-quote-right {
  position: absolute;
  font-size: 70px;
  left: 0;
  opacity: 0.2;
  top: 0;
  z-index: -1;
}

i.fa.fa-quote-right {
  bottom: -40px;
  right: 0;
  top: auto;
  left: auto;
}

.testimonials-carousel .item h6 {
  margin-top: 26px;
}

.testimonials-carousel .owl-next,
.testimonials-carousel .owl-prev {
  position: absolute;
  top: calc(40% - 15px);
  left: 0;
  font-size: 30px;
  color: #fff;
  line-height: 0;
}

.testimonials-carousel .owl-next {
  left: auto;
  right: 0;
}

.testimonials-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.testimonials-carousel .owl-dot {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
  opacity: 0.6;
}

.testimonials-carousel .owl-dot.active {
  opacity: 1;
}

section.home-blog-section {
  background: #000;
  text-align: center;
  padding: 60px 0;
  color: #fff;
}

section.home-blog-section .main-btn {
  margin-top: 40px;
}

.home-blog-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 40px;
}

.blog-card {
  width: calc(33.33% - 20px);
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.blog-card:nth-child(3n + 2) {
  margin-left: 26px;
  margin-right: 26px;
}

.blog-img {
  line-height: 0;
  position: relative;
  padding: 26% 0;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

.blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-content {
  padding: 20px;
  color: #262626;
}

.blog-content h6 {
  line-height: 1.4;
}

.blog-content p {
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.blog-content > span {
  margin-top: 20px;
  display: block;
  background: #eb2626;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.blog-content span i {
  margin-right: 8px;
}

section.touch-section {
  padding: 60px 0;
  border-top: 1px solid #ccc;
}

.touch-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.touch-left {
  width: 56%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

img.lets-img1 {
  margin-bottom: -9%;
}

.touch-left-inner {
  position: relative;
  z-index: 2;
}

.touch-left p {
  font-size: 16px;
  font-weight: 500;
}

.touch-left h2 {
  margin-top: 15px;
}

.touch-left h2 a {
  color: #262626;
  font-size: 70px;
  display: block;
  position: relative;
}

.touch-left h2 a svg {
  width: 30px;
  opacity: 0;
  display: block;
  margin: 0 auto;
  left: 45%;
  position: absolute;
  -webkit-transform: translateY(50px) rotate(-45deg);
  -ms-transform: translateY(50px) rotate(-45deg);
  transform: translateY(50px) rotate(-45deg);
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.touch-left h2 a:hover svg {
  opacity: 1;
  width: 50px;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}

.touch-left h2 a svg g {
  stroke: #262626;
}

.touch-left h2 a:hover svg g {
  stroke: #eb2626;
}

.touch-right {
  padding: 40px;
  width: 44%;
  background: #d8d8d86e;
}

.touch-right > p {
  color: #848484;
  margin-top: 5px;
}

.accordion {
  border-top: 0;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  background: #fff;
}

.accordion h6 {
  border-bottom: solid 1px #eaeaea;
  padding: 12px 30px 12px 20px;
  text-transform: capitalize;
  position: relative;
  color: #262626;
  font-weight: 600;
  font-size: 16px;
}

.accordion h6:after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 9px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  width: 25px;
  text-align: center;
  border: 1px solid #d8d8d86e;
  background: #d8d8d86e;
  height: 25px;
  border-radius: 50%;
}

.accordion h6.active:after {
  content: "-";
}

.accordion h6.active {
  color: #eb2626;
}

.accordion-content {
  display: none;
  color: #848484;
  padding: 10px 34px;
  font-size: 14px;
}

footer {
  color: #fff;
  position: relative;
  background: url(https://d3v77cxrhim28u.cloudfront.net/wp-content/themes/ogrelogic/images/Portfolio_Banner_contact.jpg);
  background: #000;
  background-position: 100% 100%;
  animation-name: portfolio;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  z-index: 1;
  animation-direction: alternate;
  clear: both;
  padding: 10px 0;
}

@keyframes portfolio {
  form {
    background-position: 100% 0%;
  }

  to {
    background-position: 0% 0%;
  }
}

footer li {
  list-style: none;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
}

.footer-left {
  width: 30%;
  font-weight: 500;
}

.footer-logo {
  width: 140px;
}

.footer-logo a {
  display: block;
}

.footer-left p {
  margin-top: 20px;
}

.footer-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 20px;
}

.footer-left ul li {
  margin-right: 10px;
}

.footer-left ul li a {
  color: #fff;
  font-size: 20px;
}

.footer-center h6,
.footer-right h6 {
  color: #eb2626;
  font-weight: 600;
  font-size: 18px;
}

.footer-center ul {
  margin-top: 16px;
}

.footer-center ul li {
  list-style: none;
  margin-top: 14px;
}

.footer-center ul li a {
  color: #fff;
  font-weight: 500;
}

.footer-center ul li a:hover,
.footer-left ul li a:hover {
  color: #eb2626 !important;
}

.footer-right {
  width: 21%;
}

.footer-right p {
  margin: 10px 0 20px;
}

.copt-right {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

section.about-section {
  padding: 60px 0 0;
}

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-content {
  width: 45%;
}

.about-content h2 {
  position: relative;
}

.about-content h2:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 12%;
  height: 4px;
  background: #eb2626;
}

.about-content p {
  margin-top: 15px;
  line-height: 1.8;
}

.about-img {
  width: 45%;
  position: relative;
  border: 8px solid red;
  border-radius: 22px;
  overflow: hidden;
  line-height: 0;
}

.about-img img {
  opacity: 0;
}

.about-img.aos-animate img {
  opacity: 1;
  transition-delay: 0.3s;
}

section.about2-section {
  padding: 60px 0;
  text-align: center;
}

.about2-inner-main {
  position: relative;
  margin-top: 60px;
}

.about2-inner-main:after,
.about2-inner-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #e1e1e1;
  border-radius: 50%;
}

.about2-inner-main:before {
  top: auto;
  bottom: -30px;
  left: 47%;
}

.about2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  position: relative;
}

.about2-left {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about2-left img {
  position: relative;
  width: 20%;
  top: 6%;
}

.about2-right {
  width: 50%;
  padding: 70px 6% 40px;
  position: relative;
}

.about2-inner-main span.rocket-img2 {
  position: absolute;
  top: -8px;
  left: 49%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(img/rocket-ani.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 3;
}

.about2-inner:nth-child(even) .about2-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 70px 3% 40px 10%;
}

.about2-inner::after,
.about2-inner::before {
  content: "";
  height: 100%;
  width: 50%;
  border-radius: 130px 0 0 130px;
  border: 15px solid #e1e1e1;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.about2-inner::after {
  height: calc(100% - 30px);
  width: calc(50% - 12px);
  border-color: #e1e1e1;
  left: 12px;
  top: 15px;
}

.about2-inner:nth-child(even)::before {
  left: auto;
  right: 0;
  border-radius: 0 110px 110px 0;
  border: 15px solid #e1e1e1;
  border-left: none;
}

.about2-inner:nth-child(even)::after {
  left: auto;
  right: 12px;
  border-radius: 0 100px 100px 0;
  border: 15px solid #e1e1e1;
  border-left: none;
}

section.why-choose-section {
  padding: 50px 0;
  text-align: center;
}

section.why-choose-section p {
  margin-top: 20px;
  padding: 0 10%;
}

.why-choose-inner {
  text-align: left;
  position: relative;
  margin-top: 7%;
}

.why-choose-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0;
}

.why-choose-inner ul li i {
  font-weight: 700;
  width: 100px;
  -webkit-transform: translateY(-38px);
  -ms-transform: translateY(-38px);
  transform: translateY(-38px);
}

.why-choose-inner ul li > span {
  width: calc(100% - 220px);
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.why-choose-inner ul li > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -68px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eb2626;
}

.why-choose-inner ul li > span b {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 20px;
}

.why-choose-inner ul li:last-child {
  margin-bottom: 0;
}

.why-choose-inner ul li p {
  padding: 0;
}

.outline {
  position: absolute;
  top: 16px;
  bottom: 15%;
  left: 160px;
  width: 5px;
  background: #fff;
  z-index: -1;
}

.outline > span {
  display: block;
  height: 100%;
  background: #eb2626;
}

section.touch-section.touch2-section {
  padding: 0 0;
  text-align: center;
}

section.touch-section.touch2-section .touch-left {
  width: 100%;
  padding: 10% 0;
}

section.touch-section.touch2-section .touch-left h2 a svg {
  left: 49%;
}

section.services-banner {
  background: #000;
  text-align: center;
  padding: 80px 0;
  color: #fff;
}

section.services-banner h6 {
  font-weight: 500;
  margin-top: 10px;
}

section.services-banner h6 span {
  color: #eb2626;
}

section.services-section {
  padding: 100px 0;
}

.services-card-inner {
  margin-top: 90px;
  position: relative;
}

.services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-card-inner:first-child {
  margin-top: 0;
}

.services-video {
  position: relative;
  width: 48%;
  padding: 5% 4%;
}

.services-video.mobile-video {
  display: none;
}

.services-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 100%;
  width: 35%;
  background: #000;
  z-index: -1;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.services-card.aos-animate .services-video:after {
  bottom: 0;
}

.services-video-inner {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.services-card.aos-animate .services-video-inner {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out 0.5s;
  -o-transition: 0.5s ease-in-out 0.5s;
  transition: 0.5s ease-in-out 0.5s;
}

.services-card-inner.services-card-media .services-video-inner {
  width: 60%;
  margin: 0 auto;
}

.services-card-inner.services-card-media .services-video-inner video {
  top: 2.8%;
  left: 7.2%;
  width: 86.6%;
  height: 94%;
  z-index: -1;
}

.services-video img.services-pattern {
  position: absolute;
  top: -12%;
  left: 3%;
  width: 20%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.8s ease-in-out 0.3s;
  -o-transition: 0.8s ease-in-out 0.3s;
  transition: 0.8s ease-in-out 0.3s;
}

.services-card.aos-animate .services-video img.services-pattern {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.services-video-inner img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.services-video-inner video {
  position: absolute;
  top: 4.8%;
  left: 8.2%;
  width: 82.6%;
  height: 82%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.services-content {
  width: 48%;
  position: relative;
}

.services-card-inner:nth-child(even) .services-content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.services-card-inner:nth-child(even) .services-video:after {
  left: auto;
  right: 0;
  background: #eb2626;
}

.services-card-inner:nth-child(even) .services-video img.services-pattern {
  left: auto;
  right: 3%;
}

.services-card-inner:nth-child(even) .services-video-inner video {
  top: 3.8%;
  left: 4.5%;
  width: 90.6%;
  height: 84%;
}

.services-content h4 {
  position: relative;
  padding-left: 40px;
}

.services-content h4 > span {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 4px;
}

.services-content p {
  padding-left: 40px;
  margin-top: 20px;
  line-height: 1.8;
  font-weight: 500;
}

.services-content ul {
  background: #ec4228;
  position: absolute;
  bottom: 49px;
  left: 41px;
  color: #fff;
  border-radius: 15px;
  padding: 30px;
  width: auto;
  display: none;
}

.services-content ul.active {
  display: inline-block;
}

.services-content ul:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  background: 0 0;
  height: 20px;
}

.services-content ul li {
  width: 100%;
  list-style: none;
  margin-top: 10px;
  font-weight: 500;
}

.services-content ul li:first-child {
  margin-top: 0;
}

.services-content .main-btn {
  margin-left: 39px;
  margin-top: 30px;
  font-size: 14px;
  display: none;
}

.services-content .main-btn:hover {
  color: #eb2626;
}

.services-shape1 {
  position: absolute;
  top: 4%;
  width: 48%;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.services-card-inner:nth-child(even) .services-shape1 {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  left: 0;
  right: auto;
}

.services-card-inner:nth-child(even) .services-content .main-btn {
  background: #262626;
  border-color: #262626;
}

.services-card-inner:nth-child(even) .services-content .main-btn:hover {
  color: #262626;
  background: 0 0;
}

.services-card-inner:nth-child(even) .services-content ul {
  background: #262626;
  color: #fff;
}

.services-shape3 {
  position: absolute;
  top: 37%;
  width: 48%;
  left: 0;
  z-index: -1;
}

.services-shape4 {
  position: absolute;
  top: 55%;
  width: 48%;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.services-shape5 {
  position: absolute;
  top: 71%;
  width: 48%;
  left: 0;
  z-index: -1;
}

.services-shape6 {
  position: absolute;
  top: 88%;
  width: 48%;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.blog-section {
  padding-bottom: 60px;
}

section.blog-section .home-blog-inner {
  margin-top: 0;
  padding: 20px 0 0;
}

section.blog-section .blog-card {
  margin-top: 40px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.paginate {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}

.paginate a.page-numbers,
.paginate > span {
  font-size: 15px;
  width: 40px;
  display: block;
  border: 1px solid #eb2626;
  margin: 0 5px;
  padding: 7px 0;
  border-radius: 3px;
  color: #eb2626;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.paginate a.page-numbers:hover {
  color: #fff !important;
  background: #eb2626;
}

.paginate a.next.page-numbers,
.paginate a.prev.page-numbers {
  width: auto;
  border: 0;
  color: #eb2626 !important;
  background: 0 0;
}

.paginate span.page-numbers.current {
  color: #fff;
  background: #eb2626;
}

section.blog-detail {
  padding: 40px 0;
}

.blog-detail .blog-breadcumb a {
  color: #262626;
}

.blog-details-banner {
  margin-top: 24px;
  position: relative;
  padding: 20% 0;
  border-radius: 8px;
  overflow: hidden;
}

.blog-details-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-detail-inner {
  padding-left: 15%;
  padding-right: 15%;
  margin: 48px 0;
}

.blog-detail-inner h4,
.blog-detail-inner h5,
.blog-detail-inner h6 {
  margin-top: 30px;
}

.blog-detail-inner p {
  margin-top: 18px;
  line-height: 26px;
}

.blog-fields > span {
  margin-right: 2%;
}

.blog-detail-inner ul {
  margin-top: 33px;
}

.blog-detail-inner ul li {
  position: relative;
  list-style-type: none;
  line-height: 2;
}

.blog-detail-inner ul li i {
  font-size: 16px;
  margin-right: 10px;
}

.blog-detail-inner > img {
  margin-top: 33px;
}

section.blog-section.related-section h2.main-heading {
  text-align: center;
}

section.blog-section.related-section .home-blog-inner {
  padding: 0;
}

section.request-section.blog-details-request {
  margin-top: 0;
}

.sectionable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sectionable .col {
  position: relative;
  min-height: 100vh;
}

.leftie {
  background-image: url(img/background.png);
  background-repeat: repeat;
  width: 60%;
}

.shooting {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-animation: twinkle 4s linear 5s infinite alternate;
  animation: twinkle 4s linear 5s infinite alternate;
}

@-webkit-keyframes twinkle {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes twinkle {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.planet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
  -webkit-animation: planet 5s linear 1.2s infinite alternate;
  animation: planet 5s linear 1.2s infinite alternate;
}

@-webkit-keyframes planet {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
}

@keyframes planet {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
}

.astronaut {
  position: absolute;
  top: -100%;
  left: 20%;
  bottom: 0;
  margin: auto;
  max-width: 400px;
  opacity: 0;
  -webkit-transition: top 1s ease 1s, opacity 1s ease 1s, -webkit-transform 8s ease 1s;
  transition: top 1s ease 1s, opacity 1s ease 1s, -webkit-transform 8s ease 1s;
  -o-transition: top 1s ease 1s, transform 8s ease 1s, opacity 1s ease 1s;
  transition: top 1s ease 1s, transform 8s ease 1s, opacity 1s ease 1s;
  transition: top 1s ease 1s, transform 8s ease 1s, opacity 1s ease 1s, -webkit-transform 8s ease 1s;
}

body.form-submit .astronaut {
  opacity: 1;
  top: 10%;
  -webkit-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
  -webkit-animation: astronaut 3s linear 5s infinite alternate;
  animation: astronaut 3s linear 5s infinite alternate;
}

@-webkit-keyframes astronaut {
  0% {
    top: 10%;
  }

  50% {
    top: 12%;
  }

  100% {
    top: 10%;
  }
}

@keyframes astronaut {
  0% {
    top: 10%;
  }

  50% {
    top: 12%;
  }

  100% {
    top: 10%;
  }
}

#completeSetup {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  max-width: 80%;
  margin: auto;
}

body.form-submit #completeSetup {
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  opacity: 0;
}

#appears1 {
  z-index: 4;
}

#appears2 {
  z-index: 3;
}

#appears2 .left {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

#appears2 .right {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

#appears2.on .left,
#appears2.on .right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: rocket1 3s linear 0s infinite alternate;
  animation: rocket1 3s linear 0s infinite alternate;
}

@-webkit-keyframes rocket1 {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes rocket1 {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

#appears3 {
  z-index: 1;
  margin-top: 15px;
}

#appears4 {
  z-index: 2;
}

.appears {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

body.form-submit .appears {
  opacity: 1;
}

.appears img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.rocket {
  -webkit-animation: rocket 3s linear 0s infinite alternate;
  animation: rocket 3s linear 0s infinite alternate;
}

@-webkit-keyframes rocket {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes rocket {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.rightie {
  width: 35%;
  padding-top: 5%;
}

.rightie h2 {
  width: 100%;
}

.rightie form {
  text-align: left;
  width: 100%;
}

.rightie form ul li {
  margin-top: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none;
}

.rightie form ul li > div {
  margin: 0 !important;
}

.rightie form input,
.rightie form textarea {
  padding: 10px !important;
  outline: 0;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  width: 100% !important;
  font-size: 16px !important;
  background: 0 0 !important;
}

.rightie .gform_wrapper textarea.medium {
  height: 120px;
}

.rightie form input[disabled],
.rightie form textarea[disabled] {
  opacity: 0.5;
}

.rightie form .form-group-submit {
  width: auto;
  position: relative;
  display: inline-block;
}

.rightie form .form-group-submit input ~ i {
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 25%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #000;
}

.rightie form .form-group-submit input[disabled] ~ i {
  background: #a7a7a7;
}

.rightie form .form-group-submit input[disabled] ~ i {
  opacity: 0.5;
}

.rightie form .form-group-submit input:hover ~ i {
  width: 100%;
}

.rightie form .form-group-submit input[disabled]:hover ~ i {
  width: 25%;
}

.rightie form input#launch {
  width: auto;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}

.rightie form input.main-btn:hover {
  color: #eb2626;
  background: #fff;
}

.instruction.validation_message,
.rightie .gform_heading,
.rightie .validation_error,
.rightie label {
  display: none !important;
}

.rightie .gform_wrapper .gform_footer {
  padding: 0;
  margin: 30px 0 0 !important;
  clear: both;
  width: auto;
  text-align: left;
}

.rightie .gform_wrapper .gform_footer input {
  width: auto !important;
  border: 0 !important;
  font-size: 18px !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
}

.rightie .gform_wrapper .validation_message {
  font-weight: 500;
}

.rightie .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

.rightie .gform_footer.top_label {
  display: inline-block;
  position: relative;
}

.rightie .gform_footer.top_label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 25%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #000;
  opacity: 0.3;
}

.rightie .gform_footer.top_label.active:after {
  opacity: 1;
}

.rightie .gform_footer.top_label.active:hover:after {
  width: 50%;
}

.rightie img {
  width: 40px !important;
  position: absolute;
  top: 50% !important;
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: -1;
  -webkit-transition: all 0.5s ease 2.5s;
  -o-transition: all 0.5s ease 2.5s;
  transition: all 0.5s ease 2.5s;
}

.popup:before {
  content: "";
  background: rgba(241, 241, 241, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.on {
  opacity: 1;
}

body.form-submit .popup {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 999;
}

.pContainer {
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 60px;
  color: #282828;
  width: 570px;
  z-index: 1;
  position: relative;
}

.popup h5 {
  display: block;
  font-size: 60px;
  line-height: 1.2em;
}

.popup p {
  font-size: 20px;
}

.popup a {
  display: block;
}

.cross {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
}

.let-talk-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.let-talk-form.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.let-talk-form .overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.let-talk-form.active .overlay {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out 0.3s;
  -o-transition: 0.3s ease-in-out 0.3s;
  transition: 0.3s ease-in-out 0.3s;
}

.let-talk-form-inner {
  width: 360px;
  background: #fff;
  height: 100%;
  overflow: auto;
  padding: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.let-talk-form-inner::-webkit-scrollbar {
  width: 5px;
}

.let-talk-form-inner::-webkit-scrollbar-button {
  background: #fff;
  width: 0;
  height: 0;
}

.let-talk-form-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.let-talk-form-inner::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #eb2626;
  height: 0;
}

.let-talk-form-inner h2.main-heading:after {
  left: 40%;
  right: 40%;
}

.let-talk-form-inner form {
  margin-top: 50px !important;
}

.let-talk-form-inner .gform_heading,
.let-talk-form-inner div#gf_progressbar_wrapper_2 {
  display: none;
}

.let-talk-form-inner .gform_wrapper form label.gfield_label {
  font-weight: 600 !important;
  font-size: 14px;
}

.let-talk-form-inner .gform_wrapper form input, 
.let-talk-form-inner .gform_wrapper form select {
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100% !important;
  padding: 10px !important;
  outline: 0;
}

body .let-talk-form-inner .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px !important;
}

body .let-talk-form-inner .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.let-talk-form-inner .gform_wrapper .gform_page_footer {
  width: auto;
  border-top: 0 dotted #ccc;
  padding: 0;
  display: inline-block;
  margin: 30px 0 0;
}

.let-talk-form-inner .gform_wrapper .gform_page_footer input {
  border: 1px solid #eb2626;
  background: #eb2626;
  color: #fff;
  padding: 10px 0 !important;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  width: 100px !important;
  font-size: 14px !important;
}

.let-talk-form-inner .gform_wrapper .gform_page_footer input:hover {
  background: #fff;
  color: #eb2626;
}

.let-talk-form-inner .gform_wrapper div.validation_error {
  display: none;
}

body .let-talk-form-inner .gform_wrapper ul li {
  background: 0 0 !important;
  border: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position:relative;
}

 .let-talk-form-inner .gform_wrapper ul li input.gfield-choice-input,  .let-talk-form-inner .gform_wrapper ul li.gchoice  input{
	position:absolute;
	right: 0;
	 width:50px !important;
	 
}

body
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
  width: 100%;
  padding: 0 !important;
  margin: 0;
}

body .let-talk-form-inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 0;
  padding-top: 3px;
  font-weight: 500;
}

body .let-talk-form-inner div#gform_confirmation_wrapper_2 {
  margin-top: 36vh;
}

.let-talk-form-inner img {
  width: 40px !important;
  position: absolute;
  top: 50% !important;
}

html,
body {
  overflow-x: hidden !important;
}

a:hover {
  text-decoration: none !important;
}

.ka-service {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ka-image {
  width: 60%;
  order: 1;
}

.ka-text {
  width: 40%;
  background: #fff;
  padding: 30px 60px;
  position: relative;
  left: -50px;
  order: 2;
}

.services-main:nth-child(even) .ka-image {
  order: 2 !important;
}

.services-main:nth-child(even) .ka-text {
  order: 1 !important;
  right: -50px !important;
  left: unset !important;
}

.hero-left {
  width: 40%;
}

.contact-form  input {
/*    font-size:14px; */
	margin-bottom:35px;
}

 .contact-form  .wpcf7-submit{
	margin-top:25px;
}


@media only screen and (max-width: 600px) {
  .slider {
    background-size: cover !important;
    background-position: left !important;
    padding-bottom: 0;
  }

  .hero-left {
    width: 100%;
  }

  .ka-service {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .ka-image {
    width: 100%;
    order: 1;
    margin-bottom: 0px;
  }

  .ka-text {
    width: 100%;
    background: #fff;
    padding: 20px;
    position: relative;
    left: 0px;
    order: 2;
  }

  .services-main:nth-child(even) .ka-image {
    order: 1 !important;
  }

  .services-main:nth-child(even) .ka-text {
    order: 2 !important;
    right: unset !important;
    left: unset !important;
  }
}

section.ka-video {
  width: 100%;
  max-height: 450px;
  position: relative;
}

section.ka-video video {
  width: 100%;
}

img.wprevpro_t2_site_logo {
  width: auto;
}

.wprs_unslider-arrow.next {
  right: -20px !important;
  background: 50% 50% no-repeat rgba(0, 0, 0, 1) !important;
  background-image: url(https://ascenddigitalexperts.com/wp-content/plugins/wp-review-slider-pro/public/css/imgs/slider_arrow.png) !important;
  background-size: 7px 11px !important;
}

.wprs_unslider-arrow.prev {
  left: -20px !important;
  background: 50% 50% no-repeat rgba(0, 0, 0, 1) !important;
  background-image: url(https://ascenddigitalexperts.com/wp-content/plugins/wp-review-slider-pro/public/css/imgs/slider_arrow.png) !important;
  background-size: 7px 11px !important;
}

.navigation-fixed ul.sub-menu {
  display: none;
}

.navigation ul.sub-menu {
  display: none;
}

.navigation-fixed li.menu-item-has-children {
  position: relative;
}

.navigation-fixed li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  position: absolute;
  width: 250px;
  height: auto;
  background: #fff;
  top: 20px;
  padding: 15px;
}

.navigation-fixed ul.sub-menu li a:after {
  display: none !important;
}

.navigation-fixed ul li ul li:last-child a {
  font-weight: 500 !important;
  color: inherit !important;
}

.navigation-fixed ul li ul li a {
  font-weight: 500 !important;
  color: inherit !important;
}

.navigation-fixed ul li ul li:hover a {
  color: #eb2626 !important;
}

.navigation-fixed ul li ul li {
  margin-left: 0px;
  margin-bottom: 10px;
}

.navigation-fixed ul li ul li a:after {
  display: none;
}

.ka-call-btn {
  border: 1px solid #eb2626;
  background: #eb2626;
  color: #fff;
  padding: 12px 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 9px 25px;
  position: relative;
  border-radius: 25px 0 25px 0;
}

.ka-call-btn a {
  color: #fff;
}

.ka-call-btn:hover {
  color: #eb2626;
  background: #fff;
}

.ka-call-btn:hover a {
  color: #eb2626;
}

a.footer-call {
  color: #fff;
}

.single-blogs-one .inner {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0px auto;
  background: #fff;
  box-shadow: 4px 4px 100px rgba(0, 0, 0, 0.15);
}
.single-blogs-one .inner .single-blog {
  display: grid;
  grid-template-columns: 1fr;
  padding: 50px;
}
.single-blogs-one .inner .single-blog img {
  background: var(--primary);
  width: 100%;
}
.single-blogs-one .inner .single-blog .font-weight-bold {
  font-weight: bold !important;
}
.single-blogs-one .inner .single-blog .blog-content {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: none;
  border: none;
  background-color: none;
  padding: 0px;
}
.single-blogs-one .inner .single-blog .blog-content .content {
  line-height: 140%;
  font-weight: 600;
  margin-top:30px;
}
.single-blogs-one .inner .single-blog .blog-content .content h2 {
  font-size: 28px;
}
.single-blogs-one .inner .single-blog .blog-content .content h3 {
  font-size: 24px;
}
.single-blogs-one .inner .single-blog .blog-content .content h4 {
  font-size: 21px;
}
.single-blogs-one .inner .single-blog .blog-content .content h5 {
  font-size: 18px;
}
.single-blogs-one .inner .single-blog .blog-content .content h2,
.single-blogs-one .inner .single-blog .blog-content .content h3,
.single-blogs-one .inner .single-blog .blog-content .content h4,
.single-blogs-one .inner .single-blog .blog-content .content h5,
.single-blogs-one .inner .single-blog .blog-content .content h6 {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #eb2626;
}
.single-blogs-one .inner .single-blog .blog-content .content p {
  line-height: 140%;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
.single-blogs-one .inner .single-blog .blog-content .content br {
  display: none;
}
.single-blogs-one .inner .single-blog .blog-content .content ul {
  margin-left: 0px;
  padding-left: 0px;
}
.single-blogs-one .inner .single-blog .blog-content .content ul li {
  list-style-type: none;
}
.single-blogs-one .inner .single-blog .blog-content .content ul li:before {
  content: url("data:image/svg+xml,%0A%3Csvg width='20' height='7' viewBox='0 0 20 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.77604 0V0.00520961L9.77083 0L4.13021 3.41667V2.05729H2.31771V4.51042H2.32812L0 5.92188L0.614583 6.98958L9.77604 1.4375L18.9375 6.98958L19.5469 5.92188L9.77604 0Z' fill='%239b2c30'/%3E%3C/svg%3E%0A");
  margin-right: 10px;
}
.single-blogs-one .inner .single-blog .blog-content .content img {
  width: 100%;
  height: auto;
  border: 5px solid var(--black);
  margin: 15px auto;
}
.single-blogs-one .inner .single-blog .blog-content .content a {
  color: var(--primary) !important;
}
.single-blogs-one .inner .single-blog .blogcta {
  box-shadow: 0px 10px 15px rgba(65, 168, 222, 0.3);
  margin-bottom: 50px;
}
.single-blogs-one .inner .single-blog .reading-time {
  font-weight: bold;
  margin-top: 15px;
}

.single-blogs-one .inner .single-blog .addto {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 15px;
  color: #000;
}

.single-blogs-one .inner .single-blog .addto p {
  margin-bottom: 0px;
  color: #000;
}

@media (max-width: 1024px) {
  .single-blogs-one .inner .single-blog {
    padding: 15px;
  }
	
  .single-blogs-one .inner .single-blog .blog-content .content {
  margin-top:20px;
  }
	
.let-talk-form-inner .gform_wrapper ul li input.gfield-choice-input,  .let-talk-form-inner .gform_wrapper ul li.gchoice  input{
	width:25px !important;
	right: 0;
}
}
