/* ************************************************
Theme Name: oscend
Author: Templines
Version: 1.0
Description: Multipurpose WordPress theme
Theme URI:  http://oscend.templines.org
Author URI: https://themeforest.net/user/templines/portfolio
Template: oscend
License: ThemeForest Regular License
License URI: http://themeforest.net/licenses/regular
Tags: custom-header, custom-menu, editor-style
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
.btn {
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.btn-primary {
  background: #f38b00 !important;
  border: none !important;
  color: #ffffff;
  border-radius: 4px;
}
.btn-primary:hover {
  background: #f8a433 !important;
  color: #ffffff;
  border: none !important;
  transition: all 0.2s !important;
  border-radius: 4px;
}
.btn-default {
  background: #f38b00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px;
}
.btn-default:hover {
  background: #f8a433 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
  border: none !important;
  border-radius: 4px;
}
.btn-secondary {
  background: #ffffff !important;
  color: #f38b00 !important;
  text-transform: capitalize;
  box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.5);
  border: none !important;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.5);
}
.btn-secondary:hover {
  opacity: 0.8 !important;
  transition: all 0.2s !important;
  border: none !important;
  border-radius: 4px;
}

.book-btn {
  margin: 0 20px;
  text-transform: uppercase;
}

h1 {
  color: #022169;
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
}

h2 {
  color: #022169;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  color: #888888;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

h4 {
  color: #022169;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

h5 {
  color: #888888;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

p, .text, .text-white {
  color: #888888;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.header {
  background: #333;
  color: #fff;
}
.header .navbar {
  padding-top: 60px;
  z-index: 99;
}
.header .navbar-search .container {
  margin-top: 40px !important;
}
.header .navbar-search .container input {
  color: #333;
}
.header .navbar-search .icon-Search {
  color: #333;
}
.header .navbar-fixed-top {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}
.header .navbar-fixed-top li a {
  color: #333 !important;
}
.header .wrap-inside-nav .inside-col .inside-nav li a {
  color: #7e848e !important;
}
.header .navbar-brand > img {
  max-height: 58px !important;
}

.upper-menu {
  position: relative;
  margin: 0 auto;
  z-index: 999;
  background: #333;
  color: #fff;
}
.upper-menu #menu-upper-menu li a {
  color: #fff;
  font-size: 0.8rem;
  padding-bottom: 10px;
  padding-top: 10px;
  border-right: 1px solid #f8a433;
}
.upper-menu #menu-upper-menu li a:hover {
  background: #f8a433;
}
.upper-menu #menu-upper-menu li:last-child a {
  border-right: none;
}
@media (max-width: 767px) {
  .upper-menu #menu-upper-menu {
    display: flex;
    margin: 5px auto;
    justify-content: center;
  }
}

/* BENEFITS SECTION */
.benefits-row {
  display: flex;
}

.grow-element .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
.grow-element .vc_column-inner .wpb_wrapper .feature-item {
  flex-grow: 1;
  flex-shrink: 0;
}

.grow-element-service {
  display: flex;
}
.grow-element-service .wpb_column {
  display: flex;
  flex-direction: column;
}
.grow-element-service .wpb_column .vc_column-inner {
  flex-grow: 1;
}
.grow-element-service .wpb_column .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.grow-element-service .wpb_column .vc_column-inner .wpb_wrapper .service-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  height: 100%;
}

