/*
Theme Name: Cadre Crew Theme
Theme URI: https://cadrecrew.com
Author: Cadre Crew
Author URI: https://cadrecrew.com
Description: A custom WordPress theme using Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cadrecrew
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*body,h1,h2,h3,h4,h5,h6 {
  font-family: Quicksand, sans-serif
}*/
.cadre-btn {
  padding: 15px 20px;
  background: #3551F2;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  border-radius: 20px;
  font-size: 14px;
  height: fit-content;
  text-transform: unset;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 20px rgba(140, 140, 140, 0.18);
}
.cadre-btn.white {
  background: #ffffff;
  color: #3551F2;
}
.cadre-btn.inactive {
  background: none;
  color: #000;
  box-shadow: none;
}
.cadre-btn img {
  position: relative;
  margin-left: 10px;
}

.justify-content {
  text-align: justify;
  word-break: break-all;
  hyphens: auto;
}

@media (max-width: 767px) {
  .justify-content-sm {
    text-align: justify;
    word-break: break-all;
    hyphens: auto;
  }
}

.poppins-regular {
  font-family: Poppins, Quicksand, sans-serif;
  font-weight: normal;
}

.big-heading {
  font-size: 60px;
  font-family: "Satoshi", Quicksand, sans-serif;
}
.big-heading .stock-text-color {
  font-weight: 100 !important;
}
.big-heading .blue-text-color {
  color: #3551F2;
  font-weight: 700;
}
@media (max-width: 767px) {
  .big-heading {
    font-size: 32px;
    text-align: center;
  }
}

.btn-switch {
  box-shadow: 0 10px 20px rgba(140, 140, 140, 0.18);
  background: #f5f5f5;
  width: fit-content;
  border-radius: 20px;
}

.site-header-wrapper {
  width: 100%;
  position: absolute;
  z-index: 999;
}
.site-header-wrapper.sticky {
  background: #ffffff;
  border-bottom: 1px solid #d1d1d1;
  transition: 0.3s;
  top: 0;
  position: fixed;
}
.site-header-wrapper.sticky .site-header {
  padding: 0 15px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}
.site-header .site-logo img.logo-regular {
  position: relative;
  top: 3px;
  height: 40px;
}
.site-header .site-logo img.logo-mini {
  display: none;
  height: 40px;
}
.site-header .menu-toggler {
  font-size: 25px;
  display: none;
  height: 50px;
}
.site-header .site-navigation {
  display: block;
  /* Level 1 UL */
}
.site-header .site-navigation ul.menu > li {
  display: inline-table;
}
.site-header .site-navigation ul.menu > li a {
  display: block;
  text-decoration: none;
  color: #060A39;
  font-family: "Satoshi Medium", Quicksand, sans-serif;
  font-weight: 500;
  border-bottom: 4px solid transparent;
  padding: 25px 15px 23px;
}
.site-header .site-navigation ul.menu ul.sub-menu {
  display: none;
}
.site-header .site-navigation ul.menu > li:hover ul.sub-menu {
  display: block;
  position: absolute;
  padding: 10px 0;
  box-shadow: 0 3px 15px #f1f1f1;
  background: #ffffff;
}
.site-header .site-navigation ul.menu > li:hover ul.sub-menu > li {
  display: block;
}
.site-header .site-navigation ul.menu > li:hover ul.sub-menu > li > a {
  transition: 0.3s;
  padding: 15px 50px;
  border-bottom: 0;
}
.site-header .site-navigation ul.menu > li:hover ul.sub-menu > li > a:before {
  content: "> ";
  padding-right: 10px;
}
.site-header .site-navigation ul.menu > li:hover ul.sub-menu > li > a:hover {
  background: #3551F2;
  color: #fff;
}
@media (max-width: 800px) {
  .site-header .menu-toggler {
    display: block;
  }
  .site-header .cta-button {
    display: none;
  }
  .site-header .site-navigation {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    box-shadow: 0 3px 5px #d1d1d1;
  }
  .site-header .site-navigation ul > li {
    display: block !important;
    background: white;
    transition: 0.3s;
  }
  .site-header .site-navigation ul > li:hover {
    background: #d1d1d1;
  }
  .site-header ul.menu > li:hover ul.sub-menu {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .site-header .site-logo img.logo-regular {
    display: none;
  }
  .site-header .site-logo img.logo-mini {
    display: block;
  }
}

.site-header,
.site-footer {
  max-width: 1400px;
  margin: auto;
}

.elementor-box {
  box-shadow: 0 3px 15px #efefef;
  border-radius: 5px;
}

.expand {
  width: 100% !important;
}

/* Testimonials Shortcode */
#testimonials-app {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #testimonials-app {
    padding: 0 20px;
  }
  #testimonials-app .review-details {
    margin: auto;
    text-align: center;
    margin-top: 0 !important;
  }
}
#testimonials-app .img-block {
  margin-top: 20px;
  width: 100%;
  border-radius: 20px;
  min-height: 600px;
  box-shadow: 0 3px 15px #d1d1d1;
  transition: 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  text-shadow: 0 3px 5px #000;
  display: flex;
  align-items: end;
  position: relative;
}
@media (max-width: 767px) {
  #testimonials-app .img-block {
    min-height: 300px;
  }
}
#testimonials-app .img-block.others {
  align-items: center;
}
#testimonials-app .img-block:hover {
  transform: scale(1.1);
}
#testimonials-app .img-block .play-button {
  position: absolute;
  top: 220px;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  #testimonials-app .img-block .play-button {
    top: 50px;
  }
}
#testimonials-app .img-block .content {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
#testimonials-app .img-block .content .name {
  text-align: center;
  padding: 20px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #testimonials-app .img-block .content .name {
    padding: 0;
    margin-left: 0;
  }
  #testimonials-app .img-block .content .name.active {
    padding: 10px !important;
  }
}
#testimonials-app .img-block .content .name h4 {
  font-weight: normal;
}
#testimonials-app .img-block .content .name .rotated {
  transform: rotate(-90deg);
  font-weight: 300;
  font-size: 20px;
}

