@charset "UTF-8";
/* ==========================================
	Variables
========================================== */
/* ==========================================
	Mixins
========================================== */
/* ==========================================
	Animations
========================================== */
.animateSlideUpIn {
  opacity: 0;
  margin-top: 50px;
}

/* ==========================================
	Globals
========================================== */
body {
  font-size: 16px;
  line-height: 1.6;
  color: #1E2123;
  font-family: "Open Sans", Arial, Sans-Serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background: #FDFFFC;
}

#body {
  background: #FDFFFC;
  position: relative;
}

h2, h3, h4, h5 {
  font-weight: 700;
  margin: 1rem 0 1.5rem;
}

h1 {
  font-size: 300%;
  font-weight: 800;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 110%;
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 10px;
}

bold, strong {
  font-weight: 800;
}

a {
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  color: #b8232f;
  font-weight: bold;
}
a:hover, a:focus, a:active {
  color: #d8162e;
  text-decoration: none;
  outline: none;
}
a.button {
  position: relative;
  display: inline-block;
  height: auto;
  color: #FDFFFC;
  font-weight: 700;
  margin: 20px 10px;
  padding: 7px 25px;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  background-color: #b8232f;
  transition: all ease-in-out 0.2s;
}
a.button:hover {
  background-color: #d8162e;
}
a.button.inverted {
  color: #164060;
  background: #e1f7f9;
  padding: 7px 45px;
  border: 3px solid #164060;
}
a.button.inverted:hover {
  background-color: #164060;
  color: #e1f7f9;
}

hr {
  width: 100%;
  margin: 1rem auto;
  border: 1px solid #f5f5f5;
}

blockquote {
  border-left: 3px solid #d8162e;
  width: 100%;
  margin: 40px auto;
  padding-left: 20px;
}

blockquote.card {
  position: relative;
  margin: 40px auto 65px;
  padding: 20px 40px;
  text-align: center;
  background: #FDFFFC;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
blockquote.card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 8px 8px 0 0;
  background: #43c9c9;
  background: linear-gradient(128deg, #43c9c9, #559cb5, #164060);
}

.spacer {
  display: none;
}

@media screen and (min-width: 768px) {
  .spacer {
    display: block;
    width: 100%;
    height: 125px;
  }
}
/* ========== Sections ========== */
.jumbotron-fluid.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: #1E2123;
  position: relative;
  overflow: hidden;
  padding-bottom: 125px !important;
}
.jumbotron-fluid.hero .bg-video {
  position: absolute;
  height: 100%;
  top: -5px;
  left: 0;
  z-index: 0;
  margin-left: 50vw;
  transform: translate(-50%);
}
@media screen and (min-width: 1200px) {
  .jumbotron-fluid.hero .bg-video {
    height: auto;
    width: 100%;
  }
}
.jumbotron-fluid.hero #hero_text {
  color: #FDFFFC;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.jumbotron-fluid.hero #hero_text h1 {
  letter-spacing: 1px;
}
.jumbotron-fluid.hero #hero_text p {
  font-size: 125%;
}
.jumbotron-fluid.hero .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #1E2123;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.bg-lt-blue {
  background: #e1f7f9;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.min-padding {
  padding: 20px 0;
}
.section.go-blue {
  color: #FDFFFC;
  background: linear-gradient(0deg, rgb(1, 173, 216), rgb(0, 162, 156));
}
.section.blue {
  color: #FDFFFC;
  background: #43c9c9;
  background: linear-gradient(128deg, #43c9c9, #559cb5, #164060);
}
.section.blue .card,
.section.blue blockquote {
  color: #1E2123;
}
.section.lt-blue {
  background: #e1f7f9;
}
.section.main-content {
  padding-top: 0;
}
.section.extra-padding-bottom {
  padding-bottom: 0;
}
.section.extra-padding-top {
  padding-top: 0;
}

/* card match height, sans javascript */
.card-h-match {
  height: 100%;
  margin-bottom: 0 !important;
}
.card-h-match .card-body .p {
  margin-bottom: 15px;
}

.white {
  background: #FDFFFC;
}

.text-red {
  color: #b8232f;
}

.text-lt-blue {
  color: #e1f7f9;
}

.text-black {
  color: #1E2123;
}

.fit-image {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 2rem;
  /* Options:
  - Specify width, not exceeding container	(width)
  */
}

.cover-image {
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: 100%;
  max-width: 100%;
  /* Options:
  - Specify height, not exceeding container	(max-height)
  - Specify width, not exceeding container	(max-width)
  - Apply fancy cutout
  */
}

.corner-cut {
  border-radius: 80px 0 80px 0;
}

.text-muted {
  color: #656565;
}

.credit-link {
  font-size: 80%;
  font-weight: 400;
  text-decoration: underline;
  font-style: italic;
}
.credit-link:hover {
  color: #e1f7f9;
}

/* ==========================================
	Common Page Elements
========================================== */
/* ========== Common Elements ========== */
.card {
  overflow: hidden;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-bottom: 40px;
}
.card .image-wrapper {
  width: 100%;
  background-size: cover;
  background-color: #f5f5f5;
  border-radius: 0;
  height: 200px;
  transition: all ease-in-out 0.2s;
}
.card .text-red {
  color: #b8232f;
  font-weight: bold;
}
.card .text-red i, .card .text-red svg {
  transition: all ease-in-out 0.2s;
}
.card:hover .text-red i, .card:hover .text-red svg {
  margin-left: 10px;
}
.card .card-body {
  color: #1E2123;
  font-weight: normal;
  padding: 10px 20px;
}
.card .card-body .text-red {
  color: #b8232f;
  font-weight: bold;
}
.card .card-body .text-red i, .card .card-body .text-red svg {
  transition: all ease-in-out 0.2s;
}
.card .card-body.narrow {
  padding: 10px 0;
}

.image-wrapper {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border-radius: 80px 0 80px 0;
}
.image-wrapper.circle {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-size: cover;
}
.image-wrapper.client-logo {
  background-size: contain;
  background-position: center center;
  border-radius: 0;
}

img.image-wrapper {
  width: inherit;
}

img.full-width {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.alignright {
  width: 50%;
  float: right;
  margin-left: 50px;
}

.alignleft {
  float: left;
  margin-right: 1.25rem;
}

/* ========== Call Gil ========== */
#call-gil {
  position: relative;
  background: #FDFFFC;
  padding-top: 125px !important;
}
#call-gil h3 {
  font-size: 200%;
}
#call-gil .image-wrapper {
  margin-top: 30px;
  height: 250px !important;
  width: 250px;
  background-size: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
  min-height: auto;
  background-position: center;
  margin-top: 0 !important;
  margin-left: 0 !important;
  border-radius: 50%;
}
#call-gil .cta_wrapper {
  text-align: left;
}
#call-gil .button {
  font-size: 110%;
}
#call-gil .button.inverted {
  margin-left: 0;
}

