/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/











/* TODO */



/* ACCENT COLOR */

.u-bg--white {
    background-color: #fff;
}

.u-bg--gray {
    background-color: #F5F5F5;
}


.u-bg--orange {
    background-color: #f57407;
    color: #fff;
}

.u-bg--blue {
    background-color: #047ca3;
    color: #fff;
}


.u-bg--dk_blue {
    background-color: #04212B;
    color: #fff;
}

.u-bg--dk_blue h1,
.u-bg--dk_blue h2,
.u-bg--dk_blue h4,
.u-bg--blue h1,
.u-bg--blue h2,
.u-bg--blue h4 {
    color: #fff;
}


.u-bg--static {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.u-bg--parallax {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.u-bg--video { position: relative; }
.u-bg--has-shadow {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.u-bg--video > video {
	display: inline-block;
	vertical-align: baseline;
	bottom: 0;
	position: absolute;
	z-index: 0;
	box-sizing: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}


.u-color--inherit {
    color: inherit!important;
}
.u-color--gray {
    background-color: #f5f5f5;
}

.u-color--blue {
    color: #047ca3;
}

.u-color--orange {
    color: #f57407;
}


.u-color--white {
    color: #fff;
}



.u-position--relative {
    position: relative;
}
.u-position--absolute {
    position: absolute;
}
.u-position--static {
    position: static;
}

.u-ta--center {
    text-align: center;
}
.u-ta--left {
    text-align: left;
}
.u-ta--right {
    text-align: right;
}

@media (max-width: 991px) {
    .u-ta--lg--center {
        text-align: center;
    }
    .u-ta--lg--left {
        text-align: left;
    }
    .u-ta--lg--right {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .u-ta--md--center {
        text-align: center;
    }
    .u-ta--md--left {
        text-align: left;
    }
    .u-ta--md--right {
        text-align: right;
    }
}

.u-tt--uppercase {
    text-transform: uppercase;
}

.u-tt--none {
    text-transform: none;
}

.u-tt--lowercase {
    text-transform: lowercase;
}

.u-tt--capitalize {
    text-transform: capitalize;
}

.u-of--visible {
    overflow: visible!important;
}

.u-of--hidden {
    overflow: hidden!important;
}

.u-margin-remove--p p {
    margin: 0;
}

.u-margin-remove--p p + p {
    margin-top: 1rem;
}



/* THEME SETTINGS */
.u-pt--xxxl {
    padding-top: 256.0px;
}
.u-pt--xxl {
    padding-top: 192.0px;
}
.u-pt--xl {
    padding-top: 128.0px;
}
.u-pt--md {
    padding-top: 80px;
}
.u-pt--sm {
    padding-top: 40.0px;
}
.u-pt--none {
    padding-top: 0;
}

.u-pb--xxxl {
    padding-bottom: 256.0px;
}
.u-pb--xxl {
    padding-bottom: 192.0px;
}
.u-pb--xl {
    padding-bottom: 128.0px;
}
.u-pb--md {
    padding-bottom: 80px;
}
.u-pb--sm {
  padding-bottom: 40.0px;
}
.u-pb--none {
    padding-bottom: 0;
}



.u-custom--anchor {
    position: absolute;
    margin-top: -54px;
}

@media screen and (min-width: 768px) {
    .u-hide--desktop {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .u-hide--mobile {
        display: none;
        visibility: hidden;
    }

    .u-pt--xxxl {
        padding-top: 90px;
    }
    .u-pt--xxl {
        padding-top: 70px;
    }
    .u-pt--xl {
        padding-top: 50px;
    }
    .u-pt--md {
        padding-top: 30px;
    }
    .u-pt--sm {
        padding-top: 15px;
    }


    .u-pb--xxxl {
        padding-bottom: 90px;
    }
    .u-pb--xxl {
        padding-bottom: 70px;
    }
    .u-pb--xl {
        padding-bottom: 50px;
    }
    .u-pb--md {
        padding-bottom: 30px;
    }
    .u-pb--sm {
        padding-bottom: 15px;
    }
}


.sr--only {
    visibility: hidden;
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}


/* Enabled Animation */






/* Blends */
.blend {
    background-blend-mode: soft-light;
}
.blend--primary {
    background-color: ;
}
.blend--secondary {
    background-color: ;
}
.blend--tertiary {
    background-color: ;
}
.blend--tertiary_dark {
    background-color: ;
}
.blend--green {
    background-color: ;
}
.blend--black {
    background-color: ;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.blend {
    background-color: transparent!important;
}
.blend:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

.blend > div {
    position: relative;
    z-index: 1;
}

.blend--primary:before {
    background-color: ;
  }
  .blend--blue:before {
    background-color: #047ca3;
  }
  .blend--purple:before {
    background-color: ;
  }
  .blend--light_blue:before {
    background-color: ;
  }

  .blend--black:before {
    background-color: ;
  }
}

[class*="overlap-"] {
    position: relative;
    z-index: 10;
}

[class*="u-border-radius"] {
    overflow: hidden;
}

.u-border-radius--default {
    border-radius: 2px;
}

.u-border-radius--circle {
    border-radius: 50%;
}

@media (min-width: 992px) {
    .overlap-t--lg--sm {
        margin-top: -50px;
    }

    .overlap-b--lg--sm {
        margin-bottom: -50px;
    }

    .overlap-t--lg--md {
        margin-top: -80px;
    }

    .overlap-b--lg--md {
        margin-bottom: -80px;
    }

    .overlap-t--lg--lg {
        margin-top: -120px;
    }

    .overlap-b--lg--lg {
        margin-bottom: -120px;
    }
}

@media (min-width: 768px) {
    .overlap-t--md--sm {
        margin-top: -50px;
    }

    .overlap-b--md--sm {
        margin-bottom: -50px;
    }

    .overlap-t--md--md {
        margin-top: -80px;
    }

    .overlap-b--md--md {
        margin-bottom: -80px;
    }

    .overlap-t--md--lg {
        margin-top: -120px;
    }

    .overlap-b--md--lg {
        margin-bottom: -120px;
    }
}









@media (min-width: 1440px) {
    .container--left {
        padding-left: calc(50vw - 680.0px)!important;
    }
    .container--right {
        padding-right: calc(50vw - 680.0px)!important;
    }
}

@media (max-width: 1439px) {
    .container--left {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .container--right {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.25;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

.p-no-margin p {
  margin: 0;
}

p.body--large {
  font-size: 28px;
  font-weight: 500;
  line-height: 2.2222222222222223rem;
}

/* Anchor Links */
}

.u-bg--blue a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}


.body-container a:not(:hover):not(.btn):not(.content-btn) {
  color: #f57407;
  transition: .4s ease;
}

.body-container a:not(.content-btn):not(.btn):hover {
  text-decoration: underline;
  color: #333333;
}

.u-bg--blue a:not(.btn):focus,
.u-bg--blue a:not(.btn):hover {
  color: ;
  text-decoration: underline;
}
.body-container a:hover svg * {
  transition: .4s ease;
}
.body-container a:hover svg * {
  fill: #047ca3;
}

.a--alt {
  opacity: .4;
  text-decoration: none!important;
  transition: .4s;
}

.a--alt:hover,
.a--alt.active {
  opacity: 1;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0rem;
  line-height: 1.2;
  /* font-weight: ; */
  font-family: "alternate-gothic-atf",sans-serif;
  /* color: ; */
  word-break: break-word;
  color: #047ca3;
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+* {
  margin-top: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}

h1,
.-h1 {
  /* color: ; */
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.17;
  margin-bottom: 2rem;
}
.service-page h2,
h2,
.-h2 {
  /* color: ; */
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.service-page h3,
h3,
.-h3 {
  /* color: ; */
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
}

.service-page h3 {
  margin: 0;
}

h4,
.-h4 {
  /* color: ; */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

h5,
.-h5 {
  /* color: ; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}



/** Old fonts **/
.cta-block h3 {
  font-size: 24px;
}

.section--cta h2 {
  font-size: 40px;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul > ul,
ol > ol {
  padding-left: 20px;
}


ul li,
ol li {
  line-height: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.ol--custom ol {
  counter-reset: custom-ol;
  list-style: none;
  padding-left: 0;
}

.ol--custom ol li {
  position: relative;
  padding-left: 30px;
  counter-increment: custom-ol;
  color: ;
  font-size: 1.5625rem;
  line-height: 1.5;
}

.ol--custom ol li:before {
  content: counter(custom-ol)".";
  color: rgba(0,0,0,.2);
  position: absolute;
  left: 0;
  top: 0;
}

.ul--custom  ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.25rem;
}

.ul--custom ul li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.ul--custom ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .25rem;
  background-color: ;
}

.dnd-section ol {
  padding-left: 18px;
}

.dnd-section ol li {
  margin-bottom: .5rem;
  line-height: 1.8;
  font-size: 1.14rem;  
}

.dnd-section ul {
  padding: 0 0 0 20px;
margin: 10px 0;
}

.dnd-section ul li {
  font-size: 18px;
  margin-bottom: 8px;
}



form ul.inputs-list {

}

form ul.inputs-list li {
  padding-left: 0;
}

form ul.inputs-list li:before {
  display: none;
}


blockquote:not(.blockquote--testimonial) {
  position: relative;
  margin: 1.43rem 0 1.43rem 3.43rem;
  border-left: 3px solid #f57407;
  font-weight: 400;
  line-height: 1.5;
  padding: .25rem 0 .25rem 1.5rem;
}

.blockquote--border blockquote {
  padding-left: 3rem;
}

.blockquote--small blockquote {
  line-height: 1.6;
}

.blockquote--large blockquote {
  font-size: 2.8125rem;
  line-height: 1.5;
}

.article__content blockquote {
  padding-left: 6rem;
  margin-left: -6rem;
}

.blockquote--border blockquote:before,
.article__content blockquote:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: ;
}

blockquote:not(.blockquote--testimonial),
blockquote:not(.blockquote--testimonial) p {

}

blockquote.blockquote--testimonial,
blockquote.blockquote--testimonial p {

}


blockquote:not(.blockquote--testimonial) p + p {
  font-size: 1rem;
  font-style: normal;
  font-family: ;
  margin: 1.5rem 0;
}

blockquote:not(.blockquote--testimonial) p {
  margin: 0;
}

blockquote:not(.blockquote--testimonial) h6 {
  margin: 0 15px 0 0;
  color: ;
}

blockquote:not(.blockquote--testimonial) cite {
  font-size: 1rem;
}



blockquote:not(.blockquote--testimonial) footer {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: ;
  letter-spacing: 1.5px;
  font-style: normal;
}

.blockquote--custom blockquote {
  border-left: 6px solid ;
  padding: 0 7%;
  margin: 2rem 0;
}


cite {
  font-style: normal;
  color: ;
}

.italic p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: , sans-serif;
  font-style: italic;
}

/* Horizontal Rules */
hr {
  color: ;
  background-color: ;
  height: 1px;
  border: none;
  margin: 2rem 0;
}

figcaption {
  font-size: 1.0rem;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;

}

figcaption.logo_caption--reverse {
  margin-top: -.75rem;
  margin-bottom: 1rem;
}



/* TODO */
small {

}

/* TODO */
mark {

}

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: ;
  /* outline-width: 1px;
  outline-style: double; */
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  height: auto;
}

@media (max-width: 767px) {
  html {
    font-size: 15.75px
  }


  h1, .brand-h1 {
    font-size: 48px;
  }
  .service-page h2, h2, .brand-h2 {
    font-size: 36px;
  }
  .service-page h3, h3 {
    font-size: 28px;
  }

}

@media (max-width: 480px) {
  /* html {
    font-size: 13.5px
  } */
}
/*====================
BASE BUTTON STYLE
======================*/
.pill,
button:not(.nav-display-button),
.btn,
.hs-button,
body .content-with-img .content-btn {
  background-color: #f57407;
  border-radius: 24px;
  border: 1px solid;
  border-color: #f57407;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  line-height: 1;
  text-align: center;
  cursor:pointer;
  padding: 8px 12px;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  background-image: url(https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/images/arrow_icon.png);
  background-size: 19px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px)center;
  padding-right: 42px;
  background: url('https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/images/arrow_icon.png') no-repeat calc(100% - 12px) center,-moz-linear-gradient(top, #f57407 0%, #f57407 100%);
background: url('https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/images/arrow_icon.png') no-repeat calc(100% - 12px) center,-webkit-linear-gradient(top, #f57407 0%,#f57407 100%);
background: url('https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/images/arrow_icon.png') no-repeat calc(100% - 12px) center, linear-gradient(to bottom, #f57407 0%,#f57407 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807db9e8', endColorstr='#047ca3',GradientType=0 );
}

.btn svg {
  display: none!important;
}
/*
body .content-with-img .content-btn {
  background-image: url(https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/images/arrow_icon.png);
  background-size: 19px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px)center;
  padding-right: 42px;
}
*/
.pill {
  text-transform: none;
}

.btn--nocaps {
  text-transform: none;
}


.btn--reverse {
  background-color: transparent;
  border-color: inherit;
  color: #f57407;
}

button {
  border: none;
  outline: none;
}

button:disabled,
.btn:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

body .content-with-img .content-btn:hover,
button:hover,
button:focus,
button:active,
.btn:active,
.hs-button:active,
.btn:hover,
.btn:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #047ca3;
  border-color: #047ca3;
  background: url('https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/images/arrow_icon.png') no-repeat calc(100% - 12px) center,-moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(4,124,163,1) 100%);
background: url('https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/images/arrow_icon.png') no-repeat calc(100% - 12px) center,-webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(4,124,163,1) 100%);
background: url('https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/images/arrow_icon.png') no-repeat calc(100% - 12px) center, linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(4,124,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807db9e8', endColorstr='#047ca3',GradientType=0 );
  color: #FFF;
  text-decoration: none;
}



.btn--round {
  border-radius: 100px;
  padding: 1rem;
  width: 50px;
  height: 50px;
}

.btn--round .cta__icon {
  margin-left: 0;
  margin-right: 0;
}

.btn--full-width {
  width: 100%;
}

.icon--arrow {
  transition: 500ms;
}

.icon--arrow--down {
  transform: rotate(90deg);
}

.active .icon--arrow--down {
  transform: rotate(270deg);
}

.icon--arrow--up {
  transform: rotate(-90deg);
}

.active .icon--arrow--up {
  transform: rotate(450deg);
}

.icon--arrow--left {
  transform: rotate(180deg);
}

.text-link {
  display: inline-block;
}

/*====================
BUTTON STYLE -- COLORS
======================*/

/*---  White ---*/
.btn--white {
  background-color: #fff;
  color: ;
  border-color: #fff;
}

.btn--white:focus,
.btn--white:hover {
  background-color: ;
  border-color: #fff;
}


/*--- Primary ---*/

.btn--primary {
  background-color: #f57407;
  border-color: #f57407;
  color: #ffffff;
}

.btn--primary-reverse {
  background-color: transparent;
  border-color: inherit;
  color: #f57407;
}

/*
a:hover .btn--primary,
.btn--primary:hover,
.btn--primary:focus {
  background-color:  #c34200;
  border-color:  #c34200;
}
.btn--primary:active {
  background-color:  #911000;
  border-color:  #911000;
}
*/

/*--- Secondary ---*/

.btn--secondary {
  background-color: #047ca3;
  border-color: #047ca3;
  color: #ffffff;
}


.pill--secondary {
  background-color: #047ca3;
  border-color: #047ca3;
  color: #ffffff; 
}

.btn--secondary-reverse {
  background-color: transparent;
  border-color: inherit;
  color: #047ca3;
}

.btn--secondary-alt {
  background-color: #fff;
  border-color: #fff;
  color: ;
}

.btn--secondary-alt:hover,
.btn--secondary-alt.active {
  background-color: #fff;
  border-color: #047ca3;
  color: #047ca3;
}

a:hover .btn--secondary,
.btn--secondary:hover,
.btn--secondary:focus {
  background-color:  #004a71;
  border-color:  #004a71;
}
.btn--secondary:active {
  background-color:  #00183f;
  border-color:  #00183f;

}

a:hover .btn--secondary-reverse,
.btn--secondary-reverse:hover {
  background-color: #047ca3;
  border-color: #047ca3;
  color: #ffffff;
}

/*--- Sky ---*/

.btn--sky {
  background-color: ;
  border-color: ;
  color: #ffffff;
}

.pill--sky {
  background-color: ;
  border-color: ;
  color: #ffffff;
}

.btn--sky-reverse {
  background-color: transparent;
  border-color: inherit;
  color: ;
}

a:hover .btn--sky,
.btn--sky:hover,
.btn--sky:focus {
  background-color:  ;
  border-color:  ;
}
.btn--sky:active {
  background-color:  ;
  border-color:  ;

}

.btn--no-hover:hover {
  background-color: inherit!important;
  border-color: inherit!important;
}

/*--- Tertiary ---*/

.btn--tertiary,
.btn--green {
  background-color: ;
  border-color: ;
  color: #ffffff;
}

.pill--green {
  background-color: ;
  border-color: ;
  color: #ffffff;
}

.btn--green-reverse,
.btn--tertiary-reverse {
  background-color: transparent;
  border-color: ;
  color: #fff;
}

a:hover .btn--green,
.btn--green:hover,
.btn--green:focus,
a:hover .btn--tertiary,
.btn--tertiary:hover,
.btn--tertiary:focus {
  background-color:  ;
  border-color: ;
}

.btn--green:active,
.btn-tertiary:active {
  background-color:  ;
  border-color: ;
}

.btn--green-reverse:hover {
  background-color: ;
  border-color: ;
  color: #fff;
}


.btn--offwhite {
  background-color: ;
  border-color: ;
  color: ;
}

.btn--offwhite-reverse {
  background-color: transparent;
  border-color: inherit;
  color: ;
}

a:hover .btn--offwhite,
.btn--offwhite:hover,
.btn--offwhite:focus,
.btn--offwhite:active {
  background-color: ;
  border-color: ;
}





.btn--white {
  background-color: white;
  color: #047ca3;
  border-color: white;
}

.btn--white h6 {
  color: #047ca3;
}

.btn--white h5 {
  color: #047ca3;
}

.btn--white-reverse {
  background-color: transparent;
  border-color: white;
  color: white;
}

a:hover .btn--white,
.btn--white:hover,
.btn--white:focus,
.btn--white:active {
  background-color: ;
  border-color: ;
  color: #047ca3;
}

a:hover .btn--white-reverse,
.btn--white-reverse:hover,
.btn--white-reverse:focus,
.btn--white-reverse:active {
  background-color: #ffffff;
  border-color: ;
  color: #047ca3;
}

.btn--white-alt {
  background-color: #fff;
  border-color: #fff;
  color: ;
}

a:hover .btn--white-alt,
.btn--white-alt.active,
.btn--white-alt:hover,
.btn--white-alt:focus,
.btn--white-alt:active {
  background-color: #047ca3;
  border-color: #047ca3;
  color: #fff;
}


.btn--nav {
  background-color: transparent;
  padding: 1rem;
  margin-left: 1rem;
}
.js-scrolled .btn--nav,
.js-scrolled nav .btn { border-radius: 0;}
.btn--nav.mobile-close {
  box-shadow: none;
  position: absolute;
  padding: 1rem;
  top: 30px;
  right: 30px;
  cursor:pointer;
  border: none;
}

.btn--social {
  background-color: transparent;
  box-shadow: none;
  color: ;
  padding: 0;
}

.btn--social + .btn--social {
  margin-left: .5rem;
}

.btn--social:hover,
.btn--social:focus,
.btn--social:active {
  background-color: transparent;
}

.btn--social path {
  fill: ;
}

.btn--social:hover path,
.btn--social:focus path,
.btn--social:active path {
  fill: 
}

.btn--social span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.btn--social svg {
  height: 30px;
  padding: .25rem;
}

footer .btn--social {
  background-color: #ababab;
  color: ;
  width: 30px;
  display: inline-block;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

footer .btn--social:hover,
footer .btn--social:focus,
footer .btn--social:active {
  background-color: #f57407;
}

footer .btn--social path {
  fill: ;
}

.btn--social:hover path,
.btn--social:focus path,
.btn--social:active path {
  fill: ;
}


.btn--fancy {
  display: inline-flex;
  align-items: center;
}

.btn--fancy .btn__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-items: flex-start;
  text-align: left;
  margin: 0 0 0 1rem;
}

.btn--fancy span {
  width: 100%;
}

.btn--fancy path {
  /* stroke: #fff; */
}
.btn--fancy h5,
.btn--fancy .brand-h5 {
  text-transform: capitalize;
  font-family: Bitter, serif;
  letter-spacing: 0.5px;
  line-height: 1.1;
}
.btn h2,
.btn h3,
.btn h4,
.btn h5,
.btn h6 {
  margin: 0;
}




/*====================
BUTTON STYLES -- STATES
======================*/
.btn--state-success {

}
.btn--state-danger {

}
/* Form */
/*

  form_header_background
  form_header_text_color
  form_background_color

  form_border_color
  form_label_color

  form_field_background_color
  form_field_border_color
  form_field_focus_border_color
  form_button_text_color
  form_button_background_color

  */



  .form {
    max-width: 700px;
    margin: 0px auto;
    position: relative;
  }

  .form-noShadow {
    box-shadow: none!important;
  }

  .form-noMargin {
    margin: 0;
  }

  .form--full-width {
    max-width: 100%;
  }

  .form--lity {
    max-height: 85vh;
    overflow-y: auto;
  }

  .hs-form-field {
    margin-bottom: 1.4rem;
    position: relative;
  }


  .form > div > h3 {
    margin-bottom: 2rem;
  }

  /* Labels */

  form label {
    color: #333;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 0;
    margin-bottom: 0.35rem;
    text-align: left;
    width: auto;
  }

  /* Help text - legends */

  form legend {
    color: ;
    font-size: 0.875rem;
  }

  /* Inputs */

  .input {
    position: relative;
  }

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    background-color: #FFF;
    color: #333;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0 0.7rem;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
  }

  textarea {
    height: auto!important;
    padding: 0.7rem;
  }

  .form.has-padding {
    padding: 3rem 2rem;
  }


    .form-title,
    .widget-type-form .form-title {
      margin-bottom: 20px;
      color: #f57407;
      font-weight: bold;
    }

    .widget-type-form form {
      padding: 2rem 0;
      /* background: ; */
      /* border: 1px solid ; */
    }

    .hs-richtext h5,
    .hs-form label {
      font-size: 1.125rem;
      display: block;
      float: none;
      width: auto;
      font-weight: 400;
      text-align: left;
      line-height: 1.5;
      padding-top: 0;
      margin-bottom: .625rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    }

    .hs-richtext h5,
    .hs-form .hs-form-field.hs-fieldtype-radio > label,
    .hs-form .hs-form-field.hs-fieldtype-checkbox > label {
      color: ;
    }

    .hs-fieldtype-select select.hs-input {
      line-height: 1.3;
      font-size: 14px;
      font-weight: 400;
      color: #333;
      font-family: ;
      padding: 0 20px;
      background-image: url("https://9291420.fs1.hubspotusercontent-na1.net/hubfs/9291420/theme-calamu/icons/arrow.svg");
      background-repeat: no-repeat;
      background-position: calc(100% - 20px) center;
    }

    .hs-fieldtype-select label {
      display: none;
    }

    
    .form-innerLabel .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label {
      position: absolute;
      top: 14px;
      left: 20px;
      margin: 0;
      z-index: 1;

    }
    .form-innerLabel .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label.labelfocus {
      top: 5px;
      transition: all .2s;
      font-size: 10px;
      line-height: 12px;
    }
   
    .hideLabel .hs-form-field > label {
      display: none;
    }



    input:not([type=checkbox]):not([type=radio]):not([type=submit]),
    .hs-input,
    .hs-search-field__input {
      -webkit-appearance: none;
      display: inline-block;
      width: 100%!important;
      height: 45px!important;
      padding: 5px 10px 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 45px;
      background-color: #ffffff;
      border: 1px solid #dbd6d6;
    }

    .form--gray input:not([type=checkbox]):not([type=radio]):not([type=submit]),
    .form--gray .hs-input,
    .form--gray .hs-search-field__input {
      border-color: #f5f5f5
    }

    textarea.hs-input {
      height: auto!important;
      line-height: 1.2!important;
      padding: 15px 20px 13px!important;
      min-height: 130px;
    }

    input[type=checkbox],
    input[type=radio] {
      -webkit-appearance: none;
      cursor: pointer;
      width: 1.875rem!important;
      height: 1.875rem!important;
      padding: 0!important;
      margin: 3px 5px 3px 0px;
      line-height: normal;
      border: 2px solid #f5f5f5;
      background-color: #fff;
      border-radius: 4px;
      outline: none;
    }

    input[type=radio] {
      border-radius: 50%;
    }

    input[type=checkbox]:checked,
    input[type=radio]:checked {
      background: ;
      border-color: ;
      background-image: url('');
      background-repeat: no-repeat;
      background-position: center;
    }

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

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

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

    .hs-input input,
    .hs-input textarea {
      transition: border 0.2s linear;
    }

    input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
    .hs-input:focus,
    .hs-search-field__input:focus {
      outline: none;
      border-color: ;
    }

    textarea.hs-input {
      height: auto;
    }

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


    input[type="submit"] {
      width: auto;
      border-radius: 25px!important;
      background-color: #f57407;
      border: none!important;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 1;
      padding: 12px 65px 12px 25px;
      transition: .25s;
      text-transform: none!important;
      outline: none;
    }



    .form--btnFull input[type="submit"] {
      width: 100%;
    }

    .wide-button input[type="submit"] {
      width: 100%;
    }

    input[type="submit"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:active {
      background-color:  ;
      color: #fff;
      text-decoration: none;
    }

    fieldset {
      max-width: none!important;
    }

    /* 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: !important;
    }
    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;
    }
    .legal-consent-container .hs-form-booleancheckbox-display > span {
      margin-left: 0!important;
    }

    .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;
      position: relative;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }

    .legal-consent-container .inputs-list label {
      -ms-flex-align: start !important;
      align-items: start !important;
    }

    .inputs-list:first-child {
      padding-top: 6px;
    }
    .inputs-list > li + li {
      padding-top: 2px;
    }

    .inputs-list label > input {
      margin-right: 10px;
      width: 100%!important;
      max-width: 30px;
    }

    .inputs-list label > input,
    .inputs-list label > span {
      vertical-align: middle;
    }

    .inputs-list label > span {
      font-size: .875rem;
      color: ;
      text-transform: uppercase;
      font-family: ;
      font-weight: 700;
    }



    ul.no-list {
      list-style: none;
    }

    .field {
      margin-bottom: 1.25rem;
    }
    .hideLabel .field {margin-bottom: 1.7rem;}

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

    .hs-form-required {
      color: #f57407;
    }

    .hs-error-msgs label {
      color: !important;
      margin: 0;
      padding: 5px;
      display: inline-block!important;
      font-size: 13px;
      opacity: 1!important;
    }

    .hs_error_rollup {
      display: none;
    }

    .dnd-section .form-inline ul.hs-error-msgs {
      position: absolute;
      margin-top: 10px;
    }


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

    .hs-form input[type="file" i] #file-upload-button,
    .hs-form input[type="file" i]::-webkit-file-upload-button {
      background-color: #429897;
      border: none!important;
      appearance: none!important;
      color: #fff;
      outline: none!important;
      position: absolute;
      right: 15px;
      text-transform: uppercase;
      font-family: 'Roboto',sans-serif;
      font-weight: 700;
      padding: .75rem 1rem;
      height: auto;
      line-height: 1;
      border-radius: 2px;
      font-size: .875rem;
      top: 12px;
      letter-spacing: 1px;
      z-index: 100;
  }
  .hs-form input[type="file" i] > span,
  .hs-form input[type="file" i] #file-upload-button + span,
  .hs-form input[type="file" i]::-webkit-file-upload-button + span {
    display: none!important;
  }

  .hs-fieldtype-file {
    position: relative;
  }

  @media (max-width: 1025px) {
    .hs-form input[type="file" i] #file-upload-button,
    .hs-form input[type="file" i]::-webkit-file-upload-button {
      font-size: .75rem;
      padding: .5rem;
      top: 19px;
    }

  }


  .hs-form .hs-form-field.hs-fieldtype-file >label {
    width: 100%;
    height: calc(100% - 4px);
    background-color: #fff;
    top: 0!important;
    left: 0!important;
    padding: 20px;
  }

    .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 {
    }


    .hubspot-link__container {
      display: none;
    }

    .grecaptcha-badge {
      margin: 0;
    }




    /* ==========================================================================
       White Form
       ========================================================================== */

       .form--primary .hs-form label {
         color: #fff;
       }

       .form--primary input[type="submit"] {
         background: ;
       }

       .form--primary input[type="submit"]:hover {
        background-color:  ;;
      }

    .form--tertiary .hs-form input[type="submit"] {
      background: !important;
      color: #fff!important;
    }

    .form--tertiary .hs-form input[type="submit"]:hover,
    .form--tertiary .hs-form input[type="submit"]:focus,
    .form--tertiary .hs-form input[type="submit"]:active {
      background: !important;
    }


    h3.form-title {
      font-size: 30px;
    }

    .form--white h3.form-title {
      color: #f57407;
    }

    .form--secondary .form-title,
    .form--tertiary .form-title,
    .form--primary .form-title,
    .form--black .form-title {
      color: #fff;
    }


    @media (min-width: 768px) {
      .multi-container.flex-wrap li {
        width: 100%;
        max-width: 50%;
      }
    }


    /**** Contact Form *****/

    /* Convert Radios/Checkboxes to buttons */
    .radio--custom .inputs-list {
      margin-left: -15px;
      margin-right: -15px;
      font-size: 0px;
    }
    .radio--custom .inputs-list li {
      display: inline-block;
      width: auto;
      vertical-align: top;
      margin: 0 15px 10px
    }

    .radio--custom .inputs-list label {
      display: inline-block!important;
      padding: 1rem 2.5rem;
    }

    .radio--custom .inputs-list label > input {
      position: absolute;
      max-width: 100%;
      border-radius: 2px;
      top: 0;
      left: 0;
      height: 100%!important;
      background-color: transparent!important;
      background-image: none!important;
      border: 1px solid transparent;
      /* box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08); */
      border-radius: 2px;
      margin: 0;
  }


  .radio--custom .inputs-list label > span {
    font-family: ;
    font-size: .75rem;
    color: ;
    letter-spacing: .2em;
  }

  .radio--custom .inputs-list label > input:checked {
    border-color: #047ca3;
  }

  .radio--custom .inputs-list label > input:checked + span {
  color: #047ca3;
  }

  .radio--custom input::-ms-check{
    display:none
  }

  .radio--custom input::-ms-radio{
    display:none
  }


.form-inline form {
  display: flex;
  max-width: 510px;
  margin-right: 30px;
}

.form-inline form .hs-email {
  flex: 1;
  margin-bottom: 0;
}

.form-inline form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border-radius: 25px 0 0 25px;
  color: ;
}

.form-inline form label {
  color: ;
  opacity: .5;
}

.form-inline form input[type="submit"] {
  border-radius: 0 25px 25px 0!important;
  padding: 16px 20px;
  background-color: ;
}


.hs-embed-wrapper .hbspt-form {
  padding: 3rem 2rem;
  background-color: #edf3f9;
  color: #6f7090;
  border-radius: 16px;
}

.hs-embed-wrapper .hbspt-form .hs-richtext,
.hs-embed-wrapper .hbspt-form h3 {
  margin-bottom: 1.5rem;
}

body {
  padding-top: 160px;
}
header.site-header {
  height: auto;
  box-shadow: none;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  transition: .4s ease;
}

.logo-area svg {
  height: auto;
}

header.site-header .menu-area {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: .4s ease;
}

.nav .hs-menu-wrapper {
  padding-right: 20px;
}



.nav li a {
  color: #333;
  white-space:nowrap;
}
.nav li.hs-menu-depth-1 > a {
  position: relative;
  padding: 5px 0;
}

.nav li.hs-menu-depth-1 {
  padding: 0 15px;
  position: relative;
}

.nav .hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: .4s ease;
  background-color: #fff;
  top: calc(100% + 10px);
  padding: 15px;
}

.nav .hs-menu-children-wrapper li {
  padding: 5px 0;
}

.nav li:hover > .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.nav .hs-menu-children-wrapper li.active a,
.nav .hs-menu-children-wrapper li a:hover {
  color: #f57407;
}

/** Utility Nav **/
.utility-nav a {
  color: #fff;
  font-size: 15px;
}

.utility-search {
  width: 0;
  overflow: hidden;
  transition: .4s ease;
}

.utility-search .hs-search-field__suggestions {
  display: none!important;
}

.utility-search.open {
  width: 180px;
}

.utility-search form {
  margin: 0;
}

.utility-search form .hs-search-field__input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  height: auto!important;
  padding: 10px 10px;
  line-height: initial;
}

.search-toggle {
  height: 60px;
  background-color: #0896C5;
  width: 50px;
  cursor: pointer;
  transition: .4s ease;
}

body.sticky-header .search-toggle {
  height: 40px;
}

body.sticky-header header.site-header .menu-area {
  padding-top: 8px;
  padding-bottom: 8px;
}

body.sticky-header header.site-header {
  box-shadow: 0 1px 5px rgb(0 0 0 / 40%), 0 1px 10px rgb(0 0 0 / 20%);
}

a.header-social {
  width: 26px;
  height: 26px;
  color: #fff;
  background-color: #f57407;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}

a.header-social svg {
  width: auto;
  height: 17px;
}

a.header-social svg path {
  fill: #fff;
  transition: .4s ease;
}

a.header-social:hover {
  background-color: #fff;
}

a.header-social:hover svg path {
  fill: #f57407;
}

/*** Mobile Menu ****/
@media (min-width: 900px) {
  .utility-mobile,
  .mobile-trigger {
    display: none;
  }
  .nav {
    display: block!important;
  }
  .nav li.hs-menu-depth-1 > a:after {
    content: '';
    height: 3px;
    width: 0px;
    background-color: #f57407;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
    transition: .4s ease;
  }
  
  .nav li.hs-menu-depth-1.active-branch > a:after,
  .nav li.hs-menu-depth-1:hover > a:after {
    width: 95%;
  }
  .nav li.hs-menu-depth-1.hs-item-has-children:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    height: 20px;
  }
  
  .nav .hs-menu-children-wrapper {
    -webkit-box-shadow: 0 1px 20px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 20px rgb(0 0 0 / 20%);
  }
}

@media (max-width: 899px) {
  /*
  body {
    padding-top: 0px!important;
  }
  header.site-header {
    position: relative;
  }
  header.site-header .menu-area {
    height: auto;
  }
  */
  .utility-nav {
    display: none;
  }
  
  .utility-mobile {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px;
  }
  .nav nav {
    flex-direction: column;
    align-items: stretch!important;
  }

  .nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }

  .nav li.hs-menu-depth-1 {
    padding: 20px 0;
    border-bottom: 1px solid #333;
  }

  .nav li.hs-menu-depth-1 > a:hover {

  }

  .nav li.hs-menu-depth-1:last-child {
    border-bottom: none;
  }

  .nav .hs-menu-children-wrapper {
    display: none;
    position: relative;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    top: auto;
    padding: 15px;
    font-size: 16px;
  }

  .mobile-trigger {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0px;
    z-index: 2;
    cursor: pointer;
    background-color: #f57407;
    color: #fff;
    top: 20px;
  }

  .nav .btn {
    align-self: start;
  }

  .utility-mobile {

  }

  .utility-mobile a:not(.header-social) {
    margin: 10px 0!important;
    color: #333;
  }

}

@media (max-width: 395px) {
  .nav-display-button .hamburber-bar {
    height: 9.4px;
    min-width: 40px;
  }
}
#hs_menu_wrapper_header_menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul{
  margin-left: 90px!important;
  margin-top: -125px!important;
}
#hs_menu_wrapper_header_menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul{
  margin-left: 90px!important;
  margin-top: -90px!important;
}
#hs_menu_wrapper_header_menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul{
  margin-left: 90px!important;
  margin-top: -60px!important;
}
.footer-upper {
  font-size: 14px;
}