/* Why hire VA */
#why-hire-app {
  padding: 20px;
}

#why-hire-app ul {
  margin: 0;
  list-style: none;
}

#why-hire-app ul li {
  list-style: none;
  display: block;
  padding: 10px;
  width: fit-content;
  margin-bottom: 5px;
  border: 1px solid transparent;
}

#why-hire-app ul li.active,
#why-hire-app ul li:hover {
  border: 1px solid #3551F2;
  color: #3551F2;
  border-radius: 10px;
}

#why-hire-app .definition {
  padding: 30px;
  border: 1px solid #d1d1d1;
  color: #707070;
  min-height: 300px;
  border-radius: 10px;
}

/* Review Tile */
.review-tile {
  box-shadow: 0 3px 15px #d1d1d1;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.review-tile img.avatar {
  width: 70px;
  border-radius: 100px;
  display: inline-table;
  position: absolute;
  right: 10px;
  top: 20px;
}

.review-tile .name {
  font-weight: 400;
  display: inline;
  position: relative;
  top: 10px !important;
}

.review-tile .highlight {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.review-tile .definition {
  font-style: italic;
}

.review-tile .date {
  font-size: 14px;
  margin-top: 15px;
  color: #8a8a8a;
}

/* Pricing Table */
.pricing-table {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.pricing-table > div {
  flex: 1;
  background: #ffffff;
  border: 1px solid #ececec;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .pricing-table {
    display: block;
  }
}

.pricing-card {
  padding: 20px;
}
.pricing-card .title {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  font-family: Quicksand;
}
.pricing-card .subtitle {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  display: none;
}
.pricing-card .price {
  display: none;
}
.pricing-card .price .big {
  color: #3551F2;
  font-size: 40px;
  font-weight: 700;
}
.pricing-card .perks-card {
  border-radius: 20px;
  border: 1px solid #f3f3f3;
  padding: 10px;
  background: #f6f6f6;
}
.pricing-card .perks-card span {
  font-weight: 500;
}
.pricing-card .services-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.pricing-card .services-list {
  list-style: none;
}
.pricing-card .services-list > li {
  font-weight: 600;
}
.pricing-card .services-list ul {
  margin-left: 40px;
}
.pricing-card .services-list ul > li {
  font-weight: 400;
  font-size: 13px;
}
.pricing-card .services-list > li > span > img {
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.pricing-btn {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: block;
  width: 100%;
}
.pricing-btn .cta-button a {
  width: 100%;
  margin: 0;
}

/* faq-card */
.faq-card {
  background: #fff;
  min-height: 60px;
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(232, 232, 232, 0.37);
  border: 1px solid #eaeaea;
  padding: 10px;
}
.faq-card:hover {
  background: #3551F2;
  cursor: pointer;
  color: #fff;
}
.faq-card:hover .content {
  color: #fff;
}
.faq-card .title {
  font-weight: 600;
  font-family: Satoshi, Quicksand, sans-serif;
}
.faq-card .content {
  font-family: Poppins, Satoshi, Quicksand, sans-serif;
  color: #555555;
}
.faq-card img {
  margin-left: 10px;
}
.faq-card > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.faq-card .caret {
  font-size: 40px;
  width: 40px;
  font-weight: 100;
  text-align: right;
  padding-bottom: 10px;
}

/* Social Icons */
.social-icons a {
  margin-right: 20px;
}
.social-icons a:last-child {
  margin-right: 0;
}

/* Newsletter Box */
.newsletter-input {
  position: relative;
  display: flex;
}
.newsletter-input input {
  background: #fff;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  height: 70px;
  border-radius: 15px;
}
.newsletter-input button {
  right: 0;
  background: #3551F2;
  padding: 20px;
  font-size: 20px;
  height: 70px;
  border-radius: 15px;
  color: #fff;
  width: 150px;
  margin-left: 15px;
}

/* Site Footer */
.footer-wrapper {
  width: 100%;
  padding: 50px 0 0;
  background: #060a39;
  color: #fff;
  border-top: 1px solid #7a7a7a;
}

.site-footer {
  padding: 15px;
}
.site-footer .footer-link-title {
  font-size: 20px;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 40px;
}
.site-footer .footer-links-menu {
  list-style: none;
  margin: 0;
}
.site-footer .footer-links-menu li a {
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.site-footer .footer-links-menu li a:hover {
  color: #dadada;
}

.footer-wrapper .footer-copyright {
  background: #fff;
  color: #000;
  padding: 30px;
  text-align: center;
  font-weight: 500;
}

#blog-search-app {
  /* Search box */
  /* Categories Dropdown */
}
#blog-search-app .search-box {
  border-radius: 5px;
  background: #2f3f7d;
  border: 1px solid #48568d;
  width: 100%;
  display: flex;
  padding: 5px;
}
#blog-search-app .search-box .icon {
  padding: 10px 15px;
}
#blog-search-app .search-box input {
  padding: 10px;
  width: 100%;
}
#blog-search-app .search-box input::placeholder {
  color: #ffffff;
}
#blog-search-app .search-box input:focus {
  outline: none;
  background: #2c3a73;
  border-radius: 5px;
}
#blog-search-app .categories-menu {
  border-radius: 5px;
  background: #2f3f7d;
  border: 1px solid #48568d;
  color: #fff;
  position: relative;
  padding: 5px;
}
#blog-search-app .items {
  background: #2f3f7d;
  position: absolute;
  width: 100%;
  border: 1px solid #48568d;
  left: 0;
  right: 0;
  margin-top: 5px;
}
#blog-search-app .items a:hover {
  background: #253267;
}
#blog-search-app .title, #blog-search-app .items a {
  display: block;
  color: #fff;
  padding: 10px;
}

