@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=PT+Serif+Caption:100,200,300,400,500,600,700,800,900);
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);
/**
* CSS @imports must be at the top of the file.      
* Add them above this section.                             
*/



/* ==========================================================================
HS COS Boilerplate v1.3.0   
*/

/* This responsive framework is required for all styles.*/ 
/* 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;
}
.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 */
}

/* 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; }


/* 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) */
.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: 0;
  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%;
}


/* 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.hs-menu-depth-1:last-child {
  margin-right: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:first-child {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
  display: none;
  padding-right: 0;
}
.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,
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper li a{
  display: block;
  white-space: nowrap;
  color: #818285;
  border-bottom: 1px solid #EBECF0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
  color: #e50019;
}
.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;
}


.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: 0;
  border: 0;
  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: 0;}
.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.com/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: pointer;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0;
  padding: 0;
  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.com/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: 0; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0;}
.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: pointer; }

.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: pointer;}


.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: 0;
  padding: 0;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0;
  padding: 0;
  border-width: 0;
}

/* 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;
}

#map_canvas img, .google-maps img { max-width: none; }



/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/* Services/ Product */
.service-group::after {
  content: " ";
  display: block; 
  height: 0; 
  clear: both;    
}
/* All HubSpot Forms
========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
  margin-bottom: 20px;
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {}
.hs-form .hs-form-field > label {
  font-size: 12px;
  color: #5f5f5f;
  text-transform: capitalize;
}
fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-2 .input:nth-child(2) {
  margin-right: 0 !important;
}
/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
  outline: none;
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 2px;
  width: 100% ;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {}
.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
========================================================================== */

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

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

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

/* Submit buttons (selectors for all non-CTA buttons) 
========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  background: #e50019;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 600;
  transition: .5s;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e50019;
  cursor: pointer;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  transition: .5s;
  background: #f7901e;
  color: #ffffff;
  border: 1px solid #f7901e;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 12px;
  color: red;
  font-style: italic;
}
/* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================
* ==========================================================================

Index:         

1. BASE STYLES   
- Variables
- Macros
- Base
- Typography

2. COS STRUCTURE
- Structure
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. MISCELLANEOUS

7. MOBILE MEDIA QUERIES

========================================================================== */


.comment-form{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}





/* ==========================================================================


1. BASE STYLES                                             


========================================================================== */





/* ==========================================================================
Variables                                               
========================================================================== */


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/



/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */



/* User Select */


/* Opacity*/





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


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/


html, body {
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}