.footer-social svg,
.footer-contact svg {
  width: 15px;
}

.footer-social svg {
  width: 30px;
}

.footer-social svg path {
  fill: #fff;
}

.footer-social a:hover svg path {
  fill: #f57407;
}

.footer-contact svg path {
  fill: #f57407;
}

.footer h3 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer h3:after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  padding-left: 5px;
  margin: 5px 0 5px 5px;
  background-color: #f57407;
}

.footer-menu .hs-menu-wrapper ul {
  display: block;
  padding-left: 5px;
}

.footer-menu .hs-menu-wrapper ul li {
  padding: 5px 0;
}

.footer-upper a {
  color: rgba(255,255,255,.75);
}

.footer-upper a:hover {
  color: rgba(255,255,255,1);
  text-decoration: underline;
  font-weight: bold;
}


.footer-contact h3 {
  margin-bottom: 25px;
}

.footer-contact__description {
  color: rgba(255,255,255,.75);
}

.footer-lower {
  padding: 20px 0;
  font-size: 15px;
}

.footer-lower a {
  color: #fff;
}

.card--icon {
  border-radius: 10px;
  background-color: rgba(255,255,255,.6);
  padding: 20px;
  color: #04212B;
  height: 100%;
}
.card__icon {
  position: relative;
  margin: 20px;
}
.card__icon > div {
  width: 95px;
  height: 95px;
  background-color: #f57407;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.card__icon:before {
  content: '';
  background-color: rgba(255,255,255,.25);
  position: absolute;
  left: -10px;
  top: -10px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
}

