*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {

  background-color: transparent;
  text-decoration: none !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* TODO: Find a better place for this */
.content-wrapper {
  padding: 0px;
  margin: 0 auto;
}

.blog-header {
  background-color: ;
  text-align: center;
}
h4.blog-header__subtitle {
  display: none;
}
.blog-header__inner {
  margin: 0 auto;
  padding-bottom: 90px;
  padding-top: 90px;
}
.blog-header__subtitle {
  color:  !important;
  font-size: 30px;
  line-height: 40px;
}

.blog-header__form {
  margin: 0 1rem;
}
.recent ul li a {
  color: #ef4123;
  font-family: Montserrat !important;
}
.tag ul li a {
  color: #ef4123 !important;
}
.tag ul li a:hover {
  color: #086f84 !important;
}
.blog-index__post-content p{
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.comment.depth-0 {
  border-top: 3px solid #f5f5f5 !important;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 155 / 81;
  background-repeat: no-repeat;
  background-image: url('');
}
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content a {
  color: #ef4123 !important;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-index__post-image {
  margin-bottom: 20px;
}
.blog-index__post1 {
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  padding: 20px;
  width: 90%;
  margin: 0 auto;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
}
.blog-index__post1.section-mar-bot-30:last-child {
  margin-bottom: 30px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: 10px 15px;
  margin: 0 .1rem;
  color:  !important;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4 !important;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: ;
  margin: 0 10px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #f5f5f5 !important;
  fill: #d9272d !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #828282 !important;
  fill: #ffffff !important;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta .blog-post__timestamp {
  display: inline-block;
}
.blog-post__meta a {
  color: #ef4123 !important;
}
.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: ;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: ;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.blog-comments {
  max-width: 100%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: ;
  margin: 0px 15px 0px 15px;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid ;
  color: ;
}
.blog-comments .hs-button:hover {
  background-color: ;
  color: ;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}
.sidebar-bg {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 2;
  margin: 0px 15px 15px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sidebar-bg:last-child {
  margin-bottom: 0px !important;
}
.search-form .hs-search-field__input {
  height: 38px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #eeeeee;
}
.popular h3,
.single-post h1,
.recent h3,
.tag h3 {
  font-size: 23px;
  line-height: 33px;
}
.popular h6 a {
  color: #333333 !important;
}
.recent h3,
.tag h3,
.popular h3 {
  margin-bottom: 20px;
}
.recent ul,
.tag ul {
  list-style-type: none;
}
.recent ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 8px 0px;
}
.recent ul li:first-child {
  padding-top: 0px;
}
.recent ul li:last-child {
  padding-bottom: 0px;
}
.tag ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  background-color: #ffffff;
  border: 3px solid #eeeeee;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ef4123;
  border-radius: 5px;
  transition: .5s all ease;
  padding: 8px;
  display: inline-block;
}
.blog-content-bg-color {
  background-color: #f5f5f5;
}
.subs-blog .contact-form form {
  box-shadow: none;
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
  text-align: 
}
.comment-from h4 a {
  text-transform: capitalize;
}
.comment-reply-to {
  background: none !important;
}
.post-footer .hs-common-confirm-message {
  display: table !important;
  margin: 20px 0px !important
}
.comment-date {
  font-size: 16px !important;
  line-height: 26px;
  letter-spacing: 1px !important;
  margin-left: 10px;
  margin-bottom: 15px;
}
.subs-blog .contact-form form {
  background-color: inherit;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.blog-comments .hs_email,
.blog-comments .hs_firstname {
  width: 45%;
  margin: 15px 15px 0 15px !important;
  float: left;
  clear: left;
}
.blog-comments .hs_website,
.blog-comments .hs_lastname {
  width: 45%;
  margin: 15px 15px 0 15px !important;
  float: right;
}
.blog-comments .hs_comment {
  display: inline-block;
  width: 95%;
  clear: both;
  margin: 15px 15px 0 15px !important;
  float: none;
}
.blog-comments.sidebar-bg {
  padding: 30px 15px;
}
.blog-comments .hs_recaptcha {
  display: none;
}
.blog-comments .hs-button {
  margin-top: 30px;
}
.blog-header  {
  background-image: url('https://3813597.fs1.hubspotusercontent-na1.net/hubfs/3813597/1920x400x1-2.jpg');
  background-position: center;
  background-size: cover;
}
.post-item.section-margin-bottom:last-child {
  margin-bottom: 0px;
}
.author-bio .blog-header__title {
  margin-bottom: 15px;
}
.author-bio .blog-header__author-social-links {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .subs-content h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  .subs-content h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 991px) {
  .blog-comments .hs_email,
  .blog-comments .hs_firstname {
    width: 93%;
    float: none;
  }
  .blog-comments .hs_website,
  .blog-comments .hs_lastname {
    width: 93%;
    float: none;
  }
}
@media (max-width: 435px){
  .blog-pagination__link {
    padding: 5px 10px;
  }
  .footer-copy-bg{
    display: block!important;
  }
  .footer-left, .footer-right {
    width: 100%!important;
  }
  .footer-right {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center!important;
    margin-top: 30px!important;
    margin-bottom: 15px!important;
  }
}
/* Styles added by Kyle M - 2/22/2023 */
.blog-post ul li {
    list-style: disc;
  }
.blog-post ul {
    padding-left: 40px;
  }
.palo_header {
  background-color: #fff;
  padding: 20px;
}
.palo_header_container {
  max-width: 1500px;
}
.palo_header_logo img {
  max-width: 150px;
}
.palo_header_cta .btn {
  background-color: #f4a261;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.palo_header_cta .icon {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .palo_header_logo img {
  max-width: 100px;
  }
}

.dnd-section > .row-fluid {
	max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing:1px;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}

ul, ol {
    margin-bottom: 0;
    padding-left: 0;
	margin-top: 0px;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/*===================== HEADING AREA START ==========================*/
.text-center {
  text-align: center;
}
.theme-color h6 {
  color : #828282 !important;
}
.section-grp-margin-bottom {
  margin-bottom: 8px;
}
.section-bottom {
  padding-bottom: 40px;
}
h2,
h6 {
  margin: 0px;
}
.service-head h2 {
 color:  #ffffff;
}
/*======================= HEADING AREA END ============================*/
/*===================== CTA AREA START ==========================*/
.cta-head h3 {
  color: #ffffff !important;
    text-align: right;
}
.page-text-white {
    color: #ffffff !important;
}
.cta-bg-color {
    background-color: #ef4123 !important;
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
/*===================== CTA AREA END ==========================*/
/*------------------ FEATURES AREA START --------------------------*/

.features-col {
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.features-hover-border:before {
    content: "";
    height: 2px;
    position: absolute;
    left: 2px;
    top: -2px;
    width: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.features-icon1 {
    margin-bottom: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.features-hover-border:after {
    content: "";
    height: 2px;
    position: absolute;
    right: 2px;
    bottom: -2px;
    width: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.features-icon img, .features-col:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.product-col:hover .product-icon img,
.features-col:hover .features-icon img {
    box-shadow:0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important;
    -o-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.features-hover-border:hover:after,
.features-hover-border:hover:before {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.features-col h4 {
    margin-bottom: 15px;
}
.features-col {
	background-color: #f9f9f9;
    border: 3px solid #f6f6f6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 25px;
}
.features-col:hover {
	background-color: #f9f9f9 !important;
	border: 3px solid #f8f8f8 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    padding: 25px !important;	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.features-col.box-effects:hover {
  	box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important;
}
.features-hover-border:after,
.features-hover-border:before {
	background-color: #d9272d;
}
/* SERVICE PAGE */

.our-service-page .features-col {
	text-align: center;
}

/* PORTFOLIO PAGE */

.our-portfolio .features-col:hover .features-icon img {
	box-shadow: none;
}
.our-portfolio .features-col {
	text-align: center;
}
/*============================ FEATURES AREA END ==============================*/
/*============================ POINT AREA START ==============================*/
.point-list ul{
  list-style: none;
}

.point-list ul li:last-child{
  margin-bottom: 0 !important;
}

.point-list ul li svg{
  width: 16px;
  height: 16px;
  fill: #d9272d !important;
  display: table-cell;
  vertical-align: middle;
}
.point-list ul li .hs_cos_wrapper_widget {
  display: table-cell;
  vertical-align: text-top;
}
.point-list ul li .hs_cos_wrapper_type_icon {
  padding-right: 10px;
}
/*============================ POINT AREA END ============================*/
/*============================ PRODUCT AREA START ============================*/
.product-col {
	background-color: #f9f9f9;
    border: 3px solid #f6f6f6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 25px !important;
}
.product-col:hover {
	background-color: #f9f9f9 !important;
	border: 3px solid #f8f8f8 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    padding: 25px !important;	
  transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.product-col.box-hover:hover {
  box-shadow:0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important; 
}
.product-col:after,
.product-col:before {
	background-color: #d9272d;
}
.text-link2 a:hover, .text-link1 a {
  color: #ef4123 !important;
}
.text-link1 a:hover, .text-link2 a {
    color: #086f84 !important;
}
/*============================== PRODUCT AREA END ============================*/
/*============================== FAQ AREA START =============================*/
.quote-icon svg {
	fill: #d9272d !important;
}
.faq-div a {
	color: #ef4123 !important;
}
.faq-div a:hover {
	color: #086f84 !important;
}
.faq-link {
	background-color: #f9f9f9 !important;
	border: 3px solid #f6f6f6 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    padding: 25px !important;
}
.faq-link:hover {
	background-color: #f9f9f9 !important;
	border: 3px solid #f8f8f8 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    padding: 25px !important;
		transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.faq-link.box-effects:hover {
  box-shadow:0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important; 
}
/*================================ FAQ AREA END ================================*/
/*=============================== COUNTER AREA START ===============================*/
.counter-col:hover .counter-items-content:before,
.counter-col:hover .counter-items-content:after {
    background-color: #d9272d;	
}
.counter-col .counter-items-content:before,
.counter-col .counter-items-content:after {
    background-color: #d9272d;	
}
.counter-col {
  background-color: rgba(51, 51, 51, 0.0) !important;
}
.counter-col:hover {
	background-color: rgba(51, 51, 51, 0.5) !important;
}
.counter-col:hover h4 {
  color: #ffffff !important;
}
.counter-col:hover .counter-items-number {
	color: #ffffff !important;
}
.counter-col .counter-items-number {
	color: #333333 !important;
}
.counter-col h4 {
	color: #333333 !important;
  margin-top: 30px;
}
/*================================ COUNTER AREA END =================================*/
/*=============================== FOLLOW AREA START ===============================*/

.follow-num {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    width:110px;
    height: 110px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 2;
}
.follow-num p {
  padding: 30px 0px;
}
.follow-num {
	background-color: #eeeeee !important;
	color: #07a4ac !important;
}
.our-follow .span4 {
	text-align: center;
}
/*=============================== FOLLOW AREA END ===============================*/
/*============================== PRICING AREA START ==================================*/
.price-col {
	background-color: #f9f9f9 !important;
	border: 3px solid #f6f6f6 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    padding: 25px !important;
}
.price-col:hover {
    background-color: #f9f9f9 !important;
	border: 3px solid #f8f8f8 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    padding: 25px !important;
		transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.price-col.price-hover:hover {
  box-shadow:0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important; 
}
.price-tag1 .price-con { 
	 color: #d9272d !important;
}
.price-col .price-bottom-border:after {
	border-bottom: 4px solid #d9272d !important;
    width: 20%;
	content:  " ";
	display: table;
    margin: 0 auto;
	margin-top: 20px;
}
.price-col:nth-child(even) .price-tag1 .price-con {
   color: #828282 !important;
} 

.price-col:nth-child(even) .price-bottom-border:after {
	border-bottom: 4px solid #828282 !important;
    width: 20%;
	content:  " ";
	display: table;
    margin: 0 auto;
	margin-top: 20px;
}

.price-col:nth-child(even) .button {
	background-color:  !important; 
    color:  !important;
    border: px solid   !important;
	border-radius: px !important;
	padding-top: px !important;
	padding-bottom: px !important;
	padding-left: px !important;
	padding-right: px !important;
}
.price-col:nth-child(even) .hs-button:hover {
  background-color:  !important; 
    color:  !important;
    border: px solid   !important;
}
.price-tag1 .price-con span {
	color:  !important;
}
.price-col:nth-child(even) .price-tag1 .price-con span {
	color:  !important;
}
/*================================ PRICING AREA END ===============================*/
/*=========================== TESTIMONIAL AREA START ==============================*/
.testimonial-col {
	background-color: #f9f9f9;
    border: 3px solid #f6f6f6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 25px !important;
}
.testimonial-col:hover {
    background-color: #f9f9f9 !important;
	border: 3px solid #f8f8f8 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    padding: 25px !important;
		transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.testimonial-col.testimonial-hover:hover {
  box-shadow:0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important; 
}
.testimonial-col .quotation_icon svg {
	background-color: #d9272d !important;
	fill: #ffffff !important;
}
.testimonial-col .test-name  p { 
	color: #d9272d !important;
}
.testimonial-col:hover .test-name  p {
	color: #828282 !important;
}
.testimonial-col {
    display: block;
    padding: 25px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.testimonial-head {
    padding: 0 15px 15px;
    margin: 20px auto 0;
    text-align: center;
}
.testimonial-col .testimonial-content {
    padding-top: 20px;
}
.testimonial-col .quotation_icon span svg {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 24px;
    right: 30px;
    padding: 10px 15px;
    position: absolute;
	  color: #ffffff;
    top: -20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 40px;
    height: 40px;
}
.testimonial-col:hover:after {
    box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.client-ratings ul li svg {
  width: 20px;
  height: 20px;
  fill: #f6893b !important;
}
.our-client .client-img-grp {
	margin-top: 0px !important;
}
.our-client .client-img {
	padding-right: 0px;
}
.our-client .testimonial-col {
    background-color: inherit;
    border: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.our-client .testimonial-head {
    padding: 0;
    margin: 0px;
    text-align: center;
}
.our-client .testimonial-col:hover {
    box-shadow: none;
}
.our-client .testimonial-col:hover {
    background-color: inherit;
    border: 0px;
}
.our-client .testimonial-col:after {
	display: none;
}

#our-testimonial-page .owl-carousel.owl-drag .owl-item {
    opacity: 0.4;
}

#our-testimonial-page .owl-carousel.owl-drag .owl-item.center {
    opacity: 1;
} 
#our-testimonial-page .testimonial-col {
	width: 100%;
}
#our-testimonial-page .client-img-grp {
	width: 67%;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  text-align:center;
  margin-top: 15px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  outline: none;
}
.owl-nav .owl-next span,
.owl-nav .owl-prev span{
	  color: #FFF;
    display: inline-block;
    margin: 5px;
    padding: 5px 15px;
	  font-weight: bold;
    font-size: 20px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background:  !important;
    filter: Alpha(Opacity=50);
    opacity: .5;
	  margin: 5px;
	  background: rgba(19,160,178,0.8) none repeat scroll 0 0 !important;
}
.owl-nav .owl-next span:hover,
.owl-nav .owl-prev span:hover {
    opacity: 1;
}

.owl-dots .owl-dot span{
	display: block;
	width: auto;
	height: auto;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 50%;
	background:  !important;
	padding:7px;
}

.owl-dots .owl-dot:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/*================================== TESTIMONIAL AREA END =====================================*/
/*===================================== TEAM AREA START =========================================*/
.our-team-page .social-icons-list ul {
	position: inherit;
}
.our-team-page .social-icons-list {
	position: initial;
	margin-top: 15px !important;
}
.team-col .designation-content {
  color: #828282 !important;
}
.our-about-team .team-col:hover h4:before {
	width: 50%;
}
.our-about-team .team-col h4 {
	margin-top: 10px;
}
.team-col h4:before {
	background-color: #d9272d;
}
.our-about-team .team-col h4:before {
	border:0px;
}
.social-icons-list ul li {
  background-color: #f5f5f5 !important;
  
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  padding:5px;
  position: relative;
  width: 30px;
}
.social-icons-list ul li svg {
    fill: #d9272d !important;
}
.social-icons-list ul li:hover {
 background-color: #828282 !important;
}
.social-icons-list ul li:hover svg {
    fill: #ffffff !important;
}
/*========================================= TEAM AREA END ========================================*/
/*====================================== CONTACT AREA START ======================================*/
ul li {
	list-style: none;
}
.display-table {
	display: table;
	margin:0px;
}
.display-table-cell {
	display: table-cell;
}
.fa-map-marker,
.fa-envelope,
.fa-phone {
	font-size: 22px;
    padding-right: 15px;
    vertical-align: middle;
}
.contact-box h5,
.contact-box p {
  word-break: break-all;
}
.contact-form {
	background-color: #f9f9f9 !important;
    border: 3px solid #f6f6f6 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}
.contact-form:hover {
	background-color: #f9f9f9 !important;
	border: 3px solid #f8f8f8 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
		transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
fieldset.form-columns-3 .input:last-child {
  margin-right: 0px !important; 
}
.contact-form.hover:hover {
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15) !important;
}
.search-form .hs-search-field__input {
	background-color: #ffffff;
	border: 3px solid #eeeeee !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #333333;
}
form {
  max-width: ;
  font-family: ;
}
.our-subscribe .contact-form form {
	background-color: inherit;
	border:0px;
	box-shadow: none;
    padding: 0px;
}
.blog-comments .hs-button,
form .actions .hs-button,
form .hs-button {
	 !important;
  background-color:  !important;
  border: px   !important;
  border-radius: px !important;
  color:  !important;
  fill:  !important;
  font-size: 16px !important;
  padding: 15px 15px !important;
  text-transform:  !important;
  margin-top: 30px;
  display: table !important
}
.blog-comments .hs-button:hover,
.blog-comments .hs-button:active,
form .actions .hs-button:hover,
form .hs-button:hover {
	 !important;
  background-color:  !important;
  border: px   !important;
  color:  !important;
}

.hs-form label {
  font-size: .83rem;
  color: ;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: ;
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.contact-form .hs-form input {
  color:;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}
.sidebar-bg {
  margin-bottom: 30px !important;
}
.field {
  margin-bottom: 15px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

/*========================================= CONTACT AREA END ======================================*/
/*========================================= SOCIAL FOLLOW AREA START ======================================*/
.social-links__icon {
  background-color: #f5f5f5 !important;
  fill: #d9272d !important;
}
.social-links__icon:hover,
.social-links__icon:focus {
	background-color: #828282 !important;
	fill: #ffffff !important;
}
.footer-copy-bg .social-links__icon {
  background-color: #ffffff !important;
  fill: #d9272d !important;
}
.footer-copy-bg .social-links__icon:hover,
.footer-copy-bg .social-links__icon:focus {
	background-color: #828282 !important;
	fill: #ffffff !important;
}
/*========================================= SOCIAL FOLLOW AREA END ======================================*/
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: ;
}
.body-container__homepage .text-center {
	text-align: center;
}
.body-container__homepage .text-white {
	color: #ffffff;
}
.theme-color {
	color: #828282 !important;
}
.theme-color-1 {
  color: #d9272d !important;
}
.section-bottom {
	padding-bottom: 40px;
}
.body-container__homepage .two-col2 ul li {
    color: ;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
	line-height: 24px;
}
.body-container__homepage ul li {
	list-style: none;
}
.body-container__homepage .dnd-section .widget-type-cell {
	padding: 0px;
}
.body-container__homepage .two-col ul li {
    color: ;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
	line-height: 24px;
}
.body-container__homepage .follow-num {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    width:110px;
    height: 110px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 2;
}
.follow-num p {
  padding: 30px 0px;
}
.header-bg-content2 h1 span,
.header-bg-content3 h1 span {
    color: #d9272d !important;
}
/*========================================= FOOTER AREA START ====================================*/
.footer-bg {
    background-color: #828282;
    color:  !important;
}
.footer-bg a {
	color: #FFFFFF !important;
}
/*===================================== FOOTER AREA END =======================================*/
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: 
}