/* ==========================================================================
   3) ==FORMS
   ========================================================================== */
body {
    color: #333;
}
.content-row.model-nine p {
    color: #333;
}
body h1, body h2, body h3, body h4, body h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    line-height: 1.2;
}
body h1.hd.model-one {
    font-size: 65px;
    margin: 0 0 20px 0;
    color: white;
}
.hd.model-one.v1 {
    text-transform: none !important;
}
body h2 {
    font-size: 50px;
}
body a {
    color: #03db5a;
}

/* All Global Forms
   ========================================================================== */

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body select {
    background-color: #f2f2f2;
    border-width: 1px;
    height: 56px;
    margin-bottom: 10px;
    transition: border 450ms ease 0s;
    color: #333333;
    display: block;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
    font: ;
    border: 1px solid transparent;
}

body input[type="file"] {
    padding: 0;
    border: medium none;
}

.content-column.model-seven input, 
.content-column.model-seven textarea {
    background-color: #fff;    
}

/*Let's Talk - Contact Form*/
.content-column.model-seven input[type="submit"] {
    background-color: #03db5a;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.content-column.model-seven input[type="submit"]:hover {
  background-color: #ff5a0e;
  box-shadow: none;
  border-color: #ff5a0e;
}

body textarea  {
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #f2f2f2;
  -webkit-transition: border 450ms ease;
  transition: border 450ms ease;
  width: 100%;
  font: ;
}

body input:focus,
body textarea:focus{
    border: 1px solid ;
    border-radius: 3px;
    outline: none;
}

textarea {
    min-height: 140px;
    overflow: auto;
    padding-left: 14px;
    padding-top: 10px;
}

span.hs-form-required, 
h3.form-title {
    display: none;    
}

.content-column .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

input[type="submit"], 
body input[type="button"] {
    -webkit-appearance: button;   
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #03db5a;
    border-radius: 3px;
    color: #03db5a;
    display: inline-block;
    font-family: dosis, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 350ms ease 0s;
    margin-top: 20px;
}

input[type="submit"]:hover, 
body input[type="button"]:hover {
    border-color: #03db5a;
    box-shadow: 0 0 0 4px #03db5a inset;
    color: #03db5a;
}
body #comment-form input[type="submit"]:hover, 
body #comment-form input[type="button"]:hover {
    color: white;
}
/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

body .hs-form fieldset {
    max-width: none;
    width: 100%;
}

/* Placeholder Text */
.gsc-input-box ::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
   color: white;
}
.gsc-input-box :-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
    color: white;
}
.gsc-input-box ::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
    color: white;
}
.gsc-input-box :-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
    color: white;
}

/* Blog Subscribe */
#blogSubscribe {
    height: 130px;
}

body #gsc-iw-id1 ::-webkit-input-placeholder,
body #gsc-iw-id1 :-moz-placeholder,
body #gsc-iw-id1 ::-moz-placeholder,
body #gsc-iw-id1 :-ms-input-placeholder, 
body #gsc-iw-id1 :input-placeholder{
    color: #fff !important;
}

body .hs_cos_wrapper_type_blog_subscribe input[type="text"],
body .hs_cos_wrapper_type_blog_subscribe input[type="password"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="datetime"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="datetime-local"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="date"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="month"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="time"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="week"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="number"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="email"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="url"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="search"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="tel"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="color"],
body .hs_cos_wrapper_type_blog_subscribe input[type="file"],
body .hs_cos_wrapper_type_blog_subscribe select {
    background-color: #ffffff;
    border-color: #dfdfdf;
    border-radius: 3px 0 0 3px;
    border-style: solid none solid solid;
    border-width: 2px;
    color: #c2c2c2;
    display: block;
    font: ;
    height: 50px;
    margin-bottom: 10px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}

body .hs_cos_wrapper_type_blog_subscribe input[type="submit"], 
body .hs_cos_wrapper_type_blog_subscribe input[type="button"] {
  background-color: #03db5a;
  border-color: #dfdfdf #dfdfdf #dfdfdf currentcolor;
  border-image: none;
  border-radius: 0 3px 3px 0;
  border-style: solid solid solid none;
  border-width: 3px 3px 3px medium;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: dosis, sans-serif;
  font-size: 14px;
  height: 50px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 12px 19px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease 0s;
  width: 100%;
}

body .hs_cos_wrapper_type_blog_subscribe input[type="submit"]:hover, 
body .hs_cos_wrapper_type_blog_subscribe input[type="button"]:hover {
    background-color: #b33f0a;
    box-shadow: none;
    border-color: #b33f0a;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.hs_cos_wrapper_type_blog_subscribe .hs_email.field.hs-form-field {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.hs_cos_wrapper_type_blog_subscribe .hs_submit {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.hs_cos_wrapper_type_blog_subscribe .hs_email.field.hs-form-field label {
    display: none;
}

.hs_cos_wrapper_type_blog_subscribe .hs_email.field.hs-form-field .hs-error-msgs label {
    display: block;
    font-size: 14px;
    height: 0;
    margin: 0;
    line-height: 16px;
}

.span12.widget-span.hs_cos_wrapper_type_blog_subscribe {
    margin-bottom: 14px;
}

body form.hs-form .hs-form-field ul.inputs-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.hs_cos_wrapper_type_blog_subscribe span.hs-form-required, 
h3.form-title {
    display: inline;
    font-size: 16px;
    color: #222222;
    float: left;
    margin-top: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

/* Blog Search Form*/
.gsc-input-box {
    height: 50px !important;
    border: medium none !important;
}

.gsc-input-box table {
    height: 50px !important;
}

table.gsc-search-box td {
    vertical-align: top !important;
}
/***** Search page color*/
.results-page #gsc-i-id1{
    color:#c2c2c2 !important;
}

#gsc-i-id1 {
    background: transparent none no-repeat scroll left center !important;
    padding: 20px 21px !important;
    text-indent: 0 !important;
    width: 100% !important;
    border: medium none !important;
    border-radius: 3px;
    border-right: medium none !important;
    height: 50px !important;  
    color: #fff !important;
}

form.gsc-search-box {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;    
    height: 54px;
}
.hs-blog-listing form.gsc-search-box {
    height: 48px;
}
.gsc-control-searchbox-only {
    border: 2px solid #ffffff !important;
    border-radius: 3px;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover, .gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {    
    box-shadow: none !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: auto !important;
    margin-top: 2px;
    min-width: 13px;
    padding: 5px !important;
    width: auto !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    background-color: transparent !important;
    border-width: 0px !important;
    padding: 20px !important;
    height: 52px;
    outline-width: 0px;
    outline:none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0) !important;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0) !important;
}

.gsib_a {
    padding: 0 !important;
}

input.gsc-search-button-v2 {
    background-color: transparent !important;
    background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/blog-search.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 25px 25px !important;
    border: medium none !important;
    height: 50px !important;
    margin: 0px !important;
    padding: 26px !important;
}

table.gsc-search-box {
    position: relative !important;
}

td.gsc-search-button {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 20% !important;
    height: 60px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    border-right: medium none !important;
    left: 0;
    position: absolute !important;
    width: 80% !important;
    height: 60px;
    margin: 0;
    padding: 0 !important;
}

.gsst_a {
  position: absolute;
  visibility: hidden;
}

@media(max-width: 991px){
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        width: 70% !important;
    }
    td.gsc-search-button {
      width: 8% !important;
    }
}

@media(max-width: 767px){
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        width: 90% !important;
    }
    td.gsc-search-button {
      width: 65px !important;
    }
}
/* ==========================================================================
   7) ==CUSTOM CLASSES/PREFIXES                                        
   ========================================================================== */
/*
 * 
 * Please add comments!
 *     
 */
 
/* Management Team Popups*/ 
.team-modal {
    position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
  /* Scaling */
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
    z-index: 99999;
}
.team-modal.modal-open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.team-member {
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  padding-bottom: 20px;
}
.team-member.modal-open{
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.team-overlay.modal-open{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/** Highlight strip homepage **/
#highlight-first-visit,
#highlight-more-visit {
    display: none;
}
#highlight-more-visit .content-column.model-eight{
    padding-left: 20px;
    padding-right: 20px;
}
#highlight-more-visit .highlight__img-box img {
    padding-right: 15px;
}
#highlight-more-visit.content-custom.model-nineteen,
#highlight-more-visit .content-column.model-eight {
    height: auto;
    min-height: 135px;
    padding-top: 18px;
}
/* Services Carousel */
#intro {
    width: 580px; margin: 0 auto;
}
.caroufredsel_wrapper {
    border-bottom: 2px solid #03db5a; 
    border-radius:20px;
}
.process-slider ul {
    margin: 0; 
    padding: 0;    
    list-style: none; 
    display: block;
}
.process-slider li { 
    display: block; 
    float: left; 
    display:table; 
    position:relative;
}
.process-slider li img {
    margin: 0 auto;
}
.process-slider .list-content.model-one {
    display:table-cell; 
    vertical-align:middle;
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0; 
}
.clearfix {
    float: none; 
    clear: both;
}
.prev {
    float: left;    
    margin-left: 10px;
}
.next { 
    float: right; 
    margin-right: 10px;
}
.pager { 
    float: left; 
    width: 300px; 
    text-align: center; 
}
.pager a {
    margin: 0 5px; 
    text-decoration: none; 
}
.pager a.selected { 
    text-decoration: underline; 
}
.timer { 
    background-color: #999; 
    height: 6px; 
    width: 0px; 
}
.carousel li { 
    margin-right: 0;  
}
.process-slider {
    max-height: 350px !important;
    overflow: hidden;
}
.carousel .content-img.model-four {
  height: 80px;
  width: 80px;
}



@media(max-width: 479px){
    .carousel{
        font-size: 14px;
    }
}
/*Resources Filter*/
.content-column.model-six.list-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
 #filterWrap .jplist-panel {
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
#filterWrap .jplist-label {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #dfdfdf;
  border-radius: 0;
  box-shadow: 0 0 1px #ffffff;
  box-sizing: border-box;
  color: #03db5a;
  float: left;
  height: auto;
  line-height: 22px;
  margin: 10px 10px 0 0;
  padding: 10px 20px 10.8px;
  text-shadow: 0 0 0;
}
 #filterWrap .jplist-panel .jplist-pagination button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #03db5a;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #03db5a;
    float: left;
    height: auto;
    line-height: 22px;
    margin: 10px 10px 0 0;
    padding: 10px 20px;
    text-shadow: 0 0 0;
}
 #filterWrap .jplist-panel .jplist-pagination .jplist-current {
    background-color: #03db5a;
    color: #ffffff;
    font-weight: normal;
}
#filterWrap .jplist-panel .jplist-pagination button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #03db5a;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #03db5a;
  float: left;
  height: 46px;
  line-height: 22px;
  margin: 10px 10px 0 0;
  padding: 0;
  text-shadow: 0 0 0;
  transition: box-shadow 250ms ease-out 0s;
  width: 47px;
}
 #filterWrap .jplist-panel button:hover {
    background: transparent none repeat scroll 0 0;
    border-width: 2px;
    box-shadow: 0 0 0 3px #03db5a inset;
    color: #03db5a;
      -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

 #filterWrap .jplist-drop-down .jplist-dd-panel::after {
    color: #03db5a;
    z-index: 0;
}

  #filterWrap .jplist-drop-down .jplist-dd-panel {
    color: #03db5a;
    cursor: pointer;
    float: left;
    height: auto;
    line-height: 22px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;    
    text-indent: 0;
}

.st-showcase-filter .jplist-drop-down .jplist-dd-panel {
    padding-right: 20px;
}

.st-showcase-filter .jplist-drop-down .jplist-dd-panel {
    width: auto !important;
}



#filterWrap .jplist-drop-down .jplist-dd-panel li{
    text-indent: 10px;
}
 #filterWrap .jplist-drop-down .jplist-dd-panel:after {
    color: #03db5a;
}
 #filterWrap .jplist-drop-down {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #03db5a;
    float: left;
    height: auto;
    line-height: 22px;
    margin: 10px 10px 0 0;
    position: relative;
    text-shadow: 0 0 0;
    width: 170px;
}
 #filterWrap .jplist-drop-down ul {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  border: medium none;
  box-shadow: 0 6px 14px 0 rgba(187,187,187,0.5);
  box-sizing: border-box;
  display: none;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: 166px;
  z-index: 1000;
  color: #777;
}
#filterWrap {
    position: relative;
}
#filterWrap .jplist-panel.panel-top {
    padding-bottom: 100px;
    padding-left: 10px;
    position: absolute;
    width: 100%;
    z-index: 5;
}
#filterWrap .jplist-drop-down.filter-cat {
    float: right;
}
.row-fluid .content-section.model-five {
  display: block;
  padding: 4%;
  background-image: none;
  background-position: 0px 0px;
}
.row-fluid .content-section.model-five.v1 {
  background-color: #f4f4f4;
  background-image: none;
}
.content-row.model-six.w-row.list.box.text-shadow {
    margin-top: 120px;
}
#filterWrap .jplist-drop-down .jplist-dd-panel:after {
    font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e603"; 
    top: 14px;
}
#filterWrap .jplist-panel .jplist-pagination button.jplist-first, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-first:hover,
#filterWrap .jplist-panel .jplist-pagination button.jplist-prev, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-prev:hover, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-last, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-last:hover, 
#filterWrap .jplist-panel .jplist-pagination button.jplist-next,
#filterWrap .jplist-panel .jplist-pagination button.jplist-next:hover {
  border: medium none;
  box-shadow: none;
  width: 25px;
}

#filterWrap .long-list.jplist-drop-down ul {
    color: #777777;
    left: -85px;
    width: 252px;
}

#filterWrap .jplist-drop-down ul {
    color: #777777;
}

.resources .list-item .content-custom.model-six {
  height: 130px; 
}

.resources .list-item .content-custom.model-five {
  padding-bottom: 130px;
}

.resources .list-item .p.model-two.v1 {
    padding-left: 20px;
    padding-right: 20px;
}

#filterWrap .jplist-panel {
    display: block;
}