.card__lower h3 {
  text-align: center;
  color: #04212B;
}

.card__lower {
  width: 100%;
}
.section--cta-block.scb-image {
  padding: 40px 0!important;
  position: relative;
  z-index: 1;
}

.section--cta-block.u-bg--dk_blue h1,
.section--cta-block.u-bg--dk_blue h2,
.section--cta-block.u-bg--dk_blue h3 {
  color: #f57407;
}

.section--cta-block .two-col-body {
  padding-right: 3rem;
  border-right: 2px solid #f57407;
  position: relative;
  font-size: 28px;
}

.section--cta-block .two-col-body h2 {
  /*font-family: 'Roboto', sans-serif;
  font-weight: bold;*/
}

.section--cta-block .two-col-body .two-col-body__inner {
  transform: translateY(-20px);
}

.section--cta-block .two-col-body:before {
  content: '';
  height: 2px;
  width: 3rem;
  background-color: #f57407;
  position: absolute;
  right: 0;
  top: 0;
}


.section--cta-block .cta-group {
  position: relative;
}

.section--cta-block .cta-group .btn {
  transform: translateY(50%);
}

.section--cta-block .cta-group:before {
  content: '';
  height: 2px;
  width: calc(100% + 3rem);
  background-color: #f57407;
  bottom: 0;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
.cta-block__image {
  position: relative;
  bottom: -90px;
}
}