/* ========== Google Reviews ========== */
.gmb-padding {
  padding-bottom: 350px !important;
}

#gmb_wrapper + * {
  padding-top: 820px !important;
}

#gmb_wrapper {
  transform: translateY(60px);
  position: absolute;
  z-index: 2;
  padding: 0;
}
#gmb_wrapper .card {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 0;
}
#gmb_wrapper .card .card-body {
  padding: 125px 25px 40px;
  top: 10px;
}
#gmb_wrapper .card #gmb_circle {
  position: absolute;
  display: block;
  width: 220px;
  height: 220px;
  padding: 10px;
  border: 6px solid #164060;
  border-radius: 50%;
  background: #FDFFFC;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  z-index: 2;
}
#gmb_wrapper .card #gmb_circle #inner_circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
#gmb_wrapper .card #gmb_circle #inner_circle .star_wrapper {
  margin-top: 35px;
}
#gmb_wrapper .card #gmb_circle #inner_circle .star_wrapper svg {
  width: 28px;
  height: auto;
}
#gmb_wrapper .card #gmb_circle #inner_circle span {
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
#gmb_wrapper .card #gmb_circle #inner_circle span.large {
  font-size: 325%;
}
#gmb_wrapper #quoteCarousel {
  position: relative;
}
#gmb_wrapper .carousel-indicators {
  margin: 10px 0;
}
#gmb_wrapper .carousel-indicators li {
  border: none;
  background: #656565;
}
#gmb_wrapper .carousel-indicators li.active, #gmb_wrapper .carousel-indicators li:hover {
  background: #164060;
}

@media screen and (min-width: 414px) {
  #gmb_wrapper + * {
    padding-top: 780px !important;
  }
}
@media screen and (min-width: 475px) {
  #gmb_wrapper + * {
    padding-top: 710px !important;
  }
}
@media screen and (min-width: 576px) {
  #gmb_wrapper + * {
    padding-top: 660px !important;
  }
}
@media screen and (min-width: 768px) {
  #gmb_wrapper + * {
    padding-top: 620px !important;
  }
}
@media screen and (min-width: 992px) {
  #gmb_wrapper {
    transform: translateY(-50%);
  }
  #gmb_wrapper .card .card-body {
    padding: 20px 40px 20px 150px;
  }
  #gmb_wrapper .card #gmb_circle {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #gmb_wrapper + * {
    padding-top: 320px !important;
  }
}
/* ========== Software / Services ========== */
#software_wrapper .image-wrapper {
  background-color: #164060;
  background-size: contain;
  width: 125px;
  height: 125px;
}
#software_wrapper h4 {
  color: #656565;
}

