/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('//fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700'); 
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');




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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html{
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: sans-serif;
}
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #2D446B;
  font-size: 16px;
  line-height: 1.42857143; 
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.content-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}
/* Highlighted Text */



/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  line-height: 1.1;
  color: #F06B33;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #F06B33;
}

h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 67px;
}
h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 46px;
}
h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
}
h4 {
  font-weight: 400;
  font-size: 27px;
  line-height: 30px;
}
h5 {}
h6 {}


/* Anchor Links */
a {    
  color: #2D446B;
  text-decoration: none;  
}

a:hover, a:focus { }

/* Lists */
ul, ol {}
.body-container ul, .body-container ol { font-size: 1.406em; }
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* .content-wrapper {
font-size: 1.406em;
line-height: 35px;
} */

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header {
  border: 1px solid transparent;
  min-height: 50px;
  background-color: #fff;
  border-color: #e7e7e7;
}
.custom-header > div {
  padding-right: 15px;
  padding-left: 15px;
}
.custom-header .custom-logo {
  margin-left: 0;
}
.custom-logo a {
  padding: 15px 15px 0 0;
  display: inline-block;
}
.custom-logo img {
  height: 3.4vw;
}
.lp-header .custom-logo img {
  height: 3.4vw;
  margin-bottom: 10px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner {
  height: 33.33vw;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-color: orange;
  color: #fff;
}
.custom-banner h1 {
  color: #FFF;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  padding: 20px 20px 0 0px;
  margin: 0;
  font-size: 3.78em;
  line-height: 1.1;
}
.custom-banner h3 {
  font-size: 1.875em;
  color: #FFF;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  padding: 20px 20px 10px 0;
}
.custom-banner p {
  padding-right: 20px;
  /*   font-size: 1.406em; */
}
.banner-image {
  width: 41.66666667%;
  float: left;
  padding-top: 4.7vw;
  padding-right: 15px;
  padding-left: 15px;
}
.banner-image .banner-image-inner {
  height: 28.638vw;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.custom-banner .banner-text {
  padding-right: 2em;
  padding-left: 15px;
  width: 58.33333333%;
  float: left;
  text-align: right;
  padding-top: 9.87vw;
}



/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer {
  margin-top: 4em;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url(https://cdn2.hubspot.net/hubfs/5108117/Pattern_Group_February2019/images/footer-background.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.custom-footer > div {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 2em;
  margin-top: 2em;
}
.custom-footer .ftr-col {
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.custom-footer .left-col {
  width: 25%;
}
.custom-footer .middle-col {
  width: 8.33333333%;
}
.custom-footer .right-col {
  width: 66.66666667%;
  border-left: 1px solid #FFF;
  padding-bottom: 2em;
}
.custom-footer .left-col img.ftr-logo {
  vertical-align: middle;
  width: 90%;
  padding-left: 10px;
}
.custom-footer .left-col p.para {
  margin: 0 0 10px;
  width: 90%;
  color: #FFF;
  padding-left: 10px;
  padding-top: 10px;
  margin-top: 2em;
  font-size: 1.1em;
}
.custom-footer h2.social-icons {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}
.custom-footer h2.social-icons a {
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  line-height: 1.1;
  font-size: 30px;
}

.custom-footer h2.social-icons a span {
  display: none;
}
.custom-footer .middle-col h3 {
  line-height: 1.1;
  padding-top: 20px;
  font-size: 1.875em;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 2em;
  white-space: nowrap;
}
.custom-footer .middle-col a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 10px;
  display: block;
}
.custom-footer .middle-col a.blog {
  display: none;
}
.custom-footer .right-col .services h3 {
  color: #FFF;
  line-height: 1.1;
  margin-top: 20px;
  font-size: 1.875em;
  font-weight: 300;
  margin-bottom: 2em;

}
.custom-footer .right-col .services {
  padding-left: 15px;
} 
.custom-footer .right-col .menu-grp {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  margin: 0;
}

.custom-footer .menu-title h4 {
  margin: 0 0 10px;
  color: #FFF;
  margin-top: 0;
  font-size: 1.1em;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.42857143;

} 
.custom-footer .menu-title h4 a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.custom-footer .ftr-menu ul {
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: disc;
  color: #fff;
  padding-top: 6px;    
  display: inherit;
}
.custom-footer .ftr-menu ul li {
  color: #FFF;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.custom-footer .ftr-menu ul li:last-child {
  padding-bottom: 2em;
}
.custom-footer .ftr-menu ul li a {
  color: #fff;
  text-decoration: none;
}  

.custom-footer.lp-footer .right-col {
  border-left: 0px solid #FFF;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  line-height: 20px;
  padding: 2em 3.2em 2em 3.2em;
  color: #F06B33;
  font-size: 1.1em;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #2D446B;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding: 0.8em 3.2em .8em 3.2em !important;
  line-height: 20px;
  color: #F06B33;
  font-size: 1.1em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0px;
  color: #F06B33;
  font-size: 1.1em;
  border: 1px solid #F06B33;
  border-radius: 2em;
  padding: 0.8em 1.8em 0.8em 1.8em;
  background-color: #FFF;
  outline: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover{
  color: #FFF;
  background-color: #F06B33;
  border: 1px solid #FFF;
} 


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  text-align: left;
  min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  line-height: 20px;
  padding: 0.5em 1em;
  color: #F06B33;
  font-size: 1.1em;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #2D446B;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  a.phone-btn {
    display:none;
  }
  .custom-footer .menu-title h4 a span {
    display: none;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 10px;
    margin: 12px 0px 12px 15px;
    float: left;
    cursor: pointer;
    display: inline-block;

  }
  .icon-bar.bg-orange {
    background-color: #F06B33 !important;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 28px;
  }
  .icon-bar.bg-orange+.icon-bar.bg-orange {
    margin-top: 4px;
  } 

  .mobile-trigger:hover, .mobile-trigger:focus{
    background-color: #ddd; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

  /* Toggle Button Icon */


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #F06B33;/* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover+.child-trigger i,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover+.child-trigger i:after {
    background-color: #2D446B;
  }  
  /* ===== Phone Button Style ===== */  

  a.phone-btn {
    font-weight: 500;
    line-height: 1.1;
    float: right;
    cursor: pointer;
    display: inline-block;
    margin: 12px 15px 12px 0px;
    color: #f06b33;
    font-size: 30px;
  }


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 7px 0 0px 0;
  }

  /* Hide menu on mobile */

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  } 


  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
    border-top: 1px solid transparent;
    border-color: #e7e7e7;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

    overflow: visible;
  }   


  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: .5em 1em;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .custom-logo {
    display: inline-block !important;
  }
  .custom-logo a {
    padding: 15px 15px 0 15px;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2,
.post-header h1 {
  margin: 0 0 10px;
  padding: 0;
}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {font-size: 1.406em; }
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 0px;
  margin: 0 0 0px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display: inline-block;
  padding-top: 10px;
}

/* Blog Topics List */
#hubspot-author_data {
  margin: 0 0 10px;
  padding: 0;
  font-style: italic;
}
#hubspot-topic_data {
  color: #888888;
  font-weight: bold;
  margin: 4px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.no-comments {
  border: 0 !important
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin-bottom: 25px;
  display: block;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
} 
.comment-date {
  display: block !important;
  text-align: left !important;
} 
li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin>span {
  float: left;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}

.hs-form-field > label {
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  color: #2d446b;
  font-size: 22px;
  line-height: 32px;
  display: inline-block;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: Roboto, sans-serif;
  color: #2d446b;
  border: none;
  outline: none;
  border-bottom: 1px solid #2D446B;
  font-size: 1.2em;
  font-style: normal;
  margin-top: 3px;
  line-height: 27.4286px;
  font-weight: 300;
  letter-spacing: normal;
  display: block;
  width: 100%;
  max-width: 700px;
  margin-bottom: 32px;
  display:block;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
form.hs-form ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
}
form.hs-form ul.hs-error-msgs.inputs-list label {
  color: red;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.1;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  line-height: 25PX;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18PX;
  border: 1px solid #FFF;
  border-radius: 2em;
  padding: .8em 1.6em .8em 1.6em;
  background-color: #2d446b;
  outline: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #2D446B;
  background-color: #FFF;
  border: 1px solid #2D446B;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 2em;
  padding: 0.8em 1.6em 0.8em 1.6em;
  background-color: #2D446B;
  outline: none ;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

input[type="search"] {
  -webkit-appearance: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}
.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
.subscribe-options label {
  margin: 0;
}
#hs-pwd-widget-password {
  margin-top: 10px !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }


@media(max-width: 520px) {
  .hs_recaptcha.hs-recaptcha.hs-form-field {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0;
    -webkit-transform-origin: 0;
  }

}


/*====================Home=========================*/
.hs-home-page .hs-row1-wrapper .hs-row1-content {
  text-align: center;
}
.hs-home-page .hs-row1-wrapper .hs-row1-content p {
  font-size: 1.406em;
  line-height: 35px;
}
.hs-home-page .hs-row1-wrapper .hs-row1-content h4 {
  margin-top: 2em;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 2.606em;
  line-height: 1.1;
}
.hs-home-page .hs-row1-wrapper .hs-row1-content hr {
  width: 4%;
  height: 2.5px;
  background: #2D446B;
  text-align: center;
  margin: 1em auto 2em auto;
}
.hs-home-page .container-fluid .row-fluid .hs-row1-wrapper .page-center {
  max-width: 83.33333333%;
}
.hs-home-page .hs-row1-wrapper {
  margin-bottom: 4em;
}