ul.categories-list {
  padding: 0;
  font-size: 18px;
  list-style: none;
}
ul.categories-list li {
  margin: 15px 0;
}
ul.categories-list li a {
  color: #484d85;
}

/* Elementor Pagination */
.elementor-pagination {
  margin-top: 30px;
}
.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
  padding: 5px 15px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  cursor: pointer;
}

/* Call to Action */
.call-to-action {
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  background-color: #25385f;
  background-image: linear-gradient(297deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
}

/* Quote Tool */
.price-box {
  padding-top: 35px;
  position: relative;
  margin-bottom: 20px;
  cursor: default;
}
.price-box:hover > .inner-box {
  background: #ececec;
  background: -moz-linear-gradient(36deg, rgb(232, 232, 232) 55%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(36deg, rgb(232, 232, 232) 55%, rgb(255, 255, 255) 100%);
  background: linear-gradient(36deg, rgb(232, 232, 232) 55%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8",endColorstr="#ffffff",GradientType=1);
  box-shadow: 0 3px 15px #d1d1d1;
  transition: 0.3s;
}
.price-box.preferred:hover > .inner-box {
  box-shadow: none;
}
.price-box .inner-box {
  border: 4px solid white;
  padding: 10px 10px 30px;
}
.price-box.preferred .inner-box {
  border: 4px solid #fdebc4;
}
.price-box .plan-prefer {
  color: #ffb700;
  background: #fdebc4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding: 5px;
  border: 4px solid #fdebc4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.price-box img {
  display: block;
  margin: auto;
  box-shadow: 0 3px 10px #d1d1d1;
  border-radius: 100%;
}
.price-box .plan-title {
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.price-box .plan-title .price-small-screen {
  display: none;
}
.price-box .plan-desc {
  margin-top: 20px;
  text-align: center;
  min-height: 170px;
}
.price-box .plan-desc .plan-offer {
  font-size: 12px;
  margin-top: 10px;
  color: #ff2264;
  width: 600px;
  max-width: 600px;
}
.price-box .plan-price {
  text-align: center;
  font-size: 40px;
}
.price-box .plan-price .per-hour-text {
  font-size: 20px;
  position: relative;
  top: -3px;
}
.price-box .enterprise-text, .price-box .plan-price {
  height: 50px;
  text-align: center;
}
.price-box .plan-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  padding: 10px 10px;
  border: none;
  background: #7e00ff;
  color: #ffffff;
  border-radius: 10px;
  min-width: 120px;
  transition: 0.3s;
}
.price-box .plan-btn:hover {
  background: #7507e5;
  transform: scale(1.1);
}
.price-box .plan-btn.unavailable {
  background: #d1d1d1;
  cursor: not-allowed;
}
@media (max-width: 600px) {
  .price-box:not(.preferred) {
    padding-top: 0;
  }
  .price-box .plan-desc {
    min-height: 0;
    padding: 15px 0;
  }
  .price-box .inner-box {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 10px;
  }
  .price-box .inner-box .box-collapsible {
    display: none;
  }
  .price-box img {
    display: inline;
    width: 50px;
    height: 50px;
  }
  .price-box .plan-title {
    text-align: left;
    display: inline;
    top: 2px;
    position: relative;
    font-size: 16px;
    margin-left: 10px;
  }
  .price-box .plan-title .price-small-screen {
    display: inline-block;
    width: fit-content;
    text-align: right;
    float: right;
    margin-top: 10px;
    text-transform: lowercase;
    font-size: 16px;
  }
  .price-box .plan-title .price-small-screen.unavailable {
    text-transform: capitalize;
  }
}

.promo-slider {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.promo-slider .slider-content {
  padding: 50px;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}
.promo-slider img {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .promo-slider .slider-content {
    padding: 10px;
    animation: scroll-left 20s linear infinite;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
#cadre-steps .cadre-tabs {
  background: #fff;
  display: flex;
  justify-content: space-evenly;
}
#cadre-steps .cadre-tabs .tab-title {
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #cadre-steps .cadre-tabs .tab-title {
    padding: 10px;
  }
}
#cadre-steps .cadre-tabs .tab-title .inner-cell {
  text-align: center;
  font-weight: 700;
  background: #efefef;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #cadre-steps .cadre-tabs .tab-title .inner-cell {
    padding: 0px;
    font-size: 12px;
  }
}
#cadre-steps .cadre-tabs .tab-title:last-child {
  margin: 0;
}
#cadre-steps .cadre-tabs .tab-title.active {
  background: #3551F2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#cadre-steps .tab-content {
  background: #3551F2;
  padding: 40px;
  color: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #cadre-steps .tab-content {
    padding: 20px;
  }
}
#cadre-steps .tab-content h2 {
  font-size: 32px;
  font-weight: bold;
}

