/*
Template Name: Witness Ai
*/
/*================================================
1. Default CSS
2. Menu Css
3. Hero CSS
4. Solution CSS
5. About CSS
6. Resource CSS
7. Footer CSS
8. Listing CSS
9. Contact CSS
10. Resource CSS

=================================================*/
/*================================================
1. Default CSS
=================================================*/
/* Media Query Variable */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Oswald:wght@200..700&family=Plus+Jakarta+Sans:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Plus+Jakarta+Sans:ital@0;1&display=swap");

/*CSS Variable*/
:root {
  /*font Variable*/
  --ff-oswald: "Oswald", sans-serif;
  --ff-openSans: "Open Sans", sans-serif;
  /*Color Variable*/
  --primary-orange: #f99e23;
  --color-black: #000;
  --color-light-black: #303030;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: var(--ff-oswald);
  color: var(--color-black);
  font-weight: 600;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 65px;
  line-height: 1.05;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 0;
}

h4,
.h4 {
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 0;
}

h6,
.h6 {
  font-family: var(--ff-openSans);
  font-size: 24px;
  color: var(--color-light-black);
  line-height: 1.15;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199.98px) {

  h1,
  .h1 {
    font-size: 54px;
  }

  h4,
  .h4 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 991.98px) {

  h1,
  .h1 {
    font-size: 40px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }
}

html,
body {
  font-weight: 400;
  font-family: var(--ff-openSans);
  line-height: 1.3;
  font-size: 18px;
  color: var(--color-black);
}

@media only screen and (max-width: 991.98px) {

  html,
  body {
    font-size: 16px;
  }
}

p {
  margin-bottom: 0;
}

.p2 {
  font-family: var(--ff-oswald);
  font-weight: 600;
  font-size: 28px;
}