@media (max-width: 767px) {
  .section--cta-block {
    padding: 80px 0!important;
  }
  .section--cta-block.scb-image {
    padding: 80px 0 40px!important;
  }
}


/** Home Banner **/
section.banner-home {
  color: #fff;
  background-position: center bottom;
  overflow: hidden;
}

section.banner-home h1,
section.banner-home h2,
section.banner-home h3 {
  color: #fff;
}

.swoosh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1480px) {
  .swoosh {
    left: 50%;
    width: 120%;
    transform: translateX(-50%);
  }
}

/** Two Col Module **/
.body-border {
  /*border: 1px solid #047ca3;*/
}
@media (min-width: 1180px) {
.has-circle-image {
  border: 2px solid #047ca3;
  position: relative;
  padding: 40px 15px;
}

.circle-image {
  position: static;
}

.circle-image .img-block {
  text-align: center;
  position: absolute;
  top: -5%;
  height: 110%;
  right: 50px;
}

.circle-image .img-block:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: -30px;
  height: calc(100% + 60px);
  width: 75%;
  right: -25%;
}

.circle-image .img-block img {
  margin: 0 auto;
  position: relative;
  height: 100%!important;
  width: auto;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 32px 0px rgb(12 12 13 / 30%);
}
}

@media (min-width: 1180px) and (max-width: 1220px) {
  .circle-image .img-block {
    top: -2%;
    height: 105%;
  }
}