.vc_tta-tab {
  width: 30%;
}
.vc_tta-tab > a[href$="#talk-to-sales"] {
  position: relative;
  padding-top: 123px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.vc_tta-tab > a[href$="#talk-to-sales"]::before {
  content: "For Business";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-tab > a[href$="#talk-to-sales"] > i {
  display: none !important;
}
.vc_tta-tab > a[href$="#talk-to-sales"] span.vc_tta-title-text {
  font-weight: 700 !important;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}
.vc_tta-tab > a[href$="#talk-to-sales"] span::before {
  content: "";
  position: absolute;
  height: 73px;
  width: 73px;
  background: url("assets/img/icon-talk-to-sales.png");
  background-size: contain;
  z-index: 100000000000000020000 !important;
  top: 12px;
  left: 39.5%;
}
.vc_tta-tab > a[href$="#talk-to-sales"] span::after {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  transform: rotate(45deg) translate(-50%, -50%);
  background-color: #ebebeb;
  top: 101%;
  left: 46%;
  z-index: -1;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-sales"] {
  position: relative;
  padding-top: 123px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-sales"] > i {
  display: none !important;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-sales"]::before {
  content: "For Business";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-sales"] span::before {
  content: "";
  position: absolute;
  height: 73px;
  width: 73px;
  background: url("assets/img/icon-talk-to-sales.png");
  background-size: contain;
  z-index: 10000000000000002000 !important;
  top: 12px;
  left: 39.5%;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-sales"] span::after {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  transform: rotate(45deg) translate(-50%, -50%);
  background-color: #f38b00;
  top: 101%;
  left: 46%;
  z-index: -1;
}
.vc_tta-tab > a[href$="#talk-to-product-support"] {
  position: relative;
  padding-top: 123px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.vc_tta-tab > a[href$="#talk-to-product-support"] > i {
  display: none !important;
}
.vc_tta-tab > a[href$="#talk-to-product-support"]::before {
  content: "For Business";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-tab > a[href$="#talk-to-product-support"] span.vc_tta-title-text {
  font-weight: 700 !important;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}
.vc_tta-tab > a[href$="#talk-to-product-support"] span::before {
  content: "";
  position: absolute;
  height: 73px;
  width: 73px;
  background: url("assets/img/icon-talk-to-product-support.png");
  background-size: contain;
  z-index: 100000000000000020000 !important;
  top: 12px;
  left: 39.5%;
}
.vc_tta-tab > a[href$="#talk-to-product-support"] span::after {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  transform: rotate(45deg) translate(-50%, -50%);
  background-color: #ebebeb;
  top: 101%;
  left: 46%;
  z-index: -1;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-product-support"] {
  position: relative;
  padding-top: 123px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-product-support"] > i {
  display: none !important;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-product-support"]::before {
  content: "For Business";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-product-support"] span.vc_tta-title-text {
  font-weight: 700 !important;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-product-support"] span::before {
  content: "";
  position: absolute;
  height: 73px;
  width: 73px;
  background: url("assets/img/icon-talk-to-product-support.png");
  background-size: contain;
  z-index: 100000000000000020000 !important;
  top: 12px;
  left: 39.5%;
}
.vc_tta-tab.vc_active > a[href$="#talk-to-product-support"] span::after {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  transform: rotate(45deg) translate(-50%, -50%);
  background-color: #f38b00;
  top: 101%;
  left: 46%;
  z-index: -1;
}
.vc_tta-tab > a[href$="#contact-customer-service"] {
  position: relative;
  padding-top: 123px !important;
  font-size: 16px !important;
}
.vc_tta-tab > a[href$="#contact-customer-service"]::before {
  content: "For Members";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-tab > a[href$="#contact-customer-service"] i {
  display: none !important;
}
.vc_tta-tab > a[href$="#contact-customer-service"] span.vc_tta-title-text {
  font-weight: 700 !important;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}
.vc_tta-tab > a[href$="#contact-customer-service"] span::before {
  content: "";
  position: absolute;
  height: 73px;
  width: 73px;
  background: url("assets/img/icon-contact-customer-service.png");
  background-size: contain;
  z-index: 100000000000000020000 !important;
  top: 12px;
  left: 39.5%;
}
.vc_tta-tab > a[href$="#contact-customer-service"] span::after {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  transform: rotate(45deg) translate(-50%, -50%);
  background-color: #ebebeb;
  top: 101%;
  left: 46%;
  z-index: -1;
}
.vc_tta-tab.vc-active > a[href$="#contact-customer-service"] {
  position: relative;
  padding-top: 123px !important;
  font-size: 16px !important;
}
.vc_tta-tab.vc-active > a[href$="#contact-customer-service"] > i {
  display: none !important;
}
.vc_tta-tab.vc-active > a[href$="#contact-customer-service"]::before {
  content: "For Members";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-tab.vc-active > a[href$="#contact-customer-service"] > span {
  position: relative;
}
.vc_tta-tab.vc-active > a[href$="#contact-customer-service"] > span.vc_tta-title-text {
  font-weight: 700 !important;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}
.vc_tta-tab.vc-active > a[href$="#contact-customer-service"] > span::before {
  content: "";
  position: absolute;
  height: 73px;
  width: 73px;
  background: url("assets/img/icon-contact-customer-service.png");
  background-size: contain;
  z-index: 100000000000000020000 !important;
  top: 12px;
  left: 39.5%;
}
.vc_tta-tab.vc-active > a[href$="#contact-customer-service"] > span::after {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  transform: rotate(45deg) translate(-50%, -50%);
  background-color: #f38b00;
  top: 101%;
  left: 46%;
  z-index: -1;
}

.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-container, .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list, .vc_tta-tabs[class*=vc_tta-gap] .vc_tta-tabs-container, .vc_tta-tabs[class*=vc_tta-gap] .vc_tta-tabs-list {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-container, .vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list, .vc_tta-tabs[class*=vc_tta-gap] .vc_tta-tabs-container, .vc_tta-tabs[class*=vc_tta-gap] .vc_tta-tabs-list {
    display: none !important;
  }
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:focus, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:hover {
  background-color: #f38b00 !important;
  border-color: #f38b00 !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:focus span::after, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab > a:hover span::after {
  background-color: #f38b00;
  transition: all 0.3s ease;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  background-color: #f38b00 !important;
  color: #fff !important;
  border: #f38b00 !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a span::after {
  background-color: #f38b00;
  transition: all 0.3s ease;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active {
  position: relative;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:first-child::before, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:nth-child(2)::before {
  content: "For Business";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 9;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:nth-child(3)::before {
  content: "For Members";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 9;
}

.vc_tta.vc_general .vc_tta-panel-body {
  padding: 32px !important;
}

.form-group p {
  margin: 0;
}

.oscend-contact-form {
  max-width: 100%;
}

.icon-contact-block .type-info {
  color: #022169;
}

select {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
  height: var(--qaswara-input-height);
  line-height: var(--qaswara-input-height);
  color: var(--qaswara-input-color);
  font-size: var(--qaswara-input-font-size);
  border: var(--qaswara-border-width) solid var(--qaswara-border-color) !important;
  margin-top: var(--qaswara-input-margin-top);
  margin-bottom: var(--qaswara-input-margin-bottom);
  background: none;
}
select option[value=""] {
  color: var(--qaswara-color);
}
select option {
  color: var(--qaswara-input-color);
}
select:has(option[value=""][selected]) {
  color: var(--qaswara-color) !important;
}

.vc_row {
  position: relative !important;
}
.vc_row-overlay {
  display: inline-block;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.get-in-touch li {
  list-style: none;
}

.offers-section .text-item .info {
  height: auto !important;
}

.oscend-mc4wp.form-group.has-feedback input {
  color: #ccc;
}

.price-section .plans-list .col-md-4 {
  max-width: none;
}
.price-section .plans-list .col-md-4 .item-body div {
  padding-bottom: 10px;
}
.price-section .plans-list .col-md-4 .item-body p {
  margin-top: 10px;
}
.price-section .plans-list .col-md-4 .item-body p strong {
  font-weight: 700;
}

.page-template-empty-template .section:first-child .elementor-container .elementor-row {
  padding: 80px 0 !important;
}
.page-template-empty-template .km_cf7-submit-container .km_cf7-submit-btn-txt {
  display: none !important;
}
.page-template-empty-template .km_cf7-submit-container input[type=submit] {
  display: inline-block;
  padding: 5px 30px;
  color: #fff;
  background-color: #f38b00;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border-color: unset;
  border-style: unset;
  border-width: 0;
  cursor: pointer;
  box-sizing: border-box;
  margin: 15px 0;
}
.page-template-empty-template .km_cf7-submit-container input[type=submit]:hover {
  background-color: #f8a433;
}
.page-template-empty-template .km_cf7_label-content {
  display: none !important;
}
.page-template-empty-template .wpcf7-form-control-wrap input, .page-template-empty-template .wpcf7-form-control-wrap select, .page-template-empty-template .wpcf7-form-control-wrap textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1 !important;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.page-template-empty-template form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-template-empty-template form h2 {
  padding-bottom: 0.5rem;
}
.page-template-empty-template form label {
  font-weight: 600;
}
.page-template-empty-template form label span {
  margin-top: 5px;
}
.page-template-empty-template form .privacy a {
  color: #f38b00;
}
.page-template-empty-template form .privacy a:hover {
  color: #f8a433;
}
.page-template-empty-template form .wpcf7-response-output {
  margin: 0 auto 1em;
}
@media (max-width: 767px) {
  .page-template-empty-template form {
    padding: 40px 40px 10px 40px;
  }
}
@media (max-width: 1024px) {
  .page-template-empty-template form {
    padding: 35px 35px 10px 35px;
  }
}

.text-white .social-section .list-socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-slider .slick-list .slick-track .slide-item .image {
  height: 400px;
}
@media (max-width: 499px) {
  .team-slider .slick-list .slick-track .slide-item .image {
    height: 481px;
  }
}
.team-slider .slick-list .slick-track .slide-item .contacts {
  display: none;
}
.team-slider .slick-list .slick-track .slide-item .slide-description {
  background: none;
  height: 145px;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .member-info .name {
  color: #666;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .member-info .position {
  color: #888;
}
@media (max-width: 499px) {
  .team-slider .slick-list .slick-track .slide-item .slide-description .member-info {
    padding: 66px 0 35px;
  }
}

.about-boxes .image {
  display: none;
}

.start-growing-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.start-growing-section .wpb_column {
  height: 300px;
  max-width: 340px;
  width: 100%;
  flex-grow: 1;
  margin: 10px;
}
.start-growing-section .wpb_column .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media (min-width: 767px) {
  .price-section .row {
    display: flex;
  }
}

.about-us-stat .feature-item .wrap-feature-icon {
  width: 120px;
  height: 120px;
}
.about-us-stat .feature-item .wrap-feature-icon .feature-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-stat .feature-item .wrap-feature-icon .feature-icon .icon::before {
  font-size: 46px;
}
.about-us-stat .feature-item .title {
  font-size: 30px;
}

.km-testimonial-pic {
  visibility: hidden;
}

.partner-image {
  background-color: #000;
}
.partner-image img {
  height: 360px;
  width: 360px;
}
.partner-image img:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .header .navbar .navbar-brand {
    width: 110px;
  }
}
.page-id-15020 .top-header {
  background-position: center;
  min-height: 500px;
}

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