@media only screen and (max-width: 991.98px) {
  .p2 {
    font-size: 20px;
  }
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

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

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.section-margin-top {
  margin-top: 120px;
}

.section-margin-bottom {
  margin-bottom: 120px;
}

.row-top-margin {
  margin-top: 60px;
}

.section-padding-top {
  padding-top: 120px;
}

.section-padding-bottom {
  padding-bottom: 120px;
}

.row-top-padding {
  padding-top: 60px;
}

.row-bottom-padding {
  padding-bottom: 60px;
}

@media only screen and (max-width: 991.98px) {
  .section-margin-top {
    margin-top: 60px;
  }

  .section-margin-bottom {
    margin-bottom: 60px;
  }

  .row-top-margin {
    margin-top: 30px;
  }

  .section-padding-top {
    padding-top: 60px;
  }

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

  .row-top-padding {
    padding-top: 30px;
  }

  .row-bottom-padding {
    padding-bottom: 30px;
  }
}

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

.section-middle {
  margin: 0 auto;
}

.max_content {
  width: -moz-max-content;
  width: max-content;
}

.text_white {
  color: #fff;
}

.text_black {
  color: var(--color-black);
}

.bg_black {
  background-color: var(--color-black);
}

.text_orange {
  color: var(--primary-orange);
}

.ff-oswald {
  font-family: var(--ff-oswald);
}

.ff-opensans {
  font-family: var(--ff-openSans);
}

.bg-info-ai {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--color-black);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner-wrap {
  width: 180px;
  height: 180px;
  position: relative;
}

.preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader .preloader-logo img {
  max-width: 130px;
}

.preloader .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary-orange);
  border-top: 3px solid #7da8a9;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn i {
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  -webkit-text-stroke: 1px;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn End*/
@media (min-width: 100px) {
  .container.custom-container {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .container.custom-container {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .container.custom-container {
    margin-left: calc((100% - 970px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media (min-width: 1200px) {
  .container.custom-container {
    margin-left: calc((100% - 1143px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media (min-width: 1400px) {
  .container.custom-container {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1230px;
  }
}

@media (min-width: 1400px) {
  .container-extra-large {
    max-width: 1600px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.common-btn {
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  padding: 10px 26px;
  color: #fff;
  background-color: var(--primary-orange);
  border-radius: 32px;
  transition: all 0.3s linear;
  letter-spacing: 0px;
}

.common-btn:hover {
  background-color: var(--color-black);
  color: #fff;
}

.common-btn.text-hover:hover {
  background-color: var(--primary-orange);
  color: #4a5157;
}

.common-btn.menu {
  font-size: 15px;
  border-radius: 50px;
  color: var(--color-black);
  background-color: #fff;
}

.common-btn.menu:hover {
  background-color: var(--primary-orange);
}

.common-btn.black {
  background-color: var(--color-black);
  color: #fff;
}

.common-btn.black:hover {
  background-color: #fff;
  color: var(--color-black);
}

.common-btn.bg-pest {
  background-color: #7da8a9;
}

.common-btn.bg-pest:hover {
  background-color: #7da8a9;
  color: #4a5157;
}

.post-btn {
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 700;
  background-color: #7ca8aa;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  transition: all 0.3s linear;
}

.post-btn:hover {
  background-color: #303030;
  color: #fff;
}

@media only screen and (max-width: 575.98px) {
  .post-btn {
    padding: 10px;
    font-size: 12px;
    letter-spacing: 0px;
    gap: 3px;
  }
}

.title-border {
  margin-bottom: 20px;
  border-bottom: 3px solid black;
  display: block;
}

.title-border .h6 {
  padding-bottom: 12px;
}

.breadcrumb-area {
  padding: 207px 0 110px;
}

.breadcrumb-area.product {
  padding: 210px 0 110px;
}

.breadcrumb-area.breadcrumb-area-career {
  padding: 160px 0 100px;
}

.breadcrumb-area.breadcrumb-area-resource {
  padding: 150px 0 100px;
}

.breadcrumb-area.breadcrumb-area-company,
.breadcrumb-area.breadcrumb-area-resource {
  background-position: unset;
}

.breadcrumb-area.breadcrumb-area-observe {
  padding: 190px 0 50px;
}

.breadcrumb-area.breadcrumb-area-download {
  padding: 69px 0 53px;
}

.breadcrumb-info ul li {
  font-family: var(--ff-oswald);
  font-weight: 600;
  font-size: 65px;
  color: #fff;
  line-height: 1.05;
  letter-spacing: 0px;
  text-transform: none;
  position: relative;
}

.breadcrumb-info ul li:not(:last-child) {
  padding-right: 20px;
  margin-right: 18px;
}

.breadcrumb-info ul li:not(:last-child)::before {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 85%;
  width: 3px;
  content: "";
}

.breadcrumb-info.breadcrumb-info-solution ul li {
  font-family: var(--ff-openSans);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.breadcrumb-info.breadcrumb-info-solution ul li:not(:last-child) {
  padding-right: 14px;
  margin-right: 13px;
}

.breadcrumb-info.breadcrumb-info-company {
  max-width: 564px;
}

.breadcrumb-info.resource-details h2 {
  max-width: 720px;
  width: 100%;
}

.breadcrumb-info.breadcrumb-info-observe {
  margin-top: 120px;
}

.breadcrumb-info.breadcrumb-info-download .download-desc {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--ff-oswald);
}

@media only screen and (max-width: 991.98px) {
  .breadcrumb-info.breadcrumb-info-download .download-desc {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1399.98px) {
  .breadcrumb-info.breadcrumb-info-observe {
    margin-top: 0;
  }

  .breadcrumb-info.breadcrumb-info-observe .h1 {
    font-size: 55px;
  }

  .breadcrumb-info.breadcrumb-info-download h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .breadcrumb-info ul li {
    font-size: 54px;
  }

  .breadcrumb-info.breadcrumb-info-observe .h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 991.98px) {
  .breadcrumb-info.breadcrumb-info-solution ul li {
    font-size: 16px;
  }

  .breadcrumb-info.resource-details h2 {
    max-width: 100%;
    width: 100%;
    font-size: 68px;
  }

  .breadcrumb-info.breadcrumb-info-observe {
    margin-top: 0;
  }

  .breadcrumb-info.breadcrumb-info-download h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767.98px) {

  .breadcrumb-area.breadcrumb-area-career,
  .breadcrumb-area.breadcrumb-area-resource {
    padding: 113px 0 60px;
  }

  .breadcrumb-info ul {
    gap: 10px;
  }

  .breadcrumb-info ul li {
    font-size: 40px;
  }

  .breadcrumb-info ul li:not(:last-child) {
    padding-right: 14px;
    margin-right: 4px;
  }

  .breadcrumb-info.breadcrumb-info-solution ul {
    gap: 3px;
  }

  .breadcrumb-info.breadcrumb-info-resource h2 {
    font-size: 30px;
  }

  .breadcrumb-info.resource-details h2 {
    font-size: 2.5em;
  }
}

.single-post .menu-area {
  position: absolute;
}

/*================================================
2. Menu CSS
=================================================*/
.menu-area {
  position: relative;
  width: 100%;
  padding: 18px 0px;
  z-index: 9;
  background: var(--color-black);
}

.menu-area.sticky {
  position: fixed;
  animation: slide_down_site 0.35s ease-out;
  background-color: var(--color-black);
  top: 0;
  left: 0;
}

.transparent-header {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
}

.admin-bar .menu-area,
.admin-bar .menu-area.transparent-header {
  top: 32px;
}

.admin-bar .sticky {
  top: 32px;
}

@media screen and (max-width: 781.99px) {

  .admin-bar .menu-area,
  .admin-bar .transparent-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {

  .admin-bar .menu-area,
  .admin-bar .transparent-header {
    top: 46px;
  }

  .admin-bar .menu-area.sticky {
    top: 0;
  }
}

@keyframes slide_down_site {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.mainmenu-wrap {
  gap: 33px;
}

.menu-area .common-btn {
  padding: 8px 24px;
}

.mainmenu {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  .mainmenu>ul>li:last-child {
    display: none;
  }
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 33px;
}

.mainmenu ul ul {
  display: block;
}

.mainmenu ul ul li ul {
  left: -215px;
  top: 64px;
}

.mainmenu ul ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 15px;
}

.mainmenu li {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.mainmenu li a {
  padding: 9px 0;
  transition: 0.3s;
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.mainmenu li.active a {
  color: #7da8a9;
}

.mainmenu li ul {
  position: absolute;
  background: black;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  min-width: 225px;
  height: auto;
  transform-origin: 0 0 0;
  right: -20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9;
  padding: 0px 20px 3px 8px;
  transform: scaleY(0);
}

.mainmenu li ul li {
  text-align: left;
  display: block;
  padding: 3px;
  position: relative;
  margin-left: 12px;
  line-height: 32px;
}

.mainmenu li ul li:not(:last-child) {
  border-bottom: 1px dashed #fff;
}

.mainmenu li ul li:not(:last-child) a {
  margin-bottom: 0px;
  padding-bottom: 3px;
}

.mainmenu li ul li:hover::before {
  opacity: 1;
}

.mainmenu li ul li>a {
  transition: 0.3s;
}

.mainmenu li ul a {
  color: var(--color-black);
  width: 85%;
  font-size: 14px;
  text-align: left;
  margin-left: 0px;
  padding: 0px 0px;
}

.mainmenu li:hover>a {
  color: #7ca8aa;
  transition: all 0.3s;
}

.mainmenu li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.mainmenu li:hover ul ul {
  visibility: hidden;
  opacity: 0;
}

.mainmenu li.has-child-menu>a {
  position: relative;
}

.mainmenu li.has-child-menu>a::after {
  position: relative;
  right: -5px;
  xtransform: translateY(-50%);
  vertical-align: middle;
  font-size: 16px;
  font-family: bootstrap-icons !important;
  content: "\f282";
  transition: all 0.5s;
  color: #7ca8aa;
}

.mainmenu li.has-child-menu .sub-menu li a {
  color: #fff !important;
  display: block;
  width: 100%;
}

.mainmenu li.has-child-menu .sub-menu li a:hover {
  color: #7ca8aa !important;
}

.mainmenu li.has-child-menu:hover a::before {
  transform: translateY(-50%) rotate(180deg);
}

.mainmenu li.has-child-menu ul li.has-child-menu>a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-family: bootstrap-icons !important;
  -webkit-text-stroke: 1px;
  content: "\f285";
  transition: all 0.5s;
  color: #000;
}

.menu-logo-wrap {
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 991.98px) {
  .menu-logo-wrap img {
    max-width: 221px;
  }

  .main-menu-wrap li {
    margin: 0;
    padding: 0;
  }

  .main-menu-wrap li.has-child-menu .sub-menu .has-child-menu .sub-menu {
    position: relative;
    top: unset;
    left: unset;
  }

  .main-menu-wrap li.has-child-menu:hover>.sub-menu {
    transform: unset;
    opacity: unset;
    visibility: unset;
  }

  .main-menu-wrap li.has-child-menu .sub-menu li a {
    padding: 1em 10%;
  }

  .main-menu-wrap li.has-child-menu .sub-menu {
    position: relative;
    top: unset;
    min-width: unset;
    list-style: none;
    transform: unset;
    opacity: 1;
    visibility: visible;
    transition: unset;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    border: unset;
    padding: 0;
  }

  .main-menu-wrap li.has-child-menu::before {
    display: none;
  }

  .mean-container .mean-nav {
    position: relative;
    margin-top: 57px;
  }

  .mean-container .mean-bar {
    position: absolute;
    background: transparent;
    padding: 0px 0;
    min-height: 0px;
    z-index: 2;
    top: 0;
    right: 0;
  }

  .mean-container a.meanmenu-reveal {
    right: 12px !important;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: inline-grid;
    padding: 12px;
    top: 2px;
  }

  .mean-container a.meanmenu-reveal i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 24px;
    -webkit-text-stroke: 1px;
  }

  .mean-container a.meanmenu-reveal span {
    height: 2px;
    margin-top: 2px;
  }

  .mean-container a.meanmenu-reveal span:first-child {
    margin-top: 0px;
  }

  .mean-container .mean-nav ul li a.mean-expand {
    height: 33px;
    border-left: unset !important;
    border-bottom: unset !important;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 27px !important;
    font-weight: 200;
    background: none;
    width: 100%;
  }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
  }

  .mean-container .mean-nav ul li a {
    font-family: var(--ff-openSans);
    font-weight: normal;
    font-size: 14px;
    color: #7d7d7d;
    letter-spacing: 0px;
    text-transform: unset;
  }

  .mean-container .mean-nav ul li a:hover {
    background-color: rgb(124, 168, 170);
    color: #000000;
  }

  .main-menu-wrap li.has-child-menu .sub-menu li a {
    color: rgba(255, 255, 255, 0.9215686275);
    font-size: 14px;
  }

  .mean-container .mean-nav ul li li a {
    font-size: 15px;
  }

  .meanmenu-reveal~.mean-nav .menu-btn-wrap {
    display: none;
  }

  .meanmenu-reveal.meanclose~.mean-nav .menu-btn-wrap {
    display: block;
  }

  .mean-container .mean-nav {
    background: rgb(0, 0, 0);
  }

  .mean-container .mean-nav ul li a {
    border: none;
  }

  .menu-btn-wrap {
    margin-top: -34px;
    margin-right: 76px;
  }

  .menu-btn-wrap .common-btn.menu {
    padding: 7px 26px;
  }

  /* Menu button End */
  /* menu End */
}

@media only screen and (max-width: 767.98px) {

  .mainmenu ul>li:last-child,
  .mean-container .mean-nav ul>li:last-child {
    display: block;
  }

  .menu-logo-wrap img {
    max-width: 144px;
  }

  .mean-container a.meanmenu-reveal {
    top: -6px;
  }

  .mean-container .mean-nav {
    margin-top: 46px;
  }
}

@media only screen and (min-width: 992px) {
  .menu-area {
    padding: 18px;
  }
}

/*================================================
3. Hero CSS
=================================================*/
.hero-area {
  padding: 130px 0 65px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.hero-info p {
  margin-bottom: 20px;
  margin-top: 5px;
}

.hero-info p.p2 {
  line-height: 1.24;
  font-weight: 300;
}

.cta-info {
  max-width: 758px;
  width: 100%;
}

.cta-info p {
  letter-spacing: 0px;
}

/*================================================
4. Solution CSS
=================================================*/
.solution-box .solution-info {
  margin-top: 15px;
}

.solution-box .solution-info .p2 {
  margin-bottom: 16px;
}

/*================================================
5. About CSS
=================================================*/
.about-area {
  padding: 80px 0;
}

.about-box {
  -moz-column-gap: 106px;
  column-gap: 106px;
  row-gap: 10px;
}

.about-box .about-info p {
  max-width: 360px;
  width: 100%;
}

.about-box.footer-box {
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 30px;
}

.about-box.footer-box .footer-logo-wrap img {
  max-width: 250px;
  width: 100%;
}

.about-title h2 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0px;
  text-transform: none;
}

@media only screen and (max-width: 1199.98px) {
  .about-title h2 {
    font-size: 43px;
  }
}

@media only screen and (max-width: 991.98px) {
  .about-title h2 {
    font-size: 30px;
  }

  .about-box {
    -moz-column-gap: 64px;
    column-gap: 64px;
  }

  .about-box .about-info {
    max-width: 274px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-box .about-info {
    max-width: unset;
  }

  .about-area {
    padding: 40px 0;
  }

  .about-title h2 {
    font-size: 30px;
  }
}

/*================================================
6. Resource CSS
=================================================*/
.resource-info .resource-title {
  font-size: 28px;
  letter-spacing: 0;
  max-width: 357px;
  width: 100%;
  line-height: 1.1;
}

.resource-info p {
  margin: 20px 0;
}

@media only screen and (max-width: 767.98px) {
  .resource-info .resource-title {
    font-size: 20px;
  }
}

/*================================================
7. Footer CSS
=================================================*/
.subscribe-banner-bg {
  height: 35px;
  background-position: left bottom;
}

.subscribe-box {
  gap: 30px;
}

.subscribe-box .input-wrap .subscribe-input {
  padding: 10px 20px;
  max-width: 500px;
  width: 100%;
}

.subscribe-box .input-wrap label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
}

.map-wrap {
  height: 450px;
}

.map-wrap iframe {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .subscribe-box {
    gap: 20px;
  }

  .map-wrap {
    height: 390px;
  }
}

.footer-area {
  background-position: center left;
}

/*================================================
8. Listing CSS
=================================================*/
.ai-listing-box:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #020202;
}

.career-box .description {
  max-width: 700px;
  margin-top: 10px;
}

@media only screen and (max-width: 991.98px) {
  .ai-listing-box:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

/*================================================
9. Contact CSS
=================================================*/
.select1_inner {
  position: relative;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 500px;
}

.select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0;
  border: none;
  height: auto;
  width: 100%;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f4f4f4;
  color: var(--color-black);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f4f4f4;
  color: var(--color-black);
}

.selection {
  display: inline-flex;
  width: 100%;
}

.select2-dropdown {
  border-radius: 0;
  z-index: 100;
  min-width: 0px;
  border: none;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #ececec;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #ececec;
}

.select2-results__option {
  padding: 10px 10px;
  background: #fff;
  line-height: 20px;
  color: #1b1b1b;
  border: 1px solid #ececec;
}

.select2-results__option:first-child {
  border-top: none;
}

.small .select2-results__option {
  padding-left: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #ececec;
  top: 32px;
}

.ct-form-box label {
  margin-bottom: 5px;
}

.ct-form-box input,
.ct-form-box textarea,
.ct-form-box .select2 {
  width: 100% !important;
  border: 1px solid #ededed;
  padding: 10px 20px;
}

.ct-form-box input *:focus,
.ct-form-box textarea *:focus,
.ct-form-box .select2 *:focus {
  outline: none !important;
}

.ct-form-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--color-black) transparent;
}

.ct-form-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color-black) transparent transparent transparent;
}

.ct-form-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.about-bg-cta {
  max-width: 40%;
}

.logos-wrapper {
  margin-top: 40px;
  gap: 30px;
}

.logos-wrapper .wrap {
  max-width: 300px;
  max-height: 70px;
  width: 100%;
  height: 100%;
}

.logos-wrapper .wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.logos-wrapper .wrap a img {
  max-width: 300px;
  max-height: 70px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.investors-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.investors-box .investors-inner {
  padding: 0 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.investors-box .investors-inner .investors-sub {
  margin: 50px 0 20px;
}

.investors-box .investors-inner .input-wrap input {
  padding: 13px 18px;
  border: 1px solid #c3c3c3;
}

.investors-box .investors-inner .input-wrap label {
  font-size: 14px;
  width: 100%;
  margin: 10px 0 20px;
}

@media only screen and (min-width: 992px) {
  .investors-box .investors-inner {
    position: relative;
  }

  .investors-box .investors-inner:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -1px;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, #f99e23 100%);
    top: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .investors-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .investors-box .input-wrap {
    max-width: 280px;
    margin: 0 auto;
  }

  .investors-box .investors-inner .investors-sub {
    margin: 30px 0 20px;
  }
}

/*================================================
10. Resource CSS
=================================================*/
.resource-box .resource-img {
  width: 100%;
  height: 280px;
  position: relative;
}

.resource-box .resource-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resource-box .resource-img a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.resource-box .resource-info h3 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 700;
  font-family: var(--ff-openSans);
  margin: 10px 0 20px;
}

.sidebar-wrap {
  gap: 30px;
}

.sidebar-title {
  color: #7da8a9;
  font-size: 20px;
  font-family: var(--ff-openSans);
  margin-bottom: 10px;
}

.sidebar-listing {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-search .res_search {
  border: 1px solid #d9d9d9;
  padding: 12px 30px;
  max-width: calc(100% - 15px);
}

.tax_name input:checked+label {
  border-bottom: 2px solid #7da8a9;
}

.tax_name label {
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.tax_name:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991.98px) {
  .sidebar-search {
    text-align: center;
    margin: 0 auto;
    max-width: 267px;
  }

  .sidebar-search .res_search {
    max-width: 267px;
    width: 100%;
  }

  .sidebar-title {
    font-size: 20px;
    text-align: center;
  }

  .sidebar-listing {
    flex-direction: row;
    justify-content: center;
  }

  .sidebar-wrap {
    gap: 15px;
  }

  .sidebar-category-wrap {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .tax_name:not(:last-child) {
    margin-bottom: 0px;
  }

  .tax_name label {
    font-size: 18px;
  }
}

/*================================================
11. Menu CSS
=================================================*/
.share-wrap {
  gap: 30px;
}

.share-wrap .h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--ff-openSans);
  line-height: 1;
  margin-bottom: 0;
}

.site-social {
  gap: 15px;
}

.site-social li {
  transition: all 0.3s linear;
}

.site-social li a {
  color: #fff;
  background-color: #7da8a9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-social li a svg {
  width: 18px;
  height: 18px;
}

.site-social li:hover {
  transform: translateY(-3px);
}

html :where(.wp-block) {
  max-width: 1320px !important;
}

.subscribe-box .wpcf7-list-item {
  margin: 0;
}

.blog__details_content a {
  color: #7ca8aa;
}

.blog__details_content p {
  margin-bottom: 1em;
}

.blog__details_content p:last-child {
  margin-bottom: 0;
}

.blog__details_content ul {
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.blog__details_content ul li {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 30px;
}

.blog__details_content h1,
.blog__details_content h2,
.blog__details_content h3,
.blog__details_content h4,
.blog__details_content h5,
.blog__details_content h6 {
  margin-bottom: 20px;
  margin-top: 5px;
}

.blog__details_content .section-title h2 {
  display: none;
}

@media (min-width: 1400px) {
  .container-extra-large-two {
    max-width: 1520px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.breadcrumb-img {
  margin-bottom: -235px;
}

.breadcrumb-img.breadcrumb-img-download {
  max-width: 510px;
  margin: 0 auto -267px;
}

.breadcrumb-img.breadcrumb-img-download.breadcrumb-img-download-two {
  max-width: 332px;
}

@media only screen and (min-width: 1400px) {
  .breadcrumb-img.breadcrumb-img-download.breadcrumb-img-download-two {
    margin: 0 auto -267px 146px;
  }
}

@media only screen and (max-width: 1399.98px) {
  .breadcrumb-img.breadcrumb-img-download {
    max-width: 452px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .breadcrumb-area.breadcrumb-area-observe {
    padding: 140px 0 50px;
  }

  .breadcrumb-img.breadcrumb-img-download {
    max-width: unset;
    margin: 0 auto 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-area.breadcrumb-area-observe {
    padding: 100px 0 50px;
  }
}

/* Using */
.using-area {
  padding-top: 200px;
}

.using-title h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

.using-title h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
  max-width: 1020px;
  width: 100%;
}

.using-box h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
}

.using-box p {
  max-width: 325px;
  width: 100%;
  margin-top: 10px;
  color: #fff;
}

@media only screen and (max-width: 1199.98px) {
  .using-area {
    padding-top: 180px;
  }

  .using-title h2 {
    font-size: 40px;
  }

  .using-title h4 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991.98px) {
  .using-title h2 {
    font-size: 35px;
  }

  .using-title h4 {
    font-size: 22px;
  }
}

/* Using End */
/* Demo */
.demo-area {
  padding-top: 290px;
}

.demo-area .demo-img {
  top: -112px;
}

.demo-area .demo-img.demo-img-control {
  max-width: 35%;
}

.demo-area .demo-img.demo-img-protect {
  top: -260px;
  max-width: 16%;
}

.demo-info {
  margin-bottom: 82px;
}

.demo-info h6 {
  font-size: 28px;
  max-width: 546px;
  color: var(--color-black);
  font-weight: 600;
}

.demo-wrapper .single-demo:not(:last-child) {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1399.98px) {
  .demo-area {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .demo-area .demo-img {
    top: -90px;
    max-width: 46%;
    width: 100%;
  }

  .demo-info h6 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991.98px) {
  .demo-area {
    padding-top: 60px;
  }

  .demo-info {
    margin-bottom: 0;
  }

  .demo-info h6 {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
  }

  .demo-wrapper .single-demo:not(:last-child) {
    margin-bottom: 60px;
  }
}

.video-heading h2 {
  font-size: 45px;
  line-height: 1.08;
}

.video-heading p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.27;
}

.macbook {
  padding: 0 4% 6%;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 800px;
}

.screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5%/5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5%/5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}

.base {
  /* for aspect ratio */
  position: relative;
  width: 100%;
}

.base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4b4b4f 84%, #262627 89%, rgba(0, 0, 0, 0.01) 98%);
  border-radius: 0 0 10% 10%/0 0 50% 50%;
}

.base::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 100%;
}

.notch {
  background: #ddd;
  border-radius: 0 0 7% 7%/0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%;
}

.notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%;
}

/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */
.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

/* .macbook .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
} */
.play_video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Demo End */
/* Download */
.download-info .download-desc {
  font-weight: 600;
  max-width: 684px;
}

.download-info .download-two-feature h4 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
  .download-info .download-two-feature h4 {
    margin-bottom: 30px;
  }
}

.download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single {
  gap: 30px;
  max-width: 608px;
}

.download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single:not(:last-child) {
  padding-bottom: 23px;
  margin-bottom: 35px;
  border-bottom: 1px dotted #000;
}

.download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single span {
  width: 70.74px;
  height: 70.74px;
  background-color: var(--primary-orange);
  border-radius: 50%;
  color: #fff;
  font-family: var(--ff-oswald);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single .download-two-feature-info h5 {
  font-size: 28px;
}

.download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single .download-two-feature-info p {
  width: 100%;
  margin-top: 8px;
}

@media only screen and (max-width: 1199.98px) {
  .download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single {
    gap: 20px;
  }

  .download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single span {
    width: 50.74px;
    height: 50.74px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single {
    gap: 10px;
  }

  .download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single span {
    width: 40.74px;
    height: 40.74px;
    font-size: 22px;
  }

  .download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single .download-two-feature-info h5 {
    font-size: 20px;
  }

  .download-info .download-two-feature .download-two-feature-box-wrap .download-two-feature-single .download-two-feature-info p {
    margin-top: 5px;
  }
}

.download-divider {
  border-top: 1px dashed var(--color-black);
  padding-top: 50px;
  margin-top: 50px;
}

.download-divider.download-divider-white {
  border-top: 1px dashed #fff;
}

@media only screen and (min-width: 1200px) {
  .download-divider.download-divider-white {
    padding-top: 100px;
    margin-top: 100px;
  }
}

.quote {
  padding-left: 110px;
}

.quote p {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
}

.quote.qt-two p {
  max-width: 608px;
}

@media only screen and (min-width: 1200px) {
  .quote.qt-two {
    margin-left: -129px;
  }
}

@media only screen and (min-width: 1400px) {
  .quote.qt-two {
    margin-left: -158px;
  }
}

.download-info-area.download-bg::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  content: "";
  background-size: cover;
  z-index: -1;
}

.download-info-area.download-bg.color-orange::before {
  background: linear-gradient(270deg, #f99e23 -1.51%, #000 50.7%);
}

.download-info-area.download-bg.color-pest::before {
  background: linear-gradient(270deg, #759d9e -1.51%, #000 50.7%);
}

.download-form-box input {
  border: 2px solid #d9d9d9;
  padding: 12px;
}

@media only screen and (min-width: 1200px) {
  .download-form-wrap.download-form-wrap-two {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1399.98px) {
  .quote {
    padding-left: 100px;
  }

  .quote p {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .quote {
    padding-left: 80px;
  }

  .quote p {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991.98px) {
  .download-info-area.download-bg::before {
    display: none;
  }

  .download-form-wrap {
    padding: 30px;
  }

  .download-form-wrap.download-form-wrap-two {
    padding: 40px;
  }

  .download-form-wrap.color-orange {
    background: linear-gradient(270deg, #f99e23 -1.51%, #000 50.7%);
  }

  .download-form-wrap.color-pest {
    background: linear-gradient(270deg, #759d9e -1.51%, #000 50.7%);
  }
}

/* Download End */
/* Gated */
.platform-info p {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
}

.platform-btn {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.platform-divider {
  padding: 60px 0;
}

.platform-divider::before {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 0.5px;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(100%, -50%);
}

@media only screen and (max-width: 1199.98px) {
  .platform-info p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .platform-info p {
    font-size: 24px;
  }

  .platform-divider {
    padding: 0px 0;
  }

  .platform-divider::before {
    display: none;
  }
}

/* Gated End */
.download-form-wrap .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.download-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: white;
  border-color: #ffb900;
}

/*# sourceMappingURL=style.css.map */