@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&display=swap');
/* font-family: 'Teko', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
/* font-family: 'Source Sans Pro', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/* font-family: 'Open Sans', sans-serif; */


/* Theme Styles/Defaults */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

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


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 40px 20px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

/* General  */
.container {
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
  padding: 0 25px;
}

.flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .mobile-col {
    flex-direction: column;
  }

  .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
}
.system-container {
  margin: 0 auto;
  max-width: 1200px;
  min-height: calc(100vh - 300px);
  padding-top: 100px;
  width: 100%;
}
.row-fluid .header-section .bottom-section {background:#1f5a80;}
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #f3f6f9;
  content: attr(data-error);
  font-family: sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.systems-page {
  padding: 3rem 20px;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  font-size: 0.75rem;
  margin: 2rem 0;
  min-width: 650px;
  padding: 0.1rem 0.75rem;
}

.hs-search-results {
  margin-top: 2rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}

.hs-search-results__title {
  color: #051f46;
  font-family: Teko, sans-serif;
  font-size: 2.25rem;
  margin-bottom: 0.25rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.5rem;
}

.hs-search-highlight {
  font-weight: normal!important;
}

.hs-search-results__pagination a {
  color: #051f46;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/



/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/



/* Template Specific
Styles applied to specific template types (system pages, blog, etc.)
*/































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

body { display:none; margin:0; padding:0; font-family:Source Sans Pro; font-weight:400; color:#585858; font-size:27px; line-height:36px;  overflow-x:hidden; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#1f5a80; font-family: 'Teko', sans-serif; font-size:135px; margin:0; padding:15px 0; line-height:122px; font-weight:600; clear:both; text-transform: uppercase; }
h2 { color:#1f5a80; font-family: 'Teko', sans-serif; font-size:82px; margin:0; padding:15px 0; line-height:70px; font-weight:700; clear:both; text-transform: uppercase; }
h3 { color:#1f5a80; font-family: 'Teko', sans-serif; font-size:58px; margin:0; padding:15px 0; line-height:60px; font-weight:700; clear:both; text-transform: uppercase; }
h4 { color:#1f5a80; font-family: 'Teko', sans-serif; font-size:46px; margin:0; padding:15px 0; line-height:60px; font-weight:700; clear:both; text-transform: uppercase; }
h5 { color:#1f5a80; font-family: 'Teko', sans-serif; font-size:30px; margin:0; padding:15px 0; line-height:35px; font-weight:600; clear:both }
h6 { color:#1f5a80; font-family: 'Teko', sans-serif; font-size:20px; margin:0; padding:15px 0; line-height:28px; font-weight:600; clear:both }


h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }

h1 {
    font-weight: 600; text-decoration: none; font-family: Teko; font-style: normal;
    color:#1F5A80;
    font-size:135px; 
    line-height:122px;
}
h2 {
    font-weight: 700; text-decoration: none; font-family: Teko; font-style: normal;
    color:#1F5A80; 
    font-size:82px; 
    line-height:70px;
}
h3 {
    font-weight: 700; text-decoration: none; font-family: Teko; font-style: normal;
    color:#1F5A80; 
    font-size:58px; 
    line-height:60px;
}
h4 {
    font-weight: 700; text-decoration: none; font-family: Teko; font-style: normal;
    color:#1F5A80; 
    font-size:46px; 
    line-height:60px;
}
h5 {
    font-weight: 600; text-decoration: none; font-family: Teko; font-style: normal;
    color:#1F5A80; 
    font-size:30px; 
    line-height:35px;
}
h6 {
    font-weight: 600; text-decoration: none; font-family: 'Source Sans Pro'; font-style: normal;
    color:#1F5A80; 
    font-size:20px; 
    line-height:28px;
}
 
a { text-decoration:none; outline:none; color:#ed6d1f; -webkit-transition: all  0.4s ease-in-out; -moz-transition: all  0.4s ease-in-out; -o-transition: all  0.4s ease-in-out; -ms-transition: all  0.4s ease-in-out; transition: all  0.4s ease-in-out; }
a:hover { color:#3298d4; }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family: 'Source Sans Pro', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #01adf1; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
input[type=submit]:hover , button:hover { background-color:#00658b; }

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ed6d1f; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  font-family: Source Sans Pro;

}

#myBtn:hover {
  background-color: #fff;
  color:#ed6d1f;/* Add a dark-grey background on hover */
}

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.hs_cos_gallery_main .slick-slide img, .hs_cos_gallery_thumbnails .slick-slide img, .hs_cos_gallery_lightbox .slick-slide img {max-width:100%; width:800px;}
ul.slick-dots li button:before {display:none;}

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

    .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
    .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
    .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

}

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

.orange-btn a{ background: #ed6d1f; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); letter-spacing: 1px; text-transform: uppercase; color: #ffffff; font-weight: bold; font-size: 16px; font-family: 'Oswald', sans-serif; padding: 10px 30px; display: inline-block;}
.orange-btn a:hover{background: #1f5a80; color:#ffffff; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 3px; }
ul.slick-dots li button { display:inline-block; background:transparent;  width:8px; height:8px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; padding:0; border: 1px solid #FF6700;}
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#FF6700; transform: scale(1.3);}

.row-fluid .container { margin:0 auto !important; max-width:1200px; width:100%; float:none !important; padding:0px 15px;}
.row-fluid .header-container{  margin:0 auto !important; max-width:1200px; width:100%; float:none !important; padding:0px 15px; }
.row-fluid .container:before, .row-fluid .container:after { content: ""; clear: both; display: block; }

.section_title { text-align:center; width:100%; float:left; }
.section_title h3 { width:auto; float:none; display:inline-block; position:relative; margin-bottom:20px; padding-bottom:25px; }
.section_title h3:before { position:absolute; content:""; left:50%; bottom:0; width:290px; height: 7px; background: #ed6d1f; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); }
 


/* -- Header Section -- */

.row-fluid .desktop-header{width:100%; float:left;}
.row-fluid .mobile-header{display:none;}
.row-fluid .header-section { width: 100%; float: left; position: absolute; top: 0; left: 0; z-index: 999; }
.row-fluid .header-section .top-section { width: 100%; float: left; background: #2E2E2E; text-align: right; }
.row-fluid .header-section .top-section .top-menu { width: calc(100% - 20px);}

.row-fluid .header-section .top-section ul { list-style: none; padding: 0; margin: 0; }
.row-fluid .header-section .top-section ul li { display: inline-block; padding-right: 35px;position:relative; }
.row-fluid .header-section .top-section ul li a { color: #FFFFFF; letter-spacing: 1px; text-transform: uppercase; font-size: 16px; font-family: 'Teko', sans-serif; font-weight: bold; }
.row-fluid .header-section .top-section ul li a:hover { color: #ed6d1f; }
.row-fluid .header-section .top-section .header-search { width: 20px; margin: 0; }
.row-fluid .header-section .top-section .header-search .search-button { color: #fff; font-size: 20px; cursor: pointer; transition:all .4s;}
.row-fluid .header-section .top-section .header-search .search-button:hover {color: #ed6d1f;}
.row-fluid .header-section .top-section .header-search .search-box { position: absolute; left: auto; right: 0; width: 380px; margin: auto; top: 100%; transition:all 0.4s; opacity:0; visibility:hidden; padding: 15px; background: #1f5a80;    z-index: 2;}
.search-open .row-fluid .header-section .top-section .header-search .search-box{ opacity:1; visibility:visible; }
.row-fluid .header-section .top-section .header-container { position: relative; }
.row-fluid .header-section .top-section .header-search .search-box form { position: relative; }
.row-fluid .header-section .top-section .header-search .search-box form input.hs-search-field__input { height: 45px; border: 0; }
.row-fluid .header-section .top-section .header-search .search-box form button { position: absolute; top: 0; left: auto; right: 0; height: 45px; background: transparent; }
.row-fluid .header-section .top-section .header-search .search-box form button svg { height: 15px; }
.row-fluid .header-section .top-section .header-search .search-box form button:hover { background: #ed6d1f; }
.row-fluid .header-section .top-section .header-container > div > div { display: flex; align-items: center; }
.row-fluid .header-section .bottom-section { width: 100%; float: left; background: transparent; padding-top: 22px; }
.row-fluid .header-section .bottom-section .headerlogo { width: 170px; float: left; }

.row-fluid .hs-form fieldset select{cursor:pointer; background:#fff url(https://info.scotchman.com/hubfs/Scotchman_2020/images/down-arrow.png) no-repeat; -webkit-appearance:none; -moz-appearance:none; appearance:none;background-size: 6%;background-position: right 5% bottom 45%; }

@media (min-width:992px){

    .row-fluid .header-section .bottom-section .mainmenu { width: calc(100% - 170px); margin: 0; text-align: right; padding-left: 50px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper > ul { list-style: none; padding: 0; margin: 0; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper > ul > li { display: inline-block; padding: 25px 30px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper > ul > li:last-child { padding-right: 0; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper > ul > li:first-child { padding-left: 0; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper > ul > li > a { font-weight: bold; font-size: 30px; font-family: 'Teko', sans-serif; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: #ed6d1f; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul { position: absolute; left: 0; top: 100%; background: #fff; width: 100%; text-align: left; padding: 0; display:none; }
    .row-fluid .header-section .bottom-section .mainmenu>div>span>.hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1>a { position: relative; }
    .row-fluid .header-section .bottom-section .mainmenu>div>span>.hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1>a:before { content: ' '; top: auto; bottom: -3px; left: 0; right: 0; margin: auto; position: absolute; background: #ED6D1F; height: 7px; transition: all 0.3s; opacity: 0; visibility: hidden; }
    .row-fluid .header-section .bottom-section .mainmenu>div>span>.hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1:hover>a:before { opacity: 1; visibility: visible; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:first-child>ul.hs-menu-children-wrapper .mega-box-1 .left-part .box ul li ul li.hs-menu-item.hs-menu-depth-2:first-child {display: block; line-height: 1;}

    .row-fluid .black-header .header-section .bottom-section .mainmenu .hs-menu-wrapper > ul > li > a { color: #1f5a80; }
    .row-fluid .black-header .header-section .bottom-section .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: #ed6d1f; }
    

    /* -- mega-menu-1 -- */

    .row-fluid .header-section .bottom-section .mainmenu .mega-menu-1,
    .row-fluid .header-section .bottom-section .mainmenu .mega-menu-2,
    .row-fluid .header-section .bottom-section .mainmenu .mega-menu-3,
    .row-fluid .header-section .bottom-section .mainmenu .mega-menu-4 { margin: 0; width: 100%; float: left; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:hover>ul {display:block; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children>ul li>ul {display: block;}
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 { width: 100%; float: left; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .header-container { display: flex; flex-direction: column; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part { /*width: 80%;*/ /*float: left;*/ /*padding-right: 25px;*/ border-bottom: 0.5px solid #1d1d1d6e; padding-top: 50px; /*padding-bottom: 70px;*/ }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part { /*width: 20%; float: left; padding-left: 15px;*/ padding-top: 20px; padding-bottom: 50px; display: flex; align-items: center; justify-content: space-between; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part .top-menu ul[role="menu"] { display: flex; gap: 40px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .cover { margin: 0px -15px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box { width: calc(100% / 6 - 30px); float: left; margin: 0px 15px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .img-box { /*height: 151px;*/ width: 100%; float: left; display: flex; align-items: flex-end; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .img-box img { max-height: 90px; object-fit: contain; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details { width: 100%; float: left; padding-top: 25px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li:first-child a { display: inline-block; color: #1F5A80; font-weight: 600; font-size: 27px; letter-spacing: 0; position: relative; padding-bottom: 10px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1 { padding: 15px 0px; float: left; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>a:before { content: ' '; top: auto; bottom: 0; background: #ED6D1F; left: 0; width: 100px; height: 5px; position: absolute; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper { position: relative; opacity: 1; visibility: visible; transition: inherit; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {  }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul { list-style: none; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1>ul { padding-top: 22px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1>ul>li>a { color: #000000; font-weight: normal; font-size: 16px; line-height: normal; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1>ul>li>a:hover { color: #ED6D1F; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1 ul>li>ul { padding-left: 15px; padding-bottom: 20px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1 ul>li>ul>li>a { color: #000000; font-weight: normal; font-size: 16px; line-height: normal; position: relative; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1 ul>li>ul>li>a:before { content: ' '; top: 10px; left: -13px; position: absolute; background: #000; width: 6px; height: 1px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-depth-1 ul>li>ul>li>a:hover { color: #ED6D1F; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:first-child>ul.hs-menu-children-wrapper { }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li.hs-menu-depth-1.hs-item-has-children:first-child>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2:first-child { display: none; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part ul li a { display: inline-block; color: #1F5A80; font-weight: 600; font-size: 27px; letter-spacing: 0; position: relative; padding-bottom: 10px; min-width: 145px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part ul li a:before { content: ' '; top: auto; bottom: 0; background: #ED6D1F; left: 0; width: 100px; height: 5px; position: absolute; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part ul li { padding: 10px 0px; float: left; width: 100%; font-weight: 700; max-width: fit-content; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part .button { width: 100%; float: left; max-width: fit-content; /*padding-top: 20px;*/ }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part .button a { display: inline-block; background: #ED6D1F; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); letter-spacing: 1px; text-transform: uppercase; color: #FFFFFF; font-weight: bold; font-size: 16px; font-family: 'Oswald', sans-serif; padding: 9px 26px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part .button a:hover { background: #1F5A80; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part ul li a:hover { color: #ed6d1f; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper { box-shadow: 0px 0px 41px -7px rgba(0, 0, 0, 0.2); }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper ul { box-shadow: none; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {display: block;}


    /* -- mega-menu-2 -- */

    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li.hs-menu-item.hs-menu-depth-2:first-child { display: none; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 { width: 100%; float: left; padding: 45px 0px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-wrap { margin: 0px -15px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box { width: calc(100% / 4 - 30px); float: left; margin: 0px 15px; height: 260px; position: relative; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box:before {/* content: ' '; */top: 0;/* left: 0; *//* width: 100%; *//* height: 100%; *//* position: absolute; *//* z-index: -1; *//* background: rgba(46, 46, 46, 0.8); */ }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box h3 { color: #FFFFFF; font-weight: bold; font-size: 28px; line-height: 36px; text-align: center; transition: all 0.5s; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box a { width: 100%; max-width: 100% !important; height: 100%; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box a:hover h3 { color: #ED6D1F; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box .box-img { width: 100%; float: left; height: 100%; display: flex; align-items: center; justify-content: center; background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 1; padding: 20px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box .box-img:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; z-index: -1; background: rgba(46, 46, 46, 0.8);  transition: all 0.5s; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box a:hover .box-img:before { background: rgba(46,46,46,0.9);}
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(2)>ul .mega-box-2 .tooling-box .box-img:hover:before { background: rgba(46,46,46,0.9);}

    /* -- mega-menu-3 -- */

    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li.hs-menu-item.hs-menu-depth-2:first-child { display: none; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 { width: 100%; float: left; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part { width: 60%; float: left; padding-right: 110px; padding-top: 50px; padding-bottom: 50px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part { width: 40%; float: left; padding-left: 40px; border-left: .5px solid #1d1d1d5c; padding-top: 82px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part .cover { width: 100%; float: left; position: relative; height: 364px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part .cover .video-box { width: 100%; float: left; height: 100%; position: absolute; z-index: 1; background-repeat: no-repeat; background-size: cover; background-position: center center; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part .cover  video { width: 100%; height: 100%; object-fit: cover; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part .cover .play-pause-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; left: 0; right: 0; margin: auto; text-align: center; cursor: pointer; width: 60px; height: 55px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part .cover.play-out { }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part .cover.play-out .video-box { opacity: 0; visibility: hidden; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part .cover.play-out .play-pause-btn { opacity: 0; visibility: hidden; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .header-container { display: flex; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part ul li a { color: #000000; font-weight: bold; font-size: 25px; display: inline-block; letter-spacing: 0; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part ul li { padding: 0; width: 100%; line-height: 40px; padding-bottom: 12px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part ul li a:hover { color: #ed6d1f; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part .social-box { width: 100%; float: left; padding: 10px 0px 30px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part .social-box ul { list-style: none; padding: 0; margin: 0; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part .social-box ul li { width: auto; display: inline-block; padding: 0px 14px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part .social-box ul li:first-child { padding-left: 0; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part .social-box ul li a { font-size: 22px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part .social-box ul li a:hover { color: #ed6d1f; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part  .button { width: 100%; float: left; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part .button a { background: #ED6D1F; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); color: #FFFFFF; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; font-size: 16px; font-family: 'Oswald', sans-serif; display: inline-block; padding: 9px 50px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part .button a:hover { background: #1F5A80; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part video { outline: none; }


    /* -- mega-menu-4 -- */

    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul>li.hs-menu-item.hs-menu-depth-2:first-child { display: none; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 { width: 100%; float: left; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .cover { width: 100%; float: left; display: flex; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .left-part { width: 60%; float: left; padding-right: 20px; padding-top: 43px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .right-part { width: 40%; float: left; border-left: .5px solid #1d1d1d5c; padding-left: 30px; padding-top: 45px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .left-part .bio { color: #2E2E2E; font-weight: bold; font-size: 40px; line-height: 55px; max-width: 640px; width: 100%; float: right; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .left-part .supporter-name { width: 100%; float: left; text-align: right; padding-top: 20px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .left-part .supporter-name h5 { color: #2E2E2E; font-weight: normal; font-size: 30px; font-family: 'Source Sans Pro', sans-serif; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .right-part .right-menu ul li { width: 100%; padding: 5px 0px; line-height: 40px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .right-part .right-menu ul li a { color: #000000; text-transform: uppercase; font-weight: bold; font-size: 25px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .right-part .right-menu ul li a:hover { color: #ed6d1f; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .right-part .button { width: 100%; float: left; padding: 25px 0px 50px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .right-part .button a { background: #ED6D1F; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); color: #FFFFFF; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; font-size: 16px; font-family: 'Oswald', sans-serif; padding: 9px 50px; display: inline-block; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .right-part .button a:hover { background: #1F5A80; }

    
    /* -- mega-menu-general -- */
  
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li>ul .mega-box-general { width: 100%; float: left; padding: 45px 0px; }  
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li>ul .mega-box-general ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 40px; }  
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li>ul .mega-box-general ul li { max-width: 180px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li>ul .mega-box-general ul li a { display: inline-block; color: #1F5A80; font-weight: 600; font-size: 27px; letter-spacing: 0; position: relative; padding-bottom: 10px; font-family: Teko, sans-serif; text-transform: uppercase; line-height: 1; min-width: 145px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li>ul .mega-box-general ul li a:before { content: ' '; top: auto; bottom: 0; background: #ED6D1F; left: 0; width: 100px; height: 5px; position: absolute; }

}
 

/* -- Footer Section -- */

.row-fluid .footer-section { width: 100%; float: left; background: #1f5a80; padding-top: 80px; padding-bottom: 35px; }
.row-fluid .footer-section .footer-logo { max-width: 248px; width: 100%; }
.row-fluid .footer-section .footer-social { width: 100%; float: left; }
.row-fluid .footer-section .footer-social ul { padding: 0; margin: 0; list-style: none; padding-top: 30px; }
.row-fluid .footer-section .footer-social ul li { display: inline-block; padding-right: 35px; }
.row-fluid .footer-section .footer-social ul li:last-child { padding-right: 0; }
.row-fluid .footer-section .footer-social ul li a { color: #fff; }
.row-fluid .footer-section .footer-social ul li a:hover { color: #ed6d1f; }
.row-fluid .footer-section .footer-box:first-child { padding-left: 0; }
.row-fluid .footer-section .footer-box .title h4 { font-size: 20px; line-height: 28px; color: #fff; font-family: 'Open Sans', sans-serif; text-transform: inherit; padding-bottom: 0; padding-top: 0; }
.row-fluid .footer-section .footer-box .footer-menu { }
.row-fluid .footer-section .footer-box .footer-menu ul { padding: 0; margin: 0; list-style: none; }
.row-fluid .footer-section .footer-box .footer-menu ul li a { font-size: 18px; color: #fff; font-weight: 400; line-height: normal; font-family: 'Open Sans', sans-serif; }
.row-fluid .footer-section .footer-box .footer-menu ul li { padding-left: 12px; line-height: normal; }
.row-fluid .footer-section .footer-box .footer-menu ul li a:hover { color: #ed6d1f; }
.row-fluid .footer-section .footer-box { padding-left: 90px; }
.row-fluid .footer-section .footer-box .contact { padding-left: 15px; padding-bottom: 30px; }
.row-fluid .footer-section .footer-box .contact p { padding: 0; font-size: 18px; color: #fff; line-height: 30px; font-family: 'Open Sans', sans-serif; }
.row-fluid .footer-section .footer-box .contact p a { font-size: 18px; line-height: normal; color: #fff; font-family: 'Open Sans', sans-serif; }
.row-fluid .footer-section .footer-box:last-child { padding-left: 80px; }
.row-fluid .footer-section .footer-box .contact p a:hover { color: #ed6d1f; }
.row-fluid .footer-section .footer-box .schedule { padding-top: 25px; }
.row-fluid  .footer-bottom { width: 100%; float: left; background: #1D1D1D; text-align: right; padding: 5px 0px; }
.row-fluid .footer-bottom p, .row-fluid .footer-bottom a { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 24px; color: #fff; font-weight: 400; }
.row-fluid .footer-bottom a:hover { color: #ed6d1f; }



.instagram-section h2 { margin-bottom:60px; } 
.instagram-section .instagram_gallery img { margin:8px !important; } 
.instagram_gallery { width:100%; float:left; }
.instagram_gallery a { width:16.66%; float:left; padding:5px; }
.instagram-section .instagram_gallery img { margin:0 !important; width:100% !important; }

/*----*/
.financing_hero { background:#1f5a80; }  
.hero-section { width: 100%; float: left; position: relative; padding: 250px 0px 250px; z-index: 1; }
.hero-section .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero-section video { width: 100%; height: 100%; object-fit:cover; }
.hero-section .hero-content { width: 100%; float: left; position: relative; z-index: 9; text-align: center; }
.hero-section .hero-bg .hero-video { width: 100%; float: left; height: 100%; }
.hero-section .hero-content h1 { color: #fff; padding-bottom: 0; }
.hero-section .hero-content .content { width: 100%; float: none; color: #fff; font-weight: bold; font-size: 27px; line-height: 38px; max-width: 580px; margin: auto; clear: both; padding-bottom: 30px; }
.hero-section:after { content: ' '; top: auto; bottom: -141px; width: 100%; height: 258px; position: absolute; z-index: 1; left: 0; background: #fff; transform: skewY(4deg);}
.hero-section .hero-bg .hero-img { width: 100%; height: 100%; object-fit: cover;}
.hero-section .hero-btn a:hover { background: #fff; color: #1f5a80;}
.hero-section .finanhero_btnimg { display:flex; align-items:center; justify-content: center; }
.hero-section .finanhero_logoimg { margin-left:70px; }

.finanworkes_area { padding:40px 0 80px; float:left; width:100%; position:relative; z-index:1; }
.finanworkes_area h2 { padding:0; } 
.finanworkes_area .finanworkes_cover { width:100%; float:left; margin-top:60px; text-align:center; }
.finanworkes_area .finanworkes_cover .finanworkes_box { width:25%; float:left; padding:0 20px; font-size:22px; line-height:28px; }
.finanworkes_area .finanworkes_box h4 { padding:0; position:relative; }
.finanworkes_area .finanworkes_box h4:after { position:absolute; content:""; left:100%; top:0; width:84px; height:49px; background:url('https://info.scotchman.com/hubfs/Scotchman_2020/images/work-right.png') no-repeat center / cover; margin-left: -25px; }
.finanworkes_area .finanworkes_box:last-child h4:after { display:none; }

.finlearnbout_area { padding:50px 0; float:left; width:100%; }
.finlearnbout_area h3 {   } 
.finlearnbout_area .finanabout_title { width:100%; float:left; margin-top:40px; }
.finlearnbout_area .finanabout_title ul { width:100%; float:left; list-style:none; margin:0; padding:0; text-align:center; }
.finlearnbout_area .finanabout_title ul li { width:auto; float:none; display:inline-block; margin:0 25px;  }
.finlearnbout_area .finanabout_title ul li a { width:auto; float:left; color: #1f5a80; font-family: 'Teko',sans-serif; font-weight: bold; font-size: 16px; line-height: 23px; letter-spacing: 1px; text-transform: uppercase; }
.finlearnbout_area .finanabout_title ul li a:hover { color:#ed6d1f; }

.finlearnbout_area .finanlearnabout_cover { width:100%; float:left; margin-top:80px; } 
.finlearnbout_area .finanlearnabout_cover .finanlearnabout_box { width:100%; float:left; margin-bottom:150px; } 
.finlearnbout_area .finanlearnabout_cover .finanlearnabout_box:last-child { margin-bottom:0; }
.finlearnbout_area .finanlearnabout_cover .finanlearnabout_box h4 { width:auto; float:left; position:relative; padding-bottom:30px; margin-bottom:40px; }
.finlearnbout_area .finanlearnabout_cover .finanlearnabout_box h4:after { position:absolute; content:""; left:0; bottom:0; background: #FF6700; width:100%; height:7px; }
.finlearnbout_area .finanlearnabout_box .finanlearnabout_itemtitle { display:none; }
.finlearnbout_area .finanlearnabout_box .finanlearnabout_boxtext { width:100%; float:left; color: #1D1D1D; font-size: 22px; line-height: 24px; font-weight:bold; }
.finlearnbout_area .finanlearnabout_box .finanlearnabout_boxtext em{ width:100%; float:left; color: #1D1D1D; font-size: 22px; line-height: 32px; font-weight:normal; margin-bottom: 20px;}
.finlearnbout_area .finanlearnabout_box ul { width:100%; float:left; padding:0; margin:0; list-style:none; } 
.finlearnbout_area .finanlearnabout_box ul li { width:100%; float:left; margin-bottom:15px; margin-left:20px;}  
.finlearnbout_area .finanlearnabout_box ul li::before {content: "•";
  display: inline-block; width: 1em;
  margin-left: -1em}
.trustedsecure_area { padding:50px 0; float:left; width:100%; }
.trustedsecure_area h3 {   }   
.trustedsecure_area .trustedsecure_cover { width:100%; float:left; margin-top:80px; text-align:center; } 
.trustedsecure_area .trustedsecure_cover .trustedsecure_box { width:25%; float:none; display:inline-block; vertical-align:top; margin-right:-5px; margin-bottom:30px; padding:0 15px; } 
.trustedsecure_area .trustedsecure_cover .trustedsecure_box h4 { width:100%; float:left; position:relative;  padding:0 0 10px; }
.trustedsecure_area .trustedsecure_cover .trustedsecure_box { color: #1D1D1D; font-weight: 600; font-size: 22px; line-height: 24px; } 

.trustedkeypoint_area { padding:50px 0; float:left; width:100%; }
.trustedkeypoint_area h3 {   }   
.trustedkeypoint_area .trustedkeypoint_cover { width:100%; float:left; margin-top:40px;  -webkit-column-count: 2; -moz-column-count: 2;  column-count: 2; } 
.trustedkeypoint_area .trustedkeypoint_cover .trustedkeypoint_box { width:100%; float:left; display:flex; break-inside: avoid-column; margin-bottom:20px; padding:0 15px; color: #585858; font-size: 22px; line-height: 28px; } 
.trustedkeypoint_area .trustedkeypoint_cover .trustedkeypoint_box p:first-child { padding-top:0; }
.trustedkeypoint_area .point_count { color: #4D4D4D; text-transform: uppercase; font-family: 'Teko',sans-serif; font-weight: bold; font-size: 42px; line-height: 60px; margin-right:30px; }
 

.leaseapplicion_area { padding:80px 0; float:left; width:100%; position:relative; z-index:1; }
.leaseapplicion_area h3 {  }  
.leaseapplicion_area .finantestional_left { width:50%; float:left; padding-right:80px; text-align:left; } 
.leaseapplicion_area .finantestional_left p span { display:block; font-weight: bold; font-size: 22px; line-height: 30px;}
.leaseapplicion_area .finantestional_left p strong { color: #1D1D1D; margin-bottom:20px; display: block; font-size: 33px;line-height: 40px; }
.leaseapplicion_area .finantestional_lefttext { margin-top:20px; }
.leaseapplicion_area .section_title h3:before { left:0; transform:translate(0); -webkit-transform:translate(0); -moz-transform:translate(0); }
.leaseapplicion_area .finantestional_btn { margin-top:30px; }
.leaseapplicion_area .finantestional_formmain { width:50%; float:left; padding:50px; background: #1f5a80; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); color:#fff; font-weight: normal; font-size: 18px; line-height: 26px; } 
.leaseapplicion_area .finantestional_formmain h4 { color:#fff; padding:0; }
.leaseapplicion_area .finantestional_formmain .finantestional_formtext { margin-bottom:24px; }
.leaseapplicion_area .finantestional_formmain .finantestional_formtext p { padding:0; }
.leaseapplicion_area .finantestional_formmain h3 { display:none; }
.leaseapplicion_area .finantestional_form form label { color:#fff; font-size:22px; line-height:26px; font-weight: 600; margin-bottom:10px; width: 100%; float: left; }
.leaseapplicion_area .finantestional_form form input { padding:10px 15px; }
.leaseapplicion_area .finantestional_form form .hs_submit { width:100%; float:left; text-align:right; }
.leaseapplicion_area .finantestional_form form .hs-button { background: #ed6d1f; min-width:185px; float:right; box-shadow: 4px 4px 8px rgba(0,0,0,0.15); letter-spacing: 1px; text-transform: uppercase; color: #fff; font-weight: bold; font-size: 16px; font-family: 'Oswald',sans-serif; padding: 15px 30px; display: inline-block; height:auto; } 
.leaseapplicion_area .finantestional_form form .hs-button:hover { background:#fff; color:#ed6d1f; }
.leaseapplicion_area .finantestional_form form .form-columns-1 .input { margin-right:0 !important; color:#000;}
.leaseapplicion_area .finantestional_form form .hs-error-msgs label { font-size:16px; line-height:24px; color:#f00;  }
 
.finantestional_area { padding:100px 0; float:left; width:100%; }
.finantestional_area h3 {   }  
.finantestional_area .finantestional_cover { width:100%; float:left; text-align:center; }
.finantestional_area .finantestional_box { width:100%;  font-weight: 600; font-size: 27px; line-height: 36px; }
.finantestional_area .finantestional_box .finantestional_boxinner { max-width:450px; float:none; display:inline-block; width:100%; }
.finantestional_area .finantestional_box .finantestional_icon img { max-width:50px; float:none; display:inline-block; }
.finantestional_area .finantestional_box .finantestional_icon { margin-bottom:30px; }
.finantestional_area .finantestional_box .finantestional_clienttext p { padding:10px 0; } 
.finantestional_area .finantestional_box .finantestional_clienttext { font-style: italic; color:#1D1D1D; position:relative; margin-bottom:15px; padding-bottom:15px; }
.finantestional_area .finantestional_box .finantestional_clienttext:after { position:absolute; content:""; left:50%; bottom:0; margin-left:-18px; width:36px; height:4px; background: #ed6d1f; }
.finantestional_area .finantestional_box .clientname { width:100%; color: #585858; font-weight: 600;font-size: 20px; line-height: 28px; } 

/*-schedule-demo-*/ 
.schedule_hero .hero-bg { }
.schedule_hero .hero-bg:before { position:absolute; content:""; left:0; top:0; width:100%; height:100%; background:#1f5a80; opacity:0.8; }

.trucklocations_area { width:100%; display:inline-block; padding:100px 0; } 
.trucklocations_area .container { display:flex; flex-wrap:wrap; }
.trucklocations_area .trucklocations_left { width:60%; text-align:left; padding-right:150px; }  
.trucklocations_area .section_title { text-align:left; }
.trucklocations_area .section_title h3 { margin-bottom:25px; }  
.trucklocations_area .section_title h3:before { left:0; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); }
.trucklocations_area .trucklocations_right { width:40%; }  

.scheduleform_area.leaseapplicion_area { padding-bottom:100px; }
.scheduleform_area.leaseapplicion_area .finantestional_lefttext { margin-top:0; }  
.scheduleform_area.leaseapplicion_area .finantestional_lefttext p:first-child { padding-top:0; }
.scheduleform_area.leaseapplicion_area .finantestional_leftimg { margin-top:40px; }
.scheduleform_area.leaseapplicion_area .finantestional_formmain h4 { position:relative; margin-bottom:30px; padding-bottom:15px; }
.scheduleform_area.leaseapplicion_area .finantestional_formmain h4:before { position: absolute; content: ""; left: 0; bottom: 0; width: 290px; height: 7px; background: #ed6d1f;; }

/**/
.testimonial-section { width: 100%; float: left; position: relative; z-index: 1; overflow:hidden;}
.testimonial-section .cover .box:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #401A00; opacity: 0.75; z-index: -1; }
.testimonial-section .details { font-weight: bold; font-size: 40px; line-height: 55px; color: #FFFFFF; max-width: 683px; width: 100%; margin: auto; padding-bottom: 40px; }
.testimonial-section .client-name { width: 100%; float: left; text-align: right; }
.testimonial-section .client-name h5 { color: #FFFFFF; font-weight: normal; font-size: 30px; line-height: 28px; font-family: 'Source Sans Pro', sans-serif; padding-bottom: 40px; }
.testimonial-section .cover .box{ width: 100%; float: left; padding: 100px 0px 40px; position: relative; overflow: hidden;z-index:1; }
.testimonial-section .cover:before { content: ' '; top: auto; bottom: 0; left: 0; position: absolute; width: 0; height: 0; border-bottom: 180px solid #fff; border-right: 555px solid transparent; z-index:1; }
.testimonial-section .cover:after { content: ' '; top: -164px; left: auto; position: absolute; width: 0; height: 0; right: -100px; border-bottom: 220px solid white; border-left: 661px solid transparent; transform: rotate(376deg); }
.testimonial-section .cover ul.slick-dots { position: absolute; bottom: 40px; }
/**/
.schoolgov_area { width:100%; display:inline-block; position:relative; z-index:1; padding:50px 0 100px; }    
.schoolgov_area .schoolgov_schoolleft { width:60%; float:left; text-align:left; padding-right:50px; }
.schoolgov_area .schoolgov_schoolleft p { padding:10px 0; }      
.schoolgov_area .section_title h3 { width:100%; text-align:left; }
.schoolgov_area .section_title h3:before { left:0; transform:translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); }
.schoolgov_area .schoolgov_schoolright { width:40%; float:left; }
.schoolgov_area .schoolslider_imgbox .schoolslider_img { width:100%; height:280px; }
.schoolgov_area .schoolgov_schrighttext { margin-top:30px; width:100%; display:inline-block; color: #706F6F; text-transform: uppercase;  font-weight: 600; font-size: 22px; line-height: 34px; }
.schoolgov_area .schoolgov_schrighttext h5 { position:relative; margin-bottom:20px; padding-bottom:20px; }
.schoolgov_area .schoolgov_schrighttext h5:before { position: absolute; content: ""; left: 0; bottom: 0; max-width:230px; width: 100%; height: 7px; background: #ed6d1f; }
.schoolgov_area .schoolgov_schrighttext .schoolgov_schrightinfo p:first-child { padding-top:0; }

.schoolgov_area .schoolgov_topgover { margin-top:150px; width:100%; float:left; text-align:left; }
.schoolgov_area .schoolgov_topgover .government_letimg { width:60%; float:left; padding-right:40px; }
.schoolgov_area .schoolgov_topgover .government_righttext { width:40%; float:left; text-align:left; }
.schoolgov_area .schoolgov_topgover .government_righttext a {  } 

.hero-section.schedule_hero .hero-content .content { max-width:800px; }
 
.finantestional_left .scc-logo{margin-top:25px;}
.finantestional_left .scc-logo img{max-width:150px;}






@media (min-width:2000px){

    .row-fluid .ironwork-section .container {max-width: 1200px;}
    .ironwork-section .left-part{padding-left:0;}
    .ironwork-section .right-part{padding-right:0;padding-top: 0px;}
    .saws-section:before{ height: 860px; top: -212px;}
}


@media (max-width:2000px) and (min-width:1350px){

    .row-fluid .ironwork-section .container {max-width: 100%;}
    .ironwork-section .right-part {padding-right: calc((100% - 1170px) / 2);padding-top: 115px;}
    .ironwork-section .left-part {padding-left: calc((100% - 1283px) / 2);}
    .saws-section:before {top: -282px;height: 930px;}
    .ironwork-section .cover { align-items: inherit}
    
    
    
}

@media (max-width:1349px){
    .ironwork-section .right-part h3:before{left: -319px;    width: 287px;}
}


@media (max-width:1500px){

    .testimonial-section .cover:before { border-bottom: 130px solid #fff; border-right: 385px solid transparent; }
    .testimonial-section .cover:after { border-bottom: 226px solid white; border-left: 421px solid transparent; }

}
  


@media (max-width:1199px){

    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part .box .box-details ul li:first-child a { font-size: 21px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part .button a { font-size: 15px; padding: 9px 20px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part ul li a { font-size: 24px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part ul li { padding: 7px 0px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part .cover { height: 300px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .left-part { padding-right: 70px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(3)>ul .mega-box-3 .right-part { padding-top: 52px; }
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li:nth-child(4)>ul .mega-box-4 .left-part .bio { font-size: 34px; line-height: 47px; }


    .row-fluid .container { max-width:992px; }
    h2 { font-size: 70px; line-height: 60px; }
    .ironwork-section .cover { align-items: inherit; }
    .ironwork-section .right-part { padding-top: 70px; }
    .ironwork-section .right-part h3:before { width: 225px; left: -258px; }
    .saws-section .right-part h3:after { width: 525px; }
    .saws-section .right-part { margin-top: -185px; }
    .saws-section { padding-top: 64px; }
    .saws-section:before { height: 769px; top: -100px;}
    .product-section .product-box .content li { font-size: 22px; line-height: 32px;}
    .product-section .product-box h3 { font-size: 40px; line-height: 38px; }
    .product-section { padding: 70px 0px 70px; }
    h3 { font-size: 48px; line-height: 45px; }
    .row-fluid .footer-section .footer-box { padding-left: 40px; }
    .row-fluid .footer-section .footer-box:last-child { padding-left: 0; }
    .testimonial-section .cover:before { border-bottom: 105px solid #fff; border-right: 385px solid transparent;}
    .row-fluid .header-section .bottom-section .mainmenu .hs-menu-wrapper>ul>li{ padding: 25px 16px;}
    
    /**/
    .finanworkes_area .finanworkes_box h4:after { width: 50px; height: 29px; background-size:100%; top: 12px; margin-left: -8px; }
    .finanworkes_area { padding:40px 0; }
    
    .finlearnbout_area .finanabout_title { margin-top:20px; }
    .finlearnbout_area .finanlearnabout_cover { margin-top:40px; }
    
    .leaseapplicion_area .finantestional_left { padding-right: 60px; }
    .leaseapplicion_area .finantestional_formmain { padding:40px; }    
    
    .finantestional_area { padding:50px 0; }
    .leaseapplicion_area { padding:60px 0; }  
    
    .trucklocations_area .trucklocations_left { padding-right: 80px; }
    
    .hero-section.schedule_hero { padding-bottom:150px; }
    .hero-section.schedule_hero:after { height:200px; }
    
    
    

}



@media (max-width:991px){


    /* ====== Mega Menu CSS ===== */

    .mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
        border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; max-width: none;width: 100%;height: auto;
        line-height: 1; font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff;}
    a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 26px; right: 15px; width: 44px; height: 44px; padding: 12px 10px;
        background: #ed6d1f; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
        border-radius: 6px; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;}
    a.mobile-trigger:hover { text-decoration: none; color: #fff;}
    a.mobile-trigger span{ display: inline;}
    a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }
    a.mobile-trigger span:after{ position: relative; right: 2px; content: 'Close'; 
        background-color: #3c455c; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }

    /* Change button when menu is open */
    .mobile-open a.mobile-trigger{ -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; }
    .mobile-open a.mobile-trigger span:after{ opacity: 1; }

    /* Toggle Button Icon & Animations */
    a.mobile-trigger i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;
        transition-duration: 0s; transition-delay: .2s;}
    a.mobile-trigger i:before, a.mobile-trigger i:after { position: absolute; content: '';}
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 24px; height: 3px; background-color: #fff; display: inline-block;}
    a.mobile-trigger i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
    a.mobile-trigger i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
    .mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
    .mobile-open a.mobile-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
    .mobile-open a.mobile-trigger i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}

    /* Child Toggle Button */
    span.child-triggerm { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 45px !important; 
        padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20);}
    span.child-triggerm:hover { text-decoration: none;}

    /* Child Toggle Button Icon & Animations */
    span.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
    span.child-triggerm span:after { position: absolute; content: '';}
    span.child-triggerm span, span.child-triggerm span:after { width: 10px; height: 1px; background-color: #fff; display: block;}
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #FFF; }
    span.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
        transition-duration: .2s;}
    span.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
        transition-duration: .2s;}
    span.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
        transition-duration: .2s;}

    /* Menu Styles on Mobile Devices */ 
    .mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{ display: none;} 
    .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none;}
    .mainmenu.js-enabled .hs-menu-flow-horizontal{ position: absolute; top: 100%; left: 0px; width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); background: #1f5a80; padding-top:0;}
    .mainmenu .hs-menu-flow-horizontal{ padding: 40px 0 0 0; background-color: #3c455c; width: 100%; z-index: 8888;}
    .mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative;}
    .mainmenu .hs-menu-flow-horizontal > ul > li a{ font-size: 17px; line-height: 45px; overflow: visible;}
    .mainmenu .hs-menu-flow-horizontal ul li{ border-top: 1px dotted rgba(255, 255, 255, .35); }
    .mainmenu .hs-menu-flow-horizontal ul li a{ padding: 0 10px;}
    .mainmenu .hs-menu-flow-horizontal ul li a:hover{ color: #fff; }
    .mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
    .mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px; font-size: 16px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{ text-indent: 30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{ text-indent: 50px;}                                                                                    
    .mainmenu .hs-menu-flow-horizontal ul li {position: relative;}
    .mainmenu .hs-menu-flow-horizontal>ul>li:first-child {border-top: 0;}


    .row-fluid .desktop-header{display:none;}
    .row-fluid .mobile-header{display:block;}

    .row-fluid .mobile-header { width: 100%; float: left; position: absolute; top: 0; left: 0; z-index: 99; padding: 20px 0px; }
    .row-fluid .mobile-header .left-part { width: 170px; float: left; }
    .row-fluid .mobile-header .right-part { width: calc(100% - 170px); float: left; margin: 0; padding-left: 30px; }
    .row-fluid .mobile-header .right-part .mainmenu { width: 70px; float: left; }
    .row-fluid .mobile-header .right-part .header-search { width: calc(100% - 70px); text-align: right; }
    .row-fluid .mobile-header .right-part .header-search .search-button { color: #fff; font-size: 22px; cursor: pointer; height: 39px; width: 25px; float: right; }
    .row-fluid .mobile-header .header-container > div > div { display: flex; align-items: center; }
    .row-fluid .mobile-header .right-part .header-search .search-box { position: absolute; top: 79%; left: auto; width: 320px; background: #1f5a80; padding: 10px; right: 0; opacity: 0; transition: all 0.3s; visibility: hidden; }
    .row-fluid .mobile-header .right-part .header-search .search-box form { position: relative; }
    .row-fluid .mobile-header .right-part .header-search .search-box form button { position: absolute; top: 0; left: auto; right: 0; height: 42px; background: transparent; }
    .row-fluid .mobile-header .right-part .header-search .search-box form input.hs-search-field__input { height: 40px; }
    .row-fluid .mobile-header .right-part .header-search .search-box form button svg { height: 12px; }
    .search-open .row-fluid .mobile-header .right-part .header-search .search-box { opacity: 1; visibility: visible; }

 
    .row-fluid .container { max-width:768px; }
    h1 { font-size: 105px; line-height: 85px; }
    .right-tool-section { padding: 10px 0px 40px; }
    h2 { font-size: 60px; line-height: 55px; }
    .ironwork-section { padding: 50px 0px 90px; }
    .ironwork-section .right-part .content { font-size: 22px; line-height: 32px; }
    .saws-section .right-part { margin-top: -149px; }
    .saws-section .right-part h3 { padding-bottom: 0; }
    .saws-section .right-part .content { max-width: 485px; font-size: 22px; line-height: 32px; }
    .saws-section:before { height: 621px; }
    .saws-section { padding-top: 40px; }
    .saws-section .right-part h3:after { width: 388px; top: 31px; }
    .product-section .product-box { width: calc(100% / 1 - 34px); margin-bottom: 90px; padding: 0;}
    .product-section .product-box .content li { padding-bottom: 10px; }
    .product-section .product-box .product-img { height: auto; justify-content: end; }
    .product-section .product-box:last-child { margin-bottom: 20px; }
    .ironwork-section .right-part h3:before { width: 185px; left: -211px; top: 29px; }
    .testimonial-section .details { font-size: 37px; line-height: 46px; }
    .sets-section { padding: 100px 0px 80px; }
    h3 { font-size: 41px; line-height: 40px; }
    .topic-post-section .post-box .left-part h3 { font-size: 34px; line-height: 40px; }
    .topic-post-section .post-box .left-part .post-content { font-size: 21px; line-height: 30px; }
    .row-fluid .footer-section .footer-box:first-child { width: 100%; text-align: center; padding-bottom: 50px; }
    .row-fluid .footer-section .footer-box { width: calc(100% / 3); margin: 0; }
    .row-fluid .footer-section .footer-logo { width: 100%; max-width: 100%; }
    .row-fluid .footer-section .footer-logo img { width: 240px; }
    .row-fluid .footer-section { padding-top: 60px; }
    .product-section .product-box h3{ padding-top: 40px;}
    .testimonial-section .cover:before {border-bottom: 85px solid #fff; border-right: 325px solid transparent;}
    .ironwork-section .right-part {padding-top: 51px;}
    
    /**/
    .finanworkes_area .finanworkes_box h4:after { width: 40px; height: 25px; background-size: 100%; margin-left: -15px; top:14px; }
    .finanworkes_area .finanworkes_cover .finanworkes_box { padding:0 10px; font-size: 18px; line-height: 24px; }
    .finanworkes_area .finanworkes_cover .finanworkes_box p:first-child { padding-top:0; }
    .finanworkes_area .finanworkes_box h4 { font-size:40px; } 
    .finanworkes_area { padding:40px 0; }
    
    .finlearnbout_area { padding:40px 0; } 
    .finlearnbout_area .finanabout_title { margin-top:20px; }
    .finlearnbout_area .finanlearnabout_cover { margin-top:30px; }
    
    .trustedsecure_area { padding:40px 0 0; }
    .trustedsecure_area .trustedsecure_cover { margin-top: 30px; }
    .trustedsecure_area .trustedsecure_cover .trustedsecure_box { font-size: 18px; }
    
    .trustedkeypoint_area { padding:30px 0; }
    .leaseapplicion_area { padding:40px 0; }
    .leaseapplicion_area .finantestional_left { padding-right:50px; font-size:22px; }
    .leaseapplicion_area .finantestional_lefttext { margin:0: }
    .leaseapplicion_area .finantestional_formmain { padding:30px; }
    .leaseapplicion_area .finantestional_formmain h4 { font-size: 40px;  line-height: 48px; }
    
    .finantestional_area { padding:60px 0; }
     
    /**/
    .leaseapplicion_area .finantestional_form form label { font-size: 18px;  line-height: 24px; }
    .trucklocations_area { padding:60px 0; }  
    .trucklocations_area .trucklocations_left { padding-right:50px; font-size: 20px;line-height: 32px; }
    
    .hero-section.schedule_hero:after { height:200px; }
    .hero-section.schedule_hero { padding-bottom:160px; }
    .schoolgov_area .schoolgov_schoolleft { width:55%; }
    .schoolgov_area .schoolgov_schoolright { width:45%; }
    
    .schoolgov_area .schoolgov_topgover .government_letimg { width:55%; }
    .schoolgov_area .schoolgov_topgover .government_righttext { width:45%; }
    .schoolgov_area { padding:50px 0 60px; }
     
    

}



@media (max-width:767px){

    h1{font-size:70px;line-height:55px;}
    body { font-size:20px; line-height:26px; }
    
    .hero-section{padding:160px 0px 260px;}
    .right-tool-section{ margin-top: -60px;}
    .right-tool-section .cover .left-part{width:100%;padding-right:0;font-size:20px;line-height:30px;}
    .right-tool-section .cover .right-part{width:100%;padding-left:0;}
    h2{font-size:50px;line-height:48px;}
    .right-tool-section h2:before{width:200px;}
    .right-tool-section h2{margin-bottom:35px;}
    .right-tool-section .cover .left-part p{padding-bottom:15px;padding-top:0;}
    .right-tool-section .cover .right-part .right-cover .bio{font-size:22px;line-height:33px;}
    .right-tool-section .cover .right-part .right-cover{max-width:100%;}
    .ironwork-section{padding:20px 0px 50px;}
    .ironwork-section .cover{display:block;}
    .ironwork-section .left-part{width:100%;text-align:center;padding-right:0;}
    .ironwork-section .left-part img{max-width:250px;width:100%;}
    .ironwork-section .right-part{width:100%;padding-left:0;padding-top:30px;}
    .ironwork-section .right-part h3{padding-left:38px;}
    .ironwork-section .right-part h3:before{left:0;width:25px;}
    .ironwork-section .right-part .content p{padding-top:0;}
    .ironwork-section .right-part .content{font-size:20px;line-height:30px;}
    .ironwork-section .right-part .link a{font-size:22px;}
    .saws-section:before{top:0;height:400px;}
    .saws-section .right-part{margin-top:0;padding-top:30px;}
    .saws-section .left-part img{max-width:400px;}
    .saws-section .left-part{padding-top:42px;}
    .saws-section .right-part .content p{padding-top:0;}
    .saws-section .right-part .content{font-size:20px;line-height:30px;}
    .saws-section .right-part h3{padding-bottom:15px;padding-left:38px;}
    .saws-section .right-part h3:after{left:0;width:25px;}
    .product-section .product-box h3{padding-top:30px;font-size:35px;line-height:35px;}
    .product-section .product-box{margin-bottom:60px;}
    .product-section .product-box .content li{font-size:20px;line-height:27px;}
    .product-section .product-box .link a{font-size:22px;}
    .product-section{padding:70px 0px 40px;}
    .testimonial-section .details{font-size:28px;line-height:38px;}
    .testimonial-section .cover:before{border-bottom:55px solid #fff;border-right:245px solid transparent;}
    .testimonial-section .cover:after{border-bottom:203px solid white;border-left:310px solid transparent;top:-161px;}
    .testimonial-section .client-name h5{font-size:25px;}
    .sets-section{padding:70px 0px 40px;}
    .sets-section .left-part{width:100%;padding-right:0;}
    .sets-section .right-part{width:100%;padding-left:0;padding-top:30px;}
    .sets-section .right-part h3{font-size:35px;line-height:40px;margin-bottom:30px;}
    .sets-section .right-part h3:before{left:0;width:165px;}
    .sets-section .right-part .content{font-size:20px;line-height:30px;}
    .sets-section .right-part .content p{padding-top:0;}
    .topic-post-section .post-box{flex-wrap:wrap;flex-direction:column-reverse;}
    .topic-post-section .post-box .left-part{width:100%;}
    .topic-post-section .post-box .right-part{width:100%;height:300px;}
    .topic-post-section .post-box .left-part h3{font-size:29px;line-height:35px;padding-top:0;}
    .topic-post-section .post-box .left-part .post-content{font-size:20px;line-height:30px;}
    .instagram-section{padding:50px 0px;}
    .instagram-section h2{font-size:40px;line-height:46px;}
    .instagram-section h2:before{width:190px;}
    .qualifi_video_code.fancybox-content video{width:100%;height:100%;}
    .row-fluid .footer-section .footer-box{width:100%;padding-left:0;text-align:center;padding-bottom:40px;}
    .row-fluid .footer-section .footer-box .title h4{font-size:23px;}
    .row-fluid .footer-section .footer-box .footer-menu ul li a{font-size:17px;}
    .row-fluid .footer-section .footer-box:last-child{padding-bottom:10px;}
    .row-fluid .footer-bottom{text-align:center;}
    .row-fluid .footer-section .footer-logo img{width:220px;}
    .saws-section .right-part .link a{ font-size: 22px;}

    /**/
    .instagram-section h2 { margin-bottom:40px; }
    .instagram_gallery { width:100%; float:left; }
    .instagram_gallery a { width:33.33%; float:left; padding:5px; }
    .instagram-section .instagram_gallery img { margin:0 !important; width:100% !important; }
    
    /**/
    .finanworkes_area .finanworkes_cover .finanworkes_box { width:100%; margin-bottom:30px; padding:0; }
    .finanworkes_area .finanworkes_cover .finanworkes_box:last-child { margin-bottom:20px; }
    .finanworkes_area .finanworkes_cover .finanworkes_box p:first-child { padding-top:0; }
    .finanworkes_area .finanworkes_box h4:after { display:none; }
    .finanworkes_area .finanworkes_cover { margin-top:40px; }
    .finanworkes_area { padding:30px 0; }  
    
    .hero-section .finanhero_btnimg { display:block; }
    .hero-section .finanhero_logoimg { margin:40px 0 0; }
    
    .finlearnbout_area .finanlearnabout_cover { margin-top:20px; }
    .finlearnbout_area .finanlearnabout_cover .finanlearnabout_box h4 { margin-bottom:20px; padding-bottom: 20px; font-size: 34px;  line-height: 40px; }
    .finlearnbout_area { padding:30px 0; }
    .finlearnbout_area .finanlearnabout_box .finanlearnabout_boxtext { font-size: 18px; line-height: 24px; }
    .finlearnbout_area .finanlearnabout_cover .finanlearnabout_box { margin-bottom:50px; }
    .finlearnbout_area .finanabout_title ul li { margin:0 10px; }  
    
    .trustedsecure_area { padding:30px 0; }
    .trustedsecure_area .trustedsecure_cover .trustedsecure_box { width:100%; padding:0; }
    .trustedsecure_area .trustedsecure_cover .trustedsecure_box:last-child { margin-bottom:0; }
    .trustedsecure_area .trustedsecure_cover { margin-top:30px; }
    
    .trustedkeypoint_area { padding:30px 0; }
    .trustedkeypoint_area .trustedkeypoint_cover { margin-top:20px; }
  .trustedkeypoint_area .trustedkeypoint_cover { width:100%; float:left; margin-top:40px;  -webkit-column-count: 1; -moz-column-count: 1;  column-count: 1; } 

    .trustedkeypoint_area .trustedkeypoint_cover .trustedkeypoint_box { width:100%; padding:0; }
    .trustedkeypoint_area .trustedkeypoint_cover .trustedkeypoint_box:last-child { margin-bottom:0; }
    .trustedkeypoint_area .point_count { font-size: 38px; line-height: 50px; margin-right: 20px; }  
    
    .leaseapplicion_area { padding:30px 0; }
    .leaseapplicion_area .finantestional_left { width:100%; padding:0; }
    .leaseapplicion_area .finantestional_formmain { width:100%; padding:25px; margin-top:50px; }
    .leaseapplicion_area .finantestional_lefttext { font-size: 18px; line-height: 26px;margin-top: 0;  }
    .leaseapplicion_area .finantestional_lefttext p { padding:10px 0; }
    .leaseapplicion_area .finantestional_formmain h4 { font-size: 36px; line-height: 42px; }
    .leaseapplicion_area .finantestional_formmain h3 { display:none; }
    .leaseapplicion_area .finantestional_form form .hs_submit { text-align:center; }
    .leaseapplicion_area .finantestional_form form .hs_submit .hs-button { display:inline-block; float:none; }
    
    .finantestional_area { padding:30px 0; }
    .finantestional_area .finantestional_box { font-size: 22px;line-height: 30px; } 
    
    .scheduleform_area.leaseapplicion_area .finantestional_formmain h4:before { width:100%; }     
    .scheduleform_area.leaseapplicion_area { padding-bottom:40px;   }  
    .leaseapplicion_area .finantestional_left { text-align:center; } 
    .leaseapplicion_area .finantestional_formmain {   }
    
    .trucklocations_area { padding:50px 0; text-align:center; }
    .trucklocations_area .trucklocations_left { width:100%; padding:0 0 30px; text-align:center; } 
    .trucklocations_area .trucklocations_right { width:100%; }
    
    
    .testimonial-section .cover { padding:50px 0; }  
    .testimonial-section .details { font-size: 30px; line-height: 40px; }
    .testimonial-section .cover:before,.testimonial-section .cover:after { display:none; }
    .testimonial-section .client-name h5 { padding-bottom:0; }
    
    /**/
    .schoolgov_area .schoolgov_schoolleft { width:100%; padding:0; } 
    .schoolgov_area .schoolgov_schoolright {  width:100%; margin-top:30px; }
    
    .schoolgov_area { padding:40px 0; text-align:center; }
    .schoolgov_area .schoolgov_topgover { margin-top:0; }
    .schoolgov_area .section_title h3 { text-align:center; }
    .schoolgov_area .schoolgov_schrighttext h5:before { left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); } 
    .schoolgov_area .section_title h3:before { left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); }
    .schoolgov_area .schoolgov_topgover .government_letimg { width:100%; padding:20px 0 0; text-align:center; }
    .schoolgov_area .schoolgov_schoolleft { text-align:center; }
    .schoolgov_area .schoolgov_topgover .government_righttext { width:100%; text-align:center; padding-top:40px; }
    .schoolgov_area .schoolgov_schoolslider { max-width:400px; margin:0 auto; float:none; } 
    
    .hero-section.schedule_hero:after { height:170px; }
    .hero-section.schedule_hero { padding-bottom:60px; }
    
    .landing_header { text-align:center; }
    .landing_header .mobile-header .left-part { width:100%; }
    
    .testimonial-section .cover .box{padding: 50px 0px 50px;}
    .testimonial-section .cover ul.slick-dots{bottom:10px;}

}



@media (max-width:480px){

    h1 { font-size: 50px; line-height: 48px; }
    .hero-section .hero-content .content { font-size: 23px; line-height: 32px; }
    .orange-btn a { padding: 12px 20px; }
    .hero-section { padding: 160px 0px 220px; }
    h2 { font-size: 38px; line-height: 41px; }
    .right-tool-section { margin-top: -80px; }
    .right-tool-section h2:before { width: 160px; }
    h3 { font-size: 35px; line-height: 35px; }
    .ironwork-section .right-part h3:before { top: 27px; }
    .saws-section .left-part img { max-width: 290px; }
    .saws-section:before { height: 320px; }
    .saws-section .right-part h3:after { top: 27px; }
    .product-section .product-box .product-img img { max-width: 150px; }
    .product-section .product-box:last-child .product-img img { max-width: 200px; }
    .testimonial-section .details { font-size: 25px; line-height: 36px; padding-bottom: 10px; }
    .testimonial-section .client-name h5 { font-size: 21px; }
    .testimonial-section .cover:before { border-bottom: 55px solid #fff; border-right: 205px solid transparent; }
    .sets-section { padding: 60px 0px 40px; }
    .sets-section .left-part .qualifi_video { height: 280px; }
    .sets-section .right-part h3 { font-size: 31px; line-height: 34px; }
    .sets-section .right-part h3:before { width: 145px; bottom: 3px; }
    .topic-post-section .post-box .right-part { height: 270px; }
    .topic-post-section .post-box .left-part { padding: 25px; }
    .topic-post-section .post-box .left-part h3 { font-size: 26px; line-height: 32px; letter-spacing: 0.5px; }
    .topic-post-section .post-box .left-part .post-content { font-size: 18px; line-height: 27px; }
    .topic-post-section .post-box .left-part .orange-btn a { padding: 7px 32px; }
    .instagram-section h2 { font-size: 34px; line-height: 40px; }
    .instagram-section h2:before { width: 160px; }
    .row-fluid .footer-bottom p, .row-fluid .footer-bottom a { font-size: 12px; }
    .row-fluid .footer-section .footer-box .footer-menu ul li { padding-left: 0; }

    .instagram_gallery a { width:50%; float:left; padding:5px; }
    .instagram-section .instagram_gallery img { margin:0 !important; width:100% !important; }
    
}