/* Global Fixes */
.navbar-cart {
  display: none;
}

.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
  overflow-wrap: anywhere;
}

:root {
  --color-cta: var(--color-theme-secondary);
  --color-cta-hover: var(--color-theme-secondary);
  --color-cta-link: var(--color-theme-secondary);
}

/* Btns */
.btn {
  padding: 0.7em 1.6em;
}

.btn-cta,
.btn-cta:focus {
  background: var(--color-cta);
  color: var(--color-theme-text-btn);
  border-color: var(--color-cta);
}

.btn-cta:hover,
.btn-cta:hover:focus,
.btn-cta:not([disabled]):not(.disabled).active,
.btn-cta:not([disabled]):not(.disabled):active,
.show > .btn-cta.dropdown-toggle {
  background-color: var(--color-cta-hover);
  color: var(--color-theme-text-btn) !important;
  border-color: var(--color-cta-hover);
}

.btn-cta:before {
  background: var(--color-cta-hover);
}

button#contact-sendForm {
  padding: 0.7em 1.6em;
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.form-control::-moz-placeholder {
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.header .navbar .navbar-nav .nav-link {
  text-transform: uppercase;
}

/* Header */
.cw-Topheader a,
.cw-Topheader p {
  color: white;
  font-size: 17px;
  margin-bottom: 0;
}

.cw-header span {
  font-size: 14px;
  font-weight: 600;
  color: #5a5a68;
}

.btn.btn-primary.cw-text-black {
  color: #333333;
}

.header .navbar .navbar-nav .nav-link {
  text-transform: uppercase;
}

.cw-headerLOGO {
  width: 100%;
}

@media (min-width: 576px) {
  .cw-headerLOGO {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .cw-headerLOGO {
    width: 100%;
  }
}

/* Container */
.grand-container {
  width: 95%;
  margin: auto;
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 1270px) and (max-width: 1830px) {
  .grand-container {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 1831px) {
  .grand-container {
    width: 70%;
    margin: auto;
  }
}

@media (min-width: 1270px) and (max-width: 1830px) {
  .page-home .list .container {
    max-width: 80%;
  }
}

@media (min-width: 1831px) {
  .page-home .list .container {
    max-width: 70%;
  }
}

.container-grand {
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 767px) {
  .container-grand {
    width: 95%;
    margin: auto;
  }
}

@media (min-width: 1201px) {
  .container-grand {
    width: 90%;
    margin: auto;
  }
}

/* ===================== Header ======================== */
.header-info {
  background: linear-gradient(
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.95)
    ),
    url("https://apihoard.webit.com/api/v1/Image/E38C780942FC60513A29524C90F7BD3A/E38C780942FC60513A29524C90F7BD3A.jpg?size=1920x1440");
}

/* Hero */
.hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://apihoard.webit.com/api/v1/Image/E946284ECCC0CE062E22F6BFE3F62CBA/E946284ECCC0CE062E22F6BFE3F62CBA.jpg?size=1920x1440");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-top: -1px;
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  padding-top: 8em;
  padding-bottom: 18em;
  background-size: cover;
}

@media (max-width: 1440px) {
  .hero {
    min-height: 447px;
  }
}

.hero::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.hero .hero-container {
  position: relative;
  z-index: 2;
}

.hero .hero-container {
  max-width: 1653px;
  margin: auto;
}

.hero-content {
  padding-left: 20px;
  padding-right: 20px;
}

.hero .display-4 {
  font-size: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-lines {
  position: relative;
  text-align: center;
}

.hero-lines span {
  display: inline-block;
  vertical-align: middle;
  max-width: 55%;
}

.hero-lines::before,
.hero-lines::after {
  content: " ";
  height: 3px;
  width: 10%;
  background: var(--color-cta);
  display: inline-block;
  vertical-align: middle;
}

.hero-headline {
  line-height: 1.15;
}

.hero-text {
  font-size: 1.2em;
  max-width: 520px;
  margin: auto;
}

.hero-btm-line {
  height: 3px;
  width: 75%;
  background: var(--color-cta);
  margin: 25px auto;
}

.cw-svg {
  position: absolute;
  z-index: 2;
  bottom: -3px;
}

.cw-contactINFO {
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 14%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -100px;
  margin-bottom: 0px;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  z-index: 4;
  background-color: #ffffff;
  margin-top: -5em;
}

.cw-contactINFO p {
  color: var(--color-theme-text);
}

.cw-contactINFO h5 a {
  overflow-wrap: anywhere;
}

@media (max-width: 567px) {
  .hero {
    padding-top: 3em;
    padding-bottom: 13em;
    min-height: 410px;
  }

  .hero .display-4 {
    font-size: 2rem;
  }

  .hero h5 {
    font-size: 1rem;
  }

  .hero::after {
    background: rgba(0, 0, 0, 0.6);
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .cw-contactINFO h4 {
    font-size: 1rem;
  }

  .cw-contactINFO .fa-3x {
    font-size: 1.7em;
  }
}

@media (min-width: 992px) {
  .cw-contactINFO .email {
    font-size: 1.1rem;
  }
}

/* Services - Effect List */
.cw-effect-list {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 1.5em auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cw-effect-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 6);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 6, 0.4) 0%,
    rgba(0, 0, 6, 0.1) 100%
  );
}

