/* @import url('http://example.com/example_style.css'); */
@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; */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

*, *: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', sans-serif; font-size:27px; line-height:36px; color:#585858; background:#fff; 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 }

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:#1F5A80; }

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

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


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



.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: 13px 30px; display: inline-block;}
.orange-btn a:hover{background: #1F5A80;}

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

.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);margin-left:0px; }
.row-fluid .header-section .top-section .image-new{display:flex;justify-content:flex-end;align-items:center;}
.row-fluid .header-section .top-section .image-new span.hs_cos_wrapper{display:flex;}
.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; }

/* 11-08-2021-59 */
.tooling-body-wrap .cht-section .cover { max-width: 770px; }
.punch-main-wrap { color: #1D1D1D; margin-top: 155px; }
.punch-main-wrap .punch-heading { position: relative; margin-bottom: 20px; padding-bottom: 31px; }
.punch-main-wrap .punch-heading:before { content: ' '; top: auto; bottom: -5px; left: 0; right: 0; background: #ED6D1F; height: 7px; width: 326px; position: absolute; }
.punch-main-wrap .punch-heading2 { position: relative; margin-bottom: 20px; padding-bottom: 31px; }
.punch-main-wrap .punch-heading2:before { content: ' '; top: auto; bottom: -5px; left: 0; right: 0; background: #ED6D1F; height: 7px; width: 326px; position: absolute; }
.punch-main-wrap .punch-test { position: relative; margin-bottom: 20px; padding-bottom: 31px; }
.punch-main-wrap .punch-test:before { content: ' '; top: auto; bottom: -5px; left: 0; right: 0; background: #ED6D1F; height: 7px; width: 326px; position: absolute; }
.punch-heading-content { display: inline-block; width: 100%; padding-bottom: 75px; }
.punch-main-content p { padding-bottom: 0px; padding-top: 11px; }
.punch-repeat-heading h4 { padding-bottom: 5px; font-size: 48px; }
.punch-repeat-content p:first-child { padding-top: 0px; }

.punch-repeat-heading-content { padding-bottom: 75px; }
.punch-dies-details p { padding-bottom: 0px; padding-top: 10px; }
.punch-dies-heading h5 { padding-top: 0px; padding-bottom: 0px; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.punch-dies-heading { padding-bottom: 6px; }
.punch-dies-left-wrap { width: 60%; }
.punch-dies-right-wrap { width: 40%; text-align: center; }
.punch-dies-main-details-wrap { display: flex; padding-bottom: 145px; }
.punch-dies-btn { margin-top: 100px; }
.punch-dies-btn a { line-height: 23px; padding: 16px 50px; }
.punch-dies-main-details-wrap.last-sections { padding-bottom: 65px; }

/*  video */
.punch-video-main-wrap { display: flex; flex-flow: wrap; margin-left: -15px; margin-right: -15px; }
.punch-video-wrap { background-size: 100% 100% !important; width: calc(100% / 3); padding: 15px; } 
.punch-video-wrap .qualifi_video_code { display: none; }
.punch-video-wrap .qualifi_video { width: 100%;  height: 156px; background-repeat: no-repeat; background-size: cover; background-position: center center; display: flex; align-items: center; justify-content: center; }
.punch-video-wrap .qualifi_video a img { height: 31px; width: 31px; object-fit: contain; }

.qualifi_video_code.fancybox-content { margin: 0; background: transparent; padding: 39px; }
.qualifi_video_code.fancybox-content button.fancybox-close-small:hover { background: #ED6D1F; }
.qualifi_video_code.fancybox-content button.fancybox-close-small { background: #ED6D1F; border-radius: 50%; }
.qualifi_video_code.fancybox-content button.fancybox-close-small svg { fill: #fff; stroke: #fff; }
.qualifi_video_code.fancybox-content video{outline: none;}

.punch-video-wrap h2 { text-align: center; position: relative; margin-bottom: 50px; }
.punch-video-wrap h2:before { content: ''; top: auto; bottom: -5px; left: 0; right: 0; margin: auto; background: #ed6d1f; height: 7px; width: 290px; position: absolute; }
.punch-video-wrap:before { content: ''; }
.punch-video-wrap:after { content: '';  }
 
.row-fluid .left-slide-menu-wrap { width: 400px; padding-right: 58px; position: sticky; top: 20px; padding-bottom:55px; }
.row-fluid .right-side-details-wrap { width: calc(100% - 400px); margin-left: 0px; }

.tooling-left-side-menu-wrap .nav_menu ul { padding-left: 0; margin-top: 15px; margin-bottom: 0px; border-left: 1px solid #121212; }
.tooling-left-side-menu-wrap .nav_menu ul li { display: inline-block; width: 100%; margin-bottom: 12px; padding-left: 29px; position: relative; }
.tooling-left-side-menu-wrap .nav_menu ul li:last-child { margin-bottom:0px; }
.tooling-left-side-menu-wrap .nav_menu ul li a { font-weight: bold; font-size: 22px; line-height: 23px; color: #121212; padding-bottom: 9px; display: inline-block; width: 100%; }
.tooling-left-side-menu-wrap .nav_menu ul li.active a { color: #005087; }
.tooling-left-side-menu-wrap .nav_menu ul li.active:before { height: 100%; }
.tooling-left-side-menu-wrap .nav_menu ul li:before { transition: all 300ms ease; width: 5px; content: ''; position: absolute; left: -3px; height: 0; background-color: #005087; }

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

.tabs-title strong,.tabs-title { font-size: 20px; line-height: 28px; position: relative; }
.tabs-title:after { content: '+'; position: absolute; right: 0; font-weight: 500; font-size: 32px; line-height: 30px; top: 0px; }
.tabs-title { margin-bottom: 36px; cursor:pointer; }
.tabs-title.active:after { content: '-'; font-size: 41px; line-height: 21px; }
.tabs-title2 strong,.tabs-title2 { font-size: 20px; line-height: 28px; position: relative; }
.tabs-title2:after { content: '+'; position: absolute; right: 0; font-weight: 500; font-size: 32px; line-height: 30px; top: 0px; }
.tabs-title2 { margin-bottom: 36px; cursor:pointer; }
.tabs-title2.active:after { content: '-'; font-size: 41px; line-height: 21px; }
.tab-content { padding-top: 25px; padding-bottom: 30px; }
.accessories-list-wrap { width: calc(100% / 4); padding: 0px 10px 9px; margin-bottom: 40px; position: relative; }
.accessories-wrap { display: flex; flex-flow: wrap; margin-left: -10px; margin-right: -10px; }
.accessories-list-img img { max-width: 100%; object-fit: contain; object-position: center center; }
.accessories-list-heading h6 { font-family: 'Source Sans Pro', sans-serif; font-weight: bold; color: #1D1D1D; padding-top: 0px; padding-bottom: 0px; }
.accessories-list-img { padding-bottom: 37px; }
.accessories-list-contanet { font-weight: normal; font-size: 18px; line-height: 21px; padding-bottom: 15px; }

.accessories-list-btn { line-height: 21px; position: absolute; bottom: 0; }
.accessories-list-btn a { font-size: 18px; line-height: 21px; font-weight: bold; opacity: 0; }
.accessories-list-wrap:hover .accessories-list-btn a { opacity:1; } 

.heading-content-btn-main-wrap .orange-btn { margin-top: 65px; }
.heading-content-btn-main-wrap .orange-btn a { font-weight: bold; font-size: 16px; line-height: 23px; padding: 16px 45px; }
/* .punch-main-wrap.heading-content-btn-main-wrap { padding-top: 35px; } */
.slide-menu-details-wrap { padding-top: 105px; padding-bottom:133px; }
.punch-dies-right-wrap ul.slick-dots li button { border: 0; background: #C4C4C4; }
.punch-dies-right-wrap ul.slick-dots li.slick-active button { transform: scale(1); background: #ED6D1F; }
.punch-main-wrap.accessories-main-wrap { margin-top: 90px; }
.row-fluid .right-side-details-wrap > div:first-child .punch-main-wrap { margin-top: 0px; }

.tooling-header-main-wrap .orange-btn { text-align: center; padding-top: 74px; }
.part-main-wrap .punch-heading-content { padding-bottom: 25px; }
.part-details-wrap .punch-dies-btn.orange-btn { margin-top: 23px; }
.part-details-img-wrap { padding-top: 35px; padding-bottom: 33px; max-width:400px;}

.part-list-main-wrap table { width: 100%; }
.part-list-main-wrap table th { text-align: left; color: #fff; padding: 4px 5px; font-weight: bold; font-size: 16px; line-height: 17px; }
.part-list-main-wrap table thead tr { background: #1F5A80; }
.part-list-main-wrap table td { font-size: 20px; line-height: 24px; padding: 8px 10px; color: #000000;  }
.part-list-main-wrap table tbody tr:nth-child(2n+2) { background: #CDE4F3; }
/*.part-list-main-wrap table th:last-child { width: 40%; }*/

.punch-video-main-wrap.video-img-main-wrap { padding-top: 53px; }
.qualifi_video_code.fancybox-content video { max-width: 100%; }

.sectiontopmix + .tooling_banner { margin-top:0px; }



@media (min-width:1520px){
    .tooling-body-wrap .hero-section .container { max-width: 1510px; }
    .tooling-body-wrap .cht-section .container { max-width: 1510px; }
}
@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;}

    .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; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .left-part { width: 80%; float: left; padding-right: 25px; border-right: 0.5px solid #1d1d1d6e; padding-top: 60px; padding-bottom: 15px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part { width: 20%; float: left; padding-left: 15px; padding-top: 35px; }
    .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% / 5 - 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: 100%; 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: #1D1D1D; font-weight: 500; font-size: 24px; 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: 70px; 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 { color: #000000; font-size: 25px; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part ul li { padding: 10px 0px; float: left; width: 100%; font-weight: 700; }
    .row-fluid .header-section .bottom-section .mainmenu .mega-box-1 .right-part .button { width: 100%; float: left; 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; }




}













/* -- 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; }
.product_details_right .product_slider_col .product_slider_colin {max-height:600px; }
.product_details_right .product_slider_col .product_slider_colin img {max-height:600px; }


.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: 530px; 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; }
.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:50px; } 
.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 ul { width:100%; float:left; padding:0; margin:0; list-style:none; } 
.finlearnbout_area .finanlearnabout_box ul li { width:100%; float:left; list-style:none; margin-bottom:15px; }  

.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; 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; } 
.trustedkeypoint_area .trustedkeypoint_cover .trustedkeypoint_box { width:50%; float:left; display:flex; 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%; }
.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; }
.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:20px; }
.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; } 

  
/* Blog */
.post-listing,.row-fluid .posts-group { display: flex; flex-wrap: wrap; margin: 0px -15px; }
.post-listing .post-item, .row-fluid .posts-group .post-item { width: 33.33%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 30px 15px; }
.post-listing .post-item{} 
.post-listing .post-item .hs-featured-image-wrapper a,.row-fluid .posts-group .post-item .hs-featured-image-wrapper a { display: block; }
.post-listing .post-item .hs-featured-image-wrapper .img,.row-fluid .posts-group .post-item .hs-featured-image-wrapper .img { height: 232px; width: 100%; border-radius: 0px; box-shadow: 0px 0px 29px rgb(0 0 0 / 32%); background-repeat: no-repeat; background-size: cover; background-position: center center; }
.post-listing .post-item .post-content,.row-fluid .posts-group .post-item .post-content { text-align: left; padding: 25px 0px 0px; }
.post-listing .post-item .post-content .topic-wrap,.row-fluid .posts-group .post-item .post-content .topic-wrap { font-size: 20px; line-height: 1.5em; text-transform: uppercase; font-weight: 700; }
.post-listing .post-item .post-content h4,.row-fluid .posts-group .post-item .post-content h4 { line-height: 1em; font-size: 41px; padding: 0; margin: 15px 0px 10px; }
.post-listing .post-item .post-content h4 a,.row-fluid .posts-group .post-item .post-content h4 a { color: #1f5a80; }
.post-listing .post-item .post-content .post-text,.row-fluid .posts-group .post-item .post-content .post-text { color: #1d1d1d; font-size: 22px; line-height: 1.5em; }
.post-listing .post-item .post-content .link a,.row-fluid .posts-group .post-item .post-content .link a { font-size: 25px; line-height: 1.4em; text-transform: uppercase; font-family: 'Oswald', sans-serif; display: inline-block; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; }
.post-listing .post-item .post-content .link,.row-fluid .posts-group .post-item .post-content .link { margin-top: 10px; }
.post-listing .post-item .post-content h4 a:hover,.row-fluid .posts-group .post-item .post-content h4 a:hover { color: #ed6d1f; }
.row-fluid .body-wrapper { padding: 58px 0 133px; } 
.row-fluid .loadMore-wrap{ margin-top: 80px; text-align: center; } 
.leaseapplicion_area .finantestional_form form .form-columns-1 .input input[type="file"] {
    display: none;
}


.expert-section { background-color: #f9f9f9; padding: 150px 0 150px 0; text-align: center; }
.expert-section h2 { text-align: center; position: relative; margin-bottom: 40px; }
.expert-section h2:before { content: ''; top: auto; bottom: -5px; left: 0; right: 0; background: #ed6d1f; height: 7px; width: 290px; position: absolute; margin: auto; }
.expert-section .subscribe-form.default-form { position: relative; margin-top: 45px; }
.expert-section .subscribe-form.default-form .form-title { display: none; } 
.expert-section .subscribe-form.default-form .hs_cos_wrapper_type_form { max-width: 585px; margin: 0 auto; display: inline-block; width: 100%; position: relative; padding-right: 187px; }
.expert-section .subscribe-form.default-form .hs_cos_wrapper_type_form .hs_submit.hs-submit { position: absolute; right: 0; top: 0; }
.expert-section .subscribe-form.default-form .hs_cos_wrapper_type_form .input input { outline: 0; border: 1px solid #ccc; background: #fff; height: 60px; padding: 0 20px; font-family: 'Source Sans Pro', sans-serif; font-size: 16px; }
.expert-section .subscribe-form.default-form .hs_cos_wrapper_type_form .hs_submit.hs-submit .hs-button { background: #ed6d1f; box-shadow: 4px 4px 8px rgb(0 0 0 / 15%); min-width: 187px; height: inherit; padding: 18px 20px; }
.expert-section .subscribe-form.default-form .hs_cos_wrapper_type_form .hs_submit.hs-submit .hs-button:hover { background: #1f5a80; }

.resources-hero { padding: 224px 0 66px; display: table; width: 100%; }
.resources-hero h2 { text-align: center; position: relative; margin-bottom: 60px;}
.resources-hero h2:before { content: ' '; top: auto; bottom: -5px; left: 0; right: 0; margin: auto; background: #ed6d1f; height: 7px; width: 290px; position: absolute;}
.resources-hero .resource-group { width: 100%; float: left; text-align: center; }
.resources-hero .resource-box { width: 20%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 15px; }
.resources-hero .resource-box > a { display: block; width: 100%; height: 100%; }
.resources-hero .resource-box .box-in { padding: 30px 15px 24px; background: #fff; box-shadow: 0px 4px 16px rgb(0 0 0 / 10%); border-radius: 10px; text-align: center; transition: all .3s linear; }
.resources-hero .resource-box .icon { height: 69px; margin-bottom: 25px; width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; position: relative; }
.resources-hero .resource-box h3 { font-size: 16px; line-height: 22px; letter-spacing: 1.5px; text-transform: uppercase; color: #566d7c; transition: all .3s linear; font-family: 'Source Sans Pro',sans-serif; padding: 0; }
.resources-hero .resource-box .box-in:hover h3, .resources-hero .resource-box.resource-box-active .box-in h3 { color: #fff; }
.resources-hero .resource-box .icon img { max-width: 74px; max-height: 69px; width: auto; height: auto; object-fit: contain; transition: all .3s linear; }
.resources-hero .resource-box .icon img.hover { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; visibility: hidden; }
.resources-hero .resource-box .box-in:hover, .resources-hero .resource-box.resource-box-active .box-in { background: #1f5a80; }
.resources-hero .resource-box .box-in:hover .icon img.hover, .resources-hero .resource-box.resource-box-active .box-in .icon img.hover { opacity: 1; visibility: visible; }

.row-fluid .serach-main .serach-input-wrapper { max-width: 770px; margin: 0 auto; float: none; padding-top: 40px; padding-bottom: 30px; }
.row-fluid .serach-main .serach-input-wrapper .hs-search-field__input { font-size: 18px; line-height: 20px; color: #566d7c; padding: 18px 135px 18px 60px; height: auto; border-radius: 30px; background-color: #fff; box-shadow: 0px 4px 16px rgb(0 0 0 / 10%); background-image: url(https://info.scotchman.com/hubfs/Scotchman_2020/images/search-icon.png); background-repeat: no-repeat; background-size: 20px; background-position: 28px center; }
.row-fluid .serach-main .serach-input-wrapper button { font-size: 14px; line-height: 16px; color: #fff; text-transform: uppercase; background: #ed6d1f; box-shadow: 0px 4px 16px rgb(54 197 239 / 20%); border-radius: 30px; height: auto; width: auto; padding: 15px 25px; min-width: 130px; text-align: center; position: absolute; top: 6px; right: 5px; }
.row-fluid .serach-main .serach-input-wrapper button:hover { background: #1f5a80; }

.row-fluid .title-tag-main { padding-top: 40px; }  
.row-fluid .title-tag-main .title-tag-left h3 { padding: 0; }
.row-fluid .title-tag-main .title-tag-right { text-align: right; }
.row-fluid .title-tag-main .title-tag-right h3 { font-size: 18px; cursor: pointer; float: right; line-height: 48px; text-align: right; display: inline-block; color: #9e9e9e; position: relative; padding-left: 35px; padding-top: 7px; padding-bottom: 0; }
.row-fluid .title-tag-main .title-tag-right .widget-module { position: absolute; top: 100%; right: 0; width: 250px; z-index: 2; display: none; }
.row-fluid .title-tag-main .title-tag-right .block { position: relative; display: table; width: 100%; }
.row-fluid .title-tag-main .title-tag-right .widget-module ul { margin: 0; padding: 10px 0px; position: absolute; top: 100%; right: 0; background: #fff; box-shadow: 0px 4px 16px rgb(0 0 0 / 10%); border-radius: 5px; z-index: 10; list-style: none; left: 0; text-align: left; }
.row-fluid .title-tag-main .title-tag-right .widget-module ul a { font-size: 18px; line-height: 24px; color: #9a9a9a; display: block; padding: 10px 25px; text-transform: capitalize; }
.row-fluid .title-tag-main .title-tag-right .widget-module ul a span { display: none; }
.row-fluid .title-tag-main .title-tag-right h3:before { content: ''; display: inline-block; width: 18px; height: 12px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; background-image: url(https://info.scotchman.com/hubfs/Scotchman_2020/images/tag-trigger.png); background-repeat: no-repeat; background-size: contain; }
.row-fluid .title-tag-main .title-tag-right .widget-module ul a:hover { background-color: #ed6d1f; color: #fff;}

.hs-blog-post .row-fluid .body-wrapper { padding-top: 50px; }
.post-sec .blogimg-style .img { height: 500px; width: 100%; box-shadow: 0px 1px 30px rgba(77, 78, 78, 0.25); border-radius: 0px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.post-sec .blogimg-style h1 { max-width: 860px; margin: 52px auto 58px; font-size: 55px; line-height: 1.1em; padding-bottom: 0; }
.post-sec .author-sec { max-width: 856px; padding-left: 86px; margin: 0 auto 22px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.post-sec .author-sec .hs-author-avatar { width: 61px; float: left; }
.post-sec .author-sec .content { width: calc(100% - 61px); float: left; padding-left: 21px; }
.post-sec .author-sec .hs-author-avatar .img { width: 61px; height: 61px; border-radius: 100%; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1); background-repeat: no-repeat; background-size: cover; background-position: center center; }
.post-sec .author-sec .content .topic-wrap a.topic-link:hover { color:#ed6d1f; }
.post-sec .author-sec .content .author-wrap a.author-link:hover { color:#fea16d; }
.post-sec .author-sec .content .topic-wrap { font-size: 16px; line-height: 1.4em; text-transform: uppercase; font-weight: 700; }
.post-sec .author-sec .content .topic-wrap a.topic-link { color: #1f5a80; letter-spacing: 1px; text-transform: uppercase; display: inline-block; }
.post-sec .author-sec .content .author-wrap { line-height: normal; position: relative; z-index: 5; font-weight: 700; }
.post-sec .author-sec .content .author-wrap a.author-link { font-size: 16px; line-height: 1.4em; text-transform: uppercase; color: #566d7c; display: flex; pointer-events: none; }

.post-sec .blog-inner-contain { max-width: 856px; margin: 0 auto; padding-left: 86px; position: relative; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.post-sec .blog-inner-contain .social-sharing { position: absolute; top: -82px; left: 0; height: calc(100% + 70px); }
.post-sec .blog-inner-contain .social-sharing ul { margin: 0; padding: 0; position: sticky; top: 40px; left: 0; }
.post-sec .blog-inner-contain .social-sharing ul li { list-style: none; line-height: 0; margin-bottom: 26px; }
.post-sec .blog-inner-contain .social-sharing ul li a { display: inline-block; font-size: 18px; line-height: 1; color: #1f5a80; }
.post-sec .blog-inner-contain .social-sharing ul li a:hover { color:#ed6d1f; }
.post-sec .blog-inner-contain .social-sharing ul li:last-child { margin-bottom: 0px; }
.post-sec .blog-inner-contain .post-body {width:100%;}
/* .post-sec .blog-inner-contain .post-body p { font-size: 22px; line-height: 27px; color: #4D4D4D; padding: 15px 0; } */
.post-sec .blog-inner-contain .post-body p img { margin-top: 25px !important; margin-bottom: 25px !important; }
.post-sec .blog-inner-contain .post-body p em { color: #838383; }
.post-sec .blog-inner-contain .post-body .left-space { padding: 20px 0 20px 80px; }
.post-sec .blog-inner-contain .post-body .left-space h4 { font-size: 22px; line-height: 24px; color: #566D7C; padding: 15px 0 0; }
.post-sec .blog-inner-contain .post-body blockquote { margin: 46px 52px 27px; padding: 10px 0 0 43px; position: relative; }
.post-sec .blog-inner-contain .post-body blockquote p { font-size: 38px; line-height: 50px; color: #4D4D4D; }
.post-sec .blog-inner-contain .post-body blockquote:before { content: ''; display: inline-block; width: 36px; height: 27px; position: absolute; top: 0; left: 0; background-image: url(https://www.avisystems.com/hubfs/AVI-2020/solutions/enterprise/integration/quote-img.png); background-repeat: no-repeat; background-size: contain; }
.post-sec .blog-inner-contain .post-body h2 { font-size: 32px; line-height: 38px; padding: 15px 0 10px; letter-spacing: 0; }
.post-sec .blog-inner-contain .post-body h3 { font-size: 24px; line-height: 34px; color:#4d4d4d; }
.post-sec .blog-inner-contain .post-body ul li {font-size:18px; padding: 0px 0px 10px 0px;line-height:1.3; color:#9e9e9e;}
.post-sec .blog-inner-contain .post-body ul li p {font-size:18px; padding: 0px 0px 10px 0px;line-height:1.3; color:#9e9e9e;}
 
.related-post { padding: 0 0 130px; }
.related-post h2 { text-align: center; position: relative; margin-bottom: 40px; }
.related-post h2:before { content: ''; top: auto; bottom: -5px; left: 0; right: 0; background: #ed6d1f; height: 7px; width: 290px; position: absolute; margin: auto; }

.row-fluid .header-section .bottom-section .headerlogo .headerlogo-black { display: none;}
.row-fluid .black-header .header-section .bottom-section .headerlogo .headerlogo-black { display: block; }
.row-fluid .black-header .header-section .bottom-section .headerlogo .headerlogo-white { display: none; }
.row-fluid .black-header .header-section .bottom-section { box-shadow: 0px 0px 20px 0px rgb(31 90 128 / 20%); }
     

.product_details_click a:hover { opacity: 0.6; }
.optional_tooling_img a { position: relative; }
.optional_tooling_img a svg { display:none;}
.optional_tooling_img:hover a svg { display:block;position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);width: 46px; }

.product_details_tab ul li.current a:hover {  color: #ed6d1f;  background: #fff;   border-color: #ed6d1f; }
.product_details_tab ul li a:hover {  color: #ed6d1f;  background: #fff;   border-color: #ed6d1f; }
.product_details_tab ul li.current a {  border: 1px solid #1f5a80; }

@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; }  
    
    
    /* 12-08-2021-59 */
    .row-fluid .left-slide-menu-wrap { width: 320px; }
    .row-fluid .right-side-details-wrap { width: calc(100% - 320px); }
/*     .punch-main-wrap.heading-content-btn-main-wrap { padding-bottom: 50px; } */
    .heading-content-btn-main-wrap .orange-btn { margin-top: 45px; }
    .slide-menu-details-wrap { padding-top: 35px; padding-bottom: 50px; }
   /*.part-list-main-wrap table th:last-child { width: 33%; } */
    .punch-main-wrap { margin-top: 90px; }
    .punch-main-wrap.accessories-main-wrap { margin-top: 70px; }

}

@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 .testimonial-slider .details { font-size: 30px; 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; }
     
    
    .resources-hero { padding: 155px 0 35px; }
    .resources-hero .resource-box { width: 50%; }
    .resources-hero .resource-group { max-width: 480px; margin: 0 auto; float: none; }
    .post-listing .post-item,.row-fluid .posts-group .post-item { width: 50%; }
    .row-fluid .loadMore-wrap { margin-top: 50px; }
    .expert-section { padding: 80px 0px; }
    .row-fluid .body-wrapper { padding: 46px 0 100px; }
    
    .hs-blog-post .row-fluid .body-wrapper { padding-top: 50px; }
    .post-sec .blogimg-style .img { height: 360px; }
    .post-sec .blog-inner-contain { padding-left: 50px; }
    .post-sec .author-sec { padding-left: 50px; }
    .post-sec .blog-inner-contain .post-body p { font-size: 22px; line-height: 1.5em; }
    
    .related-post {  padding: 0px 0px 60px; }
    
    
    .row-fluid .mobile-header .left-part .headerlogo-black { display: none;}
    .row-fluid .black-header .mobile-header .left-part .headerlogo-black { display: block; }
    .row-fluid .black-header .mobile-header .left-part .headerlogo-white { display: none; }


    /* 12-08-2021-59 */
    .punch-main-wrap .punch-heading { margin-bottom: 20px; padding-bottom: 19px; }
    .punch-main-wrap .punch-heading2 { margin-bottom: 20px; padding-bottom: 19px; }
    .punch-main-wrap .punch-test { margin-bottom: 20px; padding-bottom: 19px; }
    .accessories-list-wrap { width: 50%; }
/*     .punch-main-wrap.heading-content-btn-main-wrap { padding-top: 0px; } */
    .punch-main-wrap { margin-top: 30px; }
    .punch-main-wrap.accessories-main-wrap { margin-top: 50px; }
    .punch-heading-content { padding-bottom: 46px; }
    .punch-repeat-heading h4 { font-size: 37px; line-height: 40px; }
    .punch-repeat-heading-content { padding-bottom: 45px; }
    .punch-dies-left-wrap { width: 100%; }
    .punch-dies-right-wrap { width: 100%; margin-top: 25px; }
    .punch-dies-main-details-wrap { flex-flow: column; align-items: center; justify-content: center; padding-bottom: 70px; }
    .punch-dies-btn { margin-top: 60px; }
    .punch-video-wrap { width: calc(100% / 2); }
    .punch-main-wrap .punch-heading:before { width: 220px; }
     .punch-main-wrap .punch-heading2:before { width: 220px; }
    .punch-main-wrap .punch-test:before { width: 220px; }
    .tooling-left-side-menu-wrap .nav_menu ul li:before { left: -3.5px; }
    .tooling-header-main-wrap .orange-btn { padding-top: 30px; }
    
}



@media (max-width:767px){

    h1{font-size:70px;line-height:55px;}
    .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 .testimonial-slider .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 .testimonial-slider .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:20px; text-align:center; }
    .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 .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; } 
    
    body { font-size: 22px; line-height: 31px; }
    .expert-section { padding: 60px 0px; }
    .expert-section .subscribe-form.default-form .hs_cos_wrapper_type_form .hs_submit.hs-submit { position: inherit; right: inherit; top: inherit; }
    .expert-section .subscribe-form.default-form .hs_cos_wrapper_type_form { max-width: 400px; padding-right: 0; }
    .post-listing .post-item,.row-fluid .posts-group .post-item { width: 100%; padding: 30px 0px; }
    .post-listing,.row-fluid .posts-group { margin: 0 auto; max-width: 400px;}
    .row-fluid .body-wrapper { padding: 20px 0 70px; }
    .row-fluid .loadMore-wrap { margin-top: 40px; }
    .row-fluid .title-tag-main .title-tag-left h3 { text-align: center; }

    .post-listing .post-item .post-content h4,.row-fluid .posts-group .post-item .post-content h4 { font-size: 30px; }
    .post-listing .post-item .post-content .post-text,.row-fluid .posts-group .post-item .post-content .post-text { font-size: 20px; }
    .post-listing .post-item .post-content .link a,.row-fluid .posts-group .post-item .post-content .link a { font-size: 21px; }
    .post-listing .post-item .post-content .topic-wrap,.row-fluid .posts-group .post-item .post-content .topic-wrap { font-size: 17px; }

    .post-sec .blog-inner-contain .social-sharing { position: inherit; top: inherit; left: inherit; height: auto; }
    .post-sec .blog-inner-contain .social-sharing ul { position: inherit; top: inherit; }
    .post-sec .blog-inner-contain { padding-left: 0; }
    .row-fluid .post-sec .blog-inner-contain { flex-wrap: wrap; } 
    .post-sec .blog-inner-contain .social-sharing ul li { margin-bottom: 0; display: inline-block; margin-right: 10px; }
    .post-sec .author-sec { padding-left: 0; }
    .post-sec .author-sec .content { width: 100%; padding-left: 0; }
    .post-sec .blogimg-style h1 { max-width: 860px; margin: 25px auto 20px; font-size: 49px; line-height: 1.1em; padding-bottom: 0; }
    
    
    /* 12-08-2021-59 */
    .row-fluid .right-side-details-wrap { width: 100%; margin-top: 25px; }
    .row-fluid .left-slide-menu-wrap { position: fixed; top:10px; right: -320px; z-index:22; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; padding-right: 0px; padding-bottom: 0px; background-color: #1f5a80; }
    .tooling-left-toggle-btn { position: absolute; left: -40px; width: 40px; height: 40px; background: #ed6d1f; color: #fff; z-index:99; }
    .tooling-left-toggle-btn a { display: inline-block; display: inline-block !important; cursor: pointer;padding: 12px 10px;
        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;}
    .tooling-left-toggle-btn a i:before, .tooling-left-toggle-btn a i:after { position: absolute; content: '';}
    .tooling-left-toggle-btn a i, .tooling-left-toggle-btn a i:before, .tooling-left-toggle-btn a i:after { width: 24px; height: 3px; background-color: #fff; display: inline-block;}
    .tooling-left-toggle-btn a i { position: relative; top: -10px; width:24px; height:3px; 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; }
    .tooling-left-toggle-btn a i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .tooling-left-toggle-btn a i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .left-slide-menu-wrap.show-btn { right: 0px; }

    .left-slide-menu-wrap.show-btn .tooling-left-toggle-btn a 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);}
    .left-slide-menu-wrap.show-btn .tooling-left-toggle-btn a 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);}
  .left-slide-menu-wrap.show-btn .tooling-left-toggle-btn a 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);}
  /* NEW MOBILE TOGGLE 
        .tooling-left-toggle-btn { position: absolute; left: -40px; width: 40px; height: 40px; background: #ed6d1f; color: #fff; z-index:99; }
      .tooling-left-toggle-btn a { width: 40px; height: 40px; display: inline-block; }
      .tooling-left-toggle-btn 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;}
    .tooling-left-toggle-btn a i:before, .tooling-left-toggle-btn a i:after { position: absolute; content: '';}
    .tooling-left-toggle-btn a i, .tooling-left-toggle-btn a i:before, .tooling-left-toggle-btn a i:after { width: 24px; height: 3px; background-color: #fff; display: inline-block;}
    .tooling-left-toggle-btn a i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
    .tooling-left-toggle-btn a i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
    .left-slide-menu-wrap.show-btn .tooling-left-toggle-btn a 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);}
    .left-slide-menu-wrap.show-btn .tooling-left-toggle-btn a 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);}
    .left-slide-menu-wrap.show-btn .tooling-left-toggle-btn a 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);}
  */
  
  
  
  

  

    .tooling-left-side-menu-wrap .nav_menu ul { border-left: 0px; margin-bottom: 15px; }
    .tooling-left-side-menu-wrap .nav_menu ul li.active:before { display: none; }
    .tooling-left-side-menu-wrap .nav_menu ul li { margin-bottom:0px; padding-left: 20px;  padding-top: 4px; padding-bottom: 5px; }
    .tooling-left-side-menu-wrap .nav_menu ul li a { color: #fff; }
    .tooling-left-side-menu-wrap .nav_menu ul li.active a { color: #fff; }
    .tooling-left-side-menu-wrap .nav_menu ul li.active {background-color: rgb(255 255 255 / 20%);}
    .row-fluid .left-slide-menu-wrap.show { right:-360px;}
    .slide-menu-details-wrap { padding-top: 0px; }
    .row-fluid .right-side-details-wrap { margin-top: 0px; }
    .accessories-list-btn { position: static; }
    .accessories-list-btn a { opacity: 1; }
    .punch-main-wrap { margin-top: 60px; }
    .part-details-img-wrap { padding-top: 26px; padding-bottom: 32px; max-width:100%; padding-left:15px; padding-right:15px;}
    
    .part-list-main-wrap table th { width: 33.33%; font-size: 21px; line-height: 21px; }
    .part-list-main-wrap table td { font-size: 18px; line-height: 18px; pointer-events:none;}
    
}



@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 .testimonial-slider .details { font-size: 25px; line-height: 36px; padding-bottom: 10px; }
    .testimonial-section .testimonial-slider .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; }

    .resources-hero .resource-box { width: 100%; }
    .resources-hero .resource-group { max-width: 300px; }
    .row-fluid .serach-main .serach-input-wrapper button { position: inherit; top: inherit; right: inherit; margin-top: 15px; }
    .row-fluid .serach-main .serach-input-wrapper .hs-search-field__input { font-size: 15px; line-height: 20px; padding: 18px 25px 18px 54px; background-position: 22px center; }
    

    /*  12-08-2021-59 */
    .slide-menu-details-wrap { padding-top: 0px; }
    .row-fluid .right-side-details-wrap { margin-top: 0px; }
    .punch-heading-content { padding-bottom: 26px; }
    .punch-repeat-heading-content { padding-bottom: 25px; }
    .punch-dies-main-details-wrap { padding-bottom: 50px; }
    .punch-dies-main-details-wrap.last-sections { padding-bottom: 45px; }
    .punch-video-wrap { width: 100%; }
/*     .punch-main-wrap.accessories-main-wrap { padding-top: 0; } */
    .tabs-title { margin-bottom: 26px; }
    .tab-content { padding-top: 15px; padding-bottom: 15px; }
    .accessories-list-wrap { width: 100%; margin-bottom: 25px; }
    .accessories-list-img { padding-bottom: 16px; }
    .accessories-list-contanet p:first-child { padding-top: 3px; }
    .accessories-list-btn { position: static; }
    .accessories-list-btn a { opacity: 1; }
    .accessories-list-contanet p:last-child { padding-bottom: 2px; }
    .part-details-img-wrap { padding-top: 26px; padding-bottom: 32px; }
    .punch-dies-heading h5 { font-size: 25px; }
    .part-main-wrap .punch-heading-content { padding-bottom: 8px; }
    .row-fluid .left-slide-menu-wrap { width: 277px; right:-277px; }
    .left-slide-menu-wrap.show-btn { right:0px; }
}