/*** Auto column HubSpot version ****/
body .u-same-height__row > .row-fluid-wrapper{
    display: table;
}
body .u-same-height__row > .row-fluid-wrapper > .row-fluid { 
    display: table-row;
}
body .u-same-height__row > .row-fluid-wrapper > .row-fluid:before,
body .u-same-height__row > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}
body .u-same-height__cell.widget-span {
    display: table-cell;
    float: none;
    vertical-align: top;
}
@media(max-width: 767px) {
    body .u-same-height__row > .row-fluid-wrapper,
    body .u-same-height__row > .row-fluid-wrapper > .row-fluid,
    body .u-same-height__cell.widget-span {
        display: block
    }
}
/*** END ***/
@media(max-width: 991px){
    .content-column.model-six.list-item {
        margin-bottom: 0; 
    }
    .resources .list-item .content-custom.model-six {
      height: 100px; 
    }
    
    .resources .list-item .content-custom.model-five {
      padding-bottom: 100px;
    }
    #highlight-more-visit h3 {
        font-size: 16px;
    }
}
@media(max-width: 767px){
    #filterWrap .long-list.jplist-drop-down ul {
        left: 0;
    }
    
    .st-showcase-filter .long-list.jplist-drop-down ul {
        max-width: 200px;
        height: auto;
        padding: 10px 0 !important;
    }
    
    .st-showcase-filter .jplist-drop-down ul li {
        max-width: 200px;
        padding-left: 10px;
        text-indent: 0px;
        height: auto;
        line-height: 25px;
    }
    
    .footer-column {
      margin-bottom: 30px;
      padding: 0;
    }
}
@media(max-width: 479px){
    #filterWrap .jplist-drop-down {
        position: absolute;
    }
    #filterWrap .jplist-drop-down.filter-cat {
        float: left;
        top: 60px;
    }
    #filterWrap .jplist-panel.panel-top {
        position: relative;
        padding-bottom: 50px;
    }
    #filterWrap.content-section.model-five {
        padding-top: 50px;
    }
}

 
/*Contact Map*/
.struto-maps {
    min-height: 300px;
    width: 100%;
}

.map-container {
    width: 100%;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}

/* Pricing Token Slider */ 
.banner-section {
    background-attachment: scroll;
    background-position: 50% 85%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 80px;
    padding-top: 140px;
    position: relative;
}
.banner-container {
    text-align: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

body .banner-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, .2);
}

/*Landing Page*/
.lp-logo {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 44px;
    margin-left: 12px !important;
    margin-top: 15px;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 99;
}
.content-container.w-container.bg-white {
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}
.lp-image {
    background-position: 50% 50%;
    background-size: cover;
    /*height: 350px;*/
    position: relative;
}

.content-column.model-three.lp {
    padding: 50px 15px 50px 50px;
}
.content-column.model-three.lp-img {
    padding: 0;
}
body.hs-landing-page .content-column.model-three.lp {
    padding-bottom: 10px;
}
body.hs-landing-page .content-column.model-three.lp h1{
    font-size: 36px;
}
body.hs-landing-page .content-column.model-three.lp p {
    margin-bottom: 15px;
}
body.hs-landing-page .content-column.model-three.lp p,
body.hs-landing-page .content-column.model-three.lp ul li {
    font-size: 14px;
}
body.hs-landing-page .logo-wrapper {
    display: none;
}
body.hs-landing-page .content-column.model-three.lp-img {
    background-image: -webkit-linear-gradient(305deg, #7fdec5,#69d38d), -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(320deg, #7fdec5,#69d38d);
    background-image: linear-gradient(130deg,#7fdec5,#69d38d), linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(130deg, #7fdec5, #69d38d);
}
body.hs-landing-page .content-column.model-three.lp-img .lp-form-wrap {
    background: transparent !important;
}
.content-column.model-three.lp p {
    margin-bottom: 15px;
}
.lp-form-wrap {
  position: relative;
  height: auto;
  margin-bottom: 0px;
  padding: 30px;  
  background-image: -webkit-linear-gradient(305deg, #7fdec5,#69d38d), -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(320deg, #7fdec5,#69d38d);
  background-image: linear-gradient(130deg,#7fdec5,#69d38d), linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(130deg, #7fdec5, #69d38d);
}

.lp-form-wrap h3 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: inline-block;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 0;
  padding-top: 10px;
  text-transform: uppercase;
  width: 100%;
}
.lp-form-wrap label{
    color: #fff;
    text-transform: uppercase;
}
.lp-form-wrap input[type="submit"], 
body .lp-form-wrap input[type="button"] {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.lp-form-wrap input[type="submit"]:hover, 
body .lp-form-wrap input[type="button"]:hover {
    box-shadow: 0 0 0 4px rgb(255, 255, 255) inset;
}

.lp-share-wrap {
    /*background-color: #f4f4f4;*/
    /*padding: 30px;*/
    text-align: center;
}
.lp-share-wrap h3 {
    margin-bottom: 20px;
    width: 100%;
}

.lp-footer {
  background-color: #222222;
  bottom: 0;
  color: #5a5a5a;
  height: 50px;
  padding: 10px 0 0;
  /*position: absolute;*/
  text-align: center;
}

.lp-footer-strip {
  background-color: #222222;
  color: #5a5a5a;
  display: block;
  height: 50px;
  padding-top: 13px;
  position: relative;
  text-align: center;
}

.content-section.model-six.v1.lp-wrap {
  /*height: 100%;*/
 /* min-height: 750px;*/
  padding: 0;
  position: relative;
}

.content-section.model-six-v2.v1.lp-wrap {
  /*height: 100%;*/
  min-height: 750px;
  padding: 0;
  position: relative;
}

.content-section.model-three.lp-banner {    
    padding-bottom: 55px;
    padding-top: 85px;
}

.lp-wrap .content-custom.model-eighteen.v2 {
    top: 0;
    margin-top: -380px;
    position: relative;
    margin-bottom: 120px;
}
.lp-wrap .w-container {
    height: 0;
}
.content-section.model-three.v4.lp-banner {
    padding-top: 200px;
}
.content-column .hs-form fieldset.form-columns-1 input.hs-input[type="checkbox"] {
    width: auto !important;
}
.landing-page .content-container {
    margin-bottom: 100px;
    margin-top: -310px;
}
.landing-page.content-section.model-six.v1 {
  padding: 0;
}
/*Thank You Page*/
.ty-banner {
  text-align: center;
}
.ty-banner a {
    margin-top: 30px;
}
.ty-banner {
    
}
.what-next a {
    border-bottom: 1px dotted #d6d6d6;
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    max-width: 900px;
    transition: background-color 200ms ease 0s;
    margin: 0 auto;
}
.what-next a:hover {
    background-color: #f2f2f2;
}
@media(max-width: 1024px){
    .lp-image {
        /*height: 280px; */
    }
    .content-column.model-three.lp {
        padding: 35px 10px 35px 35px;
    }
}
@media(max-width: 991px){
    .landing-page h2 {
        font-size: 34px;
    }
}
@media(max-width: 767px){
    .content-column.model-three.lp {
        padding:  20px 30px 0px 30px;
    }
    .lp-image {
        height: 0;
        visibility: hidden;
    }
    
    .content-section.model-six.v1.lp-wrap {
        min-height: 1400px;
    }    
    
    .content-section.model-six-v2.v1.lp-wrap {
        min-height: 800px;
    }     
    body.hs-landing-page .landing-page .content-container {
        margin-top: -370px;
        margin-bottom: 0;
    }
    body.hs-landing-page .content-column.model-three.lp,
    body.hs-landing-page .content-column.model-three.lp-img {
        height: auto!important;       
    }

}

/*Home Page Fades*/
#fadein {
    bottom: 150px;
    /*min-height: 615px;*/
    position: absolute;
    right: 0;
    top: 100px;
    width: 50%;
    z-index: 3;
    overflow: hidden;
}

#fadein img {
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-name: fade;
    bottom: 0;
    position: absolute;
    display: none;
    max-width: none;
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    width: auto !important;
}
#fadein img.active.first {
    display: block;
}

.hp-banner .hd.model-four h5 {
    text-transform: lowercase;   
}

.hp-banner .content-column.model-eight {
    padding: 2% 0;
}

.content-img.model-five.seal-img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
    position: relative;
}

@media(max-width: 1280px){
    .hp-banner .hd.model-four h5 {
        font-size: 52px;    
    }
}

@media(max-width: 991px){

    .hp-banner .hd.model-four h5 {
        font-size: 42px;    
    }
    .hp-banner .content-custom.model-nineteen {
        height: 120px;
    }
    #fadein {
        bottom: 120px; 
    }
    #fadein img {
        left: 20px;
    }
}

@media(max-width: 767px){
    #fadein {
        display: none;
    }
    .hp-banner .content-custom.model-nineteen {
        height: 150px;
    }
}


/* 
   Struto Webflow CSS
   ========================================================================== */


/* CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS */
@media screen and (min-width:1200px) {
    .container-fluid .row-fluid .w-container {
        max-width:1170px;
    }
}

body .content-section.model-one {
    padding: 2%;
    background-image: none;
    height: inherit;
    margin-bottom: 0;
}
.section-inner.model-one {
    padding: 5%;
    background-color: #ebebeb;
}
.content-section.model-five {
  display: block;
  padding: 4%;
  background-image: none;
  background-position: 0px 0px;
}

.content-section.model-five.services-carousel {
  padding: 4% 4% 100px;
}

.row-fluid .content-section.model-five.v1 {
  background-color: #f4f4f4;
  background-image: none;
}

.content-section.model-five.v2 {
  background-color: #f2f2f2;
}

.content-section.model-five.v2.pad-top {
  padding-top: 165px;
}

.content-section.model-five.v3 {
  background-image: none;
}

.content-section.model-five.v4 {
  height: auto;
  background-color: #f4f4f4;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.content-section.model-five.v5 {
  padding-right: 0%;
  padding-left: 0%;
}

.content-section.model-five.v6 {
  padding-bottom: 6%;
}

.content-section.model-five.v5.meth-wrap {
    padding-bottom: 0;
}

.content-section.model-five.v7 {
  padding-bottom: 5%;
  background-color: #f2f2f2;
  background-position: 50% 50%;
  background-size: 250px;
  background-attachment: fixed;
}

.content-section.model-five.v8 {
  height: auto;
}

.v8 .content-custom.model-eighteen {
  margin-bottom: -150px;
}

.content-section.model-five.pad-top-set {
    background-color: #f2f2f2;
    padding-top: 120px;
}

.content-section.model-six {
  padding: 4% 4% 0%;
}

.content-section.model-six.v1 {
  background-color: #f4f4f4;
  background-image: none;
}