.circle-image .img-block img {
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 32px 0px rgb(12 12 13 / 30%);
}

.section__header h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section__header h2:before,
.section__header h2:after {
  content: '';
  height: 3px;
  background-color: #E0E0E0;
  width: 900%;
  max-width: 230px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
}

.section__header h2:after {
  background-color: #047ca3;
  max-width: 50px;
}

.u-bg--blue .section__header h2:after,
.u-bg--dk_blue .section__header h2:after {
  background-color: #f57407;
}

.cl-item {
  background-color: #f2f2f2;
  padding: 20px;
}

.testimonial {
  box-shadow: 0px 0px 12px 0px rgba(12,12,13,0.1);
  background-color: #fff;
  padding: 30px 40px 50px;
  border-radius: 50px 0 50px 50px;
  position: relative;
}

.testimonial:before {
  content: '';
  background-image: url(https://www.kashtechllc.com/hubfs/KASH_Tech_June_2022/quote-icon.png);
  height: 66px;
  width: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 15%;
}

/** Slick Dots **/
ul.slick-dots {
  bottom: -50px;
}

ul.slick-dots li {

}

ul.slick-dots li button {
  padding: 0;
}

ul.slick-dots li button:before {
  border: 2px solid #000000;
  background-color: transparent;
  color: transparent;
  opacity: 1;
  content: '';
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

ul.slick-dots li.slick-active button:before {
  background-color: #047ca3;
  border-color: #047ca3;
}

.u-bg--blue ul.slick-dots li.slick-active button:before,
.u-bg--dk_blue ul.slick-dots li.slick-active button:before {
  background-color: #fff;
  border-color: #fff;
}

/*** Core Values ***/
.value-item {
  border: 2px solid #047ca3;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 25px;
}

.value-item.vi-small {
  font-size: 18px;
}

.value-item__icon {
  border-radius: 10px;
  background-color: rgba(255,255,255,.6);
  padding: 20px;
  color: #04212B;
  height: 100%;
  position: relative;
}

.value-item__icon > div {
  width: 95px;
  height: 95px;
  background-color: #f57407;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.value-item__icon:before {
  content: '';
  background-color: #047ca3;
  opacity: .2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 115px;
  height: 115px;
  border-radius: 50%;
}

.value-item p {
  margin: 0;
}

.value-item p + p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .value-item {
    font-size: 18px;
  }
}

/*** Leadership Slider ***/
.leader__top img {
  border: 10px solid #f57407;
  border-radius: 50%;
  margin: 0 auto 12px;
  width: 230px;
}

.leader__name {
  text-align: center;
  font-style: italic;
  margin-bottom: 12px;
}

.leader__name h4 {
  font-style: normal;
}

.logo-item {
  padding: 20px;
  height: 100%;
  text-align: center;
  color: inherit!important;
}

.logo-item__description {
  margin-top: 12px;
}

img.ellipse {
  width: 100%;
}

section.has-ellipse {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.image-cover {
  position: relative;
  height: 100%;
  min-height: 250px;
}

.image-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.image-pseudo {

}

.image-pseudo:before {
  content: '';
  width: 5px; 
  height: 122px;
  background-color: #f57407;
  position: absolute;
  right: -10px;
  top: -10px;
}

.image-pseudo__bottom:before {
  top: auto;
  right: auto;
  bottom: -10px;
  left: -10px;
}

.image-pseudo:after {
  content: '';
  height: 5px; 
  width: 98px;
  background-color: #f57407;
  position: absolute;
  right: -10px;
  top: -10px;
}

.image-pseudo__bottom:after {
  top: auto;
  right: auto;
  bottom: -10px;
  left: -10px;
}

@media (min-height: 767px) {
  .image-cover {
    min-height: 400px;
  }
}

/** Our Approach **/
@media (min-width: 767px) {
.our-approach .two-col-body {
  position: relative;
}

.our-approach .two-col-body .cta-group {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 61.5%;
  margin: 0!important;
}

}

@media (max-width: 767px) {
  .section--one-col .cta-group {
    text-align: center;
  }
}

.service-details-page,
.technology-page,
.career-page,
.about-page.kash_tech___solutions_created,
.about-page,
.service-page {
  padding: clamp(60px,19vw,75px) 0 0;
}

ul.hs-search-results__listing li a {
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

/** MFP **/
.mfp-content,
.mfp-content > div {
  outline: none!important;
}

.mfp-close-btn-in .mfp-close {
  background-color: #fff!important;
  opacity: 1!important;
}

.modal {
  z-index: -1; 
  visibility: hidden;
  /* display: none; */
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mfp-ready .modal {
  opacity: 1;
  /* display: block; */
  position: static;
  visibility: visible;
}

.mfp-content {
  max-width: 900px;
    margin: 0 auto;
    text-align: center;
}