/* ========== Solutions ========== */
#solutions_wrapper .card {
  margin-bottom: 30px;
}

.softwareType {
  margin-bottom: 20px;
  box-shadow: 4px 4px 12px #dadada;
  padding: 1rem;
}

.softwareType p {
  font-size: 16px;
}

.softwareType h4 {
  font-size: 105%;
}

.more_btn {
  font-size: 90%;
}

/* ========== Industry Wrapper ========== */
#industry_wrapper.hill {
  padding-top: 125px !important;
  margin-top: -75px;
}
#industry_wrapper.hill h2 {
  padding-bottom: 1rem;
}
#industry_wrapper.hill .image-wrapper {
  margin-top: 0 !important;
  min-height: auto !important;
}
#industry_wrapper.hill .card-body p {
  font-size: 16px;
}
#industry_wrapper.hill .title {
  position: relative;
  font-size: 115%;
}
#industry_wrapper.hill .title::before {
  content: "";
  position: absolute;
  top: 125%;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #b8232f;
  left: 0;
}

/* ========== Clients ========== */
#client_wrapper {
  padding-bottom: 300px;
}
#client_wrapper img {
  width: 100%;
  height: auto;
}

/* ========== Why Coretechs ========== */
.whyReason {
  text-align: center;
}
.whyReason .image-wrapper {
  width: 100px;
  height: 100px;
  background-size: 80%;
  background-position: center center;
  background-color: #164060;
}

@media screen and (min-width: 992px) {
  .whyReason {
    text-align: center;
    width: 80%;
    margin: 0 40px;
  }
}
.archive-image:hover + .archive-item .archive-item-header {
  color: #b8232f;
}
.archive-image:hover + .archive-item .archive-read-more .fa-chevron-right {
  margin-left: 1rem;
}
.archive-image:hover + .archive-item + .archive-break {
  transition: all ease-in-out 0.2s;
  background: #b8232f;
}

.archive-item {
  display: block;
  transition: all ease-in-out 0.2s;
}
.archive-item .archive-item-header {
  color: #1E2123;
  margin: auto 0;
  transition: all ease-in-out 0.2s;
}
.archive-item .date {
  font-size: 80%;
  margin: 10px 0;
  color: #656565;
}
.archive-item .archive-read-more {
  margin-top: 20px;
  color: #b8232f;
}
.archive-item .archive-read-more .fa-chevron-right {
  transition: all ease-in-out 0.2s;
  margin-left: 0.5rem;
  font-size: 80%;
}
.archive-item:hover .archive-item-header {
  color: #b8232f;
}
.archive-item:hover .archive-read-more .fa-chevron-right {
  margin-left: 1rem;
}

.title {
  font-size: 150%;
  color: #1E2123;
}

.subtitle,
.date {
  font-weight: bold;
  font-size: 90%;
  color: #656565;
}

/* Post Content */
.post-content {
  padding-top: 50px;
  max-width: 1000px;
}
.post-content h1 {
  font-size: 220%;
  margin-bottom: 20px;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  margin: 2.5rem 0 1.2rem;
}
.post-content figcaption {
  font-size: 80%;
}

.wp-block-image .alignright {
  margin-right: -20%;
}
.wp-block-image .alignleft {
  margin-left: -20%;
}

.wp-block-separator.is-style-wide {
  border: none;
  padding: 20px 0;
}

.compWrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: var(--blue-dk);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}
.compWrapper .after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.compWrapper .after .img-wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.compWrapper .before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.compWrapper .slideBar {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  height: -5px;
  outline: none;
  margin: 0;
  transition: all ease-in-out 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  bottom: 0;
}
.compWrapper .slideBar::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 4px;
  height: 10000px;
  background: var(--white);
  cursor: pointer;
}
.compWrapper .slideBar::-moz-range-thumb {
  width: 4px;
  height: 10000px;
  background: var(--white);
  cursor: pointer;
}
.compWrapper .slideBar ::-ms-track {
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.compWrapper .slideButton {
  pointer-events: none;
  position: absolute;
  font-size: 13px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: var(--white);
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.ctc_wrapper #field_submit {
  position: relative;
}
.ctc_wrapper input[type=submit] {
  position: absolute !important;
  right: 0;
  top: 1rem;
  margin-bottom: 0;
}
.ctc_wrapper input[type=email] {
  padding: 10px 20px !important;
  margin-bottom: 8px;
}
.ctc_wrapper .gform_title {
  display: none !important;
}
.ctc_wrapper li.gfield {
  padding-right: 0 !important;
  padding-bottom: 0;
}
.ctc_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.ctc_wrapper .gform_footer {
  position: relative;
}
.ctc_wrapper .gform_validation_errors {
  margin-bottom: 0;
}
.ctc_wrapper .gform_validation_errors.validation_error {
  display: none;
}
.ctc_wrapper .gform_heading {
  display: none !important;
  opacity: 0;
  margin: 0;
}
.ctc_wrapper .gform_legacy_markup_wrapper {
  margin-bottom: 0;
}
.ctc_wrapper .cf-turnstile-br {
  display: none;
}

.gform_legacy_markup_wrapper .gform_heading {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .sub-menu.active {
    display: flex;
  }
}
/* ==========================================
	Individual Page Elements
========================================== */
/* ========== HOME ========== */
.home .hero {
  padding: 100px 0 150px;
}
.home .client-logo {
  text-align: center;
  margin: 20px 0;
}
.home #software_wrapper {
  padding-top: 150px;
}

