:root {
  --title-font:'Heebo', sans-serif;
  --accent-color:#FF5C00;
  

}






/* Section Spacing */

 /** Menu Color **/
 /** Menu Hover Color **/


/* 1b. Colors */

/** Header Color **/

 /** Menu Color **/
 /** Menu Hover Color **/

/** Body Color **/

 /** Body Color **/
  /** Body Light Color **/
 /** Title Color **/
 /** Title Light Color **/
 /** Accent Color **/
 /** Dark Background Color **/
 /** Dark Background Title Color **/
 /** Dark Background Body Color **/

/** Footer Color **/

 /** Footer Color **/
 /** Footer Hover Color **/

/* 1c. Typography */


/**  **/























/* 1d.1. Buttons */

 

 
 


 






/**
body .wrapper {
  max-width: ;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
}

/**
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: ;
}

.dnd-section > .row-fluid {
  max-width: ;
} **/






html {
  font-size: 18px;
  scroll-behavior: smooth;
}

html body {
  font-family: 'Roboto', Arial;
  color: #3A4551;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  overflow-x:hidden;
}

/* Paragraphs */

p{
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 40px;
}

body p:last-child{
  margin: 0;
}

body .blog-post__body ul li,
.client-banner ul li{
    position: relative;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}



body .blog-post__body ul li:before,
.client-banner ul li:before{
    content: "";
    display: inline-block;
    background-image: linear-gradient(to right,#ff5c00,#ff5c00);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

/* Anchors */

a {
  /** font-family: ; **/
  color: #ff5c00;
  border-bottom: none;
  box-shadow: none;
}

a:hover,
a:focus {
  color: #ed5805;
  text-decoration: none;
}

.dark-bkg a{
  color: #ff5c00;
}

a:active {
  color: #ff5c00;
}

body .container-fluid{
  padding: 0;
}

body .section-spacing-v{
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.footer-box .pre-footer .footer-nav ul li:before{
  content: "";
  color: #d73400;
}

.footer-box .footer-main .bottom-nav ul li:after{
  content: "";
  color: #d73400;  
}


.header-box-new .hs-menu-wrapper>ul li.hs-menu-depth-1 a{
  color: #ffffff;
}

.header-box-new .hs-menu-wrapper>ul li.hs-menu-depth-1 > a:hover,
.header-box-new .hs-menu-wrapper>ul li.hs-menu-depth-2 > a:hover
{
  color: #FF5C00;
}

.header-box-new .hs-menu-wrapper>ul li.hs-menu-depth-1.active > a,
.header-box-new .hs-menu-wrapper>ul li.hs-menu-depth-2.active > a
{
  color: #FF5C00;
}

.footer .footer-nav li a{
  color: #3a4551;
}

.footer .footer-nav li a:hover{
  color: #FF5C00;
}

.footer .footer-nav li.active a{
  color: #FF5C00;
}


.header-box-new .talk-button .talk-anchor {
	background-color: transparent;
	color: #ffffff;
	font-family: 'Heebo', sans-serif;;
	border: 1px solid rgba(255, 92, 0, 1.0);
}

.header-box-new .talk-button .talk-anchor:hover{
  background-color: rgba(237, 88, 5, 1.0);
  color: #ffffff;
  border-color: rgba(237, 88, 5, 1.0);
}

/**
.header-box-new .talk-button:before {
	border: 1px solid rgba(255, 92, 0, 1.0);
	content: "";
}
.header-box-new .talk-button:after {
	border: 1px solid rgba(255, 92, 0, 1.0);
	content: "";
	opacity: 0.3;
}
*/

.clients-listing .filter-button.active{
  color: #ed5805;
  text-decoration: none;
}

/* Headings */

body h1 {
  font-weight: 700; text-decoration: none; font-family: 'Heebo', sans-serif;; font-style: normal;
  color: #000938;
  font-size: 60px;
  line-height: 72px;
  margin: 0px 0px 26px;
}

body h2 {
  font-weight: 700; text-decoration: none; font-family: 'Heebo', sans-serif;; font-style: normal;
  color: #000938;
  font-size: 54px;
  line-height: 60px;
  margin: 0px 0px 40px;
}

body h3 {
  font-weight: 700; text-decoration: none; font-family: 'Heebo', sans-serif;; font-style: normal;
  color: #000938;
  font-size: 36px;
  line-height: 42px;
  margin: 0px 0px 24px;
}

body h4 {
  font-weight: 700; text-decoration: none; font-family: 'Heebo', sans-serif;; font-style: normal;
  color: #000938;
  font-size: 24px;
  line-height: 29px;
  margin: 0px 0px 24px;
}

body h5 {
  font-weight: 700; text-decoration: none; font-family: 'Heebo', sans-serif;; font-style: normal;
  color: #000938;
  font-size: 18px;
  line-height: 36px;
  margin: 0px 0px 24px;
}

body h6 {
  font-weight: 700; text-decoration: none; font-family: 'Heebo', sans-serif;; font-style: normal;
  color: #000938;
  font-size: 16px;
}

.dark-bkg h1{
  
  color: #ffffff;
}

.dark-bkg h2{
  color: #ffffff;
}

.dark-bkg h3{
  color: #ffffff;
}

.dark-bkg h4{
  color: #ffffff;
}

.dark-bkg h5{
  color: #ffffff;
}

.dark-bkg h6{
  color: #ffffff;
}

.dark-bkg p {
  color: #ffffff;
}

body .dark-bkg .font30{
  
}

body .font30{
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 120%;
}

body .font30 p{
  font-weight: 700; text-decoration: none; font-family: 'Heebo', sans-serif;; font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
}

.title-font{
  font-family: ;
}

.special-font{
  font-family: ;
}

.body-font{
  font-family: {font='Roboto', Arial, font_set=DEFAULT, styles={font-family='Roboto', Arial, font-style=normal, font-weight=normal, text-decoration=none}, size=18, size_unit=px, color=#3A4551, variant=null, fallback=null, style=font-family: 'Roboto', Arial; font-style: normal; font-weight: normal; text-decoration: none, css=color: #3A4551;font-size: 18px;font-family: 'Roboto', Arial;};
}

.body-color{
  color: #3A4551;
}

.body-color p{
  color: #3A4551;
}

.title-color{
  color: #000938;
}

.title-color-light{
  color: #3A4551;
}

.body-color-light{
  color: #828282;
}

.accent-color,
.accent-color p{
  color: #FF5C00;
}


.link-color{
  color: #FF5C00;
}

.prod-category .item:hover .bottom-item h3
{
	color: #FF5C00;
}
.prod-category .item:hover .bottom-item a
{
	color: #000938;
}

.banner .item h1 span {
  color: #FF5C00;
}

.technical-overview .text-box .title  span{
  color: #000938;
}

.technical-overview .top-line:before {
    color: #000938;
}

.success-stories .owl-nav button span{
  background-color: #FF5C00;
  color: #FF5C00;
}

.success-stories .owl-nav button.owl-next, .success-stories .owl-nav button.owl-prev{
  border-color: #FF5C00 !important;
}

.success-stories .owl-nav button.owl-next:hover{
  border-color: #FF5C00;  
}

.success-stories .owl-nav button.owl-prev:hover{
  border-color: #FF5C00;
}

form .hs-submit input.hs-button{
  background-color: #FF5C00;
}

/* Blockquote */

blockquote {
  border-left-color: #000938;
}

.other-services .item:hover {
    border-color: rgba(237, 88, 5, 1.0);
}

.other-services .item:hover:before {
    content: "";
    border-left: 1px solid rgba(237, 88, 5, 1.0);
}

body .owl-theme .owl-dots .owl-dot.active span{
    background-color: rgba(255, 92, 0, 1.0);
}





button,
.button {
  background-color: rgba(255, 92, 0, 1.0);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(255, 92, 0, 1.0);
}

button:active,
.button:active {
  background-color: rgba(237, 88, 5, 1.0);
}

body a.cta_button, .hs-submit input.hs-button, body a.cta-global {
    font-family: 'Heebo', sans-serif;;
    background-color: rgba(255, 92, 0, 1.0);
    border: 1px solid rgba(255, 92, 0, 1.0);
    border-radius: 100px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 66px;
    text-align: center;
    padding: 0px 32px;
    min-width: 240px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    letter-spacing: .5px;
    height: 64px;
    text-transform: uppercase;
}

body a.cta_button:hover, .hs-submit input.hs-button:hover, body a.cta-global:hover{
  background-color: rgba(237, 88, 5, 1.0);
  color: #ffffff;
  border-color: rgba(237, 88, 5, 1.0);
}

form input.hs-button, form button{
  /** color: ; **/
  background-color: rgba(255, 92, 0, 1.0);
  border: 1px solid rgba(255, 92, 0, 0.0);
  color: #ffffff;
}

form input.hs-button:hover, form button:hover{
  background-color: rgba(237, 88, 5, 1.0);
  color: #ffffff !important;
  border-color: rgba(237, 88, 5, 1.0);
}

.clients-listing .filter-button{
  border: 1px solid #000938;
  color: #000938;
}

.clients-listing .filter-button.active,
.clients-listing .filter-button:hover{
  background-color: rgba(237, 88, 5, 1.0);
  border: 1px solid rgba(255, 92, 0, 1.0);
  color: #ffffff;
}

/** Dark Background Cta **/

body .dark-bkg a.cta_button, body .dark-bkg a.cta-global  {
  font-family: 'Heebo', sans-serif;;
  background-color: rgba(255, 92, 0, 1.0);
  border: 1px solid rgba(255, 92, 0, 1.0);
  color: #ffffff;
}

body .dark-bkg a.cta_button:hover,  body .dark-bkg a.cta-global:hover{
  background-color: rgba(237, 88, 5, 1.0);
  color: #ffffff !important;
  border-color: rgba(237, 88, 5, 1.0);
}

body .owl-nav button {
    border: 1px solid rgba(255, 92, 0, 1.0) !important;
    color: rgba(255, 92, 0, 1.0) !important;
}






.dark-bkg{
  background-color: #2F2E36 !important;
  color: #ffffff;
}


@media screen and (max-width: 1079px) and (min-width: 768px){
  
  body .section-spacing-v{
    padding-top: calc ( 150px / 1.5 ) !important;
    padding-bottom: calc ( 150px / 1.5 ) !important;
  }
  
body h1 {
  font-size: calc( 60px - 10px );
  line-height: 60px;
}

body h2 {
  font-size: calc( 54px - 10px );
  line-height: 52px;
}

}

@media screen and (max-width: 767px) and (min-width: 320px){

body .section-spacing-v{
  padding-top: calc ( 150px / 1.7 ) !important;
  padding-bottom: calc ( 150px / 1.7 ) !important;
}

body h1 {
  /*font-size: calc( 60px - 20px );*/
  font-size: 44px;
  line-height: 120%;
}

body h2 {
  /*font-size: calc( 54px - 20px );*/
  font-size: 36px;
  line-height: 120%;
  margin: 0px 0px 25px;
}

body h3 {
  /*font-size: calc( 36px - 12px );*/
  font-size: 24px;
  line-height: 120%;
}

body .font30 p{
  font-size: 24px;
  line-height: 120%;
}

  
}


@media screen and (max-width: 479px) and (min-width: 375px){
  
  body a.cta_button, .hs-submit input.hs-button, body a.cta-global{
    max-width: 100%;
    width: 100%;
    height: 50px;
    line-height: 52px;
}
  }
  
}