.content-section.model-seven {
  display: block;
  height: 405px;
  margin-bottom: 200px;
  padding: 4%;
  background-color: transparent;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.content-section.model-seven.v1 {
  position: relative;
  height: 700px;
  background-color: #f2f2f2;
  background-position: 50% 0px;
  background-size: 300px 300px;
  background-repeat: repeat;
  background-attachment: fixed;
}

/*.content-section.model-seven.v1.about-unique {*/
/*    height: 600px;*/
/*}*/

.content-section.model-seven.v1.about-unique {
  margin-bottom: 100px;
}
.content-section.model-seven.v2 {
  height: 950px;
  background-image: none;
}

.content-section.model-seven.v3 {
  height: auto;
  margin-bottom: 0px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.content-section.model-seven.v4 {
  position: relative;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0%;
  padding-bottom: 6%;
  background-image: -webkit-linear-gradient(305deg, #ffa05a, #ff6464), -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(320deg, #7fdec5, #69d38d);
  background-image: linear-gradient(145deg, #ffa05a, #ff6464), linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(130deg, #7fdec5, #69d38d);
}

.content-section.model-seven.v4.form {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 6%;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(305deg, #7fdec5, #69d38d);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), linear-gradient(145deg, #7fdec5, #69d38d);
}

.content-section.model-eight {
  padding: 4%;
  background-color: #222;
  color: #fff;
}

.content-section.model-nine {
  padding: 4%;
  background-color: #313131;
}

.content-section.model-three {
  position: relative;
  padding-top: 140px;
  padding-bottom: 80px;
  color: #fff;
}

/****Overrides default banner on blog as below******/
.content-section.model-three.v1.banner-blog-pj{
}

.content-section.model-three.v1.blog-banner {
    padding-bottom: 65px;
    padding-top: 95px;
}

.content-section.model-three.v1 {
  background-position: 50% 85%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content-section.model-three.v2 {
  position: relative;
  padding-bottom: 0px;
  background-position: 50% 50%;
  background-size: cover;
}

.content-section.model-three.v3 {
  background-position: 50% 78%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.model-three.v4 {
  padding-top: 180px;
  padding-bottom: 240px;
  background-position: 50% 33%;
  background-size: cover;
}
.content-section.model-four.v1,
.content-section.model-four.v2{
  position: relative;
  width: 100%;
  min-height: 450px;
  padding-top: 130px;
  color: #fff;
  display: table;
}

.content-section.model-four .p.model-one {
    color: #fff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
    text-transform: none;
}

.content-section.model-four.v1 {
  background-image: url("https://www.adglow.com/hubfs/site-assets/2021/headers/header-blog.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.content-section.model-four.v1.header-newsroom {
  background-image: url("https://www.adglow.com/hubfs/blog/IT_Blog_Images/ADGLOWNEWSROOM.jpg");
}
.content-section.model-four.v2 {
  background-attachment: scroll, fixed;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/banner-press-min.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/banner-press-min.jpg");
  background-position: 0 0px, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto auto, cover;
}
.content-section.model-eleven {
  display: none;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #f1f1f1;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.content-section.model-eleven.v1 {
  display: none;
  background-color: #ececec;
}

.nav {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.nav.nav-down {
  top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo-wrapper {
  width: 100px;
  height: 38px;
  margin-left: 12px;
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-content-column.model-two {
  height: 100%;
  padding-left: 8%;
  color: #4e4e4e;
}

.inner-content-column.model-ten {
  height: 100%;
}

.inner-content-column.model-eleven {
  height: 100%;
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-content-column.model-one {
  overflow: hidden;
  height: 0px;
  padding-bottom: 67%;
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.inner-content-column.model-one:hover {
}

.content-row.model-ten {
  margin-right: 0px;
  margin-left: 0px;
}

.content-column.model-one {
  position: relative;
  width: 50%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 150px;
  padding-left: 0px;
}

.content-column.model-four {
  min-height: 300px;
}

.content-column.model-four.v1 {
  padding-right: 60px;
}

.content-column.model-six {
  text-align: center;
}

.content-column.model-seven {
  height: 500px;
}

.content-column.model-three {
  padding-right: 40px;
  padding-left: 0px;
}

.content-column.model-three.v1 {
  padding-right: 25px;
  padding-left: 10px;
}

.content-column.model-three.v2 {
  padding-right: 10px;
  padding-left: 25px;
}

.content-column.model-eight {
  display: inline-block;
  width: 20%;
  height: 150px;
  padding: 2% 4%;
  float: left;
  text-align: center;
}
.content-column.model-eight.v1 {
  position: relative;
  display: block;
  padding: 0%;
}
.content-column.model-eight.v2 {
  width: 40%;
  padding-right: 0%; 
}
.content-column.model-eight.v3 {
  width: 40%;
  padding-left: 0%;
}
.content-column.model-twelve.v1 {
  padding-right: 80px;
}

.content-column.model-thirteen {
  border-right: 1px dashed #ccc;
}

.content-column.model-thirteen.v1 {
  border-right-color: transparent;
}

.content-column.model-fourteen {
  height: 450px;
  padding-right: 0px;
  padding-left: 0px;
}

.content-column.model-fourteen.v1 {
  padding-right: 50px;
}
.content-column.model-fourteen.v1.w-col-stack {
  padding-right: 0;
}
 

.content-column.model-fourteen.v2 {
  height: auto;
}

.content-column.model-fifteen {
  padding-right: 20px;
  padding-left: 20px;
}

.content-column.model-fifteen.v1 {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.content-column.model-fifteen.v2 {
  height: 45px;
}

.content-column.model-fifteen.v4 {
  height: 774px;
  padding: 40px;
  background-color: #f2f2f2;
}

.content-column.model-fifteen.v5 {
  padding: 40px;
}

.content-column.model-sixteen {
  position: relative;
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  text-decoration: none;
}

.content-column.model-sixteen.v1 {
  margin-bottom: 20px;
}

.content-column.model-seventeen {
  padding-right: 10px;
}

.content-column.model-seventeen.v1 {
  padding-right: 0px;
}

.content-column.model-two {
  width: 50%;
  height: 100%;
}

.content-column.model-two.v1 {
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-column.model-two.v2 {
  padding: 40px 6%;
}

.content-column.model-five.v1 {
  padding-right: 5%;
}

.content-column.model-five.v2 {
  padding-left: 0px;
  text-align: left;
}

.content-column.model-nine {
  position: relative;
  width: 100%;
  height: 350px;
  padding: 40px 20px 20px;
  float: left;
}

.content-column.model-nine.v1 {
  background-color: #03db5a;
  color: #fff;
  text-align: center;
}

.content-column.model-nine.v2 {
  background-color: #ffa05a;
  color: #fff;
  text-align: center;
}

.content-column.model-nine.v3 {
  background-color: #ff6464;
  color: #fff;
  text-align: center;
}

.content-column.model-nine.v4 {
  background-color: #00d2ff;
  color: #fff;
  text-align: center;
}

.content-column.model-nine.v5 {
  background-color: #7fdec5;
  color: #fff;
  text-align: center;
}

.content-column.model-nine.v6 {
  background-color: #b2d46a;
  color: #fff;
  text-align: center;
}

.content-column.model-eleven {
  padding: 0px 5px;
  background-color: transparent;
}

.hd.model-one {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 102px;
  line-height: 90px;
  /*text-transform: uppercase;*/
}

.hd.model-two {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
}
body .hd.model-two.v1 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #333;
}
.hd.model-four {
  margin-bottom: 0px;
  font-size: 60px;
}

.hd.model-six {
  text-transform: uppercase;
}

.hd.model-six.v1 {
  margin-bottom: 10px;
}

.hd.model-seven {
  margin-bottom: 50px;
  color: #5a5a5a;
  text-transform: uppercase;
}

.hd.model-eight {
  margin-bottom: 0px;
  float: left;
  color: #222;
  /*text-transform: uppercase;*/
}

.hd.model-eight.v1 {
  margin-top: 28px;
  margin-bottom: 15px;
  float: none;
  font-size: 18px;
  text-align: center;
}

.hd.model-eight.v2 {
  display: block;
  margin-top: 45px;
  float: none;
  color: #b2d46a;
  font-weight: 700;
  text-align: center;
}

.hd.model-eight.v2.less-margin {
  margin-top: 24px;
  text-decoration: none;
}

.hd.model-eight.v3 {
  margin-top: 0px;
  margin-bottom: 12px;
  float: none;
  color: #333233;
  text-align: left;
}

.hd.model-eight.v4 {
  margin-top: 25px;
  float: none;
}

.estimated-col-left .hd.model-eight.v4 {
    margin-top: 23px;
}

.hd.model-eight.v5 {
  margin-top: 0px;
  float: none;
  font-size: 50px;
}

.hd.model-eight.v6 {
  margin-top: 30px;
  margin-bottom: 0px;
  float: none;
  text-align: center;
}

.hd.model-eight.v7 {
  text-align: left;
}

.hd.model-nine {
  font-size: 88px;
  font-weight: 400;
}

.hd.model-three {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h4.hd.model-three {
   color: #333; 
}
.hd.model-three.v2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.p.model-one {
  color: #000;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
}

.p.model-two {
  font-size: 16px;
}

.p.model-two.v1 {
  margin-bottom: 0px;
  padding-right: 35px;
  padding-left: 35px;
  color: #777;
}

.p.model-two.v2 {
  margin-top: 14px;
  margin-right: 15px;
  float: right;
}

.p.model-three {
  font-size: 20px;
}

.p.model-three.v1 {
  font-style: italic;
}

.p.model-six {
  margin-bottom: 0px;
  font-size: 12px;
}

.p.model-four {
  margin-bottom: 15px;
}

.p.model-five {
  display: inline-block;
  color: #777;
  font-size: 13px;
}

.p.model-five.v1 {
  color: #03db5a;
  font-size: 16px;
}

.p.model-five.v1:hover {
  text-decoration: underline;
}

.mouse-icon {
  display: none;
}
.highlight-intro-text {
    margin-bottom: 13px;
    text-align: left;
}
.btn-model-three.v2.highlight {
    margin-top: 0px;
    padding: 0px;
    float: left;
    border-style: none;
    font-weight: 700;
}
.btn-model-three.v2.highlight:hover {
  box-shadow: none;
  text-decoration: underline;
}
.btn-model-one {
  display: inline-block;
  margin-bottom: 10px;
  /*padding: 12px 20px;*/
    padding: 10px 30px;
  border: 2px solid #03db5a;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
  font-family: dosis, sans-serif;
  color: #03db5a;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-model-one:hover {
  border-color: #03db5a;
  box-shadow: inset 0 0 0 4px #03db5a;
  color: #03db5a;
}

.btn-model-one.v2 {
  position: absolute;
  left: 50%;
  bottom: -36px;
  display: block;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.btn-model-one.v2.inverse {
  background-color: #03db5a;
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease;
  color: #fff;
}

.btn-model-one.v2.inverse:hover {
  border-width: 2px;
  background-color: #fff;
  color: #03db5a;
}

.btn-model-one.v2.price:hover {
    background-color: #f3550d;
    border-color: #f3550d;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
}

.btn-model-one.v1 {
  margin-right: 13px;
  border-color: #fff;
  color: #fff;
}

.btn-model-one.v1:hover {
  box-shadow: inset 0 0 0 4px #fff;
}

.btn-model-one.v3 {
  margin-right: 15px;
  float: left;
}

.btn-model-one.v4 {
  margin-right: 5px;
  margin-left: 5px;
}

.btn-model-one.v4.active {
  background-color: #03db5a;
  color: #fff;
}

.content-img.model-three {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border: 8px none #c7e8e9;
  border-radius: 100%;
  background-position: 50% 50%;
  background-size: 100%;
}

.content-img.model-five {
  position: absolute;
  z-index: 3;
  width: 90%;
  -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
  -ms-transform: translate(0px, -50%) translate(-50%, 0px);
  transform: translate(0px, -50%) translate(-50%, 0px);
}

.content-img.model-seven {
  width: 60px;
  height: 60px;
  float: left;
  background-position: 0px 0px;
  background-size: cover;
}

.content-img.model-nine {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  opacity: 0.2;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.content-img.model-nine:hover {
  opacity: 1;
}

.content-img.model-nine.v1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.content-img.model-nine.v2 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-img.model-nine.v3 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-img.model-fourteen {
  display: block;
  max-height: 80px;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.content-img.model-fifteen {
  position: absolute;
  top: 5%;
  right: 13px;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  margin-left: -25px;
  border: 10px solid #fff;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}
.quote-block h1 {
  text-transform: none;
}
.content-img.model-fifteen.v1 {
  border-width: 6px;
  display: block;
  left: 13px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 13px;
  top: -15%;
}
.content-img.model-sixteen {
  width: 40px;
}

.content-img.model-eighteen {
  width: 5em;
  margin-bottom: 40px;
}

.content-img.model-nineteen {
  width: 100%;
  margin-bottom: 20px;
}

.content-img.model-twenty {
  width: 100%;
  margin-bottom: 20px;
}

.content-img.model-twenty-one {
  width: 100%;
}

.content-img.model-twenty-two {
  width: 80%;
}

.content-img.model-twenty-three {
  max-height: 100%;
}

.content-img.model-two {
  position: relative;
  z-index: 2;
}

.content-img.model-four {
  max-width: 80px;
}

.content-img.model-six {
  position: absolute;
  left: 50%;
  top: -22px;
}

.content-img.model-six.v1 {
  top: auto;
  bottom: -22px;
  width: 30px;
}

.content-img.model-six.v2 {
  left: 20%;
  width: 30px;
}

.content-img.model-six.v3 {
  left: 75%;
  width: 30px;
}

.content-img.model-six.v4 {
  left: 20%;
  top: auto;
  bottom: -22px;
  width: 30px;
}

.content-img.model-six.v5 {
  left: 75%;
  top: auto;
  bottom: -22px;
  width: 30px;
}

.content-img.model-six.v6 {
  left: -22px;
  top: 45%;
  height: 30px;
}

.content-img.model-six.v7 {
  left: auto;
  top: 50%;
  right: -22px;
  height: 30px;
}

.content-img.model-six.v8 {
  width: 30px;
}

.content-img.model-eight {
  width: 100%;
  height: 423px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-img.model-ten,
.content-img.model-ten img,
.content-img.model-eleven img {
  width: 100%;
}

.content-img.model-twenty-four {
  max-width: 98%;
}

.content-custom.model-one {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-right: 4%;
  padding-left: 4%;
  text-align: center;
}

.content-custom.model-four {
  display: block;
  background-color: transparent;
  color: #333;
  text-align: left;
}

.content-custom.model-four.v1 {
  padding: 11% 11% 8%;
  border: 4px solid #fff;
  background-color: transparent;
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease;
}

.content-custom.model-four.v1:hover {
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}

.content-custom.model-five {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  background-image: none;
  background-position: 0px 0px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.content-custom.model-six {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, top 300ms ease, left 300ms ease, bottom 300ms ease, right 300ms ease;
  transition: opacity 200ms ease, top 300ms ease, left 300ms ease, bottom 300ms ease, right 300ms ease;
}


.content-custom.model-eight {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 15px;
  color: #fff;
  text-decoration: none;
}

.content-custom.model-ten {
  overflow: hidden;
}

.content-custom.model-thirteen {
  margin-bottom: 20px;
}

.content-custom.model-thirteen.table-set {
  display: table;
  width: 100%;
}

.table-col {
  display: table-cell;
  vertical-align: middle;
}


.content-custom.model-fourteen {
  overflow: hidden;
  min-height: 45px;
}

.content-custom.model-fourteen.table-col {
    width: 83%;
}

.services-plans .content-custom.model-fourteen {
  /*overflow: visible;  */
}

.services-plans .content-column.model-fifteen {
    padding-left: 0;
    padding-right: 0; 
}
.content-custom.model-fourteen.v1 {
  min-height: 0px;
  margin-top: 40px;
  text-align: center;
}

.content-custom.model-sixteen {
  position: relative;
  border-left: 2px solid #03db5a;
}

.content-custom.model-seventeen {
  width: 50%;
  padding-right: 50px;
}

.content-custom.model-eighteen {
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}

.content-custom.model-eighteen.v1 {
  position: absolute;
  padding: 80px 40px 0px;
  border-bottom: 2px solid #03db5a;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}

.content-custom.model-eighteen.v2 {
  position: absolute;
  top: -225px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #03db5a;
}

.content-custom.model-eighteen.v3 {
  padding: 60px;
  border-bottom: 2px solid #03db5a;
}

.content-custom.model-eighteen.v4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-custom.model-nineteen {
  position: absolute;
  bottom: 0px;
  z-index: 4;
  width: 100%;
  height: 150px;
  background-color: #fff;
  
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat, no-repeat;
}
.hp-strip.content-custom.model-nineteen {
    background-size: contain;
}
.content-custom.model-nineteen.v1 {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1));
    background-position: 0px 0px;
    background-repeat: repeat;
}
.content-custom.model-twenty-one {
  position: relative;
}

.content-custom.model-twenty-two {
  width: 45px;
  margin-right: 15px;
  float: left;
}

.content-custom.model-two {
  width: 100%;
}

.content-custom.model-three {
  position: relative;
  margin: 80px 15%;
  border-bottom: 2px solid #dedede;
}

.content-custom.model-seven {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 4px solid #dedede;
  border-radius: 50px;
  background-color: #ff6464;
  -webkit-transform: translate(0px, -40%);
  -ms-transform: translate(0px, -40%);
  transform: translate(0px, -40%);
}

.content-custom.model-seven.v1 {
  right: 0px;
}

.content-custom.model-seven.v2 {
  left: 50%;
  -webkit-transform: translate(0px, -40%) translate(-7px, 0px);
  -ms-transform: translate(0px, -40%) translate(-7px, 0px);
  transform: translate(0px, -40%) translate(-7px, 0px);
}

.content-custom.model-seven.v3 {
  left: 0px;
}

.content-custom.model-nine {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  border: 3px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  font-family: dosis, sans-serif;
  font-size: 17px;
  line-height: 10px;
  font-weight: 700;
}

.content-custom.model-nine.v1 {
  color: #03db5a;
}

.content-custom.model-nine.v2 {
  color: #ffa05a;
}

.content-custom.model-nine.v3 {
  color: #ff6464;
}

.content-custom.model-nine.v4 {
  color: #00d2ff;
}

.content-custom.model-nine.v5 {
  color: #7fdec5;
}

.content-custom.model-nine.v6 {
  color: #b2d46a;
}

.content-custom.model-twenty-four {
  padding: 30px 50px;
  border-bottom: 2px solid #03db5a;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}
/* Pricing Page blocks*/
.v7 .content-custom.model-twenty-four {
  padding: 30px 50px 80px;
  text-align: center;
}
.content-spacer {
  height: 20px;
}

.content-spacer.model-two {
  height: 60px;
}

.content-spacer.model-two.v2 {
  height: 20px;
}

.content-spacer.model-two.v3 {
  height: 20px;
}

.content-spacer.model-three {
  height: 40px;
}

.content-divider {
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #b8b8b8;
}

.content-divider.model-one {
  width: 50px;
  height: 4px;
  margin-top: 0px;
  background-color: #03db5a;
}

.content-divider.model-two {
  display: block;
  width: 50px;
  margin: 20px auto;
  background-color: #fff;
}

.content-divider.model-two.v1 {
  background-color: #03db5a;
}

.content-divider.model-three {
  width: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.content-divider.model-three.v1 {
  background-color: #03db5a;
}

.text-color-model-one {
  color: #03db5a;
}
.text-color-model-one.v1 {
  color: #03db5a;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px 5px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 0 0 0 #000;
}

.nav-link.w--current {
  color: #03db5a;
}

.form-field {
  border: 2px solid #fff;
  background-color: transparent;
}

.form-field.model-one {
  height: 56px;
  margin-bottom: 10px;
  border-width: 1px;
  border-color: #fff;
  border-right-style: none;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: border 450ms ease;
  transition: border 450ms ease;
}

.form-field.model-one:focus {
  border: 1px solid #03db5a;
  background-color: #fff;
}

.form-field.model-one.v1 {
  background-color: #f2f2f2;
}

.link-model-two {
  color: #fff;
  text-decoration: none;
}

.link-model-two:hover {
  border-bottom: 1px dotted #03db5a;
  color: #03db5a;
}

.content-footer.model-one {
  color: #6b6b6b;
  font-size: 12px;
  font-style: italic;
}

.btn-model-four {
  width: 160px;
  padding: 15px 30px;
  float: right;
  border: 3px solid #03db5a;
  background-color: #03db5a;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.showcase-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  
  background-position: 50% 75%;
  background-size: 32px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
}

.showcase-overlay:hover {
  background-color: rgba(255, 255, 255, 0.9);
  background-position: 50% 50%;
  opacity: 1;
}

.showcase-overlay.mobile-overlay {
    
    background-color: transparent;
    background-position: 3% 20px;
    display: none;
    opacity: 0;
}
.showcase-overlay.mobile-overlay:hover {
    background-color: transparent;
    background-position: 5% 20px;
}
@media(max-width: 767px){
    .showcase-overlay.mobile-overlay {
        display: block;
        opacity: 1;
    }
}
.content-container {
  position: relative;
  z-index: 2;
}

.content-container.model-one {
  position: relative;
  height: auto;
  text-align: center;
}

.content-container.model-one.v2 {
  margin-top: 115px;
}

.content-container.model-two.v2 {
  display: block;
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
}

.content-container.model-one.blog-container {
  padding-top: 220px;
} 
.content-container.model-two.v1 {
  display: block;
}

body .link-model-four {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  border: 2px solid #03db5a;
  color: #03db5a;
  line-height: 37px;
  text-decoration: none;
}

body .link-model-four:hover {
  background-color: #03db5a;
  color: #fff;
}

body .link-model-four.active {
  background-color: #03db5a;
  color: #c7e8e9;
}

.text-color-model-three {
  color: #858585;
}

.text-color-model-three.v1 {
  font-size: 14px;
}

.content-list.model-one {
  margin-bottom: 0px;
  padding-left: 0px;
}

.list-item.model-one {
  border-bottom: 1px dashed #d5d5d5;
  
  background-position: 93% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: padding 200ms ease, background-position 350ms cubic-bezier(.6, -.28, .735, .045), background-color 300ms ease;
  transition: padding 200ms ease, background-position 350ms cubic-bezier(.6, -.28, .735, .045), background-color 300ms ease;
}

.list-item.model-one:hover {
  background-color: #fff;
  
  background-position: 100% 50%;
  background-size: 16px;
}

.list-item.model-one.v1 {
  border-bottom-color: transparent;
}

.list-item.model-two {
  padding-left: 44px;
  background-position: 0px 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.list-item.model-two.v1 {
  background-position: 0px 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}

.list-item.model-two.v2 {
  background-position: 0% 19%;
  background-size: 35px 35px;
}

.list-item.model-two.v3 {
  background-position: 0px 0px;
  background-size: 32px 32px;
}

.list-img {
  margin-right: 30px;
  float: left;
}

.list-img.model-one {
  margin-right: 15px;
  width: 20px;
}

.list-content {
  overflow: hidden;
}

/*Services Blocks */

.table-setting > div {
  display: table !important;
  height: 100% !important;
}
.table-setting > div > div {
  display: table-row !important;
  height: 100% !important;
}
.table-setting .content-column {
  display: table-cell !important;
  height: 100% !important;
}
.set-cell > div, 
.set-cell > div > div {
  height: 100%;
}
.set-cell .content-custom {
  height: 100%;
}
@media(max-width: 767px){
    .table-setting .content-column {
        display: block !important;
        height: auto !important;
    }
}

/*
.price-list .content-custom.model-four.v1 {
  min-height: 468px;
}
@media(max-width: 1199px){
    .price-list .content-custom.model-four.v1 {
	  min-height: 500px;
	}
}
@media(max-width: 991px){
	.price-list .content-custom.model-four.v1 {
	  min-height: 560px;
	}
}
	@media(max-width: 767px){
	.price-list .content-custom.model-four.v1 {
	  min-height: auto;
	}
}
*/

.list-content.model-one {
  width: 100%;
  height: 350px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.list-content.model-one.v1 {
  background-color: #03db5a;
}

.list-content.model-one.v2 {
  background-color: #ffa05a;
}

.list-content.model-one.v3 {
  background-color: #ff6464;
}

.list-content.model-one.v4 {
  background-color: #00d2ff;
}

.list-content.model-one.v5 {
  background-color: #7fdec5;
}

.list-content.model-one.v6 {
  background-color: #b2d46a;
}

.team-subtitle {
  margin-bottom: 30px;
  color: #c2c2c2;
  font-style: italic;
}

.team-tile {
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.team-tile.model-one {
  font-size: 16px;
}

.team-overlay {
  position: absolute;
  left: 10px;
  top: 0px;
  right: 10px;
  bottom: 0px;
  display: block;
  background-color: rgba(0, 0, 0, .05);
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.team-overlay.model-one {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: 50% 25%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, background-position 300ms ease;
  transition: opacity 300ms ease, background-position 300ms ease;
}

.team-overlay.model-one:hover {
  background-position: 50% 50%;
  background-size: 32px;
  opacity: 1;
}

.caption-showcase {
  position: absolute;
  top: 10%;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.btn-model-six {
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 10px 30px;
  border: 3px solid transparent;
  /* ADDED */  
  display: inline-block;
  border-radius: 3px;
  background-color: #03db5a;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-model-six:hover {
  background-color: #ff5a0e;
}

.link-block.model-one {
  width: 100%;
  padding: 40px 80px 40px 40px;
  color: #777;
  text-decoration: none;
}

.fadein {
  position: absolute;
  top: 100px;
  right: 0px;
  bottom: 150px;
  z-index: 3;
  width: 50%;
  min-height: 615px;
}

.link-model-three {
  color: #03db5a;
}

.link-model-three:hover {
  text-decoration: none;
}

.team-bio-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.team-bio-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #03db5a;
  font-size: 45px;
  text-decoration: none;
}

.btn-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.title-position {
  margin-bottom: 30px;
  color: #03db5a;
  font-size: 18px;
}

.title-name {
  margin-bottom: 10px;
  color: #000;
  font-size: 38px;
  line-height: 1em;
  font-weight: 700;
}

.btn-container.model-one {
  height: 60px;
  text-align: center;
}

.btn-container.model-two {
  position: relative;
  border-bottom: 2px solid #03db5a;
  text-align: center;
}

.btn-container.model-three {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body .btn-model-two {
    display: inline-block;
    min-width: 250px;
    padding: 20px 40px;
    border: 2px solid #03db5a;
    background-color: transparent;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    font-family: dosis, sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-model-two:hover {
  background-color: transparent;
  background-position: 54% 50%, 144% 50%;
  background-size: 25px, 25px;
  background-repeat: no-repeat, no-repeat;
  box-shadow: inset 0 0 0 7px #03db5a;
}

.btn-model-three {
  display: inline-block;
  padding: 8px 10px;
  border: 2px solid #03db5a;
  border-radius: 2px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #03db5a;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-model-three:hover {
  box-shadow: inset 0 0 0 3px #03db5a;
}

.btn-model-three.v1 {
  display: none;
  margin-top: 10px;
}

.text-color-model-two {
  color: #fff;
}

.test {
  padding: 30px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #03db5a transparent;
}

.process-slider {
  position: relative;
  padding-bottom: 50px;
}

.btn-slider {
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 40px;
}

.process-list-item {
  position: relative;
  display: inline-block;
  width: 16.6666%;
}

.wrap-process {
  display: none;
}

.video-wrap {
  position: absolute;
  left: 12%;
  top: 4.44%;
  right: 9.9%;
  bottom: 4.44%;
  overflow: hidden;
}

.video-model-one {
  max-height: 100%;
  max-width: 100px;
  min-height: 100%;
  min-width: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.filter-block {
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.filter-block.v1 {
  display: none;
}

.resources-dropdown {
  padding-top: 13px;
  padding-right: 18px;
  padding-bottom: 12px;
  float: right;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  font-size: 16px;
}

.resources-dropdown.v1 {
  float: left;
}

.resources-dropdown-toggle {
  display: block;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  font-size: 13px;
}

.resources-dropdown-icon {
  margin-right: 0px;
  color: #03db5a;
  font-size: 16px;
}

.resources-dropdown-list {
  display: none;
}

.resources-dropdown-list.w--open {
  margin-top: 24px;
  border: 2px none #dfdfdf;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.resources-dropdown-list.v1.w--open {
  left: -115px;
}

.resources-dropdown-link {
  background-color: #f5f5f5;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #777;
  font-size: 16px;
  text-align: center;
}

.resources-dropdown-link:hover {
  border-style: none;
  background-color: #e4e4e4;
  color: #777;
}

.contact-block {
  margin-bottom: 40px;
}

.form-dropdown {
  height: 56px;
  border-style: none;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(270deg, #f2f2f2, #f2f2f2);
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
}

.form-textarea {
  display: inline-block;
  min-height: 135px;
  padding-top: 15px;
  border-style: none;
  background-color: #f2f2f2;
}

.offer-heading-text {
  margin-bottom: 40px;
  text-align: center;
}

.offer-heading-text.v1 {
  margin-bottom: 30px;
  color: #03db5a;
  font-size: 75px;
}

.offer-heading-text.model-one {
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 25px;
}

.offer-heading-text.model-one.v2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.offer-heading-text.model-one.v3 {
  margin-top: 0px;
}

.contact-h2 {
  font-size: 20px;
}

.contact-h2.v1 {
  margin-top: 0px;
}

.social-links {
  width: 50px;
  margin-right: 10px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-links:hover {
  opacity: 0.6;
}

.form-map {
  height: 300px;
}

.img-icon-method {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 34px;
  border: 2px none #03db5a;
  border-radius: 100px;
  background-color: #03db5a;
}

.img-icon-method.v1 {
  background-color: #ffa05a;
}

.img-icon-method.v2 {
  background-color: #ff6464;
}

.img-icon-method.v3 {
  background-color: #00d2ff;
}

.img-icon-method.v4 {
  background-color: #7fdec5;
}

.img-icon-method.v5 {
  background-color: #b2d46a;
}

.text-block-metho {
  position: absolute;
  top: -6px;
  right: -3px;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  border: 5px solid #f4f4f4;
  border-radius: 100px;
  background-color: #03db5a;
  color: #fff;
  text-align: center;
}

.text-block-metho.v1 {
  border-color: #fcfcfc;
  background-color: #ffa05a;
}

.text-block-metho.v1.white-border {
  border-color: #fff;
}

.text-block-metho.v2 {
  border-color: #f4f4f4;
  background-color: #ff6464;
}

.text-block-metho.v2.white-border {
  border-color: #fff;
}

.text-block-metho.v3 {
  border-color: #fcfcfc;
  background-color: #00d2ff;
}

.text-block-metho.v3.white-border {
  border-color: #fff;
}

.text-block-metho.v4 {
  border-color: #f4f4f4;
  background-color: #7fdec5;
}

.text-block-metho.v4.white-border {
  border-color: #fff;
}

.text-block-metho.v5 {
  border-color: #fcfcfc;
  background-color: #b2d46a;
}

.text-block-metho.v5.white-border {
  border-color: #fff;
}

.text-block-metho.v6 {
  border-color: #fff;
}

.process-block {
  margin-bottom: 50px;
  padding-right: 100px;
  padding-bottom: 40px;
  padding-left: 100px;
  border-bottom: 1px dashed #d1d1d1;
  text-align: center;
}

.process-block.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.processes-block {
  background-color: #f4f4f4;
  float: left;
  min-height: 650px;
  padding: 100px 50px;
  width: 33.333%;
}

.processes-block.v1 {
  background-color: #fcfcfc;
  text-align: center;
}

.processes-block.v2 {
  text-align: center;
}

.body-content-section {
  background-color: #c7e8e9;
}

.content-ui-widget {
  position: relative;
  height: 13px;
  max-width: 100%;
  border-radius: 100px;
  background-color: #f2f2f2;
}

.content-ui-widget.model-one {
  height: 6px;
  margin-top: 8px;
}

.content-ui-widget-green-col {
  position: static;
  top: 0px;
  width: 700px;
  height: 13px;
  border-radius: 100px;
  background-color: #b2d46a;
}

.content-ui-widget-green-col.model-one {
  width: 500px;
  height: 6px;
  background-color: #03db5a;
}

.content-ui-widget-green-col.model-one.v1 {
  width: 250px;
  background-color: #ffa05a;
}

.content-ui-widget-green-col.model-one.v2 {
  width: 357px;
  background-color: #ff6464;
}

.content-ui-widget-green-col.model-one.v3 {
  width: 100px;
  background-color: #00d2ff;
}

.content-ui-widget-green-col.model-one.v4 {
  width: 200px;
  background-color: #7fdec5;
}

.content-cal-widget-tokens-btn {
  position: absolute;
  left: 664px;
  top: -16px;
  right: 0px;
  bottom: 0px;
  width: 43px;
  height: 43px;
  padding: 15px;
  border-radius: 100px;
  background-color: #333233;
  box-shadow: 3px 4px 18px 0 rgba(0, 0, 0, .3);
  text-decoration: none;
}

.content-cal-widget-tokens-btn.model-one {
  left: 482px;
  top: -13px;
  width: 30px;
  height: 30px;
  padding: 12px;
}

.content-cal-widget-tokens-btn.model-one.v1 {
  left: 233px;
}

.content-cal-widget-tokens-btn.model-one.v2 {
  left: 346px;
}

.content-cal-widget-tokens-btn.model-one.v3 {
  left: 80px;
}

.content-cal-widget-tokens-btn.model-one.v4 {
  left: 184px;
}

.content-cal-btn-inner-circle {
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #b2d46a;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .6);
}

.content-cal-btn-inner-circle.model-one {
  width: 6px;
  height: 6px;
  background-color: #03db5a;
}

.content-cal-btn-inner-circle.model-one.v1 {
  background-color: #ffa05a;
}

.content-cal-btn-inner-circle.model-one.v2 {
  background-color: #ff6464;
}

.content-cal-btn-inner-circle.model-one.v3 {
  background-color: #00d2ff;
}

.content-cal-btn-inner-circle.model-one.v4 {
  background-color: #7fdec5;
}

.content-cal-tokens {
  position: static;
  left: -36px;
  top: -60px;
  width: 115px;
  padding: 10px 15px 1px;
  border-radius: 100px;
  background-color: #333233;
  color: #fff;
  text-decoration: none;
}

.triangle {
  position: relative;
  left: 0px;
  top: 2px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
  border-style: none;
  border-width: 10px 10px 30px;
  border-color: transparent transparent #b2d46a;
}

.triangle.white {
  position: static;
  left: 0px;
  top: -158px;
  right: 0px;
  width: 200px;
  height: 83px;
  margin-top: -5px;
  padding-top: 0px;
}

.content-widget-token-block {
  position: absolute;
  left: -36px;
  top: -59px;
}

.ruler-block {
  margin-top: 5px;
}

.estimated-tokens-block {
  display: block;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 100px;
  background-color: #b2d46a;
}

.estimated-col-two {
  border-left: 2px none #000;
}

.estimated-col-left {
  width: 49%;
  float: left;
  border-right: 2px none #333233;
  background-color: transparent;
}

.estimated-col-middle {
  width: 2px;
  height: 20px;
  margin-top: 23px;
  float: left;
  background-color: #333233;
}

.estimated-col-right {
  width: 49%;
  float: left;
}

.pound-sign {
  position: relative;
  top: -36px;
  margin-right: 6px;
  font-size: 20px;
}

.pricing-divider {
  height: 2px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.pricing-divider.v2 {
  background-color: #b8b8b8;
  height: 3px;
  margin-top: 30px;
}

.pricing-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px none #f4f4f4;
  text-align: center;
}

.services-column {
  padding: 60px;
  background-image: -webkit-linear-gradient(321deg, #69d38d, #7fdec5);
  background-image: linear-gradient(129deg, #69d38d, #7fdec5);
}

.solutions-slider {
  background-color: transparent;
}

.content-slider-block {
  padding: 60px 10px 60px 60px;
}

.design-slider {
  background-color: transparent;
}

.content-slider-nav {
  padding-top: 30px;
  text-align: left;
}

.design-services-block {
  padding: 60px;
  border-bottom: 2px solid #03db5a;
}

.triangle-block {
  display: block;
  width: 145px;
  height: 145px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 73px;
  border-color: #f2f2f2 transparent transparent;
}

.triangle-block.white {
  border-top-color: #fff;
}

.content-internal-h3-heading.pricing-heading {
  margin-top: 5px;
  color: #03db5a;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.content-internal-h3-heading.pricing-heading.block1 {
  color: #f49d5c;
}

.content-internal-h3-heading.pricing-heading.price-mothly {
  padding-top: 20px;
}

.content-internal-h3-heading.pricing-small-heading {
  font-size: 20px;
}
.heading {
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.heading.resources-heading {
  padding-top: 15px;
  color: #6b6b6b;
  font-size: 16px;
  text-transform: none;
}
.pricing-block.no-border {
    margin: 50px 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .15);
    border-radius: 2px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
.ad-ons {
    margin-top: 50px;
    margin-bottom: 30px;
}
.ad-ons .image-2 {
    max-width: 80%;
    text-align: left;
    margin-bottom: 30px;
}
img.st-attract-delight {
    width: 30%;
    margin: 0 auto;
}
.ad-ons.w-row p {
    margin-bottom: 40px;
}
.form-ongray.content-column.model-seven {
    height: auto;
    padding-bottom: 60px;
}
.form-ongray.content-column.model-seven .hs_cos_wrapper_type_form select {
    background-color: white;
}
/*** END ***/

html.w-mod-js *[data-ix="scroll-side-slide"] {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

html.w-mod-js *[data-ix="scroll-reveal"] {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

html.w-mod-js *[data-ix="scroll-reveal-2"] {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

html.w-mod-js *[data-ix="scroll-reveal-3"] {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

html.w-mod-js *[data-ix="scroll-reveal-4"] {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

html.w-mod-js *[data-ix="scroll-reveal-5"] {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

html.w-mod-js *[data-ix="scroll-reveal-6"] {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
/*Added*/
.content-column.model-sixteen.v1.w-inline-block,
.team-container.content-column.model-sixteen {
    min-height: 302px;
}

/* Added */
.content-custom.model-four .description-list {
    text-align: left; 
}
.testimonial-wrap .p.model-two.v1 {
  padding: 0;
}
.testimonial-wrap.content-section.model-seven {
  margin-bottom: 100px;
}

 
 .about-overlap .content-custom.model-eighteen.v1 {
  margin-bottom: -150px;
  position: relative;
}
.content-section.model-seven.v1.about-overlap {
  height: auto;
  margin-bottom: 100px;
}
.hp-banner .inner-content-column.model-two {
    padding-left: 4%;
}
body .hp-banner .inner-content-column.model-two {
    display: block;
    padding-top: 4%;
}
.hs-blog-listing .content-column.model-three {
    padding-right: 0;   
}

.service-list-no {
    font-family: dosis, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 25px;
}

.service-list-no.v1 {
    color: #b2d46a;
}

.service-list-no.v2 {
    color: #3ec7f3;
}

.service-list-no.v3 {
    color: #03db5a;
}

.btn-model-three.marg-top {
    margin-top: 10px;
}
.st-struto-award-design {
    display: none;
}
/* ==WEBFLOW UPDATES ADDED ABOVE*/
@media (max-height: 767px) { 
    .content-section.model-one.hp-banner  {
        height:auto;
        position: relative;
    }
    .hp-banner .content-custom.model-nineteen {
        position: relative;
        bottom: inherit;
    }
    .hp-banner .hs-cta-wrapper .cta_button {
        margin-bottom: 10px;
    }
    .hp-banner .content-column.model-one {
        padding-bottom: 0;    
    }
    body .hp-banner .inner-content-column.model-two {
        padding-bottom:30px;
    }
    body .hp-banner #fadein {
        bottom: 0;
        top: 62px;
        width: 50%;
     }
      .content-container.model-one {
        padding-right: 20px;
        padding-left: 20px;
    }
    .content-container.model-one.v2 {
        margin-top: 0px;
    }
}

@media (max-width: 1400px) {
    .resources .list-item .content-custom.model-six {
      height: 160px;
    }
    .resources .list-item .p.model-two.v1 {
      padding-left: 5px;
      padding-right: 5px;
    }
    .resources .content-custom.model-twenty-one {
      margin-bottom: 25px;
      position: relative;
    }
}
@media (max-width: 1200px) {
    .hs_cos_wrapper_type_blog_subscribe .hs_email.field.hs-form-field {    
        width: 68%;
    }
    .hs_cos_wrapper_type_blog_subscribe .hs_submit {
        width: 32%;
    }
    .resources .list-item .content-custom.model-six {
      height: 160px;
    }
    .resources .list-item .p.model-two.v1 {
      padding-left: 5px;
      padding-right: 5px;
    }
    .resources .content-custom.model-twenty-one {
      margin-bottom: 25px;
      position: relative;
    }
    .content-section.model-seven.v1.about-unique {
      margin-bottom: 200px;
    }
    .content-internal-h3-heading.pricing-heading {
        font-size:28px;
    }
    .pricing .heading.resources-heading,
    .pricing-p {
        font-size: 14px;
    }
    body.hs-landing-page .content-column.model-three.lp h1 {
        font-size: 28px;
    }
    body.hs-landing-page .content-column.model-three.lp p {
        font-size: 14px;
    }
}

@media (max-width: 1550px) {
    .processes-block {
      min-height: 700px;
    }
}

@media (max-width: 1366px) {
    .processes-block {
      min-height: 850px;
    }
}


@media (max-width: 991px) {
    .service-slider .w-slider {
      height: 360px;
    }
    .service-slider .content-slider-block {
      padding: 20px 10px 0 20px;
    }
    .content-section.model-seven.v1.about-overlap {
        margin-bottom: 180px;
    }
    .home-intro .content-column.model-fourteen.v1 {
      margin-bottom: 90px;
      padding-right: 0;
    }
    .home-intro .inner-content-column.model-ten {
      height: 100%;
      margin-left: 0;
      margin-top: 30px;
    }
    .resources .list-item .content-custom.model-six {
      height: 130px;
    }
    body .hs_cos_wrapper_type_blog_subscribe input[type="submit"], 
    body .hs_cos_wrapper_type_blog_subscribe input[type="button"] {
        padding: 12px;
    }
    .hs_cos_wrapper_type_blog_subscribe .hs_email.field.hs-form-field {    
        width: 63%;
    }
    .hs_cos_wrapper_type_blog_subscribe .hs_submit {
        width: 37%;
    }
    .content-slider-nav.w-slider-nav {
      padding-top: 10px;
      position: relative;
    }
  .content-section.model-five.v7 {
    padding-bottom: 7%;
  }
  .content-section.model-six {
    padding-right: 4%;
    padding-left: 4%;
  }
  .content-section.model-seven.v2 {
    height: 1000px;
  }
  .inner-content-column.model-eleven {
    background-position: 50% 0px;
    background-size: cover;
  }
  .content-column.model-six {
    padding-bottom: 20px;
  }
  .content-column.model-three.v1 {
    padding-left: 10px;
  }
  .content-column.model-three.v2 {
    padding-right: 10px;
    padding-left: 25px;
  }
  .content-column.model-eight {
    padding-top: 4%;
  }
  .content-column.model-fifteen.v1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-column.model-fifteen.v4 {
    height: 827px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-column.model-fifteen.v5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-column.model-sixteen {
    width: 33.3333%;
  }
  .content-column.model-sixteen.v1 {
    margin-bottom: 10px;
  }
  .content-column.model-ten {
    height: 800px;
  }
  .hd.model-eight.v7 {
    text-align: left;
  }
  .hd.model-three.text-color-model-two {
    font-size: 14px;
  }
  .content-img.model-five {
    width: 100%;
  }
  .content-img.model-twenty-two {
    width: 100%;
  }
  /*ADDED*/
  /*.content-custom.model-four {*/
  /*  width: 80%;*/
  /*}*/
  
  .content-custom.model-eighteen.v1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-custom.model-twenty-four {
    height: 683px;
  }
  .content-spacer {
    height: 0px;
  }
  .content-spacer.model-two {
    height: 40px;
  }
  .list-item.model-two {
    background-position: 0px 7px;
  }
  .list-item.model-two.v1 {
    background-position: 0px 6px;
  }
  .list-item.model-two.v2 {
    background-position: 0px 7px;
  }
  .list-item.model-two.v3 {
    background-position: 0px 7px;
  }
  .list-content.model-one {
    padding: 10px;
  }
  .team-tile {
    font-size: 20px;
    line-height: 20px;
  }
  .team-overlay.model-one {
    width: 33.3333px;
  }
  .nav-menu {
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .filter-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .offer-heading-text.v1 {
    font-size: 60px;
  }
  .processes-block {
    padding: 30px;
  }
  .content-ui-widget-green-col {
    width: 542px;
  }
  .content-ui-widget-green-col.model-one {
    width: 408px;
  }
  .content-cal-widget-tokens-btn.model-one {
    left: 390px;
  }
  .content-container.model-one.v1.service-inner {
    margin-top: 0;
    }
  .content-section.model-seven {
      margin-bottom: 300px;
  }
  /*ADDED*/
    .content-section.model-three.v1 {
      padding-left: 4%;
      padding-right: 4%;
    }
    .row-fluid .span6.col-reset {
      width: 100%;
    }
    .processes-block {
      background-color: #f4f4f4;
      float: left;
      min-height: 400px;
      width: 100%;
    }
    .content-custom.model-fourteen.table-col {
      width: 65%;
    }
    .v7 .content-custom.model-twenty-four {
        height: auto;
        min-height: 741px;
    }
}

@media (max-width: 768px) {
    .content-section.model-seven.v2  {
        height: 800px;
    }
    .social-links {
        margin-right: 8px;   
    }
    .content-column.model-fifteen.v4 {
        height: 882px;
    }
    .btn-model-one.v4 {
        font-size: 14px; 
        padding: 10px;
    }
    .img-blog-latest {
        height: 306px;
    }
    .content-custom.model-fourteen.v1 {
        min-height: 401px;
    }
    .content-offer-blog {
        height: auto;
    }
    .st-struto-award-design {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .hp-banner .content-column.model-one {
        padding-bottom: 10px;
    }
    body .content-section.model-one.hp-banner {
        padding-bottom: 20px;
    }
    #highlight-first-visit.content-custom.model-nineteen,
    #highlight-more-visit.content-custom.model-nineteen {
        display: none !important;   
    }
}

@media (max-width: 767px) {
    .hs-content-path-software .content-section.model-three {
        padding-bottom: 260px;
    }
    .hs-content-path-software .hd.model-two {
        font-size: 28px;
    }
    .pricing-block {
        margin-bottom: 25px;
    }
    .pricing .w-col {
        padding-left:0;
        padding-right:0;
    }
    .hd.model-two {
        font-size: 30px;
    }
    .service-slider .w-slider {
      height: auto;
    }
    .hp-strip.content-custom.model-nineteen {
        background-image: none;   
    }
    .home-intro .content-column.model-fourteen.v1 {
      height: auto;
      margin-bottom: 0;
      margin-top: 0;
      padding-right: 0;
    }
    .home-intro .link-block.model-one {
      padding: 40px 70px 40px 30px;
    }
    .home-intro .list-img {
      margin-right: 10px;
    }
    .hs_cos_wrapper_type_blog_subscribe .hs_email.field.hs-form-field {    
        width: 75%;
    }
    .hs_cos_wrapper_type_blog_subscribe .hs_submit {
        width: 25%;
    }
  .content-section.model-one {
    height: auto; 
  }
  .content-section.model-five.v7 {
    padding-bottom: 9%;
  }
  .content-section.model-seven.v1 {
    height: 1200px;
  }
  .content-section.model-seven.v2 {
    height: 1600px;
  }
  .inner-content-column.model-eleven {
    border-bottom: 1px solid #03db5a;
    background-position: 50% 100%;
    background-size: contain;
  }
  .inner-content-column.model-one {
    display: none;
  }
  .content-column.model-one {
    width: 100%;
  }
  .content-column.model-four.v1 {
    min-height: 310px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .content-column.model-seven {
    margin-bottom: 30px;
  }
  .content-column.model-three {
    margin-top: 20px;
    padding-right: 0px;
  }
  .hs-blog-listing .content-column.model-three {
       margin-top: 0;
  }
  .content-column.model-three.v1 {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-three.v2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-eight {
    width: 20%;
    height: 125px;
    padding-top: 0%;
  }
  .content-column.model-eight.v1 {
    height: 125px;
  }
  .content-column.model-twelve.v1 {
    padding-right: 10px;
  }
  .content-column.model-fourteen.v1 {
    display: block;
    height: 350px;
    margin: -50px auto 85px;
    padding-right: 0px;
    text-align: center;
  }
  .content-column.model-fifteen.v1 {
    margin-top: 20px;
  }
  .content-column.model-fifteen.v3 {
    display: none;
  }
  .content-column.model-fifteen.first {
    margin-top: 30px;
  }
  .content-column.model-fifteen.v4 {
    height: auto;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .content-column.model-fifteen.v5 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-column.model-seventeen {
    padding-right: 0px;
  }
  .content-column.model-seventeen.v2 {
    padding-left: 0px;
  }
  .content-column.model-five.v1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-five.v1.banner-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-column.model-ten {
    height: auto;
  }
  .hd.model-one {
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 61px;
  }
  .hd.model-four {
    margin-top: 15px;
    font-size: 40px;
  }
  .hd.model-seven {
    margin-bottom: 25px;
  }
  .hd.model-eight.v3 {
    margin-bottom: 6px;
    text-align: left;
  }
  .hd.model-nine {
    font-size: 50px;
    line-height: 25px;
  }
  .p.model-one {
    font-size: 17px;
    line-height: 22px;
  }
  .p.model-three.v1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .p.model-five {
    display: inline-block;
  }
  .btn-model-one { 
    margin-bottom: 0px;
    padding: 11px 30px 12px;
    float: left;
  }
  .btn-model-one.v2.inverse {
    bottom: -26px;
  }
  .btn-model-one.v4 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: none;
  }
  .btn-model-one.v4.active {
    margin-right: 0px;
    margin-left: 0px;
  }
  .content-img.model-nine.v2 {
    margin-top: 10px;
  }
  .content-img.model-thirteen {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .content-img.model-eighteen {
    margin-bottom: 20px;
  }
  .content-img.model-ten {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .content-img.model-eleven {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .content-img.model-eleven.service-img {
    margin: 0 auto;
    text-align: center;
    } 
    /*ADDED*/
    .content-custom.model-four {
      display: block;
      margin-bottom: 30px;
      margin-right: auto;
      text-align: center;
      width: 100%;
    }
  .content-custom.model-eighteen {
    padding-bottom: 0px;
  }
  .content-custom.model-eighteen.v1 {
    padding-top: 30px;
  }
  .content-custom.model-eighteen.v3 {
    padding: 40px;
  }
  .content-custom.model-nineteen {
    position: absolute;
    height: 125px;
    background-position: 100% 100%, 0px 100%;
    background-size: 220px, 220px;
    background-repeat: no-repeat, no-repeat;
  }
  .content-custom.model-three {
    display: none;
  }
  .content-custom.model-twenty-four {
    height: auto;
  }
  .content-spacer {
    height: 5px;
  }
  .content-spacer.model-two {
    height: 30px;
  }
  .content-spacer.model-two.v1 {
    height: 20px;
  }
  .content-divider.model-one.v1 {
    margin-top: 30px;
  }
  .text-color-model-one {
    font-size: 16px;
    line-height: 20px;
  }
  .text-color-model-one.v1 {
    font-size: 60px;
  }
  .text-color-model-one.v2 {
    font-size: 40px;
    line-height: 36px;
  }
  .content-container.model-one.v2 {
    padding-right: 4%;
    padding-left: 4%;
  }
  .list-item.model-two.v2 {
    background-position: 0px 4px;
    background-size: 30px;
  }
  .list-item.model-two.v3 {
    background-size: 30px;
  }
  .btn-model-six {
    float: left;
  }
  .fadein {
    top: 0px;
    display: none;
    min-height: 300px;
  }
  .btn-model-three.v1 {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .offer-heading-text.model-one.v3 {
    margin-bottom: 40px;
  }
  .form-map {
    height: 250px;
  }
  .processes-block {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .content-ui-widget.model-one {
    margin-bottom: 5px;
  }
  .content-ui-widget-green-col {
    width: 397px;
  }
  .content-cal-widget-tokens-btn {
    left: 365px;
  }
  .design-services-block {
    padding: 40px 40px 40px;
  }
  .triangle-block {
    width: 79px;
    height: 79px;
    border-width: 40px;
  }
  .content-section.model-seven {   
    margin-bottom: 250px; 
  }
  /*Added*/
  .content-section.model-seven.about-unique {
    margin-bottom: 300px;
    }
    /*Added*/
    .content-column.model-five img {
    margin-top: 30px;
    } 

    .content-section.model-one.hp-banner {
      padding-bottom: 160px;
      position: relative;
    }
    .hp-strip.content-custom.model-nineteen {
      bottom: 0;
      position: absolute;
    }
    .hp-banner .content-column.model-eight {
      padding: 2% 0;
      display: none;
    }
    .hp-strip .content-column.model-eight.v1.w-clearfix {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 250px;
        width: 100%;
    }
    .hp-banner .hd.model-nine{
      font-size: 62px;
      line-height: 60px;
    }
    
    .hp-banner .text-color-model-one.v1 {
      font-size: 70px;
      line-height: 70px;
    }
    .content-section.model-one.hp-banner {
      text-align: center;
    }
    .hp-banner .inner-content-column.model-two {
      padding-left: 0;
    }
    .hp-banner .hd.model-one:before {
      background-color: #03db5a;
      content: " ";
      display: none;
      height: 162px;
      left: 0;
      margin-top: 10px;
      position: absolute;
      width: 20px;
    }
    .hp-banner a.btn-model-one, .hp-banner a.btn-model-six, .hp-banner a {
      float: none;
    }
    .content-custom.model-four.v1 {
      padding: 8% 8% 5%;
    }
    .content-section.model-five.v2.pad-top {
        padding-top: 200px;   
    }
    .content-column.model-fifteen.v4 {
        height: auto;
    }
    .content-custom.model-fourteen.table-col {
      width: 100%;
    }
    .v7 .content-custom.model-twenty-four {
        min-height: auto;
    }
    .gsc-search-box-tools .gsc-search-box .gsc-input {
      width: 90% !important; 
    }

    .content-slider-block {
      padding: 35px;
    }
    
    .ad-ons .image-2 {
        max-width: 20%; 
    }
    .content-section.model-five.v1 {
      background-color: #f4f4f4;
      background-image: none;
    }
}

@media (max-width: 479px) {
    .home-intro .link-block.model-one {
      padding: 40px 40px 40px 20px;
    }
    body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
    body form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
    .content-img.model-twenty-two {
        margin-bottom: 20px;
    }
    .inner-content-column.model-eleven {
        border: medium none;
    }
  .content-section.model-seven.v1 {
    height: 1400px;
  }
  .content-section.model-five.v1 {
    padding-top: 6%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 20px; 
  }
  .content-section.model-five.v7 {
    padding-bottom: 20%;
  }
  .content-section.model-six.v1 {
    padding-bottom: 4%;
  }
  .content-section.model-seven.v2 {
    height: 1650px;
  }
  .contact-us-page.content-section.model-seven.v2 {
    height: 2000px;
    }
  .content-column.model-four {
    min-height: 250px;
  }
  .content-column.model-four.v1 {
    min-height: 400px;
  }
  .content-column.model-seven {
    height: 350px;
  }
  .content-column.model-seven.v1 {
    height: 530px;
  }
  .content-column.model-eight {
    height: 110px;
  }
  .content-column.model-eight.v1 {
    height: 110px;
  }
  .content-column.model-fourteen.v1 {
    height: 240px;
    margin-bottom: 20px;
  }
  .content-column.model-fifteen.v4 {
    padding-bottom: 40px;
  }
  .content-column.model-sixteen {
    width: 100%;
  }
  .content-column.model-seventeen {
    padding-right: 0px;
  }
  .hd.model-two {
    font-size: 37px;
    line-height: 42px;
  }
  .hd.model-four {
    font-size: 25px;
    line-height: 35px;
  }
  .p.model-two.v2 {
    display: none;
  }
  .btn-model-one.v2.inverse {
    bottom: -36px;
  }
  .content-img.model-three {
    width: 240px;
    height: 240px;
  }
  .content-img.model-fifteen {
    top: 0%;
    right: -1px;
  }
  .content-img.model-eleven {
    width: 60%;
  }
  .content-column.model-ten .content-img.model-eleven {
    width: 100%;
  }
  .content-custom.model-eighteen.v3 {
    padding: 30px 11px;
  }
  .content-custom.model-nineteen {
    height: 110px;
    background-size: 140px, 140px;
  }
  .content-container.model-one {
    padding-right: 20px;
    padding-left: 20px; 
  }
  .content-container.model-one.v2 {
    margin-top: 0px;
  }
  .content-container.model-one.v1 {
    /*margin-top: 250px;*/
    /*margin-top: 120px;*/
  }
  .team-subtitle.model-one {
    margin-bottom: 15px;
  }
  .team-tile.model-one {
    font-size: 20px;
  }
  .stats-text {
    font-size: 14px;
    line-height: 20px;
  }
  .filter-block {
    text-align: center;
  }
  .resources-dropdown {
    margin-top: 9px;
    padding-right: 8px;
    float: none;
  }
  .resources-dropdown.v2 {
    float: right;
  }
  .resources-dropdown-toggle {
    padding-left: 10px;
  }
  .resources-dropdown-list.w--open {
    right: -9px;
  }
  .resources-dropdown-list.v1.w--open {
    left: -134px;
  }
  .resources-dropdown-list.v2.w--open {
    right: -2px;
  }
  .offer-heading-text.v1 {
    font-size: 50px;
  }
  .offer-heading-text.model-one.v3 {
    margin-bottom: 30px;
  }
  .content-ui-widget-green-col {
    width: 182px;
  }
  .content-ui-widget-green-col.model-one {
    width: 173px;
  }
  .content-ui-widget-green-col.model-one.v1 {
    width: 104px;
  }
  .content-ui-widget-green-col.model-one.v2 {
    width: 154px;
  }
  .content-cal-widget-tokens-btn {
    left: 159px;
  }
  .content-cal-widget-tokens-btn.model-one {
    left: 148px;
  }
  .content-cal-widget-tokens-btn.model-one.v1 {
    left: 86px;
  }
  .content-cal-widget-tokens-btn.model-one.v2 {
    left: 133px;
  }
  .estimated-tokens-block {
    width: 100%;
  }
  .design-services-block {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  /*Added*/
  .content-section.model-seven {   
    margin-bottom: 240px; 
  }
    .content-section.model-five.v2.pad-top {
        padding-top: 400px;   
    }
    .estimated-col-left .hd.model-eight.v4 {
        float: none;
        margin: 11px auto;
        max-width: 84%;
    }   
    .content-section.model-five.v2.pad-top.slider-pad {
      padding-top: 400px;
    }
    .content-section.model-seven.v1.about-unique {
      margin-bottom: 350px;
    }
    .content-section.model-five {
      padding-top: 6%;
    }
}

@media (max-width: 360px) {
    /*Added*/
    .content-section.model-seven.about-unique {
        margin-bottom: 700px;
    }
    .content-section.model-five.v2.pad-top {
        padding-top: 600px;   
    }

}

/*Below styles are fixes as result of unfinished design(webflow boilerplate merging)*/
.hd.model-one.v2:before {
    content: ' ';
    width: 20px;
    height: 162px;
    position: absolute;
    left: 0;
    margin-top: 10px;
    background-color: #fff;
}

.content-column.model-one{
    display: table;
    width: 100%;
}

.hd.model-four h5 {
    font-size: 60px;
    margin-bottom: 0;
    /*padding-top: 20px;*/
}
.hd.model-one {
    word-wrap: normal;
}

.inner-content-column.model-two {
    /*padding-left: 70px;*/
       display: table-cell;
    vertical-align: middle;
      color: #4e4e4e;
    height: 100%;
    padding-left: 8%;
}

.p.model-three.v1 p {
    font-style: italic;
    font-size: 20px;
}

.content-section.model-seven {  
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("//cdn2.hubspot.net/hubfs/165931/2017/bg-blur2.jpg");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("//cdn2.hubspot.net/hubfs/165931/2017/bg-blur2.jpg");
}

.content-custom.model-eleven {
  background-attachment: scroll, fixed;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("//cdn2.hubspot.net/hubfs/165931/2017/bg-blur2.jpg");
  background-image: linear-gradient(180deg, brgba(255, 255, 255, 0.8),  rgba(255, 255, 255, 0.8)), url("//cdn2.hubspot.net/hubfs/165931/2017/bg-blur2.jpg");
  background-position: 0 0px, 50% 100%;
  background-size: auto auto, cover;
  margin-bottom: 100px;
  padding: 4% 4% 0;
}
.testimonial-wrap {
  margin-bottom: -100px;
}
.showcase-overlay {
  /*background-image: url('//cdn2.hubspot.net/hubfs/165931/2017/mode-circular-button.png');*/
}

/*.inner-content-column.model-eleven {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

.bottom-plus {
    margin-bottom: 20px;
}

.content-section.model-seven.v1 {
    background-image: url("//cdn2.hubspot.net/hubfs/165931/2017/bg-lines.png");
}

.span12.content-img.model-eighteen {
    display: block;
    float: none;
    margin: 0 auto 40px;
    text-align: center;
    width: 5em;
}

.content-column.model-fifteen.v1 {
    padding-left: 20px;
    padding-right: 20px;
}

.content-column.model-sixteen {
    float: left;
}
.content-column.model-twenty-three {
    padding-left: 35px;
}
.content-column.model-twenty-three.v1 {
    padding-right: 0px;
    padding-left: 0px;
}
.content-column.model-two.v2 {
    padding: 40px 6%;
}

.team-bio-wrap {
    display: table;
    text-align: left;
}
.content-img.model-one {
    display: block;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}
.content-column.model-two {
    display: table-cell;
    vertical-align: middle;
}

.content-img.model-two {
    margin-bottom: -1px;
    width: 100%;
}

.btn-close {
    height: auto;    
    transform-origin: 50% 50% 0;
    width: 50px;
    cursor: pointer;
}

.team-overlay.model-one {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: 50% 25%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, background-position 300ms ease;
  transition: opacity 300ms ease, background-position 300ms ease;
  cursor: pointer;
}

.team-overlay.model-one:hover {
  background-image: url("//cdn2.hubspot.net/hubfs/165931/2017/mode-circular-button.png?t=1486544687690");
  background-position: 50% 50%;
  background-size: 32px;
  opacity: 1;
}
.team-subtitle {
    margin-bottom: 0;
}
.inner-content-column.model-one {
  
}

.content-column.model-six.showcase-blck {
    padding: 10px;
}

.content-column.model-fifteen.v4 {
    height: 808px;
}

.w-list-unstyled ul  {
    list-style: outside none none;
    padding-left: 0;
}

.w-list-unstyled ul li {
    border-bottom: 2px none #f4f4f4;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
}

/*.content-section.model-seven.home-page {*/
/*    margin-bottom: 250px;*/
/*}*/

.offer-heading-text.model-one.v2 h2{
    margin-top: 0;
    text-align: left;
}
.offer-heading-text.model-one h2{
    font-size: 25px;
}

.description-list p {
    margin-bottom: 15px;
}
.content-section.model-seven.v4 {
  position: relative;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0%;
  padding-bottom: 6%;
  background-image: -webkit-linear-gradient(305deg, #ffa05a, #ff6464), -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(320deg, #7fdec5, #69d38d);
  background-image: linear-gradient(145deg, #ffa05a, #ff6464), linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(130deg, #7fdec5, #69d38d);
}
.triangle-block.white {
    border-top-color: #ffffff;
}

.show-on-phone {
    display: none;
}
@media(max-width: 767px){
    .center-small .offer-heading-text.model-one.v2 h2 {
        text-align: center;
    }
    .center-small .btn-model-six {
        float: none;
    }
    .hide-on-mobile {
        display: none;   
    }
}
@media(max-width: 479px){
    .content-column.model-seven {
        /*added*/
        height: auto;
    }
    .hide-on-phone {
        display: none;   
    }
    .show-on-phone {
        display: block;
    }
}

/* ==========================================================================
   9) ==BLOG
   ========================================================================== */ 
/*Blog Typography*/

/*HTML Table Custom Mod*/
.basic-table table{
    width: 100% !important;
    height: auto !important;
}
   
.content-section.model-five.v6 {
    padding-bottom: 3%;
    padding-top: 3%;
    position: relative;
    z-index: 9999;
}
.content-section.model-five.v6.token-wrap {
  padding-bottom: 80px;
}

.blog-h1 {
    float: none;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0;
    /*text-transform: uppercase;*/
    color: #fff;
}

body .blog-dropdown {
  display: block;
  margin-top: 10px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #fff;
}
body .blog-dropdown .blog-dropdown-toggle i { 
    bottom: 0;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-weight: bold;
    font-size: 22px;
}
.w-dropdown {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
}
.w-icon-dropdown-toggle {
    bottom: 0;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
} 

body .blog-dropdown-toggle {
  width: 100%;
  margin-left: 0px;
  padding: 15px 20px 15px 15px;
  font-size: 18px;
}
body .blog-dropdown-link {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}

body .blog-dropdown-link:hover {
  background-color: #f3f3f3;
  color: #03db5a;
}

body .blog-dropdown-list {
  margin-top: 10px;
}
.w-dropdown-toggle {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
}

.content-column.model-five img.icon-drop {
  float: right;
  margin: 0;
  position: absolute;
  right: 40px;
  top: 20px;
  width: 12px;
}
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}
#overlayPop {
    display: none;
}
#overlayPop.overlay-open {
  background-color: transparent;
  display: inline;
  height: 100%;
  left: 0;
  position: fixed;
  top: 70px;
  width: 100%;
}
.w-dropdown-list {
    background: #dddddd none repeat scroll 0 0;
    display: none;
    min-width: 100%;
    position: absolute;
}
body .blog-dropdown-list.w--open {
    background-color: #f5f5f5;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    z-index: 9999;
}
.w-dropdown-list.w--open {
    display: block;
}
body .blog-dropdown-link {
    font-size: 22px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: none;
    transition: background-color 500ms ease 0s;
}
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}

body a.blog-dropdown-link {
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: none;
    transition: background-color 500ms ease 0s;
}
body a.blog-dropdown-link:hover {
    background-color: #e4e4e4;
    color: #222222;
}
body .blog-dropdown-list {
  margin-top: 10px;
}

.content-column.model-fifteen.v6 {
    padding-left: 10px;
    padding-right: 10px;
}

.img-blog-latest {
    /*background-image: url("http://uploads.webflow.com/58a6b4632734004330519114/58a6b46327340043305191dc_contact-bg.jpg");*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 390px;
    width: 100%;
}

.content-custom.model-thirteen {
    margin-bottom: 20px;
}

.content-custom.model-fourteen.v1 {
    background-color: #ffffff;
    border-bottom: 2px solid #03db5a;
    overflow: visible;
    padding: 30px;
    width: 100%;
    min-height: 325px;
}

.content-container.model-two.v2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top: 219px;
    width: 960px;
}

.calendar {
    color: #c2c2c2;
    font-weight: 400;
    margin-bottom: 25px;
    padding-bottom: 0;
    padding-top: 0;
}

.hd.model-ten {
    color: #000000;
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 500ms ease 0s;
}

.read-more-blog {
    color: #03db5a;
    display: inline-block;
    font-weight: 700;
    margin-top: 0;
    text-decoration: none;
}

.content-custom.model-fourteen.featured-blog {
    margin-top: 0;
    text-align: left;
}

.featured-blog p,
.featured-blog p strong {
    font-weight: 400;
}

.content-offer-blog {
    background-color: #ffffff;
    border-bottom: 2px solid #03db5a;
    height: 322px;
    padding: 30px;
}
.hd.model-eight {
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.hd.model-eight.v3 {
    float: none;
    margin-bottom: 10px;
    margin-top: 0;
}
.calendar.v1 {
    margin-bottom: 0px;
    text-decoration: none;
}
.calendar {
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #c2c2c2;
    font-weight: 400;
}
.author-details-more {
    color: #8f8f8f;
    text-align: left;
}
.content-offer-blog .hd.model-eight.v3 {
    margin-bottom: 0;
}
.content-offer-p {
    margin-bottom: 30px;
}
.btn-model-one.v4 {
    background-color: #7fdec5;
    border-style: none;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    transition: background-color 500ms ease 0s;
}

/*Blog Pagination*/

.blog-pagination ul {
    padding: 0;
    margin: 10px 0;
}
.blog-pagination .previous-posts-link {
    float: none;
}
.blog-pagination ul {
    text-align: center;
    margin: 30px 0;
}
.blog-pagination ul span.pg {
    margin: 0 20px;
}
.blog-pagination ul li {
    display: inline-block;
    /*background: ;*/
}
.blog-pagination ul li a i,
.blog-pagination ul li {
    zoom: 1.2;
}
/*.blog-pagination ul li.hide {*/
/*    visibility: hidden;*/
/*}*/
.blog-pagination ul li.hide i {
    color: #9e9e9e;
}
.blog-pagination ul li a {
    padding: 8px;
    text-decoration: none;
    line-height: 20px;
    /*color: ;*/
}
.blog-pagination ul li:hover,
.blog-pagination ul li.active {
    /*background: ;*/
}
.blog-pagination ul li:hover a,
.blog-pagination ul li.active a {
    /*color: ;*/
}
.blog-pagination .next-posts-link {
    float: none;
}
.blog-pagination ul li.active a {
    font-weight: bold;
}

.blog-pagination ul .pg li a, 
.blog-pagination ul .pg li span {
    border: 2px solid;
    display: block;
    height: 40px;
    padding-top: 8px;
    width: 40px;
}
.blog-pagination ul .pg li span {
    color: #03db5a;
    padding: 5px;
}
.blog-pagination ul .pg li{
    -webkit-transition: box-shadow 0.35s ease-in;
  transition: box-shadow 0.35s ease-in;
}

.blog-pagination ul .pg li:hover {
    box-shadow: 0 0 0 4px #03db5a inset;
        -webkit-transition: box-shadow 0.35s ease-out;
  transition: box-shadow 0.35s ease-out;
}
.blog-pagination ul li.pag-desktop {
    display: inline-block;
}
.blog-pagination ul li.pag-mobile {
    display: none;
}
.content-column.model-ten.v1 {
    padding-left: 15px;
    padding-right: 15px;
}
.blog-pagination li.active a {
    background-color: #03db5a;
    border: 2px solid #03db5a !important;
    color: #ffffff;
}
body .content-blog-img {
    background-image: url("//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/Optimized-portadaPPT.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 100%;
}

.blog-text-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -62px;
  display: block;
  width: 80%;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px 10px;
  border-bottom: 2px solid #03db5a;
  background-color: #fff;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-decoration: none;
}

.blog-text-block:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
  text-decoration: none;
}

.blog-content {
  margin-top: 100px;
}

.content-img-mockup {
  display: block;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
}

.author-details-internal {
  margin-bottom: 20px;
  font-family: dosis, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.blog-internal-main-img {
  height: 310px;
  max-width: 100%;
  background-image: url('../images/contact-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-internal-text-bold {
  color: #03db5a;
}

.divider {
    background-color: #e8e8e8;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.divider.pricing-divider1 {
    height: 2px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #f4f4f4;
}
.content-internal-heading-text.v1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.content-internal-h1-heading.v1 h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}
.w-richtext-figure-type-video.w-richtext-align-center iframe {
  min-height: 480px;
  padding: 0 185px;
  width: 100%;
}
.content-internal-h1-heading,
.content-internal-h2-heading,
.content-internal-h3-heading,
.content-internal-h4-heading,
.content-internal-h5-heading{
    text-transform: none;
}
.blog-list-item {
  margin-bottom: 5px;
}

.blog-list-item.abeec {
    list-style-type: lower-alpha;
}

.blog-list-item.roman {
    list-style-type: lower-roman;
}

.blog-list-item.v1 {
  line-height: 26px;
}

.blog-list-item.v1.last {
  margin-bottom: 25px;
}

.quote-block {
  position: relative;
  margin-top: 57px;
  margin-bottom: 40px;
  padding: 50px 70px 40px;
  border-top: 2px solid #03db5a;
  background-color: #f4f4f4;
  font-family: dosis, sans-serif;
  font-weight: 400;
  text-align: center;
}
.quote-block h3 {
    font-size: 24px;
}
.quote-icon-wrap {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 70px;
  height: 70px;
  padding-top: 15px;
  border: 2px solid #949494;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hs-blog-post .hs_cos_wrapper_type_rich_text .w-video iframe, 
.hs-blog-post .hs_cos_wrapper_type_rich_text .w-video object, 
.hs-blog-post .hs_cos_wrapper_type_rich_text .w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hs-blog-post .hs_cos_wrapper_type_rich_text .w-video {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 500px;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    margin-top: 40px;
}
.hs-blog-post .widget-type-blog_content img {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.blog-internal-ordered-list {
  list-style-type: decimal;
}

.blog-internal-article-img {
  margin-bottom: 30px;
}
#hubComments {
    padding-top: 40px;
}
.comments-section {
  margin-top: 50px;
  border-top: 2px solid #dfdfdf;
}

.comment-link-block {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #03db5a;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 16px;
  text-align: center;
}

.comment-link-block:hover {
  background-color: #03db5a;
}

.share-img {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.btn-model-one.v4:hover {
    box-shadow: none;
}

.content-container.model-one.v2 {
    margin-top: 20px;
}
.btn-model-one.v5 {
    background-color: #7fdec5;
    border-style: none;
    color: #ffffff;
    transition: background-color 500ms ease 0s;
}

.btn-model-one.v5:hover {
    background-color: #69d38d;
    box-shadow: none;
}

.content-section.model-seven.v3 {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    height: auto;
    margin-bottom: 0;
}

.content-custom.model-eighteen.v2 {
    border-bottom: 2px solid #03db5a;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: -225px;
    left: 0;
    width: 100%;
}

.contact-us-page .content-custom.model-eighteen.v2 {
    border-bottom: 2px solid #03db5a;
}

#blogAnchor {
    margin-top: -200px;
    position: absolute;
}

.content-column.model-ten.v1.w-col.w-col-4.blog-block {
    margin-bottom: 98px;
}

.content-custom.model-twenty-four.blog-offer {
    border: medium none;
    box-shadow: none;
    padding: 0;
}
.blog-offer .content-img.model-twenty-four {
    max-width: 100%;
}

.link-one.link-model-one {
    padding-top: 0;
}

.fb-like.fb_iframe_widget > span {
  vertical-align: top !important;
}

.hs-blog-social-share {
    height: 30px;
    margin-top: 30px;
    text-align: center;
}
.hs-blog-social-share ul{
    display: table;
    margin: 0 auto;
}
.hs-blog-social-share ul li.hs-blog-social-share-item {
    display: table-cell;
    vertical-align: top;
    padding: 3px;
    margin-bottom: 10px;
}
.hs-blog-social-share ul li.hs-blog-social-share-item.hs-blog-social-share-item-google-plus > div {
    width: 60px !important;
}
.blog-table {
    display: table;
    height: 100%;
}
.blog-row {
    display: table-row;
    height: 100%;
}
.span8.blog-col,
.span4.blog-col{
    display: table-cell;
    float: none;
    vertical-align: top;
}
.sidebar-subscribe {
    height: 20%;
}
.sidebar-offer {
    height: 80%;
}
.span8.blog-col{ 
    padding: 0 25px 0 0;
}
.sidebar-offer .content-img.model-twenty-four {
    max-width: 100%;
    width: 100%;
}
.content-custom.model-fourteen.featured-blog {
    height: auto;
}
.sidebar-offer.content-custom.model-twenty-four {
  box-shadow: none;
  height: 80%;
}
.content-column.model-twelve.search-wrap {
  padding-top: 20px;
}
._hj-f5b2a1eb-9b07_widget {
    /*position: static !important;*/
}

._hj-f5b2a1eb-9b07_widget {
    display: inline !important;
}

#_hj_feedback_container{
    position: relative;
}

/*Related Topics*/
.recommended-articles-block {
  background-color: #03db5a;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  color: #fff;
  padding: 12px 20px 12px 30px;
  position: fixed;
  right: 0;
  bottom: 457px;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 180px;
  z-index: 9999;
  cursor: pointer;
}
.hd-choose-topic {
   text-align: left;   
}

.recommended-articles-block:hover {
    background-color: #b33f0a;
}


.recommended-articles-block.show-articles {
    right: 0;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.recommended-block {
    background-color: #f4f4f4;
    /*position: fixed;*/
    right: 0;
   /*bottom: 60px;*/
    /*width: 300px;*/
    z-index: 9999;
    /*right: -300px;*/
  /* -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
}
.recommended-block.articles-open {
    right: 0;
}
.recommended-block {
  /*width: 300px;*/
}


.recommended-block.articles-open .recommended-articles-block {
  width: 300px;
  -webkit-transition-delay: 130ms;
  transition-delay: 130ms;
  -webkit-transition-duration: 540ms;
  transition-duration: 540ms;
   background-image: url("//cdn2.hubspot.net/hubfs/165931/right-arrow-white.png");
}

.recommended-block.toggle-state {
    right: 0;
}
.recommended-block.toggle-state .recommended-articles-block {
  width: 300px;
  -webkit-transition-delay: 130ms;
  transition-delay: 130ms;
  -webkit-transition-duration: 540ms;
  transition-duration: 540ms;
   background-image: url("//cdn2.hubspot.net/hubfs/165931/right-arrow-white.png");
}

.recommended-block.toggle-state.articles-close {
    right: -300px;
}
.recommended-block.toggle-state.articles-close .recommended-articles-block {
  width: 180px;
  -webkit-transition-delay: 130ms;
  transition-delay: 130ms;
  -webkit-transition-duration: 540ms;
  transition-duration: 540ms;
   background-image: url("//cdn2.hubspot.net/hubfs/165931/right-arrow-white.png");
}

.recommended-block h5,
.recommended-articles-block h5 {
    color: #fff;
    float: none;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.recommended-reveal-block {
    background-color: #03db5a;
    background-image: url("//cdn2.hubspot.net/hubfs/165931/right-arrow-white.png");
    background-position: 5px 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding: 12px 20px 12px 30px;
}
.content-img.model-twenty-five {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 50px;*/
    /*height: 60px;
    width: 60px;*/
    height: 150px;
    width: 150px;
}

.recomm-articles-p {
    /*font-size: 13px;*/
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 20px;
    /*padding: 0 10px;*/
    text-transform: uppercase;
    text-decoration: none;
}

.article-content-block {
    border-bottom: 1px solid #e6e6e6;
    color: #777;
    font-size: 13px;
    margin-bottom: -7px;
    padding: 15px 20px;
    transition: background-color 300ms ease 0s, color 300ms ease 0s;
    width: 100%;
}
.article-content-block:hover {
    background-color: #ebebeb;
    color: #03db5a;
    font-weight: 700;
}

.article-content-block:hover .recomm-articles-p {
    font-weight: 700;
}
.social-wrap {
    display: inline-block;
    height: 55px;
}
.recomm-subscribe-block {
  padding: 20px 20px 10px;
}
.recomm-subscribe-block .hs_cos_wrapper_type_blog_subscribe .hs_email.field.hs-form-field {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.recomm-subscribe-block .hs_cos_wrapper_type_blog_subscribe .hs_submit {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
body .recomm-subscribe-block .hs_cos_wrapper_type_blog_subscribe input[type="submit"], 
body .recomm-subscribe-block .hs_cos_wrapper_type_blog_subscribe input[type="button"] {
  padding: 12px 9px;
}
.recomm-subscribe-block .hs_cos_wrapper_type_blog_subscribe span.hs-form-required, h3.form-title {
    margin-bottom: 5px;
    font-size: 14px;
}

#blogPost .content-container.model-two.v2 {
  padding-top: 120px;
}
#_hj-f5b2a1eb-9b07_feedback[data-viewmode="desktop"][data-minimized-position="middle_right"] #_hj-f5b2a1eb-9b07_feedback_minimized {
    bottom: 530px !important;
}

/*Blog Tables*/
.responsive-table table {
  background-color: #e3e3e3;
  color: #000;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.responsive-table tr.tr-1 {
  background-color: #fff;
  border-bottom: 2px solid #03db5a;
  font-weight: 900;
}
.responsive-table td {
  border-right: 2px dashed #e3e3e3;
}
.responsive-table td:last-child {
  border-right: medium none;
}
.responsive-table tr.tr-1 td {
  border-right: medium none;
}
.responsive-table {
    padding: 20px 0;
}
.responsive-table td {
  color: #777;
  font-size: 16px;
  padding: 10px 10px 10px 20px;
  text-align: left;
}
.responsive-table .tr-1 td {
  color: black;
}
.mobile-table {
  background-color: #f5f5f5;
  border-top: 2px solid #03db5a;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.row-wrap {
    min-height: 50px;
}
.row-wrap div {
  border-bottom: 1px solid #e3e3e3;
  height: 100%;
  min-height: 45px;
  padding: 11px 20px 0;
}
.left-cell {
  border-right: 2px dashed #e3e3e3;
  color: black;
  font-weight: 900;
}
.row-wrap div:first-child {
  display: block;
  float: left;
  width: 23%;
}
.row-wrap div:last-child {
    display: inline-block;
    width: 77%;
}
.content-container.w-container.blog-container {
    z-index: 0;    
}
.search-block {}

.search-block.v1 {
  height: 50px;
  margin-top: 60px;
  padding: 0px 0px 0px 15px;
  border-style: solid;
  background-color: #fff;
  font-size: 14px;
}

.search-block.v2 { 
  margin-top: 8px;  
  color: #fff;
}

/* Home Events section update*/
.content-section.model-ten.v1 {
  background-image: linear-gradient(175deg, rgba(105, 211, 141, 0.9), rgba(57, 185, 151, 0.91)), url("//cdn2.hubspot.net/hubfs/165931/2017%20Website/Images/Website%20Images/Website%20Banners/banner-aboutus.jpg");
  background-position: 0 0px, 0 0;
  background-size: auto auto, cover;
  padding: 4%;
}
.content-img.model-twenty-six {
  border: 9px dashed #fff;
  padding: 10px;
}
.inner-content-column.model-six {
  color: #fff;
  padding-left: 30px;
}
.event-label {
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.date-wrap {
  margin-bottom: 20px;
}
.date-icon-wrap {
  float: left;
  padding-right: 20px;
}
.icon-anouncement {
  width: 20px;
}
.date-txt {
  float: left;
  padding-right: 20px;
}
.icon-anouncement {
  width: 20px;
}
.btn-model-seven {
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-model-seven:hover {
  box-shadow: 0 0 0 4px #fff inset;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}

@media (max-width: 1024px){
    .img-blog-latest {
        height: 342px;
    }
    .content-offer-blog {
        height: 325px;
    }
    .content-offer-p {
        margin-bottom: 20px;
    }
    .content-offer-blog .hd.model-eight.v3 {
        margin-bottom: 16px;
    }
}

@media (max-width: 991px){
    .content-custom.model-fourteen.v1 {
      min-height: 511px;
    }
  .blog-text-block {
    bottom: -80px;
    height: 170px;
  } 
  .blog-content {
    margin-top: 122px;
  }
  .content-offer-blog {
    height: auto;
  }
    .content-custom.model-thirteen {
        min-height:77px;
    }
    .search-block.v2 {
        margin-top: 0;
    }
    .hs-blog-post .w-video {
        min-height: 450px !important;
    }
}

@media (max-width: 767px){
    body .blog-dropdown,
    body .blog-dropdown-toggle {
        width: 100%;
    }
    .w-richtext-figure-type-video.w-richtext-align-center iframe {
      padding: 0;
    }
    /*#articlesWrap {
        display: none;
    }*/
    .blog-pagination ul li.hide-mob {
        display: none;
    }
    .blog-pagination ul li.pag-desktop {
        display: none;
    }
    .blog-pagination ul li.pag-mobile {
        display: inline-block;
    }
    .widget-type-blog_content .content-container.model-two.v2 {      
      padding-top: 120px;      
    }
    .content-column.model-twelve.search-wrap {
      padding-top: 0;
    }
    .search-block {
        margin-bottom: 20px;
    }
    .span8.blog-col, 
    .span4.blog-col {
        display: inline-block !important;
        float: left !important;
        margin-bottom: 20px;
        padding: 0;
    }
    .sidebar-subscribe {
        margin-bottom: 20px;
    }
    .showcase-intro.content-container.model-two.v2 {
      padding-top: 120px;
    }
    .span6.hide-small {
        display: none;
    }   
    .content-offer-blog {
        height: auto;
    }
    .list-item.model-two.v3 {
        background-size: 30px;
    }
    .btn-model-six {
        float: left;
    } 
    .fadein {
        top: 0px;
        display: none;
        min-height: 300px;
    }
    .btn-model-three.v1 {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .form-map {
        height: 250px;
    }
    .search-block {
        margin-top: 25px;
    }
    .blog-text-block {
        bottom: -53px;
        height: auto;
        padding: 20px;
    }
    .blog-content {
        margin-top: 0px;
    }
    .content-img-mockup {
        margin-top: 10px;
    }
    .blog-internal-main-img {
        height: 300px;
    }
    .quote-block {
        padding-right: 40px;
        padding-left: 40px;
    } 
    .widget-type-blog_content .content-section.model-seven {
        padding: 4%;
    }
    .content-custom.model-thirteen {
        min-height: auto; 
    }
    .contact-us-page .content-custom.model-eighteen.v2 {
        padding-bottom: 50px;
    }
    .token-wrap p {
      text-align: center !important;
    }
    .blog-h1 {
        text-align: center;
    }
    .inner-content-column.model-six {
      padding-bottom: 20px;
      padding-left: 0;
      padding-top: 20px;
    }
    .search-block.v2 {
        margin-top: 0;
    }
    .hs-blog-post .w-video {
        min-height: 350px !important;
      /*height: 0 !important;*/
      /*padding-bottom: 56.25% !important;*/
    }
}
@media (max-width: 479px){
    .blog-h1 {
        font-size: 32px;
    }
    .content-internal-heading-text.v1 {
        font-size: 25px;
        line-height: 30px;
    }
    .quote-block {
        padding-right: 30px;
        padding-left: 30px;
    }
    .content-section.model-five.v6.token {
        padding-bottom: 40px;
    }
    .pound-sign {
        top: -20px;
    }
    .hs-blog-post .w-video {
        min-height: 250px !important;
    }
}

/* Search Results Template */

.results-page .gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 90% !important;
}
.results-page td.gsc-search-button {
  height: 60px;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 65px !important;
}
.results-page input.gsc-search-button-v2 {
  padding: 10px 30px !important;
  width: 100% !important;
}
.results-page form.gsc-search-box {
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  font-size: 13px;
  margin: 0 0 4px;
  width: 100%;
}
div.gsc-input-box {
  background: transparent none repeat scroll 0 0;
  border: 0 solid #d9d9d9;
  height: 70px !important;
}
a.gs-title {
  color: #000000 !important;
  outline: medium none;
  text-decoration: none !important;
}
.gs-snippet {
  color: #777 !important;
  display: block;
  font-size: 16px;
  font-style: normal;
  overflow-wrap: break-word;
}
.gsc-table-result, 
.gsc-thumbnail-inside, 
.gsc-url-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gsc-control-cse div {
  position: relative !important;
}
.gs-result:after {
  background-color: red;
  bottom: 0;
  content: "red";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
    transition: all 0.4s ease-in-out 0s;
}
.gs-webResult {
  border-bottom: medium none;
  padding: 3px 0 21px;
}
.gsc-above-wrapper-area {
  border-bottom: medium none !important;
  padding: 75px 0 40px !important;
}
a.gs-title:hover, .gs-webResult.gs-result div.gs-title:hover {
  color: #03db5a !important;
}
.gs-result:hover:after {
  width: 100% !important;
}
.gs-result:after {
  background-color: #03db5a;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 1.4s ease-in-out;
  width: 20%;
}
.gsc-orderby-container {
  display: none !important;
}

.gsc-cursor-page {
  background-color: transparent !important;
  border: 2px solid #03db5a !important;
  color: #03db5a !important;
  font-size: 18px !important;
  padding: 8px 13px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #03db5a !important;
  color: #fff !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background-color: transparent !important;
  box-shadow: 0 0 0 3px #03db5a inset !important;
  color: #03db5a !important;
  text-decoration: none !important;
  transition: all 0.2s ease 0s;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
  background-color: #03db5a !important;
  color: #fff !important;
}
.gsc-results {
    width: 100% !important;
}
.search-heading {
  color: #000 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.gsc-control-cse {
  font-family: dosis, sans-serif !important;
}
.gsc-control-cse .gsc-table-result {
  font-family: dosis, sans-serif !important;
}
.gs-title, .gs-title b {
  font-family: dosis, sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  margin: 0 0 0.4em;
}
.gs-spelling {
 font-family: dosis, sans-serif !important;
}
.gs-spelling-original {
  display: block;
  font-family: dosis, sans-serif !important;
  padding-bottom: 20px !important;
  width: 49% !important;
}
/* ==========================================================================
   10) ==HACKS & OVERRIDES
   ========================================================================== */ 

/* Banner middle vertical align */
.content-section.model-one > div.row-fluid-wrapper {
    display: table;
    height: 100%;
}
.content-section.model-one > div > div.row-fluid {
    display: table-cell;
    vertical-align: middle;
}

}
.btn-model-three.v5 {
    bottom: 0;
    margin-bottom: -20px;
    position: absolute;
    background-color: #03db5a;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-model-three.v5:hover {
    background-color: #f3550d;
    border-color: #f3550d;
    box-shadow: none;
    
}
.footer-cta h2,
.footer-cta h4,
.footer-cta p {
    text-align: left;
}
body .content-column.model-five {
    text-align: left;
    padding-top: inherit;
}

.dashed-img {
    border: 9px dashed #ffffff;
    padding: 10px;
}

.content-custom.model-twenty-four.blog-offer {
  height: 100%;
}
.blog-offer .row-depth-2.row-number-4 {
    height: auto;
}
.blog-offer .row-depth-2.row-number-5 {
    /*height: 60%;*/
    height: 50%;
}
.blog-offer .row-depth-2.row-number-5 > div {
    height: 100%;
}
.content-offer-blog {
    height: 100%;
    border-bottom: medium none;
}


@media (max-width: 1200px){
    .blog-offer .row-depth-2.row-number-5 {
        height: 56%;
    }
    body #highlight-more-visit p.highlight-intro-text {
        display: none;
    }
}

@media (max-width: 991px){
    
    .content-custom.model-twenty-four.blog-offer {
        height: auto;
    }
    .content-column.model-ten.blog-block {
        height: auto;
    }
}


@media (max-width: 767px){
    .content-custom.model-fourteen.featured-blog {
        min-height: auto;
    }

    .row-fluid .col-hide-small,
    .col-hide-small {
        display: none;
    }
    .content-img.model-eleven.service-img {
      margin: 0 auto 30px;
    }
    .content-column.model-five img {
        margin-bottom: 30px;
    }

}

        /***********************************/
/*******Animated checkboxes***********/
/*ul.blog-check {
  width: 290px;
  margin: 0 auto;
}*/
ul.blog-check li {
  list-style-type: none;
  padding: 10px;
}

/*Adding custom checkbox icons*/
.blog-check label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
}
.blog-check label:before, label:after {
  font-family: FontAwesome;
  font-size: 21px;
  /*absolutely positioned*/
  position: absolute; top: 0; left: 0;
}
.blog-check label:before {
  content: '\f096'; /*unchecked*/
}
.blog-check label:after {
  content: '\f046'; /*checked*/
  /*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  /*CSS3 transitions for animated effect*/
  transition: all 0.35s;
}

/*hiding the original checkboxes*/
.blog-check input[type="checkbox"] {
  display: none;
}
/*when the user checks the checkbox the checked icon will animate in*/
.blog-check input[type="checkbox"]:checked + label:after {
  max-width: 25px;  /*an arbitratry number more than the icon's width*/
  opacity: 1; /*for fade in effect*/
}

/*adding some colors for fun*/
.blog-check label:before, .blog-check label:after {color: #03db5a;}

.strikethrough{
  text-decoration: line-through;
}

.hs-responsive-embed-inner-wrapper {padding-bottom: 0px !important;}