@media screen and (min-width: 768px) {
  .home .hero {
    padding-top: 120px;
  }
}
/* ========== CONTACT ========== */
#contact_content ul {
  padding: 0;
  list-style: none;
}
#contact_content ul li a {
  color: #1E2123;
}
#contact_content ul li i {
  margin-right: 10px;
}
#contact_content ul li svg {
  margin-right: 10px;
}
#contact_content ul li:nth-child(3n+1) i {
  color: #43C9C9;
}
#contact_content ul li:nth-child(3n+2) i {
  color: #FDB913;
}
#contact_content ul li:nth-child(3n+3) i {
  color: #F67656;
}
#contact_content ul li:nth-child(3n+1) svg {
  color: #43C9C9;
}
#contact_content ul li:nth-child(3n+2) svg {
  color: #FDB913;
}
#contact_content ul li:nth-child(3n+3) svg {
  color: #F67656;
}

/* ========== PRICING ========== */
#pricing_content {
  padding: 100px 0 200px;
}
#pricing_content li i {
  margin-right: 10px;
}
#pricing_content li svg {
  margin-right: 10px;
}
#pricing_content li:nth-child(4n+1) i {
  color: #43C9C9;
}
#pricing_content li:nth-child(4n+2) i {
  color: #FDB913;
}
#pricing_content li:nth-child(4n+3) i {
  color: #F67656;
}
#pricing_content li:nth-child(4n+4) i {
  color: #474C83;
}
#pricing_content li:nth-child(4n+1) svg {
  color: #43C9C9;
}
#pricing_content li:nth-child(4n+2) svg {
  color: #FDB913;
}
#pricing_content li:nth-child(4n+3) svg {
  color: #F67656;
}
#pricing_content li:nth-child(4n+4) svg {
  color: #474C83;
}
#pricing_content ul {
  margin: 0 0 0 25px;
  padding: 0;
  text-indent: -25px;
  list-style: none;
}
#pricing_content .image-wrapper {
  min-height: 100%;
  background-position: center center;
  background-size: cover;
}

.section #post_wrapper {
  margin-bottom: 100px;
  border: 3px solid red;
}

/* ========== SOLUTIONS ========== */
.card.solution-card h4 {
  color: #1E2123;
}
.card.solution-card svg.large * {
  fill: url(#bg);
}
.card.solution-card i.large, .card.solution-card svg.large {
  display: block;
  font-size: 3.25rem;
  background: #43c9c9;
  background: linear-gradient(128deg, #43c9c9, #559cb5, #164060);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card.solution-card .image-wrapper {
  background: transparent;
  height: 100%;
  text-align: center;
}
.card.solution-card .card-body {
  padding: 10px;
}

/* ========== MEET THE TEAM ========== */
.team-member {
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 10px;
}
.team-member .image-wrapper {
  background-color: #164060;
}
.team-member h3 {
  font-size: 120%;
}
.team-member:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.07);
}

.transition-padding {
  padding-bottom: 165px !important;
}

.hill {
  mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 93' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E%0A.hill-path%7Bfill:%23FFF;%7D%0A.rct%7Bfill:000;fill-opacity:0.0%7D%0A%3C/style%3E%3Crect class='rct' x='0' y='0' height='100px' width='100%25'/%3E%3Cpath class='hill-path' d='M0,59C0,59,215.45,0,438.61,0c164.84,0,328.58,2.16,668.45,53C1401.18,97,1449,92,1449,92v3H0V59z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 93' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E%0A.rct%7Bfill:000;%7D%0A%3C/style%3E%3Crect class='rct' x='0' y='0' height='100px' width='100%25'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 93' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E%0A.hill-path%7Bfill:%23FFF;%7D%0A.rct%7Bfill:000;fill-opacity:0.0%7D%0A%3C/style%3E%3Crect class='rct' x='0' y='0' height='100px' width='100%25'/%3E%3Cpath class='hill-path' d='M0,59C0,59,215.45,0,438.61,0c164.84,0,328.58,2.16,668.45,53C1401.18,97,1449,92,1449,92v3H0V59z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 93' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E%0A.rct%7Bfill:000;%7D%0A%3C/style%3E%3Crect class='rct' x='0' y='0' height='100px' width='100%25'/%3E%3C/svg%3E");
  mask-size: 100vw 125px, 100% 100%;
  -webkit-mask-size: 100vw 125px, 100% 100%;
  mask-position: top left, top 125px left 0px;
  -webkit-mask-position: top left, top 125px left 0px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  padding-top: 60px !important;
  margin-top: -125px;
}

