/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coustard&display=swap');
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("https://5263342.fs1.hubspotusercontent-na1.net/hubfs/5263342/SalesLogs_Jun20/Font/Inter-SemiBold.woff2") format("woff2"), url("https://5263342.fs1.hubspotusercontent-na1.net/hubfs/5263342/SalesLogs_Jun20/Font/Inter-SemiBold.woff") format("woff");
}


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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* 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;}


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



* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body { margin:0; padding:0; opacity:0; font-size:15px; line-height:1.5;  font-weight:400; color:rgb(2, 49, 130); font-family: 'Montserrat', sans-serif; overflow-x:hidden;}
 body.loaded{ opacity:1; }
/*
.altFont {   font-family: "Inter", sans-serif;  }
.font13{font-size:13px;}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ font-weight:400;  margin:0; padding:0 ; color:rgb(2, 49, 130); }

h1,.h1 { font-size:30px; line-height:1.5; }
h2,.h2 { font-size:26px; line-height:1.5; }
h4,.h4{ font-size:20px; line-height:1.5; }
h5,.h5{ font-size:18px; line-height:1.5; }
h6,.h6{ font-size:15px; line-height:1.1; }
 */



img { max-width:100%; height:auto; border:none; vertical-align:middle; }
a {display:inline-block; text-decoration:none; color:#196eb7; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
a:hover { color:#6a1530; }
/* p { margin:0; }
* + h1, * + h2 { margin-top:35px; }
* + h3, * + h4 { margin-top:20px; }
* + h5, * + h6  { margin-top:25px; }
* + p { margin-top:12px } */
input[type=submit] { cursor:pointer; background-image:url(https://1831846.fs1.hubspotusercontent-na1.net/hubfs/1831846/Gordon/Images/blank.png) !important; background-repeat:repeat !important; }
.wrapper { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1280px; padding-left: 15px; padding-right: 15px; }

.clearfix { display:block; }
.clearfix:before,.clearfix:after { content:''; width:100%; display:table; }

/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */

.set-bg, .bg, .overlay { background-size:cover; background-position:center; position:relative; }
.overlay > * { position:relative; z-index:2; }
.overlay:before { content:'';  top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; background: rgba(0,0,0,0.46);}
.overlay.whiteOverlay:before{ background: #FFFFFF99; }

.overlay.minus:before {z-index: -1; }
.get-bg { display:none !important; }
.themeBg {background:rgb(233, 237, 245);}
.altThemeBg { background:#f7f8f8; }
.LigreyBg {background-color: rgba(233, 237, 245, 0.2); }

.BgLiblue {
  background-color: rgba(33, 150, 243, 0.4);
}
.BgblueV2 { background-color: rgba(0, 153, 255, 0.5);}


.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6 { color:#fff; }
.fontWhite a:hover { color:#196eb7; }
.fontGr4e, .fontGr4e a, .fontGr4e h1, .fontGr4e h2, .fontGr4e h3, .fontGr4e h4, .fontGr4e h5, .fontGr4e h6 { color:#4e4e4e; }
.fontTh, .fontTh a, .fontTh h1, .fontTh h2, .fontTh h3, .fontTh h4, .fontTh h5, .fontTh h6 { color:#005a9a; }
.fontTh a:hover { color:#196eb7; }

.Max430 {max-width: 430px;width: 100%;}
.max700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}



/* Global Header */
/*Custom*/
.HeaderSection {
  /*position: absolute;*/
  z-index: 999;
  width: 100%;
  /*Add*/
  position: fixed;
  justify-content: space-between;
  transition: padding 225ms,transform .3s ease-out;
  box-shadow: none;
  top: 0;
}
.HeaderSection:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  box-shadow: 0 2px 12px 0 rgba(36,50,66,.075);
  background-color: #fff;
  transition: opacity .3s ease-in-out;
}

.HeaderSection:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  box-shadow: 0 2px 12px 0 rgba(36,50,66,.075);
  background-color: #fff;
  transition: opacity .3s ease-in-out;
}

.HeaderSection:after { 
  content: "";
  height: 100vh;
  width: 100vw;
  background-color: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity .3s linear;
  pointer-events: none;
}

.Fixed .HeaderSection:before {
  opacity: 1;
}

.noListStyle ul, .listStyle ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.HeaderSection.active:before {
  opacity: 1;
  z-index: 2;
}
.HeaderSection.active:after {
  opacity: .2;
  pointer-events: all;
}


.FeatureeColBox, .FeatureeColBox_Right {
  width: 80%;
  float: left;
}
.FeatureeColBox_Right {
  width: 80%;
  float: right;
}

@keyframes animates {     
  from { 
    -webkit-transform: translateY(-100%); 
    transform: translateY(-100%) 
  }
  to { 
    -webkit-transform: translateY(0); 
    transform: translateY(0) 
  }
  /*from { 
  opacity: 0; 
  transition: opacity .3s ease-in-out;
}
  to   { 
  opacity: 1; 
  transition: opacity .3s ease-in-out;
}*/
}
@keyframes animatesout {      
  from { 
    opacity: 1; 
    transition: opacity 3s ease-in-out;
  }
  to   { 
    opacity: 0; 
    transition: opacity 3s ease-in-out;
  }
}
/* ## saleslogs dev ## .Fixed .HeaderSection {
background-color: #fff; 
position: fixed;   
animation: animates .5s; 
box-shadow: 0px 2px 6px rgba(88,89,91,0.2); 

}*/

/*.Fixedout  { 
animation: animatesout .8s;
}*/
.HeaderSection.Bgwhite {
  box-shadow: 0px 2px 6px rgba(88,89,91,0.2);
  background-color: #fff;
  /*animation: animatesout .5s; */
}
/* .HeaderSection.Bgwhite:before {
width: 100%;
content: "";
position: absolute;
left: 0;
z-index: 99999;
bottom: 0px;
height: 4px;
background: #FFF;
box-shadow: 0px 5px 7px rgba(88,89,91,0.2);
} */


.Logo_Site a {display: block;width: 100%;height: 47px;}
.NavigationRow ul li {display: inline-block;vertical-align: middle;margin-right: -4px;padding: 12px 0px;}
.NavigationRow ul li a {display: block;color: rgba(2, 49, 130, 1.00);font-size: 15px;font-weight: 400;padding: 11px 20px; min-width:110px; text-decoration: none; }
.NavigationRow ul li.innerChildList > a { transition:none; }
.Logo_Site {width: 250px;display: inline-block;vertical-align: middle;margin-right: -4px;}
.NavigationRow {width: calc(100% - 250px);display: inline-block;vertical-align: middle;margin-right: -4px;}
.NavigationColRight {text-align: right;}
.NavigationRow ul li.btn a {display: block;border: 0;margin: 0px;color: #fff;font-weight: 600;outline: 0;letter-spacing: -0.2px;font-size: 14px;border-radius: 30px;padding: 5px 15px;text-align: center;background: #ff0844;box-shadow: rgba(0,0,0,0.1) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 16px;}
li.btn {padding-left: 20px;}

.NavigationRow ul li.btn a:hover {background: #2196f3;transform: scale(1.1);}
.NavigationRow ul li.btn.active a {background: #2196f3;transform: scale(1.1);font-weight: 600;}
.NavigationRow ul li .SubMenuBox { 
  /*border-top: 1px solid #93a5cf; ##AOMZ## */ 
  width: 100%;
  top: 100%;
  position: absolute;
  padding: 30px 15px;
  left: 0px;
}


/* .SubMenuBox{display:none;} */
/* .NavigationRow ul li.active .SubMenuBox{opacity: 1;visibility: visible;} */
.NavigationRow ul li.active a {font-weight: 700;}
.NavigationRow ul li.current-page a{font-weight: 700;}
/* .NavigationRow ul>li:hover .SubMenuBox {visibility: visible;opacity: 1; z-index: 1;display:block;transform: translateY(0%);transition-delay: 0s, 0s, 0.s;} */
/* .NavigationRow ul li .SubMenuBox{ -webkit-transition: opacity 0.7s,transform .5s !important;opacity: 0;}
.NavigationRow ul  li.open .SubMenuBox { opacity:1;} */

@media (min-width: 1250px) {
  .NavigationColRight {margin-left: 140px;}
}


@media (min-width: 1081px) {
  .HeaderSection.invert_transitions .NavigationRow ul li.activeList a {
    font-weight: 700;
  }
}

.SubMenuBoxLeft ul li:nth-child(1) a{
  margin-top: 6px;
}

.SubMenuBoxLeft ul li a:before {
  display: block;
  content: '';
  background: rgba(147, 165, 207, 0.2);
  width: 207px;
  border-radius: 15px; 
  Height: 42px;
  position: absolute;
  margin: -12px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.SubMenuBoxLeft ul li a:hover:before {
  content: '';
  -webkit-transform: scale(1.03);
  transform: scale(1.03);  
}
.SubMenuBoxRight ul li span.btn a:before, .SubMenuBoxRight.V3 div ul li a:before {
  background: none;
  content: '';
}
.SubMenuBoxRight ul li a:before {
  display: block;
  content: '';
  background: rgba(147, 165, 207, 0.2);
  width: 93%;
  border-radius: 15px; 
  Height: 82px;
  position: absolute;
  /*margin: -10px;*/
  margin: -9px -5px 0px -15px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.SubMenuBoxRight ul li a:hover:before {
  content: '';
  -webkit-transform: scale(1.03);
  transform: scale(1.03); 
  Height: 82px;
  position: absolute;

}

.SubLastBox:before {
  display: block;
  content: '';
  background: rgba(147,165,207,0.2);
  border-radius: 15px;
  width: 93%;
  margin: -15px -5px 0px -15px;
  Height: 82px;
  position: absolute;

}

.SubMenuBox ul li a {
  display: block;
  width: 207px;
  max-width: 100%;
  /*"AOMZ" background: rgba(147, 165, 207, 0.2);*/
  border-radius: 15px;
  padding: 11px 15px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.SubMenuBoxLeft ul li a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  padding-left: 15px;
}
.SubMenuBoxLeft ul li a svg {width: 20px;display: inline-block;vertical-align: middle;margin-right: -4px;}
.SubMenuBoxLeft ul li {display: block;padding: 6px 0;}
.SubMenuBoxLeft {width: 223px;display: inline-block;vertical-align: top;margin-right: -4px;}
.SubMenuBoxRight {width: calc(100% - 223px);display: inline-block;vertical-align: top;margin-right: -4px;padding-left: 20px;}
.SubMenuBoxRight ul li a {
  display: block;
  width: 100%;
  max-width: 100%;
  /*"AOMZ" background: rgba(147,165,207,0.2);*/
  border-radius: 15px;
  padding: 11px 15px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.SubMenuBoxRight ul li {width: 25%;padding: 12px 15px;}
.SubMenuBoxRight ul {margin: 0px -14px;}
.SubMenuBoxRight ul li a span {display: block; vertical-align: middle;padding-top: 10px;}
.SubMenuBoxRight ul li a svg {width: 20px;display: block;margin: 0 auto;}
span.font11 {font-size: 11px;font-weight: 400;}
.SubMenuBoxRight {position: relative;}
.SubMenuBoxRight:before {content: '';position: absolute;width: 1px;height: 242px;left: 0;background: #023182;top: 0;}
.SubLastBox a.Btnv1 {max-width: 120px;margin: 15px auto 0;width: 100%;display: block;padding: 7px 10px;color: #fff;font-weight: 600;letter-spacing: -0.2px;font-size: 12px;border-radius: 30px;text-align: center;background: #30a443;box-shadow: rgba(0,0,0,0.1) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 16px;}
.SubLastBox {
  display: block;
  width: 100%;
  max-width: 100%;
  /*"AOMZ" background: rgba(147,165,207,0.2);*/
  border-radius: 15px;
  padding: 15px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.SubLastBox a.Btnv1:hover {transform: scale(1.1);background: #2196f3; }
.SubMenuBoxRight ul {padding-top: 8px;}

.SubMenuBoxRight.V2 ul li {width: 50%;padding: 12px 15px;}
.SubMenuBoxRight.V2 {width: 50%;padding-left: 0px;padding-right: 20px;}
.SubMenuBoxRight.V2:before {left: auto;right: 0;}
.SubMenuBoxRight.V3{width: 50%;padding-left: 20px;}
.SubMenuBoxRight.V3:before {display: none;}
.SubMenuBoxRight.V3 ul li {width: 33.33%;padding: 12px 15px;}
.SubMenuBoxRight.V3 ul li a {background: transparent;padding: 0;}
.SubMenuImgBox {
  display: block;
  width: 182px;
  height: 147px;
  margin: 0 auto; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.SubMenuImgBox:hover {  
  -webkit-transform: scale(1.03);   
  transform: scale(1.03);  
}
.SubMenuBoxRight.V3 ul li a span {display: block;vertical-align: middle;padding-top: 10px;line-height: 1.5;}


.SubMenuBox h6 {font-weight: 700;}

h4, h5, h6 {margin: 0;}

.NavigationCol li.btn {
  box-shadow: none;
}


.AccordionColLeft {margin: 0 10px 0 auto;display: block;max-width: 580px;width: 100%;}
.AccordionSection {padding: 130px 0px;}
.AccordionColRight {overflow: hidden;}
.AccordionColRightImg {width: 760px;}
.AccordionColLeftIneer {display: block;background-color: rgb(255, 255, 255);width: 100%;padding: 20px 15px 10px;border-radius: 15px;box-shadow: 0px 6px 43px 0px rgba(33, 150, 243, 0.4);}
.accordion-toggle {background: rgba(147,165,207,0.4);border-radius: 10px;padding: 8px 20px;cursor: pointer;transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
.AccordionColInner {padding-bottom: 10px;}
.accordion-toggle-Left span.LeftIcon {width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-right: -4px;}
span.RightText {width: calc(100% - 20px);display: inline-block;vertical-align: middle;margin-right: -4px;padding-left: 10px;}
.accordion-toggle-Right {width: 32px;height: 32px;display: inline-block;vertical-align: middle;margin-right: -4px;}
.accordion-toggle-Left {width: calc(100% - 32px);display: inline-block;vertical-align: middle;margin-right: -4px;}
span.LeftIcon svg {width: 20px;height: 20px;}
.accordion-toggle-Right svg {width: 32px;height: 32px;}
.accordion-content div {padding: 5px 20px;min-height: 55px;margin-top: 10px;}
.accordion-content {display: none; }
.accordion-toggle.iconUp {background: rgba(33, 150, 243, 0.4);}
.accordion-toggle:hover {background: rgba(33, 150, 243, 0.4);}
.accordion-toggle:hover .accordion-toggle-Right {opacity: 1;}
.accordion-toggle-Right {opacity: 0;transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
.AccordionColLeftText {display: inline-block;width: calc(100% - 150px);color: rgba(2, 49, 130, 0.5);font-weight: 500;vertical-align: middle;margin-right: -4px;padding-left: 30px;}
.AccordionColLeftButton {vertical-align: middle;margin-right: -4px;width: 150px;display: inline-block;}
.TitleStyle {text-shadow: 0px 0px 8px rgb(0, 49, 130) , 0px 2px 5px rgba(0,0,0,0.25);}
.TitleStyle span {font-weight: 800;}

.accordionimg { display:none }  
.accordionimg.active { display:block }  

.AccordionColLeftBottomText { padding-top: 30px;}





/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*-=-=- Only Desktop CSS -=-=-*/




@media (min-width:768px ) {

  .ib { display: inline-block;vertical-align: middle; margin-right: -4px  }


}

@media (min-width: 992px ){


}

@media (min-width:1081px ) {
  .HeaderSection.Bgwhite:before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 99999;
    bottom: 0px;
    height: 0px;
    background: #FFF;
    /*box-shadow: 0px 5px 7px rgba(88,89,91,0.2);*/
  }

  .FormSection{ background-size: 37% !important; background-position-x: 123% !important;}

  .NavigationRow ul li .SubMenuBox  {     pointer-events: none; } 
  .SubMenuBoxInner > div { 
    opacity: 0;  
    transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96);
    transform: translateY(-15px); 
  }

  .SubMenuBoxInner > div.-active { opacity: 1; transform: translateY(-15px); transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96); }

  

  /*###### HEADER SLIDE DOWN (FAST TO SLOW) AND UP (SLOW TO FAST) ######*/
  /*.HeaderSection > span.stripBg  {  
  position: absolute;  
  width: 100%; 
  left: 0; 
  top: 100%; 
  z-index: 1;    
  transform: translateY(0px);   
  transition: transform 300ms cubic-bezier(1, 0.01, 1, 0.99) 0s, opacity 450ms cubic-bezier(1, 0.01, 1, 0.99) 0s;    
}

  .HeaderSection.active > span.stripBg {  
  box-shadow: 0 50px 60px 0 rgba(36,50,66,.15);
  margin-top: -305px; 
  transform: translateY(305px); 
  background: #fff; 
  transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96);  
}  
  .HeaderSection.active {   background: #fff; }
  .HeaderSection > div { position: relative;  z-index: 2;   }*/

  /*#######seleslogs dev##########*/
  .HeaderSection > span.stripBg  { 
    opacity: 0;
    height: 200vh; 
    min-height: 308px;
    position: fixed;  
    width: 100%; 
    left: 0; 
    bottom: 100%;
    background-color: #fff;
    will-change: transform; 
    transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96);
  }
  .HeaderSection.active > span.stripBg {  
    opacity: 1; 
    box-shadow: 0 50px 60px 0 rgba(36,50,66,.15);
    /*box-shadow: 0 0 0 100vh rgba(36,50,66,.20);    
    filter: drop-shadow(0px 50px 60px rgba(36,50,66,.30));   */
  }  
  .HeaderSection > div { position: relative;  z-index: 2;  }


  /*##############################*/ 


  .innerChildList.activeList .SubMenuBox  {   pointer-events: auto;  }
  .innerChildList.activeList .SubMenuBoxInner > div { opacity: 1;  transform: translateY(0); } 

  /* for slide x */
  /*.SubMenuBoxInner > div:first-child{  transition-delay: 180ms;  } 
  .SubMenuBoxInner > div:last-child{  transition-delay: 930ms; }  

  .HeaderSection .active .SubMenuBoxInner > div:first-child{  transition-delay: 100ms;  }
  .HeaderSection .active .SubMenuBoxInner > div:last-child{  transition-delay: 1150ms;  }*/

  .HeaderSection .innerChildList .SubMenuBox { 
    opacity:0; visibility:hidden; 
    /*will-change: transform; transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96);*/ 
  }
  .HeaderSection .innerChildList.activeList .SubMenuBox { 
    opacity:1; visibility:visible; 
    /*will-change: transform; transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96);*/ 
  }



  /*   
  .active .innerChildList1:not(.activeList1) .SubMenuBoxInner > div { transition: transform 120ms cubic-bezier(1, 0.01, 1, 0.99) 0s, opacity 120ms cubic-bezier(1, 0.01, 1, 0.99) 0s;  transform: translateX(-20px); }
  .active .innerChildList1.activeList1 .SubMenuBoxInner > div {  transform: translateX(0px); }
  .active .innerChildList2:not(.activeList2) .SubMenuBoxInner > div { transform: translateX(20px); }
  .active .innerChildList2.activeList2 .SubMenuBoxInner > div {  transform: translateX(0px); }


  .active .innerChildList1:not(.activeList1) .SubMenuBoxInner > div:first-child{  transition-delay: 150ms; } 
  .active .innerChildList1:not(.activeList1) .SubMenuBoxInner > div:last-child{  transition-delay: 250ms; }   
  .active .innerChildList2:not(.activeList2) .SubMenuBoxInner > div:first-child{  transition-delay: 350ms; } 
  .active .innerChildList2:not(.activeList2) .SubMenuBoxInner > div:last-child{  transition-delay: 250ms; }  */




  /* slide down left and rigt*/
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxLeft { 
    transform:translate(0) !important; opacity:1 !important;  transition-delay:150ms;  }
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight { 
    transform:translate(0) !important; opacity:1 !important; transition-delay:350ms; }


  /* slide down */
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxLeft h6,
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxLeft li,
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight h6,
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight li,
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight:before { 
    transform:translate(0,-20px); 
    opacity:0; 
    animation:none !important;   
  }


  .HeaderSection.active:not(.invert_transitions) .activeList .SubMenuBoxLeft h6,
  .HeaderSection.active:not(.invert_transitions) .activeList .SubMenuBoxLeft li,
  .HeaderSection.active:not(.invert_transitions) .activeList .SubMenuBoxRight h6,
  .HeaderSection.active:not(.invert_transitions) .activeList .SubMenuBoxRight li,
  .HeaderSection.active:not(.invert_transitions) .activeList .SubMenuBoxRight:before { 
    /*Aomz*/    
    /*transform:translate(0,0); opacity:1; transition-delay:100ms; */
  }
  /*saleslogs dev comment*/
  /*
  .HeaderSection.active:not(.invert_transitions) .innerChildList1 .SubMenuBoxRight h6, 
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight.V3 h6,
  .HeaderSection.active:not(.invert_transitions) .innerChildList1 .SubMenuBoxRight li:nth-child(4n+1),
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight.V2 li:nth-child(2n) { 
  transition-delay:150ms; 
}
  */
  .HeaderSection.active:not(.invert_transitions) .innerChildList1 .SubMenuBoxRight li:nth-child(4n+2) { transition-delay: 200ms; }
  .HeaderSection.active:not(.invert_transitions) .innerChildList1 .SubMenuBoxRight li:nth-child(4n+3) { transition-delay: 250ms; }
  .HeaderSection.active:not(.invert_transitions) .innerChildList1 .SubMenuBoxRight li:nth-child(4n) { transition-delay: 300ms; }

  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight.V3 li:nth-child(3n+1) { transition-delay:150ms; }
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight.V3 li:nth-child(3n+2) { transition-delay: 200ms; }
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight.V3 li:nth-child(3n) { transition-delay: 250ms; }
  .HeaderSection.active:not(.invert_transitions) .SubMenuBoxRight.V2:before { transition-delay:100ms; }




  .invert_transitions .SubMenuBoxLeft { 
    transform:translate(0) !important; 
    /*opacity:1 !important; */ 
    transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96);
  }
  .invert_transitions .SubMenuBoxRight { 
    transform:translate(0) !important; 
    /*opacity:1 !important; */
    transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96); 
  }







  /*.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/



  .invert_transitions .SubMenuBoxLeft h6,
  .invert_transitions .SubMenuBoxLeft li,
  .invert_transitions .SubMenuBoxRight h6,
  .invert_transitions .SubMenuBoxRight li,
  .invert_transitions .SubMenuBoxRight:before { 
    transform:translatex(20px); 
    opacity:0; animation:none !important;
    transition: transform 120ms cubic-bezier(1, 0.01, 1, 0.99) 0s, opacity 120ms cubic-bezier(1, 0.01, 1, 0.99) 0s;  
  }

  .invert_transitions .innerChildList2 .SubMenuBoxLeft h6,
  .invert_transitions .innerChildList2 .SubMenuBoxLeft li,
  .invert_transitions .innerChildList2 .SubMenuBoxRight h6,
  .invert_transitions .innerChildList2 .SubMenuBoxRight li,
  .invert_transitions .innerChildList2 .SubMenuBoxRight:before { 
    transform:translatex(-20px);
    transition: transform 120ms cubic-bezier(1, 0.01, 1, 0.99) 0s, opacity 120ms cubic-bezier(1, 0.01, 1, 0.99) 0s; !important;   }

  /*Aomz Edit*/
  /* for slide x */
  .invert_transitions .activeList .SubMenuBoxLeft h6,
  .invert_transitions .activeList .SubMenuBoxLeft li,
  .invert_transitions .activeList .SubMenuBoxRight h6,
  .invert_transitions .activeList .SubMenuBoxRight li,
  .invert_transitions .activeList .SubMenuBoxRight:before { 
    transform:translatex(0); 
    opacity:1; 
    /*ansition-delay:100ms;*/
    transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96); 

  }
  /*saleslogs dev comment*/
  /*
  .invert_transitions .innerChildList1 .SubMenuBoxRight h6, 
  .invert_transitions .innerChildList1 .SubMenuBoxRight li:nth-child(4n+1),
  .invert_transitions .SubMenuBoxRight.V2 li:nth-child(2n) { 
  transition-delay:150ms; 
}
  */
  .invert_transitions .innerChildList1 .SubMenuBoxRight li:nth-child(4n+2) { transition-delay: 200ms; }
  .invert_transitions .innerChildList1 .SubMenuBoxRight li:nth-child(4n+3) { transition-delay: 250ms; }
  .invert_transitions .innerChildList1 .SubMenuBoxRight li:nth-child(4n) { transition-delay: 300ms; }
  .invert_transitions .SubMenuBoxRight.V2:before, .invert_transitions .SubMenuBoxRight.V3 h6, 
  .invert_transitions .SubMenuBoxRight.V3 li:nth-child(3n+1) { transition-delay:150ms; }
  .invert_transitions .SubMenuBoxRight.V3 li:nth-child(3n+2) { transition-delay: 200ms; }
  .invert_transitions .SubMenuBoxRight.V3 li:nth-child(3n) { transition-delay: 250ms; }

  /*   .HeaderSection.active .NavigationRow ul li.current-page a { font-weight:400; } 
  .HeaderSection:not(.active):not(.invert_transitions) .NavigationRow ul li.current-page a,
  .HeaderSection.invert_transitions .NavigationRow ul li.activeList a  { font-weight:700; } */

  .HeaderSection.invert_transitions .NavigationRow ul li.activeList a  { font-weight:700; }

}
@media (min-width:1320px ) {
  .TableSection table tr td table {max-width:1300px;margin: 0 auto;}

}

@media (min-width:1620px ) {
  .FormSection{ background-size: 27% !important;background-position-x: 107% !important;}
  .TableSection table tr td table {max-width:1300px;margin: 0 auto;}

}

/* @media (max-width:1620px ){

.check_mark_Svg.chackBoxParent3{text-align: left;}


} */


@media (max-width:1320px ){

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





}

/*-=-=- Smaller Desktop Devices -=-=-*/

@media (max-width:1280px ) {


}

@media (max-width:1230px ) {

  .wrapper { max-width:1000px }
  .NavigationRow ul li a {padding: 9px 12px;}
  .SubMenuBoxRight.V3 {width: 100%;padding-left: 0;padding-top: 20px;}
  .SubMenuImgBox {width: 100%;height: 200px;}
  .SubMenuBoxRight.V2 {width: 100%;padding-left: 0px;padding-right: 0px;}
  .SubMenuBoxRight.V2:before {display: none;}

  .AccordionColRightImg {width: 600px;}
  .AccordionSection {padding: 100px 0px;}

  /*   Table Section */
  .TableSection table tr td{ padding: 7px 25px;}

  .footerFiveColumn .w20 {width: 25%;padding-bottom: 20px;}

  .PostListingContent {width: 100%;padding-left: 0;}
  .PostwithimageContent {width: 100%;}
  .PostfeaturedImage a ,.featuredImage a {height: auto;display: block;padding-bottom: 56.25%;}
  .PostListingContentBox .tag-header ul li {display: block;vertical-align: middle;margin-right: -4px;padding-right: 0;text-align: center;}
  li.MoAr {text-align: center;}
  li.MoAr i {display: inline-block;transform: rotate(90deg);}

}

/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px ) {

  .wrapper {max-width: 100%;padding-left:50px; padding-right:50px;}
  .NavigationCol > ul > li {
    padding: 0;
  }
  a.expandMenu {position: absolute;right: 50px;top: 50%;transform: translateY(-50%);}

  a.expandMenu i {position: relative;transition: all ease .3s;-webkit-transition: all ease .3s;width: 25px;left: 0;height: 2px;opacity: 1;display: block;background: #003182;margin: 5px 0;}
  a.expandMenu.open i:first-child {transform: rotate(135deg);-webkit-transform: rotate(135deg);top: 10px;position: relative;}
  a.expandMenu.open i:nth-child(2) {position: relative;left: -46px;opacity: 0;}  
  a.expandMenu.open i:last-child {transform: rotate(-135deg);-webkit-transform: rotate(-135deg);top: -4px;position: relative;}
  .child-Expand {position: absolute;top: 0;right: 0;width: 100%;text-align: right;text-align: center;height: 24px;margin: 0;padding: 15px 20px 25px;cursor: pointer;z-index: 999;}
  .child-Expand i {position: relative;width: 15px;left: 0;height: 1px;opacity: 1;display: block;background: #023182;margin: 6px 0;transition: all ease .3s;-webkit-transition: all ease .3s;-moz-transition: all ease .3s;}
  .child-Expand i+i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px;}
  .child-Expand.open i+i {transform: rotate(360deg);-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);}
  .child-Expand i { left: inherit;right: 0;margin: 6px 0 6px auto;width: 19px;}

  .NavigationRow {max-height: 400px;overflow-y: auto !important; padding: 15px 0;display: none;width: 100%;position: absolute;left: 0;top: 100%;background: #fff;    box-shadow: 0px 5px 7px rgba(88,89,91,0.2);}
  .NavigationCol {width: 100%;text-align: left;}
  .NavigationRow ul li {display: block;position: relative;}
  .NavigationCol > ul > li.btn {padding-left: 0px;padding: 10px;}
  .NavigationRow ul li.btn a {display: inline-block;}
  .NavigationRow ul li .SubMenuBox {top: auto;position: relative; box-shadow: 0px 4px 6px rgba(88,89,91,0.2);}
  .NavigationRow ul li.Bold a {font-weight: 700;}
  .SubMenuBoxRight ul li {display: inline-block;}
  .SubMenuBoxRight ul li {width: 33.33%;}

  ul.List_Row > li {border-bottom: 1px solid #2196f3;}
  ul.List_Row > li.btn {border-bottom: none;}
  .PopupVideoCol {padding: 20px 15px 0;}
  .NavigationRow ul li .SubMenuBox { display: none }

  .HeaderSection {padding: 12px 0px;}
  .video_slider_Row {max-width: 810px;width: 100%;margin: 0 auto;}
  .carousel {height: 500px;-webkit-perspective: 180px;perspective: 180px;}
  .carousel-item {max-width: 500px;width:100%;}
  .iframevideoTopRow {width: 100%;height: 100px;}
  .iframevideoRow {margin-top: -150px;}
  .SubMenuBoxLeft ul li a:before {width: 98%;}
  .HeaderSection.Bgwhite:before {opacity: 1;}
  .HeaderSection:before {z-index: 0;}
  .HeaderSection.Bgwhite:after {    opacity: .2;pointer-events: all;}
  .BlogRightCol {width: 300px;}
  .BlogLeftCol {width: calc(100% - 300px);padding-right: 30px;}
  .topic-list ul li {padding-bottom: 7px;}

}


/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {

  .wrapper {    max-width: 100%;
    padding-left:30px; padding-right:30px;}

  h1 { font-size:26px; }
  h2 { font-size:24px; }

  /* Font Size */
  .font34{ font-size: 26px; }

  .font25{ font-size: 15px; }
  
  .pb40,.p40-0 { padding-bottom:25px; }
  .pb50,.p50-0 { padding-bottom:30px; }
  .pb60,.p60-0 { padding-bottom:35px; }
  .pb70,.p70-0 { padding-bottom:40px; }
  .pb80,.p80-0 { padding-bottom:45px; }
  .pt40,.p40-0 { padding-top:25px; }
  .pt50,.p50-0 { padding-top:30px; }
  .pt60,.p60-0 { padding-top:35px; }
  .pt65,.p65-0 { padding-top:37px; }
  .pb65,.p65-0 { padding-bottom:37px; }
  .pt70,.p70-0 { padding-top:40px; }
  .pt80,.p80-0 { padding-top:45px; }
  .p90-0 { padding: 40px 0; }
  .pb90 { padding-bottom: 40px; }
  .tabw50 { width: 50%;  }
  .tabw100 { width: 100%;  }
  .ib.tabw100 { display: block; margin-right: 0 }
  .tabtop30 { margin-top:30px; }
  .font20 {font-size: 18px;}


  .Max430 {margin: 0 auto;}

  a.expandMenu {right: 30px;}
  .SubMenuBoxRight ul li {width: 50%;}
  .tab-center { text-align:center; }
  .AccordionSection {padding: 60px 0px;}
  .AccordionColLeft {margin: 0 auto 30px;}
  .AccordionColRightImg {width: 100%;text-align: center;padding-right: 15px;} 
  .wrapLeft {padding-right: 15px;}
  .footerFiveColumn .w20 {width: 33.33%;padding-bottom: 20px;}
  .rightFollowUs ul li {padding: 0px 0 0 20px;}
  .rightFollowUs ul li.followTitle span {font-size: 25px;}
  .ctaMainTitle {text-align: center;}

  .TestimonialsBox {padding: 20px 30px;}

  .PricingCol {margin-top: 25px;}
  .FeaturesColLeft {text-align: center;padding-bottom: 20px;}
  .tableSectionMain {overflow-x: auto;}
  /*   .tableSectionMain table {width: 800px;padding: 10px;} */
  .check_mark_Svg.chackBoxParent1{padding-right: 20px;}
  .check_mark_Svg.chackBoxParent2{padding-left:0;}

  .video_slider_Row .slick-slide.slick-center {transform: scale(1);}
  .video_slider_Row .slick-list {padding: 10px 0 !important;}
  .video_slider_Row .slick-slide.slick-center .Boxscale {transform: scale(1);padding-top: 20px;}
  .FeatureeColBox_Right {text-align: right;padding-top: 20px;}
  .SupportRightImg {margin-bottom: -30px;margin-top: -70px;filter: drop-shadow(11px -8px 14px rgba(0,49,130,0.4));}
  .rightSideCta {padding-left: 0px}
  .MoNone {display: none;} 

  .HomeRecentcol.w33 {padding: 0 15px;}
  .HomeRecentmain {margin: 0 -15px;}


  .calculatorBoxSection .sectionTitle h1 { font-size:32px; }
  .calculatorBoxSectionInner {padding: 40px 30px;}
  .sectionSubTitle {font-size: 15px;}
  .contentSideTitle h2 {font-size: 26px;}
  .contentSideText * {font-size: 15px;}
  .twoColCalculatorPart .calRow {padding-top: 40px;}
  .calResult {
    font-size: 20px;
    padding-top: 20px;}

}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {

  .wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
  .mtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .mtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .mtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
  .mbottom30 { margin-bottom:30px; }
  .mpt0,.mp0 { padding-top:0 !important; }
  .mpb0,.mp0 { padding-bottom:0 !important; }
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .mobile-center.text-right { text-align:center; }
  .mw100 { width: 100%  }	

  .ibOn { display: inline-block;vertical-align: middle; margin-right: -4px  }

  /*-=-=-=-= Mobile menu JS USE  MENU ICON as '<a class="expandMenu"><i></i><i></i><i></i></a>' -=-=-=*/
  a.expandMenu {right: 15px;}
  .SubMenuBoxRight ul li {width: 100%;}
  .SubMenuImgBox {width: 100%;height: 142px;}

  .PopupVideoSection:before {height: 30%;}
  .TeamColInner {max-width: 300px;padding-bottom: 20px;}
  .TeamCol {padding: 0;}
  .rightFollowUs {text-align: center}
  .footerLogo {text-align: center;padding-bottom: 20px}
  .footerFiveColumn .w20 {width: 100%;}
  .rightFollowUs ul li.followTitle span {font-size: 20px;}
  .TestimonialsBox {padding: 20px 30px;margin: 0 auto;}
  .PricingBoxRsCol {display: inline-block;margin-right: -4px;}
  .MultilevelRow {display: block;}
  .MultilevelRightImg {padding-top: 25px;}
  .MultilevelRow.V2 .MultilevelRightImg {padding-bottom: 25px;padding-top: 0;}

  .MultilevelCol {padding: 0;}
  .tableSectionMain table {width: 700px;}
  .TableSection table tr td {padding: 7px 18px;}

  .TestimonialsRow.V2 {display: block;}
  .SupportRightImg {margin-top: 20px;}


  .BxsImg {border-radius: 5px;}
  .MultilevelColMaxw.V2 {max-width: 450px;width: 100%;margin: 0;text-align: left;}
  .BlogRightCol {width: 100%;}
  .BlogLeftCol {width: 100%;padding-right: 0px;}
  .blogPagination {padding: 15px 0 30px;}
  .RecentV2BlogPostSection.RecentV2BlogPostmain {margin: 0 -15px;padding-bottom: 20px;margin-bottom: 50px;}
  .HomeRecentcol.w33 {
    padding: 25px 15px;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .HomeRecentmain {
    padding-top:0;
  }

  .calRow.flex {
    display: block;
  }
  .twoColCalculatorPart .calRow > div {
    width: 100%;
  }
  .contentCol {
    padding-right: 0;
    padding-top: 0;
  }
  .end.calculatorPart {
    margin-top: 30px;
  }

  /* Table Of COntent */
  .tableOfConentSection .listOfContent ul li a { font-size: 18px; }
  .contentSideCol { width: calc( 100% - 40px ); }
  .socialMediIconList.noStyle li a { width: 30px; height: 30px; line-height: 30px; }

}

@media (max-width:640px ) {
  .SubMenuBoxLeft {width: 100%;}
  .SubMenuBoxRight {width: 100%;padding-left: 0px;padding-top: 20px;}
  .SubMenuBoxRight:before {display: none;}
  .SubMenuBox ul li a {width: 100%;max-width: 100%;}
  .SubMenuBoxRight.V3 ul li {width: 50%;}
  .tableSectionMain table {width: 600px;}

}

@media (max-width:480px ) {
  .SubMenuBoxRight.V2 ul li {width: 100%;}
  .SubMenuBoxRight.V3 ul li {width: 100%;}
  span.RightText h5 {font-size: 15px;}
  .accordion-toggle-Right svg {width: 24px;height: 24px;}
  .accordion-toggle-Right {height: 24px;text-align: right;}
  .AccordionColLeftText {width: 100%;padding-top: 10px;text-align: center;padding-left: 0;}
  .AccordionColLeftButton {width: 100%;display: block;text-align: center;}
  .AccordionSection {padding: 30px 0px;}
  .FormRow {padding: 30px 15px;}
  .rightFollowUs ul li {padding: 0 4px 0 4px;}
  .rightFollowUs ul li a svg {height: 20px;width: 20px;}

  .L-square-Red {width: 35px;height: 35px;border-radius: 10px;}
  .L-square-Blue{width: 35px;height: 35px;border-radius: 10px;}
  .M-square-Blue {    width: 20px;border-radius: 5px;  height: 20px;}
  .M-Square-Grey {    width: 20px;border-radius: 5px;height: 20px;}
  .carousel {height: 400px;}

  .TestimonialsBox {padding: 15px 20px;margin: 0 auto;}
  .TestimonialsColImgBox.bg {width: 100px;height: 100px;}
  .TestimonialsColImg {width: 100px;}
  .TestimonialsTextBox {width: calc(100% - 100px);text-align: left;}
  .TestimonialsCol {padding: 0;}
  .tableSectionMain table {width: 550px;}
  .TableSection table tr td {padding: 7px 25px;}
  .FeatureeSvg {width: 100%;text-align: center;}
  .FeatureeImg {width: 100%;padding: 10px 0px;text-align: center;}
  .FeatureeImg img {max-width: 150px;}
  .FeatureeText {width: 100%;padding: 10px 0px;text-align: center;}

  .calculatorPart {background: #ececec;padding: 30px 15px;}
  .calculatorBoxSectionInner {padding: 30px 15px;}


}