hr{
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

a { 
  text-decoration: none;
  color: #e50019;
  transition: all 0.4s ease-in-out;
  cursor: pointer ;
}
a:hover,
a:focus {
  cursor: pointer ;
  color: #f7901e;
}

/* Highlighted Text */
::-moz-selection {
  background: #e50019;
  color: #FFF;
}
::selection {
  background: #e50019;
  color: #FFF;
}




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


/* Basic text */
p { margin: 10px 0; line-height: 1.7em;} 

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: 10px 0;
  line-height: 1.2em;
  font-weight: bold;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 38px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.text-center { text-align: center; }








/* ==========================================================================


2. 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
========================================================================== */
.span12.widget-span.widget-type-cell.global-header {
  max-width: 1180px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 0 10px;
}

.header-container-wrapper {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.header-container {
  background: #fff;
  z-index: 9999;
}
.global-header{

}
.global-header .logo {
  padding: 10px 0;
  min-height: 50px;
  max-width: 100%;
}
.global-header .logo a {
  max-width: 100%;
}
.global-header .logo img{
  max-width: 160px;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a{
  position: relative;
  display: inline-block;
}


/* Header Small */
.small-header .header-container { padding: 5px 0; }
.small-header .header-container .hs_cos_wrapper_type_logo a img { max-width: 200px; }
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 5px; }
.small-header .header-cta { margin-top: 7px; }



/* ==========================================================================
Content                                                 
========================================================================== */


.body-container-wrapper {padding-top: 60px;}
.body-container {}
.contact .tabcontent {
  padding: 0;
  width: 100%;
}



/* ==========================================================================


3. MAIN NAVIGATION                                            


========================================================================== */





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

.custom-menu-primary .hs-cta-img{
  display: none;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  font-weight: normal;
  /*   text-transform: capitalize; */
  font-size: 14px;
  margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  display: block;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 20px 14px 19px;
  border-bottom: 2px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  border-bottom: 0 solid transparent !important;
  padding: 20px 10px 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.active.active-branch a,
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch a
{
  color: #e50019;
  border-bottom: 2px solid #e50019;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-2.active.active-branch a{
  color: #e50019 !important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background: #fff;
  padding: 10px 0 0;
  min-width: 150px;
  border-top: 2px solid #e50019;
  margin-top: -2px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {

}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #e50019;
  position: absolute;
  top: -7px;
  left: 15px;
  width: 100%;
  padding-left: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  text-indent: 10px; /* Indent Child lists */
  font-size: 14px;
  padding: 15px 25px 15px 25px;
  border-bottom: 1px solid #EBECF0;
}


/* 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;
}

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {

}

/* Show menu and remove background color on desktop after toggling mobile menu */

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


/* ==========================================================================
Footer
========================================================================== */
.orange-cta a {
  background: #f7901e;
  padding: 7px 30px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 500;
  transition: .5s;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer ;
}
.orange-cta a:hover {
  background: #e50019;
  transition: .5s;
}
a#cta_button_4403699_1be5233d-68c7-4d06-94a3-360fdd86bd92 {
    background: #e50019;
    padding: 6px 42px;
    color: #ffffff;
    margin-top: -5px;
    border-radius: 20px;
    font-weight: 600;
    transition: .5s;
    font-size: 16px;

}
a#cta_button_4403699_1be5233d-68c7-4d06-94a3-360fdd86bd92:hover {
  transition: .5s;
  background: #f7901e;
}
.footer-group{
  background-color: #2b2b2b;
  color: #fff;
  /*   margin-bottom: -15px;  */
}
.footer-group .footer-content {
  max-width: 1150px;
  padding: 50px 15px;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright{
  background-color: #151515;
}
.footer-copyright .footer-copyright-inner{
  max-width: 1180px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #aaaaaa;
  font-weight: 500;
  display: flex;
}
.footer-copyright .footer-copyright-inner p a{
  color: #ffffff;
  font-size: 13px;
  padding: 0 10px; 
}
.footer-copyright .footer-copyright-inner p a:hover{
  color: #e50019;
}
/*Home Page*/


.home-banner-inner {
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.home-banner-inner .home-banner-content{
      padding: 80px 15px 60px;
  border-bottom: 1px solid #fff;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.home-cta-center p { width: 200px; }
.home-cta-center a.cta_button {
    font-weight: 600;
    max-width: 110px;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
}

.home-page-img-cta__wrap { padding: 20px 0px 60px; }
.home-page-img_cta { max-width: 900px; margin: 0px auto; }
.home-page-img_cta .hs-cta-img { width: 100%; }

.home-cta-center { display: flex; justify-content: center; padding-top: 30px; flex-wrap: wrap; }
/**** CTA Module ******/



.text-with-cta-v1 {
    max-width: 1000px;
    margin: 0px auto;
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.cta-container {
    padding: 0px 20px;
}

.text-with-cta-v1__wrap h2 {
    color: #fff;
    font-size: 38px;
      font-weight: 600;
}

.text-with-cta-v1__wrap {
    text-align: center;
}

.text-with-cta__btn a.cta_button {
        background: #e50019;
    padding: 7px 30px;
    color: #ffffff;
    border-radius: 20px;
    transition: .5s;
    font-size: 18px;
    border: 2px solid #e50019;
    display: inline-block;
    font-weight: 600;
}

.text-with-cta-v1-main {
    padding-bottom: 80px;
}

.text-with-cta__btn a.cta_button:hover {
    background: #f7901e;
    border: 2px solid #f7901e;
    color: #ffffff;
}

.text-with-cta__btn {
    padding-top: 30px;
}


.text-with-cta-v2__container {
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    justify-content: space-between;
}

.text-with-cta-v2__content {
    width: 57%;
}

.text-with-cta-v2__img {
    width: 40%;
}

.text-with-cta-v2__inner {
    padding: 20px;
    text-align: center;
}

.text-with-cta-v2__content h2 {
    font-size: 34px;
    font-weight: 600;
}

.text-with-cta-v2__btn a.cta_button {
    background: #e50019;
    padding: 7px 30px;
    color: #fff;
    border-radius: 20px;
    transition: .5s;
    font-size: 18px;
    border: 2px solid #e50019;
    display: inline-block;
    font-weight: 600;
}

.text-with-cta-v2__btn a.cta_button:hover {
    background: #f7901e;
    color: #fff;
    border: 2px solid #f7901e;
}

.text-with-cta-v2-main {
    padding-bottom: 60px;
}

.text-with-cta-v2__btn {
    padding-top: 30px;
}

.text-with-cta-v3__container {
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    justify-content: space-between;
}

.text-with-cta-v3__img {
    width: 50%;
}

.text-with-cta-v3__content {
    width: 50%;
}

.text-with-cta-v3__inner {
    padding: 20px;
    text-align: center;
}

.text-with-cta-v3__content h2 {
    font-size: 34px;
    font-weight: 600;
}

.text-with-cta-v3-main {
    padding-bottom: 60px;
}


/*** Additional CSS *****/

.contact-header-groupv3 .tarantula-contact-client_heading h2 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.contact-header-groupv3 .tarantula-contact-client_inner {
    border: 0px !important;
}

.contact-header-groupv3 .tarantula-contact-client_inner .tarantula-contact-client_heading {
    border: 0px !important;
    padding: 0px;
    width: 100%;
}

.contact-header-groupv3 .contact-header {
    background-color: #fff !important;
      padding-top: 40px !important;
}

.contact-header-groupv3 .contact-header .contact-header-inner {
    max-width: 1100px;
    margin: 0px auto;
}

.contact-header-groupv3 .contact-header .tarantula-contact-updated {
    box-shadow: 0px 0px 0px 0px rgb(226 226 226 / 60%) !important;
    margin-top: 0px !important;
    padding-top: 0px;
}

.contact-header-groupv3 .tarantula-contact-updated {
    padding-bottom: 0px !important;
}


.contact-header-groupv3 .contact-header .contact-header-inner {
    padding-bottom: 0px !important;
}


.contact-header-groupv3 .tarantula-contact-client_item-card {
    padding: 0px !important;
  align-items: center;
}

.contact-header-groupv3 .tarantula-contact-client_item.contact-client_item3 img {
    max-width: 50% !important;
    width: 100% !important;
}

.contact-header-groupv3 .contact-client_item2 img {
    max-width: 70% !important;
}

.contact-header-groupv3 .contact-client_item1 img {
    max-width: 100% !important;
}

.contact-header-groupv3 .tarantula-contact-client_item.contact-client_item4 img {
    max-width: 70% !important;
}

.contact-header-groupv3 .tarantula-contact-client_item.contact-client_item5 img {
    width: 100% !important;
    max-width: 60% !important;
}

.contact-header-groupv3 .tarantula-contact-client_inner {
    display: block !important;
    padding-top: 54px;
}



.contact-header-groupv3 .tarantula-contact-client {
    width: 100%;
}

.contact-header-groupv3 .tarantula-contact-client_item-card .tarantula-contact-client_item {
    width: 20%;
    margin: 0px !important;
}

.contact-header-groupv3 .tarantula-contact-form {
    margin: 0px auto;
}

.contact-scroll img {
    max-width: 40px;
}

.contact-scroll {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.tarantula-contact-form__main-out {
    width: 100%;
    position: relative;
}

.customer-support .tarantula-contact-form {
    width: 100% !important;
}

.customer-support .contact-scroll {
    display: none;
}

.contact-us-page-new .footer-main-link {
    display: none;
}

.contact-us-page-new .social-media {
    display: none;
}

.customer-support .contact-header-contact h1 {
    padding-left: 0px !important;
}

.tarantula-contact-client { width: 30%; }
.tarantula-contact-updated { display: flex; flex-wrap: wrap; box-shadow: -11px 11px 0px 3px rgb(226 226 226 / 60%); background: #fff; border-radius: 10px; padding: 30px; justify-content: space-between; }
.contact-us-bg-form .tarantula-contact-form .contact-form { background: transparent !important; box-shadow: 0 0 3.516vw 0 #73737300 !important; padding: 0px; margin: 0px; }
.tarantula-contact-client_inner { border: 1px solid #707070; border-radius: 10px; height: 100%; align-items: self-start; display: flex; flex-wrap: wrap; }
.tarantula-contact-client_heading h2 { color: #e5011a; font-size: 20px; }
.tarantula-contact-client_heading { padding: 20px; text-align: center; border-bottom: 1px solid #161616; margin-bottom: 20px; }
.tarantula-contact-client_item-card { width: 100%; display: flex; justify-content: space-between; padding: 10px; flex-wrap: wrap; }
.tarantula-contact-client_item { width: 100%; margin-bottom: 20px; }
.tarantula-contact-updated .hs-form .hs-form-field label>span { text-transform: initial; }
.tarantula-contact-client_item.contact-client_item3 img { max-width: 70% !important; width: 100% !important; }
.tarantula-contact-client_item.contact-client_item3 { text-align: center; }
.tarantula-contact-updated .contact-header-contact h1 { color: #333333; }
.tarantula-contact-updated .contact-header-contact { text-align: left; }
.tarantula-contact-updated .contact-header-contact p { color: #333333; }
.tarantula-contact-form .contact-header-contact h1 { padding-left: 20px; font-size: 28px; }
.tarantula-contact-form .contact-header-contact h1::before { left: 0; top: 5px; }
.tarantula-contact-form .contact-form .hs-form-field select { padding: 7.5px 10px; }
.tarantula-contact-form input.hs-button.primary.large { font-weight: 900 !important; font-family: 'Source Sans Pro',sans-serif; font-size: 16px !important;}
.tarantula-contact-form form fieldset.form-columns-1:nth-child(5) .hs-dependent-field { display: flex; justify-content: space-between; }
.tarantula-contact-form form fieldset.form-columns-1:nth-child(5) .hs-dependent-field .hs_owned_telecom_sites { width: 48%;    margin-bottom: 10px !important; }
.tarantula-contact-form form fieldset.form-columns-1:nth-child(5) .hs-dependent-field .hs_if_yes_number_of_sites { width: 48%; margin-bottom: 10px !important; }
.tarantula-contact-client_item.contact-client_item5 img { width: 100% !important; max-width: 80% !important; }
.tarantula-contact-client_item.contact-client_item1 { margin-bottom: 0px !important; }
.tarantula-contact-client_item.contact-client_item4 img { width: 100% !important; max-width: 80% !important; }
.tarantula-contact-client_item { text-align: center; }
.tarantula-contact-form .submitted-message { color: #333333; font-weight: 600; }
.telecom-list {
    padding-left: 30px;
}

.pillar-page-lp .porduct-banner-overlay { background-color: transparent !important; }
.pillar-page-lp .porduct-banner-content { max-width: 65vw !important; }
.pillar-page-cta-sec__wrap { background: #dbdbdb; }
.pillar-page-cta-sec__container { padding: 60px 20px; max-width: 1020px; margin: 0px auto; }
.pillar-page-cta-sec__wrap { background: #dbdbdb; padding: 30px 60px; border-radius: 10px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.pillar-page-cta-sec__cta.red-cta { width: 30%; text-align: right; }
.pillar-page-cta-sec__content { width: 64%; }
.pillar-page-cta-sec__content h2 { margin: 0; color: #101010; }
.pillar-page-cta-sec__cta .cta_button { margin-top: 0px; }
.pillar-page-lp .pricing-model-group-inner h2 span { display: inline-block; }
.pillar-image-text-flip__container { max-width: 1040px; margin: 0px auto; }
.pillar-image-text-flip__text { width: 50%; }
.pillar-image-text-flip__img { width: 45%; }
.pillar-image-text-flip.pp-flip .pillar-image-text-flip__wrap { flex-direction: row-reverse; }
.pillar-image-text-flip__wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%); padding: 40px 35px; }
.pillar-image-text-flip.pp-margin { margin-bottom: 30px; }

.pillar-page-lp .porduct-banner-overlay { min-height: calc(100vh - 60px); }
.client-section__top h2:before { content: ''; position: relative; width: 30px; height: 30px; display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; background-repeat: no-repeat; background-position: top; background-size: contain; background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-red.svg); }
.client-section__top h2:after { content: ''; position: absolute; width: 20px; height: 2px; background: #ddd; margin-top: 2px; display: block; }
.client-section__top h2 { position: relative; display: inline-block; }

.pp-bss-solution__top h2:before { content: ''; position: relative; width: 30px; height: 30px; display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; background-repeat: no-repeat; background-position: top; background-size: contain; background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-red.svg); }
.pp-bss-solution__top h2:after { content: ''; position: absolute; width: 20px; height: 2px; background: #ddd; margin-top: 2px; display: block; }
.pp-bss-solution__top h2 { position: relative; display: inline-block; }
.bss-hub__main .red-cube-effect-cards-half { display: none; }
.proven-trusted .pillar-page-cta-sec__container { padding-top: 20px; }


.pp-bss-solution { background-color: #404040; padding: 80px 0px; margin-top: 80px; }
.pp-bss-solution__container { max-width: 1040px; margin: 0px auto; }
.pp-bss-solution__wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
.pp-bss-solution__item { width: 44%; }
.pp-bss-solution__card-wrap { display: flex; flex-wrap: wrap; justify-content: center; }
.pp-bss-solution__wrapper:before { content: ""; width: 1px; height: 100%; position: absolute; background-color: #fff; top: 0; left: 50%; }
.pp-bss-solution__card:nth-child(3) { margin-bottom: 0; }
.client-section__top { max-width: 1040px; margin: 0px auto; text-align: center; padding-bottom: 58px; }
.client-section.leading-tower { padding-bottom: 80px; }



.pp-bss-solution__card:first-child { margin-right: 8%; }
.pp-bss-solution__card { width: 46%; background-color: #ffffff; margin-bottom: 8%; border-radius: 12px; padding: 20px; box-sizing: border-box; text-align: center; }
.pp-bss-solution__card--title h4 { font-weight: 400; font-size: 16px; margin: 0; }
.pp-bss-solution__card--img img { max-width: 80px !important; }
.pp-bss-solution__card--img { padding-bottom: 25px; }

.pp-bss-solution__item--title h3 { color: #fff; }
.pp-bss-solution__item--title { text-align: center; padding-bottom: 40px; }
.pp-bss-solution__top { text-align: center; padding-bottom: 80px; }
.pp-bss-solution__top h2 { color: #fff; }


.red-cube-add-on .red-cube-card1 img { height: auto; width: 147px; }
.red-cube-add-on .red-cube-card4 img { height: 45px; }
.centralized-site-lifecycle .modules-column-one2 { margin-bottom: 38px; }
.scroll-down { position: absolute; bottom: 10px; width: 100%; text-align: center; }
.scroll-down img { width: 60px; }
.centralized-site-lifecycle .modules-column-two3 { margin-bottom: 70px !important; }
.scroll-down-product { position: relative; width: 100%; text-align: center; padding-top: 30px; }
.scroll-down-product img { width: 60px; }

.product-services-item .cta-main-wrap { display: flex; align-items: center; justify-content: center; }
.product-services-item .cta-main-wrap .orange-cta { margin-left: 20px; }

.partner-group p.red-cta { text-align: center; }
.complete-charge__cta { text-align: center; }
.footer-resource__main-content { min-height: 230px; }
.footer-resource__read-more { padding-top: 10px; }
.contact-us-page .contact-form .form-title { display: none; }
.about-company-content__cta { padding-top: 20px; }
.contact-form .actions { margin-top: 18px;    text-align: left; }
.contact-us-bg-form .contact-form .hs-form-field .hs-input.hs-fieldtype-intl-phone { display: flex; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child { display: none !important; }
.contact-us-bg-form .contact-form .hs-form-field .hs-input.hs-fieldtype-intl-phone select { width: 22% !important; margin-right: 1%; border: 1px solid #151515; }
.teamwork-section-content h4 { margin-bottom: 20px; }
.about-page-gall .image-list { max-width: 1020px; margin: 0 auto; padding: 0px 20px; }
.about-page-gall { margin-top: -80px; position: relative; }
.teamwork-section.values-define { border-bottom: 1px solid #e8e8e8; }
.teamwork-section.values-define .teamwork-section-content:nth-child(4) { margin-bottom: 100px; }
.teamwork-section.values-define .teamwork-section-content:nth-child(3) { margin-bottom: 100px; }
.text-with-cta-v1-main.explore-now-telecom { padding-top: 60px; padding-bottom: 20px; }
.contact-us-bg-form .contact-form .hs-form-field .hs-input.hs-fieldtype-intl-phone input.hs-input { width: 77% !important; }
.contact-us-bg-form .contact-form .hs-form-field ul.hs-error-msgs.inputs-list { position: relative; top: 6px; }
.landing-download-pdf { width: 40%; position: relative; }
.landing-download-pdf__inner { width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }
.landing-download-pdf__cta {      margin-top: 40px; }

.landing-download-pdf__cta .cta_button {
    background: #e50019;
    padding: 8px 25px;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 600;
    transition: .5s;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e50019;
    cursor: pointer;
}

.hs-content-id-35908934746.landing-page .custom-menu-primary, .hs-content-id-35908934746.landing-page .footer-group {
    display: block !important;
}


.text-with-cta-v1-main.explore-now-telecom .text-with-cta-v1 { position: relative; }
.text-with-cta-v1-main.explore-now-telecom .text-with-cta-v1:before { content: ""; background: rgb(43 43 43 / 70%); position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.text-with-cta-v1-main.explore-now-telecom .text-with-cta-v1 .cta-container { position: relative; }


.timeline_graph { text-align: center; }
.blog-listing-container { max-width: 1100px; padding: 0 20px; margin: 0px auto; }
.blog-section .post-item { flex-direction: row-reverse; }
.blog-listing-container .post-listing { padding-top: 60px; }
.blog-listing-container .post-item { margin-bottom: 45px; }

.contact-us-bg-form .contact-form .hs-button.primary.large:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
}

.customer-support .submitted-message {
    text-align: center;
    color: #000;
    font-size: 16px;
}

.second_framework_image { text-align: center; padding-top: 50px; }
.capp_framework_image { text-align: center; }
.capp-framework-asset .components { display: none; }
.red-cube-blueprint__inner { padding: 25px; }

.red-cube-blueprint__wrap { max-width: 880px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; }
.red-cube-blueprint--card { width: calc(33.3% - 40px); margin: 20px 20px; text-align: left; border-radius: 5px; box-shadow: 0px 0px 7px 0 rgb(0 0 0 / 8%); }


.red-cube-blueprint__text h2 { font-size: 20px; font-weight: 600; }
.red-cube-blueprint__text ul { padding-left: 15px; font-size: 18px; list-style: none; }
.red-cube-blueprint__text ul li { position: relative; margin-bottom: 15px; }
.red-cube-blueprint__text ul li:before { position: absolute; content: ''; width: 4px; height: 4px; background: #fff; border-radius: 50%; top: 7px; left: -20px; border: 1px solid #e50019; }
.red-cube-blueprint__img { padding-bottom: 30px; }


.red-cube-blueprint__img img {
    max-width: 50px !important;
    width: 100% !important;
    filter: invert(15%) sepia(98%) saturate(6691%) hue-rotate(
347deg
) brightness(85%) contrast(113%);
}


.come-on__inner { padding: 15px; }
.come-on-cta { display: flex; align-items: center; justify-content: center; padding-top: 0px; }
.nav-bar ul li.hs-menu-item.hs-menu-depth-1:nth-child(7)>a:hover { border-bottom: 2px solid #e5001900; }
.nav-bar ul li.hs-menu-item.hs-menu-depth-1:nth-child(8)>a:hover { border-bottom: 2px solid #e5001900; }
.sticky-call-mobile { position: fixed; right: 29px; bottom: 0; z-index: 105; display: none; }
.call-btn { width: 60px; height: 60px; display: inline-block; background-image: url(https://www.tarantula.net/hubfs/Tarantula%202021/call-icon.svg); background-position: 50%; background-repeat: no-repeat; background-color: #e50019; border-radius: 50%; }
.chat-btn { margin-bottom: 20px; }
.cta-inner-group .business-cta:nth-child(even) a { border: 1px solid #2d3034 !important; }
.cta-inner-group .business-cta:nth-child(odd) a:hover { border: 1px solid #2d3034 !important; }
.cta-inner-group .business-cta:nth-child(even) a:hover { border: 1px solid #e50019 !important; }
.quick-launch { padding-top: 15px; }


.contact-us-page .customer-support .contact-header-inner { max-width: 740px; }
.contact-us-page .customer-support .contact-form .hs-form-field input { border-radius: 5px;  border: 1px solid #5d5d5d; }
.contact-us-page .customer-support .contact-form .hs-form textarea { border-radius: 5px !important; border: 1px solid #5d5d5d; }
.contact-us-page .customer-support .contact-form .form-columns-2 .hs-form-field { width: 48%; }
.contact-us-page .customer-support .contact-form .form-columns-2 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.contact-us-page .customer-support .contact-header { padding-top: 60px !important; padding-bottom: 70px !important; }
.contact-us-page .customer-support .contact-header-contact h1:before{ content:none; }
.customer-support.contact-header-group .contact-header { background: rgb(51 51 51 / 70%); color: #fff; }
.customer-support .contact-header-contact p span { font-weight: 700; }
.customer-support .contact-header-contact p a { color: #f7901e; font-weight: 700; }
.contact-us-page .customer-support .contact-form .hs_submit { margin-top: 20px; }

.contact-us-bg-form .contact-header-contact h1:before { background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg); }
.contact-us-bg-form .contact-header-inner { top: unset !important; }
.contact-header-group.contact-us-bg-form { margin-bottom: 40px; }
.contact-header-group.contact-us-bg-form .contact-header { padding: 60px 0px 60px; }
.contact-us-bg-form .contact-form { background: #fff !important; border-radius: 5px !important; }
.contact-us-bg-form .contact-form .hs-form-field input { border: 1px solid #151515; color: #151515 !important; }
.contact-us-bg-form .contact-form .hs-form-field textarea { border: 1px solid #151515; color: #151515 !important;  }
.contact-us-bg-form .contact-form .hs-form-field label { color: #151515 !important;  }
.contact-us-bg-form .contact-form .hs-button.primary.large { border: 1px solid #151515; }
.contact-us-bg-form .contact-form .hs-form-field label.hs-error-msg { color: #e50019 !important; }
.contact-us-bg-form .contact-form span.hs-form-required { color: #e50019; }

.customer-support-cta { background: transparent; padding: 4px 22px; color: #e50019; margin-top: -5px; border-radius: 20px; font-weight: 600; transition: .5s; font-size: 16px; border: 2px solid #e50019; }
.customer-support-cta:hover { background: #e50019; color: #fff; }
.nav-bar ul li.hs-menu-item.hs-menu-depth-1:nth-child(7)>a { padding-right: 0px !important; }
body.amp-mode-mouse .blog-section p { font-size: 16px; }


/**** Event *******/

.pwr-image-box {
    width: calc( 33.33% - 20px );
}

.pwr-image-box { border: 0px solid transparent; color: #171b25; display: inline-block; position: relative; z-index: 1; margin: 10px; }
.event-main-wrap { display: flex; flex-wrap: wrap; }
.pwr-3D-box { height: 100%; position: relative;  transition: all .4s ease-in-out; z-index: 1; }


/* 
.pwr-3D-box { height: 100%; position: relative; -webkit-transform: perspective(0) scale(1) translateZ(-100px); transform: perspective(0) scale(1) translateZ(-100px); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; transition: all .4s ease-in-out; z-index: 1; }
 */

.pwr-3D-box__sensor { border-radius: 6px; height: 100%; overflow: unset; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.pwr-image-box__overlay { border-radius: 6px; height: 100%; opacity: 0; position: absolute; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(1px); transform: translateZ(1px); transition: opacity .4s ease-in-out; width: 100%; }


.pwr-image-box__img {
    height: 240px;
}

.pwr-3D-box__info-box--centered { left: 50%; opacity: 0; position: absolute; text-align: center; -webkit-transform: translate3d(-50%,-50%,25px); transform: translate3d(-50%,-50%,25px); transition: opacity .4s ease-in-out; top: 50%; width: 100%; }
.pwr-image-box__more-link { display: block; font-family: Poppins,sans-serif; font-size: 13px; font-weight: 700; height: 0; opacity: 0; overflow: hidden; padding: 20px 0 0 0; text-transform: uppercase; transition: all .4s ease-in-out; }
.pwr-image-box__more-link, .pwr-image-box__more-link:hover { color: #fff; }
.pwr-image-box__more-link--centered { font-size: 18px; }
.pwr-image-box__icon { display: inline-block; fill: currentColor; padding-left: 10px; position: relative; top: .15em; transform: translateX(0px); transition: transform .4s ease-in-out; }
.hs_cos_wrapper_type_icon svg, .pwr-icon svg { display: block; height: 1em; transition: all .4s ease-in-out; width: 1em; }
.pwr--colored-box { background-color: #f4f6fa; border-radius: 6px; color: #171b25; overflow: hidden; }
.pwr-image-box--style-below-2 .pwr-image-box__below { border-top-left-radius: 0; border-top-right-radius: 0; padding: 35px 40px; }

.pwr-image-box__img { background-size: cover; background-position: center; border-radius: 6px;border-bottom-left-radius: 0; border-bottom-right-radius: 0;; width: 100%; }
.pwr-image-box__intro { font-size: 18px; font-weight: 600; display: block; padding-bottom: 10px; }
.pwr-image-box__title { font-size: 24px; font-family: 'Source Sans Pro', sans-serif; font-weight: 600; line-height: 1.3em; }
.pwr-image-box--is-link:hover .pwr-image-box__more-link--centered { padding-top: 0; }

/*** Hover *****/

.pwr-image-box:hover .pwr-image-box__overlay { background-color: #e50019; opacity: .85; }
.pwr-image-box--is-link:hover .pwr-image-box__more-link { height: auto; opacity: 1; }
.pwr-image-box__more-link, .pwr-image-box__more-link:hover { color: #fff; }
.pwr-image-box--is-link:hover .pwr-image-box__more-link--centered { padding-top: 0; }
.pwr-image-box__front, .pwr-image-box:hover .pwr-3D-box__info-box { opacity: 1; }
.pwr-3D-box:hover { -webkit-transform: perspective(1100px) scale(1.05); transform: perspective(1100px) scale(1.05); }
.pwr-3D-box:hover .pwr-3D-box--shaddow-on-hover { box-shadow: 0 20px 40px rgb(0 0 0 / 20%); }


/**** Event *******/




.team-career-image img {
    height: 280px;
    object-fit: cover;
}

.contact-us-page .contact-form .hs_message.hs-message {
    margin-bottom: 8px;
}

.contact-us-page .contact-form fieldset.form-columns-3 .hs-form-field {
    width: 31%;
    margin-right: 3%;
}

.contact-us-page .contact-form .hs-form textarea {
    min-height: 70px;
}

.contact-us-page .contact-form fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0%;
}

.contact-us-page .body-container-wrapper {
    padding-top: 58px;
}

.contact-us-page .contact-header-inner {
    max-width: 800px;
}

.contact-us-page .contact-form .hs-form-field input {
    width: 100% !important;
/*     border-width: 0 0 2px;
    background: transparent;
    border-radius: 0px;
    border-color: rgba(255,255,255,0.6); */
}


.contact-us-page .contact-form .hs-form-field input:focus{
/*       border-color: #fff; */
}

.contact-form .hs-form textarea {
/*     background-color: transparent;
    border-width: 0 0 2px;
    border-radius: 0px !important;
    border-color: rgba(255,255,255,0.6);
    color: #fff; */
}

.contact-form .hs-form textarea:focus{
/*       border-color: #fff; */
}

.contact-us-page .contact-form .hs-form-field input {
    width: 100% !important;
    color: #fff;
}


.contact-us-page .contact-header-inner {
    top: 88px;
}

.contact-us-page .contact-form .hs-form-field label {
    color: #fff;
}

.contact-us-page .contact-form .hs-form-field .hs-form-required {
    font-weight: 600;
}


.contact-us-page .contact-form .hs_message.hs-message {
    margin-right: 10px;
}

.contact-us-page .contact-form .hs-button.primary.large {
    background: #e50019;
    border: 1px solid #e50019;
    color: #fff;
    font-size: 12px;
    padding: 12px 32px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contact-us-page .contact-header-group .contact-header {
    padding-bottom: 30px;
}

.contact-us-page .contact-form .hs-button.primary.large:hover {
    background: #000;
    border: 1px solid #000;
}


.contact-us-page .contact-form .hs-form-field input {
    width: 100% !important;
}

.contact-us-page .contact-form .hs_message.hs-message .input {
    margin-right: 0px !important;
}

.contact-us-page .contact-form {
    margin-top: 30px;
    background: #e5001a;
    padding: 25px;
}

.footer-featured-image__img {
    height: 150px;
    width: 100%;
    background-size: cover;
    object-fit: cover;
}

img.resource-case-study-image__img {
    height: 250px;
    width: 100%;
      object-fit: cover;
}

.home-cta-center .orange-cta a {
    background: #2b2b2b;
}


.featured-image img {
    min-height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.post-item .post-content-more{
  color: #333;

}

img.bottom-featured-image__img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

/*** Additional CSS *****/

/**** CTA Module ******/


.home-banner-content h1 {
  font-weight: 700;
  line-height: 1.2em;
}
.home-banner-content p {
  font-size: 16px;
  margin-top: 20px;
}
.red-cta a, .resource-recent-blog.abm_page a {
    background: #e50019;
    padding: 7px 30px;
    color: #ffffff;
    border-radius: 20px;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.red-cta a:hover, .resource-recent-blog.abm_page a:hover{
  transition: .5s;
  background: #f7901e;
  color: #ffffff;
}
.home-banner-logos .home-logo-group {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
  align-items: center;
}
.home-banner-logos .home-logo-group .home-logo-inner{
  padding-right: 5%;
}
.home-banner-logos .home-logo-group .home-logo-inner:nth-child(1){
  width: 33%;
}
.home-banner-logos .home-logo-group .home-logo-inner:nth-child(2){
  width: 11%;
}
.home-banner-logos .home-logo-group .home-logo-inner:nth-child(3){   
  width: 20%;
}
.home-banner-logos .home-logo-group .home-logo-inner:nth-child(4){  
  width: 7%;
}
.home-banner-logos .home-logo-group .home-logo-inner:nth-child(5){
  width: 9%;
  padding-right: 0;
}

.impacting-telecom .impacting-telecom-inner{
  padding: 80px 20px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.impacting-telecom .impacting-telecom-inner .impacting-telecom-content{
  margin-bottom: 70px;
}
.impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2{
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2:before{
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-red.svg);
  
}
.impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.impacting-telecom-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.impacting-telecom-content-card .impacting-count:last-child {
  margin-right: 0;
}
.impacting-telecom-content-card .impacting-count {
  border-radius: 5px;
  box-shadow: 0 7.5px 20px 0 #0000000d;
  border: 1px solid #ededf9;
  width: 28%;
  margin-right: 7.5%;
  background: #fff;
}
.impacting-count-inner img {
  height: 50px;
}
.impacting-telecom-content-card .impacting-count .impacting-count-inner{
  padding: 30px 25px 20px;
}
.impacting-telecom-content-card .impacting-count .impacting-count-inner h2{
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 20px;
}
.impacting-telecom-content-card .impacting-count .impacting-count-inner p{
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
}
.impacting-telecom {
  background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Repeat%20Grid%201.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.partner-group{
  background: #000;
  color: #fff;
  background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Tower%20Bg%20.png');
  background-size: ;
  background-position: 99% 100%;
  background-repeat: no-repeat;
}

.partner-group .partner-group-inner{
  padding: 80px 20px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.partner-group-header{
  text-align: center;
}
.partner-group-header h2 {
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.partner-group-header h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url('https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-orange.svg');
}
.partner-group-header h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-top: 2px;
  display: block;
}

.partner-testimonial-group {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.partner-testimonial-group .partner-testimonial {
  width: 47%;
  margin-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-testimonial-group .partner-testimonial .partner-testimonial-image{
  width: 33%;
}
.partner-testimonial-group .partner-testimonial .partner-testimonial-image img {
  background: #fff;
}
.partner-testimonial-group .partner-testimonial .partner-testimonial-content{
  width: 60%;
  margin-left: 7%;
}
.partner-testimonial-group .partner-testimonial .partner-testimonial-content h4{
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
}
.partner-testimonial-group .partner-testimonial .partner-testimonial-content h4:before{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #f7901e;
  top: 12px;
  left: -45px;
}
.partner-testimonial-group .partner-testimonial .partner-testimonial-content h5{
  font-size: 10px;
  color: #cccccc;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
}
.partner-group-inner .orange-cta{
  margin-top: 50px;
  text-align: center;
}
.solution-group {
  padding-top: 70px;
  background: #E0E0E0;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Path%20351.svg);
  background-repeat: no-repeat;
  background-position: 6% 100%;
  background-size: 5%;
}
.solution-group-inner {
  max-width: 890px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: 120px; 
}
.solution-group-inner h2{
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
}

.solution-group-inner-sub-title:before{
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-red.svg);
}
.problem-section-group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin-top: 30px;
}
.problem-section-group-inner-image {
  width: 15%;
  margin-right: 10%;
}
.problem-section-group-inner-text {
  width: 50%;
  color: #000;
}

.solution-group-inner h2:aftre{
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  background: #ddd;
  margin-top: 8px;
  display: block;
}
.solution-section-group-inner {
  margin-bottom: 45px;
}
.solution-problem-group {
  padding-top: 70px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.solution-problem-group .solution-section-group{
  width: 50%;
}
.solution-problem-group .problem-section-group{
  width: 43%;
  margin-left: 7%;
}
.solution-section-group .solution-section-group-inner h3 {
  margin-bottom: 12px;
  position: relative;
  color: #e50019;
  font-size: 20px;
  font-weight: 600;
}
.solution-section-group .solution-section-group-inner h3:after {
  content: '';
  background: #333;
  width: 15px;
  height: 2px;
  position: absolute;
  display: -webkit-box;
  bottom: -2px;
}
.solution-section-group .solution-section-group-inner:nth-child(2) h3 {
  color: #333;
}
.solution-section-group .solution-section-group-inner:nth-child(2) h3:after {
  background: #e50019;
}
.problem-section-group h3 {
  margin-bottom: 12px;
  position: relative;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.problem-section-group h3:after {
  content: '';
  background: #e50019;
  width: 15px;
  height: 2px;
  position: absolute;
  display: -webkit-box;
  bottom: -2px;
}
.impact-group {
  background: #313131;
  padding: 70px 0;
  color: #fff;
}
.impact-group .impact-group-inner {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.impact-group .impact-group-inner h2 {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.impact-group .impact-group-inner h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.impact-group .impact-group-inner h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #e50019;
  margin-top: 2px;
  display: block;
}
.impact-card-group {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}

.impact-card-group .impact-card {
  width: 20%;
  margin: 0 6.5%;
}
.impact-card img {
  margin-bottom: 15px;
  height: 60px;
}
.impact-group .impact-group-inner h2 span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
}
.tower-management-group {
  margin-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.tower-management-points-inner-content p {
  position: relative;
}
.tower-management-points-inner-content p:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100vh;
  background: #dfdfdf;
  top: -14px;
  left: -29px;
}
.tower-management-group-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  text-align: center;
}
.tower-management-group-inner h2{
  margin-bottom: 25px;
  position: relative;
  margin-top: 0;
  display: inline-block;
}
.tower-management-group-inner h2:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}

.tower-management-group-inner .sub{
  position: relative;
  display: block;
}
.tower-management-group-inner .sub:before{
  content: '';
/*   position: absolu; */
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-orange.svg);
}
.tower-management-points {
  text-align: left;
  margin: 60px auto 0;
  max-width: 720px;
}

.tower-management-points-inner {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
}
.tower-management-points-inner .tower-management-points-inner-image{
  width: 30%;
}
.tower-management-points-inner .tower-management-points-inner-content{
  width: 60%;
  margin-right: 10%;
}
.tower-management-points-inner-content h3{
  position: relative;
  font-size: 20px;
}
.tower-management-points-inner-content h3:before {
  position: absolute;
  content: '';
  background: #f7901e;
  width: 12px;
  height: 12px;
  top: 8px;
  border-radius: 50%;
  left: -35px;
}
.modules-group {
  padding: 70px 0;
  background: #e8e8e8;
}
.modules-group-bg {
  background-repeat: no-repeat;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-tarantula-logo.png);
  background-position: 9% 50%;
  background-size: 6.5%;
}
.modules-column-section .modules-column-two img {
  min-height: 441px;
}
.modules-group-inner {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 15px;
}
.modules-group-inner h2 {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.modules-group-inner h2:before{
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-orange.svg);
}
.modules-group-inner h2 span {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  color: #333333;
}
.modules-column-section {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.modules-column-section h3 {
  font-size: 20px;
  margin-top: 20px;
  position: relative;
}
.modules-column-section h3:before {
  content: '';
  background: #f7901e;
  position: absolute;
  width: 2px;
  height: 30px;
  top: -35px;
  left: 20px;
}
.modules-column-one {
  margin-bottom: 35px;
}
.modules-column-three {
  margin-bottom: 35px;
}
.modules-column-section .modules-column-one-grp{
  width: 30%;
  margin-right: 5%;
}
.modules-column-section .modules-column-two{
  width: 30%;
  margin-right: 5%;
}
.modules-column-section .modules-column-three-grp{
  width: 30%;
}
.cta-group {
  margin-top: 50px;
  text-align: center;
}
.cta-group .orange-cta a {
  background: #f7901e;
  padding: 7px 30px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 600;
  transition: .5s;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.cta-group .red-cta a {
  background: #e50019;
  padding: 7px 30px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 600;
  transition: .5s;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.cta-group .red-cta a:hover{transition: .5s; background: #f7901e;}
.cta-group .orange-cta a:hover{transition: .5s; background: #e50019;}

.pricing-model-group {
  padding: 70px 0 10px; 
}
.pricing-model-group-inner {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.pricing-model-group-inner h2 {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.pricing-model-group-inner h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-red.svg);
}
.pricing-model-group-inner h2 span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
.pricing-model-group-inner h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ccc;
  margin-top: 2px;
  display: block;
}
.pricing-cta-group {
  text-align: center;
  margin-top: 50px;
}
p.inline-cta-action{
  font-size: 50px;
  color: #e50019;
}
p.cta-bottom-text {
  margin-top: 60px;
}
.inline-cta-action .cta-one a{
  background: #000;
  padding: 22px 50px 22px 100px;
  color: #ffffff;
  border-radius: 20px 0;
  font-weight: 600;
  transition: .5s;
  font-size: 30px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.inline-cta-action .cta-one a:hover, .inline-cta-action .cta-two a:hover{
  background: #f7901e;
  transition: .5s;
}
.inline-cta-action .cta-one a:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 53px;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-tower-signal.svg);
  background-size: 100%;
  top: 15px;
  left: 40px;
  background-repeat: no-repeat;
}
.inline-cta-action .cta-two a{
  background: #e50019;
  padding: 22px 50px 22px 100px;
  color: #ffffff;
  border-radius: 20px 0;
  font-weight: 600;
  transition: .5s;
  font-size: 30px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.inline-cta-action .cta-two a:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-module.svg);
  background-size: 100%;
  top: 18px;
  left: 28px;
  background-repeat: no-repeat;
}
.complete-charge {
  padding: 70px 0;
  background: #f7f7f7;
}
.complete-charge-inner {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.complete-charge-inner h2 {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.complete-charge-inner h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.complete-charge-inner h2 span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
.complete-charge-inner h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ccc;
  margin-top: 2px;
  display: block;
}


.complete-charge-block-group {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.complete-charge-block-group .complete-charge-block img {
  height: 30px;
}
.complete-charge-block-group .complete-charge-block{
  width: 16%;
  margin-right: 5%;
}
.complete-charge-block-group .complete-charge-block:last-child {
  margin-right: 0;
}

.complete-charge-block-group .complete-charge-block h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.complete-charge-block-group .complete-charge-block p{
  color: #777;
  margin-top: 5px;
}
.resource-group {
  padding: 70px 0;
  background-color: #f6f6f6;
}
.resource-group-inner {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.resource-group-inner-header{
  text-align: center;
}
.resource-group-inner-header h2{
  position: relative;
  display: inline-block;
}
.resource-group-inner-header h2:before{
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-red.svg);
}
.resource-group-inner-header h2:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.resource-case-study {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.resource-case-study .resource-case-study-image{width: 50%;background-size: cover; min-height: 250px;}
.resource-case-study .resource-case-study-content{width: 44%; padding: 20px 3%;}
.resource-case-study-content h3{
  margin-bottom: 25px;
  position: relative;
}
.resource-case-study-content h3:before {
  content: '';
  position: absolute;
  background: #e50019;
  height: 2px;
  width: 35px;
  top: 15px;
  left: -50px;
}
.resource-case-study-content h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 4px;
  display: block;
}

.line-cta a {
  color: #cccccc;
  font-size: 10px;
  position: relative;
  border: 1px solid #636363;
  padding-top: 5px;
  padding-right: 21px;
  padding-bottom: 5px;
  padding-left: 35px;
  border-radius: 20px;
  background: transparent;
  text-transform: uppercase;
}
.line-cta a:hover{
  color: #e50019;
  border: 1px solid #e50019;
  background: #fff;
}
.line-cta a:before {
  content: '';
  background: #e50019;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 11px;
  left: 14px;
}
.footer-subscribe .hs-button.primary, .footer-subscribe input[type="submit"]{
  color: #cccccc;
  font-size: 12px;
  position: relative;
  border: 1px solid #636363;
  padding: 5px 20px;
  border-radius: 20px;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: -3px;
  outline: none;
}
.footer-subscribe .form-title{
  display: none;
}
.footer-subscribe .hs-button.primary:hover, .footer-subscribe input[type="submit"]:hover{
  color: #e50019;
  border: 1px solid #e50019;
  background: #fff;
}

.footer-subscribe {
  display: flex;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 15px;
  border-bottom: 2px solid #3d3d3d;
  align-items: center;
}
.footer-copyright-inner div{
  width: 50%;
}
.footer-subscribe .footer-subscribe-left {
  width: 40%;
  border-right: 2px solid #3d3d3d;
}
.footer-subscribe .footer-subscribe-left h6 {
  margin-bottom: 0;
  margin-top: -9px;
  color: #777777;
}
.footer-subscribe .footer-subscribe-right {
  width: 60%;

}
.footer-group .hs-form .hs-form-field > label{
  display: none;
}
.footer-group .hs-form .hs-form-field {
  width: 100%;
  padding-left: 40px;
  margin-bottom: 0;
}
.footer-group .hs-form input[type="email"]{
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 0;
}
.footer-group ul.hs-error-msgs.inputs-list {
  position: absolute;
  font-size: 11px;
  padding-left: 0;
  list-style: none;
  margin-top: 5px;
  color: red;
  font-style: italic;
}
.footer-group form {
  display: flex;
  width: 100%;
}
.footer-copyright .social-media ul {
  list-style: none;
  display: flex;
  float: right;
  margin: 5px 0;
  padding-left: 0;

}
.footer-copyright .social-media ul li {
  margin-left: 12px;
}
.footer-menu-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: none;
  display: block;
}
.footer-copyright .social-media ul li a {
  font-size: 17px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  border-radius: 50%;
}
.footer-copyright .social-media ul li a .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.footer-copyright .social-media ul li:nth-child(1) a {
  background: #435F9E;
}
.footer-copyright .social-media ul li:nth-child(2) a {
  background: #4BC7F0;
}
.footer-copyright .social-media ul li:nth-child(3) a {
  background: #057EBA;
}

.footer-group::-webkit-input-placeholder { font-style: italic;}
.footer-group:-moz-placeholder { font-style: italic;}
.footer-group::-moz-placeholder { font-style: italic;}
.footer-group:-ms-input-placeholder { font-style: italic;}

.footer-menu-group {
  padding-top: 60px;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer-menu-group .footer-menu-about {
  width: 43%;
  padding: 0 4%;
}
.footer-menu-group .footer-menu-links {
  padding: 0 2%;
}
.footer-menu-group .footer-menu-links:nth-child(2){
  width: 25%;
}
.footer-menu-group .footer-menu-links:nth-child(3){
  width: 15%;
}
.footer-menu-group h5{
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.footer-menu-about .line-cta {
  margin-top: 25px;
}
.footer-menu-about p {
  color: #aaaaaa;
}
.footer-menu-group h5:before {
  content: '';
  background: #e50019;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 9px;
  left: 0;
}
.footer-menu-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  padding-left: 20px;
}
.footer-menu-group ul li{
  position: relative;
  padding-bottom: 9px;
}
.footer-menu-group ul li a{
  color: #fff;
}
.footer-menu-group ul li:hover a{
  color: #e50019;
}
.footer-menu-group ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: -20px;
  border: 1px solid #e50019;
}
.homevideo {
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  overflow: hidden; }
.homevideo .mask, .homevideo .separator--contact__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
.homevideo video {
  display: block;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover; }
.homevideo .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%; }
.footer-featured-image {
  min-height: 150px;
  width: 100%;
  background-size: cover;
}
.comment-heading {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 15px;
}
.comment-heading h2{
  position: relative;
  display: inline-block;
}
.comment-heading h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.comment-heading h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}

.section.post-footer {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-bottom: 50px;
}
.resource-recent-blog {
  margin-top: 50px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.resource-recent-blog .footer-resource:last-child {
  margin-right: 0;
}

.resource-recent-blog .footer-resource {
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.resource-recent-blog .footer-resource h3 {
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  color: #222222;
  margin-bottom: 20px;
  transition: .5s;
}
.resource-recent-blog .footer-resource:hover h3{
  color: #e50019;transition: .5s;
}
.resource-recent-blog .footer-resource h3:before {
  content: '';
  background: #e50019;
  position: absolute;
  width: 2px;
  height: 30px;
  top: -35px;
  left: 20px;
}
.resource-recent-blog .footer-resource h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.resource-recent-blog .footer-resource p {
  margin-bottom: 30px;
}
.resource-recent-blog .footer-resource small {
/*   position: absolute;
  bottom: 0; */
}

/*======================================================*/
/* Privacy Polic */
/*======================================================*/

.privacy-policy-header{
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.privacy-policy-header .privacy-policy-header-inner{
  background-color: rgba(229, 0, 25, 0.9);
  color: #fff;
  min-height: 290px;
  position: relative;
  width: 100%;
}
.privacy-policy-header .privacy-policy-header-inner h1{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.privacy-policy-header .privacy-policy-header-inner h1:before{
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Signal%20White.svg');
}
.privacy-policy-header .privacy-policy-header-inner h1:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-top: 2px;
  display: block;
}
.privacy-policy-body{
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 15px;
}
.privacy-policy-body h2{
  font-size: 24px;
  margin-bottom: 15px;
}
.privacy-policy-body ul {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 20px;
  list-style: none;
}
.privacy-policy-body ul li {
  position: relative;
}
.privacy-policy-body ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: -16px;
  border: 1px solid #e50019;
}
.privacy-policy-pointers .privacy-policy-point h3{
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  color: #e50019;
  font-size: 20px;
}

.privacy-policy-pointers .privacy-policy-point h3:before{
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Signal%20Black.svg')
}

.privacy-policy-pointers .privacy-policy-point h3:after{
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.privacy-policy-point-text {
  margin-bottom: 25px;
  margin-top: 10px;
}
.nav-bar {
  -webkit-box-shadow: 0 1px 2px -2px rgba(0,0,0,1);
  -moz-box-shadow: 0 1px 2px -2px rgba(0,0,0,1);
  box-shadow: 0 1px 2px -2px rgba(0,0,0,1);
}


/*======================================================*/
/* BLOG */
/*======================================================*/

.tarantula-blog-header{
  background-size: cover;
  background-position: center;
}
.tarantula-blog-header-overlay{
  background-color: rgba(0,0,0,0.6);
  min-height: 300px;
  width: 100%;
  position: relative;
}
.tarantula-blog-header-overlay .tarantula-blog-header-content{
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  top: 115px;
}
.blogging .red-cta a {
  padding: 9px 30px;
  text-transform: capitalize;
}
.tarantula-blog-header-content h1{
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}
.tarantula-blog-header-content h1 a{
  color: #fff;
}
.tarantula-blog-header-content .content-summary{
  color: #fff;
  max-width: 650px;
  font-size: 16px;
  line-height: 1.9em;
  margin: 0 auto;
}
.tarantula-blog-header-content h1:before {
  top: -30px;
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20White.svg);
  left: 50%;
  transform: translate(-50%);
}
/* .tarantula-blog-header-content h1:after {
content: '';
position: absolute;
width: 20px;
height: 2px;
background: #e50019;
margin-top: 2px;
display: block;
} */
.blog-event{
  max-width: 1000px;
  padding: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #f1f1f1;
}
.blog-event .blog-event-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-event .blog-event-inner h3{
  position: relative;
  line-height: 1.5em;
}
.blog-event .blog-event-inner h3:before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Black.svg);
}
.blog-event .blog-event-inner h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #e50019;
  margin-top: 2px;
  display: block;
}
.blog-event .blog-event-inner .event-left{
  width: 35%;
}

.blog-event .blog-event-inner .event-right{
  width: 60%;
  margin-left: 5%;
  line-height: 1.8em;
  color: #8a9094;
}
.hs-blog-listing .bottom-recent-blog {
  display: none;
}
.blog-section{
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px;
}
.post-listing {
/*   -webkit-box-shadow: 0 1px 2px -2px rgba(0,0,0,1);
  -moz-box-shadow: 0 1px 2px -2px rgba(0,0,0,1);
  box-shadow: 0 1px 2px -2px rgba(0,0,0,1); */
}
.blog-pagination {
  margin-top: 40px;
}
.blog-section .post-item{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
} 
.blog-section .post-item:nth-child(even) {
  flex-direction: row-reverse;
}
.blog-section .post-item .post-header-image {
  width: 50%;
}
.blog-section .post-item .post-header-content {
  width: 44%;
  padding: 0 3%;
/*   text-align: center; */
}

.post-item .post-content-more { text-align: left !important; }

/* .blog-section .post-item:nth-child(2) .post-author-details{
display: block;
position: absolute;
top: 50%;
left: 60px;
padding-top: 0;
transform: translate(0,-50%);
}
.blog-section .post-item:nth-child(2) .featured-image {
position: relative;
min-height: 420px;
}
.blog-section .post-item:nth-child(2) .featured-image:before {
position: absolute;
content: '';
background-color: rgba(0,0,0,0.7);
width: 100%;
height: 100%;
}
.blog-section .post-item:nth-child(2) .post-author-details .post-details{
width: 100%;
padding-right: 0;
border-right: 0 solid #E5E5E5; 
}
.blog-section .post-item:nth-child(2) .post-author-details .author-details{
width: 100%;
padding-left: 0;
color: #fff;
}
.blog-section .post-item:nth-child(2) .post-content-more, .blog-section .post-item:nth-child(2) .red-cta{
display: none;
}
.blog-section .post-item:nth-child(2) .post-author-details .post-details h2{
color: #fff;
}
.blog-section .post-item:nth-child(2) .post-author-details .post-details ul li{
color: #fff;
} */
.post-item .post-author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.post-item .post-content-more,
.three-recent-blog-rec_post p,
.reso-sb-content p{
  color: #8a9094;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.reso-sb-content {
  padding: 20px 15px;
}
.reso-sb-group h2 {
  margin-bottom: 25px;
  text-align: center;
}
.reso-sb-card {
  border: 1px solid #e0e0e0;
  margin-bottom: 25px;
  overflow: hidden;
}
.three-recent-blog-rec_post p,
.reso-sb-content p{
  text-align: left;
}
.three-recent-blog .three-resource {
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
.three-recent-blog .three-resource:last-child {
  border-bottom: 0 solid #e0e0e0;
}
.post-item .post-author-details .post-details{
  width: 100%;
}
.post-item .post-author-details .post-details h2,
.three-recent-blog-rec_post h3,
.reso-sb-content h3{
  color: #333333;
  font-weight: 500;
  font-size: 22px;
}
.post-item .post-author-details .post-details h2:hover{
  color: #e50019;
}
.post-item .line-cta a:before,
.three-recent-blog-rec_post a:before,
.reso-sb-content a.cta_button:before{
  background: #fff;
  height: 2px;
  width: 19px;
  top: 12px;
  left: 14px;
  content: '';
  position: absolute;
}
.post-item .line-cta a,
.three-recent-blog-rec_post a,
.reso-sb-content a.cta_button{
  color: #fff;
  font-size: 12px;
  border: 1px solid #e50019;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 40px;
  background: #e50019;
  transition: .5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 20px;
}
.reso-sb-content a.cta_button{
  border: 1px solid #f7901e;
  background: #f7901e;
}
.post-item .line-cta a:hover,
.three-recent-blog-rec_post a:hover,
.reso-sb-content a.cta_button:hover{
  transition: .5s;
  background: #333333;
}
.post-item .post-author-details .post-details ul{
  padding-left: 0;
  list-style: none;
}
.post-item .post-author-details .post-details ul li,
.three-date-month-inner p{
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  color: #686c6e;
  display: inline-block;
}
.post-item .post-author-details .post-details ul li:before,
.three-date-month-inner p:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #d8d8d8;
  border-radius: 50%;
  top: 8px;
  left: 5px;
}
.post-item .post-author-details .author-details{
  width: 24%;
  padding-left: 2%;
  align-items: center;
  display: flex;
  color: #686c6e;
}
.post-item .post-author-details .author-details img{
  width: 45px;
  margin-right: 15px;
  border-radius: 50%;
}
.blog-section .post-item .featured-image {
  min-height: 300px; 
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.blog-pagination ul{
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  left: 50%;
  position: relative;
  transform: translate(-50%,0);
}

.blog-pagination ul li{
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.blog-pagination ul li.prev-link a,
.blog-pagination ul li.second-link a,
.blog-pagination ul li.next-link a,
.blog-pagination ul li.last-link a{
  background-color: #fff;
  border: 2px solid #e5e5e5;
}
.blog-pagination ul li.elipses a{
  background-color: #fff;
  pointer-events: none;
  letter-spacing: 4px;
  border: 2px solid transparent;
}
.blog-pagination ul li a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e5e5e5;
  color: #515556;
  position: absolute;
  text-align: center;
  line-height: 2.2em;
  border: 2px solid #e5e5e5;
}
.blog-pagination ul li a:hover, .blog-pagination ul li a:active{
  background-color: #e50019;
  color: #fff;
  border: 2px solid #e50019;
}
.blog-pagination ul li.prev-link a:hover,
.blog-pagination ul li.second-link a:hover,
.blog-pagination ul li.next-link a:hover,
.blog-pagination ul li.last-link a:hover{
  background-color: #e50019;
  color: #fff;
  border: 2px solid #e50019;
}

.hs-blog-post .tarantula-blog-header, .hs-blog-post .blog-event{
  display: none;
}
.post-section {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 20px;
}

.post-section .post-author-details{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding-bottom: 20px;
}
.post-section .post-author-details .post-details {
  width: 100%;
}
.post-section .post-author-details .author-details {
  width: 24%;
  padding-left: 2%;
  align-items: center;
  display: flex;
  color: #686c6e;
}
.post-section .post-author-details .post-details h1{
  color: #333333;
  font-weight: 600;
  font-size: 30px;
}
.post-section .post-author-details .post-details ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.post-section .post-author-details .post-details ul li {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  color: #686c6e;
}
.post-section .post-author-details .post-details ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #d8d8d8;
  border-radius: 50%;
  top: 8px;
  left: 5px;
}
.post-section .post-author-details .author-details {
  width: 24%;
  padding-left: 2%;
  align-items: center;
  display: flex;
  color: #686c6e;
}
.post-section .post-author-details .author-details img {
  width: 45px;
  margin-right: 15px;
  border-radius: 50%;
}
.post-section .featured-image{
  width: 100%;
}
.post-section .post-body{
  line-height: 1.6;
  font-size: 16px;
/*   text-align: justify; */
}
.post-section .post-body h2,
.post-section .post-body h3,
.post-section .post-body h4,
.post-section .post-body h5,
.post-section .post-body h6{
  font-weight: 600;
  line-height: 1.4;
}
.post-section .post-body h2{
  font-size: 25px;
}
.post-section .post-body h3{
  font-size: 21px;
}
.post-section .post-body h4{
  font-size: 18px;
}
.post-section .post-body h5{
  font-size: 15px;
}
.post-section .post-body h6{
  font-size: 12px;
}
.footer-author-details ul{ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #e2e2e2;
  padding-left: 0;
  list-style: none;
}
.footer-author-details ul li{
  width: 49%;
  border-right: 1px solid #e2e2e2;
}
.footer-author-details ul li:last-child{
  border-right: 0 solid #e2e2e2;
}

.footer-author-details ul li p a{
  color: #686c6e;
}
.footer-author-details ul li p a:hover{
  color: #e50019;
}
.footer-author-details {
  margin-top: 25px;
  margin-bottom: 65px;
}
.footer-author-details ul li p{
  padding: 15px 0 15px 60px;
  color: #686c6e;
  position: relative;
}

.footer-author-details ul li:nth-child(1) p:before{
  position: absolute;
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Share.svg);
  width: 22px;
  height: 25px;
  top: 16px;
  left: 30px;
  background-repeat: no-repeat;
}
.footer-author-details ul li:nth-child(1) p span{
  padding: 0 8px;
  border-right: 1px solid #e2e2e2;
}
.footer-author-details ul li:nth-child(1) p span:last-child{
  border-right: 0 solid #e2e2e2;
}
.author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
}
.author-bio-image {
  width: 12%;
  padding-right: 3%;
}
.author-bio-image img{
  width: 100%;
  border-radius: 50%;
}
.author-bio h5{
  text-transform: uppercase;
}
.author-bio p{
  color: #8a9094;
  line-height: 1.6;
}
.list-pagination {
  border-top: 1px solid #e2e2e2;
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
  font-weight: 600;
}
a.pagination-btn.list-prev-post {
  display: inline-block;
  width: 49%;
  text-align: left;
  color: #515556;
  border-right: 1px solid #e2e2e2;  
}
a.pagination-btn.list-next-post {
  display: inline-block;
  width: 50%;
  text-align: right;
  color: #515556;
}
a.pagination-btn.list-prev-post:hover, a.pagination-btn.list-next-post:hover{
  color: #e50019; 
}
a.pagination-btn.list-prev-post span, a.pagination-btn.list-next-post span{
  position: relative;
}
a.pagination-btn.list-next-post span:after {
  position: absolute;
  content: '\f178';
  width: 30px;
  height: 10px;
  color: #e50019;
  font-family: 'Fontawesome';
  top: 0;
  font-weight: 100;
  right: -23px;
}
a.pagination-btn.list-prev-post span:before {
  position: absolute;
  content: '\f177';
  width: 30px;
  height: 10px;
  color: #e50019;
  font-family: 'Fontawesome';
  top: 0;
  font-weight: 100;
  left: -20px;
}
.author-bio-content {
  width: 85%;
}
.lp-blog {
  max-width: 1120px;
  margin: 0 auto !important;
  float: none !important;
  padding: 60px 10px;
}
.bottom-recent-blog-section{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-recent-blog-section h2{
  position: relative;
  display: inline-block;
}
.bottom-recent-blog-section h2:before{
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.bottom-recent-blog-section h2:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.bottom-recent-blog{
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}

.bottom-recent-blog .bottom-resource{
  width: 31%;
  margin-right: 3.1%;
  border: 1px solid #d4dee5;
  box-shadow: 0 0 4px 0 #00000012;
  position: relative;
}
.bottom-recent-blog .bottom-resource:last-child{
  margin-right: 0;
}
.bottom-featured-image {
  min-height: 190px;
  background-size: cover;
  position: relative;
  width: 100%;
}

.bottom-featured-image .date-month-inner {
  position: absolute;
  background: #e50019;
  color: #fff;
  bottom: 0;
  right: 0;
  height: 55px;
  width: 55px;
  text-align: center;
}
.bottom-featured-image .date-month-inner p{
  margin: 0;
  line-height: 1.3;
}
.bottom-featured-image .date-month-inner p:nth-child(1){
  padding-top: 5px;
  text-transform: uppercase;
}
.bottom-featured-image .date-month-inner p:nth-child(2){
  font-size: 20px;
}
.bottom-recent-blog-content {
  padding: 20px 20px 10px;
}
.bottom-recent-blog-content h3{
  color: #333333;
  font-size: 20px;
}
.bottom-recent-blog-content:hover h3{
  color: #e50019;
}
.bottom-recent-blog-content p{
  color: #60707d;
}
.bottom-recent-blog .bottom-resource ul{
  position: absolute;
  bottom: 0;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.bottom-recent-blog .bottom-resource ul li{
  position: relative;
  padding-right: 5px;
  padding-left: 20px;
  color: #333333;
  text-transform: uppercase;
}
.bottom-recent-blog .bottom-resource ul li:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #d8d8d8;
  border-radius: 50%;
  top: 8px;
  left: 5px;
}
.about-company {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -10px;
}
.about-company .about-company-overlay{
  background-color: rgba(45,48,52,0.87);
  min-height: 500px;
  position: relative;
}
.service .about-company .about-company-overlay {
  min-height: 400px;
}
.about-company .about-company-content {
  color: #fff;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
  top: 170px;
}
.about-company .company-group {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
  background: #fff;
  display: block;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px;
  border-bottom: 8px solid #333333;
}
.header-subline {
  text-align: center;
  background: #e50019;
  padding: 25px 15px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.company-group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 50px;
  align-items: center;
}
.company-group-image {
  width: 27%;
  padding-right: 2%;
  border-right: 2px solid #333333;
}
.company-group-image img{
  width: 180px;
}
.company-group-content {
  width: 67%;
  padding-left: 3%;
  font-size: 27px;
  font-weight: 600;
}
.about-company .about-company-content h1 {
  font-size: 38px;
  position: relative;
  font-weight: 700;
}
.about-company .about-company-content h1:before {
  left: 50%;
  transform: translate(-50%,0);
  top: -30px;
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20White.svg);
}
.our-vision-heading {
  width: 40%;
}
.our-vision-heading h4{
  position: relative;
}
.our-vision-heading h4:before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Black.svg);
}
.our-vision-heading :after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #e50019;
  margin-top: 2px;
  display: block;
}
.our-vision {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 20px;
}
.our-vision .our-vision-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.our-vision .our-vision-inner:last-child{
  margin-bottom: 0;
}
.our-vision-desc p {
  margin-top: 0;
}

.our-vision-desc {
  width: 55%;
  padding-left: 5%;
  padding-top: 20px;
}
.image-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-list .image-list-inner{
  width: 20%;
}
.image-list .image-list-inner img{
  width: 100%;
}
.our-vision-group{
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Path%20372.svg);
  background-size: 3.2%;
  background-repeat: no-repeat;
  background-position: 95% 101%;
}
.teamwork-section-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.teamwork-section-group .teamwork-section-content{
  width: 45%;
  margin-bottom: 45px;
}
.teamwork-section-group .teamwork-section-content:nth-child(odd){margin-right: 5%;}
.teamwork-section-group .teamwork-section-content:nth-child(even){margin-left: 5%;}
.teamwork-section-inner{
  max-width: 1020px;
  margin: 0 auto;
  padding: 75px 20px 0;
  z-index: 9;
  position: relative;
}
.teamwork-section{
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.teamwork-section:before {
  position: absolute;
  content: '';
  background: #e8e8e8;
  height: 100%;
  width: 50%;
  right: 0;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Group%20308.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 9%;
}
.teamwork-section-content h4:before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Black.svg);
}
.teamwork-section-content h4:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #e50019;
  margin-top: 2px;
  display: block;
}
.teamwork-section-content span.tag{
  font-size: 16px;
  font-weight: 600;
  word-spacing: 7px;
  position: relative;
}
.teamwork-section-content span.tag:after{
  position: relative;
  content: '';
  background: #e50019;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: 8px;
  display: inline-block;
  top: 0;
}
.about .resource-case-study{
  background: #fff;
}
.our-approch{
  max-width: 1100px;
  margin: 60px auto;
}

.our-approch-header{
  text-align: center;
}
.our-approch-header h2 {
  position: relative;
  display: inline-block;
}
.our-approch-header h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.our-approch-header h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.about-client-logos{
  background-color: #2d3034;
}

.about-client-group{
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 20px;
}
.about-client-logos .about-client-group .about-logos-inner{
  padding-right: 5%;
}
.about-client-logos .about-client-group .about-logos-inner img{
  width: 100%
}
.about-client-logos .about-client-group .about-logos-inner:nth-child(1){
  width: 28%;
}
.about-client-logos .about-client-group .about-logos-inner:nth-child(2){
  width: 9%;
}
.about-client-logos .about-client-group .about-logos-inner:nth-child(3){   
  width: 10%;
}
.about-client-logos .about-client-group .about-logos-inner:nth-child(4){  
  width: 18%;
}
.about-client-logos .about-client-group .about-logos-inner:nth-child(5){
  width: 15%;
  padding-right: 0;
}
.our-approch .approch-sub-head {
  font-size: 20px;
  font-weight: 600;
}
.our-approch-card {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-approch-content {
  padding: 30px 20px 20px;
}
.our-approch-content h4{
  font-weight: 600;
  position: relative;
}
.our-approch-content h4:before {
  content: '';
  background: #e50019;
  position: absolute;
  width: 2px;
  height: 30px;
  top: -45px;
  left: 20px;
}
/* .our-approch-card-image {
  min-height: 230px;
  background-size: cover;
} */


.our-approch-card-image img {
    height: 230px;
    background-size: cover;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}


.landing-form-inner ul.inputs-list.multi-container input {
    width: auto !important;
    height: auto !important;
}

.landing-form-inner ul.inputs-list.multi-container label.hs-form-checkbox-display span { color: #fff; }
.landing-form-inner ul.inputs-list.multi-container { padding: 0px; list-style-type: none; }

.tarantula-view-current-openings__content { width: 46%; }
.tarantula-view-current-openings__img { width: 48%; }







.our-approch-card .our-approch-card-inner {
  width: 31%;
  margin-right: 3.5%;
  box-shadow: 0 1px 1px 0 #cccccc;
}
.our-approch-card .our-approch-card-inner:last-child {
  margin-right: 0;
}
.service .about-company .about-company-content{
  top: 170px;
}
.service .resource-case-study{
  background: #fff;
}
.service .our-approch-card .our-approch-card-inner{
  margin-bottom: 30px;
}
.service .red-cta{
  text-align: center;
}
.our-approch-card .our-approch-card-inner:nth-child(3),
.our-approch-card .our-approch-card-inner:nth-child(6),
.our-approch-card .our-approch-card-inner:nth-child(9),
.our-approch-card .our-approch-card-inner:nth-child(12){
  margin-right: 0;
}
.service .our-approch {
  margin: 60px auto;
  max-width: 1030px;
  padding: 0 20px;
}
.service-testimonial-group {
  position: relative;
  overflow: hidden;
}

.service-testimonial-group:before {
  position: absolute;
  content: '';
  background: #e8e8e8;
  height: 100%;
  width: 40%;
  right: 0;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Path%20372-1.svg);
  background-repeat: no-repeat;
  background-position: 90% 100%;
  background-size: 8%;
  top: 10px;
}
.service .service-testimo {
  margin: 0 auto;
  max-width: 1030px;
  padding: 90px 20px;
  position: relative;
} 

.service-testimo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-testimo-content-inner p {
  padding-bottom: 75px;
}
.service-testimo-content-inner .testimonial-bio {
  position: absolute;
  bottom: 10px;

}
.service-testimo-inner .service-testimo-content {
  width: 45%;
  border-radius: 3px;
  box-shadow: 0 1.5px 5px 0 #7777771a;
  margin-right: 6%;
  background: #fff;
}
.service-testimo-inner .service-testimo-content:nth-child(even){
  margin-right: 0;
}
.service-testimo-content-inner {
  padding: 40px 20px 20px 50px;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Icon.svg);
  background-repeat: no-repeat;
  background-size: 29px 27px;
  background-position: 15px 15px;
  position: relative;
  min-height: 240px;
}

.testimonial-bio-left h5{
  margin-bottom: 5px;
  color: #e50019;
}
.testimonial-bio-left h6{
  margin-top: 0;
  font-weight: 500;
}
.service-cta-section {
  background-color: #f6f6f6;
}
.service-cta-section h2 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.service-cta-section h2:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.service-inner-content h3 {
  color: #e50019;
  font-weight: 600;
}
.service-cta-section h2:before{
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.service-cta-inner {
  margin: 0 auto;
  max-width: 1030px;
  padding: 60px 20px;

}
.service-inner-content-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.service-inner-content{
  width: 70%;
  margin-right: 5%;
}
.service-inner-cta{
  width: 25%;
  text-align: right;
}
.teamwork-section-inner h2 {
  margin-bottom: 55px;
  position: relative;
  display: inline-block;
}
.teamwork-section-inner h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}

.teamwork-section-inner h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}

.team-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-header .team-header-inner{
  position: relative;
  background-color: rgba(0,0,0,.87);
  min-height: 450px;
  color: #fff;
  text-align: center;
}
.team-header .team-header-inner .team-header-content{
  position: relative;
  top: 180px;

}
.team-header .team-header-inner .team-header-content h1 {
  font-size: 38px;
  position: relative;
  font-weight: 700;
}
.team-header .team-header-inner .team-header-content h1:before {
  left: 50%;
  transform: translate(-50%,0);
  top: -30px;
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20White.svg);
}
.team-header .team-header-inner .team-header-content h4{
  margin-top: 30px; font-weight: 600;
}
.the-team-section {
  /*   background-color: #f5f5f5; */
  padding: 60px 0 0;
  box-shadow: 0 0 18px -9px rgba(0,0,0,0.75);
}
.team .the-team-section {
  padding: 60px 0;
}
.the-team-header {
  text-align: center;
  margin-bottom: 50px;
}
.the-team-header h2 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.the-team-header h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.the-team-header h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.team-section-blocks-top, .team-section-blocks-bottom, .team-section-blocks-bottom-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* .career .team-section-blocks-top,.career .team-section-blocks-bottom, .career .team-section-blocks-bottom-inner{
align-items: center;
} */
.history-text, .history-image, .who-we-are-text, .team-section-blocks-bottom-right {
  width: 33.33%;
}
.history-text-inner, .who-we-are-text-inner, .goal-text-inner, .full-goal-text-inner{
  padding: 40px;
}
.team-section-blocks-bottom-inner {
  width: 66.66%;
}
.goal-image, .goal-text, .full-goal-text, .full-goal-img{
  width: 50%;
}
.full-goal-image, .history-image, .goal-image, .goal-right-image, .full-goal-img{
  min-height: 265px;
  background-size: cover;
  background-repeat: no-repeat;
}
.career .history-image, .career .goal-image, .career .goal-right-image, .career .full-goal-img{
  filter: grayscale(0);
}
.full-goal-image {
  width: 100%;
  background-position: bottom;
}
.goal-right-image {
  height: 100%;
}
.the-team-section h4 {
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}
.the-team-section h4:before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Black.svg);
}
.the-team-section h4:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #e50019;
  margin-top: 2px;
  display: block;
}
.join-team-inner {
  margin: 0 auto;
  max-width: 1030px;
  padding: 60px 20px;
}
.join-team-header h2 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.join-team-header h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
  margin: 0 auto 10px;
}
.join-team-header {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}
.join-team-header h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.come-on {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.come-on-cta {
  background: #e50019;
  width: 35%;
  text-align: center;
/*   padding-top: 70px; */
}
.come-on-cta .come-on-text{
  color: #fff;
  font-size: 45px;
}
.white-cta a {
  background: #fff;
  padding: 7px 30px;
  color: #333;
  border-radius: 20px;
  font-weight: 600;
  transition: .5s;
  font-size: 18px;
  display: inline-block;
}
.white-cta a:hover {
  background: #f7901e;
  color: #fff;
  transition: .5s;
}
.come-on-image{
  width: 65%;
}
.come-on-image img{
  width: 100%;
}
.team-slider-inner h2 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.slick-vertical .slick-slide{
  outline: none;
}
.team-slider-inner h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
button.slick-prev.slick-arrow {
  width: 25px;
  height: 36px;
  border: 0;
  font-size: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/noun_up%20arrow_719903.svg);
  background-size: cover;
  background-position: center top;
  left: -150px;
  top: 30px;
  position: relative;
}
button.slick-next.slick-arrow {
  transform: rotate(180deg);
  width: 25px;
  height: 36px;
  border: 0;
  font-size: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/noun_up%20arrow_719903.svg);
  background-size: cover;
  background-position: center top;
  left: -150px;
  top: -30px;
  position: relative;
}
.team-slider-inner h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.rtl-slider-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.rtl-slider-flex .rtl-slider {
  width: 50%;
  margin-left: auto;
}
.rtl-slider-flex .rtl-slider-nav {
  width: 40%;
}
.headshot-image img {
  width: 70px;
  border: 5px solid #707070;
  border-radius: 50%;
}
.team-bio h6 {
  color: #797979;
  font-weight: 500;
  margin-top: 5px;
}
.team-bio h5 {
  color: #2d3034;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  opacity: 0.3;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px -7px rgba(0,0,0,0.75);
  margin-bottom: 20px;
  width: 90% !important;
}
.headshot-image {
  width: auto;
}
.team-bio{
  width: auto;
  padding-left: 20px;
}
.rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity: 1;
}
.team-slider {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
.team-container {
  position: relative;
  width: 100%;
  margin-left: auto;
}
.team-container:before {
  position: absolute;
  content: '';
  background: #e50019;
  width: 100%;
  height: 7px;
  bottom: -6px;
  border-radius: 20px 0 0 20px;
}
.team-image {
  display: block;
  width: 100%;
  height: auto;
}
.team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255,0.9);
  -webkit-box-shadow: inset 0 0 0 2px rgba(229,0,27,1);
  -moz-box-shadow: inset 0 0 0 2px rgba(229,0,27,1);
  box-shadow: inset 0 0 0 2px rgba(229,0,27,1);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.team-container:hover .team-overlay {
  height: 100%;
}
.team-text {
  font-size: 14px;
  position: absolute;
  padding: 0 20px ;
}
.team-overlay .follow-link {
  padding: 20px;
  position: absolute;
  bottom: 0;
}
.team-overlay .follow-link a {
  width: 40px;
  height: 40px;
  background: #e50019;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.team-overlay .follow-link a i {
  top: 47%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}
.team-overlay .follow-link a:hover {
  background: #f7901e;
}
.modules-column-section img,.tower-management-points-inner-image img {
  width: 100%;
}
.tower-management-points-inner-content h3 {
  margin-top: 10px;
}


/* ----------------------------------------------

Careers Page

---------------------------------------------- */

.career-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.career-header .career-header-inner {
  min-height: 475px;
  background: rgba(0,0,0,.75);
  position: relative;
}
.career-header .career-header-inner .career-header-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  top: 200px;
  color: #fff;
  text-align: center;
}
.career-header-content h1 {
  font-size: 38px;
  position: relative;
  font-weight: 700;
}
.career-header-content h1:before {
  left: 50%;
  transform: translate(-50%,0);
  top: -30px;
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20White.svg);
}
.join-tarantula-inner {
  max-width: 1150px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}
.join-tarantula-image {
  width: 50%;
  margin-left: 15%;
}
.join-tarantula-content {
  width: 35%;
  padding-bottom: 60px;
  border-bottom: 4px solid #f9bc35;
}
.join-tarantula-content h4{
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.join-tarantula-content h4 span{
  color: #e50019;
}
.join-tarantula-content h4:before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.join-tarantula-content h4:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}

.join-blocks {
  margin: 25px auto;
  max-width: 1030px;
  padding: 0 20px;
}
.join-blocks p{
  margin-bottom: 0;
  font-size: 16px;
}

.join-blocks h5{
  margin-top: 0;
}
.join-blocks-section {
  margin-top: 35px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.join-blocks-section .join-card {
  width: 21.5%;
  margin-right: 4.6%;
  box-shadow: 0 1px 1px 0 #00000029;
  border-radius: 5px;
  border-top: 7px solid #e50019;
  text-align: center;
  padding: 30px 0;
}
.join-blocks-section .join-card img {
  height: 70px;
  margin-bottom: 20px;
}
.join-blocks-section .join-card:last-child {
  margin-right: 0;
}
.join-blocks-section .join-card h5{
  font-size: 18px;
  font-weight: 600;
}
.join-tarantula {
  margin: 50px 0 70px;
}
.customer-focused {
  padding: 60px 0;
  text-align: center;
  -webkit-box-shadow: 0 9px 12px -17px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 9px 12px -17px rgba(0,0,0,0.75);
  box-shadow: 0 9px 12px -17px rgba(0,0,0,0.75);
}
.customer-focused h3{
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.customer-focused h3:before {
  content: '';
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}

.customer-focused h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.focused-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.focused-point .inner-point {
  color: #33bc00;
  font-size: 18px;
  width: 24%;
  margin-right: 1.3%;
}
.focused-point .inner-point {
  margin-right: 0;
}
.customer-note {
  background-color: #2b2b2b;
  color: #fff;
  padding: 20px;
}
.customer-note p{
  margin: 0 auto;
  max-width: 920px;
  position: relative;
  font-size: 16px;
}
.customer-note p:before {
  content: '';
  background: #e50019;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 13px;
  left: -20px;
}
.current-opportunities {
  margin: 0 auto;
  max-width: 920px;
  padding: 60px 20px;
}
.current-opportunities h2 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.current-opportunities h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.current-opportunities h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}

p#job-found {
  position: relative;
}
p#job-found:after {
  content: '';
  position: relative;
  background: #e50019;
  height: 3px;
  width: 40px;
  display: block;
  margin-top: 5px;
}
.list-heading-group, .job-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.job-listing {
  margin: 40px 0;
}
.list-heading-group{
  margin-bottom: 20px;
}
.list-heading-group .list-heading:nth-child(1){
  width: 40%;
}
.list-heading-group .list-heading:nth-child(2){
  width: 22%;
}
.list-heading-group .list-heading:nth-child(3){
  width: 38%;
}
.job-list-group .job-list{
  padding: 30px 0;
  font-size: 16px;
  color: #2d3034;
  border-bottom: 1px solid #d7d7d7;
}
.job-list-group .job-list:last-child{
  border-bottom: 0 solid #d7d7d7;
}
.job-description{
  text-align: right;
}
.job-description a {
    background: #e50019;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 600;
}
.job-description a:hover {
  background: #f7901e;
  transition: 0.5s;
}

.job-title {
  width: 40%;
  font-weight: 600;
}
.job-exp, .job-location{
  width: 22%;
}
.job-description{
  width: 16%;
}

.no-job{
  font-size: 16px;
}
.no-job p{
  position: relative;
}
.no-job p:before {
  content: '';
  background: #e50019;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 13px;
  left: -20px;
}
.career-description .career-header .career-header-inner {
  min-height: 320px;
}
.career-description .career-header .career-header-inner .career-header-content {
  top: 130px;
}
.career-description .last-update-section{
  display: none;
}
.focused-image img {
  width: 100%;
}
.focused-image {
  margin: 50px auto 0;
  max-width: 870px;
}
.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0 5% 0 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: 0 5% 0 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}
.client .about-company .about-company-content {
  top: 200px;
  max-width: 970px;
}
.client .about-company .about-company-content h1 {
  font-size: 38px;
  line-height: 1.5;
}
.client .about-company .about-company-overlay {
  background-color: rgba(229, 0, 25,0.87);
  position: relative;
}
.client .about-company .about-company-overlay:before {
  position: absolute;
  content: '';
  background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Path%20373.svg');
  background-repeat: no-repeat;
  background-position: 6% bottom;
  background-size: 3%;
  width: 100%;
  height: 100%;
}
.client .about-company .about-company-overlay:after {
  position: absolute;
  content: '';
  background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Group%20401.svg');
  background-repeat: no-repeat;
  background-position: 94% bottom;
  width: 100%;
  height: 100%;
  background-size: 15%;
  top: 0;
}
.client-section .client-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.client-section .client-section-inner .client-block-one, .client-section .client-section-inner .client-block-three{
  width: 21%;
  text-align: center;
  padding: 25px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.client-section .client-section-inner .client-block-one .client-block-logo, .client-section .client-section-inner .client-block-three .client-block-logo{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.client-section .client-section-inner .client-block-two {
  width: 46%;
  padding: 25px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.client-section .client-section-inner .client-block-two .client-block-logo{
  width: 25%;
  text-align: center;
}
.client-section .client-section-inner .client-block-two .client-block-logo img {
  max-height: 120px;
}
.client-section .client-section-inner .client-block-two .client-block-text{
  width: 70%;
  margin-left: 5%
}
.client-section .client-section-inner h4{
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}
.client-section .client-section-inner .client-block-two h4 {
  font-size: 18px;
}
.client-section .client-section-inner:nth-child(odd) .client-block-two,.client-section .client-section-inner:nth-child(even) .client-block-one,.client-section .client-section-inner:nth-child(even) .client-block-three {
  background: #f6f6f6;
}
.client-section .client-section-inner .client-block-one, .client-section .client-section-inner .client-block-three, .client-section .client-section-inner .client-block-two {
  min-height: 130px;
}
.tarantula-testimo-bg{
  position: relative;
  box-shadow: 0 -5px 24px -17px rgba(0,0,0,1);
}
.tarantula-testimo-content-inner h6 {
  font-size: 14px;
}
.tarantula-testimo-bio h5{
  color: #e50019;
  margin-bottom: 5px;
}
.tarantula-testimo-bio{
  margin-top: 30px;
}
.tarantula-testimo-bio h6{
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
}
.testimonial-slider-wrapper{
  background: #fff;
  max-width: 880px;
  padding: 50px 50px 20px;
  box-shadow: 0 3px 9px 0 #7777771a;
  border-radius: 5px;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Icon.svg);
  background-repeat: no-repeat;
  background-size: 29px 27px;
  background-position: 15px 15px;
  position: relative;
  margin-top: 50px;
}
.testimonial-slider{
  position: relative;
}
.testimonial-slider .owl-nav {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translate(-50%, 0);
}
.testimonial-slider .owl-nav .owl-next,.testimonial-slider .owl-nav .owl-prev {
  display: inline-block;
  margin: 0 50px;
  width: 20px;
  height: 34px;
  font-size: 0;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/noun_up%20arrow_719903.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-slider .owl-nav .owl-next{
  transform: rotate(90deg);
}
.testimonial-slider .owl-nav .owl-prev{
  transform: rotate(270deg);
}
.tarantula-testimo-bg:before {
  position: absolute;
  content: '';
  background: #e8e8e8;
  height: 100%;
  width: 40%;
  right: 0;
  background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Group%20308.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 9%;
}
.tarantula-testimo {
  margin: 0 auto;
  position: relative;
  max-width: 1030px;
  padding: 60px 20px 100px;
}
.tarantula-testimo h2 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.tarantula-testimo h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg');
}
.tarantula-testimo h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.business-cta-group{
  margin: 0 auto;
  max-width: 1030px;
  padding: 60px 20px;
  text-align: center;
}
.business-cta-group h2{
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.business-cta-group h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.business-cta-group h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.cta-inner-group {
  margin-top: 50px;
}
.cta-inner-group .business-cta {
  display: inline-block;
}
.cta-inner-group .business-cta:nth-child(odd), .cta-inner-group .business-cta:nth-child(even){
  padding: 0 15px;
}
.cta-inner-group .business-cta:nth-child(odd) a,  .cta-inner-group .business-cta:nth-child(even) a:hover{
  color: #fff;
  background: #e50019;
  padding: 10px 30px;
  border: 1px solid #e50019;
  border-radius: 60px;
  transition: .5s;
}
.cta-inner-group .business-cta:nth-child(even) a, .cta-inner-group .business-cta:nth-child(odd) a:hover {
  color: #fff;
  background: #2d3034;
  padding: 10px 30px;
  border: 1px solid #e50019;
  border-radius: 60px;
  transition: .5s;
}

.cta-inner-group .business-cta a {
    font-size: 18px;
    font-weight: 600;
    border-radius: 80px !important;
}


.contact-header-group {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 200px; 
}
.contact-header-group .contact-header{
  background: rgba(51, 51, 51, 0.85);
  color: #fff;
}
.contact-header-contact {
  text-align: center;
}
.contact-header-contact h1 {
  font-size: 38px;
  position: relative;
  font-weight: 700;
}

.contact-header-contact h1:before {
  left: 50%;
  transform: translate(-50%,0);
  top: -30px;
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20White.svg);
}
.contact-header-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  top: 130px;
}
.contact-form {
  box-shadow: 0 0 45px 0 #73737330;
  background: #fff;
  padding: 30px 40px;
  margin-top: 75px;
}

/* .contact-form input[type="text"],
.contact-form .hs-form input[type="number"],
.contact-form .hs-form input[type="email"],
.contact-form .hs-form input[type="tel"],
.contact-form .hs-form select {
border: 0 !important;
border-bottom: 1px solid #e2e2e2 !important;
border-radius: 0 !important;
} */
.contact-form .hs-form textarea{
  border-radius: 2px !important;
  min-height: 100px;
}

/* .contact-form .hs-form .hs-form-field {
margin-bottom: 40px;
} */
.our-offices {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px 30px;
}
.our-offices h2{
  margin-bottom: 55px;
  position: relative;
  display: inline-block;
}

.our-offices h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.our-offices h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.office-address-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.office-address-group .office-address-card:nth-child(3),
.office-address-group .office-address-card:nth-child(6){
  margin-right: 0;
}
.office-address-group .office-address-card{
  margin-right: 3.1%;
  width: 31%;
  box-shadow: 0 1px 2px 0 #00000029;
  border-radius: 3px;
  background-position: 97% 97%;
  background-size: 40%;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid transparent;
  margin-bottom: 30px;
}
.office-address-group .office-address-card.active {
  box-shadow: 0 0 0 0 #00000029;
  border: 1px solid #e50019;
}
.office-address-group .office-address-card h4{
  color: #e50019;
  position: relative;
}
.office-address-group .office-address-card h4:before{
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Black.svg);
}
.office-address-content {
  padding: 25px 25px 100px;
}
.tabcontent {
  display: none;
}
.landing-form-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.landing-form-section .landing-content{
  width: 60%;
}
.landing-form-section .landing-form{
  width: 40%;     background: #000;
}
.landing-form-inner {
  padding: 50px;
}
.landing-content-inner {
  max-width: 600px;
  padding: 50px 20px;
  margin: 0 auto;
}
.landing-page .actions {
  text-align: right;
}
.landing-form-section h1{
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  font-size: 25px;
}
.landing-form-section h1:before {
  content: '';
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.landing-form-section h1:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.landing-page .custom-menu-primary, .landing-page .footer-group, .contact .custom-menu-primary, .contact .footer-group{
  display: none !important;
}
.landing-page .body-container-wrapper {
  padding-top: 59px;
}
.landing-page .landing-content ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  list-style: none;
}
.landing-page .landing-content ul li {
  position: relative;
  margin-bottom: 10px;
}
.landing-page .landing-content ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: -16px;
  border: 1px solid #e50019;
}
.landing-logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.landing-logo-group .landing-logo-inner {
  width: 21%;
  margin-right: 4.8%;
}
.landing-logo-group .landing-logo-inner:last-child{
  margin-right: 0;
}
.landing-logo-group .landing-logo-inner img {
  max-height: 100px;
}
.typ-group-section {
  position: relative;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/TYP-01.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.typ-group{
  padding: 100px 20px 150px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.typ-group h1 {
  font-size: 80px;
  color: #e50019;
  font-weight: 600;
}
.typ-group p {
  font-size: 20px;
  margin-bottom: 25px;
}
.typ-group .red-cta{
  line-height: 1.5;
}
.blog-pagination ul li a.active {
  background-color: #e50019;
  color: #ffffff;
  border: 2px solid #e50019;
}
.default-featured-image{
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/telecom-towers.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hs-blog-post .default-featured-image{
  min-height: 320px;
  margin-bottom: 20px;
}
.home-logo-inner img {
  width: 100%;
}
.error404 {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 20px;
}
.error404 .fa {
  font-size: 180px;
  color: #e50019;
  font-weight: 100;
}
.porduct-banner {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.porduct-banner .porduct-banner-overlay {
  background: rgba(0,0,0,0.75);
  min-height: 100vh;
  position: relative;
}
.porduct-banner .porduct-banner-overlay .porduct-banner-content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 55%;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%,-50%);
}
.porduct-banner-content h1 {
  font-size: 38px;
  position: relative;
  font-weight: 700;
  margin-bottom: 28px;
}
.porduct-banner-content h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.porduct-banner-content h2 span {
  color: #e50019;
  font-weight: 600;
  text-transform: uppercase;

}
.porduct-banner .red-cta a {
  padding: 7px 30px;
  border-radius: 25px;
  font-size: 18px;
  text-transform: inherit;
  line-height: 1.7em;
}
.black-cta a {
  background: #1d1d1d;
  padding: 7px 30px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 400;
  transition: .5s;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
}
.black-cta a:hover {
  background: #e50019;
  transition: .5s;
  color: #ffffff;
}
.red-cube-effect {
  margin: 60px auto 20px;
  max-width: 1040px;
  padding: 0 20px;
  text-align: center;
}
.red-cube-effect h2 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-align: center; 
}
.red-cube-effect h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/Home/telecom-site-management-software-signal-red.svg);
}
.red-cube-effect h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.red-cube-effect-cards {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.red-cube-effect-cards .red-cube-card {
  width: 22%;
/*   box-shadow: 1px -1px 2px 0 #00000029; */
  box-shadow: 0 1px 1px 0 #00000029;
  border-radius: 5px;
  border-top: 3px solid #e50019;
  margin-right: 4%;
  margin-bottom: 40px;
  
}
.red-cube-effect-cards .red-cube-card:nth-child(4),
.red-cube-effect-cards .red-cube-card:nth-child(8),
.red-cube-effect-cards .red-cube-card:nth-child(12),
.red-cube-effect-cards .red-cube-card:nth-child(16){
  margin-right: 0;
}
.red-cube-card-inner {
  padding: 20px 10px 5px;
}
.red-cube-card-inner img {
  height: 50px;
  margin-bottom: 12px;
}
.red-cube-card-inner h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}
form#email-prefs-form {
  margin: 60px auto;
  padding: 0 20px;
  max-width: 740px;
}
.subs-conf .body-container {
  margin: 60px auto;
  padding: 0 20px;
  max-width: 740px;
}
.unsub form#email-prefs-form {
  margin: 0 auto 60px;
  text-align: center;
}
.unsub #email-prefs-form .email-edit {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.unsub .body-container {
  text-align: center;
  margin-top: 60px;
}
.unsub .body-container h1, .preferences .body-container h1, .subs-conf .body-container h1{
  font-size: 35px;
  margin-bottom: 20px;
  color: #e50019;
}
/* remove scrollbar space */
/** ::-webkit-scrollbar {
  width: 0;  
  background: transparent;  
} ***/
.client-section .client-section-inner .client-block-three .client-block-text {
  width: 100%;
}
.resource-group .red-cta{
  text-align: left;
}
.resource-group .red-cta a{
  font-size: 18px;
}

.team-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-career .team-career-image {
  width: 50%;
/*   min-height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 53%; */
}
.team-career .team-career-text {
  width: 25%;
  min-height: 230px;
}
.team-career .team-career-text:nth-child(2),
.team-career .team-career-text:nth-child(5)
{
  background: #f7f7f7;
}
.team-career .team-career-text:nth-child(3),
.team-career .team-career-text:nth-child(4)
{
  background: #e2e2e2;
}

.team-career .team-career-text-inner {
  padding: 40px;
}
.team-career-text-inner h3{
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 20px;
}
.team-career-text-inner h3:before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Black.svg);
}

.team-career-text-inner h3:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #e50019;
  margin-top: 2px;
  display: block;
}
.team-new-block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-new-block .team-new-block-left {
  width: 72%;
}
.team-new-block .team-new-block-left .team-new-block-one:nth-child(2) .team-new-block-text{
  background: #e2e2e2;
}
.team-new-block .team-new-block-right {
  width: 28%;
}
.team-new-block-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-new-block-one .team-new-block-image {
  width: 50%;
}
.team-new-block-one .team-new-block-text {
  width: 50%;
  background: #f7f7f7;
}
.team-new-block-right-image, .team-new-block-one .team-new-block-image{
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.team-new-block-text-inner {
  padding: 40px 40px 0;
}
.team-new-block-right-text-inner {
  padding: 40px 40px 0;
}
.team-new-block-text-inner h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.team-new-block-text-inner h3:before {
  content: '';
  position: absolute;
  background: #e50019;
  height: 2px;
  width: 40px;
  top: 12px;
  left: -60px;
}

.team-new-block-text-inner h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 4px;
  display: block;
}
.team-new-block-right-text-inner h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.team-new-block-right-text-inner h3:before {
  content: '';
  position: absolute;
  background: #e50019;
  height: 40px;
  width: 2px;
  top: -60px;
  left: 12px;
}

.team-new-block-right-text-inner h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 4px;
  display: block;
}
.image-gallery{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-gallery .image{
  width: 20%;
  cursor: pointer;
}
.img-responsive {
  height: 230px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(100%);
}
.img-wrapper {
  position: relative;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 91vh;
  position: fixed;
  top: 62px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}
#overlay img {
  width: auto;
  height: 90%;
}
#nextButton {
  display: none;
}
#exitButton{
  cursor: pointer;
}
#prevButton {
  display: none;
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.3s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}

.red-cube-effect-cards-half{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.red-cube-effect-cards-half .red-cube-card-half {
  width: 48%;
/*   box-shadow: 1px -1px 2px 0 #00000029; */
  box-shadow: 0 1px 1px 0 #00000029;
  border-top: 3px solid #404040;
  margin-right: 4%;
border-radius: 5px;
}
.red-cube-effect-cards-half .red-cube-card-half:nth-child(2) {
  margin-right: 0;
}
.red-cube-card-inner-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding: 25px 40px;
  align-items: center;
}
.red-cube-card-inner-half-image {
  width: 21%;
  margin-right: 9%;
}
.red-cube-card-inner-half-content {
  width: 70%;
}
.red-cube-card-inner-half-content p {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0;
}
.red-cube-card-inner-half-content h3 {
  letter-spacing: -0.6px;
  color: #e50019;
  margin-bottom: 5px;
}
.product .impacting-telecom {
  background-color: #404040;
}
.product .impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2:before {
  margin-left: 0;
  margin-right: 0;
}
.product .impacting-telecom .impacting-telecom-inner {
  padding: 60px 20px;
  max-width: 1020px;
  text-align: left;
}
.product .impacting-telecom .impacting-telecom-inner .impacting-telecom-content{
  margin-bottom: 60px;
  color: #fff;
}
.product .impacting-telecom-content-card .impacting-count .impacting-count-inner{
  padding: 30px 10px 20px;
}
.product .impacting-telecom-content-card .impacting-count .impacting-count-inner p{
  font-size: 15px;
}
.product .impacting-telecom-content-card .impacting-count {
  border-radius: 5px;
  /* box-shadow: 0 7.5px 20px 0 #0000000d; */
  border: 0 solid #ededf9;
  width: 19%;
  margin-right: 1.2%;
  background: #fff;
  text-align: center;
}
.product .impacting-telecom-content-card .impacting-count:last-child{
  margin-right: 0;
}
.product .impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2 {
  font-size: 26px;
  font-weight: 600;
}
.capp-framework-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 940px;
  padding: 60px 20px;
  align-items: center;
}
.capp-framework-content-inner h2 {
  font-weight: 600;
  position: relative;
  font-size: 20px;
}
.capp-framework-header {
  padding: 60px 20px 50px;
  text-align: center;
}
.capp-framework-content-inner ul {
  padding-left: 20px;
  list-style: none;
}
.capp-framework-content-inner li {
  position: relative;
  padding-bottom: 9px;
}
.capp-framework-content-inner li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 8px;
  left: -20px;
  border: 1px solid #e50019;
}
.capp-framework-image {
  width: 50%;
}
.capp-framework-content {
  width: 40%;
  margin-left: 10%;
}
.capp-framework-content-inner {
  padding-top: 40px;
}
.capp-framework:before {
  position: absolute;
  content: '';
  background: #f6f6f6;
  height: 100%;
  width: 46%;
  right: 0;
}
.capp-framework {
  position: relative;
}
.components {
  background: #f6f6f6;
}
.components-inner {
  margin: 0 auto;
  max-width: 920px;
  padding: 60px 20px;
}
.capp-framework-header h2 {
  position: relative;
  display: inline-block;
}
.capp-framework-header h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.capp-framework-header h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.capp-framework-header p{
  font-size: 16px;
}
.components-inner h2 {
  font-size: 20px;
  position: relative;
}
.components-inner p {
  font-size: 16px;
}

.components-inner h2:before, .capp-framework-content-inner h2:before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Black.svg);
}
.components-inner h2:after, .capp-framework-content-inner h2:after{
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.components-image {
  padding: 60px 20px 0;
  margin: 0 auto;
  max-width: 630px;
}
.product .impacting-telecom .impacting-telecom-inner .impacting-telecom-content p {
  font-size: 16px;
}
.quick-launch {
  background-color: #404040;
}
.quick-launch-inner {
  padding: 20px;
  max-width: 1050px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.quick-launch-content h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.quick-launch-content h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.quick-launch-content h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.quick-launch-content p{
  font-size: 16px;
}
.quick-launch-content .red-cta{
  margin-top: 20px;
}
.quick-launch-content {
  width: 60%;
}
.quick-launch-image {
  width: 40%;
  text-align: right;
}
.product p.cta-bottom-text {
  margin-top: 25px;
  font-size: 16px;
}
.product .pricing-model-group-inner h2 span{
  display: none;
}
.product .pricing-model-group-inner h2 {
  font-size: 24px;
  font-weight: 600;
}
.product .modules-column-section .modules-column-two {
  width: 100%;
  margin-right: 0;
  margin-bottom: 35px;
}
.product .modules-column-section .modules-column-two img {
  min-height: auto;
}
.product .modules-column-section .modules-column-two-grp {
  width: 30%;
  margin-right: 5%;
}
.product .modules-group {
  padding: 50px 0;
  background: #f6f6f6;
}
.product .modules-group-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.product .modules-group-bg {
  background-position: 4% 50%;
  background-size: 4.5%;
  background-attachment: fixed;
}
.product .modules-group-inner-content {
  text-align: center;
  margin: 0 auto 55px;
  max-width: 900px;
}
.product .modules-group-inner-content h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.product .modules-group-inner h2:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
  margin-left: auto;
  margin-right: auto;
}

.product .modules-group-inner h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.product .modules-group-inner-content p{
  font-size: 15px;
}
.product .modules-column-section p{
  font-size: 12px;
  color: #777777;
}
.product .modules-column-section h3:before {
  background: #e50019;
}
.product .modules-column-section h3 {
  font-size: 18px;
  font-weight: 600;
}
.download-brochure {
  position: relative;
}
.blackspace {
  height: 150px;
}
.download-brochure-group {
  background: #e8e8e8;
  padding: 60px 0;
}
.download-brochure-inner {
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.download-brochure-heading {
  width: 60%;
}
.download-brochure-cta {
  width: 40%;
}
.download-brochure:before {
  content: '';
  position: absolute;
  background-image: url(https://www.tarantula.net/hubfs/Tarantula-2021/product/telecom-management-software-download-brochure.svg);
  width: 270px;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  right: 15px;
}
.download-brochure-heading h3 {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.download-brochure-heading h3:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.download-brochure-heading h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ccc;
  margin-top: 2px;
  display: block;
}
.road-map-header{
  margin-bottom: 50px;
}
.road-map-header h3{
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.road-map-header h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ccc;
  margin-top: 2px;
  display: block;
}
.road-map-header h3:before {
  content: '';
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.road-map {
  padding: 60px 0;
  text-align: center;
}
.road-map .arrow-text {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.road-map .arrow-text:before, .road-map .arrow-text:after  {
  content: '';
  position: absolute;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Group%202046.svg);
  width: 100px;
  height: 21px;
  left: -110px;
  top: 9px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.road-map .arrow-text:after {
  right: -110px;
  left: auto;
  transform: rotate(180deg);
}

.road-map-logo {
  background: #404040;
  color: #fff;
  padding: 60px 20px 40px;
}
.road-map-logo-inner h3{
  text-align: center;
  margin-bottom: 20px;
}
.road-map-logo-inner {
  margin: 0 auto;
  max-width: 1140px;
}
.road-map-logo-group {
  border-top: 2px solid #fff;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.road-map-logo-group .road-map-logo-image:nth-child(1) {
  width: 33%;

}
.road-map-logo-group .road-map-logo-image:nth-child(2){

  width: 12%;
}
.road-map-logo-group .road-map-logo-image:nth-child(3){

  width: 14%;
}
.road-map-logo-group .road-map-logo-image:nth-child(4){
  margin-right: 0;
  width: 22%;
}
.road-map-logo-group .road-map-logo-image{
  margin-right: 6%;
}
.road-map-logo-group .road-map-logo-image img{
  width: 100%;
}
.road-map img{
  width: 100%;
}
.mob-hide{display: none;}
.pc-hide{display: block;}
body.landing-page .hs-form .hs-form-field > label {
  color: #fff;
}
.hs_error_rollup {
  display: none;
}
/*-------------------------*/
.e-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: rgba(0,0,0,0.7);
}

/* Modal Content */
.e-modal .modal-content {
  background-color: #fff;
  margin: auto;
  width: 45%;
  height: auto;
  position: absolute;
  padding: 50px;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 5px;
}

/* The Close Button */
.e-modal .modal-content .close {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #e50019;
  background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Path.png);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}

.landing-content-inner h4 {
  margin-bottom: 25px;
  font-weight: 600;
}
.landing-content-inner h5 {
  color: #e50019;
  font-weight: 600;
}
.member-slider .owl-item.active {
  opacity: 1;
  transform: scale(.9) !important;
}
.member-slider .owl-item {
  opacity: 0.6;
  transform: scale(.7) !important;
}
.member-slider .owl-nav {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, 0);
}
.member-slider .owl-nav .owl-next, .member-slider .owl-nav .owl-prev {
  display: inline-block;
  margin: 0 50px;
  width: 20px;
  height: 34px;
  font-size: 0;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/noun_up%20arrow_719903.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}
.member-slider .owl-nav .owl-next {
  transform: rotate(90deg);
}
.hs-blog-listing .hs-blog-post, .hs-blog-listing .bottom-recent-blog-section, .hs-blog-post .hs-blog-listing{
  display: none;
}
.sticky.pc-sticky {
  position: absolute;
  margin-left: 775px;
  width: 120px;
  border: 2px solid #e50019;
  padding: 20px 10px 10px;
  border-radius: 5px;
  text-align: center;
  display: block;
}
.sticky.mob-sticky{
  display: none;
}
.sticky.pc-sticky .fa {
  display: block;
  font-size: 45px;
}
.blogging .sticky .red-cta a {
  padding: 2px 15px;
  text-transform: initial;
  font-size: 16px;
}
.timeline-image img{
  width: 100%;
}
.mobile-contact{
  display: none;
  height: 0;
  transition-timing-function: linear;
  transition: height .5s;
}
.footer-copyright .social-media ul li:first-child {
  margin-left: 0;
}

.timeline-group {
  padding: 60px 0;
  background: #fcfcfc;
}
#jquery-script-menu {
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 5px solid #316594;
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  z-index: 999999;
  padding: 10px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.jquery-script-center {
  width: 960px;
  margin: 0 auto;
}
.jquery-script-center ul {
  width: 212px;
  float: left;
  line-height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jquery-script-center a {
  text-decoration: none;
}
.jquery-script-ads {
  width: 728px;
  height: 90px;
  float: right;
}
.jquery-script-clear {
  clear: both;
  height: 0;
}
.timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
.timeline *,
.timeline :after,
.timeline :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
.timeline:not(.timeline--horizontal):before {
  background-color: #e50019;
  bottom: 0;
  content: '';
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1
}
.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2
}
.timeline__item {
  font-size: 14px;
  padding: .625rem 2.5rem .625rem 0;
  position: relative;
  width: 50%;
  z-index: 2
}
.timeline__item:after {
  background-color: #fff;
  border: 4px solid #e50019;
  border-radius: 50%;
  content: '';
  height: 20px;
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1
}
.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0
}
.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
.timeline__item--left {
  left: 0
}
.timeline__item--right {
  left: 50%;
  padding: .625rem 0 .625rem 2.5rem
}
.timeline__item--right:after {
  left: -10px
}
.timeline__item--right .timeline__content:before {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 10px solid transparent;
  left: -12px
}
.timeline__item--right .timeline__content:after {
  border-bottom: 9px solid transparent;
  border-right: 11px solid #fff;
  border-left: none;
  border-top: 9px solid transparent;
  left: -10px
}
.timeline__content {
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  display: block;
  padding: 1.25rem;
  position: relative
}
.timeline__content ul {
  padding-left: 20px;
  list-style: none;
}
.timeline__content ul li{
  position: relative;
}
.timeline__content ul li:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 9px;
  left: -16px;
  border: 1px solid #e50019;
}
.timeline__content:after,
.timeline__content:before {
  content: '';
  height: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.timeline__content:before {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ccc;
  border-top: 10px solid transparent;
  right: -12px;
  z-index: 1;
}
.timeline__content:after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  right: -10px;
  z-index: 2;
}
.timeline__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 .625rem;
}
.timeline__content p {
  font-size: .9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.timeline--horizontal {
  font-size: 0;
  padding: 0 3.125rem;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  background-color: #e50019;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item:after {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0;
}
.timeline--horizontal .timeline__item--bottom:after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto
}
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline-nav-button {
  background-color: #fff;
  border: 2px solid #e50019;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
  font-size: 0;
}
.timeline-nav-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/noun_up%20arrow_719903.svg);
  transform: rotate(270deg);
  position: relative;
  left: -4px;
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/noun_up%20arrow_719903.svg);
  transform: rotate(90deg);
  position: relative;
  left: -4px;
}
.timeline--mobile {
  padding: 0;
}
.timeline--mobile:before {
  left: 10px!important;
  margin: 0!important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 12px solid transparent;
}
.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}

@keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
.time-heading{
  text-align: center;
}
.time-heading h2{
  position: relative;
      color: #333333;
  text-align: center;
  margin-bottom: 50px;
  display: inline-block
}
.time-heading h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.time-heading h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.client-section .client-section-inner:nth-child(3) .client-block-text h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.client-section .client-section-inner:nth-child(3) .client-block-three .client-block-text, .client-section .client-section-inner:nth-child(3) .client-block-one .client-block-text {
  display: none;
}
.client-section .client-section-inner:nth-child(3) .client-block-one .client-block-logo, .client-section .client-section-inner:nth-child(3) .client-block-three .client-block-logo{
  width: 55%;
}

.blueprint {
  box-sizing: border-box;
  max-width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*   -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  border-radius: 3px;
  border: 1px solid #f5f5f5;
}
/* Style the tab */
.tab {
  width: 30%;
}
.tabcontent ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: -20px;
  border: 1px solid #e50019;
}
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background: #333;
  padding: 20px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-bottom: 1px solid #e50019;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}
.tab button:last-child {
  border-bottom: 0 ;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f7901e;
}
/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #e50019;
}
/* Style the tab content */
.tabcontent {
  padding: 30px 50px;
  width: 70%;
  border-left: none;
  text-align: left;
}
.tabcontent ul {
  padding-left: 15px;
  font-size: 18px;
  list-style: none;
}
.tabcontent ul li {
  position: relative;
  margin-bottom: 15px;
}
.tabcontent h4 {
  font-size: 24px;
  font-weight: 600;
}
.solution-group-inner-sub-title{
  text-align: center; 
  position: relative;
}

.event-section {
  margin-left: auto !important;
  margin-right: auto;
  max-width: 1000px;
  float: none !important;
  padding: 70px 20px;
}
.event-section h2:before {
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-image: url(https://cdn2.hubspot.net/hubfs/4403699/Signal%20Red.svg);
}
.event-section h2 {
  margin-bottom: 65px;
  position: relative;
  display: inline-block;
}
.event-section h2:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ddd;
  margin-top: 2px;
  display: block;
}
.event-section-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0px 0px 7px -4px rgba(179,179,179,1);
  margin-bottom: 50px;
  align-items: center;
  transition: .5s;
}
.event-image {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 50%;
}
.event-image .event-date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e50019b5;
  color: #fff;
  padding: 5px 30px;
  text-align: center;
}
.event-image .event-date p {
  font-size: 30px;
}
.event-image .event-date h4 {
  font-size: 42px;
}
.event-content {
  width: 44%;
  padding: 25px 3%;
}
.event-content h3 {
  position: relative;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  color: #333333;
}
.event-content h3:before {
  content: '';
  position: absolute;
  background: #e50019;
  height: 4px;
  width: 50px;
  top: 20px;
  left: -60px;
}
a:hover .event-section-inner {
  box-shadow: 0px 0px 12px -4px rgba(179,179,179,1);
  transform: scale(1.01);
  transition: .5s;
}
.past-event {
  background: #f9f9f9;
}

.event .team-header .team-header-inner {
  background-color: rgba(0,0,0,.6);
}


.partner_cards_inner {
  border-radius: 5px;
  box-shadow: 0 7.5px 20px 0 #0000000d;
  border: 1px solid #ededf9;
  background: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  text-align: left;
}
.partner_cards {
  margin-top: 50px;
  margin: 0 auto;
  max-width: 900px;
}
.partner_cards .partner_cards_inner:nth-child(even) {
  flex-direction: row-reverse;
}
.partner_cards_right {
  width: 65%;
  padding-left: 30px;
}
.partner_cards_left {
  width: 35%;
  padding-right: 30px;
  text-align: center;
}
.partner_cards .partner_cards_inner:nth-child(even) .partner_cards_right {
  padding-left: 0;
  padding-right: 30px;
}
.partner_cards .partner_cards_inner:nth-child(even) .partner_cards_left {
  padding-right: 0;
  padding-left: 30px;
}
.partner_cards_left img {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
  display: block;
  max-height: 200px;
}







@media (max-width: 990px){

  .text-with-cta-v2__content h2 {
      font-size: 28px;
      font-weight: 600;
  }
  
  .text-with-cta-v2__btn {
      padding-top: 20px;
  }
  
  .text-with-cta-v3__content h2 {
      font-size: 26px;
      font-weight: 600;
  }

  .text-with-cta-v3-main {
      padding: 0px 20px;
  }
  
  
  .text-with-cta-v2-main {
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
  
  .text-with-cta-v1__wrap h2 {
      font-size: 28px;
  }
  
  .text-with-cta-v1-main {
      padding-bottom: 50px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .text-with-cta-v1 {
      padding: 50px 0px;
  }
  
}









@media (max-width: 768px){
  .modules-improved .modules-column-two img { min-height: 180px !important; height: 180px !important; object-fit: cover; }
  .text-with-cta-v3__content h2 { font-size: 20px; }
  .text-with-cta-v2__btn { padding-top: 8px; }
  .text-with-cta-v3__inner { padding: 10px 20px; }
  .text-with-cta-v2__btn a.cta_button { padding: 5px 24px; font-size: 16px; }
  .scroll-down { position: absolute; bottom: -10px; }
 .homevideo { min-height: 490px !important; }
  .road-map-logo-group .road-map-logo-image:nth-child(4) img { max-height: initial; max-width: 230px; }
  .road-map-logo-group .road-map-logo-image:nth-child(4) { text-align: center; }
  .pillar-page-lp .porduct-banner-content { margin: 0px auto; }
  .pillar-image-text-flip__wrap { flex-direction: column-reverse !important; }
  .pillar-image-text-flip__text { width: 100%; }
  .pillar-image-text-flip__img { width: 100%; padding-bottom: 30px; }
  .pillar-image-text-flip__wrap { padding: 25px; }
  .pp-bss-solution__card { width: 100%; margin-right: 0px !important; }
  .pp-bss-solution__top { text-align: center; padding-bottom: 50px; }
  .pp-bss-solution__item--title { text-align: center; padding-bottom: 40px; min-height: 60px; }
  .pp-bss-solution { padding: 60px 0px; margin-top: 60px; }
  .bss-hub__main .red-cube-effect-cards-half { display: none; }
  .pillar-page-cta-sec__content { width: 100%; text-align: center; padding-bottom: 30px; }
  .pillar-page-cta-sec__cta { width: 100%; text-align: center; }
  .pillar-page-lp .porduct-banner-content { margin: 0px auto; max-width: 500px !important; }
  
  .text-with-cta-v2__content h2 { font-size: 20px; }
  
  
  .landing-download-pdf {
      width: 100%;
      min-height: 350px;
  }
  
  

  .text-with-cta-v3__container {
      justify-content: space-between;
  }
  
  
  .text-with-cta-v2__img img {
      max-width: 400px !important;
      width: 100% !important;
      display: inline-block;
  }

  
  .partner_cards_inner {
    display: block;
  }
  .partner_cards .partner_cards_inner:nth-child(even) .partner_cards_left {
    padding-right: 0;
    padding-left: 0;
  }

  .hs-menu-item.hs-menu-depth-1 .fa.fa-phone:after {
    content: 'Call';
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 8px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:first-child {
    display: inline-block;
  }
  .hs-menu-item.hs-menu-depth-1 .fa.fa-phone {
    border-radius: 20px !important;
    margin-left: 0 !important;
  }
  .hs-menu-item.hs-menu-depth-1 .fa.fa-phone {
    margin-left: 0;
  }
  .partner_cards_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .partner_cards_right {
    width: 100%;
    padding-left: 0;
  }
  .event-image {
    width: 100%;
  }
  .event-content {
    width: 100%;
  }
  .event-image .event-date {
    left: auto;
    right: 0;
  }
  .event-content h3:before {
    height: 50px;
    width: 4px;
    top: -56px;
    left: 10px;
  }
  .blog-section .post-item .post-header-content {
    width: 94%;
    padding: 15px 3% 25px;
  }
  .blog-section .post-item .post-header-image {
    width: 100%;
  }
  .tabcontent ul {
    font-size: 13px;
  }
  .tabcontent {
    padding: 20px 25px;
  }
  .tabcontent h4 {
    font-size: 20px;
  }
  .tabcontent ul li {
    margin-bottom: 10px;
  }
  .road-map .arrow-text:before, .road-map .arrow-text:after{
    display: none;
  }
  .client-section .client-section-inner:nth-child(3) .client-block-text {
    padding-top: 0;
  }
  .client-section .client-section-inner:nth-child(3) .client-block-one .client-block-logo, .client-section .client-section-inner:nth-child(3) .client-block-three .client-block-logo {
    width: 40%;
  }
  .timeline-group {
    padding: 20px 10px 0 5px;
  }
  .call-contact a:before {
    position: absolute;
    content: '';
    background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Tarantula%20Contact-01.svg');
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
    left: -26px;
  }
  .call-contact a,.email-contact a{
    position: relative;
    color: #333;
  }
  .email-contact a:before {
    position: absolute;
    content: '';
    background-image: url('https://cdn2.hubspot.net/hubfs/4403699/Tarantula%20Contact-02.svg');
    width: 21px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 7px;
    left: -30px;
  }

  .mobile-contact-sticky{
    position: fixed;
    transition-timing-function: linear;
    transition: height .5s;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-top: 0.5px solid #e50019;
    height: 23px;
  }
  .call-contact {
    width: 44%;
    border-right: 1px solid #333333;
  }
  .bottom-recent-blog-section h2 {
    padding: 0 20px;
  }
  .email-contact {
    width: 55%;
  }
  .footer-copyright .footer-copyright-inner {
    padding: 15px 15px 55px;
  }

  .member-slider .owl-item.active {
    opacity: 1;
    transform: scale(1) !important;
  }
  .member-slider .owl-item {
    opacity: 0.6;
    transform: scale(.9) !important;
  }
  .team .owl-nav{
    display: none;
  }
  .hs-blog-post .default-featured-image{
    min-height: 100px;
  }
  .e-modal .modal-content {
    width: 98%;
    padding: 25px;
    top: 67%;
    margin-bottom: 100px;
  }
  /*   .road-map p{
  display: none;
} */
  .road-map {
    padding: 60px 0 20px;
  }
  .porduct-banner .porduct-banner-overlay {
    min-height: 100%;
  }
  .road-map-logo-inner h3 {
    font-weight: 500;
    line-height: 1.6;
  }
  .road-map-logo-group .road-map-logo-image:nth-child(4) {
    margin-right: 0;
    width: 100%;
  }
  .road-map-logo-group .road-map-logo-image:nth-child(3) {
    width: 40%;
    margin-left: 10%;
  }
  .road-map-logo-group .road-map-logo-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .road-map-logo-group .road-map-logo-image:nth-child(1) {
    width: 100%;
  }
  
  .road-map-logo-group .road-map-logo-image img { max-height: 50px; }
  
  .road-map-logo-group .road-map-logo-image{
    width: 100% !important; 
  }
  .porduct-banner .porduct-banner-overlay .porduct-banner-content {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 75px 20px;
    transform: none;
  }
  .road-map-header h3:after {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
  .download-brochure-cta {
    width: 100%;
  }
  .download-brochure-heading {
    width: 100%;
  }
  .download-brochure-group {
    padding: 100px 0 50px;
  }
  .road-map p:before, .road-map p:after {
    width: 0;
  }
  .capp-framework-content {
    width: 100%;
    margin-left: 0;
  }
  .cta-group {
    margin-top: 10px;
  }
  .product .modules-column-section .modules-column-two {
    margin-bottom: 35px;
  }
  .product .modules-column-section .modules-column-two-grp {
    width: 100%;
    margin-right: 0;
  }
  .product .modules-group-inner h2:after {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }
  .product .modules-group-bg {
    background-size: 0;
  }
  .quick-launch-image {
    width: 0;
  }
  .quick-launch-content {
    width: 100%;
  }
  .quick-launch-inner {
    padding: 50px 20px;
  }
  .capp-framework:before {
    width: 0;
  }
  .capp-framework-header h2:after {
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
  }
  .capp-framework-image {
    width: 100%;
  }
  .red-cube-effect-cards .red-cube-card:nth-child(2),
  .red-cube-effect-cards .red-cube-card:nth-child(4),
  .red-cube-effect-cards .red-cube-card:nth-child(6),
  .red-cube-effect-cards .red-cube-card:nth-child(8),
  .red-cube-effect-cards .red-cube-card:nth-child(10){
    margin-right: 0;
  }
  .product .impacting-telecom-content-card .impacting-count {
    width: 100%;
    margin-right: 0;
  }
  .product .impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2:after {
    margin-left: 0;
    margin-right: 0;
  }
  .red-cube-card-inner-half-content h3 {
    font-size: 20px;
    font-weight: 600;
  }
  .red-cube-card-inner-half-content {
    width: 100%;
  }
  .red-cube-card-inner-half-image {
    width: 100%;
    margin-right: 0;
  }
  .red-cube-card-inner-half-image img {
    height: 50px;
    margin-bottom: 12px;
  }
  .red-cube-card-inner-half {
    padding: 20px 10px 5px;
    text-align: center;
  }
  .red-cube-effect-cards .red-cube-card {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .mob-hide{display: block;}
  .pc-hide{display: none;}
  .career-header .career-header-inner {
    min-height: auto;
  }
  .image-gallery .image {
    width: 50%;
  }
  #overlay img {
    width: 95%;
  }
  .team-header .team-header-inner {
    min-height: auto;
  }
  .team-header .team-header-inner .team-header-content {
    top: auto;
    padding: 70px 0 50px;
  }
  .team-new-block-right-text-inner h3:before {
    top: -50px;
  }
  .team-new-block-text-inner h3:before {
    height: 40px;
    width: 2px;
    top: -50px;
    left: 12px;
  }
  .team-new-block-right-text-inner {
    padding: 30px 40px 30px;
  }
  .team-new-block-text-inner {
    padding: 30px 40px 30px;
  }
  .team-new-block .team-new-block-left {
    width: 100%;
  }
  .team-new-block .team-new-block-right {
    width: 100%;
  }
  .team-new-block-one .team-new-block-text {
    width: 100%;
  }
  .team-new-block-one .team-new-block-image {
    width: 100%;
  }
  .team-career .team-career-image {
    width: 100%;
    min-height: 170px;
  }
  .team-career .team-career-text:nth-child(3), .team-career .team-career-text:nth-child(4) {
    background: #f7f7f7;
  }
  .team-career .team-career-text {
    width: 100%;
    min-height: auto;
    border-bottom: 1px solid #e2e2e2;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
  .service .about-company .about-company-overlay {
    min-height: auto;
  }
  .cta-inner-group .business-cta:nth-child(even) {
    margin-top: 45px;
  }
  .client-section .client-section-inner .client-block-two h4 {
    font-size: 15px;
  }
  .testimonial-slider-wrapper {
    padding: 50px 20px 20px;
  }
  .error404 {
    padding: 30px 20px;
  }
  .landing-form-section .landing-content {
    width: 100%;
  }
  .landing-form-inner {
    padding: 50px 20px;
  }
  .landing-logo-group .landing-logo-inner {
    width: 43%;
    margin-bottom: 10px;
  }
  .landing-form-section .landing-form {
    width: 100%;
  }
  .focused-point {
    padding: 0 20px;
  }
  .focused-point .inner-point {
    width: 50%;
    margin-bottom: 20px;
  }
  .customer-focused h3 {
    padding: 0 20px;
  }
  .contact-header-inner {
    top: 100px;
  }
  .office-address-group .office-address-card {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-header-group {
    margin-bottom: 160px;
  }
  .tarantula-testimo-bg:before {
    width: 0;
    background-size: 0;
  }
  .testimonial-slider .owl-nav {
    bottom: -80px;
    display: flex;
  }
  .business-cta-group h2:after {
    margin-top: 8px;
    left: 50%;
    transform: translate(-50%);
  }
  .tarantula-testimo {
    border-bottom: 1px solid #ccc;
  }
  .client .about-company .about-company-content {
    top: 0;
  }
  .client .about-company .about-company-content br{
    display: none;
  }
  .client-section .client-section-inner .client-block-one, .client-section .client-section-inner .client-block-three, .client-section .client-section-inner .client-block-two {
    min-height: auto !important;
    display: block;
    text-align: center;
  }
  .client-section .client-section-inner .client-block-two .client-block-logo {
    width: 100%;
  }
  .client-section .client-section-inner .client-block-two .client-block-text {
    width: 100%;
    margin-left: 0;
  }
  .client-section .client-section-inner .client-block-text {
    padding-top: 30px;
  }
  .client-section .client-section-inner .client-block-one, .client-section .client-section-inner .client-block-three {
    width: 100%;
  }
  .client-section .client-section-inner .client-block-two {
    width: 100%;
  }
  .job-list-group .job-list {
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .job-exp, .job-location {
    width: 100%;
    margin-bottom: 10px;
  }
  .job-description {
    width: 100%;
    text-align: left;
  }
  .job-title {
    width: 100%;
  }
  .list-heading-group {
    display: none;
  }
  .career-header .career-header-inner .career-header-content {
    padding: 80px 20px 70px; 
    top: auto;
  }
  .the-team-header{
    margin-bottom: 0;
  }
  .join-blocks-section .join-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .join-tarantula-image {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .join-tarantula-content {
    width: 100%;
    padding-bottom: 20px;
    padding: 20px;
  }
  .form-columns-2 .hs-form-field .hs-input{
    width: 100% !important;
  }
  .team-overlay .follow-link {
    position: relative;
  }
  .team-overlay .follow-link a i {
    position: relative;
  }
  .history-text, .history-image, .who-we-are-text, .team-section-blocks-bottom-right {
    width: 100%;
  }
  .come-on-image {
    width: 100%;
  }
  .come-on-cta {
/*     padding-top: 20px;
    padding-bottom: 30px; */
    width: 100%;
  }
  .team-section-blocks-bottom-inner {
    width: 100%;
  }
  .full-goal-image {
    min-height: 150px;
    position: center;
  }
  .full-goal-text-inner{
    border-top: 1px solid #ccc;
  }
  .goal-image, .goal-text, .full-goal-text, .full-goal-img {
    width: 100%;
  }
  .team-image {
    display: none !important;
  }
  .team-overlay {
    position: relative;
    height: auto;
  }
  .team-container {
    width: 100%;
  }
  .team-text {
    position: relative;
  }
  button.slick-prev.slick-arrow, button.slick-next.slick-arrow{
    display: none !important;
  }
  .rtl-slider-flex .rtl-slider-nav {
    width: 100%;
  }
  .rtl-slider-flex .rtl-slider {
    width: 100%;
    margin-left: auto;
  }
  .team-slider{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .resource-recent-blog {
    margin-bottom: 0;
  }
  .resource-group {
    padding-bottom: 0;
  }
  .service .service-inner-cta .red-cta {
    text-align: left;
  }
  .service .about-company .about-company-content {
    top: auto !important;
    padding: 80px 20px 55px;
  }
  .service .about-company {
    margin-bottom: 0;
  }
  .service .service-testimo {
    padding: 50px 20px;
  }
  .service-testimo-inner .service-testimo-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .service-testimo-inner .service-testimo-content:nth-child(even) {
    margin-bottom: 0;
  }
  .service-testimonial-group:before {
    background-size: 0;
  }
  .service-inner-content {
    width: 100%;
    margin-right: 0;
  }
  .service-inner-cta {
    width: 100%;
  }

  .about-company .about-company-overlay {
    min-height: auto;
  }
  .about-company .about-company-content {
    top: auto;
    padding: 55px 20px 25px;
  }
  .about-company .company-group {
    position: relative;
  }
  .company-group-inner {
    padding: 15px 20px;
    text-align: center;
  }
  .company-group-image {
    width: 100%;
    padding-right: 0;
    border-right: 0 solid #333333;
  }
  .company-group-content {
    width: 100%;
    padding-left: 0;
  }
  .our-vision-heading {
    width: 100%;
  }
  .our-vision-desc {
    width: 100%;
    padding-left: 0;
  }
  .image-list .image-list-inner {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .our-vision-group {
    background-size: 0;
  }
  .teamwork-section-inner {
    padding: 40px 20px 0;
  }
  .teamwork-section-group .teamwork-section-content:nth-child(odd) {
    margin-right: 0;
  }

  .teamwork-section-group .teamwork-section-content {
    width: 100%;
    margin-bottom: 40px;
  }
  .teamwork-section-group .teamwork-section-content:nth-child(even) {
    margin-left: 0;
  }
  .teamwork-section:before {
    background: #fff;
    background-size: 0;
  }
  .teamwork-section {
    border-bottom: 1px solid #ccc;
  }
  .our-approch-card .our-approch-card-inner {
    width: 100%;
    margin-right: 0;
  }
  .our-approch {
    margin: 60px auto 0;
  }
  .about-client-logos .about-client-group .about-logos-inner:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-client-logos .about-client-group .about-logos-inner{
    margin-bottom: 20px;
    padding-right: 20%;
  }
  .about-client-logos .about-client-group .about-logos-inner:nth-child(odd) {
    padding-right: 0;
  }
  .about-client-logos .about-client-group .about-logos-inner:nth-child(2) {
    width: 40%;
  }
  .about-client-logos .about-client-group .about-logos-inner:nth-child(3) {
    width: 40%;
  }
  .about-client-logos .about-client-group .about-logos-inner:nth-child(4) {
    width: 40%;
  }
  .about-client-logos .about-client-group .about-logos-inner:nth-child(5) {
    width: 40%;
  }
  .about-client-group {
    align-items: baseline;
  }
  .bottom-recent-blog .bottom-resource {
    width: 100%;
    margin-right: 0;
  }
  .bottom-featured-image {
    min-height: 220px;
  }
  .post-section {
    padding: 25px 20px;
  }
  .post-section .post-author-details .post-details {
    width: 100%;
    padding-right: 0;
    border-right: 0 solid #E5E5E5;
  }
  .post-section .post-author-details .author-details {
    width: 100%;
    padding-left: 0;
  }
  .footer-author-details ul li {
    width: 100%;
    border-right: 0 solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
  .footer-author-details ul li:last-child {
    border-bottom: 0 solid #e2e2e2;
  }
  .author-bio{
    text-align: center;
  }
  .author-bio-image {
    width: 100%;

    padding-right: 0;
  }
  .author-bio-image img {
    width: 150px;
  }
  .author-bio-content {
    width: 100%;
    margin-top: 20px;
  }
  a.pagination-btn.list-next-post {
    width: 49%;
  }
  /*   .blog-section .post-item:nth-child(2) .post-content-more, .blog-section .post-item:nth-child(2) .red-cta {
  display: block;
}
  .blog-section .post-item:nth-child(2) .post-author-details .post-details h2 {
  color: #333333;
}
  .blog-section .post-item:nth-child(2) .post-author-details .post-details ul li {
  color: #686c6e;
}
  .blog-section .post-item:nth-child(2) .post-author-details .author-details {
  color: #686c6e;
}
  .post-item .post-author-details .author-details {
  width: 100%;
  padding-left: 0;
}
  .blog-section .post-item:nth-child(2) .featured-image {
  min-height: 330px;
}
  .blog-section .post-item:nth-child(2) .featured-image:before {
  width: 0;
}
  .blog-section .post-item:nth-child(2) .post-author-details {
  position: relative;
  top: auto;
  left: auto;
  padding-top: 30px;
  transform: translate(0,0);
} */
  .tarantula-blog-header-overlay {
    min-height: auto;
  }
  .tarantula-blog-header-overlay .tarantula-blog-header-content {
    position: relative;
    width: auto;
    padding: 55px 20px 20px;
    bottom: auto;
    top: 0;
    margin-bottom: 30px;
  }
  .tarantula-blog-header-content h1 {
    margin-bottom: 0;
  }
  .tarantula-blog-header-content h1:before {
    top: 27px;
  }
  .blog-event .blog-event-inner .event-left {
    width: 100%;
  }
  .blog-section .post-item .featured-image {
    min-height: 200px;
  }
  .blog-event .blog-event-inner .event-right {
    width: 100%;
    margin-left: 0;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0 !important;
  }
  .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;
  }
  .span12.widget-span.widget-type-cell.nav-bar{
    position: fixed;
    width: 100% !important;
    top: 0;
  }
  .span3.widget-span.widget-type-custom_widget.logo {
    text-align: left !important;
  }
  .privacy-policy-header .privacy-policy-header-inner h1:after {
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .body-container-wrapper {
    padding-top: 60px;
  }
  .product .mobile-contact-sticky {
    height: 42px;
  }
  .resource-recent-blog .footer-resource {
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 50px;
  }
  .home-banner-inner {
    min-height: auto;
  }
  .home-banner-inner .home-banner-content {
    padding: 80px 15px 80px;
    border-bottom: 0;
  }
  .complete-charge {
    text-align: center;
  }
  .pricing-model-group-inner h2:after {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 12px;
  }
  .pricing-model-group-inner h2:before {
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-model-group-inner h2 span {
    padding-left: 0;
    display: block;
  }
  .pricing-model-group-inner {
    text-align: center;
  }
  .complete-charge-inner h2:before {
    margin-left: auto;
    margin-right: auto;
  }
  .complete-charge-inner h2:after {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .impact-group .impact-group-inner {
    text-align: center;
  }
  .impact-group .impact-group-inner h2:before {
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner-logos{
    display: none;
  }
  .impact-group .impact-group-inner h2:after {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2:after{
    position: relative;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    text-align: left;
  }
  .impacting-telecom-content-card .impacting-count {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .partner-group-header h2:after {
    content: '';
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .partner-testimonial-group {
    display: block;
  }
  .partner-testimonial-group .partner-testimonial {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 50px;
  }
  .partner-testimonial-group .partner-testimonial .partner-testimonial-image {
    width: 200px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .partner-testimonial-group .partner-testimonial .partner-testimonial-content {
    width: 90%;
    margin-left: 10%;
  }

  .solution-group {
    background-size: 0;
  }


  .solution-group-inner {
    margin-right: 0;
  }
  .solution-problem-group{
    display: block;
    background: transparent !important;
  }
  .solution-problem-group .solution-section-group {
    width: 100%;
  }
  .solution-problem-group .problem-section-group {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .impact-group .impact-group-inner h2 span {
    padding-left: 0;
    display: block;
  }
  .impact-card-group .impact-card {
    width: 100%;
    margin: 0 0 30px;
  }
  .tower-management-points-inner {
    display: block;
  }
  .tower-management-points-inner .tower-management-points-inner-image {
    width: 100%;
  }
  .tower-management-points-inner .tower-management-points-inner-content {
    width: 100%;
    margin-right: 0;
  }
  .modules-group-bg {
    background-size: 0;
  }
  .modules-group-inner h2 span {
    padding-left: 0;
    display: block;
    line-height: 1.3em;
  }
  .modules-column-section .modules-column-one-grp {
    width: 100%;
    margin-right: 0;
  }
  .modules-column-one, .modules-column-two, .modules-column-three {
    margin-bottom: 40px;
  }
  .modules-column-section .modules-column-two {
    width: 100%;
    margin-right: 0;
  }
  .modules-column-section .modules-column-three-grp {
    width: 100%;
  }
  .complete-charge-inner h2 span {
    padding-left: 0;
    display: block;
  }
  .complete-charge-block-group .complete-charge-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  p.inline-cta-action span {
    display: block;}
  span.cta-one {
    margin-bottom: 0;
  }
  span.cta-two {
    margin-top: 0;
  }
  p.cta-bottom-text {
    margin-top: 20px;
  }
  .pricing-cta-group {
    margin-top: 0;
  }
  .inline-cta-action .cta-two a {
    padding: 10px 25px 10px 70px;
    font-size: 25px;
  }
  .inline-cta-action .cta-two a:before {
    width: 30px;
    height: 28px;
    top: 15px;
    left: 22px;
  }
  .inline-cta-action .cta-one a {
    padding: 10px 25px 10px 60px;
    font-size: 25px;
  }
  .inline-cta-action .cta-one a:before {
    width: 25px;
    height: 35px;
    top: 10px;
    left: 23px;
  }
  .resource-group-inner-header h2:after {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .resource-case-study .resource-case-study-image {
    width: 100%;
  }
  .porduct-banner .red-cta a {
    border-radius: 60px;
    font-size: 15px;
  }
  .resource-case-study .resource-case-study-content {
    width: 100%;
    padding: 20px 0;
  }
  .resource-case-study-content h3:before {
    height: 30px;
    width: 2px;
    top: -37px;
    left: 21px;
  }
  .footer-subscribe {
    display: block;
  }
  .footer-subscribe .footer-subscribe-left {
    width: 100%;
  }
  .footer-subscribe .footer-subscribe-right {
    width: 100%;
    margin-top: 42px;
  }
  .footer-group .hs-form .hs-form-field {
    padding-left: 0;
  }
  .footer-menu-group {
    display: block;
  }
  .footer-menu-group .footer-menu-about {
    width: 100%;
    padding: 0;
  }
  .footer-menu-group .footer-menu-links {
    padding: 0 2%;
    margin-top: 50px;
  }
  .footer-menu-group .footer-menu-links:nth-child(2),
  .footer-menu-group .footer-menu-links:nth-child(3),
  .footer-menu-group .footer-menu-links:nth-child(4){
    width: 100%;
  }
  .road-map img.mob-hide {
    width: 98%;
  }
  .footer-copyright .footer-copyright-inner {
    display: block;
  }
  .footer-copyright-inner div {
    width: 100%;
  }
  .footer-copyright .social-media ul {

    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child script{
    display: none;
  }
  .header-container-wrapper{
    position: relative;
  }
  .header-container{
    padding: 0;
  }
  .header-container-wrapper .container-fluid .row-fluid .page-center{
    padding: 0;
  }

  .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 150px;
    margin: 0 0 5px 10px;
  }
  .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: 0;
    margin: 0;
    background-image: none;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -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: 0;
    text-align: left;
  }


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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 20px;
    margin-top: -16px;
    z-index: 99999999999;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    width: 100px;
    height: 63px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }
  .mobile-trigger .burger-menu {
    width: 35px;
    height: 4px;
    background: #e50019;
    position: absolute;
    top: 25px;
    right: 0;
    border-radius: 15px;
    transition: .5s;
  }
  .mobile-trigger .burger-menu:before {
    width: 35px;
    height: 4px;
    background: #000000;
    position: absolute;
    top: -10px;
    right: 20px;
    border-radius: 15px;
    content: '';
    transition: .5s;
  }
  .mobile-trigger .burger-menu:after {
    width: 35px;
    height: 4px;
    background: #000000;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 15px;
    content: '';
    transition: .5s;
  }
  /* Change button when menu is open */
  .mobile-open .mobile-trigger .burger-menu{
    background: transparent;
    transition: .5s;
  }
  .mobile-open .mobile-trigger .burger-menu:before {
    transition: .5s;
    top: 0;
    right: 10px;
    transform: rotate(45deg);
  }
  .mobile-open .mobile-trigger .burger-menu:after {
    transition: .5s;
    top: 0;
    right: 10px;
    transform: rotate(135deg);
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0;
    right: 0;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 43px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(0, 0, 0, .20);
  }
  .child-trigger:before {
    position: absolute;
    content: '\f196';
    font-family: 'Fontawesome';
    font-size: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #e50019;
    transition: .5s;
  }
  .child-trigger.child-open:before {
    content: '\f147';
    color: #000000;
    transition: .5s;
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .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:; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  /* 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{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/                                              
    width: 100%;   
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

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

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 18px; /* Font size of top level list items */
    line-height: 1.4em;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child {
    border-top: 1px dotted transparent;
  }
  a#cta_button_4403699_1be5233d-68c7-4d06-94a3-360fdd86bd92 {
    padding: 0 18px;
    margin-top: 0;
    display: inline-block;
    margin-left: 0;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted #ccc; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-top: 1px dotted #ccc;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
    border-top: 1px dotted #ccc;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 5px 30px;
    /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    font-size: 18px;
    padding: 5px 40px;
    border-bottom: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 7px 10px 10px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    text-align: left;
    padding-left: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
    display: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: auto ;
    margin-left: 0 !important;
  }
}

@media screen and (min-width:769px) {
  
  .red-cube-effect-cards.bss-hub .red-cube-card { width: 30%; }
  .red-cube-effect-cards.bss-hub .red-cube-card:nth-child(3) { margin-right: 0px; }
  .red-cube-effect-cards.bss-hub .red-cube-card:nth-child(4) { margin-right: 4%; }
  .red-cube-effect-cards.bss-hub .red-cube-card:nth-child(6) { margin-right: 0px; }
  
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
    background: transparent !important;
  }
}

@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;}
}

@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: 0 5% 0 5%;
    top: 40%;
    text-align: center;
  }
}

@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
  
  .text-with-cta-v3__content h2 { font-size: 16px; margin-bottom: 8px; }
  .text-with-cta-v2__btn a.cta_button { padding: 4px 20px; font-size: 14px; }
  .text-with-cta-v2__content h2 { font-size: 16px; }
  
}

@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; }
}

@media (max-width: 479px){
  .footer-menu-links ul>li { margin-bottom: 10px; }
  .footer-copyright .social-media ul li { margin-left: 20px; }
  
  
  
  .modules-improved .modules-column-two img { min-height: 180px !important; height: 180px !important; object-fit: cover; }
  .resource-case-study .resource-case-study-image { min-height: 200px; }
  img.resource-case-study-image__img { height: 200px; }
  .text-with-cta-v3__inner { padding: 10px 10px; }
  .text-with-cta-v2__btn { padding-top: 4px; }
  .text-with-cta-v3__content h2 { font-size: 12px; }
  .text-with-cta-v2__btn a.cta_button { padding: 4px 16px; font-size: 14px; line-height: 1.4em; }
  .scroll-down { position: absolute; bottom: -50px; }
  .text-with-cta-v2__inner { padding: 10px; text-align: center; }
  .pp-bss-solution__item { padding-bottom: 40px; }
  .pp-bss-solution__card-wrap { max-width: 250px; margin: 0px auto; }
  .pp-bss-solution__wrapper:before{ content : none; }
  .pp-bss-solution__item:last-child { padding-bottom: 0px; }
  .pp-bss-solution__top { padding-bottom: 40px; }
  .pp-bss-solution__item--title { height: auto !important; min-height: auto; padding-bottom: 30px; }
  .pillar-page-cta-sec__content h2 { font-size: 26px; }
  .pillar-page-cta-sec__wrap { padding: 30px 40px; }
  .pillar-page-cta-sec__container { padding: 40px 20px; }
  
  
  .come-on__inner { padding: 40px 15px; }
  .porduct-banner-content h1 { font-size: 25px; }
  .home-banner-content h1 { font-size: 25px; }
  .home-cta-center p { width: 130px; }
  .home-cta-center a.cta_button { font-weight: 600; max-width: 90px; padding: 7px 16px; }
  .homevideo { min-height: 400px !important; }
  .home-banner-inner .home-banner-content { padding: 10px 15px 20px; border-bottom: 0; }
  .home-banner-content h1 { max-width: 289px; margin: 0px auto; }
  .home-banner-content p { max-width: 230px; margin: 0px auto; padding-top: 20px; }
  .service-testimonial-group:before { top: 0; }
  .team-header .team-header-inner .team-header-content h1 { font-size: 25px; }
  .team-header-content { padding-left: 10px !important; padding-right: 10px !important; }
  .contact-us-page .customer-support .contact-form .form-columns-2 .hs-form-field {
      width: 100%;
  }
  .team-header .team-header-inner .team-header-content h4 { margin-top: 20px; }
  .blog-pagination { margin-top: 0px; }
  .red-cube-effect-cards .red-cube-card { width: 100%; margin-right: 0px; margin-bottom: 20px; }
  .red-cube-effect h2 { font-size: 24px; }
  .red-cube-effect-cards { margin-top: 20px; }
  .impacting-telecom .impacting-telecom-inner { padding: 40px 20px !important; }
  .impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2 { font-size: 24px; }
  .impacting-telecom .impacting-telecom-inner .impacting-telecom-content { margin-bottom: 40px; }
  .text-with-cta-v1__wrap h2 { font-size: 24px; }
  .partner-testimonial-group { margin-top: 50px; }
  .partner-group-header h2 { font-size: 24px; }
  .partner-group .partner-group-inner { padding: 60px 20px; }
  .solution-group { padding-top: 40px; }
  .solution-problem-group { padding-top: 30px; }
  .solution-group-inner h2 { font-size: 24px; margin-bottom: 10px; }
  .tower-management-group { margin-top: 40px; padding-bottom: 30px; }
  .tower-management-group-inner h2 { font-size: 24px; }
  .modules-group { padding: 40px 0; background: #e8e8e8; }
  .complete-charge { padding: 40px 0; background: #f7f7f7; }
  .complete-charge-block-group { margin-top: 30px; }
  .complete-charge-block-group .complete-charge-block:last-child { margin-bottom: 0px; }
  .complete-charge-inner h2 { font-size: 24px; }
  .pricing-model-group { padding: 40px 0 10px; }
  .pricing-model-group-inner h2 { font-size: 24px; }
  .resource-group { padding: 40px 0; background-color: #f6f6f6; }
  .red-cube-effect-cards-half .red-cube-card-half { width: 100%; margin-right: 0px; margin-bottom: 30px; }
  .red-cube-effect-cards-half .red-cube-card-half:last-child { margin-bottom: 0px; }
  
  .porduct-banner-content h2 { font-size: 20px; }
  .career-header-content h1 { font-size: 25px; }
  .career-header .career-header-inner .career-header-content { padding: 80px 20px 40px; top: auto; }
  .join-tarantula { margin: 30px 0 40px; }
  .product .impacting-telecom .impacting-telecom-inner .impacting-telecom-content h2 { font-size: 24px; }

  .resource-recent-blog .footer-resource:last-child { margin-bottom: 0px; }
  .red-cube-effect { margin-top: 40px; }
  .capp-framework-header h2 { font-size: 24px; }
  .capp-framework-header { padding-top: 40px; padding-bottom: 40px; }
  .capp-framework-inner { padding: 10px 20px 30px; }
  .product .modules-group-inner-content h2 { font-size: 24px; }
  .road-map { padding: 30px 0 20px; }
  .service-cta-section h2 { font-size: 24px; }
  .service-cta-inner { padding: 40px 20px; }
  .service .our-approch { margin: 40px auto; }
  .our-approch-header h2 { font-size: 24px; }
  .our-approch-card { margin-top: 30px; }
  .resource-group-inner-header h2 { font-size: 24px; }
  .blog-listing-container .post-item:last-child { margin-bottom: 0px; }
  .tarantula-testimo { padding: 40px 20px 80px; }
  .tarantula-testimo h2 { font-size: 24px; }
  .testimonial-slider-wrapper { margin-top: 30px; }
  .business-cta-group { padding: 30px 20px; }
  .business-cta-group h2 { font-size: 24px; }
  .our-vision { padding: 40px 20px; }
  .our-vision .our-vision-inner { margin-bottom: 40px; }
  .time-heading h2 { margin-bottom: 40px; }
  .teamwork-section-inner h2 { font-size: 24px; margin-bottom: 30px; }
  .team-slider { padding-top: 40px; }
  .team-slider-inner h2 { font-size: 24px; }
  .team .the-team-section { padding: 40px 0; }
  .the-team-header h2 { font-size: 24px; }
  .join-team-inner { padding: 40px 20px; }
  .come-on-cta .come-on-text { font-size: 26px; }
  .join-team-header h2 { font-size: 24px; }
  .current-opportunities h2 { font-size: 24px; }
  .event-section { padding: 40px 20px; }
  .event-section h2 { font-size: 24px; margin-bottom: 30px; }
  .porduct-banner .porduct-banner-overlay .porduct-banner-content { padding: 65px 20px; }
  .our-offices h2 { font-size: 24px; margin-bottom: 40px; }
  
  .contact-us-page .contact-form fieldset.form-columns-3:first-child { display: flex; flex-wrap: wrap; }
  
  .contact-us-page .contact-form fieldset.form-columns-3:first-child .hs-form-field:nth-child(1) {
      width: 48%;
      margin-right: 2% !important;
      display: inline-block;
  }
  
.contact-us-page .contact-form fieldset.form-columns-3:first-child .hs-form-field:nth-child(2) {
    width: 48%;
    margin-right: 0px !IMPORTANT;
    display: inline-block;
}
  
  
  
.contact-us-page .contact-header-contact h1 {
    font-size: 25px;
}
  
  .client .about-company .about-company-content h1 {
      font-size: 25px;
      line-height: 1.4;
  }
  
  .post-section .post-author-details .post-details h1 {
      font-size: 24px;
  }
  
  .featured-image img {
      min-height: 200px !important;
      width: 100% !important;
      object-fit: cover;
  }
  
  .tarantula-blog-header-content h1 {
      font-size: 25px;
  }
  
  
.post-item .post-author-details .post-details h2 {
    font-size: 18px;
}
  
  .about-company .about-company-content h1 {
        font-size: 25px;
        line-height: 1.3em;
    }
  
  .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 */
  }
}

@media (max-width: 991px) {
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: -8px;
  }
  .homevideo {
    min-height: 600px; }
  .homevideo video {
    display: none; }
  .span3.widget-span.widget-type-custom_widget.logo {
    width: 100%;
    text-align: center;
  }
  .span9.widget-span.widget-type-custom_widget.custom-menu-primary {
    width: 100%;
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    float: none;
    left: 50%;
    position: relative;
    transform: translate(-50%);
  }
  
  a#cta_button_4403699_1be5233d-68c7-4d06-94a3-360fdd86bd92 {
      padding: 6px 18px;
  }
  
  .customer-support-cta {
      padding: 4px 20px;
  }
  
}

@media (min-width: 769px) {

  .blog-preview-text h2 { font-size: 32px !important; font-weight: bold !important; }
  .blog-preview-text h3 { font-size: 28px !important; font-weight: bold !important; }

}


@media (max-width: 768px) {
  

  .homeslider .content p {
    font-size: 15px; } 
  .footer-menu-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .homevideo.video {
    background-image: none !important; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    display: block;
  }
  

  
}

@media (max-width: 1175px){
  .sticky.pc-sticky {
    display: none;
  }
  .sticky.mob-sticky{
    display: block;
  }
  .team-slider{
    padding-left: 20px;
  }
  .tarantula-testimo-bg:before, .product .modules-group-bg {
    background-size: 0;
  }
  .teamwork-section:before {
    background-size: 0;
  }
}
@media (max-width: 1150px){
  .modules-group-bg{
    background-size: 0;
  } 
  .timeline {
    overflow-x: scroll;
  }
  .timeline .arrows {
    display: none;
  }

}



/* ABM */


.modules-column-section.video_thumb a {
  position: relative;
  display: block;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.modules-column-section.video_thumb a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.modules-column-section.video_thumb a:after {
  content: '\f144';
  position: absolute;
  z-index: 2;
  font-family: fontawesome;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
}

.hs-menu-item.hs-menu-depth-1 .fa.fa-phone {
  padding: 6px 7px;
  border: 1px solid #e50019;
  border-radius: 50%;
  margin-top: -3px;
  margin-left: -20px;
}

.hs-menu-item.hs-menu-depth-1 a:nth-child(2) {
  display: none;
}

.hs-menu-item.hs-menu-depth-1 script {
  display: none;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin-bottom: 0;
  width: 70%;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin: 0 !important;
  width: 20%;
}

@media(max-width: 990px){
  .client-section__top { padding-left: 20px; padding-right: 20px; }
  .red-cube-blueprint__inner { padding: 18px; }
  .red-cube-blueprint--card { width: calc(33.3% - 30px); margin: 20px 15px; }
  .pillar-image-text-flip__container { padding: 0px 20px; }
  
  .text-with-cta-v3-main.learn-how-pillar { padding-bottom: 40px; }
  .pp-bss-solution__container { padding: 0px 20px; }
  .pp-bss-solution__item--title h3 { font-size: 22px; }
  
  
  
}


@media(max-width: 767px){
  .post-section .post-body p { font-size: 18px; }
  .bottom-recent-blog-content p { font-size: 18px; }
  .bottom-recent-blog-content h3 { color: #333333; font-size: 22px; }
  .footer-menu-about p { font-size: 18px; }
  .post-section .post-body ul li { font-size: 18px; }
  
  .contact-header-groupv3 .tarantula-contact-client_item-card .tarantula-contact-client_item {
      width: 33.3%;
      margin-bottom: 20px !important;
  }

  .contact-header-groupv3 .tarantula-contact-client_item-card {
      justify-content: center;
  }

  .centralized-site-lifecycle .modules-column-two3 { margin-bottom: 35px !important; }
  .contact-us-page .contact-header-group .contact-header { padding-top: 50px; }
  .modules-group-cta>p>span { width: 48%; }
  .modules-group-cta>p>span a.cta_button { padding: 7px 16px; margin: 0px; display: inline-block; }
  .modules-group-cta>p { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .contact-us-page .contact-form { margin-top: 25px; padding: 20px; }
  
  .contact-form .actions { margin-top: 18px; text-align: left; }
  a#cta_button_4403699_1be5233d-68c7-4d06-94a3-360fdd86bd92 { padding: 6px 46px; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child { display: block !important; }
  .sticky-call-mobile { display: block; }
  .pwr-image-box { width: calc( 50% - 20px ); }
  img.desktop-timeline { display: none; }
  .red-cube-blueprint--card { width: calc(50% - 30px); margin: 16px 15px; }
  .customer-support-cta { background: transparent; padding: 6px 22px !important; color: #e50019 !important; border-radius: 20px !important; font-weight: 600 !important; transition: .5s !important; font-size: 16px !important; border: 2px solid #e50019 !important; display: inline-block !important; line-height: initial !important; }
  .customer-support-cta:hover { background: #e50019 !important; color: #fff !important; }
  .blog-listing-container .post-listing { padding-top: 20px; }
  .blog-listing-container .post-item { margin-bottom: 25px; }
  .hs-menu-item.hs-menu-depth-1 .fa.fa-phone { padding: 6px 13px; }
  
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    width: 78%;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button{
    padding: 8px 12px!important;
  }
  .pwr-image-box--style-below-2 .pwr-image-box__below { padding: 25px 30px; }
  
}

@media(max-width: 600px){
  .pwr-image-box {
      width: calc( 100% - 20px );
  }
  .pwr-image-box__title { font-size: 20px; }
  .red-cube-blueprint--card { width: calc(100%); margin: 16px 0px; }
  .red-cube-blueprint__wrap { padding: 0px 20px; }
  
}



@media screen and (max-width: 480px){
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin-bottom: 0!important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    margin-right: 0 !important
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 10px!important;
  }
}