.hill.main-content .image-wrapper {
  width: 90%;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  min-width: 220px;
  max-width: 100%;
}

.hill-inverse {
  mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' version='1.1' viewBox='0 0 1449 93' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.hill-path%7Bfill:%23FFF;%7D%3C/style%3E%3Cpath class='hill-path' d='m1449 59s-215.45-59-438.61-59c-164.84 0-328.58 2.16-668.45 53-294.12 44-341.94 39-341.94 39v3h1449z' fill='%230ff'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 93' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E%0A.rct%7Bfill:000;%7D%0A%3C/style%3E%3Crect class='rct' x='0' y='0' height='100px' width='100%25'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' version='1.1' viewBox='0 0 1449 93' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.hill-path%7Bfill:%23FFF;%7D%3C/style%3E%3Cpath class='hill-path' d='m1449 59s-215.45-59-438.61-59c-164.84 0-328.58 2.16-668.45 53-294.12 44-341.94 39-341.94 39v3h1449z' fill='%230ff'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 93' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E%0A.rct%7Bfill:000;%7D%0A%3C/style%3E%3Crect class='rct' x='0' y='0' height='100px' width='100%25'/%3E%3C/svg%3E");
  mask-size: 100vw 125px, 100% 100%;
  -webkit-mask-size: 100vw 125px, 100% 100%;
  mask-position: top left, top 125px left 0px;
  -webkit-mask-position: top left, top 125px left 0px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  padding-top: 125px !important;
  margin-top: -125px;
}

.valley {
  mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 115' preserveAspectRatio='none' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.valley-path%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class='valley-path' d='M11.09,0.11c0,0,144.19,0,380.15,70.67s584.84,42.12,724,0S1362.28,1.54,1449,12.24v103H0V0.11 C0,0.11,11.09-0.14,11.09,0.11z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 93' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E%0A.rct%7Bfill:000;%7D%0A%3C/style%3E%3Crect class='rct' x='0' y='0' height='100px' width='100%25'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 115' preserveAspectRatio='none' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.valley-path%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class='valley-path' d='M11.09,0.11c0,0,144.19,0,380.15,70.67s584.84,42.12,724,0S1362.28,1.54,1449,12.24v103H0V0.11 C0,0.11,11.09-0.14,11.09,0.11z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1449 93' preserveAspectRatio='none'%3E%3Cstyle type='text/css'%3E%0A.rct%7Bfill:000;%7D%0A%3C/style%3E%3Crect class='rct' x='0' y='0' height='100px' width='100%25'/%3E%3C/svg%3E");
  mask-size: 100vw 125px, 100% 100%;
  -webkit-mask-size: 100vw 125px, 100% 100%;
  mask-position: top center, top 125px left 0px;
  -webkit-mask-position: top center, top 125px left 0px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  padding-top: 125px !important;
  margin-top: -125px;
}

.hill > * {
  margin-top: -40px;
}