.hs-home-page .container-fluid .row-fluid .hs-testimonial-slider-wrap .page-center {
  width: 50%;
}
/************Tabber************/
.tabber-group {
  margin-bottom: 4em;
}
.tabber-group ul.tabber-heading {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabber-group ul.tabber-heading li {
  display: table-cell;
  width: 1%;
}
.tabber-group ul.tabber-heading li a {
  margin: 0px 5px 0px 5px;
  display: block;
}
.tabber-group ul.tabber-heading li.active a {
  color: #fff;
  background-color: #FFF;
  box-shadow: 0px -10px 0px #2D446B;
}
.tab-pane {
  box-shadow: 0px 10px 40px #e7e7e7;
}
.hs-tab-content-inner {
  padding: 2em 15px 0;
}
.hs-tab-content-inner-wrap {
  padding: 2em 0em;
  width: 100%;
}
.hs-tab-content-left-cols {
  width: 33.33333333%;
  margin-left: 8.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.tabber-group .hs-tab-cols {
  vertical-align: middle;
  display: table-cell;
  width: 8.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-tab-content-left-cols h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 1.875em;
  margin-top: 20px;
  margin-bottom: 10px;
}
.hs-tab-content-left-cols p {
  font-size: 1.406em;
  margin-top: 2em;
}
.hs-tab-content-left-cols a {
  color: #FFF;
  font-size: 1.1em;
  border: 1px solid #FFF;
  border-radius: 2em;
  padding: 0.8em 1.6em 0.8em 1.6em;
  background-color: #2D446B;
  outline: none !important;
  display: inline-block;
  margin-top: 2em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}
.hs-tab-content-left-cols a:hover {
  color: #2D446B;
  background-color: #FFF;
  border: 1px solid #2D446B;
  text-decoration: none;
}

.hs-tab-arrow .circa-border {
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0px 10px 20px #e7e7e7;
  text-align: center;
}
.hs-tab-arrow .circa-border h4 {
  font-size: 2.606em;
  width: 45px;
  height: 45px;
  margin: 0;
}
.tabber-group .hs-tab-arrow.hs-tab-cols {
  vertical-align: top;
}
.tabber-group .hs-tab-cols img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.tabber-group .hs-tab-cols p {
  font-size: 1.1em;
  color: #F06B33;
  text-align: center;
  min-height: 50px;
}
.tabber-group .hs-tab-cols img.hs_top_gap {
  margin-top: 2em;
}

/*------------------------------------- */
.hs-slider-top-content {
  text-align: center;
}
.hs-slider-top-content h4 {
  margin: 10px 0;
  line-height: 1.1;
}
.hs-slider-top-content p {
  line-height: 35px;
}
.hs-testimonial-slider .hs_cos_gallery_main {
  box-shadow: 0px 10px 40px #e7e7e7;
  padding: 0;
  margin: 33px 0 30px;
}

.hs-testimonial-slider .caption.below {
  padding: 5px;
}
.caption-wrapper {
  border: 1px solid #F06B33;
  padding: 1em;
  margin: 1em;
}
.caption-wrapper .caption-inner {
  padding: 0 15px;
}
.caption-wrapper .top-content {
  margin: 0 -15px;
}
.caption-wrapper .top-content:after {
  content: "";
  display: table;
  clear: both;
}
.top-content .top-left {
  width: 83.33333333%;
  float: left;
  padding: 0 15px;
}
.top-content .top-left h3 {
  margin: 20px 0 10px;
  line-height: 1.1;
}


.top-content .top-right {
  width: 16.66666667%;
  float: left;
  padding: 0 15px;
}
.top-right .circa-border {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0px 10px 20px #e7e7e7;
  height: 110.328px;
}
.circa-border img.hs-quote {
  display: block;
  vertical-align: middle;
  float: none;
  height: 100%;
  width: 100%;
  padding: 25% 20% 15% 20%;
}
.hs-caption-content p {
  padding-top: 1em;
  color: #F06B33;
  line-height: 35px;
}

.hs-testimonial-slider button.slick-arrow {
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  margin: 0;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0px 10px 20px #e7e7e7;
}
.hs-testimonial-slider button.slick-prev.slick-arrow {
  left: -100px;
}
.hs-testimonial-slider button.slick-next.slick-arrow {
  right: -100px;
}
.hs-testimonial-slider button.slick-arrow:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 40px;
  color: #F06B33;
}
.hs-testimonial-slider button.slick-prev.slick-arrow:before {
  content: "\f104";
}
.hs-testimonial-slider button.slick-next.slick-arrow:before {
  content: "\f105";
}


.hs-testimonial-slider ul.slick-dots {
  position: absolute;
  top: 102.5%;
}
.hs-testimonial-slider ul.slick-dots li {
  padding: 0;
  margin: 0;
}
.hs-testimonial-slider ul.slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: none;
}
.hs-testimonial-slider ul.slick-dots li button:before {
  text-align: center;
  color: #F06B33;
  content: '○';
  opacity: 1;
  font-size: 18px;
}
.hs-testimonial-slider ul.slick-dots li.slick-active button:before {
  content: '•';
  font-size: 10px;
  margin-top: 2.5px;
  opacity: 1;
}