.cw-effect-list::before {
  background-color: var(--color-theme-secondary);
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.cw-effect-list:hover::before {
  width: 100%;
}

.cw-effect-list .cw-effect-list-img {
  position: relative;
  display: block;
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.cw-effect-list .cw-effect-list-content {
  padding: 1em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
}

.cw-effect-list .cw-effect-list-content::before,
.cw-effect-list .cw-effect-list-content::after {
  pointer-events: none;
}

.cw-effect-list .cw-effect-list-content,
.cw-effect-list .cw-effect-list-content > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cw-effect-list .cw-effect-list-content > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.cw-effect-list h2 {
  font-size: 1.1em;
  position: relative;
  z-index: 3;
  padding: 1rem 1rem;
  background-color: var(--color-theme-primary);
  color: #000000;
  text-align: left;
  transition-duration: 0.3s;
}

.cw-effect-list:hover h2 {
  background-color: var(--color-theme-secondary);
  color: #ffffff;
}

.effect-arrow {
  width: 20px;
  color: #fff;
  height: auto;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.cw-effect-list .effect-arrow {
  position: absolute;
  top: 1.45em;
  right: 0;
  z-index: 5;
}

.cw-effect-list h2,
.cw-effect-list p {
  margin: 0;
}

.cw-effect-list .cw-effect-list-content > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.cw-effect-list p {
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

.cw-effect-list:hover p {
  opacity: 1;
}

.cw-effect-list:hover .cw-effect-list-img,
.cw-effect-list:hover p,
.cw-effect-list:hover .effect-arrow {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cw-effect-list:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

@media (max-width: 767px) {
  .cw-effect-list p {
    opacity: 1;
  }

  .cw-effect-list .cw-effect-list-img,
  .cw-effect-list h2,
  .cw-effect-list p,
  .cw-effect-list .effect-arrow {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .cw-effect-list h2 {
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .cw-effect-list h2 {
    font-size: 1.4em;
  }
}

/* Titles */
.grand-scantitle {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--color-theme-secondary);
}

.hero .grand-scantitle,
.grand-bgtitle .grand-scantitle {
  color: #eee;
}

.grand-title {
  word-break: keep-all;
  white-space: pre-wrap;
}

.grand-title-main {
  font-size: 3rem;
  line-height: 1.2;
}

.grand-title-sub {
  font-size: 2.5rem;
  line-height: 1.2;
}

.grand-services-list-title {
  font-size: 1rem;
}

.grand-text {
  font-size: 17px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .grand-title-main {
    font-size: 1.5rem;
  }

  .grand-title-sub {
    font-size: 1.9rem;
    line-height: 1.2;
  }
}

.grand-hero-link {
  color: var(--color-cta-link);
  font-weight: 700;
  text-shadow: 0 0 40px rgba(0, 43, 3, 0.84);
}

.grand-hero-link:hover {
  color: #fff;
}

/* Text With Image  */
@media (min-width: 2000px) {
  .textwithimage-text .grand-scantitle {
    font-size: 2rem;
  }

  .textwithimage-text .grand-title {
    font-size: 3rem;
  }

  .textwithimage-text .grand-text {
    font-size: 2rem;
    line-height: 1.95;
  }
}

/*Home*/
.page-home .list.list-m2 {
  padding-top: 2em;
}

/* Parallax */
.grand-parallax {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.grand-parallax .container {
  position: relative;
  z-index: 2;
}

/* Call to Action */
.grand-parallax-cta {
  padding-top: 10em;
  padding-bottom: 9em;
  color: #fff;
  background-image: url("https://apihoard.webit.com/api/v1/Image/1EAA0085C5EF5AF8A0DFC7FFA71FE4C9/1EAA0085C5EF5AF8A0DFC7FFA71FE4C9.jpg?size=1280x960");
}

.grand-parallax-cta .grand-scantitle {
  color: #ddd;
}

.grand-parallax-cta::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .grand-parallax-cta {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .grand-parallax-cta::after {
    background: rgba(0, 0, 0, 0.6);
  }
}

/* Contact */
.page-home .contact {
  padding-top: 1em;
}

/* Titles */
.grand-bgtitle {
  padding-top: 7em;
  padding-bottom: 7em;
  color: #fff;
}

.grand-bgtitle > div {
  position: relative;
  z-index: 2;
}

.grand-bgtitle::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .grand-bgtitle {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grand-bgtitle::after {
    background: rgba(0, 0, 0, 0.6);
  }

  .grand-bgtitle-about {
    background-image: url("https://apihoard.webit.com/api/v1/Image/B739245EB4E4664A4F8D0A1A2E5A29BA/B739245EB4E4664A4F8D0A1A2E5A29BA.jpg?size=800x600");
    background-position: top center;
  }

  .grand-bgtitle-services {
    background-image: url("https://apihoard.webit.com/api/v1/Image/A3EE4ABD348F9BD004E450F1F069E0D2/A3EE4ABD348F9BD004E450F1F069E0D2.jpg?size=800x600");
    background-position: bottom center;
  }

  .grand-bgtitle-contact {
    background-image: url("https://apihoard.webit.com/api/v1/Image/B739245EB4E4664A4F8D0A1A2E5A29BA/B739245EB4E4664A4F8D0A1A2E5A29BA.jpg?size=800x600");
    background-position: top center;
  }
}

@media (min-width: 768px) {
  .grand-bgtitle-about {
    background-image: url("https://apihoard.webit.com/api/v1/Image/B739245EB4E4664A4F8D0A1A2E5A29BA/B739245EB4E4664A4F8D0A1A2E5A29BA.jpg?size=1280x960");
    background-position: top center;
  }

  .grand-bgtitle-services {
    background-image: url("https://apihoard.webit.com/api/v1/Image/A3EE4ABD348F9BD004E450F1F069E0D2/A3EE4ABD348F9BD004E450F1F069E0D2.jpg?size=1280x960");
    background-position: bottom center;
  }

  .grand-bgtitle-contact {
    background-image: url("https://apihoard.webit.com/api/v1/Image/B739245EB4E4664A4F8D0A1A2E5A29BA/B739245EB4E4664A4F8D0A1A2E5A29BA.jpg?size=1280x960");
    background-position: top center;
  }
}

.detailedlist .row {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (max-width: 767px) {
  .detailedlist {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

@media (max-width: 991px) {
  .page-home .image {
    display: none !important;
  }
}

/* ================ sub page summary list ===================== */
section:not(.page-home) .list {
  padding-top: 0;
}

/*Pricing*/

.pricing-table {
  background-color: #eee;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
}

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.pricing-table .block-heading h2 {
  color: #60c8dc;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7;
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .heading p{
  font-size: .8em;
  margin-top: 0%;
  margin-bottom: 0%;
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px;
}

.pricing-table .item button {
  font-weight: 600;
}

.pricing-table .ribbon {
  /*width: 266px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #a3d9a6;
  /*transform: rotate(45deg);
  position: absolute;
  right: -76px;
  top: 34px;
  padding-top: 7px;*/
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
}

.pricing-table .features .feature {
  font-weight: 600;
}

.pricing-table .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px;
}

.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9;
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0;
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.cw-home-credit-banner {
  background: #a3d9a6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.cw-home-credit-banner h2 {
  text-align: center;
  margin: 0em;
  color: #000;
}
/*-----------------------------------------------------------*/
.cw-home-cta {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://apihoard.webit.com/api/v1/Image/1EAA0085C5EF5AF8A0DFC7FFA71FE4C9/1EAA0085C5EF5AF8A0DFC7FFA71FE4C9.jpg?size=1280x960");
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 6em;
  padding-bottom: 6em;
}
.cw-home-cta p {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #eee;
  text-shadow: 1px 1px 2px #000;
  margin: 0;
}
@media (min-width: 992px) {
  .cw-home-cta p {
    font-size: 130%;
  }
}
.cw-home-cta h2 {
  text-align: center;
  margin: 0.2em auto;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
}
@media (min-width: 992px) {
  .cw-home-cta h2 {
    font-size: 2.5em;
  }
}
.cw-home-cta .btn {
  margin-top: 2em;
  display: block;
  width: fit-content;
  margin: auto;
}