.fun-facts {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .hill > * {
    margin-top: 0;
  }
  .hill-inverse > * {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hill {
    -webkit-mask-size: 100% 125px, 100% 100%;
    mask-size: 100% 125px, 100% 100%;
  }
  .hill-inverse {
    -webkit-mask-size: 100% 125px, 100% 100%;
    mask-size: 100% 125px, 100% 100%;
  }
  .valley {
    -webkit-mask-size: 100% 125px, 100% 100%;
    mask-size: 100% 125px, 100% 100%;
  }
}
.ct_conversation_img .ct_icon {
  width: 32px;
  height: 33px;
  background: center;
  background-repeat: no-repeat;
}
.ct_conversation_img .icon-phone {
  background-image: url("../images/iocn-phone.svg") !important;
}
.ct_conversation_img .icon-chat {
  background-image: url("../images/icon-chat.svg") !important;
}
.ct_conversation_img .icon-calender {
  background-image: url("../images/icon-calender.svg") !important;
}
.ct_conversation_img .icon-pricing {
  background-image: url("../images/icon-pricing.svg") !important;
}

.ct_contact_detail {
  border: 1px solid #ededed;
  padding: 15px;
  border-radius: 12px;
  margin: 0;
  line-height: 42px;
}
.ct_contact_detail a {
  display: flex;
  align-items: center;
}

.ct_start_conversation_bg {
  padding: 2rem 1.25rem;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.ct_conversation_img {
  width: 46px;
  height: 46px;
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ct_start_conversation_bg ul li {
  border: 1px solid #EBEBEB;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 12px;
}
.ct_start_conversation_bg ul li p {
  margin: 0;
}
.ct_start_conversation_bg ul li a {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  color: inherit; /* Ensures links inherit text color */
  text-decoration: none; /* Removes underline from links */
}
.ct_start_conversation_bg ul li .ct_conversation_content {
  width: calc(100% - 60px);
  font-size: 14px;
  color: #000;
}
.ct_start_conversation_bg ul li .ct_conversation_content h5 {
  margin: 0;
  font-size: 18px;
  color: #000;
}
.ct_start_conversation_bg ul li .ct_conversation_content p {
  font-size: 14px;
  margin-bottom: 0;
}
.ct_start_conversation_bg ul li.active {
  background-color: #b8232f;
}
.ct_start_conversation_bg ul li.active .ct_conversation_img {
  background-color: #fff;
}
.ct_start_conversation_bg ul li.active h5,
.ct_start_conversation_bg ul li.active p {
  color: #fff;
}

#contact_content ul li svg {
  margin: 0 !important;
}

body .ct_contact_us {
  transform: translate(0, 0) scale(1);
  transition: 0.3s ease-in-out;
}

body.ct_chat_screen .ct_contact_us {
  transform: translate(-10%, -10%) scale(0.85);
  transition: 0.3s ease-in-out;
}
body.ct_chat_screen .ct_contact_us li.ct_conv_chat {
  background-color: #b8232f;
}
body.ct_chat_screen .ct_contact_us li.ct_conv_chat .ct_conversation_img {
  background-color: #fff;
}
body.ct_chat_screen .ct_contact_us li.ct_conv_chat h5,
body.ct_chat_screen .ct_contact_us li.ct_conv_chat p {
  color: #fff;
}
body.ct_chat_screen .ct_contact_us li.ct_conv_call {
  background-color: #fff;
}
body.ct_chat_screen .ct_contact_us li.ct_conv_call .ct_conversation_img {
  background-color: #EBEBEB;
}
body.ct_chat_screen .ct_contact_us li.ct_conv_call h5,
body.ct_chat_screen .ct_contact_us li.ct_conv_call p {
  color: #000;
}

.siTabB {
  margin-right: 10px !important;
}

.siButtonText {
  font-size: 16px;
}

/* ==========================================
	Forms
========================================== */
.gform_wrapper {
  width: 90%;
}
.gform_wrapper p {
  margin-bottom: 10px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=tel],
.gform_wrapper select {
  padding: 5px 20px !important;
  border: 2px solid #1E2123;
  border-radius: 50px;
}
.gform_wrapper textarea {
  padding: 5px 20px !important;
  border: 2px solid #1E2123;
  border-radius: 20px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}
.gform_wrapper label.gfield_label {
  position: absolute;
  z-index: -3;
  padding: 10px 20px !important;
  width: 100%;
}
.gform_wrapper input[type=submit] {
  float: right;
  background: #b8232f;
  color: #FDFFFC;
  font-weight: bold;
  padding: 7px 30px;
  border-radius: 50px;
  border: none;
  margin-bottom: 50px;
}
.gform_wrapper input[type=submit]:hover {
  background: #d8162e;
}

#gform_wrapper_1 {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
#gform_wrapper_1 input[type=email] {
  padding: 5px 100px 5px 20px !important;
}
#gform_wrapper_1 input[type=submit] {
  float: none;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 5px 30px;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border-bottom: transparent !important;
  border-top: transparent !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.gform_legacy_markup_wrapper .validation_message {
  font-size: 13px !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0 !important;
}

/* ==========================================
	Sticky Nav
========================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 60px;
  z-index: 20;
  padding: 0;
  margin: 0 auto;
  display: block;
  background: #1E2123;
}
#header a {
  font-size: 1rem;
}
#header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#header #site_id {
  margin: 0px auto;
  display: block;
  width: 300px;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
#header #site_id svg {
  height: 100%;
}
#header .navbar {
  width: 100%;
}
#header .navbar-nav li > ul {
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 1rem;
}
#header .navbar-nav li:hover > ul {
  display: flex;
  flex-wrap: wrap;
  background: #363d40;
  padding: 1rem;
}
#header .navbar-nav .sub-menu {
  position: absolute;
  width: 600px;
  left: 0;
  top: 74px;
  border-radius: 0;
  background: #1E2123;
  display: none;
}
#header .navbar-nav .sub-menu .sub-menu {
  padding: 0;
}
#header .navbar-nav .sub-menu li {
  display: block;
  text-align: left;
  padding: 6px 10px;
  height: auto;
  width: calc(50% - 20px);
  border-bottom: 0.75px solid #434c50;
}
#header .navbar-nav .sub-menu li:hover {
  background: #b8232f;
  color: #FDFFFC;
}
#header .navbar-nav .sub-menu li:hover > a {
  color: #FDFFFC !important;
}
#header .navbar-nav .sub-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 14px;
  background-color: #000;
  width: 100%;
  z-index: 3;
  top: 150% !important;
  padding: 0;
}
#header .navbar-nav .sub-menu li.menu-item-has-children ul.sub-menu li {
  width: 100%;
  border-bottom: 1px solid #242424;
}
#header .navbar-nav .sub-menu li.menu-item-has-children ul.sub-menu li:hover {
  background: #333;
  color: #FDFFFC;
  border-bottom: 1px solid #b8232f;
}
#header .menu-item-has-children .menu-item-has-children {
  position: relative !important;
}
#header .menu-item-has-children .menu-item-has-children::after {
  content: "▾";
  position: absolute;
  right: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
  color: #fff;
  z-index: 0;
}
#header .menu-item-has-children .sub-menu li a {
  font-weight: 500 !important;
}
#header ul {
  width: auto;
  list-style: none;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  font-size: 90%;
}
#header ul li {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding: 0 5px;
  position: relative;
  height: 54px;
  border-bottom: 3px solid transparent;
}
#header ul li:hover {
  border-bottom-color: #b8232f;
}
#header ul li:hover > a {
  color: #FDFFFC;
}
#header ul li a {
  font-weight: 600;
  color: #FDFFFC;
  display: block;
  width: 100%;
  height: auto;
}
#header ul li.button a {
  height: auto;
  color: #FDFFFC;
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  background: #b8232f;
  border-radius: 30px;
  border: none;
  outline: none;
  background-size: 120% auto;
}
#header ul li.button a:hover {
  background-size: 150% auto;
}
#header ul li.button:hover {
  border-bottom-color: transparent;
}

button.navbar-toggler {
  outline: none;
}
button.navbar-toggler:focus {
  outline: none;
}
button.navbar-toggler #menu-toggle {
  z-index: 30;
  width: 35px;
  cursor: pointer;
  margin-right: 1rem;
}
button.navbar-toggler #menu-toggle span {
  height: 4px;
  background: #FDFFFC;
  border-radius: 20px;
  margin: 4px 0;
  float: right;
  transition: all ease-in-out 0.2s;
}
button.navbar-toggler #menu-toggle span:first-of-type {
  width: 100%;
}
button.navbar-toggler #menu-toggle span:last-of-type {
  width: 65%;
}
button.navbar-toggler #menu-toggle:hover > span {
  background: #d8162e;
}
button.navbar-toggler #menu-toggle:hover li:hover > ul {
  display: block;
}

#footer #site_id {
  display: inline-block;
  height: 65px;
}

/* ==========================================
	Footer
========================================== */
#footer {
  padding: 50px 0;
  background: #1E2123;
  color: #FDFFFC;
  font-size: 80%;
}
#footer #footer-logo {
  height: auto;
  min-height: 180px;
  background-position: top center;
}
#footer p strong {
  font-size: 120%;
}
#footer a {
  color: #FDFFFC;
}
#footer ul.socials li a:hover i {
  color: #b8232f !important;
}
#footer ul.menu {
  margin: 0;
  padding: 0;
}
#footer ul.menu li {
  margin: 0 5px;
  display: inline-block;
}
#footer ul.menu li a {
  font-weight: bold;
  text-transform: none;
}
#footer ul.menu li a:hover {
  color: #b8232f;
}
#footer ul.menu li ul.sub-menu {
  display: none;
}