/*========================Our Services========================*/
body.hs_our_services_page {}
.hs_our_services_page .custom-footer {
  margin-top: 0;
}
.hs_our_services_row {
  padding: 0 15px;
}
.hs_our_services_grp.hs_desktop {
  margin-right: -15px;
  margin-left: -15px;
}
.hs_our_services_wrap {
  width: 100%;
  height: calc(100vh - 4.73vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 850px;
}

.hs_our_services_wrap>div {
  height: 100%;
}
.hs_our_services_left.width43 {
  width: 43%;
}
.hs_our_services_inner {
  float: none;
  height: 100%;
  width: 100%;
}
.hs_our_services_left .hs_our_services_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs_our_servi_banner {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 100%;
  width: 78%;
}
.hs_our_servi_img_wrap {
  height: 64%;
  width: 100%;
}
.hs_our_servi_img {
  height: 100%;
  float: none;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.hs_our_servi_imgbg {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  vertical-align: middle;
  display: block;
  display: table-cell;
}
.strategy .hs_our_servi_imgbg {
  background-size: contain;
}
.hs_our_servi_b_cont {
  width: 100%;
  height: 28%;
  padding: 2% 15% 0%;
}
h4.hs_our_servi_b_title {
  color: #fff;
  margin: 10px 0;
  line-height: 1.1;
}
p.hs_our_servi_b_subtitle {
  margin-top: 1em;
  color: #fff;
}
@media(min-width: 160.1em) {
  p.hs_our_servi_b_subtitle {
    font-size: 1.406em;
  }
}
.hs_our_servi_pagination {
  height: 8%;
  width: 100%;
}
.hs_our_servi_pagi_inner {
  width: 100%;
  padding: 0 2em;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs_our_servi_pagination .hs_col_half p {
  font-size: 1.1em;
  margin: 10px 0;
  color: #FFF;
}
.hs_col_half.hs_our_servi_p_left i.fa {
  padding-right: 10px;
}
.hs_col_half.hs_our_servi_p_right {
  text-align: right;
}
.hs_col_half.hs_our_servi_p_right i.fa {
  margin-left: 10px;
}
/*------------------*/
.hs_our_servi_tab_list {
  height: 100%;
  width: 22%;
  vertical-align: top;
  padding: 14px 0 0;
}
.hs_our_servi_tab_list_items {
  display: table;
  table-layout: fixed;
  background-color: #FFF;
  border: 1px solid #F06B33;
  margin-left: -10%;
  float: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  width: 118px;
  height: 118px;
}
.triangle-sm {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.15em 0.4em 0;
  border-color: transparent #666 transparent transparent;
  margin-left: -10%;
  margin-bottom: 8px;
}
.hs_our_servi_tab_list_item {
  display: table-cell;
  vertical-align: middle;
}
.hs_our_servi_tab_list_item img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
p.hs_our_servi_tab_title {
  text-align: center;
  font-size: 1.1em;
  padding: 0px 10px;
  color: #F06B33;
  margin: 0;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  
}

.hs_our_servi_tab_list_items.active {
  width: 147px;
  height: 147px;
  margin-left: -15%;
}
.active p.hs_our_servi_tab_title {
  display: block;
}
.active+.triangle-sm {
  border-width: 0 1.7em 0.5em 0;
  margin-left: -15%;
}

/*--------------------------*/
.hs_our_services_right.width57 {
  width: 57%;
}
.hs_our_services_right .hs_our_services_inner {
  height: 92%;
  display: table;
  table-layout: fixed;
  width: 100%;
  float: none;
}
.hs_our_services_space11 {
  width: 11.11%;
  height: 100%;
  vertical-align: top;
  display: table-cell;
}
.hs_our_services_tab_items {
  width: 66.66%;
  height: 100%;
  vertical-align: top;
  display: table-cell;
}
.hs_our_services_tab_item {
  display: none;
}
h4.hs_our_services_tab_title {
  color: #F06B33;
  padding: 2em 0 1em;
  line-height: 1.1;
  margin: 10px 0;
}
.hs_our_services_tab_cont {
  line-height: 35px;
  padding-bottom: 1em;
}
p {
  font-size: 1.406em;
}
span.tc-orange {
  color: #F06B33;
}
span.tc-orange .bluebtn {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #FFF;
  font-size: 1.1em;
  border: 1px solid #FFF;
  border-radius: 2em;
  padding: 0.8em 1.6em 0.8em 1.6em;
  background-color: #2D446B;
  outline: none !important;
  margin: 0em 0em 0em 2em;
  -webkit-appearance: button;
  cursor: pointer;
  text-transform: none;
  font-weight: 300;
}
span.tc-orange .bluebtn:hover {
  color: #2D446B;
  background-color: #FFF;
  border: 1px solid #2D446B;
}


.hs_our_services_arrow_grp {
  width: 23.33%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.hs_our_services_arrow_inner {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.hs_our_services_arrows {
  vertical-align: middle;
  display: table-cell;
}
.hs_our_services_arrow {
  text-align: center;
  display: block;
  color: #F06B33;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0px 10px 20px #e7e7e7;
  width: 47px;
  margin: 45px auto;
}
.hs_our_services_arrow h4 {
  margin: 0;
}
h4 {
  font-size: 2.606em;
}
.hs_our_services_b_menu {
  width: 100%;
  height: 8%;
  float: none;
  display: table;
  table-layout: fixed;
}
.hs_our_services_b_menu .hs-menu-wrapper>ul {
  display: flex;
  width: 100%;
  font-size: 100%;
}
.hs_our_services_b_menu .hs-menu-wrapper>ul li {
  float: none !important;
  width: 100%;
}
.hs_our_services_b_menu .hs-menu-wrapper>ul li a {
  font-size: 1.1em;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2D446B;
  color: #2D446B;
  display: block;
}
.hs_our_services_b_menu .hs-menu-wrapper>ul li.active-branch a {
  color: #F06B33;
  border-color: #F06B33;
}
.hs_our_services_pop_grp.mobile {
  display: none;
}

/*======================About Us========================*/
body.hs_about_us_page {}
.hs_about_us_page .custom-footer {
  margin-top: 0;
}
.hs_aboutus_banner_grp {
  padding: 0 15px;
}
.hs_aboutus_banner {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 24.30vw;
  margin: 0 -15px;
}
.hs_aboutus_banner_wrap {
  height: 100%;
  width: 100%;
}
.hs_aboutus_banner_inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.hs_aboutus_banner_inner>div {
  display: flex;
  height: 100%;
  align-items: center;
}
.hs_aboutus_b_cont_wrap {
  width: 60%;
}
.hs_aboutus_banner_bg {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 40%;
}
.hs_aboutus_b_cont {
  padding-left: 2em;
  padding-bottom: 2.4em;
}
h1.hs_aboutus_title {
  color: #FFF;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin: 20px 0 10px;
  line-height: 1.1;
}
p.hs_aboutus_cont {
  padding-right: 10px;
  color: #fff;
}

.hs_about_us_row1 {
  margin-bottom: 1.35em;
}
.hs_about_us_page .body-container h4 {
  margin-top: 2em;
  line-height: 1.1;
  font-family: 'Roboto Slab', serif;
}
.hline {
  width: 4%;
  height: 2.6px;
  background: #2D446B;
  text-align: center;
  margin: 1em auto 2em;
}
.hs_about_us_page .body-container p {
  line-height: 35px;
}
.hs_our_team_grp {
  position: relative;
}
.hs_our_team_grp .hs_head_row {
  padding-bottom: 2em;
}
.hs_head_row h4.hs_heading {
  text-align: center;
}
.hs_our_team_items {
  height: auto;
  padding-bottom: 2em;
  padding-left: 50px;
  padding-right: 50px; 
}
.hs_our_team_item {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin-bottom: 20px; 
}
.linkedin-icon {
  bottom: 5px; 
  fill: #F06B33;
  position: absolute; 
  width: 30px; 
}
.hs_our_team_item .hs_inner_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.hs_our_team_item .hs_inner_wrap>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.hs_our_team_item .hs_inner_wrap .hs_img_wrap {
  height: 51.28%;
}
.hs_our_team_item .hs_img_wrap .hs_bg_img {
  width: 201.078px;
  height: 201.078px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  display: block;
  box-shadow: 0px 10px 20px #e7e7e7;
  border-radius: 50%;
  margin: -50% auto 0px;
  max-width: 100%; 
}
.hs_our_team_item .hs_inner_wrap .hs_cont_wrap {
  z-index: 1;
  box-shadow: 0px 10px 20px #e7e7e7;
  position: relative;
  height: 100%;
}
.hs_our_team_items button.slick-prev.slick-arrow {
  left: 0;
}
.hs_our_team_items button.slick-next.slick-arrow {
  right: 0;
}
.hs_our_team_items button.slick-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #F06B33;
}
.hs_our_team_items button.slick-arrow {
  top: 50%;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0px 10px 20px #e7e7e7;
  transform: none;
}
.hs_our_team_items button.slick-prev.slick-arrow:before {
  content: "\f104";
}
.hs_our_team_items button.slick-next.slick-arrow:before {
  content: "\f105";
}

@media(min-width: 1840px) {
  .hs_our_team_item .hs_inner_wrap .hs_cont_wrap {
    top: -50px;
  }
  .hs_our_team_items {
    padding-bottom: 0;
  }
}
.hs_our_team_item .hs_cont_wrap_inner {
  width: 100%;
  border-bottom: 10px solid #F06B33;
  padding-left: 5%;
  padding-right: 5%;
  position: relative; 
  margin-top: 51%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  padding-top: 120px; 
  height: 380px;
}
.hs_our_team_item h3.hs_title {
  font-size: 1.7em;
  line-height: 1.1;
  margin: 20px 0 10px;
}
.hs_our_team_item p.hs_content {
  padding-bottom: 1.05em;
  margin: 0;
}

.hs_our_sol_partner_grp {
  position: relative;
  padding: 2em 0 0;
}
.hs_our_sol_partner_grp .hs_head_row {
  padding: 0 0 2em; 
}
.hs_our_sol_partner_inner {
  text-align: center;
}
.hs_our_sol_partner_inner p.hs_title {
  color: #F06B33;
  padding-bottom: 2em;
  margin: 0;
}
/*--------------------------*/
.hs_our_philosophy_grp {
  position: relative;
}
.hs_our_philosophy_grp .hs_head_row {
  padding-bottom: 2em;
}
.hs_our_philosophy_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.8em;
}
.hs_our_philosophy_wrap_inner>div {
  width: 33.33%;
}
.hs_our_philosophy_img_grp {
  height: 24.99vw;
  width: 24.99vw;
  position: relative;
  margin: 0 auto;
}
.hs_our_philosophy_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.hs_our_philosophy_img img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}
.hs_our_philosophy_img.item2 {
  width: 76.8%;
  height: 76.8%;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hs_our_philosophy_img.item3 {
  width: 45%;
  height: 45%;
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hs_our_philosophy_items {
  height: 100%;
}
.hs_our_philosophy_item.left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}
.hs_content_wrap.toplft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 3.6em;
}
.hs_our_philosophy_item.left .hs_inner_wrap {
  width: 92%;
}
.hs_our_philosophy_item.left .hs_inner_wrap p {
  padding-left: 2em;
}
.hs_space {
  width: 4%;
}

.hs_our_philosophy_items_grp.hs_right_col .hs_our_philosophy_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs_our_philosophy_item.right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs_our_philosophy_item.right .hs_inner_wrap {
  width: 92%;
  /*   padding-left: 3.2em; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs_our_philosophy_item.right .hs_inner_wrap .hs_bg_head {
  width: 100%;
  max-width: 26px;
}
.hs_our_philosophy_item.right .hs_inner_wrap p {
  padding-left: 1.1em;
}

.hs_our_philosophy_item.right+.right {
  padding-top: 15px;
}
.hs_bg_head {
  background-image: url(https://cdn2.hubspot.net/hubfs/5108117/Pattern_Group_July2019/Images/ic_head.png);
  background-repeat: no-repeat;
  background-position: 0px 4%;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-top: 6px;
}
.hs_bullet_grp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.hs_bullet_wrap {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs_bullet_wrap .hs_bg_head_space {
  width: 22.71%;
}
.hs_bullet_wrap .hs_bg_head {
  width: 5.29%;
  height: 100%;
  margin-top: 0;
}
.hs_bullet_wrap .hs_bg_head.bullet1 {
  background-position: 0px 40%;
  width: 5.39%;
}
.hs_bg_head.bullet1+.hs_bg_head_space {
  width: 19.71%;
}
.hs_bullet_wrap .hs_bg_head.bullet2 {
  background-position: 0 65%;
}
.hs_bullet_wrap .hs_bg_head.bullet3 {
  background-position: 0px 7%;
  width: 5.19%;
}

.hs_bullet_line_grp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.hs_bullet_line_wrap {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
}
.hs_bullet_lines {
  display: table-cell;
  vertical-align: middle;
}
.hs_bullet_line {
  width: 0%;
  height: 1px;
  background: #2D446B;
  margin-top: -36%;
  margin-left: 15%;
}
.hs_bullet_lines:first-child .hs_bullet_line {
  margin-left: -79%;
  width: 177%;
}
.hs_bullet_line_space {
  display: table-cell;
}
.hs_bullet_lines:nth-last-child(2) .hs_bullet_line {
  width: 270%;
  margin-top: -106%;
}
.hs_bullet_lines:nth-last-child(2) .hs_bullet_line:last-child {
  width: 283%;
  margin-top: 216%;
  margin-left: 0;
}



@media(min-width: 768px) {
  .hs_our_team_item {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hs_our_services_arrow {
    width: 45px !important;
    height: 45px !important;
  }
  .hs_our_services_arrow h4 {
    margin: 0;
    width: 43px;
    height: 41px;
  }
  .hs_our_services_arrow h4 i.fa {
    line-height: 41px;
  }

}

/*==================Contact Us==================*/
body.hs_contactus_page {}

.hs_contactus_page .custom-banner {
  height: 15.6vw;
}
.hs_contactus_page .custom-banner .banner-text {
  margin-top: 4vw;
  padding-top: 0;
}
.hs_contactus_page .banner-image {
  padding-top: 0;
  margin-top: 3.35vw;
}
.hs_contactus_page .banner-image .banner-image-inner {
  height: 12.23vw;
}
.hs_contactus_page .custom-banner h1 {
  margin: 20px 0 10px;
  padding: 0 20px 0 0;
}


.hs_contact_sec_head {
  text-align: center;
  position: relative;
  margin-bottom: 1.4em;
}
.hs_contact_sec_head h4{
  margin-top: 2em;
  line-height: 1.1;
}
.hs_contact_sec_head .hline {
  width: 5.1%;
  height: 2.5px;
}
.hs_contact_sec_head p.secondary-header {
  line-height: 35px;
}

.hs_contactus_row1 {
  position: relative;
  margin-bottom: 2em;
  box-shadow: 0px 10px 20px #e7e7e7;
  padding: 0 1em;
}
.hs_contactus_row1>div {
  margin-right: -15px;
  margin-left: -15px;
  padding: 2em;
}

.hs_contactus_row1 .span8.hs_contactus_row1_left {
  width: 66.66666667%;
  padding: 0 15px;
  float: left;
  margin: 0;
}
.hs_contactus_row1 .span8.hs_contactus_row1_left>div {
  margin: 0 -15px;
}
.hs_contactus_row1 .span6.hs_col_4 {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}

.hs_contactus_row1 .span4.hs_col_4 {
  padding: 0 15px;
  width: 33.33333333%;
  float: left;
  margin: 0;
}
.hs_contactus_row1 h5 {
  margin: 10px 0;
  font-size: 14px;
}
.hs_contactus_row1 p {
  margin: 10px 0;
}
.hs_contactus_row1 p:first-of-type {
  margin-top: 2em;
}
.hs_contactus_row1 a i.fa {
  color: #F06B33;
  margin-right: 10px;
}
.hs_contactus_row1 a:last-child p:first-of-type {
  margin-top: 10px;
}
.hs_contactus_row1 img {
  width: 40%;
  display: block;
  margin: 5px auto 0;
  vertical-align: middle;
}


.hs_contactus_row2 {
  position: relative;
  margin: 2em 0 0;
}
.hs_contactus_row2 .row-fluid .page-center {
  max-width: 83.33333333%;
}
.hs_contactus_row2 .span6 {
  width: 41.66666667%;
  margin-left: 8.33333333% !important;
  padding: 0 15px;
}
.hs_contact_form h3.form-title {
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.1;
}
.hs_contact_form form .hs-form-field {
  padding: 0;
  margin: 0 -15px;
  margin-top: 2em;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs_contact_form form .field>* {
  display: inline-block;
  padding: 0 15px;
}
.hs_contact_form form .field>label {
  font-size: 1.406em;
  line-height: 1.42857143;
}
.hs_contact_form form .field span.hs-form-required {
  display: none;
}
.hs_contact_form form .field>.input {
  padding-left: 0;
}
.hs_contact_form form .field>.input>* {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.hs_contact_form form .field>.input>* {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 1.2em;
  margin-top: 3px;
  color: rgb(45, 68, 107);
}

.hs_contact_form form .field>.input>*::-webkit-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
.hs_contact_form form .field>.input>*::-moz-placeholder {
  opacity: 0.5;
  font-style: italic;
}
.hs_contact_form form .field>.input>*:-ms-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
.hs_contact_form form input.hs-button.primary.large {
  margin: 2em 0 0;
}

.blog .custom-banner {
  height: 24.30vw;
}

.blog .custom-banner .banner-text {
  text-align: left;
  padding-left: 2em;
  padding-top: 8.57vw;
  margin-top: 0;
}

.blog .custom-banner .banner-text h1 {
  padding: 0 10px 10px 0;
}


















/*=====Media 2529=====*/
@media (max-width: 160em) {
  .hs_our_services_grp.hs_desktop {
    display: block;
  }
  h1 {
    font-size: 3.78em;
  }
}

@media(max-width:100em) {
  .hs_our_team_item .hs_img_wrap .hs_bg_img {
    width: 170px;
    height: 170px;
  }
  h1 {
    font-size: 3.16em;
  }
  h3 {
    font-size: 1.562em;
  }
  #hubspot-author_data,
  p {
    font-size: 1.171em;
  }
  h4 {
    font-size: 2.171em;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li a,
  .hs_our_servi_pagination .hs_col_half p,
  p.hs_our_servi_tab_title {
    font-size: 0.911em;
  }
  .triangle-sm {
    border-width: 0 0.95em 0.4em 0;
  }
  .triangle {
    border-width: 0 1.45em 0.5em 0;
  }
  .hs-caption-content p,
  .hs_contact_sec_head p.secondary-header,
  .hs_about_us_page .body-container p,
  .hs_our_services_tab_cont {
    line-height: 32px; 
  }
  .hline {
    margin: 1em auto 1.8em auto;
  }
  .hs_our_team_item h3.hs_title {
    font-size: 1.421em;
  }
  .hs_our_team_item .hs_cont_wrap_inner {
    border-bottom: 8.33px solid #F06B33;
  }
  .hs_contactus_page .custom-banner .banner-text { 
    margin-top: 3.7vw;
  }
  .hs_contactus_row1 img {
    width: 35%;
  }
  .hs_contact_form form .field>label {
    font-size: 1.171em;
  }
}


@media(max-width: 91em) {
  h1 {
    font-size: 2.84em
  }
  h3 {
    font-size: 1.406em;
  }
  #hubspot-author_data,
  p {
    font-size: 1.05em;
  }
  h4 {
    font-size: 1.954em;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li a,
  .hs_our_servi_pagination .hs_col_half p,
  p.hs_our_servi_tab_title {
    font-size: 0.82em;
  }
  .triangle-sm {
    border-width: 0 0.9em 0.4em 0;
  }
  .triangle {
    border-width: 0 1.3em 0.5em 0;
  }
  .hs_our_team_item h3.hs_title {
    font-size: 1.25em;
  }
  .hs_our_team_item .hs_cont_wrap_inner {
    border-bottom: 7.5px solid #F06B33;
  }
  .hs_contact_form form .field>label {
    font-size: 1.05em;
  }
  .hs_our_team_item .hs_cont_wrap_inner {
    height: 280px; 
  }
  
}

@media(max-width:85.375em) {
  h1 {
    font-size: 2.694em;
  }
  h3 {
    font-size: 1.33em;
  }
  #hubspot-author_data,
  p {
    font-size: 1em;
  }
  h4 {
    font-size: 1.854em;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li a,
  .hs_our_servi_pagination .hs_col_half p,
  p.hs_our_servi_tab_title {
    font-size: 0.778em;
  }
  .triangle-sm {
    border-width: 0 0.87em 0.4em 0;
  }
  .triangle {
    border-width: 0 1.2em 0.5em 0;
  }
  .hs-caption-content p,
  .hs_contact_sec_head p.secondary-header,
  .hs_about_us_page .body-container p,
  .hs_our_services_tab_cont {
    line-height: 23.5px; 
  }
  .hline {
    margin: 1em auto 1.6em auto;
  }
  .hs_our_team_item h3.hs_title {
    font-size: 1.179em;
  }
  .hs_our_team_item .hs_cont_wrap_inner {
    border-bottom: 7.11px solid #F06B33;
  }
  .hs_contactus_page .custom-banner .banner-text { 
    margin-top: 3.4vw;
  }
  .hs_contact_form form .field>label {
    font-size: 1em;
  }
}

@media(max-width:80em) {
  h1 {
    font-size: 2.525em;
  }
  h3 {
    font-size: 1.25em;
  }
  #hubspot-author_data,
  p {
    font-size: 0.93em;
  }
  h4 {
    font-size: 1.7375em;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li a,
  .hs_our_servi_pagination .hs_col_half p,
  p.hs_our_servi_tab_title {
    font-size: 0.729em;
  }  
  .triangle-sm {
    border-width: 0 0.81em 0.4em 0;
  }
  .triangle {
    border-width: 0 1.15em 0.5em 0;
  }
  .hs-caption-content p,
  .hs_contact_sec_head p.secondary-header,
  .hs_about_us_page .body-container p,
  .hs_our_services_tab_cont {
    line-height: 28px; 
  }
  .hline {
    margin: 1em auto 1.4em auto;
  }
  .hs_our_team_item h3.hs_title {
    font-size: 1.09em;
  }
  .hs_our_team_item .hs_cont_wrap_inner {
    border-bottom: 6.67px solid #F06B33;
  }
  .hs_contact_form form .field>label {
    font-size: 0.93em;
  }
  .hs_our_team_item .hs_cont_wrap_inner {
     height: 280px;
  }
}

@media(max-width:75em) {
  h1 {
    font-size: 2.02em;
  }
  h3 {
    font-size: 1em;
  }
  #hubspot-author_data,
  p {
    font-size: 0.75em;
  }
  h4 {
    font-size: 1.39em;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li a,
  .hs_our_servi_pagination .hs_col_half p,
  p.hs_our_servi_tab_title {
    font-size: 0.583em;
  }
  .triangle-sm {
    border-width: 0 0.6em 0.4em 0;
  }
  .triangle {
    border-width: 0 0.9em 0.4em 0;
  }
  .hs-caption-content p,
  .hs_contact_sec_head p.secondary-header,
  .hs_about_us_page .body-container p,
  .hs_our_services_tab_cont {
    line-height: 26px; 
  }
  .hs_about_us_page .body-container h4 {
    margin-top: 1em;
  }
  .hline {
    margin: 0.5em auto 0.5em auto;
  }
  .hs_our_team_item h3.hs_title {
    font-size: 0.825em;
  }
  .hs_our_team_item .hs_cont_wrap_inner {
    border-bottom: 5.33px solid #F06B33;
  }
  .hs_contactus_page .custom-banner .banner-text { 
    margin-top: 2.7vw;
  }
  .hs_contact_sec_head h4 {
    margin-top: 1em;
  }
  .hs_contactus_row1 p:first-of-type {
    margin-top: 1em;
  }
  .hs_contactus_row1 img {
    width: 50%;
    margin: 0 auto;
  }
  .hs_contact_form form .field>label {
    font-size: 0.75em;
  }

}

@media(max-width:47.95em) {
  .mobilei {
    display: block !important;
  }
  .desktopi {
    display: none !important;
  }
  .hs_our_services_grp.hs_desktop {
    display: none;
  }
  h1 {
    font-size: 1.609em;
  }
  h3 {
    font-size: 1.2em;
  }
  #hubspot-author_data,
  p {
    font-size: 1.04em;
  }
  h4 {
    font-size: 1.609em;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li a,
  .hs_our_servi_pagination .hs_col_half p,
  p.hs_our_servi_tab_title {
    font-size: 0.8em;
  }
  .hs-caption-content p,
  .hs_contact_sec_head p.secondary-header,
  .hs_about_us_page .body-container p,
  .hs_our_services_tab_cont {
    line-height: 24px; 
  }
  .hline {
    width: 12%;
    margin: 1em auto 1.2em auto;
  }
  .hs_our_team_item h3.hs_title {
    font-size: 1.2em;
  }
  .hs_contact_form form .field>label {
    font-size: 1.04em;
  }
  .blog .custom-banner {
    height: 101.06vw;
  }

}

@media(max-width:23em) {
  h1 {
    font-size: 1.328em;
  }
  #hubspot-author_data,
  p {
    font-size: 0.89em;
  }
  h4 {
    font-size: 1.493em;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li a,
  .hs_our_servi_pagination .hs_col_half p,
  p.hs_our_servi_tab_title {
    font-size: 0.7em;
  }
  .hline {
    margin: 1em auto 1em auto;
  }
  .hs_our_team_item h3.hs_title {
    font-size: 1.19em;
  }
  .hs_contact_form form .field>label {
    font-size: 0.89em;
  }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-logo img {
    height: 100% !important;
  }
  .tabber-group ul.tabber-heading li {
    display: inline-block;
    width: 20%;
    margin-right: -5px;
  }
  .custom-footer {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(53,92,154,1) 2%, rgba(55,97,166,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(53,92,154,1) 2%, rgba(55,97,166,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(53,92,154,1) 2%, rgba(55,97,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#3761a6",GradientType=1);
  }


}




/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

.clearfix {
  display: block; 
  clear: both; 
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1500px) and (min-width: 1281px) {
  .hs-tab-arrow .circa-border h4 i {
    text-align: center;
    line-height: 45px;
  }
}

@media(max-width: 1199px) {
  /*   .hs_our_services_wrap {
  height: 885px;
} */
}

@media (max-width: 100em) {
  .custom-logo img,
  .lp-header .custom-logo img{
    height: 2.7vw;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 0.911em;
    padding: 1.67em 3.2em 1.67em 3.2em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 0.911em;
    padding: 1.67em 3.2em 1.67em 3.2em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    font-size: 0.911em;
    padding: 0.85em 3.2em .85em 3.2em !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    font-size: 0.911em;
  }

  .custom-footer .left-col p.para {
    font-size: 0.911em;
  }
  .custom-footer .middle-col h3 {
    font-size: 1.562em;
  }
  .custom-footer .middle-col a {
    font-size: 0.911em;
  }
  .custom-footer .right-col .services h3 {
    font-size: 1.562em;
  }
  .custom-footer .menu-title h4 {
    font-size: .911em;
    margin-bottom: 10px;
  }
  .custom-footer .ftr-menu ul li {
    font-size: 12.5px;
  }
  .custom-footer h2.social-icons {
    margin-top: 19px;
    margin-bottom: 11px;
  }

  .custom-banner h1 {
    font-size: 3.16em;
  }
  .custom-banner h2 {
    font-size: 1.171em;
  } 
  .content-wrapper {
    line-height: 32px;
    font-size: 1.171em;
  }

  .hs-button.primary, input[type="submit"], input[type="button"] {
    font-size: 15px;
    line-height: 21px;
  }
  h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .custom-banner h3 {
    font-size: 1.562em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p {
    line-height: 32px;
    margin: 1.8em 0em !important;
    font-size: 1.171em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content h4 {
    font-size: 2.171em;
    line-height: 1.1;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content hr {
    margin: 1em auto 1.8em auto;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p:last-child {
    margin: 0 0 10px !important;
  }
  .hs-home-page .hs-row1-wrapper {
    margin-bottom: 3.8em;
  }
  .tabber-group ul.tabber-heading li.active a {
    box-shadow: 0px -9px 0px #2D446B;
  }
  .hs-tab-content-left-cols h3 {
    font-size: 1.562em;
  }
  .hs-tab-content-left-cols p {
    font-size: 1.171em;
  }
  .tabber-group .hs-tab-cols p {
    font-size: 0.911em;
  }
  .tabber-group .hs-tab-arrow.hs-tab-cols .circa-border {
    width: 40px !important;
    margin-top: 41.5px !important;
    margin-bottom: 83px !important;
  }
  .hs-tab-arrow .circa-border h4 {
    font-size: 2.171em;
    line-height: 1.1;
    margin: 0;
  }
  .hs-tab-content-left-cols a {
    font-size: 0.911em;
  }




}

@media (max-width: 91em) {
  .hs_our_team_item .hs_cont_wrap_inner {
    padding-top: 85px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 0.820em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 0.820em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    font-size: 0.82em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    font-size: 0.820em;
    padding: 1em 3.2em 1em 3.2em !important;
  }
  .custom-footer .middle-col h3 {
    font-size: 1.406em;
  }
  .custom-footer .left-col p.para {
    font-size: 0.82em;
  }
  .custom-footer .right-col .services h3 {
    font-size: 1.406em;
  }
  .custom-footer .middle-col a {
    font-size: 0.82em;
  }
  .custom-footer .menu-title h4 {
    font-size: .82em;
    margin-bottom: 10px;
  } 
  .custom-footer .ftr-menu ul li {
    font-size: 11.25px;
  }

  .custom-banner h1 {
    font-size: 2.84em;
  }
  .custom-banner h2 {
    font-size: 1.05em;
  }
  .custom-banner h3 {
    font-size: 1.406em;
  }
  .content-wrapper{
    font-size: 1.05em;
  }
  .hs-tab-content-left-cols a {
    font-size: 0.82em;
  }
  .hs-tab-content-left-cols p {
    font-size: 1.05em;
  }
  .hs-tab-content-left-cols h3 {
    font-size: 1.406em;
  }
  .tabber-group .hs-tab-cols p {
    font-size: 0.82em;
  }
  .hs-tab-arrow .circa-border h4 {
    font-size: 1.954em;
  }

  .hs-home-page .hs-row1-wrapper .hs-row1-content h4 {
    font-size: 1.7375em;
  }
  .top-right .circa-border {
    height: 50px;
    width: 50px;
  }

}

@media (max-width: 85.375em) {

  h2 {
    font-size: 30px;
    line-height: 33px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 0.778em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 0.778em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    font-size: 0.778em;
    padding: 1em 1.8em 1em 1.8em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    font-size: 0.778em;
  }

  .custom-footer .left-col p.para {
    font-size: 0.778em;
  }
  .custom-footer .middle-col h3 {
    font-size: 1.33em;
  }
  .custom-footer .right-col .services h3 {
    font-size: 1.33em;
  }
  .custom-footer .middle-col a {
    font-size: 0.778em;
  } 
  .custom-footer .menu-title h4 {
    font-size: .778em;
    margin-bottom: 10px;
  }
  .custom-footer .ftr-menu ul li {
    font-size: 10.671px;
  } 

  .custom-banner h1 {
    font-size: 2.694em;
  }
  .custom-banner h2 {
    font-size: 1em;
  }
  .custom-banner h3 {
    font-size: 1.33em;
  }
  .content-wrapper {
    line-height: 23.5px;
    font-size: 1em;
  }

  .hs-button.primary, input[type="submit"], input[type="button"] {
    font-size: 12px;
    line-height: 18px;
  }
  .hs-tab-content-left-cols a {
    font-size: 0.778em;
  }
  .hs-tab-content-left-cols p {
    font-size: 1em;
  }
  .hs-tab-content-left-cols h3 {
    font-size: 1.33em;
  }
  .tabber-group .hs-tab-cols p {
    font-size: 0.778em;
  }
  .hs-tab-arrow .circa-border h4 {
    font-size: 1.854em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p {
    line-height: 23.5px;
    margin: 1.6em 0em !important;
    font-size: 1em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content h4 {
    font-size: 1.854em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content hr {
    margin: 1em auto 1.6em auto;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p:last-child {
    margin: 0 0 10px !important;
  }
  .hs-home-page .hs-row1-wrapper {
    margin-bottom: 3.4em;
  }
  .tabber-group ul.tabber-heading li.active a {
    box-shadow: 0px -7px 0px #2D446B;
  }



}

@media (max-width: 80em) {
  .hs_our_team_item .hs_cont_wrap_inner {
    padding-top: 85px; 
  }
  .custom-logo img,
  .lp-header .custom-logo img{
    height: 2.5vw;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 0.729em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 0.729em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    font-size: 0.729em;
    padding: 1.2em 1.8em 1.2em 1.8em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    font-size: 0.729em;
  }

  .custom-footer .left-col p.para {
    font-size: 0.729em;
  }
  .custom-footer .middle-col h3,
  .custom-footer .right-col .services h3{
    font-size: 1.25em;
  }
  .custom-footer .middle-col a {
    font-size: 0.729em;
  }
  .custom-footer .menu-title h4 {
    font-size: .729em;
    margin-top: 2px;
  }
  .custom-footer .ftr-menu ul li {
    font-size: 10px;
  } 
  .custom-footer .right-col .services h3 {
    margin-bottom: 38px;
  }

  .custom-banner h1 {
    font-size: 2.525em;
  }
  .custom-banner h2 {
    font-size: 0.93em;
  }
  .custom-banner h3 {
    font-size: 1.25em;
  }
  .content-wrapper {
    line-height: 28px;
    font-size: 0.93em;
  }
  .hs-tab-content-left-cols a {
    font-size: 0.729em;
  }
  .hs-tab-content-left-cols p {
    font-size: 0.93em;
  }
  .hs-tab-content-left-cols h3 {
    font-size: 1.25em;
  }
  .tabber-group .hs-tab-cols p {
    font-size: 0.729em;
  }
  .hs-tab-arrow .circa-border h4 {
    font-size: 1.7375em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p {
    line-height: 28px;
    margin: 1.4em 0em !important;
    font-size: 0.93em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content h4 {
    font-size: 1.7375em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content hr {
    margin: 1em auto 1.4em auto;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p:last-child {
    margin: 0 0 10px !important;
  }
  .hs-home-page .hs-row1-wrapper {
    margin-bottom: 3.4em;
  }
  .tabber-group ul.tabber-heading li.active a {
    box-shadow: 0px -6px 0px #2D446B;
  }
  .top-right .circa-border {
    height: 25px;
    width: 25px;
  }
  .hs-tab-arrow .circa-border h4 i.fa {
    line-height: 1.6;
    margin-left: -8px;
  }

} 

@media(max-width: 1020px) {
  .hs_our_team_items {
    height: 100%;
    width: 100%;
    float: left;
  }
  .hs_our_team_item .hs_inner_wrap .hs_cont_wrap {
    height: 100%;
    margin-bottom: 30px;
  }
  .hs_our_team_item .hs_img_wrap .hs_bg_img {
    width: 170px;
    height: 170px;
  }


}

@media(max-width: 985px) and (min-width: 768px) {
  .hs-tab-content-left-cols {
    width: 100%;
    margin: 0;
  }
  .tabber-group .hs-tab-arrow.hs-tab-cols .circa-border {
    margin: 0 auto;
  }




}


@media (max-width: 75em) {

  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .custom-logo img,
  .lp-header .custom-logo img{
    height: 3vw;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 0.583em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    font-size: 0.75em;
    padding: 1em 2em 1em 2em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    font-size: 0.583em;
    padding: 1.45em 3.2em 1.45em 3.2em !important;
  }

  .custom-footer .left-col p.para {
    font-size: 0.583em;
    margin-top: 1em;
  }
  .custom-footer .middle-col h3, 
  .custom-footer .right-col .services h3 {
    font-size: 1em;
  }
  .custom-footer .middle-col a {
    font-size: 0.583em;
  } 
  .custom-footer .menu-title h4 {
    font-size: .583em;
    margin-bottom: 10px;
  }
  .custom-footer .ftr-menu ul li {
    font-size: 9.33px;
  }
  .custom-footer>div {
    margin-top: 1em;
  }
  .custom-footer .right-col .services h3 {
    margin-bottom: 30px;
  }

  .custom-banner h1 {
    font-size: 2.02em;
  }  
  .custom-banner h2 {
    font-size: 0.75em;
  }  
  .content-wrapper{
    line-height: 26px;
    font-size: 0.75em;
  }
  .hs-button.primary, input[type="submit"], input[type="button"] {
    font-size: 12px;
    line-height: 17px;
    padding: 0.6em 1.4em 0.6em 1.4em;
  } 
  .hs_contact_form form .hs-form-field {
    margin-top: 1em;
  }
  .custom-banner .banner-text {
    margin-top: 6.25vw;
    padding-top: 0;
  }
  .custom-banner h3 {
    font-size: 1em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p {
    line-height: 26px;
    margin: 1.4em 0em !important;
    font-size: 0.75em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content h4 {
    margin-top: 1em;
    font-size: 1.39em;
    line-height: 1.1;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content hr {
    margin: 0.5em auto 0.5em auto;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p:last-child {
    margin: 0 0 10px !important;
  }
  .hs-home-page .hs-row1-wrapper {
    margin-bottom: 3.4em;
  }
  .tabber-group ul.tabber-heading li.active a {
    box-shadow: 0px -5px 0px #2D446B;
  }



}  

@media (max-width: 47.95em) {

  .content-wrapper {
    line-height: 24px;
    font-size: 1.04em;
  }

  .custom-header>div {
    padding-right: 0;
    padding-left: 0;
  }

  .custom-logo img,
  .lp-header .custom-logo img{
    height: 8vw;
  }
  .custom-footer .ftr-col {
    width: 100%;
  }
  .custom-footer .left-col img.ftr-logo {
    padding: 0;
  }
  .custom-footer .left-col p.para {
    font-size: 0.8em;
    padding-left: 0;
  } 
  .custom-footer > div {
    margin-bottom: 0;
    margin-top: 0;
  }
  .custom-footer .left-col {
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .custom-footer h2.social-icons a:first-child {
    padding-left: 0px;
  }
  .custom-footer .middle-col h3 {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 15px;
  }
  .custom-footer .middle-col a.blog {
    display: block;
  } 
  .custom-footer .middle-col > div {
    margin-right: -15px;
    margin-left: -15px;
  }
  .custom-footer .middle-col a {
    width: 25%;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    font-size: 0.8em;
    margin-bottom: 10px;
    margin-top: 10px;
  } 
  .custom-footer .middle-col a.about,
  .custom-footer .middle-col a.contact{
    padding-left: 0;
  }
  .custom-footer .right-col .services {
    padding: 0;
  }
  .custom-footer .right-col .services h3 {
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0;
  }
  .custom-footer .right-col .services {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .custom-footer .right-col .menu-grp {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }  
  .custom-footer {
    padding-bottom: 10px;
  }
  .custom-footer .menu-title h4 {
    margin: 0;
    padding-top: 2.5px;
    font-size: 1.04em;
    cursor: pointer;
  }
  .custom-footer .menu-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFF;
  } 
  .custom-footer .ftr-menu {}
  .custom-footer .ftr-menu .hs-menu-wrapper {
    padding-top: 10px;
  }
  .custom-footer .right-col {
    padding-bottom: 0;
    border: 0; 
  }
  .custom-footer .ftr-menu ul li {
    font-size: 13px;
    padding: 0;
    display: list-item !important;
  }
  .custom-footer .ftr-menu ul {
    padding-top: 0;
    margin: 0;
  }
  .custom-footer .ftr-menu ul li:last-child {
    padding: 0;
  }
  .custom-footer .ftr-menu ul li a {
    padding: 5px;
  }
  .custom-footer .menu-title h4 a {
    pointer-events: none;
    display: block;
  }  
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-bottom: 7.5px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    line-height: 20px;
    padding: 1em;
    color: #F06B33;
    font-size: 1em;
    font-weight: 300;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    line-height: 20px;
    padding: 1em;
    color: #F06B33;
    font-size: 1em;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding: 0 !important;
    font-size: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    display: inline-block;
    margin: 1em 1em 2em 10px;
    font-size: 1em;
    z-index: 99999;
  } 

  .custom-footer .ftr-menu > div {
    display: none;
    padding: 0 15px;
  }

  .custom-banner h1 {
    font-size: 1.545em;
  }
  .custom-banner h2 {
    font-size: 1.04em;
    line-height: 20px;
  }

  .custom-banner {
    height: 101.06vw;
  }
  .custom-banner .banner-text {
    padding-top: 20px;
    padding-left: 15px;
  }
  .banner-text-grp {
    width: 100%;
  }

  .custom-footer .menu-title h4 a span {
    float: right;
  }


  .custom-footer .menu-title h4 a.ftr-btn.ftr-opn span.pls-opn {
    display: block;
  }
  .custom-footer .menu-title h4 a.ftr-btn.ftr-opn span.pls {
    display: none;
  } 
  span.pls-opn {
    display: none;
  }
  .ftr-opn span.pls-opn {
    display:block;
  }
  .ftr-opn span.pls {
    display:none;
  }
  .hs-button.primary, input[type="submit"], input[type="button"] {
    font-size: 16px;
    line-height: 23px;
  }
  .blog .custom-banner .banner-text {
    padding-top: 20px;
    padding-left: 15px;
  }
  .blog .custom-banner .banner-text h1 {
    padding: 0 0 10px;
    margin: 0;
  }


}   

@media (max-width: 23em) {

  .custom-footer .left-col p.para {
    font-size: 0.7em;
  }
  .custom-footer .menu-title h4 {
    font-size: 0.89em;
  }
  .custom-footer .middle-col a {
    font-size: 0.7em;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 0.9em;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 0.9em;
  } 
  .custom-logo img,
  .lp-header .custom-logo img{
    height: 9vw;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    font-size: 0.9em;
  }
  .custom-banner h1 {
    font-size: 1.298em;
  }

  .custom-banner h2 {
    font-size: 0.89em;
  }

}
@media (max-width: 940px) and (min-width: 768px) {
  .hs_our_servi_tab_list_items.active {
    width: 120px !important;
    height: 120px !important;
  }
  .active+.triangle-sm {
    border-width: 0 0.6em 0.4em 0;
    margin-left: -12%;
  }

}

@media (max-width: 920px) and (min-width: 48.1em) {
  .hs_our_servi_tab_list_items.active {
    width: 125px;
    height: 125px;
    margin-left: -20%;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li {
    padding: 0 5px;
  }
  .hs_our_services_b_menu .hs-menu-wrapper>ul li a {
    margin: 0;
  }

}

@media (max-width: 920px) and (min-width: 768px) {
  .custom-footer .middle-col {
    padding-right: 0;
    padding-left: 0;
  }
  .hs_contactus_row2 .span6 {
    width: calc(100% - 8.3333%);
  }

  .hs_contactus_row1 .span6.hs_col_4.hs_cont_mid {
    padding-right: 0;
  }
  .hs_contactus_row1 .hs_cont_mid p {
    position: relative;
    padding-left: 18px;
  }
  .hs_contactus_row1 .hs_cont_mid p i.fa {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

}

@media(min-width: 768px) {
  .menu-grp .ftr-menu>div {
    display: block !important;
    overflow: visible !important;
  }
  .custom-banner h3 br {
    display: none;
  }
  .tabber-group .hs-tab-cols img[alt="Telecom & MSPs"],
  .tabber-group .hs-tab-cols img[alt="Health Care"] {
    width: 80%;
  }


}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  } 
  .blog .blog-sidebar {
    padding-top: 30px;
  }

  .hs_our_services_page .header-container-wrapper {}

  .hs_our_services_pop_grp {
    margin-right: -15px;
    margin-left: -15px;
  }

  .hs_our_servi_pop_group {
    background: #fff;
  }  
  .front,
  .back {
    width: 100%;
    height: 100%;
    /*     position: absolute; */
    top: 0;
    left: 0;
    z-index: 10;
  }  
  .hs_our_servi_banner {
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 75.34%;
    position: relative;
    padding-bottom: 4%;
    min-height: 540px;
  }
  .hs_our_servi_img_wrap {
    height: 70.70%;
    width: 100%;
  }
  .hs_our_servi_imgbg img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .hs_our_servi_b_cont {
    height: 29.3%;
    position: absolute;
    bottom: 0;
    padding: 0 2em;
  }
  h1.hs_our_servi_b_title {
    color: #fff;
    line-height: 1.1;
    font-size: 1.609em;
  }

  .hs_our_servi_popup_grp {
    height: 24.66%;
    min-height: 170px;
  }
  .hs_our_servi_pop_items {
    height: 50%;
  }
  .hs_our_servi_pop_grp {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    float: none;
  }
  .hs_our_servi_pop_item {
    display: table-cell;
    vertical-align: middle;
    width: 33.33%;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
    height: 14.993481095176012vw;
  }
  .hs_our_servi_pop_item_wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    float: none;
  }
  .hs_our_servi_pop_item_wrap>div {
    display: table-cell;
    vertical-align: middle;
  }
  .hs_our_servi_pop_img {
    width: 35%;
  }
  .hs_our_servi_pop_img img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }  
  .hs_our_servi_pop_title {
    width: 65%;
  }
  p.hs_our_servi_tab_title {
    display: block;
    margin: 2px;
    text-align: left;
    padding: 0;
  }
  .hs_our_servi_pop_box_grp {
    background-color: #FFF;
    position: absolute;
    visibility: hidden;
    height: calc(100% - 47px);
    min-height: 760px;
  }
  .hs_hide_cont .hs_our_servi_popup_grp {
    opacity: 0;
  }
  .hs_our_servi_pop_box_grp.front {
    visibility: visible;
  }
  .hs_our_servi_pop_close {
    text-align: right;
    width: 100%;
    margin-top: 3%;
  }
  .hs_our_servi_pop_close a {
    font-size: 1.5em;
    padding-right: 7%;
    color: #F06B33;
  }
  .hs_our_servi_pop_close a:hover {
    color: #2D446B;
    text-decoration: none;
  }
  .hs_our_servi_pop_box {
    width: 100%;
    padding: 0 2em;
    margin-top: -6%;
  }
  h1.hs_our_servi_pop_head {
    margin: 20px 0 10px;
    font-size: 1.609em;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
  }
  p.hs_our_servi_pop_text {
    font-size: 0.8em;
  }
  .hs_our_services_pop_grp.mobile {
    display: block;
  }
  .hs_our_team_grp .hs_head_row {
    padding-bottom: 3em;
  }
  .hs_our_team_item {
    width: 100%;
  }
  .hs_our_team_item .hs_img_wrap .hs_bg_img {
    width: 201.922px;
    height: 201.922px;
    margin: -100px auto 0px; 
  }
  .hs_our_team_item .hs_inner_wrap .hs_cont_wrap {
    height: 100%;
    width: 63%;
    margin: -50px auto 5.5%;
  }
  .hs_our_team_item .hs_cont_wrap_inner {
    margin-top: 170px; 
    padding-top: 105px;
    padding-bottom: 0;
    height: 280px; 
  }
  .hs_aboutus_banner {
    height: 101.06vw;
  }
  .hs_aboutus_banner_bg {
    height: 61.33vw;
    width: 100%;
  }
  .hs_aboutus_banner_grp {
    position: relative;
  }
  .hs_aboutus_mob_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .hs_aboutus_b_cont {
    padding: 0 15px;
  }
  p.hs_aboutus_cont {
    padding-right: 0;
  }
  h1.hs_aboutus_title {
    font-size: 1.545em;
  }
  .hs_about_us_row1 {
    margin-bottom: 0.35em;
  }
  .hs_our_philosophy_wrap_mob_item {
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: cover;
  }

  .hs_our_philosophy_wrap_inner .hs_our_philosophy_wrap_mob {
    width: 45.33%;
  }
  .hs_our_philosophy_wrap_inner .hs_our_philosophy_wrap_mob_slide_grp {
    width: calc(100% - 45.33%);
  }
  .hs_our_philosophy_wrap_mob_grp {
    height: 100vw;
  }

  .hs_our_philosophy_wrap_mob_slide_inner {
    padding: 0 15px;
    position: relative;
  }
  .hs_our_philosophy_wrap_mob_slide_grp button.slick-arrow {
    bottom: -40%;
    top: auto;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0px 10px 20px #e7e7e7;
  }
  .hs_our_philosophy_wrap_mob_slide_grp button.slick-prev.slick-arrow {
    left: 0%;
  }
  .hs_our_philosophy_wrap_mob_slide_grp button.slick-next.slick-arrow {
    right: 37.5%;
  }
  .hs_our_philosophy_wrap_mob_slide_grp button.slick-arrow:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25.744px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F06B33;
    opacity: 1;
  }
  .hs_our_philosophy_wrap_mob_slide_grp button.slick-prev.slick-arrow:before {
    content: "\f104";
  }
  .hs_our_philosophy_wrap_mob_slide_grp button.slick-next.slick-arrow:before {
    content: "\f105";
  }
  .hs_our_philosophy_wrap_mob_grp .slick-slide {
    height: 100vw;
  }
  .hs_our_philosophy_wrap_mob_item {
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -52%);
    -ms-transform: translate(0, -52%);
    transform: translate(0, -52%);
  }
  .hs_our_philosophy_wrap_mob_item.slide_3 {
    z-index: 7;
  }

  .hs_contactus_page .custom-banner {
    height: 80vw;
  }
  .hs_contactus_page .custom-banner .banner-text {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
  }
  .hs_contactus_page .banner-image {
    width: 66.66666667%;
    height: 100%;
    margin: 0;
    margin-left: 8.33333333%;
  }
  .hs_contactus_page .banner-image .banner-image-inner {
    height: 50vw;
    width: 100%;
  }
  .hs_contactus_page .custom-banner h1 {
    font-size: 1.609em;
    padding: 0 15px;
  }
  .hs_contactus_page .custom-banner p {
    padding: 0 15px;
  }
  .hs_contact_sec_head .hline {
    width: 10%;
  }
  .hs_contact_sec_head {
    margin-bottom: 1em;
  }
  .hs_contactus_row1 {
    width: 96% !important;
    margin: 0 auto !important;
    padding: 0;
  }
  .hs_contactus_row1>div {
    margin-right: 0;
    margin-left: 0;
    padding: 5px;
  }
  .hs_contactus_row1>div>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hs_contactus_row1 .span8.hs_contactus_row1_left {
    padding: 0;
  }
  .hs_contactus_row1 .span8.hs_contactus_row1_left>div {
    margin: 0;
  }
  .hs_contactus_row1 .span6.hs_col_4 {
    width: 100%;
    padding: 0 5px;
  }
  .hs_contactus_row1 .span6.hs_col_4.hs_cont_mid {
    padding-bottom: 8px;
  }
  .hs_contactus_row1 .span6.hs_col_4.hs_cont_mid h5 {
    padding-bottom: 7px;
  }



  .hs_contactus_row1 p:first-of-type {
    margin-top: 0;
  }
  .hs_contactus_row2 .span6 {
    width: 100%;
    margin-left: 0% !important;
    padding: 4px 15px 0;
  }
  .hs_contact_form form {
    padding: 0 15px;
    padding-right: 0;
  }
  .hs_contact_form form .hs-form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_contact_form form .field>* {
    display: block;
    padding: 0 15px;
    width: 100%;
  } 
  .hs_contact_form form .field>.input {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 0;
  }
  .hs_contact_form form .field>.input>* {
    font-size: 0.75em;
    font-style: normal;
    margin-top: 1px;
    line-height: inherit;
  }
  .hs_contact_form form .field>label {
    padding-bottom: 0.4em;
  }
  .hs_contact_form form .hs_email.hs-form-field {
    margin-top: 0.7em;
  }
  .hs_contact_form form input.hs-button.primary.large {
    margin: 1em 0 0;
  }
  .hs_our_servi_imgbg {
    background-position: left center;
  }
  .hs_contactus_row1 img {
    width: 100%;
    margin: 5px auto 0;
  }
  .hs_our_team_items {
    float: none;
    position: relative;
  }
  .hs_our_team_wrap.desktop .page-center {
    padding: 0 5px;
  }
  .hs_our_sol_partner_grp .hs_head_row {
    padding: 0 0 1em;
  }
  .hs_our_sol_partner_inner img.hs_img {
    width: 100%;
  }
  .custom-banner {
    height: 93.33vw;
  }
  .banner-text-grp {
    width: 100%;
    position: relative;
  }
  .custom-banner .banner-text {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    position: absolute;
  }
  .custom-banner h1 {
    font-size: 1.609em;
    padding: 0 15px;
    margin: 20px 0 10px;
  }
  .custom-banner h3 {
    font-size: 1.04em;
    padding: 0 15px;
    line-height: 20px;
  }
  .hs-home-page .custom-banner p {
    display: none;
  }
  .banner-image {
    width: 66.66666667%;
    padding: 0 15px;
  }
  .banner-image .banner-image-inner {
    height: 74.66vw;
    margin-top: 18.6vw;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content {
    padding: 0 15px;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p {
    font-size: 1.04em;
    line-height: 24px;
    margin: 1.6em 0em !important;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content h4 {
    margin-top: 1em;
    font-size: 1.609em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content hr {
    width: 12%;
    margin: 1em auto 1.2em auto;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p:last-child {
    line-height: 24px;
    margin: 0 0 10px !important;
  }
  .hs-home-page .container-fluid .row-fluid .hs-testimonial-slider-wrap .page-center {
    width: 100%;
  }
  .hs-slider-top-content .hline {
    height: 2.8px;
  }
  .hs-slider-top-content p {
    line-height: 24px;
  }
  .hs-testimonial-slider .hs_cos_gallery_main {
    padding: 0;
    margin: 15px 0 30px;
  }
  .hs-testimonial-slider .caption.below {
    padding: 5px;
  }
  .caption-wrapper {
    padding: 5px;
    margin: 5px;
  }
  .top-content .top-left h3 {
    line-height: 1.1;
  }
  .top-content .top-left {
    width: 66.66666667%;
  }
  .top-content .top-right {
    width: 33.33333333%;
  }
  .top-right .circa-border {
    height: 25.509256844850064vw;
    width: 25.509256844850064vw;
  }
  .hs-caption-content p {
    line-height: 24px;
  }

  .hs-testimonial-slider button.slick-arrow {
    top: 100%;
    margin-top: 40px;
  }
  .hs-testimonial-slider button.slick-prev.slick-arrow {
    left: 0;
  }
  .hs-testimonial-slider button.slick-next.slick-arrow {
    right: 0;
  }
  .hs-testimonial-slider ul.slick-dots {
    width: calc(100% - 100px);
    left: 0;
    right: 0;
    margin: 16px auto;
  }
  /*---------------------------*/
  .tabber-group ul.tabber-heading li {
    display: table-cell;
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  .tabber-group ul.tabber-heading li img {
    margin: 0 auto;
    width: 83.33333333%;
  }
  .hs_mob_tabber_item .tab-pane {
    box-shadow: 0px 10px 20px #e7e7e7;
    margin: 0px 15px 20px;
  }
  .hs-tab-content-inner {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
  }
  .hs-tab-content-inner-wrap {
    padding: 0;
  }
  .hs-tab-content-left-cols {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hs-tab-content-left-cols h3 {
    line-height: 1.1;
    font-size: 1.2em;
  }
  .hs-tab-content-left-cols p {
    margin-top: 1em;
    font-size: 1.04em;
  }

  .tabber-group .hs-tab-cols {
    width: 33.33333333%;
  }
  .tabber-group .hs-tab-cols img {
    width: 100%;
  }
  .tabber-group .hs-tab-cols p {
    font-size: 0.8em;
  }

  .hs_mob_tabber_item .hs_btn_wrap {
    text-align: right;
    margin-right: -15px;
  }
  .hs_btn_wrap a {
    color: #FFF;
    font-size: 14px;
    border: 1px solid #FFF;
    border-radius: 2em 0% 0% 2em;
    background-color: #2D446B;
    outline: none !important;
    display: inline-block;
    margin-top: 2em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    cursor: pointer;
    padding: 0.5em 1.1em;
  }
  .hs_btn_wrap a:hover {
    color: #2D446B;
    background-color: #FFF;
    border: 1px solid #2D446B;
    text-decoration: none;
  }
  .tabber-group.mobile .tab-content {
    margin: 0;
  }

  .tabber-group.mobile button.slick-arrow {
    top: 125px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0px 10px 20px #e7e7e7;
    z-index: 9;
  }
  .tabber-group.mobile button.slick-prev.slick-arrow {
    left: -5px;
  }
  .tabber-group.mobile button.slick-next.slick-arrow {
    right: -5px;
  }
  .tabber-group.mobile button.slick-arrow:before {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 30px;
    color: #F06B33;
  }
  .tabber-group.mobile button.slick-prev.slick-arrow:before {
    content: "\f104";
  }
  .tabber-group.mobile button.slick-next.slick-arrow:before {
    content: "\f105";
  }
  .tabber-group {
    margin-bottom: 20px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    float: none;
    margin: 10px 0;
  }
  .blog-post-wrapper .post-body img {
    float: none !important;
    margin: 0 0 10px !important;
  }
  .lp-header .custom-logo img {
    margin-bottom: 0;
  }
  .custom-header.lp-header {
    padding-bottom: 7px;
  }
  form.hs-form ul.hs-error-msgs.inputs-list {
    padding-left: 15px;
  }
  .custom-header.lp-header .custom-logo {
    padding-left: 59px;
  }


}  
/*=================End 767px */

@media (max-width: 767px) and (min-width: 480px) {
  .hs_our_philosophy_wrap_inner.mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}


@media(max-width: 23em) {
  h1.hs_our_servi_pop_head,
  h1.hs_our_servi_b_title{
    font-size: 1.328em;
  }
  p.hs_our_servi_pop_text {
    font-size: 0.7em;
  }
  .hs_contactus_page .custom-banner h1 {
    font-size: 1.328em;
  }
  h1.hs_aboutus_title {
    font-size: 1.298em;
  }
  .custom-banner h1 {
    font-size: 1.328em;
  }
  .custom-banner h3 {
    font-size: 0.89em;
    line-height: 20px;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content p {
    margin: 1.4em 0em !important;
    font-size: 0.89em;
  }
  .hs-home-page .hs-row1-wrapper .hs-row1-content h4 {
    font-size: 1.493em;
  }
  .tabber-group .hs-tab-cols p {
    font-size: 0.7em;
  }
  .tabber-group.mobile button.slick-arrow {
    top: 105px;
  }
  .hs-home-page .hs-row1-wrapper {
    margin-bottom: 3.1em;
  }



}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .custom-menu-primary.js-enabled {
    clear:both;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 7.5px;
  }  
  .hs_our_services_pop_wrap.mobilediv {
    height: 100% !important;
  }
  .hs_our_servi_pop_items {
    height: 100%;
  }
  .hs_our_servi_popup_grp {
    height: 29%;
  }
  .hs_our_servi_pop_grp {
    display: block;
  }
  .hs_our_servi_pop_item {
    width: 100%;
    display: block;
    height: 100%;
  }
  .hs_our_servi_pop_item.hs_empty {
    display: none;
  }
  .hs_our_team_item .hs_inner_wrap .hs_cont_wrap {
    width: 85%;
  }

  .hs_our_philosophy_wrap_inner .hs_our_philosophy_wrap_mob {
    width: 100%;
  }
  .hs_our_philosophy_wrap_inner .hs_our_philosophy_wrap_mob_slide_grp {
    width: 100%;
  }
  .hs_our_philosophy_wrap_mob_slide_grp button.slick-next.slick-arrow {
    right: 0%;
  }
  .hs_our_philosophy_wrap_mob_item {
    position: static !important;
    height: 100%;
    background-image: none !important;
    transform: none !important;
  }
  .hs_our_philosophy_wrap_mob_item img {
    visibility: visible !important;
  }
  .hs_contactus_row1 {
    width: 93% !important;
  }
  .top-right .circa-border {
    height: 19.552463465553235vw;
    width: 19.552463465553235vw;
  }


}

@media(max-width: 390px) {
  .top-right .circa-border {
    height: 15.652463vw;
    width: 15.652463vw;
  }
  .tabber-group .hs-tab-cols {
    width: 100%;
    display: block;
  }
  .tabber-group .hs-tab-cols img {
    width: 100%;
    max-width: 80px;
  }
  .tabber-group .hs-tab-cols p {
    min-height: 1px;
    margin-bottom: 20px;
  }

}


@media (max-width: 320px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin: 1em 1em 2em 9px;
  }
}
@media (min-width: 320px) and (max-width: 480px) and (pointer: coarse) and (hover: none) {
  .custom-header.lp-header {
    padding-bottom: 14px;
  }
}

