@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face{
  font-family:'IcoFont';
  font-style:normal;
  font-weight:400;
  src:url('https://www.ny-engineers.com/hubfs/Icofonts/icofont.woff') format('woff');
  font-display: swap;
}
@font-face{
  font-family:'IcoFont';
  font-style:normal;
  font-weight:400;
  src:url('https://www.ny-engineers.com/hubfs/Icofonts/icofont.woff2') format('eot');
  font-display: swap;
}
@font-face{
  font-family:'IcoFont';
  font-style:normal;
  font-weight:400;
  src:url('https://www.ny-engineers.com/hubfs/Icofonts/icofont.ttf') format('ttf');
  font-display: swap;
}
@font-face{
  font-family:'IcoFont';
  font-style:normal;
  font-weight:400;
  src:url('https://www.ny-engineers.com/hubfs/Icofonts/icofont.eot') format('eot');
  font-display: swap;
}






/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}.hs_recaptcha.hs-recaptcha.field.hs-form-field {display: none;}body {margin:0;padding:0;font-family: 'Montserrat'!important;font-size:16px;font-weight:400;line-height:28px;color:;overflow-x:hidden;}p, span, a, h1, h2, h3, h4, h5, h6, legend, p, span.h1, span.h2, span.h3, span.h4, span.h5, span.h6, span.p, table{font-family: 'Montserrat'!important;}.wrapper{margin:0 auto!important;max-width:1250px;width:100%;float:none!important;padding-right:20px;padding-left:20px;}img {border:0;max-width:100%;height:auto;}h1 {color:;font-size:36px;margin:0;padding:15px 0 25px;line-height:48px;font-weight:700;clear:both;text-transform: uppercase;}h2 {font-weight:700;color:;font-size:32px;line-height:44px;margin:0;padding:0 0 10px;clear:both;}h3 {font-weight:600;color:;font-size:30px;line-height:36px;margin:0;padding:0 0 10px;clear:both }h4 {font-weight:600;color:;font-size:28px;line-height:34px;margin:0;padding:0 0 10px;clear:both;}h5 {font-weight:600;color:;font-size:26px;line-height:30px;margin:0;padding:0 0 10px;clear:both;}h6 {font-weight:600;color:;font-size:22px;margin:0;padding:0 0 10px 0;line-height:26px;clear:both;}.header-top-sec {border-bottom: 1px solid #444343;color: #FFFFFF;}.header-top-sec .hs-menu-wrapper ul {float: right;max-height:40px;}.header-top-sec {max-height: 40px;background-color: #161719;z-index: 11;position: relative;}.row-fluid .top.fixed .header-top-sec {max-height: auto;}.header-top-sec .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {font-size:14px;font-weight:600;padding: 5px 15px;}body.hs-content-id-10668461010.hs-landing-page.hs-page .top {padding: 5px 0 50px;}body.hs-content-id-10668461010 .top.fixed {padding: 10px 25px!important;}.hdr-ct{font-size:13px;padding-top:5px;color:#fff}.hdr-ct a {color:#fff;text-decoration:none;}.hdr-ct .fa {color: #fbbd02;padding-right: 6px;}.hdr-ct .conts {padding-right: 15px;}.top.fixed .footer-logo img {padding-top: 20px;}.logo img {width:100%;margin-top:15px;}.row-fluid .top.fixed .logo img {margin-top:20px;}.top {padding:7px 0 50px;position:absolute;left:0;width:100%;transition : all 0.2s ease-in-out;}.top:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;opacity:0.99;background:#161719;}.row-fluid .top > div {position:relative;z-index:2;}.mainmenu {float:right;width:auto;margin:0;}.mainmenu .hs-menu-wrapper > ul {vertical-align: top;float:right;}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {padding-right:0;}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {text-transform: uppercase;font-size: 14px;transition: all .5s ease;background-color: transparent;border: 1px solid orangered;padding: 3px 8px;margin-top:6px;color: #fff;border-radius: 50px;}.row-fluid .top.fixed .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {margin-top:6px;}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:hover {transition: all .5s ease;background-color: orangered;color:#fff;}#hs_menu_wrapper_module_156938758406305_ > ul > li:nth-child(6) > a {text-transform: uppercase;font-size: 14px;transition: all .5s ease;background-color: transparent;border: 1px solid #ffaf03;padding: 3px 8px;margin-top: 6px;color: #fff;border-radius: 50px;margin-right:10px;}#hs_menu_wrapper_module_156938758406305_ > ul > li:nth-child(6) > a:hover {transition: all .5s ease;background-color: #ffaf03;color:#fff;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {font-size: 16px;font-family: 'Montserrat'!important;max-width:100%;color:#fff;padding: 10px 11px;}ul.hs-menu-children-wrapper:before {display: block;position: absolute;top: -20px;left:10%;font-size: 28px!important;color:#fff;text-align: center;display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;content: "\f0d8";}.mainmenu ul.hs-menu-children-wrapper {background-color:#181818;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {padding: 2px 20px;Width:100%;max-width:100%;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {border:1px solid #ffffffb3;border-radius:5px;}@media (min-width: 768px){.row-fluid .top.fixed {box-shadow:0 3px 5px rgba(56, 56, 56, 0.3);padding: 10px 25px;position:fixed;left:0;border-bottom:none;top:0;z-index:999999;background-color:#181818;}.row-fluid .top.fixed:before {display:none;}.row-fluid .mainmenu .hs-menu-wrapper ul li ul {min-width: 250px;width: auto;padding: 10px 0;margin: 0px;position: absolute;top: 100%;left: 0px;}.row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:before{content:'';width:2px;height:100%;position:absolute;top:0;left:0;background-color:#ff4500;display:none}}@media (min-width: 30px) and (max-width: 767px) {.span12.widget-span.widget-type-cell.header-top-sec {display: none;}.top:before{padding:10px 0 20px;background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,0.91) 51%,rgba(0,0,0,0.83) 55%,rgba(0,0,0,0.15) 89%,rgba(0,0,0,0) 100%);}#megaMenuContainer .menu-main-content {margin-bottom:15px!important;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {border-bottom:none;}.mega-menu-branch .row-fluid .megamenu-close {padding-top:5px!important;}.header-top-sec .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {font-weight:400!important;}#hs_menu_wrapper_module_156938758406305_ > ul > li:nth-child(6) > a {padding:0px 8px!important;}ul.hs-menu-children-wrapper:before {display:none;}.mega-menu-branch .mgh4 h4 {margin-top:15px;}.mega-menu-branch h4 {margin-bottom:0px!important;}.header-top-sec .hs-menu-wrapper.hs-menu-flow-horizontal > ul:last-child li:last-child:before {}.header-top-sec .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {letter-spacing:0px;}.header-top-sec .hs-menu-wrapper ul {display: flex;text-align: center;}.hdr-ct {display:none;}.hdr-ct-dtl {min-height:0px!important;}.btitle span {font-size: 20px;}.hotline a {font-size:16px;}.resources--blocked .resource_item .bottom-section {padding:10px;}#hs_menu_wrapper_module_156938758406305_ > ul > li:nth-child(6) > a {width:fit-content;margin:10px;}.resources--blocked .resource_item .bottom-section {min-height:auto;}.row-fluid .logo img {max-width: 80%;}.mainmenu .hs-menu-flow-horizontal > ul > li a {font-size:15px!important;}.row-fluid .footer-recentbox {padding: 0 0 20px 0px!important;}.row-fluid .footer-recentimg {display:none;}.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {padding:0px 12px;width:fit-content;margin:10px;font-size:16px;}.s-copy-right {margin-top: 20px;}.s-footer-menu .footer-icon ul {margin: 20px !important;}.footer {padding: 40px 0 30px 0!important;}.row-fluid .footer-menu ul li a {padding-left: 0px!important;}.fbox {margin-top:40px;}.row-fluid .footer-icon ul {margin: 10px 0 10px!important;}.span9.widget-span.widget-type-menu.mainmenu.js-enabled {min-height: 0px;}h1 {font-size:30px;line-height:38px;}h2 {font-size:26px;line-height:32px;}h3 {font-size:24px;line-height:30px;}h4 {font-size:22px;line-height:28px;}h5 {font-size:20px;line-height:26px;}h6 {font-size:18px;line-height:24px;}.row-fluid .wrapper {max-width:100%;width:100%;padding-right:20px;padding-left:20px;}.row-fluid .top {width:100%;padding:10px 0 10px;}}@media (min-width: 30px) and (max-width: 500px){h1 {font-size:26px;line-height:34px;}h2 {font-size:25px;line-height:30px;}h3 {font-size:24px;line-height:28px;}h4 {font-size:22px;line-height:26px;}}@media (min-width: 768px){a.mobile-trigger, span.child-triggerm {display: none !important;}.row-fluid .mainmenu .hs-menu-wrapper {display: block !important;}}@media (max-width: 767px){.row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover {color: ;}.mainmenu,.mainmenu *{display:block;float:none;position:static;top:auto;right:auto;left:auto;bottom:auto;padding:0;margin:0;background-image:none;background-color:#181818;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;max-width:none;width:100%;height:auto;line-height:1;font-weight:400;text-decoration:none;text-indent:0;text-align:left;color:{};}
  a.mobile-trigger{display:inline-block!important;cursor:pointer;position:absolute;top:12px;right:15px;width:auto;height:auto;padding:0;background:0 0;z-index:99999999999;-webkit-transition:background-color .2s linear;font-size:16px;font-weight:400;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: ;}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: ;opacity: 0;transition: opacity .4s ease-in-out;-moz-transition: opacity .4s ease-in-out;-webkit-transition: opacity .4s ease-in-out;}.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;}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: 20px;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;width: 24px;}a.mobile-trigger i:after{margin-top:8px;-webkit-transition-property:margin,-webkit-transform;-webkit-transition-duration:.2s;-webkit-transition-delay:.2s,0;width:24px}.mobile-open a.mobile-trigger i{background-color:rgba(0,0,0,0);-webkit-transition-delay:.2s;-webkit-box-shadow:0 1px 1px transparent;-moz-box-shadow:0 1px 1px transparent;box-shadow:0 1px 1px transparent}.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);}span.child-triggerm{display:block!important;cursor:pointer;position:absolute;top:0;right:0;width:55px!important;min-width:55px!important;height:45px!important;padding:0!important;border-left:1px dotted rgba(255,255,255,.2)}span.child-triggerm:hover{text-decoration:none}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;}.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: 60px;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);bottom:0;height:fit-content;overflow-y:auto !important;}.mainmenu .hs-menu-flow-horizontal{padding: 0 0 0 0;background-color: ;width: 100%;z-index: 8888;}.mainmenu .hs-menu-flow-horizontal > ul > li{position: relative;}.mainmenu .hs-menu-flow-horizontal > ul > li a{font-family: 'Montserrat';font-size: 22px;line-height: 38px;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: ;}.mainmenu .hs-menu-flow-horizontal > ul ul li a {text-indent: 0;font-size: 16px;}.mainmenu .hs-menu-flow-horizontal > ul ul ul li a{text-indent: 0;}.mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a {text-indent: 0;}}.s-footer{padding:18px 0 0;background-color:#232323;color:#fff;font-size:15px;text-align:center}.s-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 10px 12px;}.s-footer-icon ul {margin-top: 15px!important;}.s-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {padding-top:5px!important;}.s-copy-right {border-top: 1px solid #444343;}.footer{color:#fff;background:none repeat scroll 0 0 #232323;padding:50px 0 30px 0;font-size:14px!important}.footer p {font-size:14px !important;}.footer-box a:hover {color: orangered;}.copy-right{border-top:1px solid #444343;padding:18px 0;background-color:#181818;color:#fff;font-size:13px;text-align:center}.footer-box a{color:#fff;text-decoration:none}.row-fluid .footer {font-family: 'Montserrat'!important;}.row-fluid .footer:before {content:'';width:100%;height:100%;top:0;left:0;background-color:;opacity:0.7;}.row-fluid .footer > div {position:relative;}.row-fluid .footer-title h4 {font-family: 'Montserrat';padding-bottom:0px;font-size:18px;line-height:30px;color:#fff;font-weight:600;letter-spacing:2px;text-transform:uppercase;}.row-fluid .footer-logo img {padding-bottom:15px;padding-top:13px;}.row-fluid .footer-icon ul {margin:40px 0 0;padding:0;list-style-type:none;}.row-fluid .footer-icon ul li {margin:0;padding:0 5px;display:inline-block;}.row-fluid .footer-icon ul li:first-child {padding-left:0;}.row-fluid .footer-icon ul li a {color:#fff;font-size:15px;width:30px;height:30px;line-height:30px;border:1px solid ;color:;border-radius:50px;display:inline-block;text-align:center;}.row-fluid .footer-icon ul li a:hover {transition: 0.9s;transform: rotateY(360deg);color: #fe5100;background-color:;border-color:;border-radius:50px;}.row-fluid .footer-menu ul {margin:0;padding:0;list-style-type:none;}.row-fluid .footer-menu ul li {margin:0;padding:0;display:block;width:100%;float:left;line-height:22px;}.row-fluid .footer-menu ul li a {text-transform:uppercase;width:fit-content;padding:7px 12px 0px 12px;margin:0;padding-left:30px;color:;position:relative;font-size:14px !important;}.row-fluid .footer-menu ul li a:hover {padding:7px 12px 0px 12px;color:#ff5100;transition: all 0.4s ease-in-out;}.row-fluid .footer-recentbox {position:relative;padding: 0 0 30px 80px;}.row-fluid .footer-recentimg {width:70px;height:70px;border-radius:50px;;background-size:cover;background-position:center center;background-repeat:no-repeat;position: absolute;top: 0;left: 0;}.row-fluid .footer-recentitle a {color:#fff;text-decoration: none;}.row-fluid .footer-recentitle a:hover {color:;}.row-fluid .footer-recendate {padding-left:18px;position:relative;}.row-fluid .footer-recendate:before {content:"\f073";color: #fe5100;position:absolute;top:0;left:0;font-family:'FontAwesome';}.row-fluid .footer-subscription .hs-button {color:;}.row-fluid .footer-subscription .hs-form-field > label span {display:none;}.wid_line{border-top:1px solid #1a1a1a;margin-bottom:0;margin-top:8px;position:relative}.wid_line::after{border-top:1px solid #ff5100;content:"";left:0;position:absolute;top:-1px;width:52px}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, #megaMenuContainer .menu-main-content a:hover, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {color:orangered!important;transition: all 0.5s ease;}#hs_menu_wrapper_module_156938758406305_ > ul > li:nth-child(6) > a,.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(7n) a:hover {color:#fff!important;}.back-to-top {background: #ff5100;border-radius: 50px;cursor:pointer;position: fixed;color:#fff;right:20px;bottom:0;font-size:30px;width: 50px !important;height: 50px;text-align: center;line-height: 50px;transition: ease all 0.4s;opacity:0;z-index:9999;}.back-to-top.show {opacity:1;bottom:20px;}.back-to-top:hover {background: #ff5100;color:#fff;}

#hs_menu_wrapper_module_156938758406305_ > ul > li:nth-child(6) > a, .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {font-size: 12px !important;padding: 3px 3px !important;}.row-fluid .top.fixed {padding: 10px 5px !important;}} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {.row-fluid .footer-title h4 {font-size:15px;}.row-fluid .footer-menu ul li a {padding-left: 0px;font-size: 12px !important;}.row-fluid .footer-icon ul li {padding: 0 2px;}}
/** Megamenu css start **/
.mega-menu-branch h4 a{font-weight:600;margin-bottom:8px;line-height:inherit;letter-spacing:.8px;color:#fff;text-transform:uppercase;text-decoration:none}
#megaMenuContainer.gnfixed .mega-menu-branch.active {top: 54px;}
#megaMenuContainer .menu-main-content .hs-menu-wrapper.hs-menu-flow-vertical > ul {margin-bottom:0px;}
.top .row-fluid .mainmenu .hs-menu-wrapper li:first-child a:after, .top .row-fluid .mainmenu .hs-menu-wrapper li:nth-child(2) a:after, .top .row-fluid .mainmenu .hs-menu-wrapper li:nth-child(3) a:after, .top .row-fluid .mainmenu .hs-menu-wrapper li:nth-child(4) a:after{font-family: FontAwesome;content: "\f0d7";font-weight: 300;font-size: 12px;color: #fff;padding-left: 5px;position: relative;top: 0px;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after {display:none;}.mega-menu-branch.active {opacity: 1;visibility: visible;transition: .3s ease;-webkit-transform: scale(1,1);transform: scale(1,1);pointer-events: auto;}.mega-menu-branch {width:90%!important;position:absolute;z-index: 9999999;opacity: 0;visibility: hidden;-webkit-transform: scale(1,.8);transform: scale(1,.8);-webkit-transform-origin: center top;transform-origin: center top;pointer-events: none;background:#fff;padding: 20px;min-height: 535px !important;}.branch1 {width:75%!important;}.top.fixed .mega-menu-branch {top:0!important;}#megaMenuContainer .mega-menu-branch{background: transparent;top: 85px;min-height: initial !important;padding-bottom:0;}#megaMenuContainer.staticHeader .mega-menu-branch{position: absolute !important;}#megaMenuContainer .menu-main-content .row-fluid .span3{border-left: 1px solid #E7E7E7;padding: 0 20px;}#megaMenuContainer .menu-main-content .row-fluid, #megaMenuContainer .menu-main-content .divider {display: flex;height: 100%;}#megaMenuContainer .menu-main-content .divider{width:1px;background: #E7E7E7;}#megaMenuContainer .menu-main-content .row-fluid .span3:first-child {border-left: 0;}#megaMenuContainer .menu-main-content {background: #181818;border: 1px solid #ffffffb3;border-radius: 5px;padding: 22px 0;float:none;margin:0 auto;}.mega-menu-branch h3 {font-size: 23px;font-weight: 600;line-height: 30px;margin-bottom: 30px;}.mega-menu-branch h4 {font-size: 20px;font-weight: 600;margin-bottom: 8px;line-height: inherit;letter-spacing:0.8px;color:#fff;text-transform: uppercase;}.mega-menu-branch h4:after {content: ' ';clear: both;width: 2em;display: block;margin: 5px 0 auto;border-bottom: 2px solid #fbbd02;}.mega-menu-branch ul {padding: 0px;list-style: none;margin-top: 10px;margin-bottom: 30px;}.mega-menu-branch ul li a {font-size: 16px;color: #fff;font-family: 'Source Sans Pro', sans-serif;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {padding: 3px 0px;font-size: 20px;}.mega-menu-branch .row-fluid .megamenu-close{display: none;cursor: pointer;font-size: 20px;color: #fff;text-align: center;margin-bottom: 20px;padding-top: 22px;font-weight: 700;text-transform:capitalize;}.mega-menu-branch .row-fluid .megamenu-close i{padding-right: 10px;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.mega-menuized ul.hs-menu-children-wrapper{display: none !important;}li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.mega-menuized .downarrow{position:absolute;color:#fff;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;display:none;left:0;right:0;margin:0 auto;text-align:center;top:50px;width:1px;z-index:9999}.col {display:block!important;}.col h1 {font-size:20px!important;font-weight:800;line-height:inherit;margin-bottom:15px;}li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.mega-menuized:hover .downarrow, li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.mega-menuized .downarrow.active{display: block;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical > ul li a, .mega-menu-branch h4 {font-size: 14px;}.mega-menu-branch .one-line-form form .hs-button.primary {position: relative;border-top-left-radius: 30px;border-bottom-left-radius: 30px;right: 0px;float:none;}.mega-menu-branch .one-line-form form input.hs-input {border-top-right-radius: 30px;border-bottom-right-radius: 30px;}@media (max-width: 767px) {ul.hs-menu-children-wrapper li a {color:#fff!important;}.top.fixed .footer-logo img {padding-top: 15px;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {border:none!important;}li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.mega-menuized .downarrow {display:none!important;}.mega-menu-branch .row-fluid .megamenu-close span:before {font-family: FontAwesome;content: "\f190";font-weight: 100;color: #fbbd02;padding-right: 10px;position: relative;top: 0px;}.top .row-fluid .mainmenu .hs-menu-wrapper li:first-child a:after, .top .row-fluid .mainmenu .hs-menu-wrapper li:nth-child(2) a:after, .top .row-fluid .mainmenu .hs-menu-wrapper li:nth-child(3) a:after, .top .row-fluid .mainmenu .hs-menu-wrapper li:nth-child(4) a:after {display:none;}.mega-menu-branch {width:100%!important;left:0;right:0;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {padding:4px 0;white-space:inherit;}.mega-menu-branch .row-fluid .megamenu-close{display: block;}#megaMenuContainer .menu-main-content{padding: 15px;border:none;}#megaMenuContainer .mega-menu-branch{background: #181818;top: 0;}} 
@media only screen and (min-device-width : 768px)  and (max-device-width : 1024px)  { #megaMenuContainer .mega-menu-branch{top: 85px;}}
@media(min-width: 768px){ #megaMenuContainer .mega-menu-items{display: flex;flex-wrap: wrap;justify-content: space-around;padding: 0 15px;} .span12.widget-span.widget-type-cell.mega-menu-items>.row-fluid-wrapper.row-depth-2 {flex: 1 1 0;border-left: 1px solid #eee;padding: 0 20px;}.span12.widget-span.widget-type-cell.mega-menu-items>.row-fluid-wrapper.row-depth-2:first-child{border-left: 0;}}
@media(max-width: 991px) and(min-width: 768px){.span12.widget-span.widget-type-cell.mega-menu-items>.row-fluid-wrapper.row-depth-2 {padding: 0 8px;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical>ul li a, .mega-menu-branch h4 {font-size: 14px;}}@media(min-width: 768px){.featured-heading h2{font-size: 60px;}#megaMenuContainer .mega-menu-items{display: flex;flex-wrap: wrap;justify-content: space-around;padding: 0 15px;}.span12.widget-span.widget-type-cell.mega-menu-items>.row-fluid-wrapper.row-depth-2 {flex: 1 1 0;border-left: 1px solid #ff4500;padding: 0 20px;}.span12.widget-span.widget-type-cell.mega-menu-items>.row-fluid-wrapper.row-depth-2:first-child{border-left: 0;}}@media(max-width: 991px) and(min-width: 768px){.span12.widget-span.widget-type-cell.mega-menu-items>.row-fluid-wrapper.row-depth-2 {padding: 0 8px;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical>ul li a, .mega-menu-branch h4 {font-size: 14px;}}@media (min-width: 767px) { #megaMenuContainer .mega-menu-branch1 {width: 65%!important;}.mega-menu-branch {position:fixed!important;}.fixed .mega-menu-branch.active{top:0px!important;}}@media (min-width: 768px) { #megaMenuContainer .mega-menu-items {padding: 0 5px;}}.mt45 {margin-top:45px;}.b-menu{border-right:1px solid #e0e0e0;padding-right:15px;padding-left:15px;margin:0 8px!important;border-left:1px solid #e0e0e0;}.top:before{background: #161719!important;}.top {padding: 10px 0 0px;}#megaMenuContainer .menu-main-content {background: #ffffff;}.mega-menu-branch h4 {margin-bottom:0px;}.mega-menu-branch h4 a {color:#ff5100!important;}.mega-menu-branch ul li a {color: #161719!important;}.span12.widget-span.widget-type-cell.mega-menu-items>.row-fluid-wrapper.row-depth-2 {padding: 0 10px;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {border-bottom: 1px dashed #d3d3d3;}.mega-menu-branch ul li {line-height: 22px;}#megaMenuContainer .menu-main-content {border-top: 3px solid #fbbd02;}#megaMenuContainer .mega-menu-branch {top: 88px;}#megaMenuContainer .menu-main-content {box-shadow: 0 0 8px rgba(0,0,0,.1);}.span12.widget-span.widget-type-cell.mega-menu-items>.row-fluid-wrapper.row-depth-2 {border-left: 1px solid #ddd9;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {border-bottom: 1px dashed #d3d3d399;}.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical > ul li:last-child a {border-bottom: none;}li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.mega-menuized .downarrow{border-bottom: 8px solid #fbbd02;}#megaMenuContainer .menu-main-content {padding: 15px 0 5px;}.mainmenu ul.hs-menu-children-wrapper {background-color: #ffffff;border-top: 3px solid #fbbd02!important;box-shadow: 0 0 8px rgba(0,0,0,.1);}.mainmenu ul.hs-menu-children-wrapper > ul li a {border-bottom: 1px dashed #d3d3d399!important;}.mainmenu ul.hs-menu-children-wrapper > ul li:last-child a {border-bottom: none;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{color: #161719!important;}ul.hs-menu-children-wrapper > li:last-child a {border-bottom: none!important;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {line-height: 26px;}ul.hs-menu-children-wrapper > li a {font-size:15px!important;border-bottom: 1px dashed #d3d3d399!important;}ul.hs-menu-children-wrapper:before {color: #fbc00f;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {padding-right:10px;padding-left:10px;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{width:auto!important;}@media (min-width: 30px) and (max-width: 767px) {.mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical > ul li:last-child a {border-bottom: 1px dashed #d3d3d399;}.mt45 {margin-top:0px;}.b-menu{border-right:none;padding-right:0;padding-left:0;margin:0!important;border-left:none}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {padding-right: 0px;padding-left: 0px;}#megaMenuContainer .menu-main-content{padding:15px 10px 5px;}.top:before {padding: 10px 0 20px;background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,0.91) 51%,rgba(0,0,0,0.83) 55%,rgba(0,0,0,0.15) 89%,rgba(0,0,0,0) 100%)!important;}.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {color:#fff!important;}}@media screen and (min-width: 1600px) {.mega-menu-branch2 {width: 80%!important;}}@media screen and (min-width: 1920px) {.mega-menu-branch2 {width: 70%!important;}}#hs_menu_wrapper_module_156938758406305_ ul li:nth-child(2) > ul li:last-child a {color: #ffffff !important;font-weight:500;}#hs_menu_wrapper_module_156938758406305_ ul li:nth-child(2) > ul li:last-child {background-color: #ff5100 !important;border-radius:4px;}


/*New Header footer 2022*/
/*ID - 165045192707705_*/
#hs_menu_wrapper_module_165045192707705_ ul li:nth-child(1) > ul li.hs-menu-depth-2:last-child,
#hs_menu_wrapper_module_165045192707705_ ul li:nth-child(2) > ul li.hs-menu-depth-2:last-child,
#hs_menu_wrapper_module_165045192707705_ ul li:nth-child(3) > ul li.hs-menu-depth-2:last-child{
  background-color: #eb6400 !important;
  border-radius: 4px;    
}
#hs_menu_wrapper_module_165045192707705_ ul li:nth-child(1) > ul li.hs-menu-depth-2:last-child a,
#hs_menu_wrapper_module_165045192707705_ ul li:nth-child(2) > ul li.hs-menu-depth-2:last-child a,
#hs_menu_wrapper_module_165045192707705_ ul li:nth-child(3) > ul li.hs-menu-depth-2:last-child a { color:#fff !important; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child:hover a {color:#fff !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 250px; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper:before {
  display: none;
}

.footer-new .footer-menu ul li a { padding-left: 0 !important; font-size: 13PX!important; }
.footer-new .footer-logo img { max-width: 250px; margin-bottom: 20px!important; }
.footer-new .footer-menu ul li {line-height: 20px!important;}
.footer-new .contact-fbox h4 {
  font-size: 13PX;
  border: 2px solid #ff5100;  padding: 2px; width: 70%;  text-align: center;
  letter-spacing: 1PX;
  margin-bottom: 15PX;
}
.footer-new .contact-fbox h4:HOVER { background:#ff5100; }

@media screen and (min-width: 768px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {  
    padding-right: 0!important; padding-left: 0!important; padding-bottom:0px !important; }
}

@media (min-width: 30px) and (max-width: 767px) {
  .fbox { margin-top: 0;}
  .row-fluid .footer-title h4 {
    padding-bottom: 0px !important; margin-bottom: 0px !important;}
  .footer-new .contact-fbox h4 { font-size: 16PX;}
  .contact-fbox h4 {padding-top:0px !important; margin-top: 15px !important; margin-bottom: 15px !important;}
  .footer { padding: 30px 0 30px 0!important;}
}

/*======Custom Saqlain Css=====*/
#main_header.top{z-index:11}.footer-new .contact-fbox h4{width:100%;box-sizing:border-box}.footer-new .contact-fbox h4:hover>a,.header-search-bar .search-icon i{color:#fff}.custom-footer .footer-menu{display:none;min-height:0!important}.custom-footer .footer-box .f_menu_title h4{margin-bottom:0}.custom-footer .fbox .ifa_logo img{width:130px}.copyright_wrap .copy-right a,.custom-footer .footer-title h4 a{color:#fff;text-decoration:none}.footer-icon ul li a .xicon{width:15px;height:15px;fill:#fff;vertical-align:middle;position:relative;top:-2px}.footer-icon ul li a:hover .xicon{fill:#fe5100}.header-top-sec .hdr-ct-dtl{width:auto}.header-top-sec .header-top-rightMenu{width:auto;float:right;margin-left:0}.header-top-sec .header-search-bar{float:right;position:relative;margin-left:10px;width:auto}.header-search-bar span.search-text{display:inline-block;font-size:14px;line-height:35px;margin-right:10px}.header-search-bar .header-search,.header-search-bar .search-icon i.fa-times,.header-search-bar.search-open .search-icon i.fa-search,.header-search-bar.search-open span.search-text,.regular-popup .form-title:empty{display:none}.header-search-bar .search-icon{float:right;min-width:30px;text-align:center;display:inline-block;line-height:35px;cursor:pointer;font-size: 16px;}.header-search-bar.search-open .header-search{display:inline-block}.header-search-bar.search-open .search-icon i.fa-times{display:inline-block;font-size:20px}.header-search-bar .header-search form input[type=text]{max-width:200px;height:38px;background-color:#fff;border:1px solid #fff;outline:0;margin:0;padding:6px;display:block;box-sizing:border-box;font-weight:normal;color:#181818;font-size:15px;}.header-search-bar .header-search form input[type=text]:focus{outline:0}.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions{position:absolute;background-color:#fff;width:120%}.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions li:not(:last-child){border-bottom:1px solid #181818}.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions li#results-for{color:#181818;padding:0 10px;font-size:16px}.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions li a{font-size:14px;padding:3px 10px;text-decoration:none;color:#ff5100;transition:.3s}.header-search-bar .hs-search-field--open ul.hs-search-field__suggestions li a:hover{color:#000}.header-top-sec .header-top-rightMenu .hs-menu-wrapper ul>li.request-a-call-back>a{border:2px solid #ff5100;border-radius:20px;line-height:1;margin-top:4px}.header-top-sec .header-top-rightMenu .hs-menu-wrapper ul>li.request-a-call-back>a:hover{background-color:#ff5100;color:#fff!important}body.reg-popup-open{overflow:hidden}.regular-popup{position:fixed;top:100%;width:100%;height:100%;z-index:10001;overflow-x:hidden;overflow-y:auto}.regular-popup.active{top:0;background-color:rgba(3,3,3,.9);transition:background-color .6s,opacity .6s}.regular-popup .regular-popup-content-wrap{-ms-flex-align:center;align-items:center;box-sizing:border-box;display:-ms-flexbox;display:flex;line-height:20px;min-height:calc(100% - 1rem);padding:0 20px;position:relative;width:auto;margin:1.5rem auto!important;max-width:420px;float:none}.regular-popup .regular-popup-content{position:relative;width:100%;margin-top:150px;padding:25px;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);transition:margin .6s;-webkit-transition:margin .6s;-moz-transition:margin .6s;-o-transition:margin .6s}.regular-popup.active .regular-popup-content{margin-top:0}.regular-popup .main-btn-circle{margin:0;font-family:Roboto,sans-serif;color:ivory;background-color:#ff5100;text-transform:uppercase;letter-spacing:1px;outline:0;cursor:pointer;z-index:100;height:40px;width:40px;-webkit-border-radius:50%;border-radius:100%;line-height:40px;-webkit-transition:box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s}.regular-popup .fade-out{position:absolute;top:-20px;right:-20px;text-align:center;font-size:15px}.regular-popup .main-btn-circle:hover{-webkit-box-shadow:inset 2px 1px 0 20px rgba(255,255,240,.2);-moz-box-shadow:inset 2px 1px 0 20px rgba(255,255,240,.2);box-shadow:inset 2px 1px 0 20px rgba(255,255,240,.2)}.regular-popup form fieldset.form-columns-1,.regular-popup form fieldset.form-columns-2,.regular-popup form fieldset.form-columns-3{margin-bottom:0!important}.regular-popup form fieldset .hs-form-field{margin-bottom:15px}.regular-popup form fieldset label{display:block;margin-bottom:6px}.regular-popup form fieldset>.hs-form-field:last-child>.input{margin-right:0}.regular-popup form fieldset input[type=email],.regular-popup form fieldset input[type=file],.regular-popup form fieldset input[type=number],.regular-popup form fieldset input[type=password],.regular-popup form fieldset input[type=tel],.regular-popup form fieldset input[type=text],.regular-popup form fieldset select,.regular-popup form fieldset textarea{background-color:#f5f8fa;border:1px solid #cbd6e2;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;box-sizing:border-box;color:#000;display:block;font-family:lato,sans-serif;font-size:16px;font-weight:400;height:40px;line-height:22px;max-width:767px;padding:9px 10px;width:100%}.regular-popup form fieldset .hs-input:focus{border-color:rgba(82,168,236,.8);outline:0}.regular-popup form fieldset>.hs-form-field>.input .hs-input{width:100%}.regular-popup form fieldset>.hs-form-field>.input textarea.hs-input{height:auto}.regular-popup form fieldset ul.hs-error-msgs.inputs-list{margin:0;padding:0;list-style:none}.regular-popup form fieldset .hs-error-msg{margin-top:.35rem;font-size:14px}.regular-popup .submitted-message{font-size:20px}.regular-popup form .hs-submit{text-align:center}.regular-popup form .hs-submit input[type=submit]{-webkit-appearance:none;-moz-appearance:none;background-color:#ff5100;border:1px solid #ff5100;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-family:lato,sans-serif;font-weight:500;line-height:1;margin-top:15px;padding:10px 20px;position:relative;text-align:center;transition:.15s linear;font-size:22px;width:50%;min-width:200px;transform:none}.regular-popup form .hs-submit input[type=submit]:focus,.regular-popup form .hs-submit input[type=submit]:hover{background-color:#000;border-color:rgba(255,81,0,0);color:#fff;outline:0;transform:none}.regular-popup>.row-fluid-wrapper,.regular-popup>.row-fluid-wrapper>.row-fluid{height:100%}@media (min-width:576px){.regular-popup .regular-popup-content-wrap{margin:1.75rem auto!important;max-width:500px;min-height:calc(100% - 3.5rem)}.e-comm-main .regular-popup .regular-popup-content-wrap{min-height:calc(100% - 3.5rem)}}@media (min-width:768px){.mainmenu.custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li.hs-item-has-children>a{position:relative}.mainmenu.custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li.hs-item-has-children>a:after{display:block;font-family:FontAwesome;content:"\f0d7";font-weight:300;font-size:12px;color:#161719;padding-left:5px;position:absolute;top:8px;right:8px;transform:rotate(270deg)}.custom-footer .footer-new{padding-left:0;padding-right:0}.custom-footer .footer-new .footer-box{width:20%;margin-left:0;padding-left:15px;padding-right:15px}.custom-footer .footer-menu{display:block!important;height:auto!important}.header-top-rightMenu li,.header-top-sec .hdr-ct,.mainmenu li{line-height:1.58}}@media (max-width:1260px) and (min-width:992px){.footer-box .phone_email a.f_mail{white-space:nowrap;font-size:13px}}@media (max-width:991px) and (min-width:768px){.custom-footer .footer-new .footer-box{width:33.333%;margin-bottom:20px}.custom-footer .footer-new .fbox4,.custom-footer .footer-new .fbox5{margin-bottom:0}.header-top-sec .hdr-ct-dtl{width:auto}.header-search-bar.search-open .header-search{position:absolute;right:30px;width:200px;z-index:1}.header-top-sec .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-weight:400;padding:5px 10px}.header-top-sec .header-top-rightMenu .hs-menu-wrapper>ul>li:last-child>a{padding-right:0!important}.header-search-bar span.search-text{display:none}.header-top-sec .header-search-bar{margin-left:8px}}@media (max-width:880px) and (min-width:768px){.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul.hs-menu-children-wrapper{right:0;left:auto!important}.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul.hs-menu-children-wrapper::before{left:auto;right:10%}}@media (max-width:767px){.custom-footer .footer-new .f_contactBtn,.custom-footer .footer-new .f_menu{margin-bottom:20px}.custom-footer .f_menu_title h4{position:relative;cursor:pointer}.custom-footer .f_menu_title h4:after{content:'+';color:#fff;position:absolute;right:0;font-size:40px;top:-4px}.custom-footer .footer-box .Ftitle_border{min-height:0}.custom-footer .wid_line{margin-top:5px;margin-bottom:3px}.custom-footer .fbox .ifa_logo{margin-top:25px}}@media (max-width:380px){.hddr-grp .footer-logo img{width:85%}}