#appointment-scheduler {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 15px rgba(241, 241, 241, 0.5);
  padding: 50px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #appointment-scheduler {
    padding: 20px;
  }
}
#appointment-scheduler .block-rounded {
  border-radius: 20px;
  background: #f1f1f1;
  padding: 10px 20px;
  position: relative;
  align-items: center;
}
#appointment-scheduler .block-rounded i.mdi {
  font-size: 30px !important;
  color: #3551F2;
  margin-right: 10px;
}
#appointment-scheduler .calendly-inline-widget {
  height: 600px;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#appointment-scheduler .calendly-inline-widget * {
  overflow: hidden !important;
}

#quote-generator .plan-tabs {
  width: 100%;
  margin: auto;
}
#quote-generator .plan-tabs .tab-header {
  margin: auto;
  display: flex;
  width: 700px;
  justify-content: center;
}
#quote-generator .plan-tabs .tab-header .title {
  width: 100%;
  padding: 15px 20px;
  background: rgba(0, 105, 255, 0.16);
  border: 2px solid white;
  border-bottom: 2px solid #3475ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 999;
  text-align: center;
  color: #3475ff;
}
#quote-generator .plan-tabs .tab-header .title.active {
  background: white;
  border: 2px solid #3475ff;
  border-bottom: white;
  color: black;
}
#quote-generator .plan-tabs .tab-content {
  border: 2px solid #3475ff;
  position: relative;
  top: -2px;
  border-radius: 5px;
  padding: 50px;
}
@media (max-width: 767px) {
  #quote-generator .plan-tabs .tab-content {
    padding: 20px;
  }
}
#quote-generator .plan-tabs .tab-content .price {
  font-size: 52px;
  font-family: Quicksand, Roboto, sans-serif;
  color: #555555;
  font-weight: 400;
}
#quote-generator .plan-tabs .tab-content .price small {
  font-size: 14px;
}

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


.elementor-icon-box-title{
	margin-top: auto;
}