/* Mailchimp Newsletter Signup */
#mc_embed_signup {
  position: relative;
}
#mc_embed_signup input[type=email] {
  width: 100%;
  padding: 7px 100px 7px 20px;
  border: none;
  border-radius: 30px;
}
#mc_embed_signup input[type=email]:focus ~ label, #mc_embed_signup input[type=email]:valid ~ label {
  z-index: -1;
}
#mc_embed_signup input[type=email] ::-moz-placeholder {
  color: #656565;
}
#mc_embed_signup input[type=email] ::placeholder {
  color: #656565;
}
#mc_embed_signup label {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #656565;
  padding-left: 20px;
}
#mc_embed_signup input.button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #b8232f;
  color: #FDFFFC;
  font-weight: bold;
  border: none;
  padding: 7px 15px;
  border-radius: 30px;
}
#mc_embed_signup input.button:hover {
  background: #d8162e;
}

/* ==========================================
	Responsive Styles
========================================== */
@media all and (max-width: 580px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #gform_wrapper_1 input[type=submit] {
    position: relative;
  }
}
@media all and (max-width: 768px) {
  .sub-menu li a {
    font-weight: 500 !important;
  }
  .navbar {
    padding: 0.25rem 0rem;
  }
  .navbar .navbar-toggler {
    padding: 0;
  }
  .navbar-collapse {
    background-color: #262b2d;
  }
  #header ul {
    margin: 0;
  }
  #header .navbar-nav .sub-menu li.menu-item-has-children ul.sub-menu {
    left: 0;
    top: 14px;
    background-color: #000;
    width: 100%;
    z-index: 3;
    top: 115% !important;
  }
  #header .container {
    max-width: 1200px;
  }
  #header #site_id {
    margin: 10px 0;
    padding-left: 0;
  }
  #header svg.fa-bars path {
    color: #FDFFFC;
  }
  #header ul.menu {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 88vh;
    overflow-y: auto;
  }
  #header ul.menu li {
    height: auto;
    width: 100%;
    text-align: left;
    padding: 5px 5px;
  }
  #header ul.menu li:hover > .sub-menu {
    display: none;
  }
  #header ul.menu li.active > .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
    background: transparent;
    border-top: 1px solid #b6232e;
    position: static;
    width: calc(100% - 20px);
  }
  #header ul.menu li.active > .sub-menu li {
    width: calc(50% - 20px);
  }
  #header ul.menu .sub-menu.active {
    display: flex !important;
    flex-wrap: wrap;
    background: #363d40;
    border-top: 1px solid #b6232e;
    position: static;
    width: 100%;
  }
  #header ul.menu .sub-menu.active li {
    width: calc(50% - 20px);
  }
  .hill {
    mask-size: 100vw 70px, 100% 100%;
    -webkit-mask-size: 100vw 70px, 106% 100%;
    -webkit-mask-position: top left, top 68px left 0px;
  }
  .hill .image-wrapper {
    min-height: 12rem;
  }
  .jumbotron-fluid.hero #hero_text h1 {
    letter-spacing: 0.5px;
    font-size: 180%;
  }
  h2 {
    font-size: 160%;
  }
  .cta_wrapper .button {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 15px 25px;
  }
  .cta_wrapper .button.inverted {
    display: none;
  }
  .hero, .home .hero {
    padding: 50px 0;
  }
}
@media all and (max-width: 991px) {
  .hill {
    padding-top: 120px !important;
  }
}
@media all and (min-width: 992px) {
  #header ul {
    font-size: 100%;
  }
  #header ul li {
    padding: 0 10px;
  }
  .section.extra-padding-bottom {
    padding-bottom: 250px;
  }
  .section.extra-padding-top {
    padding-top: 100px;
  }
}
@media all and (min-width: 1500px) {
  body {
    font-size: 18px;
  }
  .container {
    max-width: 1200px;
  }
  #call-gil .image-wrapper {
    height: 300px;
  }
}
@media all and (max-width: 768px) {
  #call-gil .col-12.col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #call-gil .col-12.col-md-4 .image-wrapper {
    height: 180px !important;
    width: auto;
  }
  .hill-inverse {
    mask-size: 100vw 60px, 100% 100%;
    -webkit-mask-size: 100vw 60px, 100% 100%;
    mask-position: top left, top 60px left 0px;
    -webkit-mask-position: top left, top 60px left 0px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    padding-top: 60px !important;
    margin-top: -60px;
  }
  .transition-padding {
    padding-bottom: 120px !important;
  }
  .menu-item-has-children {
    position: relative !important;
  }
  .menu-item-has-children::after {
    content: "▾";
    position: absolute;
    right: 0px;
    top: 10px !important;
    width: 20px;
    height: 20px;
    color: #fff;
    z-index: 0;
  }
  .menu-item-has-children a {
    position: relative;
    z-index: 1;
  }
  .team-carousel .col-md-6 {
    width: 50% !important;
  }
  .ct_start_conversation_bg ul li a {
    flex-direction: column;
  }
  .ct_start_conversation_bg ul li .ct_conversation_content {
    width: calc(100% - 0px);
  }
  .ct_conversation_img {
    margin-bottom: 1rem;
  }
  body .ct_contact_us {
    padding: 0 !important;
  }
  #gmb_wrapper .card #gmb_circle {
    width: 200px;
    height: 200px;
    padding: 4px;
  }
  .valley {
    mask-size: 100vw 70px, 100% 100%;
    -webkit-mask-size: 100vw 70px, 100% 100%;
    mask-position: top center, top 70px left 0px;
    -webkit-mask-position: top center, top 70px left 0px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    padding-top: 70px !important;
    margin-top: -70px;
  }
  .ct_contact_us .col-md-12.mb-5 {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=main.css.map */